/*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; 
	position: relative;
	z-index: 999;
	width: 100%;
	/* transition: 0.3s ease all; */
	/* padding-top: 0.3125rem; */ /*5*/
	background-color:#fff;

	/* background-color: #cdc6c6; */

	transition: position 0.3s ease;
}
.header.fixed {
    position: fixed;
    box-shadow: 0px 0px 20px -1px rgba(0, 0, 0, 0.3);
}


.header:before {
	position:absolute;
	/* content:''; */
	top: 0;
	width: 100%;
	/* height: 0.3125rem; */ /*5*/
	/* background: linear-gradient(90deg, #008E3F 48.08%, #F1C600 100%); */
	/* transition: 0.3s ease all; */
	pointer-events: none;
	/* mix-blend-mode: overlay; */ /*覆蓋*/
}

	.header > .wrap {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}






/* 在螢幕寬度大於991時，套用這裡的特定樣式 */
@media screen and (min-width: 1101px){

	.header > .wrap {
		gap: 0 0.3125rem;
	}

}

@media (max-width: 1100px){
	
	.header{
		background-color: #fff;
		/* background-color: #cdcdcd; */
	}
	/*浮動*/
	.header.fixed{
	}
	
	
	.header > .wrap {
		display: block;
	}	
	
}










/*================*/
/*-- 手機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: 5%;
		}
		.header.fixed .menu_btn.active{
			top: 21px;
			/* right: 5%; */
			-webkit-transform: unset;
			transform: unset;
		}

			.menu_btn.active span {
				background: #ffffff;
				margin: 6px 0px;
			}
			/*.menu_btn.active span:nth-of-type(1) {
				transform: rotate(45deg);
				transform-origin: top left;
			}
			.menu_btn.active span:nth-of-type(2) {
				opacity: 0;
			}
			.menu_btn.active span:nth-of-type(3) {
				transform: rotate(-45deg);
				transform-origin: bottom left;
			}*/

			.menu_btn.active span:nth-of-type(1) {
				/*transform: rotate(39deg);
				transform-origin: top left;*/
				width: 100%;
				transform: translateY(1px) rotate(45deg);
			}
			.menu_btn.active span:nth-of-type(2) {
				opacity: 0;
			}
			.menu_btn.active span:nth-of-type(3) {
				/*transform: rotate(-39deg);
				transform-origin: bottom left;*/
				transform: translateY(-27px) rotate(-45deg);
				width: 100%;
			}

@media (max-width: 1100px){
	
	/*手機menu按鍵*/
	.menu_btn {
		display:block;
		/* right: 20px; */
	}

}

@media (max-width: 550px){
	
	/*手機menu按鍵*/
	.menu_btn {
		/* -webkit-transform: translateX(0%) translateY(50%);
    	transform: translateX(0%) translateY(50%); */
	}
	.menu_btn.active {
		/* top: 50px; */
		/* top: 14px; */
	}
	.header.fixed .menu_btn.active {
	   top: 14px;
	}
	.header.fixed .menu_btn {
	}
	.header.fixed .menu_btn.active {
	}


}

















/*================*/
/*----- logo -----*/
/*================*/
.logo{
	/* width: 580px; */
	transition: 0.3s ease all;
	box-sizing: border-box;
	padding: clamp(0.6452rem, 1.0417vw, 1.2500rem) 0; /* 10.32px , 1.0417vw , 20.00px */
	display: block;
	margin: 0;
	max-width: clamp(12.0972rem, 19.5313vw, 23.4375rem); /* 193.55px , 19.5313vw , 375.00px */
}

		.logo a{
			 display: block;
			/* position: relative; */
			transition:0.3s ease all;
			/* padding-top: 14.1%; */
		}
		
		.logo img{
			width:100%;
			height:auto;
		} 

	
	/*hover*/
	.logo a:hover{
		transform: scale(0.9);
		animation: bounceIn;	
	}




	/* .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 {
		/* width: 400px;
    	padding: 22px 0px; */
	}	
	
}


