/* 2024-12-24 (주)파이브센스_FIVESENSES.Corp. */
/*
(주)파이브센스_FIVESENSES.Corp.
본 라이브러리(소스코드 및 디자인 포함)는 (주)파이브센스의 자산이며, 저작권법 및 부정경쟁방지법에 의해 보호됩니다.
무단 사용, 외부 유출, 복제, 배포, 변형을 금지합니다.
위반 시 민·형사상 법적 책임 및 손해배상 청구 대상이 됩니다.
작성일: 2025-02-04 | 저작권자: (주)파이브센스(520-86-01244) | All Rights Reserved.
*/
/*************************** 베이직 헤더 16 ***************************/

/* 베이직 헤더 16 > 메뉴공통 */
.header16.pc.up.fixed {
  top: -122px !important;
}
.header16 .header-menu .container_fix {
  max-width: 1630px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header16 .header-menu .nav-top {
  display: flex;
  justify-content: space-between;
  padding: 0 17px;
  align-items: center;
}
.header16 .header-menu .pc-menu {
  background-color: transparent;
  height: 84px;
  transition: 0.3s;
  border-bottom: 1px solid transparent;
}
.header16 .pc-menu .nav-top .menu_ul_rigth {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header16 .header-menu .logo_box {
  position: relative;
  z-index: 11;
  /* line-height: 120px; */
}
.all_menu_container .all_menu_logo img,
.header16 .header-menu .logo_box img {
  height: 26    px;
  transition: 0.3s;
}
.header16 .pc-menu .nav-top .menu-ul {
  width: auto;
}
.header16 .pc-menu .nav-top .menu-ul .menu-li-icon,
.header16 .pc-menu .nav-top .menu-ul .menu-li {
  display: inline-block;
  position: static;
  vertical-align: middle;
  white-space: nowrap;
}
.header16 .pc-menu .nav-top .menu-ul .menu-li-icon > a {
  line-height: 84px;
  color: var(--main-btn-font-color);
  font-weight: 500;
  font-size: 15px;
}
.header16 .pc-menu .nav-top .menu-ul .menu-li > a {
  line-height: 84px;
  color: var(--main-btn-font-color);
  font-weight: 500;
  font-size: 18px;
}
.header16 .pc-menu .nav-top .menu-ul .menu-li-icon.search_li {
  margin-left: 5px;
}
.header16 .pc-menu .nav-top .menu-ul .menu-li-icon.mypage_btn_li {
  margin-left: 30px;
}
.header16 .header-menu .container_fix .menu_ul_02 li .cart_count {
  right: -9px;
  bottom: -4px;
  line-height: 15px;
  font-size: 9px;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #235cf5;
  text-align: center;
  font-weight: 500;
  color: #fff;
  position: absolute;
}
.header16 .pc-menu .nav-top .ham_btn {
  margin-left: 5px;
}
.header16 .pc-menu .nav-top .menu-a {
  background-color: transparent;
  font-size: 18px;
  color: var(--main-btn-font-color);
  position: relative;
  z-index: 12;
}
.header16 .pc-menu .nav-top .menu_ul_left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.header16 .pc-menu .nav-top .menu_ul_01 {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 33px;
}
.header16 .pc-menu .nav-top .menu_ul_01 .menu-a {
  padding: 0 24px;
  transition: 0.5s ease-out;
}
.header16 .header-menu .nav-top .inquiry {
  background:var(--main-box-color);
  border-radius: 22px;
  display:flex;
  align-items:center;
  justify-content:center;
  height:44px;
  gap:6px;
  padding:0 22px;
  margin-left: 26px;
}
.header16 .header-menu .nav-top .inquiry p {
  font-weight: 800;
  font-size: 17px;
  color:#fff;
  text-wrap: nowrap;
}
.header16 .header-menu .nav-top .inquiry span {
  font-weight: 700;
  font-size: 16px;
  color:#fff;
  font-family: 'GmarketSans';
  text-wrap: nowrap;
  transform: translateY(3px);
}

/* 햄버거 버튼 */
.ham_btn {
  width: 40px;
  vertical-align: middle;
}
.header16 .pc-menu .nav-top .ham_btn a {
  width: 100%;
  height: 40px;
  position: relative;
  display: block;
  background-color: var(--main-btn-point-color);
  border-radius: 10px;
}
.ham_btn .line {
  width: 19px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s;
}
.ham_btn .line1 {
  top: 12px;
}
.ham_btn .line2 {
  top: calc(50% - 1px);
}
.ham_btn .line3 {
  top: auto;
  bottom: 12px;
}

/* 드롭1 관련 css */
.at-header .pc-menu .DMS01 .all_menu_wrap {
  top: 120px;
}
.at-header .pc-menu .DMS01 .all_menu_wrap > .container_fix {
  max-width: 1650px;
}
.at-header .pc-menu .DMS01 .all_menu_wrap .all_menu_ul {
  justify-content: flex-start;
  padding-left: 224px;
}
.at-header .pc-menu .DMS01 .nav-top .menu-li:hover .menu-a,
.at-header .pc-menu .DMS01 .nav-top .menu-li.hover .menu-a,
.at-header .pc-menu .DMS01 .nav-top .menu-li.on .menu-a {
    color: var(--main-btn-font-point-color);
}
.header16 .pc-menu .DMS01 .nav-top .menu_ul_01 .menu-li {
  width: 10.5em;
  transition: 0.5s ease-out;
}
.at-header .pc-menu .DMS01 .all_menu_wrap .all_menu_li {
  width: max(8vw, 160px);
}
/* .header16 .pc-menu.on .DMS01 .nav-top .menu_ul_01 .menu-li {
  width: max(8vw, 160px);
}
.header16 .pc-menu.on .DMS01 .nav-top .menu_ul_01 .menu-a {
  padding: 0 50px;
} */

/* 드롭2 관련 css */
.at-header .pc-menu .DMS02 .nav-top.nav-both .sub-1div {
  margin-top: -25px;
}

/* 드롭4 관련 css */
.header16 .pc-menu .DMS04 .nav-top .menu_ul_01 .menu-a::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: var(--main-btn-font-point-color);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  transition: 0.5s ease-out;
  display:none;
}
.header16 .pc-menu .DMS04 .nav-top .menu_ul_01 .menu-li:hover .menu-a::before {
  width: 100%;
  display:none;
}
.at-header .pc-menu .DMS04 .sub-1div {
  max-height: calc(100vh - 84px);
  text-align: left;
}
.at-header .pc-menu .DMS04 .sub-1div > ul > li .sub-1da {
  margin: 0 15px;
  font-size: 16px;
}
/* 정렬 바꿀 때 수정 */
/* .at-header .pc-menu .DMS04 .menu-li:nth-of-type(n+2) .sub-1div{left: 50%; transform: translateX(-50%);}
.at-header .pc-menu .DMS04 .menu-li:last-of-type .sub-1div{right: 0; left: auto; transform: none;} */

/* 드롭5 관련 css */
.header16 .pc-menu .DMS05 .nav-top .menu_ul_01 .menu-a::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: var(--main-btn-font-point-color);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  transition: 0.5s ease-out;
  display:none;
}
.header16 .pc-menu .DMS05 .nav-top .menu_ul_01 .menu-li:hover .menu-a::before {
  width: 100%;
  display:none;
}
.at-header .pc-menu .DMS05 .sub-1div.var1 {
  text-align: left;
}
.at-header .pc-menu .DMS05 .sub-1div.var1 > ul > li .sub-1da {
  font-size: 16px;
}
/* 정렬 바꿀 때 수정 */
/* .at-header .pc-menu .DMS05 .nav-top .menu-ul .menu-li{position: relative;}
.at-header .pc-menu .DMS05 .nav-top .menu-ul .menu-li.expand{position: static;}
.at-header .pc-menu .DMS05 .menu-li:nth-of-type(n+2):not(.expand) .sub-1div{left: 50%; transform: translateX(-50%);}
.at-header .pc-menu .DMS05 .menu-li:last-of-type:not(.expand) .sub-1div{right: 0; left: auto; transform: none;} */

