/*========================================================*/
/*-------放置版頭_導盲磚--------*/
/*========================================================*/

/* 導盲磚_跳到版頭內容 -----------------*/
.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: var(--primary_color); */
  /* background-color: var(--primary_color); */
}

.htmlFontSizeC {
  /* font-size: 1.2em; */
}

.fontSize_listArea {
  display: flex;
  align-items: center;
  /* position: absolute; */
  /* left: 0;
	top: 20px; */
  /* right: -170px; */
  /* right: 0; */
  /* top: 20px; */
  /* order: 1; */
  gap: 15px;
}

.fontSize_list {
  /* padding-right: 25px; */
}
.fontSize_list:last-of-type {
  padding-right: 0px;
}
.fontSize_list a {
  width: clamp(1.2500rem, 1.5625vw, 1.8750rem); /* 最小值 20.00px、大小約 1.5625vw、最大值 30.00px */
  aspect-ratio: 1;
  /* 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;
  background-color: #D9D9D9;
}

.fontSize_list img {
  width: 80%;
  height: auto;
  display: block;
}
.fontSize_list img.pc {
  display: block;
}
.fontSize_list img.mobile {
  display: none;
}


.fontSize_list a.active{
  background-color: var(--primary_color);
}
.fontSize_list a.active img.pc{
  display: none;
}
.fontSize_list a.active img.mobile{
  display: block;
}


/* .htmlFontSizeA a.active img.pc{
}
.htmlFontSizeA a.active img.pc{
}

.htmlFontSizeB a.active img.pc{
  font-size: 1em;
}
.htmlFontSizeB a.active img.pc{
  font-size: 1em;
}

.htmlFontSizeC a.active img.pc{
  font-size: 1.2em;
}
.htmlFontSizeC a.active img.pc{
  font-size: 1.2em;
} */







.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(--focus_color) !important;
  background-color: var(--focus_color) !important;
  z-index: 5;
}

@media (max-width: 1600px) {
  /* @media (max-width: 1440px){ */

  /*-------字級大小轉換--------*/
  .fontSize_listArea {
    top: 26px;
  }
}

@media (max-width: 990px) {
  /*-------字級大小轉換--------*/
  .fontSize_listArea {
    /* left: unset; */
    /* right: 0; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
  }

  .fontSize_list a {
    width: 25px;
    height: 25px;
    color: #2B2B2B;
  }
  .fontSize_list img.pc {
    display: block;
  }


  .htmlFontSizeA #fontA,
  .htmlFontSizeB #fontB {
    border-color: #2B2B2B;
  }
}

@media (max-width: 640px) {
  /*-------字級大小轉換--------*/
  .fontSize_list {
    /* padding-right: 10px; */
  }
}











#top {
  position: absolute;
  top: -100%;
}

.headertop {
  border-top: 0 solid #fff0;
}







.headerArea {
  position: fixed;
  background-color: #fff;
  width: 100%;
  z-index: 5;
  
}

/*浮動*/
.headerArea.fixed {
  box-shadow: 0px 0px 20px -1px rgba(0, 0, 0, 0.3);
  transition: 0.3s ease all;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 25;
}

.headerArea::before{
  /* position: absolute; */
  position: fixed;
  content: "";
  /* top: 0;
  left: 0; */
  background-image: url(../images/header_divider.svg);
  background-size: 1.125rem; /*18px*/
  background-position: center;
  background-repeat: repeat-x;
  width: 100%;
  height: 1rem; /*16px*/
}














/*-------版頭----------------------------------------------------------------------------*/
.header {
  padding: 0;
  padding-top: clamp(1.2904rem, 2.0833vw, 2.5rem); /* 最小值 20.65px、大小約 2.0833vw、最大值 40.00px */
  padding-bottom:clamp(0.6452rem, 1.0417vw, 1.2500rem); /* 最小值 10.32px、大小約 1.0417vw、最大值 20.00px */
  position: relative;
  
}


.header .wrap {
  max-width: 95.3125rem; /*1525px*/
}
.header::before {
  position: absolute;
  content: "";
  background-image: url(../images/header_bg.webp);
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  aspect-ratio: 3.05 / 1;
  /* width: 315px; */
  height: 100%;
  z-index: -1;
}




















/*手機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: calc(5% - 9px);
  position: fixed;
  -webkit-transform: none;
  transform: none;
  top: 27px;
}
.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;
  /* max-width: 1840px; */
  width: 90%;
}










