/*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;
}
.inBody .header:before {
	/* display: none; */
	position:absolute;
	content:'';
	top: 0;
	width: 100%;
	/*height:20.8333vw;*/ /*400px*/
	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 > .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; */
	}






	

@media (max-width: 990px){	
}










/*================*/
/*-- 手機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: 21px;
			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: 990px){
	
	/*手機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: 36.25rem; /*580*/
	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: 90%;
	/*max-width:clamp(14.194rem, 22.9167vw, 27.5rem);*/ /* 227.1px , 22.9167vw , 440px */	
	max-width: clamp(17.7425rem, 28.6458vw, 34.375rem); /* 283.88px , 28.6458vw , 550px */
	padding: 1rem 0; /* 8.26px , 0.8333vw , 16px */
}

	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;*/ /*0 25px*/
	}
		/*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 img.logo_pc{
			}
			.logo img.logo_mobile{
				display: none;
				position: absolute;
				top: 0;
				left: 0;
			}




		/* .logo1 img{
			width:100%;
			height:auto;
		}  */
		/* 師培LOGO */
		/* ul.logoArea li.logo2{
		}

		.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;
		display: none;
	} 
	/*.logo_fix .logoArea li.logo1{
		width: 200px;
		height: 33px;
		
	}
	.logo_fix .logoArea span.logo_line{
		height: 33px;		
	}
	.logo_fix .logoArea li.logo2{
		width: 100px;
		height: 33px;
		
	}
	
		.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 {

	}	
	
}

/* 在螢幕寬度大於1401時，套用這裡的特定樣式 */ 
@media screen and (min-width: 1401px) {
	.logo{
		/*width: 36.25rem;*/ /*580*/
		/*width: 90%;*/
		/*max-width:clamp(14.194rem, 22.9167vw, 27.5rem);*/ /* 227.1px , 22.9167vw , 440px */
		/*padding: 1rem 0;*/ /* 8.26px , 0.8333vw , 16px */
		/* margin-left: calc((100% - 77.5rem) / 2); */
	}
}

/* 在螢幕寬度991~1400時，套用這裡的特定樣式 */ 
@media screen and (min-width: 991px) and (max-width: 1400px) {
	.logo{
		/* margin-left: 5%; */
		/* padding: 1.4375rem 0; */ /*23 0*/
		padding: 1.5625rem 0;
	}
}



@media (max-width: 990px){

	.logo ,
	.header.fixed .logo{ /*浮動*/
		width: 330px; 
		max-width: unset;
		padding: 10px 0; 
		margin: 0;
	}
		ul.logoArea span.logo_line {
			height: 25px;
		}

			.logo img.logo_pc{
				display: none;
			}
			.logo img.logo_mobile{
				display: block;
				position: unset;
			}

}

