





/*========================================================*/
/*-------放置版頭_導盲磚--------*/
/*========================================================*/

/* 導盲磚_跳到版頭內容 -----------------*/
.tactile_paving_header {
	z-index: 9;
	/* right: 21%; */
  left:5%;
}
/* ALT+U_跳到主要內容區塊 -----------------*/
.tactile_paving {
  z-index: 8;
  transform: translateY(20px);
}

.tactile_paving_header,
.tactile_paving {
  position: absolute;
  font-size: 0.7em;
  color: #fff0;
 
}

.tactile_paving_header a,
.tactile_paving a {
  color: #fff0;
  display: block;
  text-decoration: none;
}

.tactile_paving_header a:focus,
.tactile_paving_header a:hover,
.tactile_paving a:focus,
.tactile_paving a:hover {
  color: #000;
}


.tactile_paving {
    z-index: 8;
    transform: translateY(0px);
    position: absolute;
    font-size: 0.7em;
    color: #fff0;
}





/*========================================================*/
/*-------放置版頭_導盲磚--------*/
/*========================================================*/

/* 導盲磚_跳到版頭內容 -----------------*/
/* .tactile_paving_header {
  z-index: 9;
} */
/* ALT+U_跳到主要內容區塊 -----------------*/
/* .tactile_paving {
  z-index: 8;
  transform: translateY(20px);
}

.tactile_paving_header,
.tactile_paving {
  position: absolute;
  font-size: 0.7em;
  color: #fff0;
}

.tactile_paving_header a,
.tactile_paving a {
  color: #fff0;
  display: block;
  text-decoration: none;
}

.tactile_paving_header a:focus,
.tactile_paving_header a:hover,
.tactile_paving a:focus,
.tactile_paving a:hover {
  color: #000;
} */

/*========================================================*/
/*-------字級大小轉換--------*/
/*========================================================*/

.htmlFontSizeA {
  font-size: 0.9em;
}

.htmlFontSizeA #fontA {
  border: #5f6267 0.0625em solid;
}

.htmlFontSizeB {
  font-size: 1em;
}

.htmlFontSizeB #fontB {
  border-color: #5f6267;
}

.htmlFontSizeC {
  font-size: 1.2em;
}

.fontSize_listArea {
  display: flex;
  align-items: center;
  position: absolute;
  /* left: 0;
	top: 20px; */
  right: 0;
  top: 36px;
}

.fontSize_list {
  padding-right: 25px;
}
.fontSize_list:last-of-type {
  padding-right: 0px;
}
.fontSize_list a {
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  border: #ffffff00 0.0625em solid;
  text-decoration: none;
  position: relative;
  font-size: 0.75em;
  color: #fff;
  font-weight: 700;
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;
}

.fontSize_list img {
  width: 80%;
  height: auto;
  display: block;
}
.fontSize_list img.pc {
  display: block;
}
.fontSize_list img.mobile {
  display: none;
}

.fontSize_list a:hover {
  opacity: 0.8;
  transform: scale(0.9);
  transform-origin: center;
  transition: 0.3s ease all;
}

.fontSize_list a:focus {
  border-color: var(--fourth_color) !important;
  background-color: var(--fourth_color) !important;
  z-index: 5;
}

@media (max-width: 1600px) {
  /* @media (max-width: 1440px){ */

  /*-------字級大小轉換--------*/
  .fontSize_listArea {
    top: 26px;
  }
}

@media (max-width: 1100px) {
  /*-------字級大小轉換--------*/
  .fontSize_listArea {
    left: unset;
    right: 0;
    top: -29px;
  }

  .fontSize_list a {
    width: 25px;
    height: 25px;
  }
  .fontSize_list img.pc {
    display: none;
  }
  .fontSize_list img.mobile {
    display: block;
  }

  .htmlFontSizeA #fontA,
  .htmlFontSizeB #fontB {
    border-color: #fff;
  }
}

@media (max-width: 640px) {
  /*-------字級大小轉換--------*/
  .fontSize_list {
    padding-right: 10px;
  }
}

#top {
  position: absolute;
  top: -100%;
}

.headertop {
  border-top: 0 solid #fff0;
}

.headerArea {
  /* position: relative; */
  position: fixed; 
	top: 0px;
	left:0px;
  width: 100%;
  z-index: 5;
  box-shadow: 0px 0px 20px -1px rgba(0, 0, 0, 0.3);
}

/*浮動*/
.headerArea.fixed {
  box-shadow: 0px 0px 20px -1px rgba(0, 0, 0, 0.3);
  transition: 0.3s ease all;
  /*padding: 0px;
	background-color: #fff;*/
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 99;
}