/* 전체메뉴1 */
.at-header .all_menu_container.FM1 {
  top: 120px;
}
/* .at-header.admin-H .all_menu_container.FM1{top: 120px;} */
.at-header .all_menu_container.FM1 > .container_fix {
  max-width: 1650px;
}
.at-header .all_menu_container.FM1 > .container_fix .all_menu_ul {
  justify-content: flex-start;
  padding-left: 224px;
}
.header-menu.FM1_on .pc-menu .nav-top .menu-li:hover .menu-a,
.header-menu.FM1_on .pc-menu .nav-top .menu-li.hover .menu-a,
.header-menu.FM1_on .pc-menu .nav-top .menu-li.on .menu-a {
  color: var(--main-btn-font-point-color);
}
.header-menu.FM1_on .pc-menu .nav-top .menu_ul_01 .menu-li {
  width: auto;
  transition: 0.5s ease-out;
}
/* .header-menu.FM1_on .pc-menu.on .nav-top .menu_ul_01 .menu-li {
  width: max(8vw, 160px);
}
.header-menu.FM1_on .pc-menu.on .nav-top .menu_ul_01 .menu-a {
  padding: 0 50px;
}
.header-menu.FM1_on .pc-menu.on .nav-top .menu_ul_01 .all_menu_li {
  width: max(8vw, 160px);
} */
.at-header .all_menu_container.FM1 .all_menu_li {
  width: max(8vw, 160px);
}

