/*========================================================*/
/*-------放置版頭_導盲磚--------*/
/*========================================================*/

/* 導盲磚_跳到版頭內容 -----------------*/
.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: 0px;
  position: relative;
}
.fontSize_listArea.fzL_mb{
  display: none;
}

.fontSize_list {
  padding-right: 7px;
}

.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 a.active {
  border: 1px solid #2B2B2B;
}

.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(--focus_color) !important;
  background-color: var(--focus_color) !important;
  z-index: 5;
}



@media screen and (min-width: 1101px) and (max-width: 1280px){

  .fontSize_listArea {
    /* position: absolute;
    right: 0;
    top: 10px; */
  }
  
}







/* 在螢幕放大125%且寬度大於991時，套用這裡的特定樣式 */ 
@media screen and (min-width: 991px) 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) {

	.fontSize_list a{
    width: 20px;
    height: 20px;
  }

}

/* 在螢幕放大125%且寬度大於1101時，套用這裡的特定樣式 */ 
@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) {


  .fontSize_listArea {
    position: unset;
    right:unset;
    top: unset;
  }

}



@media (max-width: 1600px) {
  /* @media (max-width: 1440px){ */

  /*-------字級大小轉換--------*/
  /* .fontSize_listArea {
    top: 26px;
  } */
}

@media (max-width: 990px) {
  /*-------字級大小轉換--------*/
  .fontSize_listArea {
    left: unset;
    right: 0;
    top: -29px;
  }

  .fontSize_list a {
    width: 25px;
    height: 25px;
  }
  .fontSize_list img.pc {
    display: block;
  }
  .fontSize_list img.mobile {
    display: none;
  }

  .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;
}

/*浮動*/
.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: 5;
}

/* 檔案管理人員專業認證 */
.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: 99999;
}
.header:before {
  position: absolute;
  content: "";
  width: 100%;
  top: 0px;
  height: 4px;
  background-color: var(--primary_color);
  display: none; 
}

.headerArea.fixed .header:before {
  display: none;
}

.header .wrap {
  /*max-width:900px;*/
  /*max-width: 1100px;*/
  width: 85%;
  width: 95%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width:108rem; /*1728px*/
}

/* 在螢幕放大150%且寬度大於991時，套用這裡的特定樣式 */
@media screen and (min-width: 991px) 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) {
    .htmlFontSizeC .wrap {
      width: 90%;
    }
}

/*手機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;
  right: 2.5%;
  position: fixed;
  -webkit-transform: none;
  transform: none;
  top: 11px;
}
.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;
}

.htmlFontSizeC .header .wrap{
  width: 98%;
  max-width: 118.75rem; /*1900*/
}



/*logo*/
.logo {
  /* width: 450px;
			padding: 30px 0px 15px; */ /*新logo樣式*/
  box-sizing: border-box;
  /* margin: 0 auto; */

  /* width: 203px; */
  width: 201px;
  width: clamp(6.25rem, 10.4688vw, 12.5625em);
  padding: 25px 0;

  margin: 0;
}

/* 現行logo */
.oldLogo {
}
/* 新logo */
.newLogo {
  display: none;
}
.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;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: calc(100% - 200px - 100px);
  gap: .9375rem;

  gap: clamp(0.4839rem, 0.7813vw, 0.9375rem); /* 7.74px , 0.7813vw , 15.00px */
}

/* 在螢幕放大125%且寬度大於991時，套用這裡的特定樣式 */ 
@media screen and (min-width: 991px) 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 .wrap{
    width: 90%;
  }

  .htmlFontSizeC .header .wrap{
    width: 98%;
  }

	.logo{
    /* padding: 15px 0; */
    padding: 10px 0 20px;
  }
  .htmlFontSizeC .logo {
      padding: 10px 0 20px;
  }

}




/* 在螢幕放大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{
    padding: 15px 0;
  }

}

/*主按鍵----------------------------*/
.navbar {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  /* max-width: calc(100% - 200px - 100px); */
  width: 100%;
  /* margin: 0 auto; */
  /* font-size: 1.25em; */
  font-size: clamp(0.75rem, calc(1.25em * 100 / 120), 1.25em);
  color: #06192a;
  column-gap: 15px;
  column-gap:  clamp(0.9678rem, 1.5625vw, 1.8750rem); /* 最小值 15.48px、大小約 1.5625vw、最大值 30.00px */
}
.htmlFontSizeC .navbar {
  column-gap: clamp(0.6129rem, 0.9896vw, 1.1875rem); /* 最小值 9.81px、大小約 0.9896vw、最大值 19.00px */
}
/* .htmlFontSizeC .navbar {
  font-size: clamp(0.75rem, calc(1.125em * 100 / 120), 1.125em);
  column-gap: 7px;
} */
.nav {
  /* width: calc(100% / 9); */
  /*width: 20%;*/
  /* float: left; */
  box-sizing: border-box;
  position: relative;
  transition: 0.3s ease all;
}