/* 檔案管理人員專業認證 */
.pofessional_certificationArea {
}
.pofessional_certificationArea strong {
  color: var(--primary_color);
  /* font-size: 1em; */
  font-size: 1.5em;
  line-height: 1;
  font-weight: 500;
  display: block;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.pofessional_certificationArea.pofessional_pc {
  display: block;
  position: absolute;
  /* top: 42px; */
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
}
.pofessional_certificationArea.pofessional_pc strong {
  color: var(--primary_color);
}

.pofessional_certificationArea.pofessional_mobile {
  display: none;
  background-color: var(--primary_color);
  padding: 5px 0;
}
.pofessional_certificationArea.pofessional_mobile strong {
  color: #fff;
}

/*浮動*/
.headerArea.fixed .pofessional_certificationArea {
  display: none;
}

/*-------版頭----------------------------------------------------------------------------*/
.header {
  position: relative;
  background-color: #fff;
  z-index: 99;
}

.header .wrap {
  /*max-width:900px;*/
  /*max-width: 1100px;*/
}

/*手機menu按鍵*/
/*.menu_btn {
			position:absolute;
			width:20px;
			top: 50%;
			right: 0px;
			cursor:pointer;
			display:none;
			z-index: 1000;
			margin: -13px 0px 0px;
		}
			.menu_btn span {
				display:block;
				background: #000;
				height:4px;
				margin: 4px 0px;
				transition:0.3s ease all;
			}*/
/*點擊*/
/*.menu_btn.active {
					width: 30px;
					top: 0%;
					position: fixed;
					-webkit-transform: translateX(20%) translateY(33%);
					transform: translateX(20%) translateY(33%);
				}
					.menu_btn.active span {
						background:var(--primary_color);
					}
					.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按鍵*/
.menu_btn {
  position: absolute;
  width: 20px;
  top: 50%;
  right: 0%;
  -webkit-transform: translateX(0%) translateY(-50%);
  transform: translateX(0%) translateY(-50%);
  cursor: pointer;
  display: none;
  z-index: 1000;
}
.menu_btn span {
  display: block;
  /*background: #fff;*/
  background: var(--primary_color);
  height: 4px;
  margin: 4px 0px;
  transition: 0.3s ease all;
  border-radius: 0.1875em;
}
/*點擊*/
.menu_btn.active {
  width: 30px;
  /* top: 23px; */ /*因新logo樣式影響*/
  right: 5%;
  position: fixed;
  -webkit-transform: none;
  transform: none;

  /* top: 33px; */
  /* top: 14px; */
  top: 8px;
}
.menu_btn.active span {
  background: #fff;
  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;
}

.header .wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* max-width: 93.75rem; */
  max-width: 81.25rem; /* 20250923 修改 */
  width: 95%;
}
/*logo*/
.logo {
  /* width: 450px;
			padding: 30px 0px 15px; */ /*新logo樣式*/
  box-sizing: border-box;
  /* margin: 0 auto; */
  /* width: 203px; */
  padding: 25px 0px 10px;
  padding: 15px 0;
  margin: 0;
  width: 25%;
  /* max-width: 300px; */


  max-width:clamp(9.6777rem, 15.625vw, 18.75rem); /* 154.84px , 15.6250vw , 300px */
}

/* 現行logo */
.oldLogo {
}
/* 新logo */
.newLogo {
  display: block;
}
.logo h1 {
  padding: 0px 0px;
  margin: 0 auto;
  display: block;
  font-size: inherit;
  line-height: 1;
}

.logo a {
  display: block;
  transition: 0.3s ease all;
}

.logo a:hover {
  opacity: 0.7;
  transition: 0.3s ease all;
  transform: scale(0.8);
}
.logo img {
  width: 100%;
  height: auto;
}

.logo img.pc_logo {
}
.logo img.mobile_logo {
  display: none;
}

/*.logo_s {
				}
				.logo_b {
					display:none;
				}*/

/*logo的閃光*/
/*.logo_flash {
				position:absolute;
				width:20px;
				height:86px;
				background: rgba(255,255,255,0.8);
				top:3px;
				left:-25px;
				transform:rotate(20deg);
				transform-origin:center;
				box-shadow: 0px 0px 10px #FFF;
				pointer-events: none;
			}
				.logo_flash_hover {
					left:482px;
					transition:0.4s ease all;
				}*/

/*版頭右*/
.headerRight {
  /*float:right;*/
  box-sizing: border-box;
  padding-top: 0;
  position: relative;
  /* width: 80%; */
  /* max-width: 1030px; */
  padding-right: clamp(2.9033rem, 4.6875vw, 5.6250rem); /* 46.45px , 4.6875vw , 90.00px */
}
/*版頭右上*/
/*.headerRightTop {
				position: relative;
				text-align: right;
			}*/
/*版頭社群*/
/*.headerRightTop_socialLinkArea {
					float:right;
					padding:0px 7px;
				}
					.hRT_socialLink {
						float:left;
						padding:0px 7px;
					}
						.hRT_socialLink a {
							display:block;
						}
							.hRT_socialLink img {
							}
								.hRT_socialLinkImg1 {
								}
								.hRT_socialLinkImg2 {
									display: none;
								}
									hover
									.hRT_socialLink a:hover .hRT_socialLinkImg1 {
										display:none;
									}
									.hRT_socialLink a:hover .hRT_socialLinkImg2 {
										display: block;
									}*/

