/*modify by pekey 20190523*/
@charset "utf-8";
/* CSS Document */

/*------------------------------------------CSS Setting Start-------------------------------*/

/*================*/
/*-- loading --*/
/*================*/

.loading {
 	position: fixed;
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background: #FFF;
	text-align:center;
	
	/*新增by pekey 20171211*/
	padding-top:250px;
 } 
 
	
	/*Loading畫面CSS開始*/
	#circularG{
		position:relative;
		width:58px;
		height:58px;
		margin: auto;
	}
	
	.circularG{
		position:absolute;
		background-color:rgb(201,9,21);  /*此為Loding的點點顏色*/
		width:14px;
		height:14px;
		border-radius:9px;
			-o-border-radius:9px;
			-ms-border-radius:9px;
			-webkit-border-radius:9px;
			-moz-border-radius:9px;
		animation-name:bounce_circularG;
			-o-animation-name:bounce_circularG;
			-ms-animation-name:bounce_circularG;
			-webkit-animation-name:bounce_circularG;
			-moz-animation-name:bounce_circularG;
		animation-duration:1.1s;
			-o-animation-duration:1.1s;
			-ms-animation-duration:1.1s;
			-webkit-animation-duration:1.1s;
			-moz-animation-duration:1.1s;
		animation-iteration-count:infinite;
			-o-animation-iteration-count:infinite;
			-ms-animation-iteration-count:infinite;
			-webkit-animation-iteration-count:infinite;
			-moz-animation-iteration-count:infinite;
		animation-direction:normal;
			-o-animation-direction:normal;
			-ms-animation-direction:normal;
			-webkit-animation-direction:normal;
			-moz-animation-direction:normal;
	}
	
		#circularG_1{
			left:0;
			top:23px;
			animation-delay:0.41s;
				-o-animation-delay:0.41s;
				-ms-animation-delay:0.41s;
				-webkit-animation-delay:0.41s;
				-moz-animation-delay:0.41s;
		}
		
		#circularG_2{
			left:6px;
			top:6px;
			animation-delay:0.55s;
				-o-animation-delay:0.55s;
				-ms-animation-delay:0.55s;
				-webkit-animation-delay:0.55s;
				-moz-animation-delay:0.55s;
		}
		
		#circularG_3{
			top:0;
			left:23px;
			animation-delay:0.69s;
				-o-animation-delay:0.69s;
				-ms-animation-delay:0.69s;
				-webkit-animation-delay:0.69s;
				-moz-animation-delay:0.69s;
		}
		
		#circularG_4{
			right:6px;
			top:6px;
			animation-delay:0.83s;
				-o-animation-delay:0.83s;
				-ms-animation-delay:0.83s;
				-webkit-animation-delay:0.83s;
				-moz-animation-delay:0.83s;
		}
		
		#circularG_5{
			right:0;
			top:23px;
			animation-delay:0.97s;
				-o-animation-delay:0.97s;
				-ms-animation-delay:0.97s;
				-webkit-animation-delay:0.97s;
				-moz-animation-delay:0.97s;
		}
		
		#circularG_6{
			right:6px;
			bottom:6px;
			animation-delay:1.1s;
				-o-animation-delay:1.1s;
				-ms-animation-delay:1.1s;
				-webkit-animation-delay:1.1s;
				-moz-animation-delay:1.1s;
		}
		
		#circularG_7{
			left:23px;
			bottom:0;
			animation-delay:1.24s;
				-o-animation-delay:1.24s;
				-ms-animation-delay:1.24s;
				-webkit-animation-delay:1.24s;
				-moz-animation-delay:1.24s;
		}
		
		#circularG_8{
			left:6px;
			bottom:6px;
			animation-delay:1.38s;
				-o-animation-delay:1.38s;
				-ms-animation-delay:1.38s;
				-webkit-animation-delay:1.38s;
				-moz-animation-delay:1.38s;
		}
		
		
		
		@keyframes bounce_circularG{
			0%{
				transform:scale(1);
			}
		
			100%{
				transform:scale(.3);
			}
		}
		
		@-o-keyframes bounce_circularG{
			0%{
				-o-transform:scale(1);
			}
		
			100%{
				-o-transform:scale(.3);
			}
		}
		
		@-ms-keyframes bounce_circularG{
			0%{
				-ms-transform:scale(1);
			}
		
			100%{
				-ms-transform:scale(.3);
			}
		}
		
		@-webkit-keyframes bounce_circularG{
			0%{
				-webkit-transform:scale(1);
			}
		
			100%{
				-webkit-transform:scale(.3);
			}
		}
		
		@-moz-keyframes bounce_circularG{
			0%{
				-moz-transform:scale(1);
			}
		
			100%{
				-moz-transform:scale(.3);
			}
		}
	/*Loading畫面CSS結束*/

.loading_tit{
	padding:20px 0px 0px 15px;
	display:inline-block;
	font-size:16px;
	font-weight:bold;
	color:#333;
	font-family:微軟正黑體;
	text-align:center;
}








#top {
    border-top: 0px #fff0 solid;
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 5;
    opacity: 0;
}








/*/////////////////////////////////////////////////////////*/
/*-------版頭--------*/
/*/////////////////////////////////////////////////////////*/

.header {
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
	transition: 0.3s ease all;
	background-color: #ffffff;
	/* border-bottom: 0.4375rem solid var(--primary_color); */
}
.inBody .header:before {
	/*position:absolute;
	content:'';
	top: 0;
	width: 100%;
	background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 5%, #ffffff00 90%, #ffffff00 100%);
	transition: 0.3s ease all;
	pointer-events: none;
	opacity: 0.5;
	padding-bottom: calc(26.5% / 2) ;
	mix-blend-mode: overlay;*/ /*覆蓋*/
}
.header:before {
	position:absolute;
	content:'';
	bottom: 0;
	width: 100%;
	height: 0.4375rem; /*7*/
	background-color: var(--primary_color);
}








	
	.header > .wrap {
		position: relative;
		/* display: flex;
		align-items: center;
		justify-content: space-between; */
		/*display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;*/
		
		/* justify-content: center; */
		/* width: auto; */
		/* padding:0 8%; */
		/* justify-content: space-between; */
	}




















