/*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: #fff;
	padding:0; 
}

.header.header_in {
	background-color: var(--primary_color);
}


/* .header.fixed .logo{
	display: none;
} */

.header .wrap {
	position: relative;
	display: grid;
	/* grid-template-columns: 6.25rem auto; */ /*100 auto*/
	/* justify-content: space-between; */
	align-items: center;
	/* width: 100%; */
	display: flex;
	justify-content: space-between;
}

.header.fixed .wrap {
	/* width: 93%; */
}


@media (max-width: 1440px) {
	.header .wrap {
		/* width: 95%;
		margin: 0 auto;
		padding: 0;
		max-width: 1225px; */
	}

}


@media(max-width:1100px) {

	.header {
		padding: 0px 0;
	}
		
		.header .wrap {
			display: block;
		}
        
	.header.fixed .wrap {
		/* width: 93%; */
	}
}





/*================*/
/*-- 手機menu按鍵 --*/
/*================*/
.menu_btn {
	position: absolute;
	width: 20px;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	cursor: pointer;
	display: none;
	z-index: 99;
}

.header.fixed .menu_btn span {
	background-color: #000;
}

.menu_btn span {
	display: block;
	background-color: #000;
	height: 2px;
	margin: 4px 0px;
	transition: 0.3s ease all;
	border-radius: 3px;
}

/*點擊*/
.menu_btn.active {
	top: 18px;
	transform: unset;
}

.header.fixed .menu_btn.active span {
	background-color: #fff;
}

.menu_btn.active span {
	background-color: #fff;
}

.menu_btn.active span:nth-of-type(1) {
	transform: rotate(39deg);
	transform-origin: top left;
}

.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;
}

@media (max-width: 1100px) {

	/*手機menu按鍵*/
	.menu_btn {
		display: block;
	}

}




/*================================*/
/*----- logo -----*/
/*================================*/
.logo {
	width: clamp( 9.375rem, 22.6667vw, 10.625rem ); /* 150 170 */
	margin: 0;
	transition: 0.3s ease all;
	/* float: left; */
	box-sizing: border-box;
	/* animation-name: bounceIn;
	animation-duration: 1.2s;
	animation-fill-mode: both;
	visibility: visible; */
	padding: clamp( .1875rem, 0.6667vw, .3125rem ); /* 3 5 */
	/*visibility: hidden;*/ /*先隱藏*/
}

.header.header_in .logo {
	background-color: transparent;
}

.logo a {
	display: block;
	transition: 0.3s ease all;
}

.logo img {
	width: 100%;
	height: auto;
}

.logo a img.logo02 {
	display: none;
}

/*hover*/
.logo a:hover {
	transform: scale(0.9);
	animation: bounceIn;
}

@media (max-width:1100px) {
	.logo {
		transition: 0.3s ease all;
		width: 180px; /*75*/
		padding: 0.625rem 0; /*10*/
		float: none;
		margin: 0;
		/* background-color: transparent; */
	}

	.header.fixed .logo {
		/* width: 70px; */
	}

	/* .header.fixed .logo {
		display: block;
	} */

}

@media (max-width: 1100px) {}




/*================================*/
/*----- 版頭右 -----*/
/*================================*/

.header_rightArea {
	/* float: right; */
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
	column-gap:clamp(7.5264rem, 10.9375vw, 13.1250rem); /* 120.42px , 10.9375vw , 210.00px */
}

.header.fixed .header_rightArea {}



@media(max-width:1280px) and (min-width:1100.1px) {

.header_rightArea {
	column-gap:clamp(4.375rem, 6.25vw, 7.5rem); /* 70px , 6.25vw , 120px */
}

}


@media(max-width:1100px) {
	.header.fixed .header_rightArea {
		/* padding-top: 52px; */
		display: block;
	}
}

/*================================*/
/*----- 語系 language -----*/
/*================================*/
.language_areaPC {
	position: absolute;
	right: 30px;
	top: 49px;
}

.header.header_in .language_areaPC {
	top: 56px;
}

.language {
	padding: 0 11px 0 0;
	text-align: center;
	/* border-radius: 26px; */
	/* background-color: #fff; */
	/* border: solid 0.5px #bfbfbf00; */
}