/*電腦版頭語系*/
/*.lang_pc{
					border-top: 0px;
					z-index:999;
					
					display: inline-block;
					float: right;
					
					color: #fff;
					background: #e9e9e9;
					
					position: relative;
    				right: -12px;
				}
				
					.lang_pc > a{
						display: block;
						padding: 7px 26px 7px 12px;
						background-color: transparent;
						color: #000000;
						text-align: center;
						text-decoration: none;
						position: relative;
						
						box-sizing: border-box;
					}
					.lang_pc > a:after{
						position: absolute;
						content: '';
						border-top: solid 0.375em #c3c1c1;
						border-left: solid 0.1875em rgba(255,255,255,0);
						border-right: solid 0.1875em rgba(255,255,255,0);
						top: 10px;
						right: 10px;
					}
					
					.nL_in{
						display:none;
						
						position: fixed;
   						width: 90px;
						z-index: 1000;
					}
						.nLI_list{
							text-align:center;
						}
							.nLI_list a{
								display:block;
								color:#fff;
								padding:8px;
								background-color: rgba(0,0,0,0.65);
								text-decoration:none;
		
							}
							.nLI_list:hover a{
								background-color: var(--primary_color);
							}*/

/*手機板語系一開始隱藏*/
/*.lang {
						display:none;
						float:right;
					}
					.langLink {
						position:relative;
						float:left;
						padding:0px 10px;
					}
					.langLink:nth-of-type(2) {
						padding-left:15px;
						padding-right:15px;
					}
						.langLink:after {
							content:'/';
							position:absolute;
							top:4px;
							right:0px;
						}
							.langLink:nth-of-type(2):after {
								display:none;
							}
							
						.langLink a {
							display:block;
							text-decoration:none;
							font-size:0.875em;
							line-height:1.375em;
							color:#8c8c8c;
						}
							.langLink a:hover, .langLink.active a {
								color:#0048dc;
							}*/

/* Sitemap新增在版頭 modify by Judy 20240726  */
.headerSitemap {
  position: absolute;
  top: 0;
  right: 0;
}

.headerSitemap a {
  display: flex;
  text-decoration: none;
  /* color: #5f6267; */
  color: #fff;
  font-size: 1.125em;
  align-items: center;
  box-sizing: border-box;
  font-weight: 300;
  display: inline-block;
  padding: 1px 10px 5px;
  background-color: var(--primary_color);
  border-radius: 0 0 5px 5px;
}
.headerSitemap a:hover {
  opacity: 0.5;
  transition: 0.3s ease all;
}

.headerRightT {
  /*position:relative;*/
  position: absolute;
  /* right: 0;
    top: 20px; */
  right: 170px;
  top: 39px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

/*版頭會員區塊--------------------------------------------*/

.headerMember {
  padding-left: 25px;
  /*position:absolute;
	top:20px;
	right:0px;*/
}
.headerMember a {
  display: flex;
  text-decoration: none;
  color: #5f6267;
  font-size: 1.125em;
  /* vertical-align: middle; */
  align-items: center;
}
/*.headerMember i{
		color:#5f6267;
		font-size: 1.875em;
    	line-height: 1.625em;
		font-weight: lighter;
		vertical-align: middle;
	}*/

/*img.headerMemberIcon{
		width:26px;
		height:auto;
		display:inline-block;
		vertical-align: -24%;
		box-sizing:border-box;
	}
	
	img.headerMemberIcon path {
	 	fill:#F00;
	}*/

.headerMemberIcon {
  width: 22px;
  height: auto;
  /* display:inline-block;
		vertical-align: -24%;
		box-sizing:border-box;
		width: 26px;
		height: 26px;
		background-image:url(../images/person-black.svg);
		background-position:center;
		background-repeat:no-repeat;
		background-size:cover; */
  margin-right: 5px;
}
.headerMemberIcon img {
  width: 100%;
  height: auto;
}
.headerMemberEmployee .headerMemberIcon {
  /* background-image:url(../images/face-black.svg);
		background-position:center;
		background-repeat:no-repeat;
		background-size:cover; */
}

.headerMember span {
  /* display:inline-block; */
  box-sizing: border-box;
  /* vertical-align: middle; */
  /* font-weight: 500; */
  font-weight: 300;
}

.headerMember a:hover {
  opacity: 0.5;
  transition: 0.3s ease all;
}

.headerMemberEmployee {
  /*right:135px;*/
  padding-left: 0px;
}

.headerMember.login {
  display: flex;
  align-items: center;
}
.headerMember.login a {
  padding-right: 5px;
}

/* 改成最後一個不加 border by jung 20241203 start */

.headerMember.login a:not(:last-child) {
  margin-right: 5px;
  border-right: 0.0625em var(--third_color) solid;
}

/* 改成最後一個不加 border by jung 20241203 end */

.headerMember.login a:last-of-type {
  padding-right: 0px;
}

/*PC版_搜尋區塊--------------------------------------------*/
/*================================*/
/*----- 版頭搜尋區塊 -----*/
/*================================*/
.search_areaPC {
	position: absolute;
	right: 3.5%;
	top: 50%;
	transform: translateY(-50%);
}

.header.header_in .search_areaPC {
	top: 56px;
}
/*搜尋icon*/
button.search_iconPC {
  appearance: none;
	background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}


.search_iconPC label {
	position: relative;
	display: block;
}

.search_iconPC label div {
	position: relative;
	display: block;
}

.header.fixed .search_iconPC label div svg {
	fill: #000;
}
.search_iconPC div svg {
	/* width: 18px; */
	/* height: 18px; */
	display: block;
	/* fill: #000; */
  /* width: 1.875rem; */
  /* height: 1.875rem;   */

  width: clamp(0.9678rem, 1.5625vw, 1.8750rem); /* 15.48px , 1.5625vw , 30.00px */
  aspect-ratio: 1;
}

  .search_iconPC .st0 {
    fill: none;
    stroke: #06192a;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5px;
  }

/*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: 21.875em;
	/* max-width: 350px; */
	/* max-width: 100%; */
	display: none;
	top: 67px;
	right: 0px;
	background: #fff;

	box-sizing: border-box;
	padding: 5px 15px 5px 40px;
  z-index: 10;
}
.htmlFontSizeA .search_inAreaPC {
	width: 28.125em;
}
.htmlFontSizeC .search_inAreaPC {
	top: 1.5625em;
}
.search_inAreaPC.active {
    display: block;
}