@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; */
		width: 99%;
		max-width: calc(100% - 1.875rem - 1.25rem);
		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;
	gap: 0.625rem; /*10*/
	/*font-size: 1rem;*/ /*16px*/
	font-size: clamp(0.875rem, 0.834vw, 1rem);
	line-height: 1.25;
	position: absolute;
	right: 0;
	top: 0;
}		

	
@media (max-width: 990px){
	
	.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{
	margin: 0;
	padding: 0;
	list-style-type : none;
	display: block;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	font-size: inherit;
	font-weight: 600;
	/* font-family: 'Noto Sans TC', sans-serif; */
	gap: 0.625rem; /*10*/
	/*padding-right: 0.625rem; *//*10*/
}
	.headerLinkArea li{
		margin: 0;
		padding: 0;
		list-style-type : none;
		display: block;
		margin: 0;
	}
		.headerLinkArea a{
			color: var(--primary_color);
			text-align: center;
			font-size: inherit;
			font-weight: 400;
			line-height: 105%;
			letter-spacing: calc(1rem / 10);

			display: flex;
			flex-direction: column;
			gap: 0.3125rem; /*5*/
			justify-content: center;
			align-items: center;
			text-decoration: none;
		}
		.headerLinkArea img{
			max-width: 1.25rem; /*20*/
			/* width: 50%; */
			width: 100%;
			height:auto;
			object-fit: cover;
		}
			.headerLinkArea span{
				display: inline-block;
				/* padding-right: 5px; */
				font-size: inherit;
			}
		.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: 990px){	

	/* 版頭右側快速連結 */
	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_版頭右側_搜尋+語系 -----*/
/*================================================*/			


.headerRicon{
	
}
	.headerRicon .headerRicon_title{
		text-decoration: none;
		text-align: center;
		/* font-size: 0.625rem; */
		font-size: clamp(0.875rem, 0.834vw, 1rem);
		color: var(--primary_color);
	}












/*================================================*/
/*----- PC版_搜尋 -----*/
/*================================================*/			




/*PC搜尋區塊------------------------------------------------*/

.search_areaPC{
	/* position: absolute; */
	/* right: 110px; */
	/* top: 21px; */
}
	/*搜尋icon*/
	.search_iconPC{
		border-radius: 0px 0px 0.3125rem 0.3125rem;
		transition: 0.3s ease all;
		/* background-color: var(--second_color); */
		/*width: clamp(3.75rem, 4.1667vw, 5rem); *//* 60px , 4.1667vw , 80px */
		aspect-ratio: 1;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
	}
		.search_iconPC label{
			position: relative;
			display: flex;
			flex-direction: column;
			gap: 0.3125rem; /*5*/
			justify-content: center;
			align-items: center;
		}
		.search_iconPC label:hover{
			opacity: 0.7;
		}
			/*.search_iconPC i{
				font-size: 35px;
				line-height: 35px;
				color: #3e3a39;
				display: block;
			}*/
			
			.search_iconPC label div{
				position:relative;
				display:block;
				display: flex;
				justify-content: center;
				align-items: center;
				flex-direction: column;
				gap: 0.3125rem; /*5*/
			}
			.search_iconPC label div img{
				max-width: 1.25rem; /*20*/
				width: 50%;
				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; */
		}		
		
		.navbar .wrap form{
			position: relative; /*工程結構*/
		}


		
		


.search_inAreaPC{ /*Judy修改20210603*/
	-webkit-transition: top .2s;
	transition: top .2s;
	position: absolute;
	overflow: hidden;
	width: 300px;
	display: none;
	top:  clamp(3.75rem, 4.1667vw, 5rem); /* 60px , 4.1667vw , 80px */
	/*right:clamp(3.75rem, 4.1667vw, 5rem);*/ /* 60px , 4.1667vw , 80px */
	right: 0.5%;
	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: 100%;
			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: 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: 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: var(--third_color);
							/* 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: 990px){	

	.search_areaPC{
		display:none;
	}
	
	/*版頭商品搜尋*/
	.header_search_area {
		display:block;
	}
	
}
























/*================*/
/*----- 語系 -----*/
/*================*/			
        
  	
	/*語系區塊*/
	.Lang_area {
		display: flex;
		align-items: center;
		gap: 0 10px;
		position: relative;
		z-index: 2;
	}
	.Lang_area.Pc {
	/* flex-direction: column; */
	}	
	.Lang_area.Mob {
		display: none;
		/* background-color: #fff; */
		padding: 13px 15px;
		/* border-bottom: 1px #c5c5c5 solid; */
	}
		.Lang{
			text-align: center;
			/* background-color: var(--second_color); */
			/*width: clamp(3.75rem, 4.1667vw, 5rem); *//* 60px , 4.1667vw , 80px */
			aspect-ratio: 1;
			display: flex;
			justify-content: center;
			align-items: center;
			/* border-left: 1px #fff solid; */
			border-radius: 0px 0px 0.3125rem 0.3125rem;
			cursor: pointer;
		}
			.Lang img{
				max-width: 1.25rem; /*20*/
				/* width: 50%; */
				width: 100%;
				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;
				display: flex;
				flex-direction: column;
				gap: 0.3125rem; /*5*/
				justify-content: center;
				align-items: center;
			}
			
			/* .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: column;
			align-items: center;
			justify-content: center;
			/* gap: 10px; */
			color: #000;
			position: absolute;
			z-index: inherit;
			/* right: 0; */
			left: 50%;
			transform: translateX(-50%);
			top:clamp(3.75rem, 4.1667vw, 5rem); /* 60px , 4.1667vw , 80px */
			width: clamp(3.75rem, 4.1667vw, 5rem); /* 60px , 4.1667vw , 80px */
			background-color: var(
			--second_color);
			/* box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; */
			display: none;/*電腦隱藏*/
			/*box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;*/
		}
		.Lang_area.Mob .nL_in_area {
			justify-content: center;
		}		
		

			.nL_in{
				text-align: center;
				box-sizing: border-box;
				position: relative;
				width: 100%;
			}
			.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: block;
					font-size: inherit;
					line-height: inherit;
					text-decoration:none;
					font-weight: 400;
					/* font-size: 19px; */
					font-size: clamp(0.875rem, 0.834vw, 1rem);
					line-height: 1.1;
					opacity: 1;
					padding: 5px 10px;
					color:#a1a1a1;
				}
				/* active當前模式 */
				.nL_in.active > a{
					font-weight: 500;
					opacity: 1;
					color:var(--primary_color);
				}
				


			.Lang > a:hover ,
			.nL_in > a:hover {
				opacity:0.5;
			}			
	
			
				
	
	