/* 在螢幕寬度大於1101時，套用這裡的特定樣式 */
@media screen and (min-width: 1101px){

	.header > .wrap {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
		max-width: 100%;
		width: 100%;
		padding-left: var(--header_wrap_pc);
		display: grid;
		grid-template-columns: clamp(9.3184rem, 13.5417vw, 16.2500rem) auto; /* 149.09px , 13.5417vw , 260.00px */
		row-gap: clamp(0.6250rem, 0.7813vw, 0.9375rem); /* 10.00px , 0.7813vw , 15.00px */
	}
	
}






@media (max-width: 1100px){
	
	.header{
		/*padding: 5px 0px 0px;*/
		background-color: #fff;
		border-bottom: none;
	}
	/*浮動*/
	.header.fixed{
		/*padding: 5px 0px 0px;*/
		/* background-color: rgba(255,255,255,0.95); */
	}
	.header:before{
		display: none;
	}
	
	.header > .wrap {
		display: block;
		/* display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse; */
	}	
	
	
	
}










/*================*/
/*-- 手機menu按鍵 --*/
/*================*/
.menu_btn {
	position: absolute;
	width: 31px;
	height: 18px;
	top: 50%;
	right: 0;
	-webkit-transform:translateX(0%) translateY(60%);
	transform: translateX(0%) translateY(-50%);
	cursor: pointer;
	display: none;
	z-index: 99;
	text-align: right;
}

.header.fixed .menu_btn {
    top: 50%;
    right: 0;
    -webkit-transform:translateX(0%) translateY(-50%);
    transform:translateX(0%) translateY(-50%);
}

	.menu_btn span {
		display: inline-block;
		background-color: #000;
		height:2px;
		/*height:4px;*/
		margin: 0px 0px 6px;
		transition:0.3s ease all;
		border-radius:3px;
		width: 100%;
	}

	.menu_btn span:nth-of-type(2){
		width: 26px;
	}
	.menu_btn span:nth-of-type(3){
		width: 21px;
	}
	
	
	
		/*點擊*/
		.menu_btn.active {
			width: 30px;
			top: 23px;
			right: 5%;
			-webkit-transform: unset;
			transform: unset;
			position: fixed;

			position: absolute;
			right: 0;
		}
		.header.fixed .menu_btn.active{
			top: 21px;
			/* right: 5%; */
			-webkit-transform: unset;
			transform: unset;
		}

			.menu_btn.active span {
				background:#ffffff;
				margin: 6px 0px;
			}
			/*.menu_btn.active span:nth-of-type(1) {
				transform: rotate(45deg);
				transform-origin: top left;
			}
			.menu_btn.active span:nth-of-type(2) {
				opacity: 0;
			}
			.menu_btn.active span:nth-of-type(3) {
				transform: rotate(-45deg);
				transform-origin: bottom left;
			}*/

			.menu_btn.active span:nth-of-type(1) {
				/*transform: rotate(39deg);
				transform-origin: top left;*/
				width: 100%;
				transform: translateY(1px) rotate(45deg);
			}
			.menu_btn.active span:nth-of-type(2) {
				opacity: 0;
			}
			.menu_btn.active span:nth-of-type(3) {
				/*transform: rotate(-39deg);
				transform-origin: bottom left;*/
				transform: translateY(-27px) rotate(-45deg);
				width: 100%;
			}

@media (max-width: 1100px){
	
	/*手機menu按鍵*/
	.menu_btn {
		display:block;
		/* right: 20px; */
	}

}

@media (max-width: 550px){
	
	/*手機menu按鍵*/
	.menu_btn {
		/* -webkit-transform: translateX(0%) translateY(50%);
    	transform: translateX(0%) translateY(50%); */
	}
	.menu_btn.active {
		/* top: 50px; */
		/* top: 14px; */
	}
	.header.fixed .menu_btn.active {
	   /* top: 14px; */
	}
	.header.fixed .menu_btn {
	}
	.header.fixed .menu_btn.active {
	}


}

















/*================*/
/*----- logo -----*/
/*================*/
.logo{
	/* width: 580px; */
	transition: 0.3s ease all;
	/* float: left; */
	box-sizing: border-box;
	/* animation-name: bounceIn;
	animation-duration: 1.2s;
	animation-fill-mode: both;
	visibility: visible; */
	width: clamp(9.3184rem, 13.5417vw, 16.2500rem); /* 149.09px , 13.5417vw , 260.00px */
	grid-row-start: 1;
	grid-row-end: 3;
}

	/* ul.logoArea{
		margin: 0;
		padding: 0;
		list-style-type : none;
		display: grid;
		align-items: center;
		grid-template-columns: 1.7fr 1px 1fr;
		gap: 0 1.3021vw;
	}
		ul.logoArea li{
			margin: 0;
			padding: 0;
			list-style-type : none;
			display: block;
		} */
		/* 台藝大logo */
		ul.logoArea li.logo1{
		}

		.logo a{
			display: block;
			position: relative;
			transition:0.3s ease all;
		}
		
		.logo img{
			width:100%;
			height:auto;
		} 
		/* 師培LOGO */
		ul.logoArea li.logo2{
			/* width:223px; */
			/* height: 73px; */
		}

		/* .logo2 a{
			display: block;
			transition:0.3s ease all;
		} 
		
		.logo2 img{
			width:100%;
			height:auto;		
		} */
	
	/*hover*/
	.logo a:hover{
		transform: scale(0.9);
		animation: bounceIn;	
	}


	/* ul.logoArea span.logo_line{
		width: 1px;
		height: 50px;
		background-color: #939BA0;
	} */
	

	.logo_fix{
		width: 320px;
		/* padding: 10px 0px; */
		display: none;
	}
	.logo_fix .logoArea li.logo1{
		width: 200px;
		height: 33px;
		/* padding: 10px 0px; */
		
	}
	.logo_fix .logoArea span.logo_line{
		height: 33px;
		/* padding: 10px 0px; */
		
	}
	.logo_fix .logoArea li.logo2{
		width: 100px;
		height: 33px;
		/* padding: 10px 0px; */
		
	}
	
		.logo_fix a{
			display: block;
			transition:0.3s ease all;
		}
		
			.logo_fix img{
				width: 100%;
				height: auto; 
			} 
		
		/*hover*/
		.logo_fix a:hover{
			transform: scale(0.9);
			animation: bounceIn;	
		}
		
	