/* 전체메뉴9 */
/* .header16 .header-menu.FM9_on.all_on .pc-menu .nav-top .menu_ul_01 > li:nth-child(1) > .menu-a{color: #ffffff;} */
.header16 .header-menu.FM9_on.all_on .pc-menu .nav-top .menu_ul_01 > li:not(:last-child) > .menu-a {
  color: #ffffff;
}
.at-header.transparent_H .header-menu.FM9_on.all_on .ham_btn .line {
  background-color: #ffffff !important;
}
.header-menu.FM9_on.all_on .ham_btn .line1 {
  transform: rotate(45deg) translate(-5px, 13px);
}
.header-menu.FM9_on.all_on .ham_btn .line3 {
  transform: rotate(-45deg) translate(-3px, -15px);
}
.at-header.fixed .header-menu.FM9_on.all_on .ham_btn .line1 {
  transform: rotate(45deg) translate(-2px, 10px);
}
.at-header.fixed .header-menu.FM9_on.all_on .ham_btn .line3 {
  transform: rotate(-45deg) translate(-3px, -9px);
}
.header16 .header-menu.FM9_on.all_on .pc-menu .nav-top .menu_ul_02 .mypage_btn_li > a {
  color: var(--main-btn-font-color);
  background-color: #e9ecf4;
  border-color: #e9ecf4;
}
.header16 .header-menu.FM9_on.all_on .pc-menu .nav-top .menu_ul_02 .lang_btn_li .lang_btn_box .lang_btn {
  color: var(--main-btn-font-color);
  background-color: #e9ecf4;
  border-color: #e9ecf4;
}
/* 2026-07-13 (주)파이브센스_FIVESENSES.Corp. lang_btn 쉐브론 ::after → svg(.lang_arr) 전환으로
   ::after 전용 all_on 복귀 규칙(border-color)이 죽어서 제거. svg는 stroke=currentColor 라
   위 .lang_btn { color: var(--main-btn-font-color) } 를 그대로 상속해 별도 규칙 없이 동일하게 복귀된다. */
.at-header.transparent_H .header-menu.FM9_on.all_on .pc-menu .sns_btn img {
  filter: none;
}