@media (max-width: 990px){	

	.Lang_area.Pc {
		display: none;
	}	
	.Lang_area.Mob {
		display:block;
		background-color: #cecece;
		padding: 0;
	}
		.nL_in_area{
			transform: none;
			display: flex !important;
			flex-direction: row;
			position: unset;
			right: unset;
			top: unset;
			width: 100%;
			left: unset;
		}
			.nL_in{
				width: 50%;
			}
			.nL_in > a{
				padding: 10px 2px;
			}
			.nL_in:before{
				position: absolute;
				content: '';
				background-color: var(--primary_color);
				width: 1px;
				height: 16px;
				transform-origin: center;
				top: 50%;
				left: 0px;
				-webkit-transform: translateX(0%) translateY(-50%) rotate(28deg);
				transform: translateX(0%) translateY(-50%) rotate(15deg);
			}
			


	.header_search input[type='text']  ,
	.header_search input {
	    padding: 0px 50px 0px 10px;
	}
}
	
	
	
	
	
	
	


	
	
	
					
/*================================================*/
/*----- 主按鍵 -----*/
/*================================================*/


	.navbar{
	}
	.nav_wrap{
		margin:0 auto;
	}
		

	/* 首頁主按鍵 */
	.navbar{
		width: 100%;
		text-align: center;
		color: var(--dark_color);
		text-align: center;
		font-size: clamp(1.0000rem, 1.0938vw, 1.3125rem); /* 16.00px , 1.0938vw , 21.00px */
		font-weight: 500;
		line-height: 0.76;
		letter-spacing: 3.15px;
	}
	
		.navbar .wrap{
			display: flex;
			flex-direction: row;
			justify-content: space-around;
			padding: 0px 0;
			/* max-width: calc(61.8750rem + 40px); */ /*990px*/
			gap: clamp(1.7743rem, 2.8646vw, 3.4375rem); /* 28.39px , 2.8646vw , 55.00px */
			box-shadow: rgb(120 120 120) 0px 0px 30px -10px;
			border-radius: clamp(1.6130rem, 2.6042vw, 3.125rem); /* 25.81px , 2.6042vw , 50.00px */
			padding: 0 clamp(1.2904rem, 2.0833vw, 2.5rem); /* 20.65px , 2.0833vw , 40px */
			max-width: 77.5rem; /*1240px*/
		}
				
			.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;
			/* width: calc(100% / 6); */
		}
		.navTitle {
		display: flex;
		width: 100%;
		justify-content: center;
		}
		.nav > a ,
		.nav .navTitle > a{
			text-decoration: none;
			color: inherit;
			transition: 0.3s ease all;
			position: relative;
			font-weight: 700;
			line-height: inherit;
			font-size: inherit;
			padding: 0;
			padding: clamp(0.9678rem, 1.5625vw, 1.8750rem) 0; /* 15.48px , 1.5625vw , 30.00px */
			display: flex;
			align-items: center;
			flex-grow: 1;
			width: 100%;
			text-align: center;
			justify-content: center;
		}

			.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: calc(100% - 3px);
				left:50%;
				-webkit-transform: translateX(-50%) translateY(0%);
				transform: translateX(-50%) translateY(0%);
			}							
			
			
			.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;
						/* font-size: 15.5px; */
						/* color:var(--second_color); */
						/* line-height:22px; */
						padding: 10px 5px;
						/* background:rgba(0,0,0,0.65); */
						transition:0.3s ease all;
						text-decoration:none;
						letter-spacing: 0px;
						display: block;
						font-size: inherit; 
					}
						.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 {
					/* padding-left: calc(1rem + 10px); */
					text-align: center;
					}	
						/*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%;
					/* top: 58px; */
					/*display: none;*/
					transform: translateX(-50%) translateY(0%);
					/* background-color: rgba(255 255 255 / 90%); */
					/* background: rgba(0, 0, 0, 0.65); */
					z-index: 2;
					/*backdrop-filter: blur(3px);*/  /* 模糊背景*/
					/* padding-top: 8px; */
					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;
					font-size: inherit; 
				}
				

				.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: 0;
					padding: 0;
					color: #fff;
					color: inherit;
					font-weight: bolder;
					/* border-left: 2px var(--third_color) solid; */
					cursor: default;
					font-weight: 400;
					font-size: inherit;
				}

					.sstc_title a {
						display: block;
						text-decoration: none;
						color: #fff;
						font-size: inherit;
						/* padding: 10px 5px; */
						text-align: center;
						background: rgba(0, 0, 0, 0.65);

						padding: clamp(0.3226rem, 0.5208vw, 0.6250rem) 0; /* 5.16px , 0.5208vw , 10.00px */
						padding-left : 0.3125rem; /*5*/
						padding-right: 0.3125rem; /*5*/
						line-height: 1.1;
					}
					.sstc_title a:hover{
						opacity: 0.7;
					}
					.sstc_bg{
						font-weight: 400;
						/* color: var(--fourth_color); */
						color: var(--dark_color);
						/*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 {
								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;
				}
					.nav.vertical_nav .navOpen.pc.sstc{
						width: 10.3125rem; /*165*/
						/* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px; */
					}
						.nav.vertical_nav .sstc_title:not(:last-of-type) {
							margin: 0;
							padding: 0px;
							border: none;
							border-bottom: 2px var(--third_color) solid;
						}
						.nav.vertical_nav .sstc_bg{
							font-size: clamp(0.8750rem, 0.9570vw, 1.1484rem); /* 14px , 0.9570vw , 18.38px */
							background-color: var(--second_color);
							color: var(--dark_color);
						}
							.nav.vertical_nav .sstc_item {
								width: 100%;
								padding: 0;
							}








	
	
	
	

