/*modify by pekey 20190604*/
@charset "utf-8";
/* CSS Document */

/*------------------------------------------CSS Setting Start-------------------------------*/

/*================*/

/*================*/
.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 #fff;
			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(--mandarin_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;
            }









.fbBtn {
}
    .fbBtn a {
        background-color: #1974ec;
    }
	
	

.YtBtn {
}
    .YtBtn a {
        background-color: #fb031d;
    }
    



.lineBtn {
	margin:7px 0px;
	position: relative;
}
	.lineBtn a {
		background: #00c001;
	}
       
	




.linkedInBtn {
}
	.linkedInBtn a {
		background: #2764ac;
	}
    


	
.twitterBtn {
}
	.twitterBtn a {
		background: #34b3f7;
	}
    



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

		
			
		

.dcardBtn{    
}
    .dcardBtn a {
        background:#0067a1;
    }
			
		

.podcastBtn{	
}
	.podcastBtn a {
		background:#8622c2;
	}





@media (max-width: 990px){

	
	.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: clamp(1.4517rem, 2.3438vw, 2.8125rem) 0;
	padding: 0;
	/* background-color: #252525; */
	color: var(--dark_color);
	padding: 0;
	background-color: #ffc4b4;
	/* display: none; */
}
.footer_top{
	padding-bottom:clamp(0.9678rem, 1.5625vw, 1.8750rem); 
}
.footer_top > .wrap{
	max-width: 82.5rem; /*1320px*/
}
.footer_bottom {
    position: relative;
    padding: .9375rem 0;
    overflow: hidden; 
}
.footer_left{
	display: flex;
	align-items: center;
	gap: clamp(1rem, 0.8rem + 1vw, 2rem);
	flex-wrap: wrap;
	justify-content: center;
}

.footer_bottom > .wrap {
    max-width: 82.5rem; /*1320px*/
    margin: 0 auto;
    position: relative;
    z-index: 2; 
}

.link_area{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: clamp(1rem, 0.888rem + 0.56vw, 1.563rem);
	justify-content: space-between;
}


.link_area .link_item1{
	width: clamp(5rem, 4.75rem + 1.25vw, 6.25rem);
	/* width: calc(100% / 4 - (3 * 1.5625rem) / 4); */
}

.link_area .link_item2{
	/* width: calc(100% / 4 - (3 * 1.5625rem) / 4); */
}

.link_area .link_item a{
	display: block;
	position: relative;
	/* padding-top: 37.46%; */
}
.link_area .link_item a img{
	width:100%;
	height:auto;
	/* transition: all 0.3s ease-out;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	float: none;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	transition: all 0.3s ease-out; */
}


.link_area .link_item2 ul{
	margin: 0;
	padding: 0;
	list-style-type : none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap:clamp(0.6452rem, 1.0417vw, 1.2500rem); /* 10.32px , 1.0417vw , 20.00px */
	/* gap: 0.9375rem; */
}
	.link_area .link_item2 li{
		margin: 0;
		padding: 0;
		list-style-type : none;
		display: block;

		width: 1.5625rem;
	}