@media (max-width: 1200px){	

	.logo {
		/* width: 400px;
    	padding: 22px 0px; */
	}	
	
}


@media (max-width: 1100px){

	.logo ,
	.header.fixed .logo{ /*浮動*/
		/* width: 330px; */
		max-width: unset;
		padding: 10px 0;
		margin: 0;
		width: 150px;
	}
		ul.logoArea span.logo_line {
			height: 25px;
		}

}

@media(max-width:768px){

	/* 台藝大logo */
	/* ul.logoArea li.logo1{
		width:140px;
		
		height: 20px;
	}

	.logo1 a{
		display: block;
		position: relative;
		transition:0.3s ease all;
		padding-top: 14.1%;
	}
	
	ul.logoArea span.logo_line{
		width: 1px;
		height: 20px;
		background-color: rgba(255 255 255 / 70%);
		background-color: #939BA0;
	} */

	/* 師培LOGO */
	/* ul.logoArea li.logo2{
		width:60px;
		height: 20px;
	}

	.logo2 a{
		display: block;
		position: relative;
		transition:0.3s ease all;
		padding-top: 32.7%;
	}
	
	.logo2 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;			
	}  */
}

@media (max-width: 550px){


	.logo ,
	.header.fixed .logo{ /*浮動*/
		/* width: 220px;  */
		max-width: unset;
		padding: 10px 0; 
		margin: 0;
	}	
		/* ul.logoArea {
		    gap: 0 10px;
		}
			ul.logoArea span.logo_line{
				width: 1px;
				height: 20px;
			} */
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
					
/*================*/
/*----- 版頭右側 -----*/
/*================*/	
	
		
		
.headerRightT{
	/* float: right; */
	box-sizing: border-box;
	/* padding: 38px 0; */
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 12.5px 0.651vw;
	column-gap: clamp(1.0752rem, 1.5625vw, 1.8750rem); /* 17.20px , 1.5625vw , 30.00px */
	font-size: clamp(0.8750rem, 1.0417vw, 1.2500rem); /* 14.00px , 1.0417vw , 20.00px */
	line-height: 1.25;
	padding-right: var(--header_wrap_pc);
	padding-top: clamp(0.6250rem, 0.7813vw, 0.9375rem); /* 10.00px , 0.7813vw , 15.00px */
}		

	












/* 在螢幕寬度大於1101時，套用這裡的特定樣式 */ 
@media screen and (min-width: 1101px) {

	.headerRightT{
		/* position: absolute; */
		/* top: clamp(0.6250rem, 0.7813vw, 0.9375rem); */ /* 10.00px , 0.7813vw , 15.00px */
		/* right: var(--header_wrap_pc); */
	}		

}


@media (max-width: 1100px){
	
	.headerRightT {
		/* float: none; */
		/* display: flex; */
		/* flex-wrap: wrap; */
		/* flex-direction: row-reverse; */
		/* align-items: center; */
		/* padding: 10px 0px; */
		/* margin-left: auto; */
		position: absolute;
		top: 50%;
		right: 60px;
		transform: translate(0px, -50%);
		padding: 0;

		display: none;
	}	
		
}
	
	
	
	
@media (max-width: 550px){	
		
	.headerRightT {
		border-bottom: 1px #e0e0e0 solid;
		margin: 0 0 5px;
		width: 100%;


	}		

}	
	

	
	
	
	
	
/*================*/
/*----- 版頭右側快速連結 -----*/
/*================*/			
        
  	
	
/* 版頭右側快速連結 */
ul.headerLinkArea{
	list-style-type:none;
	padding: 0;
	/* margin: 20px 0 0; */
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	font-size: inherit;
	font-weight: 400;
	/* font-family: 'Noto Sans TC', sans-serif; */
	gap: 0;
	column-gap: inherit;
}
	.headerLinkArea li{
		list-style-type:none;
		/* padding-left: 15px; */
		margin: 0;
	}
		.headerLinkArea a{
			color: #000;
			/*display: block;*/
			text-decoration: none;
			display: flex;
			flex-wrap: wrap;
			/* flex-direction: row; */
			align-items: center;
			gap: 10px;
			/* justify-content: flex-end; */
			/* font-family: 'Noto Sans TC', sans-serif; */
		}
		.headerLinkArea img{
			width: 20px;
			height: auto;
			object-fit: cover;
		}
			.headerLinkArea span{
				display: inline-block;
				/* padding-right: 5px; */
			}
		.headerLinkArea a:hover{
			opacity: 0.5;
			transition: 0.3s ease all;
		}

		


		


						
/*================*/
/*----- 版頭聯絡我們 -----*/
/*================*/

	.contact_header{
		font-size: inherit;
		color: #fff;
	}
		.contact_header a {
			font-weight: 600;
			font-size: inherit;
			display: inline-block;
			text-decoration: none;
			color: inherit;
			transition: 0.3s ease all;
		}
		.contact_header a:hover {
			opacity: 0.5;
			transition: 0.3s ease all;
		}






		
	
@media (max-width: 1100px){	

	/* 版頭右側快速連結 */
	ul.headerLinkArea {
		margin: 0;
		font-size: 0.875rem;
	}
		.headerLinkArea img {
			width: 20px;
			display: none;
		}

}

	
@media (max-width: 550px){	

	ul.headerLinkArea {
		font-size: 12px;
		margin: 0 auto;
		justify-content: unset;
		text-align: center;
	}	
		.headerLinkArea li {
			padding: 0px 5px;
		}
		.headerLinkArea a {
			color: #a7a7a7;
			letter-spacing: 0px;
		}	
			.headerLinkArea img{
				display: none;
			}
			.headerLinkArea span{
				padding: 0;
			}
}













/*================================================*/
/*----- PC版_搜尋 -----*/
/*================================================*/			




/*PC搜尋區塊------------------------------------------------*/

.search_areaPC{
	/* position: absolute; */
	/* right: 110px; */
	/* top: 21px; */
}
	/*搜尋icon*/
	.search_iconPC{
		transition: 0.3s ease all;
	}
		.search_iconPC label{
			position: relative;
			display: block;
		}
			/*.search_iconPC i{
				font-size: 35px;
				line-height: 35px;
				color: #3e3a39;
				display: block;
			}*/
			
			.search_iconPC label div{
				position:relative;
				display:block;
			}
			.search_iconPC label div img{
				width: 20px;
				height: auto;
				display: block;
				object-fit: cover;
			}
			.search_iconPC label div:before{
				position: absolute;
				content: '';
				background-color: #3e3a39;
				width: 0%;
				height: 1px;
				bottom: -12px;
				left: 0px;
				opacity: 0;
				transition: 0.2s ease all;
			}
			
			
		/*hover*/
		.search_iconPC:hover label{
			/*opacity:0.5;*/
			transition: 0.3s ease all;
		}	
		.search_iconPC:hover label div:before{
			background-color:var(--second_color);
			width: 120%;
			opacity:1;
			transition: 0.2s ease all;
		}		
		
		
		


.search_inAreaPC{ /*Judy修改20210603*/
	-webkit-transition: top .2s;
	transition: top .2s;
	position: absolute;
	overflow: hidden;
	width: 300px;
	display: none;
	top: 48px;
	right: 240px;
	background: rgba(255, 255, 255, 0.95);
	box-sizing: border-box;
	padding: 15px 15px;
	z-index: 2;
	box-shadow: 0 18px 40px rgb(51 51 51 / 20%);
}
.header3.fixed .search_inAreaPC{
	top: 77px;
}
	
	/*搜尋類別*/
	.search_categoryAreaPC3{
		position: absolute;			
		left: 15px;
		width: 59px;
		z-index: 2;
	}
		.search_categoryAreaPC3 select{
			color: #fff;
			background: #000 url(../images/select_arrow_white.png) no-repeat;
			background-size: 13px;
			background-position: right;
			padding-right: 18px !important;
		}

	.search_inBoxPC{
		position: relative;
		width: 100%;
		padding: 0px 50px 0px 0px;
		box-sizing: border-box;
	}
		.search_inBoxPC input{
			background: transparent;
			border: 0px;
			/*color: #fff;*/
			color: #333;
			font-size: 16px;
			font-weight: bold;
			line-height: 22px;
			height: 40px;
			padding: 0px;
			border-radius: 0;
			width: 90%;
			border-bottom: 1px solid #3e3a39;
		}
		.search_inBoxPC input[type="text"]:focus{
			border: 0px;
		}

		/*Enter送出_需隱藏*/
		.search_inBoxPC input.send{
			display: none;
		}

	.search_inBoxPC a{
		z-index: 2002;
		color: #3e3a39;
		position: absolute;
		right: 0px;
		top: 5px;
		text-decoration: none;
	}
		.search_inBoxPC span{
			display:inline-block;
			vertical-align:middle;
		}
		.search_closePC{
			font-size:22px;
			font-weight:lighter;
		}	
		
	
	
	
	
	

/*================================================================*/
/*----- 版頭手機搜尋 -----*/
/*================================================================*/			
       
               

	/*版頭商品搜尋*/
	.header_search_area {
		/* position: absolute; */
		/* right: 7.5%; */
		/* top: 50%; */
		/* -webkit-transform: translateX(0%) translateY(-50%); */
		/* transform: translateX(0%) translateY(-50%); */
		/* z-index: 1; */
		display:none;
	}
		#search{
			/*color:#ccc;*/
			color:#777; /*修改by pekey 20170725*/
		}
		@-moz-document url-prefix() { 
			#search{
				color:#ccc;
			}
		}
		.header_search{
			position: relative;
			font-size: 0px;
			background: #fff;
			/* border: solid 1px #b0645b; */
			box-shadow: 0 18px 40px #3333331a;
			/* width: 350px; */
			/* padding-right: 45px; */
			/* border-radius: 5px; */
		}
			.header_search input {
				height: 43px;
				line-height: 43px;
			}
				.header_search input[type='text']  {
					width: 100%;
					border: none;
					/*padding:5px;*//*在IE顯示會擠壓到*/
					font-size: 13px;
					background: #ffffff00;
					padding: 0px 15px;
				}
				.header_search input[type='submit'] {
					position:absolute;
					float:left;
					padding: 0px 0px 6px ;
					display:none;
				}
						
						.header_search label  {
							position: absolute;
							right: 0px;
							top: 0px;
							background: #e6e6e6;
							/* padding:2px 0px 0px 3px; */
							/* border-radius: 0px 3px 3px 0px; */
							width: 38px;
							height: 43px;
							display: flex;
							align-items: center;
							justify-content: center;
						}
						
							.header_search  i{
								/* font-size: 1.25rem;
								color:#fff;
								margin: 12px 9px;
								display: block; */
							}
							.header_search  img{
								width: 20px;
								height: auto;
							}		
									
				
	
	
	
	
	
	
	
	
	
	
	