@media (max-width: 1100px){

	.logo ,
	.header.fixed .logo{ /*浮動*/
		width: 12.5rem; /*200*/
		max-width: unset;
		padding: 0.625rem 0;
		margin: 0;
	}
		/* ul.logoArea span.logo_line {
			height: 25px;
		} */

}

@media(max-width:768px){

	/* 台藝大logo */
	/* ul.logoArea li.logo1{
		width:140px;
		
		height: 20px;
	}

	.logo1 a{
		display: block;
		position: relative;
		transition:0.3s ease all;
		padding-top: 14.1%;
	}
	
	ul.logoArea span.logo_line{
		width: 1px;
		height: 20px;
		background-color: rgba(255 255 255 / 70%);
		background-color: #939BA0;
	} */

	/* 師培LOGO */
	/* ul.logoArea li.logo2{
		width:60px;
		height: 20px;
	}

	.logo2 a{
		display: block;
		position: relative;
		transition:0.3s ease all;
		padding-top: 32.7%;
	}
	
	.logo2 img{
		width:100%;
		height:auto;
		transition: all 0.3s ease-out;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		float: none;
		width: 100% !important;
		height: 100% !important;
		object-fit: cover;
		transition: all 0.3s ease-out;			
	}  */
}

@media (max-width: 550px){


	.logo ,
	.header.fixed .logo{ /*浮動*/
		/* width: 220px; */
		max-width: unset;
		/* padding: 10px 0; */
		margin: 0;
	}	
		ul.logoArea {
		    gap: 0 10px;
		}
			ul.logoArea span.logo_line{
				width: 1px;
				height: 20px;
			}
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
					
/*================*/
/*----- 版頭右側 -----*/
/*================*/	
	
/* .header_rightArea{
	box-sizing: border-box;
}
		
		
.headerRightT{
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12.5px 0.651vw;
	font-size: clamp(0.875rem, 0.834vw, 1rem);
	line-height: 1.25;
}		

	
@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: 600;
	gap: 0.7813vw;
}
	.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: 20px;
			height: auto;
			object-fit: cover;
		}
			.headerLinkArea span{
				display: inline-block;
			}
		.headerLinkArea a:hover{
			opacity: 0.5;
			transition: 0.3s ease all;
		} */

		


		


						
/*================*/
/*----- 版頭聯絡我們 -----*/
/*================*/

	/* .contact_header{
		font-size: inherit;
		color: #fff;
	}
		.contact_header a {
			font-weight: 600;
			font-size: inherit;
			display: inline-block;
			text-decoration: none;
			color: inherit;
			transition: 0.3s ease all;
		}
		.contact_header a:hover {
			opacity: 0.5;
			transition: 0.3s ease all;
		} */






		
	
@media (max-width: 1100px){	

	/* 版頭右側快速連結 */
	/* ul.headerLinkArea {
		margin: 0;
		font-size: 0.875rem;
	}
		.headerLinkArea img {
			width: 20px;
			display: none;
		} */

}

/* 	
@media (max-width: 550px){	

	ul.headerLinkArea {
		font-size: 12px;
		margin: 0 auto;
		justify-content: unset;
		text-align: center;
	}	
		.headerLinkArea li {
			padding: 0px 5px;
		}
		.headerLinkArea a {
			color: #a7a7a7;
			letter-spacing: 0px;
		}	
			.headerLinkArea img{
				display: none;
			}
			.headerLinkArea span{
				padding: 0;
			}
} */













/*================================================*/
/*----- PC版_搜尋 -----*/
/*================================================*/			




/*PC搜尋區塊------------------------------------------------*/
/* .search_areaPC{
} */
	/*搜尋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 img{
				width: 20px;
				height: auto;
				display: block;
				object-fit: cover;
			}
			.search_iconPC label div:before{
				position: absolute;
				content: '';
				background-color: #3e3a39;
				width: 0%;
				height: 1px;
				bottom: -12px;
				left: 0px;
				opacity: 0;
				transition: 0.2s ease all;
			} */
			
			
		/*hover*/
		/* .search_iconPC:hover label{
			transition: 0.3s ease all;
		}	
		.search_iconPC:hover label div:before{
			background-color:var(--second_color);
			width: 120%;
			opacity:1;
			transition: 0.2s ease all;
		}		
		
		
		


.search_inAreaPC{
	-webkit-transition: top .2s;
	transition: top .2s;
	position: absolute;
	overflow: hidden;
	width: 300px;
	display: none;
	top: 98px; 
	right: -20px;
	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: #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 {
		display:none;
	}
		#search{
			color:#777; 
		}
		@-moz-document url-prefix() { 
			#search{
				color:#ccc;
			}
		}
		.header_search{
			position: relative;
			font-size: 0px;
			background: #fff;
			box-shadow: 0 18px 40px #3333331a;
		}
			.header_search input {
				height: 43px;
				line-height: 43px;
			}
				.header_search input[type='text']  {
					width: 100%;
					border: none;
					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);
							width: 38px;
							height: 43px;
							display: flex;
							align-items: center;
							justify-content: center;
						}
						
							.header_search  i{
							}
							.header_search  img{
								width: 20px;
								height: auto;
							} */	
									
				
	
	
	
	
	
	
	
	
	
	
	
@media (max-width: 1100px){	

	/* .search_areaPC{
		display:none;
	} */
	
	/*版頭商品搜尋*/
	/* .header_search_area {
		display:block;
	} */
	
}
























/*================*/
/*----- 語系 -----*/
/*================*/			
        
  	
	/*語系區塊*/
	/* .Lang_area {
		display: flex;
		align-items: center;
		gap: 0 10px;
	}
	.Lang_area.Pc {
	}	
	.Lang_area.Mob {
		display: none;
		padding: 13px 15px;
	}
		.Lang{
			text-align: center;
		}
			.Lang img{
				width: 20px;
				height:auto;
				object-fit: cover;
			}
		
			.Lang > a {
				color: #fff;
				display: block;
				text-decoration:none;
				padding: 0px 0px 0px 0px;
			}
			 
		
		.nL_in_area{
			display: flex;
			flex-wrap: wrap;
			flex-direction: row;
			align-items: center;
			justify-content: flex-end;
			gap: 0 20px;
			color: #000;
		}
		.Lang_area.Mob .nL_in_area {
			justify-content: center;
		}		
		

			.nL_in{
				text-align: center;
				box-sizing: border-box;
				position: relative;
			}
			.nL_in:before{
				position: absolute;
				content: '';
				background-color: #000;
				width: 1px;
				height: 16px;
				transform-origin: center;
				top: 50%;
				left: -12px;
				-webkit-transform: translateX(0%) translateY(-50%) rotate(28deg);
				transform: translateX(0%) translateY(-50%) rotate(15deg);
			}
			.nL_in_area .nL_in:first-of-type:before{
				display: none;
			}

				.nL_in > a{
					color: inherit;
					display: inline-block;
					font-size: inherit;
					line-height: inherit;
					text-decoration:none;
					font-weight: 400;
					font-size: 19px;
					font-size: clamp(0.875rem, 0.834vw, 1rem);
					opacity: 1;

				} */
				/* active當前模式 */
				/* .nL_in.active > a{
					font-weight: 500;
					opacity: 1;
					color: #000;
				} */
				


			/* .Lang > a:hover ,
			.nL_in > a:hover {
				opacity:0.5;
			}			
	
			
				
	
	
@media (max-width: 1100px){	

	.Lang_area.Pc {
		display: none;
	}	
	.Lang_area.Mob {
		display:block;
		background-color: #cecece
	}

	.header_search input[type='text']  ,
	.header_search input {
	    padding: 0px 50px 0px 10px;
	}
} */
	
	
	
	
	
	
	

/*================================================*/
/*----- 版頭右側面功能 -----*/
/*================================================*/

/* .header_rightArea  .navbar_right{
}
	.header_right_icon_area {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		column-gap: 30px;
	}

		.header_right_icon_area .header_right_icon {
			position: relative;
		} */


			.header_right_icon{
				font-size: clamp(1.0000rem, 0.9896vw, 1.1875rem); /* 16.00px , 0.9896vw , 19.00px */
				position: relative;
			}



			.header_right_icon > a{
				display: flex;
				flex-direction: row;
				align-items: center;
				justify-content: center;
				text-decoration: none;
				color: var(--primary_color);
				text-align: center;
				font-size:inherit;
				transition: 0.3s ease all;
				position: relative;
				padding: 0.625rem 0; /* 10 0*/
				gap: 0.625rem;
			}
			
				/*.navbar_right */
				.header_right_icon .img{
					/* margin-bottom: 10px; */
					position: relative;
					min-width: 1.125rem; /*18*/
					aspect-ratio: 1 / 1;
					margin: auto;
					display: block;
					align-content: center;
				}
					/*.navbar_right */
					.header_right_icon .img img{
						width: 100%;
						height: auto;
						object-fit: cover;
					}
					/*.navbar_right */
					.header_right_icon .img .num{
						background-color: var(--primary_color);
						color: #fff;
						position: absolute;
						right: -1rem; /*-16px*/
						top: -0.6875rem; /*-11px*/
						aspect-ratio: 1;
						/*width: 1.25rem;*/ /*20px*/
						width: clamp(0.8125rem, 0.9375vw, 1.1250rem); /* 13.00px , 0.9375vw , 18.00px */
						display: flex;
						align-items: center;
						justify-content: center;
						text-align: center;
						border-radius: 50%;
						font-size: 0.625rem; /*10px*/
					}

			/*.navbar_right */ 
			.header_right_icon .title{
				/* letter-spacing: 5px; */
				text-align: center;
				color: var(--primary_color);
			}


			








/* 在螢幕放大125%且寬度大於991時，套用這裡的特定樣式 */ 
@media screen and (min-width: 1101px) and (min-height: 500px) and (max-height: 1000px) and (-webkit-min-device-pixel-ratio: 1.25) and (-webkit-max-device-pixel-ratio: 1.49), only screen and (min-resolution: 125dpi) and (max-resolution: 149dpi) {

	.header_right_icon > a{
		/* padding: 22.5px 0; */
	}

}


@media (max-width: 1100px){
	
	.header_right_icon{
		display: none;
	}
	
}





/* 版頭上方下拉------------------- */
.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: 39.5px;
	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;
}

	.header_right_icon: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(.75rem, 0.7292vw, .875rem); /* 字體 最小值 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);
			}



			.header_right_icon.member ul.header_icon_downBg li.fir{ 
				display: grid;
				align-items: center;
				grid-template-columns: repeat(2,1fr);
				position: relative;
			}
			.header_right_icon.member ul.header_icon_downBg .line{ 
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translate(-50% , -50%);
				margin: 0 0px;
			}


			



@media (max-width: 1280px) {	

	/* 版頭上方下拉------------------- */
	.header_right_icon.member .header_icon_down{
		/* left: unset; */
		/* right: 0; */
		/* transform: translateX(0%); */
	}

}