.language i {
	font-size: 22px;
	line-height: 18px;
	color: #fff;
}

.language>a {
	font-size: 12px;
	line-height: 34px;
	color: #58595b;
	display: block;
	/*border: 1px #c3c3c3 solid;
		border-radius: 5px;*/
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	/* position: relative; */
	/* background-color: #b0b0b0; */
}

.language>a:before {
	position: absolute;
	content: "";
	border-top: solid 7px #fff;
	border-left: solid 4px rgba(255, 255, 255, 0);
	border-right: solid 4px rgba(255, 255, 255, 0);
	/* top: 50%; */
	top: 5px;
	right: 0px;
	/* transform: translateY(-45%); */
}


.language_list {
	position: absolute;
	width: 75px;
	top: 24px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #fff;
	border-radius: 3px;
	display: none;
	margin: 5px 0px 0px;
	box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.2);
	font-size: 14px;
}

.language_list {
	text-align: center;
}

.language_list_in>a {
	color: #898989;
	display: inline-block;
	text-decoration: none;
	font-size: 12px;
	line-height: 24px;
	text-decoration: none;
}

.language>a:hover,
.language_list>a:hover {
	opacity: 0.5;
}




/* 手機版語系 */

.language_areaMB {}

.language_content {
	display: flex;
	justify-content: space-around;
	padding: 10px 0;
}

.language_content_in a {
	color: #cecece;
	line-height: 24px;
}

.language_areaMB {
	display: none;
}

@media(max-width:1100px) {

	.language_content {
    	display: flex;
		justify-content: space-between;
		padding: 10px 10px;
	}
	.language_areaPC {
		display: none;
	}

	.language_areaMB {
		display: block;
	}

	.header_rightArea {
		display: block;
	}
}



/*================================*/
/*----- 版頭搜尋區塊 -----*/
/*================================*/


/*-----PC搜尋區塊-----*/
.search_areaPC {
	position: absolute;
	right: 0;
	top: 50px;
	/* transform: translateY(-50%); */
}

.header.header_in .search_areaPC {
	top: 56px;
}

/*搜尋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: 18px;
	height: 18px;
	display: block;
	fill: #fff;
}

/*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: 250px;
	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: 13px;
	font-weight: bold;
	line-height: 22px;
	height: 30px;
	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: 40px;
	height: 40px;
	border-color: #fff0;
	text-align: center;
	cursor: pointer;
	background-color: var(--primary_color);
}

.search_inBoxPC button[type="button"] svg {
	width: 15px;
	height: 15px;
	display: inline-block;
	/* color: var(--primary_color); */
	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;
}

.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: var(--primary_color);
}









/*================================*/
/*----- 版頭右側次功能 -----*/
/*================================*/

.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 0px;
	column-gap:clamp(0.7742rem, 1.25vw, 1.5rem); /* 12.39px , 1.2500vw , 24.00px */
	/* 17.20px , 1.5625vw , 30.00px */
	font-size: inherit;
	/* 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 */
	/* padding-right: clamp(.625rem, 1.0417vw, 1.25rem); */
}

	



@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 {
		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;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	font-size: inherit;
	font-weight: 400;
	gap: 0;
	column-gap: clamp(.625rem, 1.0417vw, 1.25rem);
	font-size: clamp(1rem, 0.9375vw, 1.125rem); /* 16.00px , 0.9375vw , 18.00px */
}

.headerLinkArea li {
	list-style-type: none;
	margin: 0;
}

.headerLinkArea a {
	color: #000;
	text-decoration: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.headerLinkArea img {
	width: 1.5rem;
	height: auto;
	object-fit: cover;
}

.headerLinkArea span {
	display: inline-block;
}

.headerLinkArea a:hover {
	opacity: 0.5;
	transition: 0.3s ease all;
}


.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); */
	/* color: #3CB6CB; */
	color: var(--dark_color2);
	font-weight: 600;
	gap:0.3125rem;
}

.Lang_area.Mob .nL_in_area {
	justify-content: center;
}


.nL_in {
	text-align: center;
	box-sizing: border-box;
	position: relative;
}