/* ======================================== */
/*-------logo-------------------------------*/
/* ======================================== */


/*logo*/
.logo {
  /* width: 450px;
			padding: 30px 0px 15px; */ /*新logo樣式*/
  box-sizing: border-box;
  /* margin: 0 auto; */
  /* width: 203px; */
  /* width: 250px; */
  padding: 10px 0;
  margin: 0;
  /* visibility: hidden; */
  /* font-size: 54px; */
  /* font-size: 2.8125em; */
  font-weight: bolder;
  color: var(--primary_color);
  font-size: 1.8125em; /*29px*/
}


.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;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: clamp(0.3226rem, 0.5208vw, 0.6250rem); /* 5.16px , 0.5208vw , 10.00px */
}

.logo a:hover {
  opacity: 0.7;
  transition: 0.3s ease all;
  transform: scale(0.8);
}
.logo img {
  width: 100%;
  height: auto;
  max-width: clamp(8.0648rem, 13.0208vw, 15.6250rem); /* 129.04px , 13.0208vw , 250.00px */
}

/* .logo img.pc_logo {
}
.logo img.mobile_logo {
  display: none;
} */

/* 在螢幕放大150%且寬度大於991時，套用這裡的特定樣式 */ 
@media screen and (min-width: 991px) and (min-height: 500px) and 
(max-height: 1000px) and (-webkit-min-device-pixel-ratio: 1.5) and 
(-webkit-max-device-pixel-ratio: 1.74), only screen and (min-resolution: 150dpi) and 
(max-resolution: 174dpi) { 
  .logo {
    
    /* width: 200px; */
   
  }
}


















/* ================================================================================ */
/*-------版頭上方連結-------------------------------*/
/* ================================================================================ */

.headerRight_top_area{
  display: flex;
  /* gap: 64px; */

  gap:  clamp(2.0646rem, 3.3333vw, 4.0000rem); /*  最小值 33.03px、大小約 3.3333vw、最大值 64.00px */
  justify-content: flex-end;
}







/* 版頭右側快速連結------------------ */
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;
	color: var(--sixth_color);
	font-size: 1.5em; /*24px*/
	font-weight: 400;
	line-height: normal;
	gap: 20px;
	gap: clamp(0.6452rem, 1.0417vw, 1.2500rem); /* 最小值 10.32px、大小約 1.0417vw、最大值 20.00px */
}
	.headerLinkArea li{
		list-style-type:none;
		margin: 0;
    position: relative;
	}
		.headerLinkArea a{
			color: inherit;
			text-decoration: none;
			display: flex;
			flex-wrap: wrap;
			/* flex-direction: row; */
			align-items: center;
			gap: 0.625rem; /*10px*/
			font-size: inherit;
		}
		.headerLinkArea img{
			width: 1.25rem;
			height: auto;
			object-fit: cover;
		}
			.headerLinkArea span{
				display: inline-block;
			}
		.headerLinkArea a:hover{
			opacity: 0.5;
			transition: 0.3s ease all;
		}



    
/* 版頭上方下拉------------------------------------------- */
.header_icon_down{
	position: absolute;
	left: 50%;
	top: 33px;
	transform: translateX(-50%);
	transform-origin: top center;
	/* font-size: inherit; */
	line-height: 1.1;
	z-index: 1;
	transition: 0.1s ease all;
	/*display: none;*/ /*預設關閉*/
}



	.header_icon_downBg{
		padding: 0;
		margin: 0;
		list-style-type: none;
		display: block;
		background-color: #fff;
		width:10rem;
		text-align: center;
		box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
		font-size: 0.9em; /*20px*/
	}
		.header_icon_downBg .header_icon_down_list{	
			padding: 0;
			margin: 0;
			list-style-type: none;
			display: block;
		}
			.header_icon_downBg .header_icon_down_list a{
				display: flex;
				padding: 8px 10px;
				border-bottom: 1px var(--fourth_color) solid;
				justify-content: center;
			}
			.header_icon_downBg .header_icon_down_list:last-of-type a{
				border-bottom: none;
			}





/*版頭右*/
.headerRight {
  /*float:right;*/
  box-sizing: border-box;
  padding-top: 0;
}

/*版頭右上*/
/*.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;
}

@media(max-width:1100px){
  .header {
    
/* background-color: #ffffff; */
  }
}

















