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

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

/*================*/
/*-- 浮動top鍵 --*/
/*================*/
.topBtn_area{
	position:fixed;
	right:14px;
	bottom:0px;
	/*z-index: 10;*/
	/*z-index: 1001;*/
	transform: scale(0.84);
	transition:0.3s ease all;
}
	
	.topBtn {
		position:fixed;
		bottom:-70px;
		right:14px;
		z-index:10;
		/*z-index:3;*/
	}
		.topBtn a {
			display:
			block;
			text-align:
			center;
			box-sizing:
			border-box;
			width: 40px;
			height: 40px;
			border: solid 2px #4c4944;
			position:
			relative;
			text-decoration:
			none;
			transition:0.3s ease all;
			border-radius:100%;
			background:#fff;
			padding: 17px 0px 0px;
			color:#4c4944;
		}
			.topBtn a:before {
				position:
				absolute;
				content:
				'';
				border-bottom: solid 9px #4c4944;
				border-left: solid 5px rgba(0,0,0,0);
				border-right: solid 5px rgba(0,0,0,0);
				top: 7px;
				left: 13px;
			}
			.topBtn a span {
				font-size:0.75rem;
				display:block;
			}
				/*hover*/
				.topBtn a:hover {
					border-color:#fff;
					box-shadow:0px 0px 10px rgba(0,0,0,0.2);
					color: var(--primary_color);
				}
				/* .topBtn a:hover:before {
					border-bottom: solid 12px #ce9c69;
				} */
				
			/*hover*/
			.topBtn:hover .tab_description{
				display: block;
				transition: 0.3s ease all;
			}	
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
			
		
		
			
		
		
/*/////////////////////////////////////////////////////////*/
/*-------右側浮動--------*/
/*/////////////////////////////////////////////////////////*/
	
					
					


/*-------浮動社群鍵----------------------------------------------------------------------------*/

.CommunityBtn_area{
	position:fixed;
	right:14px;
	/*display: none;*/
	/*bottom:190px;*/
	bottom: 20px;
	/*bottom:0px;*/
	/*z-index: 1000;
	z-index: 10;*/
	/*transform: scale(0.84);*/
	transition:0.3s ease all;
	z-index: 201;
	
	display:block;
}
		
		
.CommunityBtn{
	margin:7px 0px;
	position: relative;
}		
	.CommunityBtn a{
		display:block;
		transition:0.3s ease all;
		text-decoration:none;
		font-size: .75rem;
		line-height: 12px;
		text-align:center;
		width:40px;
		height:40px;
		border-radius: 50%;
		box-sizing:border-box;
		background-color: var(--primary_color);
		position:relative;
		box-shadow: 0px 0px 4px 1px rgb(255 255 255 / 0.8);
	}		
	.CommunityBtn  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: .8125rem;
    			transition: 0.3s ease all;
			}		
	








/*右側浮動FB-----------------------------------------------------*/
	/* .fbBtn {
		margin:7px 0px;
		position: relative;
	} */
		.fbBtn a {
			background-color: #3b5998;
		}
			/*hover*/
			.fbBtn:hover .tab_description{
				display: block;
    			transition: 0.3s ease all;
			}
					


/*右側浮動youtube----------------------------------------------------*/
	/* .YtBtn {
		margin:7px 0px;
		position: relative;
	} */
		.YtBtn a {
			background-color: #fb031d;
		}
			/* .YtBtn img{
				width: 36px;
				height: auto;
				position: absolute;
				top: 6px;
				right: 7px;
			} */
				/*hover*/
				/* .YtBtn a:hover {
					border-color:#fff;
					box-shadow:0px 0px 10px rgba(0,0,0,0.2);
					color: #fb031d;
				}
					.YtBtn:hover a {
						box-shadow:0px 0px 10px rgba(0,0,0,0.1);
					} */
			/*hover*/
			.YtBtn:hover .tab_description{
				display: block;
    			transition: 0.3s ease all;
			}
			
			
		
			
/*右側浮動Line-----------------------------------------------------*/
	/* .LineBtn {
		margin:7px 0px;
		position: relative;
	} */
		.LineBtn a {
			background: #fff;
		}
			/* .LineBtn img{
				width: 36px;
				height: auto;
				position: absolute;
				top: 6px;
				right: 5px;
			} */
			/*hover*/
			.LineBtn:hover .tab_description{
				display: block;
    			transition: 0.3s ease all;
			}
						
	
		
			