/*搜尋類別*/
/* .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; */
  padding:0px 35px 0px 10px;
	box-sizing: border-box;
}

.search_inBoxPC input[type="search"] {
	background: transparent;
	border: 0px;
	color: #333;
	font-size: .8125em;
	font-weight: bold;
	line-height: 22px;
	height: 30px;
	padding: 0px;
  padding-left: 15px;
	border-radius: 0;
	width: 100%;
	border-bottom: 1px solid #c3c3c3;
}

.search_inBoxPC input[type="search"]:focus {
	border: 0px;
}

/* modify by peggy 20250624 start */
.search_inBoxPC button[type="submit"] {
	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="submit"] svg {
	width: 15px;
	height: 15px;
	display: inline-block;
	/* color: var(--primary_color); */
	color: #fff;
}
/* modify by peggy 20250624 end */

.search_inBoxPC .search_closePC {
	z-index: 2002;
	color: #3e3a39;
	position: absolute;
	left: -40px;
	/* top: -10px; */
	top: 50%;
	transform: translateY(-50%);
	text-decoration: none;
  cursor: pointer;
}

.search_inBoxPC span {
	display: inline-block;
	vertical-align: middle;
}

.search_closePC {
	font-size: 22px;
	font-weight: lighter;
}

.search_inBoxPC span svg {
	width: 15px;
	height: 15px;
	fill: var(--primary_color);
}
button.search_closePC{
  appearance: none;
  background-color: var(--primary_color);
  border: none;
  width: 40px;
  height: 40px;
  
}




.header.fixed .search_areaPC {
	top: 41px;
}
  .search_areaMB {
    display: none;
  }


@media (max-width: 1350px){
  .search_areaPC {
    
/* right:22px; */
    
/* top: 9px; */
  }
  .search_iconPC div svg {
    width: .9375rem;
    height: .9375rem;
    
  }
  .search_inAreaPC {
    top: 49px;
  }
}

@media (max-width: 1100px){

  .search_areaPC{
    display: none !important; /*手機時須關閉*/
  }
  .search_iconPC{
    display: none;
  }
    .search_areaMB {
    position: unset;
    display: block;
  }
  .search_iconMB{
    display: none;
  }
  .search_closeMB{
    display: none;
  }
  	.search_inAreaMB {
		position: unset;
		width: auto;
		max-width: unset;
		display: block;
		top: unset;
		right: unset;
		padding: 0px 0px;
	}
  .search_inBoxMB {
        position: relative;
  }
  .search_inBoxMB button{
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        background-color: #fff0;
        display: flex;
        align-items: center;
        border: none;
        
  }
  .search_inBoxMB button svg{
      flex:1;        
  }
   .search_inBoxMB button svg .st0 {
    fill: none;
    stroke: #06192a;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5px;
  }

}


/*================*/
/*----- 購物車 -----*/
/*================*/

/*pc_購物車*/
.pc_cart_area {
  position: absolute;
  top: 14px;
  right: 40px;
}
.pc_cart_area > a {
  display: block;
  font-size: 0.75em;
  color: #e0e0e0;
  text-decoration: none;
  transition: 0.3s ease all;
  border-radius: 1.875em;
  padding: 5px;
  vertical-align: middle;

  position: relative;
}
.pc_cart_area i {
  font-size: 1.125em;
  vertical-align: middle;
  position: relative;
  transition: 0.3s ease all;
  color: #fff;
}

.pcMember_Quantity {
  border-radius: 100%;
  color: #fff;
  text-align: center;
  font-size: 0.75em;
  width: 22px;
  line-height: 1.375em;
  background: #757575;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0px;
  top: -5px;
  right: -15px;
  transition: 0.3s ease all;
  position: absolute;
}

/*hover*/
.pc_cart_area a:hover {
  opacity: 0.5;
  /*background-color: #e3e3e3;*/
  transition: 0.3s ease all;
}

/*購物車+詢價車選單*/
.pc_cart_listArea {
  z-index: 2;
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  width: 130px;

  top: 38px;
  border-radius: 0.25em;

  left: 50%;
  margin: 0px 0px 0px -64px;
}
.pc_cart_listArea.show {
  display: block;
}
.pc_cart_list {
  float: none;
}
.pc_cart_list > a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 0.9375em;
  line-height: 1.3125em;
  text-align: center;
  padding: 11px 0px;
}
.pc_cart_list a:before {
  display: none;
}

/*hover*/
.pc_cart_list:hover a {
  color: #fff;
  background-color: #d23940;
}

/*搜尋mobile-----------------------------------------*/
.siteSearch {
  display: none;
  position: relative;
  /*padding-left: 52px;*/
}