.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: clamp(1rem, 0.9375vw, 1.125rem); /* 16.00px , 0.9375vw , 18.00px */
	opacity: 1;
}

/* activeç•¶å‰æ¨¡å¼ */
.nL_in.active>a {
	font-weight: 500;
	opacity: 1;
	color: #000;
	display: none;
}



.Lang>a:hover,
.nL_in>a:hover {
	opacity: 0.5;
}







.headerLinkArea li.member{
	position: relative;
}
.headerLinkArea li.member > a{
	padding: clamp(1.4694rem, 2.1354vw, 2.5625rem) 0; /* 23.51px , 2.1354vw , 41.00px */
}




/* 版頭上方下拉------------------- */
.header_icon_down{
	left: 50%;
	transform: translateX(-50%);
	transform-origin: top center;
	font-size: clamp(.625rem, 0.9375vw, .75rem);  /*字體 最小值 10px、大小約 0.9375vw、最大值 12px*/
	line-height: 1.1;
	/* z-index: -999999;
	opacity: 0; */
	transition: 0.1s ease all;
	 /*預設關閉*/
	letter-spacing: normal;
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: block;
	background-color: var(--primary_color);
	width:160px;
	text-align: center;
	/* top: 82px; 
	top: 35.5px;*/
	top: clamp(3.3125rem , 3.6979vw, 4.4375rem); /* 53px , 3.6979vw , 71.00px */
	display: none;
	position: absolute;
	z-index: 99;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.header_icon_downBg{
	background-color: inherit;
	margin: 0;
	padding: 0;
	list-style-type : none;
	display: block;
}

	.headerLinkArea .member:hover .header_icon_down{
		display: block;
	}

	/* .firefox_body .header_icon_down{
		top: 24px;
	} */




		ul.header_icon_downBg li{	
			padding: 0;
			margin: 0;
			list-style-type: none;
			display: block;
			font-size: clamp(0.7292rem, 0.7292vw, 0.8750rem); /* 字體 最小值 11.67px、大小約 0.7292vw、最大值 14.00px */
		}
		ul.header_icon_downBg li:not(:last-of-type){	
			border-bottom: 1px #fff solid;
		}


			ul.header_icon_downBg li a{
				display: flex;
				padding: 10px 0;
				/* border-bottom: 1px var(--fourth_color) solid; */
				justify-content: center;
				color: #fff;
				text-decoration: none;
				font-size: inherit;
			}
			ul.header_icon_downBg li a:hover{
				opacity: 0.7;
			}
			ul.header_icon_downBg li:last-of-type a{
				border-bottom: none;
			}
			ul.header_icon_downBg li a span.line ,
			ul.header_icon_downBg li span.line{ 
				background-color:#ffffff;
				width: 1px;
				height: 15px;
				margin: 0 10px;
				padding: 0;
				display: inline-block;
			}

			.header_icon.cart_icon ul.header_icon_downBg .quantity {
				color: var(--fifth_color);
			}



			.headerLinkArea .member ul.header_icon_downBg li.fir{ 
				display: grid;
				align-items: center;
				grid-template-columns: repeat(2,1fr);
				position: relative;
			}
			.headerLinkArea .member ul.header_icon_downBg .line{ 
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translate(-50% , -50%);
				margin: 0 0px;
			}


			




	
@media screen and (min-width: 1101px) {

	/*浮動*/
	.header.fixed .headerLinkArea li.member > a {
		padding: 0.75rem 0;
	}

	/*浮動*/
	.header.fixed .header_icon_down {
    	top: 2.6875rem;
	}

	.header_icon_down:before {
		position: absolute;
		content: '';
		border-bottom: solid 8px var(--primary_color);
		border-left: solid 12px rgba(255, 255, 255, 0);
		border-right: solid 12px rgba(255, 255, 255, 0);
		top: -7px;
		left: 50%;
		transform: translateX(-50%);
	}

}





@media (max-width: 1100px) {

	.Lang_area.Pc {
		display: none;
	}

	.Lang_area.Mob {
		display: block;
		background-color: #fff;
	}

	.header_search input[type='text'],
	.header_search input {
		padding: 0px 50px 0px 10px;
	}
}








/*================================*/
/*----- 主按鍵 -----*/
/*================================*/

.navbar {
	/* margin-right: 20px; */
	/*font-size: clamp(1rem, 1.2500vw, 1.5000rem); *//* 16px , 1.2500vw , 24.00px */
	font-size: clamp(1rem, 0.9375vw, 1.125rem); /* 16.00px , 0.9375vw , 18.00px */
	display: flex;
	justify-content: flex-end;
	column-gap: clamp(1.5484rem, 2.5000vw, 3rem); /* 24.77px , 2.5vw , 48px */
}

.header.fixed .navbar {
	/* margin: 0 ; */
}

/*浮動*/
/* .header.fixed .navbar{
		padding: 0px 0px;
	}
	 */


.nav {
	/* float: left; */
	box-sizing: border-box;
	position: relative;
}

.nav>a {
	display: block;
	text-decoration: none;
	color: var(--dark_color2);
	font-size: inherit;
	transition: 0.3s ease all;
	position: relative;
	/* padding: 20px 30px; */
	padding:clamp(1.4517rem, 2.3438vw, 2.8125rem) 0; /* 23.23px , 2.3438vw , 45.00px */
	/*padding-left: clamp(1.5484rem, 2.5000vw, 3rem);*/ /* 24.77px , 2.5vw , 48px */
	/*padding-right: clamp(1.5484rem, 2.5000vw, 3rem);*/ /* 24.77px , 2.5vw , 48px */
}


.header.header_in .nav > a {
	padding: 28px 30px;
}


/*hover*/
.nav:hover>a {
	opacity: 0.5;
	transition: 0.3s ease all;
	position: relative;
}

.nav>.arrow_down{
	/* padding-right: 25px; */
	padding-right:  clamp(calc(1rem + 0.3871rem), calc(1rem + 0.6250vw), calc(1rem + 0.7500rem)); /* 最小值 6.19px、大小約 0.6250vw、最大值 12.00px */
}

.arrow_down::after {
    content: "";
    /* width: clamp(0.9375rem, 1.0417vw, 1.25rem); */ /* 15px , 1.0417vw , 20px */
    width: 1rem;
    aspect-ratio: 1;
    /* height: 20px; */
    aspect-ratio: 1;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-image: url(../images/chevron-down.svg);
    background-repeat: no-repeat;
    background-size: 99.9%;
    background-position: center right;
    z-index: 2;
}

.nav:first-of-type>a:before {
	display: none;
}

/*主按鍵展開*/
.navOpen {
	position: absolute;
	left: 50%;
	/* padding:9px 0px 0px; */
	width: 140px;
	transform: translateX(-50%);
	display: none;
	z-index: 2;
}

.nav:hover .navOpen.pc {
	display: block;
	/* 下拉拉桿 */
	max-height: 288px;
	overflow-y: auto;
}

/* 下拉拉桿樣式 start */
.nav:hover .navOpen.pc::-webkit-scrollbar {
  width: 8px;
}

.nav:hover .navOpen.pc::-webkit-scrollbar-thumb {
  background-color: var(--primary_color);
  border-radius: 5px;
}
/* 下拉拉桿樣式 end */

.navOpenBg {
	position: relative;
}


.navOpen.mobile {
	display: none;
	opacity: 0;
	z-index: -999999;
	transform: unset;
	padding: 0;
}

/* .navOpen.pc .navOpenBg: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:-8px;
					left:50%;
					transform: translateX(-50%);
				} */

.navOpenList {}

.navOpenList a {
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 22px;
	padding: 7px 5px;
	background: rgba(0, 0, 0, 0.65);
	display: block;
	transition: 0.3s ease all;
	text-decoration: none;
}

.navOpenList a:hover {
	color: #ffffff;
	background: var(--primary_color);
}





@media (max-width: 1440px) {
	/* .nav>a {
		font-size: 16px;
		padding: 20px 16px;
	}

	.header.fixed .nav>a {
		padding: 30px 16px;
	} */

}



/* 在螢幕寬度大於1101時，套用這裡的特定樣式 */
@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: rgba(255 255 255 / 90%);
}
	.header.fixed .wrap {
		/*grid-template-columns: 4.5625rem auto;*/ /*73 auto*/
	}

	.header.fixed .logo {
		background-color: transparent;
		width: 5rem; /*80*/
	}

	.header.fixed .logo a img.logo01 {
		display: none;
	}

	.header.fixed .logo a img.logo02 {
		display: block;
	}


	.header.fixed .nav>a {
		/* padding: 30px 30px; */
		/* font-size: 16px; */
		/* color: #000; */
		padding-top: 0.9375rem ;
		padding-bottom:0.9375rem ;
	}
	
		.header.fixed.header_in .nav>a {
			padding: 28px 30px;
		}
		.header.fixed.header_in .navOpen {
			top: 73px;
		}

		/*pc關閉*/
		.nav.nav_mob{
			display: none;
		}

	



	.header.fixed .language>a:before {
		border-top: solid 7px #000;
	}
		.header.fixed .language i {
			color: #000;
		}

		.header.fixed .language_areaPC {
			top: 42px;
		}




	.header.fixed .search_areaPC {
		top: 41px;
	}
		.header.fixed .search_iconPC label div svg {
			fill: #000;
		}

}


