/*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:1rem;
	font-weight:bold;
	color:#333;
	font-family:微軟正黑體;
	text-align:center;
}








#top {
    border-top: 0.00005px #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;
	background-color: var(--primary_color);
	/* border-bottom: 0.3125rem solid var(--primary_color); */
}

.header:before {
	display: none;
	position:absolute;
	content:'';
	top: 0;
	width: 100%;
	height:3px;
	background-color:#f9d7d7;
	transition: 0.3s ease all;
}





	
	.header > .wrap {
		position: relative;
		/*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; */
	}


@media (max-width: 1200px){
	
	.header{
		/*padding: 5px 0px 0px;*/
		border-bottom: none;
	}
	/*浮動*/
	.header.fixed{
		/*padding: 5px 0px 0px;*/
		/* background-color: rgba(255,255,255,0.95); */
	}
	.header .wrap{
	/* width: 93%; */
	}
	
	.header > .wrap {
		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(-50%);
	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: #fff;
		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 , .header.fixed .menu_btn.active {
			width: 30px;
			top: 17px;
			right: 5vw;
			-webkit-transform: unset;
			transform: unset;
			position: fixed;
		}
		.header.fixed .menu_btn.active{
			/* top: 28px; */
			/* right: 20px; */
			/* -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: 1200px){
	
	/*手機menu按鍵*/
	.menu_btn {
		display:block;
		/* right: 20px; */
		
	}
	/*手機menu按鍵*/
	.header.fixed .menu_btn span{
		/* background-color: var(--primary_color); */
	}

}

@media (max-width: 768px){
	
	/*手機menu按鍵*/
	.menu_btn {
		/* -webkit-transform: translateX(0%) translateY(50%);
    	transform: translateX(0%) translateY(50%); */
	}
	.menu_btn.active {
		/* right: 5vw; */
	}

	.header.fixed .menu_btn {
	}
	.header.fixed .menu_btn.active {
	}


}

















/*================*/
/*----- logo -----*/
/*================*/
.logo{
	padding: 0;
	margin: 0;
	width: clamp(10rem, 42.6667vw, 20rem); /* 160 320 */
	transition: 0.3s ease all;
	box-sizing: border-box;
	animation-name: bounceIn;
	animation-duration: 1.2s;
	animation-fill-mode: both;
	visibility: visible;
	padding: clamp( .3125rem, 1.3333vw, .625rem ) 0; /* 5 10 */
}

/*浮動*/
.header.fixed .logo{
	transition: 0.3s ease all;
	/* width: 200px;
	padding: 20px 0px; */
	padding: 0;
}


	.logo a{
		display: block;
		transition:0.3s ease all;
	}
	
		.logo img{
			width: 100%;
			height: auto; 
		} 
	
	/*hover*/
	.logo a:hover{
		transform: scale(0.9);
		animation: bounceIn;	
	}
	


	
@media (max-width: 1200px){	

	.logo {
		/* width: 400px;
    	padding: 22px 0px; */
	}	
	
}


@media (max-width: 1200px){


.logo {
    padding: .625rem 0px;
    float: none;
    width: 9.375rem;
	margin-right: auto;
}
	
	/*浮動*/
	.header.fixed .logo{
		transition: 0.3s ease all;
		width: 9.375rem;
    	padding: .625rem 0px;
	}
}

@media (max-width: 550px){

	
	/* .logo {
		width: 220px;
		padding: 5px 0px 10px;
	}	 */
	
	
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
					
/*================*/
/*----- 版頭右側 -----*/
/*================*/	
	
		
		
.headerRightT{
	position: absolute;
	right: 0;
	top: 0;
	/* float: right; */
	box-sizing: border-box;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	padding:  clamp(0.7097rem, 1.1458vw, 1.3750rem) 0; /* 11.36px , 1.1458vw , 22.00px */
	background: #fff;
	/* border-radius: 0 0 25px 25px; */

	border-bottom-left-radius: clamp(0.8065rem, 1.3021vw, 1.5625rem); /* 12.90px , 1.3021vw , 25.00px */
	border-bottom-right-radius: clamp(0.8065rem, 1.3021vw, 1.5625rem); /* 12.90px , 1.3021vw , 25.00px */
}		
/*浮動*/		
.header.fixed  .headerRightT{
	display: none;
}


	
	
@media (max-width: 1200px){
	
	.headerRightT {
		float: none;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row-reverse;
		align-items: center;
		padding: 10px 0px;
		margin-left: auto;

		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: .9375rem;
	font-weight: normal;
	margin-right: 15px;
}
	.headerLinkArea li{
		list-style-type:none;
		padding-left: clamp(0.4839rem, 0.7813vw, 0.9375rem); /* 7.74px , 0.7813vw , 15.00px */
		margin: 0;
	}


		.headerLinkArea a{
			color: #fff;
			color: var(--primary_color);
			/*display: block;*/
			text-decoration: none;
			display: flex;
			flex-wrap: wrap;
			flex-direction: row;
			align-items: center;
			justify-content: flex-end;
			/* font-family: 'Noto Sans TC', sans-serif; */
		}




		.headerLinkArea li.fb a{
			background-color: #1974ec;
			border-radius: 50%;
		}
		.headerLinkArea li.ig a{
			background: linear-gradient(45deg, #ffcd6c 0%,#ef5f4a 25%,#a335b4 50%,#505cd1 75%,#505cd1 75%,#9a37bb 100%);
			border-radius: 50%;
		}
		.headerLinkArea li.yt a{
			background-color: #fb031d;
			border-radius: 50%;
		}

		.headerLinkArea li.fb img ,
		.headerLinkArea li.ig img ,
		.headerLinkArea li.yt img{
			width: 20px;
			padding: 7px;
		}

		.headerLinkArea img{
			width: 34px;
			height: auto;
		}
			.headerLinkArea span{
				display: inline-block;
				/* padding-left: 10px; */
			}
		.headerLinkArea a:hover{
			opacity: 0.5;
			transition: 0.3s ease all;
		}





		.headerLinkArea .language svg{
			width: 22px;
			height: 22px;
			fill: #ce9c69;
		}
		.headerLinkArea .university img{
			width: 22px;
			height: auto;
		}



		
	
@media (max-width: 1200px){	

	/* 版頭右側快速連結 */
	ul.headerLinkArea {
		margin: 0;
	}
		.headerLinkArea img {
			width: 20px;
		}

}

	
@media (max-width: 550px){	

	ul.headerLinkArea {
		font-size: .75rem;
		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; */
	position: relative;
	margin-left: 20px;
}
	/*搜尋icon*/
	.search_iconPC{
		transition: 0.3s ease all;
	}
		.search_iconPC label{
			position: relative;
			display: block;
			/* background-color: #ce9c69; */
			padding: 7px;
			border-radius: 50%;
		}
			/*.search_iconPC i{
				font-size: 35px;
				line-height: 35px;
				color: #3e3a39;
				display: block;
			}*/
			
			.search_iconPC label div{
				position:relative;
				display:block;
			}
			.search_iconPC  label#search_btnPC svg{
				width: 20px;
				height: 20px;
				display: block;
				fill: #fff;
				fill: #333;
				/* background-color: var(--primary_color); */
				/* padding: 10px; */
				/* border-radius: 50%; */
			}
			/* .search_iconPC label div img{
				width: 16px;
				height: 16px;
				display: block;
			} */
			.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(--primary_color);
			width: 120%;
			opacity:1;
			transition: 0.2s ease all;
		}		
		
		
		


.search_inAreaPC{
	-webkit-transition: top .2s;
	transition: top .2s;
	position: absolute;
	overflow: hidden;
	width: 300px;
	display: none;
	top: 145px;
	right: 0;
	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: 1rem;
			font-weight: bold;
			line-height: 22px;
			height: 40px;
			padding: 0px;
			border-radius: 0;
			width: 100%;
			border-bottom: 1px solid #3e3a39;
		}
		.search_inBoxPC input[type="text"]:focus{
			border: 0px;
		}
		
	.search_inBoxPC a{
		z-index: 2002;
		color: #3e3a39;
		position: absolute;
		right: 0px;
		top: 10px;
		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: 41px;
				line-height: 41px;
			}
				.header_search input[type='text']  {
					width: 100%;
					border: none;
					/*padding:5px;*//*在IE顯示會擠壓到*/
					font-size: 13px;
					background: #ffffff00;
					padding: 0px 50px 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: var(--primary_color);
							width: 43px;
							height: 41px;
							display: flex;
						}
						
							/* .header_search  i{
								font-size: 20px;
								color:#fff;
								margin: 12px 9px;
							} */
							.header_search  svg{
								width: 20px;
								height: 20px;
								fill: #fff;
								margin: auto;
							}
									
									
				
	
	
	
	
	
	
	
	
	
	
	
@media (max-width: 1200px){	

	.search_areaPC{
		display:none;
	}
	
	/*版頭商品搜尋*/
	.header_search_area {
		display:block;
	}
	
}
























/*================*/
/*----- 語系 -----*/
/*================*/			
        
  	
	/*語系區塊*/
	.Lang_area {
		/* font-family: 'Noto Sans TC', sans-serif; */
		font-weight: bold;
		/*position: absolute;
		top: 50%;
		right: 0px;
		margin: -17px 0px;*/
		/* position: relative; */
		/* z-index:4; */
		/* box-sizing: border-box; */
		/* margin-right: 8%; */
	}
	.Lang_area.Pc {
		/* display: none; */
	}	
	.Lang_area.Mob {
		display: none;
		background-color: #fff;
		padding: 9px 0px;
		border-bottom: 1px #c5c5c5 solid;
	}
		/* .Lang{
			padding: 0 16px 0 0;
			text-align: center;
		}
			.Lang img{
				width: 20px;
				height:auto;
			}
		
			.Lang > a {
				font-size: 12px;
				line-height: 34px;
				color: #58595b;
				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{
			/* position: absolute;
			width: 75px;
			top: 24px;
			left: 50%;
			-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
			background-color: #fff;
			border-radius:3px;
			display:none;
			margin: 1px 0px 0px;
			box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.2); */
			display: flex;
			flex-wrap: wrap;
			flex-direction: row;
			align-items: center;
			justify-content: flex-end;
			margin: 0 -12px;
		}
		.Lang_area.Mob .nL_in_area {
			justify-content: center;
		}		
		

			.nL_in{
				text-align: center;
				padding: 0px 12px;
				box-sizing: border-box;
				position: relative;
			}
			.nL_in:before{
				position: absolute;
				content: '';
				background-color: #989594;
				width: 1px;
				height: 12px;
				top: 50%;
				left: 0;
				-webkit-transform: translateX(0%) translateY(-50%) rotate(28deg);
				transform: translateX(0%) translateY(-50%) rotate(28deg);
			}
			.nL_in_area .nL_in:first-of-type:before{
				display: none;
			}

				.nL_in > a{
					color: #989594;
					display: inline-block;
					font-size: 1rem;
					line-height: 24px;
					text-decoration:none;
				}
				/* active當前模式 */
				.nL_in.active > a{
					color: var(--primary_color);
				}
				


			.Lang > a:hover ,
			.nL_in > a:hover {
				opacity:0.5;
			}			
	
			
				
	
	
@media (max-width: 1200px){	

	.Lang_area.Pc {
		display: none;
	}	
	.Lang_area.Mob {
		display:block;
	}
}
	
	
	
	
	
	
	


	
	
	
					
/*================*/
/*----- 主按鍵 -----*/
/*================*/

/* .header_rightArea{
    float: right;
	box-sizing: border-box;
} */

	.navbar{
		text-align: center;
		box-sizing: border-box;
		transition: all 0.3s ease;
	}

	
	/* 首頁主按鍵 */
	/*.indexBody */
	.header .navbar{
		/* display: none; */
		
	}

	
	
	
	
	/* 內頁主按鍵 */
	/*.inbody */
	.navbar {
		/* float: left; */
		width: 100%;
		text-align: center;
		font-size: clamp(0.8750rem, 0.8333vw, 1.0000rem); /* 14.00px , 0.8333vw , 16.00px */
	}
	.navbar .wrap{
		display: flex;
		justify-content: space-between;
	}
		/*.inbody .header.fixed .navbar{
			padding: 0px 0px;
			float: right;
			width: auto;
		}
			
			.inbody .nav{
				width:12.5%;
			}
			.inbody .header.fixed .nav {
				width:auto;
			}
					.inbody .nav a {
						font-weight: bolder;
					}*/
					.inbody .header.fixed .nav a {
						/*color: #888888;
						font-weight:normal;*/
					}			
						.nav > a:before {
							position: absolute;
							content: '';
							/* background-color: #ffffff; */
							background-color: rgba(255 255 255 / 50%);
							width: 1px;
							height: 20px;
							top: 50%;
							left: 0;
							-webkit-transform: translateX(0%) translateY(-50%);
							transform: translateX(0%) translateY(-50%);
						}		
						.nav:nth-of-type(3) > a:before ,
						.header.fixed .nav > a:before {
							display: none;
						}	
							
						/*hover*/
						.inbody .nav:hover > a {
							/*background:var(--primary_color)00;
							color: var(--primary_color);*/
						}
	





	/* 首頁主按鍵_下 */
	/* .navbar.navbarBottom {
		float: none;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		background-color:#fff;

		display: none;
	}
		.navbar.navbarBottom .nav{
		    float: none;
		}
		.navbar.navbarBottom .nav > a {
			padding: 35px 30px;
			font-size:clamp(1rem,1.0938vw,1.3125rem);
			color:#3e3a39;
			font-weight:bolder;
		} */
		/*hover*/
		/* .navbar.navbarBottom .nav:hover > a {
			background:var(--primary_color)00;
			color:var(--primary_color);
		}

		.navbar.navbarBottom .nav > a:before {
			position: absolute;
			content: '';
			background-color:var(--primary_color);
			width: 1px;
			height: 20px;
			top: 50%;
			left: 0;
			-webkit-transform: translateX(0%) translateY(-50%) rotate(28deg);
			transform: translateX(0%) translateY(-50%) rotate(28deg);
		}
		.navbar.navbarBottom .nav:first-of-type > a:before {
			display: none;
		} */

	/* 首頁主按鍵_下 *//*浮動*/
	/* .navbarBottom.fixed{
		display: none;
	} */



		.nav{
			box-sizing: border-box;
			/* width: calc(100% / 8); */
			position: relative;
			width: 100%;
			font-size: inherit;
		}
			.nav > a{
				text-decoration: none;
				/* color: #888888;
				font-weight: bolder; */
				/* color: var(--primary_color); *//*20221012_Abby_修改*/
				color: #fff;
				font-size: inherit;
				transition: 0.3s ease all;
				position: relative;
				padding: 15px 30px;
				padding: clamp(.4375rem,0.7813vw,.9375rem);
				display: flex;
				flex-direction: column-reverse;
			}
			.nav > a span{
				/* font-size: clamp(1rem,0.9375vw,1.125rem); */
				margin-bottom: 0.3125rem;
				font-size: inherit;
			}
			.header.fixed .nav {
				width:auto;
			}
			.header.fixed .nav > a{
				transition: 0.3s ease all;
				font-size: .875rem;
				padding: 25px 10px;
				padding: clamp(.75rem,1.3021vw,1.5625rem) clamp(.3125rem,0.5208vw,.625rem);
				color: #fff;
			}
			.header.fixed .nav > a span{
				font-size: .9375rem;
			}
			.header.fixed .nav > a:hover{
				transition: 0.3s ease all;	
				opacity: .5;
			}
			/*hover*/
			.nav:hover > a {
				opacity: 0.5;
				transition: 0.3s ease all;
			}
			
			/*主按鍵_下拉選單*/						
			.navOpen {
			}
			.navOpen.pc {
				position:absolute;
				width:clamp(7.5809rem, 12.2396vw, 14.6875rem); /* 121.29px , 12.2396vw , 235.00px */
				display:none;
				z-index: 2;
				/* top: calc(100% + 0.25rem); */
				top:calc(100% - 0.0625rem);
				left:50%;
				-webkit-transform: translateX(-50%) translateY(0%);
				transform: translateX(-50%) translateY(0%);
				font-size: clamp(0.7656rem, 0.7292vw, 0.8750rem); /* 12.25px , 0.7292vw , 14.00px */
			}							
			
			
			.nav:hover .navOpen.pc {
				display:block;
			}
			
			/*手機才出現*/
			.nav_mobile{
				display: none;
			}				
							
							
			/*.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: rgba(255 255 255 / 90%);
				}
			
					.navOpenList a {
						text-align:center;
						font-size: inherit;
						color: var(--primary_color);
						line-height:1.1;
						padding: .625rem .3125rem;
						/* background:rgba(0,0,0,0.65); */
						transition:0.3s ease all;
						text-decoration:none;
						letter-spacing: 0px;
						display: block;
					}
					.navOpenList a span{
						display: block;
					}
						.navOpenList > a:hover {
							background-color: var(--third_color);/*20221114_Abby_修改*/
							/* 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 {
						}
	
	
	
	
	
	
	
	
	

@media (max-width: 1500px){	
	
	.nav > a{
		padding-left: clamp(0.1250rem, 0.2018vw, 0.2422rem); /* 2.00px , 0.2018vw , 3.87px */
		padding-right: clamp(0.1250rem, 0.2018vw, 0.2422rem); /* 2.00px , 0.2018vw , 3.87px */
		/* padding: 15px 10px; */
		/* font-size: 1rem; */
	}
	.nav > a span {
		/* font-size: clamp(1rem,0.9375vw,1.125rem); */
	}
	.header.fixed .nav > a {
	}	
		
}	
	

@media (max-width: 1200px){		
	
	.navbar.navbarBottom .nav > a {
		/* padding: 25px 20px; */
	}
	
}	



/* 在螢幕度大於1201時，套用這裡的特定樣式 */
@media screen and (min-width: 1201px) {

	
/*浮動*/
.header.fixed{
	box-shadow: 0px 0px 20px -1px rgba(0,0,0,0.3);
	transition: 0.3s ease all;
	/* padding: 0px 5vw; */
	background-color: var(--primary_color);
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: none;
}
.header.fixed:before {
	display:none;
}

	.header:not(.fixed) > .wrap ,
	.header:not(.fixed) .navbar .wrap{
		width: 95%;
		/* transition: all 0.3s ease; */
	}


	.header.fixed > .wrap ,
	.header.fixed .navbar > .wrap{
		display: inline-flex;
		justify-content: space-between;
		width: auto;
		margin: 0;
		max-width: unset;
	}

	.header.fixed > .wrap {
		padding-left: 5vw;
	}
	
	/*浮動*/
	/*.indexBody */
	.header.fixed .navbar{
		padding: 0px 0px;
		width: auto;
		margin: 0;
		background-color: #fff;
		background-color: transparent;
		padding-right: 5vw;
		/* margin-right: 7.5%; */
		/* margin-top: -85px; */
	}
	
	/*.indexBody */
	.header.fixed .navbar .wrap{
		width: auto;
		margin: 0;
		/* max-width: unset; */
	}

	.header.fixed .navOpen.pc {
		top: calc(100% + -0.125rem);
	}	


}


@media (max-width: 1200px){
	
	
	/*主按鍵*/
	
	/*.inbody .navbar ,*/
	.navbar {
		position: fixed;
		width: 200px;
		top: 0px;
		right: -200px;
		height: 100%;
		box-sizing: border-box;
		background: rgba(0, 0, 0, 0.7);
		transition: 0.3s ease all;
		padding: 51.3px 0px 0px;
		margin:0;
		overflow-y: auto;
		z-index: 4;
		float: none;
	}
	.navbar .wrap{
		display:block;
	}
		/*.inbody .header.fixed .navbar,*/
		.header.fixed .navbar {
			padding: 51.3px 0px 0px;
			float: none;
			width: 200px;
			margin:0 !important;
			background: rgba(0, 0, 0, 0.7);
		}
		.navbar.active {
			/*left: 0px;*/
			right: 0px;
			box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
		}
		/*.indexBody */
		.header .navbar {
			display: unset;
		}				
			/*.indexBody */
			.header .navbar .wrap{
				width: auto;
			}		
		
		/* 首頁主按鍵_下 */
		.navbar.navbarBottom ,
		.navbar.navbarBottom.fixed{
			display: none;
		}


	/* 內頁主按鍵 */
	/*.inbody */
	.nav ,
	/*.inbody */
	.header.fixed .nav {
		width:auto;
	}
	/*.inbody */
	.nav > a:before {
		display:none;
	}



			/*手機才出現*/
			.nav_mobile{
				display: block;
			}

			.nav {
				float:none;
				width: 100%;
				padding: 0px;
				position: relative;
			}
				.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 > a {
					border:none;
					border-radius:0px;
					text-align:left;
					padding: 13px 15px;
					color: #cecece;
					border-bottom: 1px solid #5b5b5b;
					font-size: .875rem;
				}
				
				.header.fixed .nav > a{
					transition: 0.3s ease all;
					padding: 13px 15px;
					color: #cecece;
					font-size: inherit;
				}
				
				
				
					/*當前模式*/
					.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: .875rem;
										color: #ffffff;/*20221012_Abby_修改*/
										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;
										}
}








	
	