/*當螢幕 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;*/
  color: inherit;
  font-weight: 600;
  transition: 0.3s ease all;
  position: relative;
  /* padding: 20px 28px ; */
  padding: 20px 0px;
  line-height: 1.2;
}
.nav > a:hover {
  color: var(--primary_color);
  transition: 0.3s ease all;
}
.nav_title a::before {
  position: absolute;
  content: "";
  width: 1px;
  height: clamp(0.75rem, calc(1.25em * 100 / 120), 1.25em);
  left: -7.5px;
  left: clamp(-1.8163rem, -0.7813vw, -0.9375rem); /* 最小值 -29.06px、大小約 -0.7813vw、最大值 -15.00px */
  background-color: #555;
  top: 50%;
  transform: translateY(-50%);
}

.htmlFontSizeC .nav_title a::before {
  left:  clamp(-1.1504rem, -0.4948vw, -0.5938rem); /* 最小值 -18.41px、大小約 -0.4948vw、最大值 -9.50px */
}



.nav:first-child .nav_title a::before {
  display: none;
}


.nav_title {
  /* padding: 0 7.5px; */
}


.sitemap_nav {

}

  .sitemap_nav .nav_title a{
    color: #79BD4F;
  }











.nav_title_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;

  /* display: none; */
  /* visibility: hidden; */
}
.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 {
}
.nav_title_arrow_mobile {
  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;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(0%);
  transform: translateX(-50%) translateY(0%);
}
.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: 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: 1620px) {
  .headerRight {
   
    max-width: calc(100% - 100px);
    
  }
  .navbar {    
    column-gap: 7px;
  }
    .nav_title a::before {
      left: -3.5px;
    }

  .fontSize_list {
    padding-right: 7px;
  }
}




@media(max-width:1450px){

  .navbar {
    font-size: 0.875em; /*14px*/
  }
}


@media screen and (min-width: 1101px) and (max-width: 1280px){
  
  /* .navbar {
      padding-top: 30px;
  } */

  /*主按鍵----------------------------*/
  .htmlFontSizeB  .navbar ,
  .navbar {
    font-size: 0.76em; /*12.6px*/
  }
    
}




@media (min-width: 1101px) {
/* @media (min-width: 991px) { */

  /*浮動*/
  .headerArea.fixed .logo {
    width: 150px;
  }

  /*版頭右*/
  .headerRight {
    padding-top: 0 ;
  }

}




/* 在螢幕放大125%且寬度大於1101時，套用這裡的特定樣式 */ 
@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) {

  .zoom-125 .navbar ,
  .htmlFontSizeB .zoom-125 .navbar {
    font-size: 0.875em; /*14px*/
    padding-top: 0;
    column-gap: clamp(0.5807rem, 0.9375vw, 1.1250rem); /* 最小值 9.29px、大小約 0.9375vw、最大值 18.00px */
  }
  .zoom-125 .nav_title a::before {
      left:clamp(-1.0898rem, -0.4688vw, -0.5625rem); /* 最小值 -17.44px、大小約 -0.4688vw、最大值 -9.00px */
    }

  .htmlFontSizeC .zoom-125  .navbar {
  }

  
  .htmlFontSizeC .zoom-125 .nav > a, 
  .htmlFontSizeC .zoom-125 .nav_title a {
    padding: 9.5px 0px;
  }

}


/* 在螢幕放大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) {

  .zoom-150  .navbar {
    font-size: clamp(0.75rem, calc(1.25em * 100 / 120), 1.25em);
 }


  /* .htmlFontSizeC .zoom-150  .navbar  */
  .zoom-150  .navbar{
    max-width:calc((1em * 4 * 4) + (1em * 6 * 1) + (5 * 40px)); /* 4個字的主按鍵四個 + 6個字的主按鍵一個 + 5個40px的間距 */
    padding-top: 0;
    column-gap: 2.0833vw; /*40px*/
  }
  /* .htmlFontSizeC .zoom-150  .nav_title a */
  .zoom-150  .nav_title a{
    padding: 7px 0;
  }
      /* .htmlFontSizeC .zoom-150  .nav_title a::before ,
      .htmlFontSizeC .zoom-150  .nav:first-child .nav_title a::before  */
      .zoom-150  .nav_title a::before ,
      .zoom-150  .nav:first-child .nav_title a::before {
        left:clamp(-1.2109rem, -0.5208vw, -0.6250rem); /* 最小值 -19.37px、大小約 -0.5208vw、最大值 -10.00px */
        left: unset;
        right: -1.0417vw; /*-20px*/
        display: block;
      }
      /* .htmlFontSizeC .zoom-150  .navbar .nav:nth-child(5) .nav_title a::before ,
      .htmlFontSizeC .zoom-150  .navbar .nav:last-of-type .nav_title a::before  , */
      .zoom-150  .navbar .nav:nth-child(5) .nav_title a::before ,
      .zoom-150  .navbar .nav:last-of-type .nav_title a::before {
        display: none;
      }

      .htmlFontSizeC .zoom-150 .navbar nav:nth-last-of-type(6) {

      }
      .htmlFontSizeC .zoom-150 .nav:nth-child(5) {
        /* background-color: #e12222; */
      }


}