/*右側浮動LinkedInBtn-----------------------------------------------------*/
/* .LinkedInBtn {
	margin:7px 0px;
	position: relative;
} */
	.LinkedInBtn a {
		background: #2764ac;
	}
		/* .LinkedInBtn img{
			width: 36px;
			height: auto;
			position: absolute;
			top: 6px;
			right: 5px;
		} */
			/*hover*/
			/* .LinkedInBtn a:hover {
				border-color:#fff;
				box-shadow:0px 0px 10px rgba(0,0,0,0.2);
				color: #1e5070;
			}
				.LinkedInBtn:hover a {
					box-shadow:0px 0px 10px rgba(0,0,0,0.1);
				} */
		/*hover*/
		.LinkedInBtn:hover .tab_description{
			display: block;
			transition: 0.3s ease all;
		}
					

	
			
/*右側浮動Twitter-----------------------------------------------------*/
/* .TwitterBtn {
	margin:7px 0px;
	position: relative;
} */
	.TwitterBtn a {
		background: #34b3f7;
	}
		/* .TwitterBtn img{
			width: 36px;
			height: auto;
			position: absolute;
			top: 6px;
			right: 5px;
		} */
			/*hover*/
			/* .TwitterBtn a:hover {
				border-color:#fff;
				box-shadow:0px 0px 10px rgba(0,0,0,0.2);
				color: #1e5070;
			}
				.TwitterBtn:hover a {
					box-shadow:0px 0px 10px rgba(0,0,0,0.1);
				} */

		/*hover*/
		.TwitterBtn:hover .tab_description{
			display: block;
			transition: 0.3s ease all;
		}


					
			
			