@media (max-width: 1500px){	
	
	.nav > a,
	.nav .navTitle > a{
		/* padding: 30px 10px; */
	}
	.header.fixed .nav > a ,
	.header.fixed .nav .navTitle > a{
		/* padding: 20px 10px; */
	}	

		
		.navbar .wrap{
			padding: 0 clamp(0.6452rem, 1.0417vw, 1.2500rem); /* 10.32px , 1.0417vw , 20.00px */
		}
			
		
}	
	





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

	.header {
		padding-bottom: 0.625rem;
	}

	.header > .wrap {
		max-width: unset;
		/* width: 100%; */
		max-width: 77.5rem; /*1240px*/
		width: 90%;
	}
	/*浮動*/
	.header.fixed{
		box-shadow: 0px 0px 20px -1px rgba(0,0,0,0.3);
		transition: 0.3s ease all;
		padding: 0px;
		background-color:#fff;
	}
	.header.fixed:before {
		display:none;
	}

		.header.fixed > .wrap{
			position: absolute;
		}

			.header.fixed .logo {
				display: none;
			}

			/*----- 版頭右側 -----*/		
			.header.fixed .headerRightT{
				display: none;
			}


			.header.fixed .navbar{
				background-color: #fff0;
				/* font-size: 1.0625rem; */
				/* font-size: min(max(1.05vw, 0.875rem), 1.25rem); */
				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;
			}
			.header.fixed .navbar>.wrap{
				display: flex;
				justify-content: space-between;
			}
				.header.fixed .navbar .wrap{
					width: 95%;
					gap: 0 2px;
					justify-content: space-between;
					box-shadow: none;
				}


					.header.fixed .logo_fix{
						/* display: block; */
						display: none;
					}
						.header.fixed ul.logoArea {
							gap: 0 10px;
						}

					.header.fixed .nav {
						/* width: calc((100% - 200px) / 9); */
						width: auto;
					}
						.header.fixed .nav > a ,
						.header.fixed .nav .navTitle > a{
							color: inherit;
							padding: 15px 0px;
						}
						.header.fixed .nav > a:before ,
						.header.fixed .nav .navTitle > a:before{
							display: none;
						}
				
				.header.fixed .navOpen.pc.sstc {
					/* top: 46px; */
				}

				.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%);
				}


}