@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;
		}
	
}
/*第二層箭頭*/
.navArrow {
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 90px;
	right: 20px;
	transition: all 0.3s ease;
	cursor: pointer;
}

.navArrow.first_arrow {
	display: none;
}

@media (max-width: 990px) {
	.navArrow.first_arrow {
		display: block;
	}
}

.navArrow:after {
	content: "";
	width: 6px;
	height: 6px;
	display: block;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	right: 5px;
	top: 50%;
	z-index: 50;
	-webkit-transform: translateY(-75%) rotate(-45deg);
	transform: translateY(-75%) rotate(-45deg);
}

.navOpenList:hover .navArrow:after {
	right: 0px;
	/* transition: 0.6s ease all; */
}

.navOpen.pc .navOpenList a {
	text-align: center;
	font-size: 15px;
	/* padding: 10px 30px; */
	color: #fff;
	line-height: 22px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	background-color: var(--primary_color);
	border-bottom: 1px solid rgba(225,225,225,0.5);
	opacity: 1;
	transform: all .3s ease;
}
.navOpen.pc .navOpenList a:hover {
	opacity: 0.5;
}



.navOpen.pc .navOpenList:last-of-type a{
	/* border-bottom:none; */
}









/* 20230309 Patty 修改 start */
.navOpen.pc .navOpenList a span.eng_tilte {
	display: block;
}