.siteSearch_left {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 30px;

  display: none;
}
.siteSearch_left select {
  font-size: 0.75em;
  color: #333;
  padding: 11px 18px 11px 7px;
  border-radius: 0;
  border: none;
  border-right: 0.0625em #dadada solid;
}

.siteSearchBg {
  border-radius: 0px;
  position: relative;
  box-sizing: border-box;
  padding-right: 30px;
  background: #fff;
  width: auto;
}
.siteSearchBg input[type="text"] {
  border: none;
  background: none;

  height: 38px;
  line-height: 2.375em;
  font-size: 0.9375em;
}
.siteSearchBg label {
  position: absolute;
  top: 0px;
  right: 0px;
  box-sizing: border-box;

  height: 38px;
  padding: 10px 6px;
}
.siteSearchBg i {
  font-size: 1.125em;
  color: var(--primary_color);
}
.siteSearchBg input[type="submit"] {
  display: none;
}

/*搜尋區塊*/
/*.search_area{
					display: none;
					float: right;
					padding: 10px 0px 0px 0px;
					box-sizing: border-box;
				}
					.search_categoryArea{
					    display: inline-block;
						z-index: 2;
					}
						.search_categoryArea select{
					     	width: 75px;
							font-size: 0.75em;
							color: #5e5e5e;
							border: 0.0625em solid #d3d4d4;
							padding: 0px 13px;
							text-align: center;
							height: 30px;
							cursor: pointer;
							background: #fff url(../images/select_arrow2.png) no-repeat;
							background-size: 1.125em;
							background-position: 50px 8.5px;
							padding-right: 25px !important;
						}
						
					.search_inArea {
						position: relative;
						top: 0;
					    display: inline-block;
					}
						.search_inArea input[type='text']{
							height: 30px;
							line-height: 1.875em;
							font-size: 0.75em;;
							border-right:0;
							background:#fff;
							padding: 0px 40px 0px 16px;
							color: #333;
							border: solid 0.03125em #d3d4d4;
							width: 265px;
						}
						.search_inArea label{
							width: 35px;
							height: 30px;
							cursor: pointer;
							transition: 0.3s ease all;
							position: absolute;
							right: 0px;
							top: 0px;
						}
						
						
							.search_inArea i{
								position: relative;
								right: 6px;
								top: 5px;
								z-index:10;
								color: #a3a4a4;
								font-size: 1.25em;
							}
							.search_inArea i:hover{
								opacity:0.7;
								transition: 0.3s ease all;
							}
							.search_inArea input[type='submit']{
								width: 35px;
								height: 30px;
								cursor: pointer;
								transition: 0.3s ease all;
								position: absolute;
								right: 0px;
								top: 0;
								background: rgba(255,255,255,0);
							}*/

/*主按鍵----------------------------*/
.navbar {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  max-width: 655px;
  max-width: unset;
  width: 100%;
  margin: 0 auto;
  font-size: 1.125em;
  color: #06192a;
  /* width: calc(100% - 1.875rem *2); */
  margin: 0;
  column-gap: clamp(0.4839rem, 0.7813vw, 0.9375rem); /* 7.74px , 0.7813vw , 15.00px */
}
.nav {
  /* width: calc(100% / 8); */
  /*width: 20%;*/
  /* float: left; */
  box-sizing: border-box;
  position: relative;
  transition: 0.3s ease all;
  /* flex: 1; */
  /* white-space: nowrap; */
  /* width: fit-content; */
}

/*當螢幕 990px 才會出現*/
.nav.MB {
  display: none;
}
.nav a {
  display: block;
  /*display: inline-block;*/
  text-decoration: none;
  position: relative;
}
.nav > a,
.nav_title a {
  text-align: center;
  /*padding: 20px 10px 20px;*/
  /*padding: 10px 5px;*/
  /* padding: 20px 28px ; */
  color: inherit;
  font-family: var(--mandarin_font2); /* 20250923 換字型 */
  font-weight: 400;
  transition: 0.3s ease all;
  position: relative;
  padding: 43px 0px;
  white-space: nowrap;
}
.nav > a:hover {
  color: var(--primary_color);
  transition: 0.3s ease all;
}

.nav_title {
  padding: 0 28px;
  padding: 0;
}

.nav.arrow .nav_title {
  padding-right: 0.9375rem;
}

.nav_title_arrow {
  width: 0.625rem;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center;
  transition: 0.3s ease all;
  cursor: pointer;
  /* width: 28px; */
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* display: none; */
  /* visibility: hidden; */
  border: none;
  background: transparent;
  cursor: pointer;
}
.nav_title_arrow:hover {
  opacity: 0.5;
}
.nav_title_arrow img {
  /* width: 15px; */
  height: auto;
}

.nav_title.active .nav_title_arrow {
  /* transform: translateY(-50%) rotate(180deg); */
}

.nav_title_arrow_pc {
  width: .625rem;
}
.nav_title_arrow_mobile {
  width: 0.9375rem;
  display: none;
}