@media (max-width: 1100px){	

	.search_areaPC{
		display:none;
	}
	
	/*版頭商品搜尋*/
	.header_search_area {
		display:block;
	}
	
}
























/*================*/
/*----- 語系 -----*/
/*================*/			
        
  	
	/*語系區塊*/
	.Lang_area {
		display: flex;
		align-items: center;
		gap: 0 10px;
	}
	.Lang_area.Pc {
	}	
	.Lang_area.Mob {
		display: none;
		/* background-color: #fff; */
		padding: 13px 15px;
		/* border-bottom: 1px #c5c5c5 solid; */
	}
		.Lang{
			text-align: center;
		}
			.Lang img{
				width: 20px;
				height:auto;
				object-fit: cover;
			}
		
			.Lang > a {
				/* font-size: 12px;
				line-height: 34px; */
				color: #fff;
				display: block;
				text-decoration:none;
				padding: 0px 0px 0px 0px;
			}
			
			/* .Lang > a:before {
				position: absolute;
				content: "";
				border-top: solid 7px #898989;
				border-left: solid 4px rgba(255,255,255,0);
				border-right: solid 4px rgba(255,255,255,0);
				top: 8px;
				right: 0px;
			} */		
			
		
		.nL_in_area{
			display: flex;
			flex-wrap: wrap;
			flex-direction: row;
			align-items: center;
			justify-content: flex-end;
			/* gap: 0 20px; */
			color: var(--dark_color);
		}
		.Lang_area.Mob .nL_in_area {
			justify-content: center;
		}		
		

			.nL_in{
				text-align: center;
				box-sizing: border-box;
				position: relative;
			}
			/* .nL_in:before{
				position: absolute;
				content: '';
				background-color: #000;
				width: 1px;
				height: 16px;
				transform-origin: center;
				top: 50%;
				left: -12px;
				-webkit-transform: translateX(0%) translateY(-50%) rotate(28deg);
				transform: translateX(0%) translateY(-50%) rotate(15deg);
			}
			.nL_in_area .nL_in:first-of-type:before{
				display: none;
			} */

				.nL_in > a{
					color: inherit;
					display: inline-block;
					font-size: inherit;
					line-height: inherit;
					text-decoration:none;
					font-weight: 400;
					font-size: 19px;
					font-size: inherit;
					opacity: 1;
					color: #000;
				}
				/* active當前模式 */
				.nL_in.active > a{
					font-weight: 500;
					opacity: 1;
					color: #000;
					display: none;
				}
				


			.Lang > a:hover ,
			.nL_in > a:hover {
				opacity:0.5;
			}			
	
			
				
	
	
