
/*-------footer----------------------------------------------------------------------------*/

/*================*/
/*-- 浮動top鍵 --*/
/*================*/
.topBtn_area{
	position:fixed;
	right:14px;
	bottom:0px;
	z-index: 10;
	transform: scale(0.84);
	transition:0.3s ease all;
}
	
	.topBtn {
		position:fixed;
		bottom:-70px;
		right:14px;
		z-index:99;
		/*z-index:3;*/
	}
		.topBtn a {
			display:block;
			text-align:center;
			box-sizing:border-box;
			width: 50px;
			height: 50px;
			/* border: solid 2px #4c4944; */
			position:relative;
			text-decoration:none;
			transition:0.3s ease all;
			border-radius:100%;
			background:var(--primary_color);
			/* padding: 25px 0px 0px; */
			color:#fff;
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
		}
			/* .topBtn a:before {
				position:absolute;
				content:'';
				border-bottom: solid 12px #ffffff;
				border-left: solid 8px rgba(0,0,0,0);
				border-right: solid 8px rgba(0,0,0,0);
				top: 8px;
				left: 50%;
				transform: translateX(-50%);
			} */
			.topBtn a svg {
				width: 20px;
				height: 16px;
				fill: #fff;
			}
			.topBtn a span {
				font-size: 0.9em;
				display:block;
				font-family: var(--foreign_font);
				padding-bottom: 5px;
			}
				/*hover*/
				.topBtn a:hover {
					opacity: 0.5;
				}
				
				
			/*hover*/
			.topBtn:hover .tab_description{
				display: block;
				transition: 0.3s ease all;
			}






/*================*/
/*-- 浮動社群鍵 --*/
/*================*/				
					


/*--浮動社群鍵---*/

.social_btn_area{
	position:fixed;
	right: 13px;
	bottom: 20px;
	transition:0.3s ease all;
	z-index: 201;
	/* display:none; */
}

		
.social_btn{
	margin:7px 0px;
	position: relative;
}		
	.social_btn a{
		display:block;
		transition:0.3s ease all;
		text-decoration:none;
		font-size:12px;
		line-height: 12px;
		text-align:center;
		width: 50px;
		height: 50px;
		box-sizing:border-box;
		background-color: #1974ec;
		border-radius: 50%;
		position:relative;
		/* box-shadow: 0px 0px 4px 1px rgb(255 255 255 / 0.8); */
	}		
	.social_btn  img{
		/* width: 65%; */
		width: 20px;
		height: auto;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}
        /*標籤說明*/		
        .tab_description{
            display: none;
            position: absolute;
            left: -90px;
            top: 9px;
            background: rgba(0,0,0,0.6);
            color: #fff;
            padding: 10px 10px;
            font-size:13px;
            transition: 0.3s ease all;
        }		
	        /*hover*/
            .social_btn:hover > .tab_description{
                display: block;
                transition: 0.3s ease all;
            }








/*--右側浮動FB--*/
.fbBtn {
}
    .fbBtn a {
        background-color: #1974ec;
    }
	
	
/*--右側浮動youtube--*/
.YtBtn {
}
    .YtBtn a {
        background-color: #fb031d;
    }
    


/*--右側浮動Line--*/
.lineBtn {
	margin:7px 0px;
	position: relative;
}
	.lineBtn a {
		background: #00c001;
	}
       
	



/*--右側浮動linkedInBtn--*/	
.linkedInBtn {
}
	.linkedInBtn a {
		background: #2764ac;
	}
    


/*--右側浮動Twitter--*/	
.twitterBtn {
}
	.twitterBtn a {
		background: #34b3f7;
	}
    