/* 在螢幕放大125%且寬度大於991時，套用這裡的特定樣式 */ 
@media screen and (min-width: 1101px) and (min-height: 500px) and (max-height: 1000px) and (-webkit-min-device-pixel-ratio: 1.25) and (-webkit-max-device-pixel-ratio: 1.49), only screen and (min-resolution: 125dpi) and (max-resolution: 149dpi) {

	/* 版頭上方下拉------------------- */
	.header_icon_down{
		/* top: calc(100% - 2px); */
	}

}


	
@media screen and (min-width: 1101px) {

	.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%);
	}
	
}


	














	
					
/*================*/
/*----- 主按鍵 -----*/
/*================*/


	/* 首頁主按鍵 */
	.navbar{
		/* border-radius: 2.5rem;
		background: #FFF; */
		/* width: 100%; */
		text-align: center;
		font-size: clamp(1.0000rem, 0.9896vw, 1.1875rem); /* 16.00px , 0.9896vw , 19.00px */
		display: flex;
		/* gap: 0 20px; */
		gap: 0;
		column-gap:clamp(0.9678rem, 1.5625vw, 1.8750rem); /* 15.48px , 1.5625vw , 30.00px */
		/* font-size: 19px; */
	}
	
		.navbar .wrap{
			display: flex;
			flex-direction: row;
			/* align-items: center; */
			justify-content: space-around;
			padding: 0px 0;
		}
				
			.nav > a:before {
				position: absolute;
				content: '';
				background-color: #ddd7f3;
				width: 1px;
				height: 20px;
				top: 50%;
				right: 0;
				transform: translateX(0%) translateY(-50%);
			}		
			.nav:nth-last-of-type(2) > a:before ,
			.nav:last-child > a:before{
				display: none;
			}	
					
			



		.nav{
			/* float: left; */
			box-sizing: border-box;
			/* width: calc(100% / 13); */
			position: relative;
			text-align: center;
			font-size: inherit;
			display: flex;
			justify-content: center;
		}
		.navTitle {
			display: flex;
		}
		.nav > a ,
		.nav .navTitle > a{
			text-decoration: none;
			color: var(--dark_color);
			transition: 0.3s ease all;
			position: relative;
			font-weight: 400;
			line-height: inherit;
			font-size: inherit;
			
			display: flex;
			align-items: center;
			flex-grow: 1;
			/* padding: 10px 20px; */
			padding: 0.625rem 0; /* 10 0*/
		}


			.nav > a:hover ,
			.nav .navTitle > a:hover{
				transition: 0.3s ease all;
			}



			/*外連的樣式附加nav2*/
			.nav2 {
				
			}
			.nav2 .navTitle{
				
			}
			.nav2 .navTitle > a{
				background-color: var(--primary_color);
				color: #fff;
				border-radius: 3.125rem;
				padding-left: 0.625rem; /*10px*/
				padding-right: 0.625rem; /*10px*/
				gap: 0.3125rem; /*5*/
			}
			.nav2.cart .navTitle > a{
				background-color: var(--second_color);
			}
			.nav2 .navTitle img{
				width: 100%;
				max-width:clamp(0.9678rem, 1.5625vw, 1.8750rem); /* 15.48px , 1.5625vw , 30.00px */
				height: auto;
			}




			
		/*手機才出現*/
		.nav.navMobile{
			display: none;
		}
		
			/*hover*/
			.nav:hover > a {
				transition: 0.3s ease all;
			}
			
			/*主按鍵_下拉選單*/						
			.navOpen {
			}
			.navOpen.pc {
				position:absolute;
				width:180px;
				display:none;
				z-index: 2;
				/*top: 3.73vw;*/  /*71px;*/
				left:50%;
				-webkit-transform: translateX(-50%) translateY(0%);
				transform: translateX(-50%) translateY(0%);
				/*top: clamp(calc(0.875rem + (0.5729vw * 2)), calc(0.9375vw + (0.5729vw * 2)), calc(1.125rem + (0.5729vw * 2)));*/  /*字體 最小值 14px、大小約 0.9375vw、最大值 18px*/
			}							
			
			
			.nav:hover .navOpen.pc {
				display:block;
			}



















			/*.navbar .nav:nth-of-type(4):hover .navOpen.pc {
				display:block;
			}*/							
			/*.navOpen.pc.geneinfo {
				width: 100%;
				position:absolute;
				left: 0;
				top: 80px;
				display: none;
				z-index: 2;
				background-color: rgba(255,255,255,0.9);
				box-shadow: 9px 6px 19px -8px rgba(0,0,0,0.5);
				border-top: 1px solid rgba(0,0,0,0.1);
				
				transition: 0.3s ease all;
			}
							
			
			.header.fixed .navOpen.pc.geneinfo {
				top: 56px;
			}
				.geneinfo_area{
					text-align: center;
					padding: 30px 0px;
				}*/
				
					/*子選單_標題區塊*/
					/*.nav_titArea{
						float: left;
						width: 20%;
						height: 100%;
						box-sizing: border-box;
						padding: 50px 40px;
					}
						.nav_titIn{
							color: #595757;
							font-size: 1.4em;
							text-align: right;
						}*/
						
						
					
					/*子選單_連結列表區塊*/
					/*.nav_inArea{
						float: left;
						width: 80%;
						min-height: 132px;
						box-sizing: border-box;
						padding: 7px 0px 7px 40px;
						border-left: 1px solid #716764;
					}
						.nav_inContent{
							text-align: left;
						}
							.navIn_listArea{
								float: left;
								padding-right: 100px;
								box-sizing: border-box;
							}
								.navIn_list{
									display: inline-block;
									box-sizing: border-box;
									width: 24%;
									padding: 7px 0px;
									text-align: left;
								}
									.navIn_list a{
										display: inline-block;
										color: #595757;
										text-decoration: none;
										font-size: 1em;
										letter-spacing: 0;
									}*/
									/*hover*/
									/*.navIn_list a:hover{
									}*/
							
			
			/*mobile版*/
			.navOpen.mobile {
				display:none;
				opacity:0;
				z-index:-999999;
				position: absolute;
			}	
			
			/*hover*/
			.nav:hover .navOpen.pc {
				display: block;
				
				transition: 0.3s ease all;
			}	
								
				.navOpenBg {
					position:relative;
					background-color: #ddd7f3;
					/*background: rgb(210 5 0 / 0.8);*/

					display: none;
				}
			
					.navOpenList a {
						text-align:center;
						color: inherit;
						padding: 10px 5px;
						transition:0.3s ease all;
						text-decoration:none;
						letter-spacing: 0px;
						display: block;
					}
						.navOpenList > a:hover {
							background-color: var(--primary_color);
							color: #fff;
						}

			
			
					/*.navOpenBg:before {
						position: absolute;
						content:'';
						border-bottom: solid 8px rgba(0,0,0,0.6);
						border-left: solid 12px rgba(255,255,255,0);
						border-right: solid 12px rgba(255,255,255,0);
						top:-8px;
						left:50%;
						margin:0px 0px 0px -12px;
					}*/
					
					.navOpen.pc  .navOpenList a {
					}	
						/*hover*/
						.navOpen.pc  .navOpenList a:hover {
						}
	
	
	
	
			/* 加 sstc PC版寬度滿版 -------------------------*/
			.nav.sstc{
				position: unset;
			}
				.nav.sstc > a{
					position: relative;
				}


				.navOpen.pc.sstc {
					width: 100%;
					position: absolute;
					left: 50%;
					transform: translateX(-50%) translateY(0%);
					/* background-color: rgb(0 0 0 / 70%); */
					z-index: 2;
					/*backdrop-filter: blur(3px);*/  /* 模糊背景*/
					top: calc(100% + 0px);
					padding-top: 10px;
				}


				.sstcWrap {
					display: flex;
					flex-direction: row;
					flex-wrap: wrap;
					vertical-align: middle;
					align-items: stretch;
					align-content: flex-start;
					/* max-width: 1200px; */
					margin: 0 auto;
					padding: 0;
					max-width: 1570px;
					/* width: 95%; */
					overflow-x: hidden;
					overflow-y: auto;
				}
						
				.sstcWrap::-webkit-scrollbar {/*滾動條整體樣式*/
					width: 5px;     /*高寬分別對應橫豎滾動條的尺寸*/
					height: 5px;
				}
				.sstcWrap::-webkit-scrollbar-thumb {/*滾動條裡面小方塊*/
					border-radius: 5px;
					/* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
					background: var(--third_color);
					/*background: #fff0; */
					/* background-image: linear-gradient(to top, #afafaf 0%, #e5e5e5 100%); */
		
					border-radius: 5px; 
				}
				.sstcWrap::-webkit-scrollbar-track {/*滾動條裡面軌道*/
					/* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
					border-radius: 5px;
					background: #fff0;
					/* background: #EDEDED; */
				}	
		


				.sstc_item {
					box-sizing: border-box;
					/*width: 20%;*/
					padding: 0px 5px;
				}
				

				.sstc_list {
					box-sizing: border-box;
					width: 100%;
					padding: 0px 10px 20px;
					text-align: left;
				}
					.sstc_list a{
						color: #fff;
						color: inherit;
						text-decoration: none;
					}
				.sstc_title {
					/* font-size: 18px; */
					/* line-height: 18px; */
					margin: 0px 0px 15px;
					padding: 0px 0px 0px 10px;
					color: #fff;
					color: inherit;
					font-weight: bolder;
					border-left: 2px var(--fourth_color) solid;
					cursor: default;
					font-weight: 400;
				}

					.sstc_title a {
						display: block;
						text-decoration: none;
						color: inherit;
						font-size: inherit; /*字體大小 0.9375vw、最小值 13px、最大值 18px*/
						padding: 10px 5px;
					}

					.sstc_bg{
						font-weight: 400;
						color: var(--fourth_color);
						color: #767676;
						/*font-size: min(max(0.84vw, 0.8125rem), 1rem);*/ /*字體大小 0.84vw、最小值 13px、最大值 16px*/
					}

						.sstc_bg .navOpenList{

						}
							.sstc_bg .navOpenList a {
								text-align: left;
								text-decoration: none;
								color: inherit;
								font-size: inherit;
							}
							.sstc_bg .navOpenList a:hover ,
							.sstc_list  a:hover {
								opacity: 0.5;
								background-color: transparent;
								/* color: #fff; */
							}

				/* .navOpenList a {
					text-align: center;
					font-size: 14px;
					color: #fff;
					line-height: 22px;
					padding: 10px 0px;
					transition: 0.3s ease all;
					letter-spacing: 0px;
					text-indent: 0px;
					display: block;
				}

				.sstc_bg > .navOpenList a:hover {
					background-color: #133f5800;
					color: #fff;
					transition: 0.3s ease all;
				} */






	
			/* 加 vertical_nav 垂直排列 -------------------------*/
			.nav.vertical_nav{
				/* position: unset; */
			}
				
				.nav.vertical_nav .sstcWrap {
					flex-direction: column;
					/* gap: 10px 0; */
					max-width: unset;
					color: #fff;
					background-color: rgb(0 0 0 / 65%);
				}

				.nav.vertical_nav .navOpen.pc .sstcWrap {
					background-color: var(--primary_color);
				}

					.nav.vertical_nav .navOpen.pc.sstc{
						width: 10.3125rem; /*165*/
						font-size: clamp(0.875rem, 0.9115vw, 1.0938rem); /* 14px , 0.9115vw , 17.5px */
					}
						.nav.vertical_nav .sstc_title {
							margin: 0;
							padding: 0px;
							border: none;
							border-bottom: 1px var(--fourth_color) solid;
						}
						.nav.vertical_nav .sstc_item:last-of-type .sstc_title {
							border-bottom: none;
						}
						.nav.vertical_nav .sstc_bg{
							margin-top: 10px;
						}
						.nav.vertical_nav .navOpen.pc .sstc_bg{
							display: none;
						}
							.nav.vertical_nav .sstc_item {
								width: 100%;
								padding: 0;
							}








	
	
	
	
	