/* 20230309 Patty 修改 end */
.navOpen.pc .navOpenList .in {
	display: inline-block;
}

.navOpen.pc .navOpenList a:hover {
	color: #fff;
	/* transition: 0.3s ease all; */
}

@media (max-width: 990px) {
	.navArrow {}

	.navArrow:after {
		-webkit-transform: translateY(-75%) rotate(45deg);
		transform: translateY(-75%) rotate(45deg);
	}

	.navOpenList:hover .navArrow:after {
		border-bottom: 2px solid #fff;
		border-right: 2px solid #fff;
		/* transition: 0.6s ease all; */
	}
}
/* 20251128 Joanna 新增第二層 start */
/* ---------------------------------------- */
/*展開選單第二層*/
.nOL_open {
	z-index: 10;
	background: #fff;
	position: absolute;
	left: 100%;
	top: 0px;
	width: 190px;
	/*margin: 0px -5px -1px;*/
	display: none;
	/* border-bottom: 4px solid var(--primary_color); */
	/* padding: 18px 0; */
	box-sizing: border-box;
	/* box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05); */
}

.navOpenList:hover .nOL_open {
	display: block;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

@media (max-width: 990px) {
	.navOpenList:hover .nOL_open {
		display: none;
	}
}

.nOLO_list {
	    /* padding: 0px 15px; */
		background-color: var(--primary_color);
}

.nOLO_list>a {
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: 15px;
	color: #fff !important;
	line-height: 1.5;
	padding: 10px 5px;
	/* background: #fff; */
	transition: 0.3s ease all;
	letter-spacing: 0px;
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
}

.nOLO_list a:hover {
	/* background-color: var(--primary_color); */
	/* color: #fff !important; */
}

.navOpenList>a:hover {}

.navOpenList a:hover .nOL_open {
	display: block;
}

@media (max-width: 990px) {

	/*第二層*/
	.nOL_open {
		position: static;
		background: transparent;
		border-bottom: 0px solid #e76221;
		box-shadow: 0 2px 29px rgba(0, 0, 0, 0);
		padding: 0;
		display: none;
		transition: 0.3s ease all;
		width: 100%;
	}

	.nOLO_list {
		text-align: center;
		background-color: rgba(0, 0, 0, 0.16);
	}

	.nOLO_list>a {
		display: block;
		color: #fff !important;
		padding: 10px 0;
		background-color: rgba(0, 0, 0, 0.16);
	}

	.nOLO_list >a {
		border: none;
	}

	/* .navOpenList:hover .nOL_open {
					  display: inherit;
				  } */
	.navOpenBg2 .nOL_open.active {
		display: block;
		transition: 0.3s ease all;
	}
	.navOpenList:hover .navArrow:after {
		right: 5px;
		/* transition: 0.6s ease all; */
	}
}



@media (max-width: 540px) {
	.Language_area ul {
		left: -12px;
		width: 60px;
	}
}

/* 20251128 Joanna 新增第二層 end */
/*-----PC搜尋區塊-----*/
.search_areaPC {
	/* position: absolute;
	right: 0;
	top: 20px; */
	/* transform: translateY(-50%); */
	display: none;
}

/*搜尋icon*/
.search_iconPC {
	transition: 0.3s ease all;
}

.search_iconPC label {
	position: relative;
	display: block;
}

.search_iconPC label div {
	position: relative;
	display: block;
}

.search_iconPC label div svg {
	width: 20px;
	height: 20px;
	display: block;
	fill: #545454;
}

/*hover*/
.search_iconPC:hover label {
	opacity: 0.5;
	transition: 0.3s ease all;
}



.search_inAreaPC {
	-webkit-transition: top .2s;
	transition: top .2s;
	position: absolute;
	overflow: hidden;
	width: 300px;
	max-width: 350px;
	/* max-width: 100%; */
	display: none;
	top: 45px;
	right: 0px;
	background: rgba(255, 255, 255, 0.95);
	box-sizing: border-box;
	padding: 5px 15px 5px 40px;
}


/*搜尋類別*/
/* .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 45px 0px 0px;
	box-sizing: border-box;
}

.search_inBoxPC input[type="search"] {
	background: transparent;
	border: 0px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	height: 40px;
	padding: 0px;
	border-radius: 0;
	width: 100%;
	border-bottom: 1px solid #c3c3c3;
}

.search_inBoxPC input[type="search"]:focus {
	border: 0px;
}

.search_inBoxPC button[type="button"] {
	position: absolute;
	right: -15px;
	bottom: -5px;
	width: 50px;
	height: 50px;
	border-color: #fff0;
	text-align: center;
	cursor: pointer;
	background-color: var(--primary_color);
}

.search_inBoxPC button[type="button"] svg {
	width: 25px;
	height: 25px;
	display: inline-block;
	/* color: #000; */
	color: #fff;
}