@media (max-width: 1100px){	

	.Lang_area.Pc {
		display: none;
	}	
	.Lang_area.Mob {
		display:block;
		background-color: var(--primary_color);
	}

	.header_search input[type='text']  ,
	.header_search input {
	    padding: 0px 50px 0px 10px;
	}
}
	
	
	
	
	
	
	


	
	
	
					
/*================*/
/*----- 主按鍵 -----*/
/*================*/

/* .header_rightArea{
    float: right;
	box-sizing: border-box;
} */



	/* 首頁主按鍵 */
	.navbar{
		position: relative;
		width: 70%;
		max-width: 69.375rem; /*1110px*/
		text-align: center;
		font-size: clamp(1rem, 1.0938vw,1.3125rem); /* 14.00px , 1.0417vw , 20.00px */
		/* margin-top: clamp(2.5rem, 2.6042vw, 3.1250rem); */ /* 40px , 2.6042vw , 50.00px */
		grid-column-start: 2;
		width: 100%;
	}
		.navbar_background{
			background: var(--primary_color);
			padding-right: var(--header_wrap_pc);
			position: relative;
		}
			.navbar .triangle{
				height: calc(100% + 0px);
				width: 3.75rem; /*60px*/
				background-color: var(--primary_color);
				clip-path: polygon(0 100%, 100% 0, 100% 100%);
				position: absolute;
				left: calc(-3.75rem + 0.5px);
				bottom: 0px;
			}
			.navbar .navbar_wrap{
				display: flex;
				flex-direction: row;
				justify-content: space-between;
				padding: 0px 0;
				column-gap:clamp(0.7168rem, 1.0417vw, 1.25rem); /* 11.47px , 1.0417vw , 20px */
			}
		


			
				
			/* .nav > a:before {
				position: absolute;
				content: '';
				background-color: #ddd7f3;
				width: 1px;
				height: 20px;
				top: 50%;
				right: 0;
				transform: translateX(0%) translateY(-50%);
			}		
			.nav:nth-last-of-type(2) > a:before ,
			.nav:last-child > a:before{
				display: none;
			}	 */
					
			



		.nav{
			/* float: left; */
			box-sizing: border-box;
			/* width: calc(100% / 13); */
			position: relative;
			text-align: center;
			font-size: inherit;
			display: flex;
			justify-content: center;
		}
		.navTitle {
		display: flex;
		}
		.nav > a ,
		.nav .navTitle > a{
			text-decoration: none;
			color: #fff;
			transition: 0.3s ease all;
			position: relative;
			font-weight: 600;
			line-height: inherit;
			font-size: inherit;
			padding:  clamp(0.6250rem, 0.9896vw, 1.1875rem) 0; /* 10.00px , 0.9896vw , 19.00px */
			display: flex;
			align-items: center;
			flex-grow: 1;
		}

			.nav > a:hover ,
			.nav .navTitle > a:hover{
				transition: 0.3s ease all;
			}

			
		/*手機才出現*/
		.nav.navMobile{
			display: none;
		}
		
			/*hover*/
			.nav:hover > a {
				transition: 0.3s ease all;
			}
			
			/*主按鍵_下拉選單*/						
			.navOpen {
			}
			.navOpen.pc {
				position:absolute;
				width:180px;
				display:none;
				z-index: 2;
				/*top: 3.73vw;*/  /*71px;*/
				left:50%;
				-webkit-transform: translateX(-50%) translateY(0%);
				transform: translateX(-50%) translateY(0%);
				/*top: clamp(calc(0.875rem + (0.5729vw * 2)), calc(0.9375vw + (0.5729vw * 2)), calc(1.125rem + (0.5729vw * 2)));*/  /*字體 最小值 14px、大小約 0.9375vw、最大值 18px*/
			}							
			
			
			.nav:hover .navOpen.pc {
				display:block;
			}



















			/*.navbar .nav:nth-of-type(4):hover .navOpen.pc {
				display:block;
			}*/							
			/*.navOpen.pc.geneinfo {
				width: 100%;
				position:absolute;
				left: 0;
				top: 80px;
				display: none;
				z-index: 2;
				background-color: rgba(255,255,255,0.9);
				box-shadow: 9px 6px 19px -8px rgba(0,0,0,0.5);
				border-top: 1px solid rgba(0,0,0,0.1);
				
				transition: 0.3s ease all;
			}
							
			
			.header.fixed .navOpen.pc.geneinfo {
				top: 56px;
			}
				.geneinfo_area{
					text-align: center;
					padding: 30px 0px;
				}*/
				
					/*子選單_標題區塊*/
					/*.nav_titArea{
						float: left;
						width: 20%;
						height: 100%;
						box-sizing: border-box;
						padding: 50px 40px;
					}
						.nav_titIn{
							color: #595757;
							font-size: 1.4em;
							text-align: right;
						}*/
						
						
					
					/*子選單_連結列表區塊*/
					/*.nav_inArea{
						float: left;
						width: 80%;
						min-height: 132px;
						box-sizing: border-box;
						padding: 7px 0px 7px 40px;
						border-left: 1px solid #716764;
					}
						.nav_inContent{
							text-align: left;
						}
							.navIn_listArea{
								float: left;
								padding-right: 100px;
								box-sizing: border-box;
							}
								.navIn_list{
									display: inline-block;
									box-sizing: border-box;
									width: 24%;
									padding: 7px 0px;
									text-align: left;
								}
									.navIn_list a{
										display: inline-block;
										color: #595757;
										text-decoration: none;
										font-size: 1em;
										letter-spacing: 0;
									}*/
									/*hover*/
									/*.navIn_list a:hover{
									}*/
							
			
			/*mobile版*/
			.navOpen.mobile {
				display:none;
				opacity:0;
				z-index:-999999;
				position: absolute;
			}	
			
			/*hover*/
			.nav:hover .navOpen.pc {
				display: block;
				
				transition: 0.3s ease all;
			}	
								
				.navOpenBg {
					position:relative;
					background-color: #ddd7f3;
					/*background: rgb(210 5 0 / 0.8);*/

					display: none;
				}
			
					.navOpenList a {
						text-align:center;
						color: inherit;
						padding: 10px 5px;
						transition:0.3s ease all;
						text-decoration:none;
						letter-spacing: 0px;
						display: block;
					}
						.navOpenList > a:hover {
							background-color: var(--primary_color);
							color: #fff;
						}

			
			
					/*.navOpenBg:before {
						position: absolute;
						content:'';
						border-bottom: solid 8px rgba(0,0,0,0.6);
						border-left: solid 12px rgba(255,255,255,0);
						border-right: solid 12px rgba(255,255,255,0);
						top:-8px;
						left:50%;
						margin:0px 0px 0px -12px;
					}*/
					
					.navOpen.pc  .navOpenList a {
					}	
						/*hover*/
						.navOpen.pc  .navOpenList a:hover {
						}
	
	
	
	
			/* 加 sstc PC版寬度滿版 -------------------------*/
			.nav.sstc{
				position: unset;
			}
				.nav.sstc > a{
					position: relative;
				}


				.navOpen.pc.sstc {
					width: 100%;
					position: absolute;
					left: 50%;
					transform: translateX(-50%) translateY(0%);
					/* background-color: rgb(0 0 0 / 70%); */
					z-index: 2;
					/*backdrop-filter: blur(3px);*/  /* 模糊背景*/
					top: calc(100% + 0px);
					padding-top: 10px;
				}


				.sstcWrap {
					display: flex;
					flex-direction: row;
					flex-wrap: wrap;
					vertical-align: middle;
					align-items: stretch;
					align-content: flex-start;
					/* max-width: 1200px; */
					margin: 0 auto;
					padding: 0;
					max-width: 1570px;
					/* width: 95%; */
					overflow-x: hidden;
					overflow-y: auto;
				}
						
				.sstcWrap::-webkit-scrollbar {/*滾動條整體樣式*/
					width: 5px;     /*高寬分別對應橫豎滾動條的尺寸*/
					height: 5px;
				}
				.sstcWrap::-webkit-scrollbar-thumb {/*滾動條裡面小方塊*/
					border-radius: 5px;
					/* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
					background: var(--third_color);
					/*background: #fff0; */
					/* background-image: linear-gradient(to top, #afafaf 0%, #e5e5e5 100%); */
		
					border-radius: 5px; 
				}
				.sstcWrap::-webkit-scrollbar-track {/*滾動條裡面軌道*/
					/* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
					border-radius: 5px;
					background: #fff0;
					/* background: #EDEDED; */
				}	
		


				.sstc_item {
					box-sizing: border-box;
					/*width: 20%;*/
					padding: 0px 5px;
				}
				

				.sstc_list {
					box-sizing: border-box;
					width: 100%;
					padding: 0px 10px 20px;
					text-align: left;
				}
					.sstc_list a{
						color: #fff;
						color: inherit;
						text-decoration: none;
					}
				.sstc_title {
					/* font-size: 18px; */
					/* line-height: 18px; */
					margin: 0px 0px 15px;
					padding: 0px 0px 0px 10px;
					color: #fff;
					color: inherit;
					font-weight: bolder;
					border-left: 2px var(--fourth_color) solid;
					cursor: default;
					font-weight: 400;
				}

					.sstc_title a {
						display: block;
						text-decoration: none;
						color: inherit;
						font-size: clamp(.9375rem,0.9896vw,1.1875rem); /*字體大小 0.9375vw、最小值 13px、最大值 18px*/
						padding: 10px 5px;
					}

					.sstc_bg{
						font-weight: 400;
						color: var(--fourth_color);
						color: #767676;
						/*font-size: min(max(0.84vw, 0.8125rem), 1rem);*/ /*字體大小 0.84vw、最小值 13px、最大值 16px*/
					}

						.sstc_bg .navOpenList{

						}
							.sstc_bg .navOpenList a {
								text-align: left;
								text-decoration: none;
								color: inherit;
								font-size: inherit;
							}
							.sstc_bg .navOpenList a:hover ,
							.sstc_list  a:hover {
								opacity: 0.5;
								background-color: transparent;
								/* color: #fff; */
							}

				/* .navOpenList a {
					text-align: center;
					font-size: 14px;
					color: #fff;
					line-height: 22px;
					padding: 10px 0px;
					transition: 0.3s ease all;
					letter-spacing: 0px;
					text-indent: 0px;
					display: block;
				}

				.sstc_bg > .navOpenList a:hover {
					background-color: #133f5800;
					color: #fff;
					transition: 0.3s ease all;
				} */






	
			/* 加 vertical_nav 垂直排列 -------------------------*/
			.nav.vertical_nav{
				/* position: unset; */
			}
				
				.nav.vertical_nav .sstcWrap {
					flex-direction: column;
					/* gap: 10px 0; */
					max-width: unset;
					color: #fff;
					background-color: rgb(0 0 0 / 65%);
				}
					.nav.vertical_nav .navOpen.pc.sstc{
						width: 165px;
					}
						.nav.vertical_nav .sstc_title {
							margin: 0;
							padding: 0px;
							border: none;
							border-bottom: 1px var(--fourth_color) solid;
						}
						.nav.vertical_nav .sstc_item:last-of-type .sstc_title {
							border-bottom: none;
						}
						.nav.vertical_nav .sstc_bg{
							margin-top: 10px;
						}
							.nav.vertical_nav .sstc_item {
								width: 100%;
								padding: 0;
							}








	
	
	
	