/*.nav_top{
						position: relative;
					}
					.nav_top > a {
						text-align: center;
						font-size: 1.125em;
						color: #5f6267;
						font-weight:bold;
						text-decoration:none;
						padding: 20px 5px 20px 5px;
					}
					
					.nav_top > span {
						position: absolute;
						top: 50%;
						right:5px;
						-webkit-transform: translateX(0%) translateY(-50%);
						transform: translateX(0%) translateY(-50%);
						transition: 0.3s ease all;
						color: #5f6267;
						font-size:1.125em;
					}
					
					.nav_top:hover > a {
						color:var(--primary_color);
						transition: 0.3s ease all;
					}						
					.nav_top:hover span{
						color: #fff;
						opacity:0.5;
						cursor: pointer;
					}*/

/*.nav:hover > a {
						color:#ccc;
						transition: 0.3s ease all;
					}*/

/*.nav > a:before {
						content:url(../images/top_line.png);
						position:absolute;
						left:0px;
						top:0px;
						margin:-6px 0px 0px 0px;
					}*/

/*.nav:nth-child(3) > a:before {
						display:none;
					}*/

/*主按鍵展開*/
.navOpen {
  position: absolute;
  width: 164px;
  display: none;
  z-index: 2;
  /* top: 58px; */
  top: 6.4375rem;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(0%);
  transform: translateX(-50%) translateY(0%);
}
.nav:hover .navOpen{
  /* display: block; */
}
.navOpen.pc {
  /* position:absolute;
    width:164px;
    display:none;
    z-index: 2;
    top: 58px;
    left:50%;
    -webkit-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%); */
}

.nav:hover .navOpen {
  /* display:block; */
}
/* .nav:focus .navOpen {
								display:block;
							} */
/* .nav:hover .navOpen.pc {
								display:block;
							} */

/* .nav.sstc{
					position:static;
				}		
							
				.navOpen.pc.sstc {
					width: 100%;
					position: absolute;
					left: 0;
					top: 145px;
					-webkit-transform: translateX(0%) translateY(0%);
					transform: translateX(0%) translateY(0%);
					background-color: rgba(0, 0, 0, 0.75);
					transition: 0.3s ease all;
					z-index: 2;
				} */

/* .sstcWrap{
						display: flex;
						flex-direction: row;
						flex-wrap:wrap;
						vertical-align: middle;
						align-items: stretch;
						align-content:flex-start;
						max-width: 1100px;
						margin: 0 auto;
						padding: 25px 0px 25px;
					}
					
					.sstc_List{
						box-sizing: border-box;
						width: 16.6%;
						padding: 0px 10px 20px;
					}
                                    
						.sstc_ListTitle{
							font-size: 1em;
							line-height: 1.125em;
							margin: 0px 0px 15px;
							padding: 0px 0px 0px 10px;
							color: var(--primary_color);
							font-weight: bolder;
							border-left: 0.1875em var(--primary_color) solid;
							cursor: default;
						}
						.sstc_ListTitle a{
							display:block;
							text-decoration:none;
							color:var(--primary_color);
						}						
						.sstc_ListTitle a:hover{
							opacity:0.5;
							cursor: pointer; 
						}
						.sstc_bg{
						}
							.sstc_bg .navOpenList{
							}
							
							.sstc_bg > .navOpenList a{
								text-align:left;
								padding:10px 0px 10px 15px;
								background: rgba(0,0,0,0.0);
							}
								.sstc_bg > .navOpenList a:hover {
									background-color: var(--primary_color)00;
									opacity:0.5;
								} */

/*.sstc_area{
						text-align: center;
						padding: 30px 0px;
						
						display: flex;
						flex-direction: row;
						flex-wrap: nowrap;
						vertical-align: middle;
						align-items: stretch;
						justify-content: space-between;
					}*/

/*子選單_標題區塊*/
/*.nav_titArea{
							width: 40%;
							box-sizing: border-box;
							padding: 41px 30px 30px 0px;
						}
							.nav_titIn{
								color: #898989;
								font-size: 1.4375em;
								text-align: right;
							}*/

.navOpen.mobile {
  display: none;
  opacity: 0;
  z-index: -999999;
  position: absolute;
}
.navOpenBg {
  position: relative;
}

.navOpenList {
}
.navOpenList a {
  text-align: center; /* 20250923 navbar下拉選單文字置中 */
  font-size: 0.875em;
  color: #fff;
  line-height: 1.375em;
  /* padding: 10px 0px; */
  padding: 10px 5px;
  background: rgba(0, 0, 0, 0.65);
  transition: 0.3s ease all;

  letter-spacing: 0px;
}
.navOpenList > a:hover {
  background-color: var(--primary_color);
}