/* 在寬度大於 1100px 且小於 1320px 時套用樣式 */
@media screen and (min-width: 1100px) and (max-width: 1320px) {

	.navbar {
		column-gap: clamp( .625rem, 2.6667vw, 1.25rem );
	}

	.navbar a {
		font-size: clamp(.75rem, 2vw, .9375rem );
	}

	.nav>.arrow_down {
    	padding-right: clamp(calc(1rem + 0.2rem), calc(1rem + 0.3rem), calc(1rem + 0.4rem));
	}

}


@media (max-width: 1100px) {
	.header.fixed .nav>a {
		padding: unset;
	}

	/*----- 版頭右 -----*/
	.header_rightArea {
		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: 57.19px 0px 0;
		overflow-y: auto;
		z-index: 4;
		float: none;
	}

	.header_rightArea.active {
		right: 0px;
		box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
	}



	.arrow_down::after {
		background-image: url(../images/chevron-down_mb.svg);
		/* top: 46%; */
		top: 50%;
		width: 1.25rem; /*20*/
		right: 5px; /*3*/
	}






	/*-----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;
	}

	.search_inBoxPC a {
		display: none;
	}

	.search_inBoxPC button[type="button"] {
		right: 0px;
		bottom: -4px;
		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);
	}
















	/*----- 主按鍵 -----*/
	.navbar {
		margin-right: 0px;
		justify-content: unset;
		flex-direction: column;
	}

	.nav {
		float: none;
		width: 100%;
		padding: 0px;
		position: relative;
	}

	.nav>a {
		border: none;
		border-radius: 0px;
		text-align: left;
		padding: 13px 15px;
		/* padding-right: 30px; */
		color: #cecece;
		border-bottom: 1px solid #5b5b5b;
		font-size: 14px;
	}

	.header.fixed .nav>a {
		padding: 13px 15px;
		color: #fff;
	}

	.nav>a:before {
		display: none;
	}
	.nav>.arrow_down{
		padding-right: 35px; /* 最小值 6.19px、大小約 0.6250vw、最大值 12.00px */
	}

	/*展開選單*/
	.navOpen {
		position: relative;
		top: 0px;
		left: 0px;
		margin: 0px;
		width: auto;
		border-radius: 0px;
		background: #444;
	}

	/*hover*/
	.nav:hover .navOpen.pc,
	.fixed_nav:hover .navOpen.pc {
		display: none;
	}


	.navOpen.mobile {
		display: none;
		opacity: 1;
		z-index: 1;
		position: relative;
	}

	.navOpenBg {
		box-shadow: none;
		/* 下拉拉桿 */
		/* max-height: 235px; */
        overflow-y: auto;
	}

	.navOpen.mobile .navOpenList {}

	.navOpen.mobile .navOpenList>a {
		text-align: left;
		font-size: 14px;
		color: #cecece;
		line-height: 22px;
		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;
	}

	.search_inBoxPC input[type="search"] {
		border-bottom: 0px solid #c3c3c3;
	}
}




/* 搜尋的廣告區塊如果要隱藏，只要針對此 class 下隱藏樣式即可 */
.gsc-adBlock {
	display: none;
}