@media (max-width: 1100px) {
  .logo{
    padding: 10px 0;
  }
  
  /*手機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;
    display: block;
    flex-direction: column;
    max-width: unset;
    justify-content: unset;
    display: flex;
  }
  .headerRight.active {
    right: 0px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
  }
  .fontSize_listArea.fzL_pc{
    display: none;
  }
  .fontSize_listArea.fzL_mb{
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateX(-5%) translateY(-50%);
    display: flex;
  }

  /*電腦語系消失*/
  .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;
  } */


  
  .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;
  }
  .nav {
    float: none;
    width: auto;
    padding: 0px;
    border-bottom: solid 0.0625em #555;
  }
  /*當螢幕 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_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) {
  /*logo*/
  .logo {
    width: 150px;
    /*margin: 0px auto;*/
    /* float: none; */
    padding: 10px 0px;
  }

  .logo img.pc_logo {
    display: block;
  }
  .logo img.mobile_logo {
    display: none;
  }

  /*版頭會員區塊*/
  /* .headerRightT {
  } */

  /*版頭右*/
  .headerRight {
    padding: 87.3px 0px 0px;
    display: flex;
    align-items: center;
  }

  /*點擊*/
  .menu_btn.active {
    top: 19px;
    right: 2.5%;
  }


}

@media (max-width: 640px) {
  .header .wrap {
    width: 90%;
    /* max-width: 90%; */
  }

  /*點擊*/
  .menu_btn.active {
    right: calc(5% - 9px);
  }

  /* .headerMember {
    padding-left: 10px;
  } */


  .fontSize_listArea.fzL_mb{    
    right: 10%;   
  }
  .fontSize_list {
    padding-right: 7px;
  }
}



@media screen and (max-width: 490px) and (min-width: 375px) {
  /* @media screen and (max-width: 400px) and (min-width: 375px){ */

  .logo {
    /* width: 48px; */
  }

  /* .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;
  } */

  /* 檔案管理人員專業認證 */
  /* .pofessional_certificationArea {
  }
  .pofessional_certificationArea strong {
    text-align: left;
  } */

  /*點擊*/
  .menu_btn.active {
  }
}

@media (max-width: 374px) {

  .header .wrap {
    /* max-width: 90%; */
  }

  /*logo*/
  .logo {
    margin: 0;
    padding: 10px 0px;
  }
  .logo_flash {
    display: none;
  }

  /* 檔案管理人員專業認證 */
  /* .pofessional_certificationArea {
  }
  .pofessional_certificationArea strong {
    text-align: left;
  } */

  /*版頭會員區塊*/
  /* .headerRightT {
    right: 28px;
  } */

  /*版頭右*/
  /* .headerRight {
    padding: 58.13px 0px 0px;
  }
  .headerMember span {
    font-weight: 500;
  } */

  /*點擊*/
  .menu_btn.active {
    right: 3%;
    top: 36px;
  }


  
  .headerSitemap a {
    font-size: 0.75em;
  }

  /*版頭會員區塊--------------------------------------------*/
  /* .headerMember {
    padding-left: 8px;
  }
  .headerMember a {
    font-size: 0.75em;
    letter-spacing: 0;
  }
   

  .headerMemberIcon {
    width: 18px;
    display: none;
  }

  .headerMemberEmployee .headerMemberIcon {
  }

  .headerMember span {
  } */

  /*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: 19px;
  }

  .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;
	}*/
}





















/* 搜尋的廣告區塊如果要隱藏，只要針對此 class 下隱藏樣式即可 */
.gsc-adBlock{
	display: none;
}





/*================================*/
/*----- 版頭搜尋區塊 -----*/
/*================================*/