@media (max-width: 1500px){	

		
		
}	
	

@media (max-width: 1200px){		
	

	
}	





 @media screen and (min-width: 1101px) {

	/*浮動*/
	.header.fixed{
		/* box-shadow: 0px 0px 20px -1px rgba(0,0,0,0.3); */
		transition: 0.3s ease all;
		/* padding: 0px; */
		background-color:#fff;
		/* border-bottom: none; */
	}
	.header.fixed:before {
		/* display:none; */
	}

		.header.fixed > .wrap{
		}

			.header.fixed .logo {
				/* width: 6.25rem; */
			}

			/*----- 版頭右側 -----*/		
			/* .header.fixed .headerRightT{
				display: none;
			} */


			.header.fixed .navbar{
				/* column-gap: 0.625rem; */
			}

				/* .header.fixed  .navbar_background {
					background: transparent;
				}
				.header.fixed  .navbar .triangle {
					display: none;
				} */
				
					.header.fixed .nav {
						/* width: auto; */
					}
						.header.fixed .nav > a ,
						.header.fixed .nav .navTitle > a{
							/* color: #000; */
							/* padding: 15px 0px; */
						}
						.header.fixed .nav > a:before ,
						.header.fixed .nav .navTitle > a:before{
							display: none;
						}



				.navOpen.pc .sstcWrap:before {
					position: absolute;
					content: '';
					/* border-bottom: solid 8px rgba(0, 0, 0, 0.65); */
					border-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: 2px;
					left: 50%;
					transform: translateX(-50%);
				}

				
				.header.fixed .navOpen.pc.sstc {
				}


				.nav > a, .nav .navTitle > a {
					white-space: nowrap;
				}
				.nav .navTitle.arrow_down > a::after{
					position: absolute;
					content: "";
					background-image: url(../images/bottom_arrow_icon.svg);
					background-repeat: no-repeat;
					background-position: center center;
					background-size: 99.9%;
					transition: 0.3s ease all;
					z-index: 0;
					right: clamp(0.6452rem, 1.0417vw, 1.25rem); /* 10.32px , 1.0417vw , 20.00px */
					top: 50%;
					transform: translateY(-50%);
					transform-origin: center center;
					width: 0.9375rem; /*15*/
					aspect-ratio: 2 / 1;
					height: auto;
					display: flex;
					justify-content: center;
					align-items: center;
					/* background-color: #333; */
					display: none;
				}


}