/* 在螢幕放大150%且寬度大於991時，套用這裡的特定樣式 */ 
@media screen and (min-width: 991px) and (min-height: 500px) and (max-height: 1000px) and (-webkit-min-device-pixel-ratio: 1.5) and (-webkit-max-device-pixel-ratio: 1.74), only screen and (min-resolution: 150dpi) and (max-resolution: 174dpi) {

	.header > .wrap {
		width: 90%;
		max-width: 116.25rem; /*1240px * 1.5*/
		max-width: 77.5rem;	
	}
		.navbar .wrap{
			/*max-width: 88.4375rem;*/ /*1415px*/	
			max-width: 116.25rem; /*1240px * 1.5*/	
			max-width: 77.5rem;
		}
		
		/*----- PC_版頭右側_搜尋+語系 -----*/
		.headerRicon .headerRicon_title{
			font-size: 1rem;
			font-size: 0.875rem;
		}		
		/*----- 版頭右側 -----*/
		.headerRightT{
			gap: 12.5px 0.651vw;
			font-size: 0.875rem;
			top: 0.75rem;
		}

		/*----- logo -----*/
		.logo{
			max-width:clamp(25rem, 28.6458vw, 34.375rem); /* 400px , 28.6458vw , 550.00px */
			padding: 1.5625rem 0;
		}
}





@media (max-width: 990px){

	.header{
		background-color: #fff;
	}
	/*浮動*/
	.header.fixed{		
	}
	
	
	.header > .wrap {
		display: block;
	}

	.header .navbar{
		border-radius: unset;
	}
	
	/*主按鍵*/
	
	/*.inbody .navbar ,*/
	.navbar {
		position: fixed;
		width: 250px;
		top: 0px;
		right: -250px;
		height: 100%;
		box-sizing: border-box;
		background: rgba(0, 0, 0, 0.7);
		transition: 0.3s ease all;
		padding: 107px 0px 0px;
		margin:0;
		overflow-y: auto;
		z-index: 4;
		float: none;
	}
		/*.inbody .header.fixed .navbar,*/
		.header.fixed .navbar {
			padding: 46px 0px;
			float: none;
			width: 250px;
			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;
				display: block;
				flex-direction: unset;
				align-items: unset;
				max-width: unset;
				padding: 0;
			}		
		
		/* 首頁主按鍵_下 */
		/* .navbar.navbarBottom ,
		.navbar.navbarBottom.fixed{
			display: none;
		} */


	/* 內頁主按鍵 */
	/*.inbody */
	.nav ,
	/*.inbody */
	.header.fixed .nav {
		width:auto;
		display: block;
	}
	/*.inbody */
	.nav > a:before {
		display:none;
	}





			.nav {
				float:none;
				width: 100%;
				padding: 0;
				position: relative;
				/* background-color: #767676; */
			}
				.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 ,
				.nav .navTitle > a{
					border:none;
					border-radius:0px;
					text-align:left;
					/* padding: 13px 0px;					
					color: #cecece; */

					font-size: 1rem;
					color: #ffffff;
					padding: 13px 0px;
					padding-left: 10px;
					justify-content: unset;        
				}
				
				/* .header.fixed .nav > a ,
				.header.fixed .nav .navTitle > a{
					transition: 0.3s ease all;
					padding: 13px 15px;
					color: #ffffff;
				} */
				.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;
					/* text-align: left; */
				}
					.mobile.sstc .sstc_title {
						margin: 0px 0px 0px;
						padding: 0px;
						border-left: none;
						color: #fff;

						border-bottom: none;
					}
						.mobile.sstc .sstc_title a{
							/* padding: 12px 15px 12px 30px; */
							padding: 12px 12px;
							padding-left: 30px;
							font-weight: 400;
							/* background-color: var(--fifth_color); */
							text-align: left;
							font-size: 0.9375rem; /*15*/
						}

					.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: 40px;
			position: relative;
		}
			.nav .navTitle > a{
				justify-content: unset;
			}

		.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_w.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;
}