/*-----PC搜尋區塊-----*/
.search_areaPC {
  /* position: absolute;
  right: 159px;
  top: 20px;
  transform: translateY(0%); */

  position: relative;
}
/*搜尋icon*/
.search_iconPC {
  transition: 0.3s ease all;
}
.search_iconPC label ,
.search_iconPC button{
  position: relative;
  display: block;

  width: auto;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
.search_iconPC label div ,
.search_iconPC button div {
  position: relative;
  display: block;
}
.search_iconPC label div svg ,
.search_iconPC button div img {
  width: 1.875rem; /*30*/
  height: auto;
  /* height: 30px; */
  display: block;
  /* fill: var(--primary_color); */
}

/*hover*/
.search_iconPC:hover label ,
.search_iconPC:hover button {
  opacity: 0.5;
  transition: 0.3s ease all;
}

.search_iconPC  button:focus{
  background: var(--focus_color);
}

.search_inAreaPC {
  -webkit-transition: top 0.2s;
  transition: top 0.2s;
  position: absolute;
  overflow: hidden;
  width: 15.625rem; /*250*/
  max-width: 15.625rem; /*250*/
  /* max-width: 100%; */
  display: none;
  top: 30px;
  right: 10%;
  background: rgba(255, 255, 255, 0.95);
  box-sizing: border-box;
  padding: 5px 15px 5px 40px;

  top: 68px;
  right: -8%;
}

.search_inBoxPC {
  position: relative;
  width: 100%;
  padding: 0px 45px 0px 0px;
  box-sizing: border-box;
}
.search_inBoxPC input[type="search"],
.search_inBoxPC input[type="text"] {
  background: transparent;
  border: 0px;
  color: #333;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.375;
  height: 40px;
  padding: 0px;
  border-radius: 0;
  width: 100%;
  border-bottom: 1px solid #c3c3c3;
}
.search_inBoxPC input[type="search"]:focus,
.search_inBoxPC input[type="text"]:focus {
  border: 0px;
}

.search_inBoxPC button[type="button"],
.search_inBoxPC button[type="submit"] {
  position: absolute;
  right: -15px;
  bottom: -5px;
  width: 50px;
  height: 50px;
  border-color: #fff0;
  text-align: center;
  cursor: pointer;
  background-color: #79bd4f;
}
.search_inBoxPC button[type="button"] svg ,
.search_inBoxPC button img {
  width: 1.875rem; /*30*/
  height: auto;
  display: inline-block;
}


.search_inBoxPC button[type="button"]:focus ,
.search_inBoxPC button[type="submit"]:focus {
  background-color: var(--focus_color);
}

.search_inBoxPC .search_closePC {
  width: auto;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  z-index: 2002;
  color: #3e3a39;
  position: absolute;
  left: -30px;
  /* top: -10px; */
  top: 50%;
  transform: translateY(-50%);
  text-decoration: none;
}
.search_inBoxPC span {
  display: inline-block;
  vertical-align: middle;
}
.search_closePC {
  font-size: .9375em; /*15*/
  font-weight: lighter;
}

.search_inBoxPC span svg  ,
.search_inBoxPC span i {
  font-size: inherit; 
  color: var(--primary_color);

  cursor: pointer;
}



@media(max-width:1600px){

  /*-----PC搜尋區塊-----*/
  .search_areaPC {
    /* right: 157px; */
    /* top: 26px; */
  }

}

@media(max-width:1100px){

/*-----PC搜尋區塊-----*/
.search_areaPC {
  /* top: 15px; */
  order: -1;
}

.search_iconPC{
	display: none;
}
	
  .search_inAreaPC {
      /* top: 47px; */
      display: block;
      max-width: unset;
      width: 100%;
      top: unset;
      right: unset;
      position: relative;
      padding-left: 5px;
  }

  .search_inBoxPC input[type="search"], 
  .search_inBoxPC input[type="text"] {
    border-bottom: none;
  }
  .search_closePC{
    display: none;
  }

}


@media(max-width:990px){

    .search_areaPC {
        /* top: 18px; */
        /* right: 150px; */
    }
    .search_iconPC label div svg ,
    .search_iconPC label div img {
      width: 1.4375rem; /*23*/
    }

    .search_inAreaPC {
        /* top: 40px; */
    }

}

@media(max-width:768px){

  .search_areaPC {
      /* top: 27px; */
      /* right: 148px; */
  }

    .search_inAreaPC {
        /* top: 49px; */
    }

}
@media(max-width:640px){

  .search_areaPC {
      /* top: 27px; */
      /* right: 103px; */
  }
      .search_inAreaPC {
        /* top: 48px; */
        /* right: -63px; */
      }
}
















/*平板版*/
/*---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/
@media (min-width: 541px) and (max-width: 950px) {
}

/*手機版*/
/*---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/
@media (max-width: 540px) {
}