/*--右側浮動IG--*/		
.igBtn {
}
	.igBtn a {
		background-image: linear-gradient(45deg, #ffcd6c 0%, #ef5f4a 25%, #a335b4 50%, #505cd1 75%, #505cd1 75%, #9a37bb 100%);
	}

		
			
		
/*--右側浮動dcard--*/	
.dcardBtn{    
}
    .dcardBtn a {
        background:#0067a1;
    }
			
		
/*--右側浮動podcast--*/
.podcastBtn{	
}
	.podcastBtn a {
		background:#8622c2;
	}





@media (max-width: 990px){

	/*-- 浮動top鍵 --*/
	.topBtn{		
	}
		.topBtn a {
			width: 40px;
			height: 40px;
		} 
		.topBtn a svg {
			stroke-width: 2px;
			stroke-linecap: round;
			stroke: #fff;
			width: 25px;
			height: 25px;
		}
			.topBtn a span {
				display: none;
			}
		

	/*-- 浮動社群鍵 --*/
	.social_btn {
		margin:3px 0px;
	}
		.social_btn a{
			width: 40px;
			height: 40px;
		}	



}
























.footer {
	padding:36px 0px 25px;
}
	



	.footer .wrap {
		background:url(../images/footer_line.png) top left repeat-x;
		padding-top:24px;
	}
		/*版腳左*/
		.footerLeft {
			float:left;
			width:720px;
		}
			.footerLeft_info {
				color:#777;
				font-size:14px;
				line-height:20px;
				padding:24px 0px 0px;
			}
				.footerLeft_info span {
					display:inline-block;
					padding:3px 0px;
					padding-right:7px;
				}
				.footerLeft_infoName {
					font-size:15px;
				}
					.fL_infoNameTit {
						color:#383838;
					}
			.copyright {
				font-size:12px;
				color:#999;
				padding:14px 0px 0px;
			}
				.copyright a {
					color:#999;
				}
				
		/*版腳右*/
		.footerRight {
			float:right;
			padding:24px 0px 0px;
		}
			/*版腳右主按鍵*/
			.footerRight_navbar {
				font-size:0px;
				text-align:right;
				margin:0px -6px;
			}
				.fR_nav {
					display:inline-block;
					vertical-align:top;
					padding:0px 6px;
				}
					.fR_nav a {
						font-size:13px;
						line-height:21px;
						color:#333;
						border: solid 1px #5b5b5b;
						padding:0px 6px;
						text-decoration:none;
						display:block;
						border-radius:3px;
						position:relative;
					}
						.fR_nav a:hover {
							color:var(--primary_color);
							border-color:var(--primary_color);
						}
						
			/*版腳認證圖*/
			.footerRight_Certification {
				display:none;
				font-size:0px;
				text-align:right;
				padding:10px 0px 0px;
			}
				.fR_CertificationImg {
					display:inline-block;
					vertical-align:top;
					padding-left:11px;
				}
					.fR_CertificationImg img {
					}
	
	@media (max-width: 1200px){
		/*版腳左*/
		.footerLeft {
			width:500px;
		}
			span.fL_infoNameTit {
				padding-bottom:0px;
				margin: 0px 0px -3px;

			}
	}
		@media (max-width: 990px){
			/*版腳左*/
			.footerLeft {
				float:none;
				width:auto;
			}
			/*版腳右*/
			.footerRight {
				float:none;
				width:auto;
			}
				/*版腳右主按鍵*/
				.footerRight_navbar {
					text-align:center;
				}
					.fR_nav {
						width:24.8%;
						box-sizing: border-box;
					}
						.fR_nav a {
							padding: 8px 6px;
						}
						
				/*版腳認證圖*/
				.footerRight_Certification {
					text-align:center;
					padding: 15px 0px 0px;
				}
		}
			@media (max-width: 510px){
				/*返回最上面*/
				/* .topBtn {
					position: relative;
					bottom: 0 !important;

					right: 0px;
				}
					.topBtn a {
						border-radius: 0px;
						width: auto;
						border: none;
						background: var(--primary_color);
						color: #fff !important;
						padding: 21px 0px 0px;
						height: 42px;
					}
						.topBtn a:before {
							top:10px;
							left: 50%;
							border-bottom-color: #fff !important;
							margin: 0px 0px 0px -4px;
						} */
				
				/*版腳左*/
				.copyright {
					white-space: nowrap;
					transform: scale(0.8);
					transform-origin: bottom left;
				}
				
				/*版腳右主按鍵*/
				.footerRight_navbar {
					display:none;
				}
				/*版腳認證圖*/
				.footerRight_Certification {
					padding:0px;
				}
			}
	