


/*/////////////////////////////////////////////////////////*/
/*-------版腳內容--------*/
/*/////////////////////////////////////////////////////////*/





/*================*/
/*-- 浮動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; */
			width: clamp(2.2581rem, 3.6458vw, 4.3750rem); /* 36.13px , 3.6458vw , 70.00px */
			width: 4.375rem;
			aspect-ratio: 1;
			/* border: solid 2px #4c4944; */
			position:relative;
			text-decoration:none;
			transition:0.3s ease all;
			border-radius:100%;
			border-radius: 100px;
			background: linear-gradient(0deg, #FF8962 0%, #FF8962 43.7%, #FFD4BC 94.12%);
			/* padding: 25px 0px 0px; */
			color:#fff;
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			gap: 0.3125rem;
		}
			/* .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 img{
				width: 0.9375rem;
				height: auto;
			} 
			.topBtn a span {
				font-size: 1.0625rem;
				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;
	}




/* 在螢幕寬度大於1100時，套用這裡的特定樣式 */
@media screen and (min-width: 1101px) {

	
	/*--浮動社群鍵---*/
	.social_btn_area{
		display:none;
	}

}



@media (max-width: 1100px){

	/*-- 浮動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;
		}	



}
















/*右側浮動廣告-----------------------------------------------------*/
.fiexdRight_img {
	position:fixed;
	/* bottom:200px; */
	right:0px;	
	/* z-index: 2; */
	z-index: 6;
    /* border-radius: 0.25rem; */
	/* width:170px; */
	/*width:13.75rem;*/ /*220*/
	transition:0.5s ease all;

	width: 9.375rem; /*150*/
}
	.fiexdRight_img a{
		display: block;
	}
	.fiexdRight_img img {
		width:100%;
		height:auto;
	}
	.fixedRightZoom {
		cursor:pointer;
		position: relative;
		height: 0.9375rem;
		transition:0.3s ease all;
	}
		.fixedRightZoom span {
			position:absolute;
			content:'';
			border-left: solid 0.375rem rgba(0, 0, 0, 0.62);
			border-bottom: solid 0.4375rem rgba(255,255,255,0);
			border-top: solid 0.4375rem rgba(255,255,255,0);
			left:0px;
			top:0.125rem;
		}
			.fixedRightZoom:hover {
				opacity:0.5;
			}
	
	/*點擊後*/
	.fiexdRight_img.active {
		/*right:-13.75rem;*/ /*220*/
		right:-9.375rem; /*150*/
	}
	.fixedRightZoom.active {
		left:-1.25rem;
	}
		.fixedRightZoom.active span {
			border-left: none;
			border-right: solid 0.375rem rgba(0, 0, 0, 0.62);
		}
	
	@media (max-width: 760px){
		.fiexdRight_img {
			top:auto;
		}
	}
		@media (max-width: 500px){
			.fiexdRight_img {
				width:6.25rem;
			}
				.fiexdRight_img.active {
					right:-6.25rem;
				}
		}






















/* 導盲磚_跳到版腳內容------------------- */
	.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_topArea{
		background-color: var(--seventh_color);
		/* padding: clamp(.9375rem, 1.3021vw, 1.5625rem) 0; */ /* 15px , 1.3021vw , 25.00px */
		padding: clamp(1.7743rem, 2.8646vw, 3.4375rem) 0; /* 28.39px , 2.8646vw , 55.00px */
	}
		.footer_topArea .wrap{
			display: flex;
			flex-direction: row;
			align-items: center;
			justify-content: space-between;
			gap: 0.9375rem;
			max-width: 105rem;
    		width: 95%;
		}

		/*版腳上方_左側區塊*/
		.footerTop_LeftArea{
			/* float: left; */
			box-sizing:border-box;
			/* width:90%; */
			display: flex;
			flex-direction: column;
			gap: 0.625rem;
			width: 100%;
		}
	
			/*版腳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;
				/*margin: 0 -1.8229vw; *//*0 -35*/

				margin: 0 auto;
				/* column-gap: 1.8229vw; */
				column-gap:3.6458vw; /*70*/
				width: 100%;
			}

					.footer_infoList{
						/* width: 20%; */
						/* display: inline-block; */
						color: var(--dark_color_sec);
						text-align: center;
						font-size: 0.875em;
						/* font-style: normal; */
						font-weight: 400;
						line-height: 1.5;
						letter-spacing: clamp(0.0948rem, 0.1531vw, 0.1837rem); /* 1.52px , 0.1531vw , 2.94px */
						/*padding: 0 1.8229vw;*//*0 35*/
						padding: 0;
						display: flex;
						flex-direction: column;
						row-gap: clamp(0.6452rem, 1.0417vw, 1.2500rem); /* 10.32px , 1.0417vw , 20.00px */
						/* border-left: #D9D9D9 1px solid; */

						width: calc((100% / 5) - (4 * 3.6458vw / 5)); /* 5欄平均寬度，扣除間距 */
						position: relative;
					}

					.footer_infoList:first-child{
						/* border-left:none; */
					}		

					.footer_infoList:nth-child(2){
						/* padding-left:5px; */
					}

					.footer_infoList:not(:first-child)::before{
						position: absolute;
						content: "";
						display: block;
						top: 0;
						left:calc(-3.6458vw / 2);
						width: .0625rem;
						height: 100%;
						background-color:#D9D9D9;
					}

					.footer_infoList img{
						aspect-ratio: 1;
						height: auto;
						width:clamp(3.2582rem, 5.2604vw, 6.3125rem); /* 52.13px , 5.2604vw , 101.00px */
						margin: 0 auto;
					}
					.footer_info{
						display: flex;
						flex-direction: column;
						row-gap: clamp(0.3226rem, 0.5208vw, 0.6250rem); /* 5.16px , 0.5208vw , 10.00px */
					}
						.footer_info_in{
							display: flex;
							flex-direction: column;
							row-gap:  clamp(0.1613rem, 0.2604vw, 0.3125rem); /* 2.58px , 0.2604vw , 5.00px */
						}
						.footer_infoList strong{
							font-size: inherit;
							line-height: inherit;
							margin: 0;
							padding: 0;
							font-weight: 400;
						}
						.footer_infoList  p{
							font-size: 0.6875em;
							font-weight: 400;
							line-height: inherit;
							letter-spacing: clamp(0.0745rem, 0.1203vw, 0.1444rem); /* 1.19px , 0.1203vw , 2.31px */
						}
						.footer_infoList a{
							color: inherit;
							display: block;
							text-decoration: none;
							word-wrap:break-word; /* 依單字換行 */
						}