/* 우측메뉴 */
.header16 .pc-menu .nav-top .menu_ul_02 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header16 .pc-menu .nav-top .menu_ul_02 .mypage_btn_li > a {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  position: relative;
  background-color: var(--main-btn-point-color);
  border: 1px solid var(--main-btn-point-color);
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  line-height: 38px;
  min-width: 100px;
  padding: 0 15px;
}
.header16 .pc-menu .nav-top .menu_ul_02 .search_li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #0c0c0c;
  outline: none;
  border-radius: 10px;
}
/* 2026-07-13 (주)파이브센스_FIVESENSES.Corp. 상단 검색버튼 CSS도형(div>circle/line)→svg 전환으로
   .search_li > a > div 크기규칙과 circle/line 도형 규칙 모두 죽음 → 제거.
   svg는 common.busi.css:5486 .pc-menu .search_btn svg 가 기본 스타일링하되, 이 배지는 배경이
   상태 무관 항상 #0c0c0c(위 340행) 라 아이콘도 항상 흰색이어야 한다 — 아래 "검색 아이콘 흰색 고정" 참고. */
.header16 .pc-menu .nav-top .menu_ul_02 .lang_btn_li {
  position: relative;
  margin-left: 5px;
}
.header16 .pc-menu .nav-top .menu-a span {
  font-weight: 600;
}
.header16 .pc-menu .nav-top .menu_ul_02 .lang_btn_li .lang_btn_box {
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 10;
}
.header16 .pc-menu .nav-top .menu_ul_02 .lang_btn_li .lang_btn_box .lang_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  font-size: 15px;
  font-weight: 500;
  color: #0c0c0c;
  background-color: #e9ecf4;
  border-radius: 10px;
  text-align: center;
  /* 2026-07-13 display:flex 라 line-height:38px 가 높이로 안 먹어 mypage_btn_li(inline-block,
     line-height:38+border2=40px)보다 낮았다 → 명시 height:40px + border-box 로 총높이 40px 일치 */
  line-height: 38px;
  height: 40px;
  box-sizing: border-box;
  min-width: 100px;
  padding: 0 17px;
  border: 1px solid #e9ecf4;
}
.header16 .pc-menu .nav-top .menu_ul_02 .lang_btn_li .lang_btn_box .lang_btn span {
  text-transform: capitalize;
}
/* 2026-07-13 (주)파이브센스_FIVESENSES.Corp. lang 드롭다운 쉐브론 CSS ::after(border+rotate)→svg(.lang_arr) 전환.
   svg는 skin.php $lang_arr_svg 로 lang_icon span 다음에 삽입, stroke=currentColor 라 .lang_btn 의
   color(기본 #0c0c0c/일체형/active)를 자동 상속한다. 크기·간격만 아래에서 지정. */
.header16 .pc-menu .nav-top .menu_ul_02 .lang_btn_li .lang_btn_box .lang_btn .lang_arr {
  width: 10px;
  height: 6px;
  position: relative;
  top: 0;
  margin-left: 7px;
}
.header16 .pc-menu .nav-top .menu_ul_02 .lang_btn_li .lang_btn_box .lang_btn + .lang_ul {
  position: absolute;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-top: 0;
  z-index: 1;
  display: none;
  white-space: nowrap;
  margin-top: 15px;
}
.header16 .pc-menu .nav-top .menu_ul_02 .lang_btn_li .lang_btn_box.active .lang_btn + .lang_ul {
  display: block;
  background: #fff;
}
.header16 .pc-menu .nav-top .menu_ul_02 .lang_btn_li .lang_btn_box.active .lang_btn + .lang_ul li {
  padding: 0;
  text-align: center;
}
.header16 .pc-menu .nav-top .menu_ul_02 .lang_btn_li .lang_btn_box.active .lang_btn + .lang_ul li + li {
  margin-top: 5px;
}
.header16 .pc-menu .nav-top .menu_ul_02 .lang_btn_li .lang_btn_box.active .lang_btn + .lang_ul li a {
  display: block;
  padding: 14.5px 18px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 400;
  color: #0c0c0c;
  line-height: 1em;
  text-align: center;
  background-color: #fff;
  transition: 0.2s;
}
.header16 .pc-menu .nav-top .menu_ul_02 .lang_btn_li .lang_btn_box.active .lang_btn + .lang_ul li a.on {
  background-color: #f2f4f6;
}
.header16 .pc-menu .nav-top .menu_ul_02 .lang_btn_li .lang_btn_box.active .lang_btn + .lang_ul li a:hover {
  background-color: #f2f4f6;
}
.header16 .pc_header .container_fix .menu-ul .lang_btn_li li .lang_btn_box.active .lang_btn img {
  filter: brightness(0) !important;
}

