


/*/////////////////////////////////////////////////////////*/
/*-------版腳內容--------*/
/*/////////////////////////////////////////////////////////*/





/*================*/
/*-- 浮動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: 40px;
			height: 40px;
			/* 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.7em;
				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:0.75em; /*12*/
		line-height: 1;
		text-align:center;
		width: 40px;
		height: 40px;
		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:0.8125em;/*13*/
            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 {
			/* top: 10px; */
			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 a.footer_access {
		position: absolute;
		top: -25px;
		font-size: 0.7em;
		line-height: 1;
		color: #fff0;
		z-index: 1;
		padding: 5px;
		display: inline-block;
		text-decoration: none
	}



.footer{
} 




	.footer .wrap{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		gap: .9375rem;
	}





	/*版腳上方區塊*/
	.footer_topArea{
		background-color: var(--primary_color);
		padding: clamp(.9375rem, 1.3021vw, 1.5625rem) 0; /* 15px , 1.3021vw , 25.00px */
	}
		/*版腳上方_左側區塊*/
		.footerTop_LeftArea{
			float: left;
			box-sizing:border-box;
			width:90%;
			display: flex;
			flex-direction: column;
			gap: 0.625rem;
		}
	
			/*版腳logo區塊*/
			/* .footer_logo{
				box-sizing: border-box;
				width: 250px;
				padding: 13px 0px 0px 0px;
			}
				.footer_logo a{
					display: block;
				}
					.footer_logo img{
						width: 100%;
						height: auto;
					} */
					
					
			/*版腳資訊區塊*/
			.footer_infoArea{
				display: flex;
				flex-wrap: wrap;
				gap: 0.125rem 0.9375rem; 
			}

					.footer_infoList{
						display: inline-block;
						font-size: 0.875em;
						color: #fff;
						line-height: 1.5;
						padding: 0;
					}

					.footer_infoList:first-child{
						padding-right:0px;
					}		

					.footer_infoList:nth-child(2){
						/* padding-left:5px; */
					}
	
	
	/*版權宣告*/
	.copyright{
		/*background: var(--primary_color);*/
		color: #ffffff;
		padding: 0;
		font-size: 0.8125em;
		line-height: 1.5em;
	}
		.copyright a{
			color: #ffffff;
		}
			



/*版腳上方_右側區塊*/
.footerTop_RightArea{
	/* float:right; */
	box-sizing:border-box;
	width:7%;
}
	.footerTop_RightArea a{
		display:block;
	}
		.footerTop_RightArea img{
			/*width:100px;*/
			width:100%;
			height:auto;
		} 





@media (max-width: 1140px){

		/*版腳上方_左側區塊*/
		.footerTop_LeftArea{
			/*width:85%;*/
		}

		/*版腳上方_右側區塊*/
		.footerTop_RightArea{
			/*width:12%;*/
		}		
}



@media (max-width: 990px){
	
	.footer .wrap{
		display: flex;
		flex-direction: column;
		gap: .9375rem;
	}


		/*版腳上方_左側區塊*/
		.footerTop_LeftArea{
			width:auto;
			float:none;
		}

		/*版腳上方_右側區塊*/
		.footerTop_RightArea{
			/*width: auto;*/
			width: 100px;
			/* float: none; */
			padding: 0;
			text-align: right;
		}		


}

@media (max-width: 640px){

	.footer_infoList{
		font-size:0.75em;
		padding: 0;
	}
	.copyright {
		font-size: 0.4em;
		line-height: 1.5;
	}	
		
		/*版腳上方_右側區塊*/
		.footerTop_RightArea{
			text-align:left;
		}
			
}








