/*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: var(--primary_color);
	padding: clamp(1.4336rem, 2.0833vw, 2.5rem) 0; /* 22.94px , 2.0833vw , 40.00px */
}
	.footer .wrap{
		/* max-width: clamp(39.0625rem,65.1042vw,78.125rem); */
	}


.footer_content{
	padding: 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


	.footer_content .footer_left{
		display: flex;
		flex-direction: column;
		gap: 0.625rem;
		max-width: 46.875rem; /*750*/
	}
	.footer_content .footer_right{		
		display: flex;				
		flex-direction: column;				
		align-items: end;				
		gap:  clamp(1.2186rem, 1.7708vw, 2.1250rem); /* 19.50px , 1.7708vw , 34.00px */
	}



		.footer_content .footer_right .social{
			margin: 0;
			padding: 0;
			list-style-type : none;
			display: flex;
			align-items: center;
			gap: 10px;
		}
			.footer_content .footer_right .social li{
				margin: 0;
				padding: 0;
				list-style-type : none;
				display: block;
			}
				.footer_content .footer_right .social li a{
					
				}
					.footer_content .footer_right .social li span{
						
					}
					.footer_content .footer_right .social li img{						
						width: 30px;												
						height: auto;
					}


	 /* .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_info{
		display: grid;
		grid-template-columns:  clamp(8.7808rem, 12.7604vw, 15.3125rem) auto;
		align-items: center;
		column-gap: clamp(10.5728rem, 15.3646vw, 18.4375rem); /* 169.16px , 15.3646vw , 295.00px */
	}

	.footer_logo{
		max-width: clamp(8.7808rem, 12.7604vw, 15.3125rem); /* 140.49px , 12.7604vw , 245.00px */
		width: 100%;
		transition: 0.3s ease all;
		/* padding: .5625rem 0; */
		/* opacity: 0; */
		visibility: hidden; /*先隱藏*/
	}
		.footer_logo a{
			display: block;
		}
		.footer_logo a:hover{
			opacity: 0.5;
			transition: 0.3s ease all;
		}
			.footer_logo a img{
				width: 100%;
				height: auto;
			}
	
			.footer_logo ul.logoArea span.logo_line {
				background-color: rgba(0 0 0 / 40%);
			}
	
	
/*.footer_content {
}
	
	{
		width:95%;
	}*/
		
	
	
	
	
	.footer_navbar {
		display: flex;
		color: #fff;
		font-size: clamp(1rem, 0.9375vw, 1.125rem); /* 16.00px , 0.9375vw , 18.00px */
		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_information{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: .625rem 0.9375rem;
	}
	.footer_content .footer_information:last-of-type{
		/* margin-top:10px; */
	}
	
	
			
		.footer_informationList{
			font-size: clamp(1rem, 0.9375vw, 1.125rem); /* 16.00px , 0.9375vw , 18.00px */
			line-height: 1.2;
			box-sizing: border-box;
			color: #fff;
			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.sponsor{
				display: block;
			}
				.footer_informationList.sponsor a{
					display: flex;
					align-items: center;
					gap: 0px 5px;
					background-color: var(--primary_color);
					background-color: #EDC65F;
					/* color: #fff; */
					padding: 5px 10px;
					border-radius: 35px;
				}
				
				.footer_informationList.sponsor img {
				    width: 25px;
				    /*height: auto;*/
				}



				
	
	/*版權宣告*/
	.copyright{
		font-family: var(--foreign_font);
		color: #fff;
		font-size: clamp(1rem, 0.9375vw, 1.125rem); /* 16.00px , 0.9375vw , 18.00px */
	}
		.copyright a{
			color: inherit;
			font-size: inherit;
			line-height: inherit;
			text-decoration: none;
		}
		
		
		


/* 在螢幕放大150%且寬度大於991時，套用這裡的特定樣式 */
@media screen and (min-width: 1101px) and (max-width: 1280px) {

	.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{
		display: flex;
		justify-content:unset;
		align-items: unset;
		flex-direction: column-reverse;
		gap: 20px
	}
		.footer_content .footer_right {
			flex-direction: column;
			align-items: unset;
		}

	.footer_info{
		display: flex;
		grid-template-columns:unset;
		flex-direction: column;
		align-items: unset;
		gap: 20px
	}

}	

@media (max-width: 990px){

	/* .footer_logo {
		max-width: 100%;
		width: 250px;
		min-width: unset;
	}

	.footer_content{
		padding: 20px 0;
		background: var(--primary_color);
	} 
	.footer_content::before{
		display: none;
	}

		{
			flex-direction: column;
			align-items: unset;
		}

		.footer_information {
			gap: 10px 10px;
		}*/
	
	/*版腳主按鍵*/
	/* .footer_navbar{
		display: flex;
    	flex-wrap: wrap;
    	flex-direction: row;
		justify-content: space-between;
		text-align:left;
	}	
		.fR_nav {
			padding: 0 0 10px;
			margin: 0 0 20px;
			float: none;
			width: 100%;
			font-size:22px;
		}	 
	
		.fR_nav > span{
			display:block;
			position:relative;
			padding-right: 20px;
		}
		.fR_nav > span:before{
			position: absolute;
			content: "";
			border-top: solid 8px #ffffff;
			border-left: solid 5px rgba(0,0,0,0);
			border-right: solid 5px rgba(0,0,0,0);
			right: 0px;
			top: 10px;
			transition: 0.3s ease all;
		}
		.fR_nav.active > span:before{
			transform:rotate(180deg);
			transition: 0.3s ease all;
			top: 7px;
		}		
		
		
		
		.fR_nav.fR_nav2 {
			padding: 0 0 0px;
			margin: 0 0 0px;
		}
		.fR_nav.fR_nav2 span a {
			margin-bottom: 0px;
		}
		.fR_nav2 span:before ,
		.fR_nav2.active > span:before{
			display:none;
		}
		.fR_nav.fR_nav2 span{
			padding: 0 0 10px;
			margin: 0 0 20px;
		}		

		
		.fR_nav_Area{
			display: none;
		}*/
	
}

@media (max-width: 640px){
	.footer_info{
		/* display: block; */
	}
	{
		width: 100%;
		margin: 0;
	}

	.footer_navbar{
		color: var(--primary_color);
		/*font-size: clamp(.8125rem, 0.8333vw, 1rem);*/ /*字體 最小值 13px、大小約 0.8333vw、最大值 16px*/
		font-size: 1rem; /*字體 最小值 13px、大小約 0.8333vw、最大值 16px*/
	}
		.footer_nav a{
			border-radius: 10px;
			border: 1px solid #fff;
			padding: 0.4375rem 0.9375rem;
			background-color: #fff;
		}
}

@media (max-width: 375px){
		
	/*.footer_information {
		justify-content: unset;
	}*/	

}