@media (max-width: 1350px) {
  /* @media (max-width: 1280px){ */

  .header .wrap {
    /* width: 95%; */
    width: 80%; /* 20250923修改 */
    
  }

  /*logo*/
  .logo {
    width: unset;
    max-width: 150px;
  }

  .lang_pc {
    right: unset;
  }

  /*主按鍵*/
  .navbar {
    gap: 5px;
    font-size: 1em;
    /* width: calc(100% - 1.25rem * 2); */
    /*margin: 0px -5px;*/
    column-gap:clamp(0.3226rem, 0.5208vw, 0.6250rem); /* 5.16px , 0.5208vw , 10.00px */
  }

  .nav > a, 
  .nav_title a {
      padding: 1.625rem 0px;
  }

  .navOpen {
    top: 4.125rem;
    display: none;
  }

  .navOpen.open {
    display: block;
}
  /*.nav > a {
				font-size: 1em;
				padding: 21px 15px 21px 5px;
			}*/
  /*.nav_top > a {
				font-size: 1em;
				padding: 21px 15px 21px 5px;
			}
			
			.nav > a > span {
				right: 0px;
			}*/

  /*.nav > a:before {
				max-width: 6px;
			}*/

  /*.nav > a {
					padding: 41px 5px;
					font-size: 1em;
				}
				
					.navOpen.pc {
						top: 98px;
					}
					
									
					.navOpen.pc.sstc {
						top: 136px;
					}*/

  /*版頭會員區塊--------------------------------------------*/

  /*.headerMember{
	position:absolute;
	top:20px;
	right:0px;
}

.headerMember.headerMemberEmployee {
    right: 100px;
}*/
  .headerMember a {
    font-size: 0.875em;
    line-height: 1.5em;
  }

  /* Sitemap新增在版頭 modify by Judy 20240726  */
  .headerSitemap a {
    /* font-size: 0.875em;
		line-height:1.5em; */
  }
}


@media (max-width: 1350px){
  .headerRight {
    /* width: 90%; */
    /* max-width: 1200px; */
    /* padding-right: 65px; */
  }
}


@media (max-width: 1100px) {

  .header .wrap {
    width: 90%;
    max-width: 65.9375rem;
  }
  /* .header:before {
	height:2px;
} */

  /*logo*/
  .logo {
    padding: 0.625rem 0px;
    margin: 0;
    width: 8.75rem;
  }

  /*手機menu按鍵*/
  .menu_btn {
    display: block;
  }
  .headerArea.active .menu_btn {
    -webkit-transform: translateX(0%) translateY(55%);
    transform: translateX(0%) translateY(55%);
  }

  /*版頭右*/
  .headerRight {
    position: fixed;
    width: 200px;
    top: 0px;
    right: -200px;
    height: 100%;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.72);
    transition: 0.3s ease all;
    padding: 54.5px 0px 0px;
    overflow-y: scroll;
    z-index: 999;
  }
  .headerRight.active {
    right: 0px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
  }

  /*電腦語系消失*/
  .lang_pc {
    display: none;
  }

  /*手機版頭語系*/
  .lang {
    float: none;
    border: none;
    background: #37b6a3;
    border-radius: 0;
    display: block;
  }
  .langLink {
    box-sizing: border-box;
    width: 49.9%;
    text-align: center;
  }
  .langLink a {
    color: #fff;
    padding: 7px 0px;
  }

  .langLink:after {
    top: 12px;
    right: -3px;
    color: #fff;
  }
  .langLink a:hover,
  .langLink.active a {
    color: var(--primary_color);
    font-weight: bold;
  }

  /*搜尋區塊------------------------------------------------*/
  /*.search_areaPC{
					display:none;
				}*/

  /* Sitemap新增在版頭 modify by Judy 20240726  */
  .headerSitemap {
    display: none;
  }

  /*搜尋mobile-----------------------------------------*/
  /*.siteSearch {
					display:block;
				}*/

  /*版頭會員區塊*/
  .headerRightT {
    right: 40px;
    /* top: 8px; */

    top: 50%;
    transform: translateY(-50%);
  }

  /*.headerMember {
					top: 50%;
					right: 40px;
					transform: translateX(0px) translateY(85%);
					-webkit-transform: translateX(0px) translateY(85%);
				}
				.headerMember.headerMemberEmployee {
					right: 135px;
				}*/

  /*pc_購物車*/
  /*.pc_cart_area {
					top: 50%;
					right: 80px;
					transform: translateX(0px) translateY(115%);
					-webkit-transform: translateX(0px) translateY(115%);
				}*/

  /*主按鍵*/
  .navbar {
    margin: 0px;
    padding: 0px;
    border-top: none;
    display: block;
    flex-wrap: unset;
    flex-direction: unset;
    align-items: unset;
    justify-content: unset;
    max-width: unset;
    width: 100%;
  }
  .nav {
    float: none;
    width: auto;
    padding: 0px;
    border-bottom: solid 0.0625em #555;
  }
  .nav:hover .navOpen{
  display: none;
}
  /*當螢幕 990px 才會出現*/
  .nav.MB {
    display: block;
  }
  .lang {
    margin: 0px 0px 5px;
    background-color: #696969;
  }
  .langLink:after {
    top: 14px;
  }
  .langLink a {
    padding: 10px 0px;
  }

  .nav > a,
  .nav_title a {
    border: none;
    border-radius: 0;
    color: #f3f3f3;
    text-align: left;
    font-size: 0.9375em;
    padding: 12px 0px 12px 20px;
  }
  .nav_title {
    padding-right: 40px;
    position: relative;
  }
  .nav_title_arrow {
    /* visibility: unset; */
    z-index: 9;
    width: 39px;
  }
  .nav_title.active .nav_title_arrow {
    transform: translateY(-50%) rotate(180deg);
  }

  .nav_title_arrow_pc {
    display: none;
  }
  .nav_title_arrow_mobile {
    display: inline-block;
  }


  /* .nav_top > a {
					}
					.nav_top > span {
						color: #fff;
						width: 30px;
						text-align: center;
						right: 0;
					}
					.nav.show .nav_top > span {
						-webkit-transform: translateX(0%) translateY(-50%) rotate(180deg);
						transform:translateX(0%) translateY(-50%) rotate(180deg);
						transform-origin:center;
					}	
					
					.nav_top > span:hover{
						cursor: pointer;
					} */

  /*主按鍵展開*/
  .navOpen {
    position: relative;
    width: auto;
    margin: 0px;
    left: 0px;
    top: 0px;
    padding: 0px;
    -webkit-transform: unset;
    transform: unset;
  }
  .nav:hover .navOpen.pc {
    display: none;
    opacity: 0;
    z-index: -999999;
  }

  .nav:hover .navOpen.pc.sstc {
    display: none;
  }

  .navOpen.mobile {
    display: none;
    opacity: 1;
    z-index: 1;
    position: relative;
  }
  .navOpenBg:before {
    margin: 0px;
    left: 15px;
    border-width: 0.5em;
    border-bottom: solid 0.3125em #000;
    top: -5px;
  }
  .navOpenList a {
    text-align: left;
    padding: 12px 15px 12px 20px;
    font-size: 0.875em;
    color: #cacaca;
  }
}