@media (max-width: 990px){
	.link_area .link_item{
		/* width: calc(100% / 2 - (1.5625rem) / 2); */
	}
	.link_area .link_item1{
		/* width: calc(100% / 2 - (1.5625rem) / 2); */
	}
	.link_area .link_item2 {
		width: 100%;
		display: flex;
		justify-content: center;
	}
		
		.link_area .link_item2 ul{
			justify-content: flex-end;
		}
			.link_area .link_item2 li{
				/* width: 1.25rem; */
			}
}
	
	.footer_contact_info p {
		margin: 0 0 12px 0;
		font-size: 16px;
		font-family: 'Roboto', 'Noto Sans TC', sans-serif;
		letter-spacing: 0.5px;
	}

	.footer_contact_info p:last-child {
		margin-bottom: 0;
	}

	.footer_contact_info strong {
		font-weight: 600;
	}


		.footer_content{
			display: block;
		}
		

		.footer_contact_info a {
			color: inherit; 
			text-decoration: none; 
			transition: 0.3s;
		}

		.footer_contact_info a:hover {
			opacity: 0.8;
		}

		
		.footer_logo{
			width: 10.625rem; /*170px*/
			transition: 0.3s ease all;
			box-sizing: border-box;
		}
			.footer_logo a{
				display: block;
			}
				.footer_logo a img{
					width: 100%;
					height: auto;
				}
		
	



		
		.footer_navbar{
			box-sizing: border-box;
			display: flex;
			flex-wrap: wrap;
			gap: 1.875rem; /*30px*/
			column-gap:clamp(0.9678rem, 1.5625vw, 1.8750rem); /* 15.48px , 1.5625vw , 30.00px */
			margin: 0;
			display: grid;
			grid-template-columns: 20.6250rem repeat(auto-fill, minmax(100px, 1fr));  /*330px*/
		}
			.footer_nav{
				box-sizing: border-box;
				display: flex;
				flex-direction: column;
			}

				.footer_nav a{
					display: block;
					text-decoration: none;
					color: #fff;
					/* padding: 0 15px; */
					padding: 0;
				}
				.footer_nav .footer_title a{
					font-family: var(--foreign_font);
					font-size: clamp(1.0000rem, 0.9375vw, 1.1250rem); /* å­—é«” æœ€å°å€¼ 16.00pxã€å¤§å°ç´„ 0.9375vwã€æœ€å¤§å€¼ 18.00px */
					font-weight: 700;
					padding: 0;
				}
				.footer_nav .footer_title{
					padding: 0.6250rem 0 1.0625rem 0;
					margin-bottom: .625rem;
				}
				.footer_nav .footer_title::after{
					content: "";
					display: block;
					position: absolute;
					width: 45px;
					height: 3px;
					margin-top: 20px;
					background-color: var(--primary_color);

				}



		
	
	
	.copyright{
		/* color: #b3b3b3; */
		/* font-family: var(--foreign_font); */
		font-size: .75rem; /*12px*/
		line-height: 1.5;
		padding-top: .625rem;
		text-align: center;
		/* display: none; */
		/* visibility: hidden; */
	}
		.copyright a{
			color:inherit;
			font-size:inherit;
			line-height:inherit;
		}

	




@media (max-width: 990px){

	.footer {
		padding: 20px 0px;
		padding: 0;
	}	
	.footer_top > .wrap{
		/* max-width: 60rem; */
		margin: 0 auto;
	}	
		.footer_content{
			display: block;
			justify-content:unset;
		}


		
		.footer_navbar{
			display: flex;
			flex-wrap: wrap;
		}
		.footer_nav{			
			width: auto;			
		}
	
}


@media (max-width: 768px){
	.footer_top > .wrap{
		/* max-width: 720px; */
		margin: 0 auto;
	}	
	
	.footer_navbar{
		display: flex;
		flex-wrap: wrap;
	}
	
	
	ul.footer_information{
		display: block;
		margin: 0;
	}	
		ul.footer_information li{
			padding: 5px 0px;
		}


		.footer_bottom > .wrap {
			flex-direction: column;
			justify-content: unset;
			align-items: flex-start;
			gap: 15px;
		}


	
	.copyright{
		order: 3;
	}
		
	
}

@media(max-width:640px){
	.footer_nav:first-of-type{	
		width: 100%;	
	}
}


.footer-decor-left {
    position: absolute;
    bottom: -62px;
    left: 0;
    height: clamp(9.063rem, 8rem + 5.31vw, 14.375rem); 
    width: auto;
    z-index: 0;
    pointer-events: none; 
    opacity: 0.3;
}

.footer-decor-right {
    position: absolute;
    bottom: -80px;
    right: 0;
    height: clamp(9.063rem, 7.75rem + 6.56vw, 15.625rem); 
    width: auto;
    z-index: 0;
    opacity: 0.3;
    pointer-events: none;
}