/*右側浮動IG-----------------------------------------------------*/
/* .IGBtn {
	margin:7px 0px;
	position: relative;
} */
	.IGBtn a {		
		background: #ffcd6c; /* Old browsers */
		background: -moz-linear-gradient(45deg,  #ffcd6c 0%, #ef5f4a 25%, #a335b4 50%, #505cd1 75%, #505cd1 75%, #9a37bb 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(45deg,  #ffcd6c 0%,#ef5f4a 25%,#a335b4 50%,#505cd1 75%,#505cd1 75%,#9a37bb 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(45deg,  #ffcd6c 0%,#ef5f4a 25%,#a335b4 50%,#505cd1 75%,#505cd1 75%,#9a37bb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd6c', endColorstr='#9a37bb',GradientType=1 );  */
		/* IE6-9 fallback on horizontal gradient */

	}
		/* .IGBtn img{
			width: 36px;
			height: auto;
			position: absolute;
			top: 6px;
			right: 7px;
		} */
			/*hover*/
			/* .IGBtn a:hover {
				border-color:#fff;
				box-shadow:0px 0px 10px rgba(0,0,0,0.2);
				color: #1e5070;
			}
				.IGBtn:hover a {
					box-shadow:0px 0px 10px rgba(0,0,0,0.1);
				} */

		/*hover*/
		.IGBtn:hover .tab_description{
			display: block;
			transition: 0.3s ease all;
		}		
		
		
			
		
		
		
				
/*右側浮動DcardBtn-----------------------------------------------------*/
.DcardBtn a {
	background:#0067a1;
}
	/*hover*/
	.DcardBtn:hover .tab_description{
		display: block;
		transition: 0.3s ease all;
	}	
			
			
			
			
/*右側浮動podcast-----------------------------------------------------*/
	.podcastBtn a {
		background:#8622c2;
	}
		/*hover*/
		.podcastBtn:hover .tab_description{
			display: block;
			transition: 0.3s ease all;
		}
		
		
		
@media (max-width: 1100px){

	.CommunityBtn_area{
		/* display:none; */
	}
		
}
							
					
					
		
				
					
					
					

/*/////////////////////////////////////////////////////////*/
/*-------版腳--------*/
/*/////////////////////////////////////////////////////////*/


.footer_in{
	color: #fff;
	background-color: var(--primary_color);
}
	
	
	.footer_navbar {
		text-align: center;
		/* margin-bottom: 30px; */
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row;
		justify-content: space-between;
		font-size: clamp(0.9444rem, 0.8854vw, 1.0625rem); /* 15.11px , 0.8854vw , 17.00px */
		gap:  clamp(1.1291rem, 1.8229vw, 2.1875rem); /* 18.07px , 1.8229vw , 35.00px */
		border-bottom: 1px solid #b1b1b1;
	}
	

		.fR_nav{
			/*width: 16.6%;
			float:left;*/
			/* width: 14.2%; */
			box-sizing:border-box;
			font-size: inherit;
			line-height: 25px;
			color: inherit;
		}
		.fR_nav span{
			display:block;
			color: #F47378;
		}	
		.fR_nav span a{
			display:block;
			color: #F47378;
			margin-bottom:15px;
		}	

			
		
		
		.fR_nav:last-of-type{
			padding-right: 0%;
		}
		
		
			.fR_nav a{
				display:block;
				text-decoration:none;
				color: inherit;
				padding: clamp(0.5807rem, 0.9375vw, 1.1250rem) 0; /* 9.29px , 0.9375vw , 18.00px */
			}
			
			.fR_nav_Area{
				/* margin: 15px 0px 0px; */
			}
				/* .fR_navList{
					box-sizing: border-box;
					font-size: 1rem;
					line-height: 26px;
					padding-bottom: 10px;
				}
				.fR_navList a{
					display:block;
					text-decoration:none;
					color: #858585;
				}						 */
			
			
				.fR_nav a:hover ,
				.fR_navList a:hover{
					color: var(--second_color);
					/* transition:0.3s ease all; */
				}		
			
			
			
	
	
	.footer_information{
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		align-items: center;
		/* font-family: jf_openhuninn; */
		justify-content: center;
		padding-top: clamp(1.9355rem, 3.1250vw, 3.7500rem); /* 30.97px , 3.1250vw , 60.00px */
	}
	/* .footer_content .footer_information:last-of-type{
		margin-top:10px;
	} */
	
	
			
		.footer_informationList{
			font-size: clamp(0.8333rem, 0.7813vw, 0.9375rem); /* 13.33px , 0.7813vw , 15.00px */
			color: inherit;
			/* font-size: inherit; */
			box-sizing: border-box;
			/* padding: 5px 15px; */
			padding: 0 clamp(0.9678rem, 1.5625vw, 1.8750rem); /* 15.48px , 1.5625vw , 30.00px */
			position: relative;
			margin-bottom: .625rem;
		}	
		.footer_informationList:not(:first-of-type)::before{
			position: absolute;
			content: "";
			background-color: #fff;
			width: .0625rem;
			height: 100%;
			left: 0;
			top: 50%;
			transform: translateY(-50%);
		}
		
			.footer_informationList a ,
			.footer_informationList span{
				color: inherit;
				text-decoration: none;
			}	
			.footer_informationList a:hover{
				color: var(--second_color);
			}	
			
			

			
	/*版權宣告*/
	.copyright{
		background: var(--primary_color);
		color: #fff;
		padding: .625rem 0  1.25rem;
		text-align: center;
		font-size: clamp(0.8333rem, 0.7813vw, 0.9375rem); /* 13.33px , 0.7813vw , 15.00px */
		line-height: 1;
	}
		.copyright a{
			display: inline-block;
			color: inherit;
			text-decoration: none;
		}
		
		
		
		
	/*瀏覽器警示標語*/
	/* .browser_bg{
		color: #fff;
		text-align: center;
		font-size: .75rem;
		line-height: 16px;
	}
		.browser_bg a{
			color: #fff;
			font-size: .75rem;
			line-height: 16px;
			text-decoration: underline;
		} */
			


	/* 版腳_瀏覽統計人數--------------------------*/
	/* ul.footer_peopleBg{
		padding: 15px 0 0;
		list-style-type: none;
		font-size: .8125rem;
		line-height: 13px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		margin: 0 -3px;
		text-align: center;
	}
		ul.footer_peopleBg li{
			padding: 0px 3px;
			box-sizing: border-box;
		}
		ul.footer_peopleBg li span{
			background-color: #cccccc;
			border-radius: 3px;
			color: #00416b;
			display:
			inline-block;
			padding: 2.4px 5px;
			font-weight: bolder;
		}
		.footer_in {
			background-color: var(--primary_color);
			line-height: 1.1;
			color: #fff;
		} */
		




		







@media (max-width: 1400px){
	
	.footer_content {
	}
		.footer_content .wrap{
			/* width:95%;
			padding: 0px 0px; */
		}
	
}


@media (max-width: 990px){

	.footer_in {
		/*padding: clamp(0.8065rem, 1.3021vw, 1.5625rem) 0; *//* 12.90px , 1.3021vw , 25.00px */
	}

	.footer_navbar {
		display: none;
	}

		
	.footer_information{
		flex-direction: column;
		align-items: unset;
		justify-content: unset;
	}
		.footer_informationList{
			padding: 0;
			line-height: 1.2;
		}	
		.footer_informationList::before{
			display: none;
		}

	/* .footer_logo {
		display: block;
		width: 9.375rem;
	}
	.footer_in .wrap {
		display: flex;
		flex-direction: column;
		gap: 0.625rem;
	}
	.footer_info_en , .footer_info_cn{
		width: 100%;
		padding: 10px 0;
	}

	.footer_school_copyright  {
		text-align: left;
        width: 90%;
        margin: 0 auto;
	} */

	.copyright{
		text-align: left;
	}
}




@media (max-width: 860px){
	

	/* .footer_content .wrap{
		width:auto;
		padding: 0px 15px;
	} */
	
	/*版腳主按鍵*/
	/* .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:clamp(1.25rem,1.1458vw,1.375rem);
		}	
	
		.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: 375px){
		
	

}