/*主按鍵----------------------------*/
.navbar {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  /* max-width: 655px; */
  width: 100%;
  margin: 0 auto;
  
  
  font-size: 1.500em; /*24px*/
  color: #06192a;
  gap: 0 clamp(1.0968rem, 1.7708vw, 2.1250rem); /* 最小值 17.55px、大小約 1.7708vw、最大值 34px */
}
.nav {
  box-sizing: border-box;
  position: relative;
  transition: 0.3s ease all;
  font-size: inherit;
}

.nav::before{
  position: absolute;
  content: "";
  background-image: url(../images/divider_nav.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: .25rem; /*4px*/
  aspect-ratio: 1 / 6.88;
  left: clamp( -1.0625rem, -0.8854vw, -0.5484rem); /* 字體 最小值 8.77px、大小約 0.8854vw、最大值 17.00px */
  top: 50%;
  transform: translateY(-50%);
}
.nav:first-child{
  
}
.nav:first-child::before{
  display: none;
}

/*當螢幕 990px 才會出現*/
.nav.MB {
  display: none;
}
.nav a {
  display: block;
  text-decoration: none;
  position: relative;
}
.nav > a,
.navTitle a {
  text-align: center;
  color: inherit;
  font-weight: 600;
  transition: 0.3s ease all;
  position: relative;
}
.nav > a:hover {
  color: var(--primary_color);
  transition: 0.3s ease all;
}

.navTitle {
}

.navTitle.arrow_down{
	display: flex;
	align-items: center;
	gap: 5px;
}

.navTitle_arrow {
  width: 15px;
  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;
}
.navTitle_arrow:hover {
  opacity: 0.5;
}
.navTitle_arrow img {
  width: 15px;
  height: auto;
}

.navTitle.active .navTitle_arrow {
  transform: translateY(-50%) rotate(180deg);
}

.navTitle_arrow_pc {
}
.navTitle_arrow_mobile {
  display: none;
}





.navTitle.arrow_down  .arrow{
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  background-image: url(../images/bottom_arrow_icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: 0.3s ease all;
  width: .625rem; /*10px*/
  height: auto;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;



  display: none;
}





/*主按鍵展開*/
.navOpen {
  position: absolute;
  width: 10.25rem; /*164px*/
  display: none;
  z-index: 2;
  top: 2.6875rem; /*43px*/
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(0%);
  transform: translateX(-50%) translateY(0%);
  font-size: 0.9em; /*20px*/
}
.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; */
  font-size: inherit;
  color: #fff;
  line-height: 1.375em;
  /* padding: 10px 0px; */
  padding: 10px 5px;
  /* background: rgba(0, 0, 0, 0.65); */
  /* background: var(--seventh_color); */
  background: var(--primary_color);
  transition: 0.3s ease all;
  letter-spacing: 0px;
}
.navOpenList > a:hover {
  background-color: var(--seventh_color);
}






/* 在螢幕寬度大於991時，套用這裡的特定樣式 */ 
@media screen and (min-width: 991px){

  .header .wrap {
   display: flex;
   justify-content: space-between;
  }
  
  /*浮動*/
  .headerArea.fixed .logo {

  }

  /*版頭右*/
  .headerRight {
    display: flex;
    flex-direction: column;
    gap: .9375rem; /*15px*/
  }


  
	/* 版頭上方下拉------------------- */
	.header_icon_down{
		top: 31.5px;
		display: none;
	}
  /* 20250411 */
	/* .headerLinkArea li:hover .header_icon_down{
		display: block;
	} */

  
	
}





/* 在螢幕放大150%且寬度大於991時，套用這裡的特定樣式 */
@media screen and (min-width: 991px) and (min-height: 500px) and (max-height: 1000px) and 
(-webkit-min-device-pixel-ratio: 1.5) and (-webkit-max-device-pixel-ratio: 1.74), 
only screen and (min-resolution: 150dpi) and (max-resolution: 174dpi) {

  /*主按鍵展開*/
  .navOpen {
    top: 2rem; /*32px*/
  }
  .htmlFontSizeA  .navOpen {
    top: 2.3rem; /*32px*/
  }
  .htmlFontSizeC  .navOpen {
    top: 2.3rem; /*32px*/
  }

}


@media (max-width: 990px) {
  
  .header::before {
    opacity: 0.5;
  }
  

  .header .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  



  /*logo*/
  .logo {
    padding: 10px 0px;
    margin: 0;
    visibility: visible;
    /*font-size: 1.875em;*/ /*30px*/
    /* width: 150px; */
    /* width: 220px; */
  }
    .logo a {
        white-space: wrap;
    }





  /*手機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: 40px 0px 0px;
    overflow-y: scroll;
    z-index: 999; */
    padding-right: 35px;
  }
  .headerRight.active {
    /* right: 0px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16); */
  }







/* 版頭右側快速連結------------------ */
ul.headerLinkArea{
	display: none;
}









  /*電腦語系消失*/
  /* .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;
  } */


  

  /* Sitemap新增在版頭 modify by Judy 20240726  */
  /* .headerSitemap {
    display: none;
  } */

  /*搜尋mobile-----------------------------------------*/
  /*.siteSearch {
					display:block;
				}*/

  /*版頭會員區塊*/
  /* .headerRightT {
    right: 40px;
    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; */
    position: fixed;
    width: 250px;
    top: 0px;
    right: -250px;
    height: 100%;
    min-height: 100vh;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.72);
    transition: 0.3s ease all;
    padding: 80.9px 0px 0px;
    overflow-y: scroll;
    z-index: 999;
    flex-direction: column;
    justify-content: unset;
    align-items: unset;
    font-size: 1.25em; /*20px*/
    display: flex;
    flex-direction: column;
    align-items: unset;
    justify-content: unset;
    flex-wrap: nowrap;
  }
  .navbar.active {
    right: 0px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
  }
  .nav {
    float: none;
    width: auto;
    padding: 0px;
    border-bottom: solid 0.0625em #555;
  }
  .nav:focus {
    background-color: var(--focus_color) !important;
  }

  /*當螢幕 990px 才會出現*/
  .nav.MB {
    display: block;
  }
  /* .lang {
    margin: 0px 0px 5px;
    background-color: #696969;
  }
  .langLink:after {
    top: 14px;
  }
  .langLink a {
    padding: 10px 0px;
  } */

  .nav > a,
  .navTitle a {
    border: none;
    border-radius: 0;
    color: #f3f3f3;
    text-align: left;
    /* font-size: 0.9375em; */
    padding: 10px 0px 10px 20px;
  }
  .navTitle {
    /* padding-right: 40px; */
    /* position: relative; */
    justify-content: space-between;
    /* padding-right: 20px; */
  }
  .navTitle_arrow {
    z-index: 9;
    /* width: 39px; */
  }
  /* .navTitle_arrow_pc {
    display: none;
  }
  .navTitle_arrow_mobile {
    display: inline-block;
  } */

  .navTitle.arrow_down  .arrow{
    background-image: url(../images/header_nav_btn2.svg);
    width: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    /* width: 2.5rem; */ /*40px*/
    width: 3.75rem; /*60px*/
    background-size: 1.25rem;
    /* background-position: center left; */
    background-position: center center;
    display: flex
  }
  

  /*主按鍵展開*/
  .navOpen {
    position: relative;
    width: auto;
    margin: 0px;
    left: 0px;
    top: 0px;
    padding: 0px;
    -webkit-transform: unset;
    transform: unset;

    font-size: 1em; /*16px*/
  }
  .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; */
    color: #fff;
  }
}

@media (max-width: 768px) {

  /*logo*/
  .logo {
    font-size: 1.5625em; /*25px*/
    /* width: 185px; */
  }
    .logo a{
      flex-wrap: wrap;
    }
  
  /*點擊*/
  .menu_btn.active {
  }

  /*主按鍵*/
  .navbar {
    padding: 75.8px 0px 0px;
  }

}

@media (max-width: 425px) {

  /*logo*/
  .logo {
    font-size: 1.1875em; /*19px*/
    width: 144px;
  }

  
  /*點擊*/
  .menu_btn.active {
    top: 22px;
  }
  
  /*主按鍵*/
  .navbar {
    padding: 69.8px 0px 0px;
  }
  
}

@media (max-width: 350px) {

  /*logo*/
  .logo {
    font-size: 1.0938em; /*17.5px*/
    width: 135px;
  }
  /*主按鍵*/
  .navbar {
    padding-top: 68.3px; /*20250410*/
  }
  

}

/*平板版*/
/*---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/
@media (min-width: 541px) and (max-width: 950px) {
}

/*手機版*/
/*---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/
@media (max-width: 540px) {
}
