/*modify by pekey 20190604*/
@charset "utf-8";
/* CSS Document */

/*------------------------------------------CSS Setting Start-------------------------------*/

/*================*/
/*-- 浮動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(--second_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:.75em;
		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:.8125em;
            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 {
	padding: 35px 0px;
	background-color: var(--third_color);
	color: #fff;
}





	.footer_content{
		display: flex;
		justify-content: space-between;
		padding-bottom: 10px;
		color: #000;
	}
		



		/*----- 版腳footer_logo -----*/
		.footer_logo{
			max-width: 300px;
			width: 15.7vw;
			width: 24.75em;
			min-width:150px;
			transition: 0.3s ease all;
			box-sizing: border-box;
		}
			.footer_logo a{
				display: block;
			}
				.footer_logo a img{
					width: 100%;
					height: auto;
				}
		
	
		
		.footer_content_right{
			/* width: calc(100% - 300px - 130px); */
			/* width: calc(100% - 300px - 6.83vw); */
			width: calc(100% - 15.7vw - 6.83vw);
		}

		
		.footer_content_bottom{
		border-top: 1px #A8A8A8 solid;
		padding-top: 10px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 10px;
		}

		/*----- 版腳主按鍵 navbar -----*/
		.footer_navbar{
			box-sizing: border-box;
			display: flex;
			flex-wrap: wrap;
			align-items: center;
			margin: 0 -15px;
			gap: 10px 0;
		}
			.footer_nav{
				border-left: 1px #A8A8A8 solid;
				box-sizing: border-box;
			}
			.footer_nav:first-of-type{
				border-left: none;
			}
				.footer_nav a{
					display: block;
					text-decoration: none;
					color: inherit;
					padding: 0 15px;
				}



		/*----- 版腳資訊 footer_information -----*/
		ul.footer_information{
			padding: 0;
			margin: 0;
			display: block;
			list-style-type: none;
			color: inherit;
			box-sizing: border-box;
			display: flex;
			flex-wrap: wrap;
			padding-bottom: 10px;
			margin: 0 -20px;
			font-size: 1em;
			gap: 10px 0;
		}
			ul.footer_information li{
				padding: 0;
				margin: 0;
				display: block;
				list-style-type: none;
				display: flex;
				align-items: center;
				padding: 0px 20px;
			}
				ul.footer_information li i{
					padding-right: 5px;
				}
				ul.footer_information li b{
					white-space: nowrap;
					font-weight: inherit;
				}
					ul.footer_information li span{				
					}
						ul.footer_information li a{
							color: inherit;
							display: block;
							text-decoration: none;
						}
						ul.footer_information li a:hover{
							opacity: 0.7;
						}

	
	/*----- 版權宣告 -----*/
	.copyright{
		color: inherit;
		/* font-family: var(--foreign_font); */
		font-size: 1em;
		line-height: 1.1;
		padding-bottom: 10px;
	}
		.copyright a{
			text-decoration: none;
			color:inherit;
			font-size: inherit;
			line-height: inherit;
		}
		
		
	/*----- 瀏覽器警示標語 -----*/
	.browser_bg{
		color: #6c6c6c;
		/* text-align: center; */
		font-size: .75em;
		line-height: 16px;
	}
		.browser_bg a{
			color:inherit;
			font-size: .75em;
			line-height: 16px;
			text-decoration: underline;
		}
/* modify by peggy 2025043028 start */
.footer_content_right_top{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/* modify by peggy 2025043028 end */
	/*----- 版權宣告 -----*/
	.visit{
		display: flex;
		align-items: center;
		gap: 0 5px;
	}	
		.visit .num{
			white-space: nowrap;
			/* display: flex;
			align-items: center; */
		}
		/* 在螢幕放大150%且寬度大於991時，套用這裡的特定樣式 */ 
		@media screen and (min-width: 991px) and (min-height: 500px) and 
		(max-height: 1000px) and (-webkit-min-device-pixel-ratio: 1.5) and 
		(-webkit-max-device-pixel-ratio: 1.74), only screen and (min-resolution: 150dpi) and 
		(max-resolution: 174dpi) { 
			/*----- 版腳footer_logo -----*/
		.footer_logo{
			max-width: 200px;
			width: 15.7vw;
			width: 15.5em;
			min-width:150px;
			transition: 0.3s ease all;
			box-sizing: border-box;
		}

		}


@media (max-width: 990px){

	.footer {
		padding: 25px 0px;
	}	
		.footer_content{
			display: block;
			justify-content:unset;
		}

		/*----- 版腳footer_logo -----*/
		.footer_logo{
			max-width: unset;
			width: 200px;
			width: 15.7em;
			max-width: 200px;
			min-width:unset;
			margin-bottom: 10px;
		}
		
		/* 主按鍵 navbar */
		.footer_navbar{
			/* display: none; */
		}

		.footer_content_right {
			/* width: calc(100% - 300px - 130px); */
			/* width: calc(100% - 300px - 6.83vw); */
			width: auto;
		}
			/*----- 版腳資訊 footer_information -----*/
			ul.footer_information{
				font-size: .9375em;
			}


		/*----- 版權宣告 -----*/
		.copyright{
			font-size: .9375em;
		}
		/* modify by peggy 2025043028 start */
		.footer_content_right_top{
			display: flex;
			flex-direction: column-reverse;
			align-items: flex-start;
			gap: 10px;
		}
	
}


@media (max-width: 768px){
	
	.footer_logo { 
		/* margin-bottom: 15px; */
	} 


	/* 版腳資訊 footer_information */
	ul.footer_information{
		display: block;
		margin: 0;
	}	
		ul.footer_information li{
			padding: 5px 0px;
		}
		



	.footer_content_bottom{
		/* border-top: 1px #A8A8A8 solid;
		padding-top: 10px; */
		display: block;
		gap: unset;
	}

		
	/*----- 版腳主按鍵 navbar -----*/
	.footer_navbar{
		/* box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		align-items: center; */
		margin: 0 0px;
		gap: 10px 10px;
	}
		.footer_nav{
			border-left: none;
		}
		/* .footer_nav:first-of-type{
			border-left: none;
		} */
			.footer_nav a{
				/* display: block;
				text-decoration: none;
				color: inherit; */
				padding: 0 0px;
			}





	/*----- 版權宣告 -----*/
	.visit{
		margin-top: 20px;
	}





}

/* 無障礙網頁檢測標章 modify by peggy 2025043028 */
.footer_right_item{
	width: 8.125em;
}
	.footer_right_item a{
		display: block;
	}
	
		.footer_right_item  img {						
			width: 100%;							
			height: auto;
		}
		/* modify by Joanna 20251114  */
		.footer_right_item  img:hover{
			opacity: 0.3;
		}


	.footer .wrap{
		position: relative;
	}

	/* 導盲磚_跳到版腳內容 modify by peggy 2025043028------------------- */
	.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
	}