@media (max-width: 1500px){			
}	
	

@media (max-width: 1200px){			
}	





 @media screen and (min-width: 1101px) {

	/*浮動*/
	.header.fixed{
		box-shadow: 0px 0px 20px -1px rgba(0,0,0,0.3);
		transition: 0.3s ease all;
		padding: 0px;
		background-color:#fff;
		border-bottom: none;
	}
	.header.fixed:before {
		display:none;
	}

		.header.fixed > .wrap{
			display: flex;
		}

			.header.fixed .logo {
				/* display: none; */
				width: 100px;
			}

			/*----- 版頭右側 -----*/		
			.header.fixed .headerRightT{
				display: none;
			}


			.header.fixed .navbar{
				background-color: #fff0;
				background-color: #fff;
				font-size: 12px;
				font-size: clamp(0.75rem, 0.9375vw, 1.125rem);  /*字體 最小值 12px、大小約 0.9375vw、最大值 18px*/
				box-shadow: none;
				border-radius: unset;
				width: 70%;
			}

				.header.fixed  .navbar_background {
					background: transparent;
				}
				.header.fixed  .navbar .triangle {
					display: none;
				}
				
					.header.fixed .nav {
						width: auto;
					}
						.header.fixed .nav > a ,
						.header.fixed .nav .navTitle > a{
							color: #000;
							padding: 15px 0px;
						}
						.header.fixed .nav > a:before ,
						.header.fixed .nav .navTitle > a:before{
							display: none;
						}

	 				.navOpen.pc .sstcWrap:before {
						position: absolute;
						content: '';
						border-bottom: solid 8px rgba(0, 0, 0, 0.65);
						border-left: solid 12px rgba(255, 255, 255, 0);
						border-right: solid 12px rgba(255, 255, 255, 0);
						top: 2px;
						left: 50%;
						transform: translateX(-50%);
					}

				
				.header.fixed .navOpen.pc.sstc {
				}


}