.footer_BottomArea{
	background-color: var(--primary_color);
	padding:  clamp(0.2581rem, 0.4167vw, 0.5rem) 0; /* 4.13px , 0.4167vw , 8.00px */
}
	.footer_BottomArea .wrap{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		gap: .3125rem;
	}	
		
	/*版權宣告*/
	.copyright{
		color: #FFF;
		text-align: center;
		font-size: 0.625rem;
		font-weight: 400;
		line-height: 1.5;
		letter-spacing: clamp(0.0677rem, 0.1094vw, 0.1313rem); /* 1.08px , 0.1094vw , 2.10px */
	}
		.copyright a{
			display: inline-block;
			color: inherit;
			text-decoration: none;
		}
			.copyright ul{
				margin: 0;
				padding: 0;
				list-style-type : none;
				display: inline-flex;
				flex-wrap: wrap;
				font-size: inherit;
				gap: clamp(0.3226rem, 0.5208vw, 0.6250rem); /* 5.16px , 0.5208vw , 10.00px */
			}
				.copyright li{
					margin: 0;
					padding: 0;
					list-style-type : none;
					display: flex;
					font-size: inherit;
				}


	.footer_navbar{
		display: flex;
		flex-wrap: wrap;
		gap: clamp(0.6452rem, 1.0417vw, 1.2500rem); /* 10.32px , 1.0417vw , 20.00px */
		color: #FFF;
		text-align: center;
		font-size: 0.875rem;
		/* font-style: normal; */
		font-weight: 400;
		line-height: 1.5;
		letter-spacing: clamp(0.0948rem, 0.1531vw, 0.1837rem); /* 1.52px , 0.1531vw , 2.94px */
	}
		.footer_nav{
			
		}		
			.footer_nav a{
				color: inherit;
				font-size: inherit;
				font-weight:inherit;
				line-height: inherit;
				text-decoration: none;
			}	


/*版腳上方_右側區塊*/
.aa{
	/* float:right; */
	box-sizing:border-box;
	width:5.5rem;
}
	.aa a{
		text-decoration: none;
		display:block;
	}
		.aa img{
			/*width:100px;*/
			width:100%;
			height:auto;
		} 





@media (max-width: 1280px){

	/*版腳資訊區塊*/
	.footer_infoArea{
		/* margin: 0 -0.3125rem; */ /*0 5*/
	}

			.footer_infoList{
				/* padding: 0 0.3125rem; */ /*0 5*/
			}


		/*版腳上方_左側區塊*/
		.footerTop_LeftArea{
			/*width:85%;*/
		}

		/*版腳上方_右側區塊*/
		.footerTop_RightArea{
			/*width:12%;*/
		}		
}



@media (max-width: 1100px){
	
	.footer .wrap{
		display: flex;
		flex-direction: column;
		/* gap: .9375rem; */
		width: 90%;
	}


		/*版腳上方_左側區塊*/
		.footerTop_LeftArea{
			width:auto;
			float:none;
		}

			.footer_infoArea {
				justify-content: center;
				gap: 15px;
				margin: 0;
			}		
				.footer_infoList{
					width: 100%;
					border-left: none;
					padding: 0;
					text-align: left;
				}				
				.footer_infoList:not(:first-child)::before{
					display: none;
				}

					.footer_infoList img{
						display: none;
					}


		/*版腳上方_右側區塊*/
		.footerTop_RightArea{
			/*width: auto;*/
			width: 100px;
			/* float: none; */
			padding: 0;
			text-align: right;
		}	

		.footer_BottomArea{
			padding: 0.9375rem 0;
		}
		
		.footer_BottomArea .wrap {
			align-items: unset;
			justify-content: unset;
			row-gap: 10px;
		}
			.copyright {
				text-align: left;
			}


}

@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; */
		}
			
}