.search_inBoxPC .search_closePC {
	z-index: 2002;
	color: #3e3a39;
	position: absolute;
	left: -30px;
	/* top: -10px; */
	top: 50%;
	transform: translateY(-50%);
	text-decoration: none;
	cursor: pointer;
}

.search_inBoxPC span {
	display: inline-block;
	vertical-align: middle;
}

.search_closePC {
	font-size: 22px;
	font-weight: lighter;
}

.search_inBoxPC span svg {
	width: 15px;
	height: 15px;
	fill: #000;
}


@media (max-width: 1200px) {
	




	/*-----PC搜尋區塊-----*/
	.search_areaPC {
		position: unset;
		right: unset;
		top: unset;
	}

	/*搜尋icon*/
	.search_iconPC {
		display: none;
	}

	.search_inAreaPC {
		position: unset;
		width: auto;
		max-width: unset;
		display: block;
		top: unset;
		right: unset;
		padding: 0px 0px;
	}

	.search_inBoxPC {
		position: relative;
		width: 100%;
		padding: 0px 50px 0px 10px;
		box-sizing: border-box;
		background: #fff;
	}
	.search_inBoxPC input[type="search"] {
		background: transparent;
		border: 0px;
		color: #fff;
		border-bottom: 0px ;
	}
	.search_inBoxPC a {
		display: none;
	}

	.search_inBoxPC button[type="button"] {
		right: 0px;
		bottom: 0px;
		width: 40px;
		height: 40px;
		background-color: #fff0;
		display: flex;
	}

	.search_inBoxPC button[type="button"] svg {
		width: 15px;
		height: 15px;
		margin: auto;
		color: var(--primary_color);
	}



}




/* 搜尋的廣告區塊如果要隱藏，只要針對此 class 下隱藏樣式即可 */
.gsc-adBlock{
	display: none;
}




















