/*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(--primary_color);
			border-color: var(--primary_color);
			/* background: linear-gradient(90deg, #C757F2 0%, #4F5EED 47.6%, #3CB2CD 98.02%); */
			/* background: linear-gradient(45deg, #ffe6a2 0%, #9b8543 37.6%, #C8B273 98.02%); */
			color:#fff;
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			border: 1px solid #fff;
		}
			/* .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%;
		border: 1px solid var(--primary_color);
		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;
            }




@media screen and (min-width: 769px) {

	/*--浮動社群鍵---*/
	.social_btn_area{
		display: none;
	}
}



@media(max-width:990px){
	.topBtn a {
		border-radius: 50%;		
	}
}



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


/*--右側浮動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-color: #fff; */
	}

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

.MemberBtn{
	
}

.MemberBtn a{
	background-color: #fff;
}



@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 {
	background-color: rgba(0,0,0,0.9);
	padding: 0;
}
	.footer .wrap{
	}


.footer_content{
	padding: 0;
	position: relative;
	font-family: var(--mandarin_font2);
	line-height: 1.5;
	color: rgba(255,255,255,0.7);
	padding: clamp(1.5484rem, 2.5000vw, 3.0000rem) 0; /* 24.77px , 2.5000vw , 48.00px */
}

.footer_content .wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: clamp(1.4517rem, 2.3438vw, 2.8125rem); /* 23.23px , 2.3438vw , 45.00px */
}

	.footer_content .footer_left , .footer_content .footer_right{
		display: flex;
		flex-wrap: wrap;
		column-gap: clamp(0.8065rem, 1.3021vw, 1.5625rem); /* 12.90px , 1.3021vw , 25.00px */
		row-gap: clamp(0.4839rem, 0.7813vw, 0.9375rem); /* 7.74px , 0.7813vw , 15.00px */
	}

	.footer_content .footer_left{
		max-width: 42.5rem; /*680*/
		align-items: center;
	}
	.footer_content .footer_right{
		flex-direction: column;
	}



		.footer_content  .social{
			margin: 0;
			padding: 0;
			list-style-type : none;
			display: flex;
			align-items: center;
			gap: clamp(0.6452rem, 1.0417vw, 1.2500rem); /* 10.32px , 1.0417vw , 20.00px */
			font-size: 1.2500rem;
		}
			.footer_content   .social li{
				margin: 0;
				padding: 0;
				list-style-type : none;
				display: block;
				color: #fff;
				font-size: inherit;
				transition: 0.3s ease all;
			}
				.footer_content .social li a{					
					color: inherit;
				}
					.footer_content  .social li span{						
						display: block;
					}
					.footer_content  .social li img{						
						width: 30px;												
						height: auto;
					}
					.footer_content  .social li i{
						color: inherit;
						font-size: inherit;
					}
			.footer_content   .social li:hover{
				color: var(--second_color);
			}


	 /* .footer_right .footer_fb_img{
		width: 25px;
		height: 25px;
		box-sizing: border-box;
		border: 2px solid #fff;
		border-radius: 50%;

	}
	 .footer_right .footer_fb_img a{
		padding-top: 100%;
		display: block;
		position: relative;

	}
	 .footer_right .footer_fb_img 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;

	} */






	.footer_logo{
		transition: 0.3s ease all;
		font-size: clamp(1.5313rem, 1.4583vw, 1.7500rem); /* 24.50px , 1.4583vw , 28.00px */
		color: #fff;
		font-weight: 700;
	}
		.footer_logo a{
			display: block;
			font-size: inherit;
			color: inherit;
		}
		.footer_logo a:hover{
			opacity: 0.5;
			transition: 0.3s ease all;
		}
			.footer_logo a img{
				width: 100%;
				height: auto;
			}
	
	

	
	
	
	/* .footer_navbar {
		display: flex;
		color: #fff;
		font-size: clamp(1rem, 0.9375vw, 1.125rem); 
		line-height: 1.2;
	}
		.footer_nav{
			box-sizing:border-box;
			font-size: inherit;
			line-height: inherit;
			color: inherit;
		}
			.footer_nav a{
				display:block;
				color: inherit;
				line-height: inherit;
				text-decoration: none;
			}	
			.footer_nav a:hover{
				opacity: 0.7;
			} */
			
		
		
		/* .fR_nav:last-of-type{
			padding-right: 0%;
		}
		
		
			.fR_nav a{
				display:block;
				text-decoration:none;
				color:#333;
			}
			
			.fR_nav_Area{
				margin: 15px 0px 0px;
			}
				.fR_navList{
					box-sizing: border-box;
					font-size: 16px;
					line-height: 26px;
					padding-bottom: 10px;
				}
				.fR_navList a{
					display:block;
					text-decoration:none;
					color: #858585;
				}						
			
			
				.fR_nav a:hover ,
				.fR_navList a:hover{
					opacity:0.5;
					transition:0.3s ease all;
				}		 */
			
			
			
	
		/*.footer_nav {
			text-align: center;
			display: inline-block;
			margin: 0px 5px 0px;
			box-sizing: border-box;
		}	
			.footer_nav a {
				display: block;
				text-decoration: none;
				padding: 10px 40px;
				font-size: 19px;
				border-radius: 5px;
				color: #929292;
				background-color: #ffffff;
				font-family: 'setofont';
			}
			.footer_nav a:hover {
				opacity:0.5;
				transition:0.3s ease all;
			}*/		
		
	
	













	.footer_title{
		line-height: inherit;
		color: inherit;
		font-size: clamp(1.0938rem, 1.0417vw, 1.2500rem); /* 17.50px , 1.0417vw , 20.00px */
	}
	
	
	
	.footer_information{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		/* gap: .625rem 0.9375rem; */
		font-size: 0.8750rem;
	}
	.footer_content .footer_information:last-of-type{
		/* margin-top:10px; */
	}
	
	
			
		.footer_informationList{
			font-size: inherit; /* 16.00px , 0.9375vw , 18.00px */
			line-height: inherit;
			box-sizing: border-box;
			color: inherit;
			display: flex;
			align-items: center;
			gap: 0px 0.625rem;
		}	
	
			.footer_informationList img{
				width: 18px;
				height: auto;
			}
			.footer_informationList a{
				color:inherit;
				text-decoration: none; 
				position: relative;
			}	
			/* .footer_informationList a::before{
			}	 
			.footer_informationList:last-child a::before{
				display: none;
			}*/	
			.footer_informationList a:hover{
				opacity: 0.5;
			}	

			.footer_informationList .tit{
				color:inherit;
				font-size:inherit;
				font-weight: inherit;
				white-space: nowrap;
			}
			
			
			
			/* .footer_informationList.sponsor{
				display: block;
			}
				.footer_informationList.sponsor a{
					display: flex;
					align-items: center;
					gap: 0px 5px;
					background-color: var(--primary_color);
					background-color: #EDC65F;
					padding: 5px 10px;
					border-radius: 35px;
				}
				
				.footer_informationList.sponsor img {
				    width: 25px;
				} */



				
	
	/*版權宣告*/
	.copyright{
		background-color: #000000;
		padding: clamp(0.5161rem, 0.8333vw, 1rem) 0; /* 8.26px , 0.8333vw , 16.00px */
		line-height: 2;
		color: rgba(255, 255, 255, 0.5);
		font-size: clamp(0.7656rem, 0.7292vw, 0.8750rem); /* 12.25px , 0.7292vw , 14.00px */
	}
		.copyright a{
			color: inherit;
			font-size: inherit;
			line-height: inherit;
			text-decoration: none;
		}
		
		
		


/* 在螢幕寬度1101- 1400時，套用這裡的特定樣式 */
@media screen and (min-width: 1101px) and (max-width: 1400px) {

	.footer_content .footer_left {
		max-width: unset;
		width: 75dvw;
	}

	.footer_info{
		/*column-gap: clamp(4.3750rem, 7.8125vw, 9.3750rem); *//* 70.00px , 7.8125vw , 150.00px */
	}

}


@media screen and (min-width: 1101px) {

	/*.footer_nav a{
		white-space: nowrap;
	}*/

}


@media(max-width:1100px){

	.footer_content .wrap{
		flex-direction: column;
	}

	.footer_content .footer_left, 
	.footer_content .footer_right {
		/* display: flex;
		flex-wrap: wrap;
		column-gap: clamp(0.8065rem, 1.3021vw, 1.5625rem);
		row-gap: clamp(0.4839rem, 0.7813vw, 0.9375rem); */

		max-width: unset;
		width: 100%;
	}


	.footer_content .footer_right .footer_information:last-of-type {
		gap: 0.625rem 0.9375rem;
	}
		.footer_content .footer_right  .footer_informationList {
			align-items: baseline;
			gap: 0px 0.625rem;
			flex-wrap: wrap;
		}

}	