@media (max-width: 1100px){
	
	.header .navbar{
		border-radius: unset;
	}
	
	/*主按鍵*/
	.navbar {
		position: fixed;
		width: 250px;
		top: 0px;
		right: -250px;
		height: 100%;
		box-sizing: border-box;
		background: rgba(0, 0, 0, 0.85);
		transition: 0.3s ease all;
		/* padding: 107px 0px 0px; */
		margin:0;
		overflow-y: auto;
		z-index: 4;
		float: none;
		display: unset;


		padding: 65px 0 0;
	}
	.header.fixed .navbar {
		/* padding: 46px 0px; */
		padding: 65px 0 0;
		float: none;
		width: 250px;
		margin:0 !important;
		background: rgba(0, 0, 0, 0.85);
	}
	.navbar.active {
		right: 0px;
		box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
	}
	

	.navbar_background{
		background: #fff0;
		padding: 0;
	}
	
		
	
		.navbar .triangle{
			display: none;
		}

		.navbar .navbar_wrap{
			flex-direction: column;
		}


			.nav  ,
			.header.fixed .nav {
				width:auto;
				display: flex;
				float:none;
				width: 100%;
				padding: 0;
				position: relative;
				justify-content: unset;
				flex-direction: column;
			}
				/* .nav.geneinfo:after {
					position: absolute;
					content: '';
					border-top: solid 5px #999;
					border-left: solid 3px rgba(255,255,255,0);
					border-right: solid 3px rgba(255,255,255,0);
					top: 19px;
					right: 15px;
				} */
				
				.nav .navTitle{
					border-bottom: 1px solid #5b5b5b;
				}
	
				.nav > a:before {
					display:none;
				}	
				.nav > a ,
				.nav .navTitle > a{
					border:none;
					border-radius:0px;
					text-align:left;

					font-size: 1rem;
					color: #ffffff;
					padding: 20px 0px;
					padding-left: 10px;
				}
				
				.nav > a:hover ,
				.nav .navTitle > a:hover  {
					color: var(--second_color);
				}
	

				/*手機出現*/
				.nav.navMobile{
					display: block;
				}
				
				
					/*當前模式*/
					.nav.active > a{
						background: transparent;
					}
					
					
						/*展開選單*/
						.navOpen {
							position:relative;
							top:0px;
							left:0px;
							margin:0px;
							width:auto;
							border-radius:0px;
							background:#444;
						}
							.navOpen:before, .navOpen:after {
								border-bottom: solid 8px #444;
								left: 23px;
							}
								.nO_list a {
									text-align:left;
									padding: 15px 15px;
								}
								
						
						/*hover*/
						.nav:hover .navOpen.pc {
							display:none;
						}	
						.fixed_nav:hover .navOpen.pc {
							display:none;
						}
							
							.navOpen.mobile {
								display: none;
								opacity: 1;
								z-index: 1;
								position: relative;
							}
								.navOpenBg {
									box-shadow: none;
								}
									.navOpen.mobile  .navOpenList {
									}
									.navOpen.mobile  .navOpenList > a {
										text-align:left;
										/*font-size:0.875rem;*/ /*14px*/
										font-size:0.8125rem; /*13px*/
										color: #cecece;
										/* line-height:22px; */
										/*padding: 12px 15px;*/
										padding: 12px 15px 12px 30px;
										background-color: rgba(0, 0, 0, 0.7);
										transition:0.3s ease all;
										text-decoration:none;
										display:block;
										border-bottom: 1px solid #5b5b5b;
									}
										.navOpenList > a:hover {
											opacity: 0.7;
										}











			.navOpen.mobile.sstc {
				background: transparent;
			}
			.mobile.sstc .sstcWrap {
				display: block;
				width: auto;
				padding: 0;
				overflow-x: unset;
				overflow-y: unset;
			}

				.mobile.sstc .sstc_item {
					width: auto;
					padding: 0px 0px 0px;
				}
					.mobile.sstc .sstc_title {
						margin: 0px 0px 0px;
						padding: 0px;
						border-left: none;
						color: #000;

						border-bottom: none;
					}
						.mobile.sstc .sstc_title a{
							padding: 12px 15px 12px 30px;
							font-weight: 400;
							background-color: var(--second_color);
						}

					.mobile.sstc .sstc_bg{
						display: none;
					}
						.mobile.sstc .navOpenList > a {
							padding-left: 45px;
						}




		/*垂直排列*/
		.nav.vertical_nav .sstc_bg {
			margin-top: 0px;
		}


		/* .nav.sstc > a ,
		.nav.vertical_nav > a 
		.nav.arrow_down > a  , */
		.nav .navTitle.arrow_down{
			padding-right: 70px;
			position: relative;
			        width: 100%;
		}
			.nav .navTitle > a{
				/* width: 100%; */
			}

		.mobile.sstc .sstc_title.arrow_down{
			position: relative;
		}
			.mobile.sstc .sstc_title.arrow_down > a{
				margin-right: 45px;
				/* background: #ddd; */
			}


		/* .nav.sstc > a::after ,
		.nav.vertical_nav > a::after 		
		.nav.arrow_down > a::after ,*/
		.nav .navTitle.arrow_down::after ,
		.mobile.sstc .sstc_title.arrow_down::after  {
			position: absolute;
			content: "";
			background-image: url(../images/bottom_arrow_icon.svg);
			background-repeat: no-repeat;
			background-position: center center;
			background-size: 18px;
			transition: 0.3s ease all;
			width: 18px;
			height: calc(18px / 2);
			z-index: 0;
			right: 0;
			top: 50%;
			transform: translateY(-50%);
			transform-origin: center center;
			width: 33px;
			height: 33px;
			display: flex;
			justify-content: center;
			align-items: center;
			/* background-color: #333; */
		}
		

		/* .nav.sstc.active > a::after ,
		.nav.vertical_nav.active > a::after
		.nav.arrow_down.active > a::after , */
		.nav.active .navTitle.arrow_down::after ,
		.mobile.sstc .sstc_title.arrow_down.active::after  {
			transform: translateY(-50%) rotate(180deg);
		}

}








	
	

@media (max-width: 550px){
	
	/*主按鍵*/
	/* .inbody .navbar ,*/
	.navbar{
		width: 100%;
		right: -100%;
		/* padding: 87px 0 0; */
	}	
		/*.inbody .header.fixed .navbar,*/
		.header.fixed .navbar{
			width: 100%;
			/* padding: 46px 0px 0; */
		}
		
		/*.inbody .navbar.active ,*/
		.navbar.active{
			right: 0px;
		}
	
}










/* 搜尋的廣告區塊如果要隱藏，只要針對此 class 下隱藏樣式即可 */
.gsc-adBlock{
	display: none;
}