/*************************** 일체형 헤더 ***************************/
/* 
일체형 헤더
*/
.at-header.transparent_H .marker_box > a.marker_icon {
  background: url(../../../../img/marker_icon_H8_w.png) no-repeat;
}
.at-header.transparent_H.header16 .pc-menu .nav-top .menu_ul_02 .lang_btn_li .lang_btn_box .lang_btn {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
/* .at-header.transparent_H.header16 .pc-menu .nav-top .menu_ul_02 .lang_btn_li .lang_btn_box.active .lang_btn{color: #0c0c0c;} */
/* 2026-07-13 (주)파이브센스_FIVESENSES.Corp. lang_btn::after 쉐브론 전환으로 이 색 override 는
   대상(::after)이 사라져 죽음 → 제거. svg(.lang_arr)는 위 .lang_btn { color:#fff } 를 currentColor 로
   그대로 상속해 자동으로 같은 결과가 난다. */
/* .at-header.transparent_H.header16 .pc-menu .nav-top .menu_ul_02 .lang_btn_li .lang_btn_box.active .lang_btn::after{border-color: #0c0c0c;} */
.at-header.transparent_H.header16 .pc-menu .nav-top .menu_ul_02 .mypage_btn_li > a {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.at-header.transparent_H.header16 .pc-menu .nav-top .menu_ul_02 .search_li > a {
  color: #fff;
}
.at-header.transparent_H.header16 .pc-menu .nav-top .menu_ul_01 .menu-a {
  color: #fff;
}
.at-header.transparent_H .pc-menu .sns_btn img {
  filter: invert(1) brightness(2);
}

@media (max-width: 1510px) {
  .header16 .header-menu .nav-top {
    padding: 0 15px;
  }
  .header16 .pc-menu .nav-top .menu_ul_01 {
    position: relative;
    left: 0;
    transform: translateX(0);
  }
  .at-header .pc-menu .all_menu_view {
    left: calc(50% + 23%);
    width: calc(100vw + 60px);
  }
  .header16 .pc-menu .nav_threedepth .nav-top.nav-both .sub-1div {
    left: 69%;
  }
  .header16 .pc-menu .nav-top .menu-a {
    font-size: 14px;
  }
  .header16 .pc-menu .nav-top .menu_ul_02 .mypage_btn_li > a {
    font-size: 14px;
  }
}
@media (max-width: 1350px) {
  .at-header .pc-menu .all_menu_view {
    left: calc(50% + 30%);
    width: calc(100vw + 75px);
  }
  .at-header .pc-menu .all_menu_view > .container_fix {
    padding: 0 50px;
  }
}
@media (max-width: 1240px) {
  .at-header .pc-menu .all_menu_view {
    left: calc(50% + 24%);
    width: calc(100vw + 80px);
  }
  .header16 .pc-menu .nav-top .menu_ul_02 .lang_btn_li {
    padding-left: 65px;
  }
  .header16 .pc-menu .nav-top .menu_ul_01 .menu-a {
    padding: 0 8px;
  }
  .header16 .pc-menu .nav_threedepth .nav-top.nav-both .sub-1div {
    left: 72%;
  }
}
@media (max-width: 1090px) {
  .at-header .pc-menu .all_menu_view {
    left: calc(50% + 26%);
  }
}

/*************************** 블러형 헤더 ***************************/

/*************************** 스크롤 헤더 ***************************/
.header16.fixed .header-menu .pc-menu {
  height: 70px;
}
.header16.fixed .header-menu .logo_box {
  line-height: 70px;
}
.header16.fixed .pc-menu .nav-top .menu-ul .menu-li > a {
  line-height: 70px;
}
.fixed .all_menu_container .all_menu_logo img,
.fixed .header16 .header-menu .logo_box img {
  height: 28px;
}
/* .header16.fixed .header-menu.FM1_on .pc-menu .nav-top .menu_ul_01 .menu-li {
  width: 10.2em;
} 
.header16.fixed .header-menu.FM1_on .pc-menu.on .nav-top .menu_ul_01 .menu-li {
  width: max(8vw, 160px);
}*/

.header16.fixed .pc-menu .nav-top .menu-ul .menu-li > a {
  font-size: 17px;
  padding: 0 32px;
}
.header16.fixed .pc-menu .nav-top .menu_ul_02 .search_li > a {
  width: 35px;
  height: 35px;
}
.header16.fixed .ham_btn {
  width: 35px;
}
.header16.fixed .pc-menu .nav-top .ham_btn a {
  height: 35px;
}
.header16.fixed .pc-menu .nav-top .ham_btn .line {
  width: 16px;
  background-color: #ffffff;
}
.header16.fixed .pc-menu .nav-top .ham_btn .line1 {
  top: 11px;
}
.header16.fixed .pc-menu .nav-top .menu_ul_02 .mypage_btn_li > a {
  line-height: 35px;
  min-width: 90px;
}
.header16.fixed .pc-menu .nav-top .menu_ul_02 .lang_btn_li .lang_btn_box .lang_btn {
  line-height: 35px;
  /* fixed 상태도 mypage(line-height:35+border2=37px)와 높이 일치 */
  height: 37px;
  min-width: 90px;
}

/* .at-header.fixed .pc-menu .DMS02 .nav-top.nav-both .sub-1div{top: 70px;} */
/* .at-header.fixed .header-top .btn_wrap{padding: 0;} */
.at-header.fixed .header-top .btn_wrap::before {
  width: 101vw;
  border-radius: 0;
}
.at-header.fixed .pc-menu .DMS01 .all_menu_wrap {
  top: 70px;
}
.at-header.fixed .all_menu_container.FM1 {
  top: 70px;
}
.at-header.fixed.admin-H .all_menu_container.FM1 {
  top: 70px;
}
.at-header.fixed .pc-menu .DMS01 .all_menu_wrap > .container_fix .all_menu_ul {
  padding-left: 211px;
}
.at-header.fixed .all_menu_container.FM1 > .container_fix .all_menu_ul {
  padding-left: 211px;
}
.at-header.fixed .pc-menu .nav-top .menu_ul_02 .lang_btn_li .lang_btn_box .lang_btn + .lang_ul {
  margin-top: 0;
}

/* 2026-07-13 (주)파이브센스_FIVESENSES.Corp. HDSL3 아이콘 img→svg 전환
   common.busi.css 는 이번 작업 기준소스(참조 전용)라 손대지 않음.
   FM8/FM9 icon_off/icon_on 호버 크로스페이드는 common.busi.css 에 img.icon_off/icon_on 규칙만
   있고 svg 버전이 없어(다른 헤더 미전환 상태), 동일 규칙을 svg 대상으로 여기 로컬에 추가한다.
   (HDSL2.css 말미에 추가한 것과 동일 블록. HDSL3 마크업에도 .all_menu_container.FM8/FM9,
   .all_menu_body .all_menu_ul > li / .all_sub_li 구조가 동일하게 있음을 확인함) */
.all_menu_container.FM8 .all_menu_body .all_menu_ul > li > a .link_icon svg.icon_off {
  transition: 0.3s;
  opacity: 1;
}
.all_menu_container.FM8 .all_menu_body .all_menu_ul > li.on > a .link_icon svg.icon_off,
.all_menu_container.FM8 .all_menu_body .all_menu_ul > li:hover > a .link_icon svg.icon_off {
  opacity: 0;
}
.all_menu_container.FM8 .all_menu_body .all_menu_ul > li > a .link_icon svg.icon_on {
  transition: 0.3s;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}
.all_menu_container.FM8 .all_menu_body .all_menu_ul > li.on > a .link_icon svg.icon_on,
.all_menu_container.FM8 .all_menu_body .all_menu_ul > li:hover > a .link_icon svg.icon_on {
  opacity: 1;
}
.all_menu_container.FM9 .all_menu_body .all_sub_li > a .link_icon svg.icon_off {
  opacity: 1;
}
.all_menu_container.FM9 .all_menu_body .all_sub_li:hover > a .link_icon svg.icon_off {
  opacity: 0;
}
.all_menu_container.FM9 .all_menu_body .all_sub_li > a .link_icon svg.icon_on {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.all_menu_container.FM9 .all_menu_body .all_sub_li:hover > a .link_icon svg.icon_on {
  opacity: 1;
}

/* 2026-07-13 (주)파이브센스_FIVESENSES.Corp. 검색 아이콘 흰색 고정 (HDSL3 고유)
   이 배지는 배경이 상태 무관 항상 #0c0c0c 검정(위 340행, 어떤 상태에도 배경 오버라이드 없음) 이므로
   아이콘도 상태 무관 항상 흰색이어야 한다. common.busi.css 의 검색 svg 색 규칙은 상태별로 다음과 같이 갈린다:
     base                              .at-header .pc-menu .search_btn svg                                          (0,3,1) #1f1f1f
     transparent_H                     .at-header.transparent_H .pc-menu .search_btn svg                            (0,4,1) #fff
     hd_blur.transparent_H             .at-header.hd_blur.transparent_H .pc-menu .search_btn svg                    (0,5,1) #fff
     hd_blur.fixed                     .at-header.hd_blur.fixed .pc-menu .search_btn svg                            (0,5,1) #1f1f1f
     transparent_H + FM9_on.all_on     .at-header.transparent_H .header-menu.FM9_on.all_on .pc-menu .search_btn svg (0,7,1) #1f1f1f
   base/hd_blur.fixed/FM9_on.all_on 세 상태가 어두운 색(#1f1f1f)을 주므로 검정 배지 위에서 아이콘이 사실상
   안 보이는 회귀가 난다. 아래 4개 셀렉터는 각각 대응 공용 규칙보다 클래스 1개(.header16) 이상 높은
   특이도로 지어 상태별로 개별적으로 이긴다(하나의 셀렉터로 뭉치면 특정 상태에서만 매치되어 다른 상태를
   못 잡으므로 상태별 분리 필수). hd_blur.transparent_H(0,5,1)와 동특이도로 뜨는 순간(transparent_H+hd_blur
   동시상태)도 존재하므로, 그 상태를 더 높은 특이도(0,6,1)로 별도로 짓밟아 동률 문제를 피한다. */
.at-header.header16 .pc-menu .search_btn svg {
  color: #fff;
}
.at-header.transparent_H.header16 .pc-menu .search_btn svg {
  color: #fff;
}
.at-header.hd_blur.transparent_H.header16 .pc-menu .search_btn svg,
.at-header.hd_blur.fixed.header16 .pc-menu .search_btn svg {
  color: #fff;
}
.at-header.transparent_H.header16 .header-menu.FM9_on.all_on .pc-menu .search_btn svg {
  color: #fff;
}