@media (max-width: 768px) {



  /*版頭會員區塊*/
  .headerRightT {
    /* top: 31px; */
  }

  /*版頭右*/
  .headerRight {
    /* padding: 87.3px 0px 0px; */
  }

}

@media (max-width: 640px) {
  .header .wrap {
    width: 90%;
    /* max-width: 90%; */
  }


  .headerMember {
    padding-left: 10px;
  }
}

@media screen and (max-width: 435px) and (min-width: 411px) {
  /* .headerRightT {
		right: 28px;
	} */
  /*點擊*/
  .menu_btn.active {
    /*top: 45px;*/ /*因新logo樣式影響*/
  }
}

@media screen and (max-width: 490px) and (min-width: 375px) {
  /* @media screen and (max-width: 400px) and (min-width: 375px){ */


  .headerRightT {
    transform: scale(0.9) translateY(-50%);
    transform-origin: right;
    right: 27px;
  }

  .headerMember a {
    font-size: 0.625em;
    line-height: 1;
  }
  .headerMemberIcon {
    width: 20px;
    margin-right: 2px;
  }
  .headerMember span {
    font-weight: 500;
  }


}

@media (max-width: 374px) {
  .header .wrap {
    /* max-width: 90%; */
  }

  .logo_flash {
    display: none;
  }


  /*版頭會員區塊*/
  .headerRightT {
    /* top: 12px; */
    right: 28px;
  }

  /*版頭右*/
  .headerRight {
    /* padding: 58.13px 0px 0px; */
  }
  .headerMember span {
    font-weight: 500;
  }

  
  /* Sitemap新增在版頭 modify by Judy 20240726  */
  .headerSitemap a {
    font-size: 0.75em;
    /* line-height:1.5em; */
  }

  /*版頭會員區塊--------------------------------------------*/
  .headerMember {
    /* padding-left: 15px; */
    padding-left: 8px;
  }
  .headerMember a {
    font-size: 0.75em;
    letter-spacing: 0;
  }
  /*.headerMember i {
		color: var(--primary_color);
	}*/

  .headerMemberIcon {
    width: 18px;
    /* width: 20px;
    	height: 20px;
		vertical-align: unset;
		background-image:url(../images/person-black2.svg); */

    display: none;
  }

  .headerMemberEmployee .headerMemberIcon {
    /* background-image:url(../images/face-black2.svg); */
  }

  .headerMember span {
    /* display:none; */
  }

  /*pc_購物車*/
  .pc_cart_area {
    /*transform: translateX(0px) translateY(62%);
		-webkit-transform: translateX(0px) translateY(62%);*/
  }

  /*手機menu按鍵*/
  .menu_btn {
    right: 0%;
    /*right: 10%;*/
  }
  .menu_btn.active {
    /* top: 4vw; */
    /*top: 1.4%;*/
    /*top: 5vw;
		right: 2%;
		-webkit-transform: translateX(-32%) translateY(-15%);
		transform: translateX(-32%) translateY(-15%);*/
  }

  .headerArea.active .menu_btn {
    -webkit-transform: translateX(0%) translateY(179%);
    transform: translateX(0%) translateY(179%);
  }
  .headerArea.active .menu_btn.active {
    -webkit-transform: translateX(0%) translateY(50%);
    transform: translateX(0%) translateY(50%);
  }

  /*logo*/
  /*.logo {
		width: 80px;
		margin: 0;
		padding: 10px 0px;
	}*/
}

.fb_icon{
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateX(0%) translateY(-50%);
  transform: translateX(0%) translateY(-50%);
  /* width: 30px; */
  /* height: 30px; */
  /* aspect-ratio: 1; */

  height: auto;
  width: clamp(0.9678rem, 1.5625vw, 1.8750rem); /* 15.48px , 1.5625vw , 30.00px */
  aspect-ratio: 1;
}
.fb_icon img{
  width: 100%;
  height: auto;
}


@media (max-width: 1350px){
  .fb_icon{
    width: 18px;
    height: 18px;
    aspect-ratio: 1;
  }
}

@media (max-width: 1100px){
  .fb_icon{
    display: none;
  }
}
/*平板版*/
/*---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/
@media (min-width: 541px) and (max-width: 950px) {
}

/*手機版*/
/*---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/
@media (max-width: 540px) {
}