/* 在螢幕放大150%且寬度大於991時，套用這裡的特定樣式 */ 
@media screen and (min-width: 1101px) and 
(min-height: 500px) and (max-height: 740px) and 
(-webkit-min-device-pixel-ratio: 1.5), only screen and 
(-o-min-device-pixel-ratio: 150/100){
	.navOpen.pc.sstc {
		/* top: 158px; */
	}
	.header.fixed .navOpen.pc.sstc {
        /* top: 42px; */
    }
}



@media (max-width: 1100px){
	.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:63.7px 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;
			}		
		
		/* 首頁主按鍵_下 */
		/* .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:not(.nav2) .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;
				}
				
				/* .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;
				}
					.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;
							font-weight: 400;
							/* background-color: var(--fifth_color); */
						}

					.mobile.sstc .sstc_bg{
						display: none;
					}
						.mobile.sstc .navOpenList > a {
							padding-left: 45px;
						}




		/*垂直排列*/
		.nav.vertical_nav .sstc_bg {
			margin-top: 0px;
		}


		/* .nav.sstc > a ,
		.nav.vertical_nav > a 
		.nav.arrow_down > a  , */
		.nav .navTitle.arrow_down{
			padding-right: 40px;
			position: relative;
		}
			.nav .navTitle > a{
				/* margin-right: 45px; */
			}

		.mobile.sstc .sstc_title.arrow_down{
			position: relative;
		}
			.mobile.sstc .sstc_title.arrow_down > a{
				margin-right: 45px;
				/* background: #ddd; */
			}


		/* .nav.sstc > a::after ,
		.nav.vertical_nav > a::after 		
		.nav.arrow_down > a::after ,*/
		.nav .navTitle.arrow_down::after ,
		.mobile.sstc .sstc_title.arrow_down::after  {
			position: absolute;
			content: "";
			background-image: url(../images/bottom_arrow_icon.svg);
			background-repeat: no-repeat;
			background-position: center center;
			background-size: 18px;
			transition: 0.3s ease all;
			width: 18px;
			height: calc(18px / 2);
			z-index: 0;
			right: 0;
			top: 50%;
			transform: translateY(-50%);
			transform-origin: center center;
			width: 33px;
			height: 33px;
			display: flex;
			justify-content: center;
			align-items: center;
			/* background-color: #333; */
		}
		

		/* .nav.sstc.active > a::after ,
		.nav.vertical_nav.active > a::after
		.nav.arrow_down.active > a::after , */
		.nav.active .navTitle.arrow_down::after ,
		.mobile.sstc .sstc_title.arrow_down.active::after  {
			transform: translateY(-50%) rotate(180deg);
		}

}








	
	

@media (max-width: 550px){
	
	/*主按鍵*/
	/* .inbody .navbar ,*/
	.navbar{
		width: 100%;
		right: -100%;
		/* padding: 87px 0 0; */
	}	
		/*.inbody .header.fixed .navbar,*/
		.header.fixed .navbar{
			width: 100%;
			padding: 46px 0px 0;
		}
		
		/*.inbody .navbar.active ,*/
		.navbar.active{
			right: 0px;
		}
	
}










/* 搜尋的廣告區塊如果要隱藏，只要針對此 class 下隱藏樣式即可 */
.gsc-adBlock{
	display: none;
}














