/* ==================== #hd ==================== */
#hd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  padding: 75px 0;
  transition: 0.4s;
}
#hd h1 {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 60px -50%;
  transition: 0.4s;
}
#hd h1 a {
  display: block;
  width: 200px;
  height: 55px;
  background: url(/img/logo/logo.svg) left center/100% auto no-repeat;
  transition: 0.4s;
}

.hd__gnb {
  transition: 0.4s;
}
.hd__gnb a {
  transition: 0.05s;
}
.hd__gnb a:hover {
  color: #fff;
}
.hd__gnb .gnb__wrapper {
  display: flex;
  position: relative;
}
.hd__gnb .gnb__wrapper dl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 0;
}
.hd__gnb .gnb__wrapper dl[data-count="1"]:hover dt a:hover {
  color: #000;
}
.hd__gnb .gnb__wrapper dt {
  padding: 0 25px;
  position: relative;
  z-index: 10;
}
.hd__gnb .gnb__wrapper dd {
  width: 100%;
  height: 0;
  white-space: nowrap;
}
.hd__gnb .gnb__wrapper dd a {
  color: #fff;
}
.hd__gnb .gnb__wrapper dd ul {
  position: absolute;
  top: calc(100% - 2em);
  left: 50%;
  z-index: 5;
  translate: -50% 0;
  padding: 2.5em 1em 0;
  line-height: 1.8;
  text-align: center;
  background: var(--theme-color);
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}
.hd__gnb .gnb__wrapper dd li + li::before {
  content: "";
  display: block;
  margin: 0.4em auto;
  width: 0;
  height: 1px;
  background: #767676;
}
.hd__gnb .gnb__wrapper dl[data-menu=sub-2] ul, .hd__gnb .gnb__wrapper dl[data-menu=sub-2]:hover ul {
  width: 90%;
}
.hd__gnb .gnb__wrapper dl:hover,
.hd__gnb .gnb__wrapper dl:not([data-count="1"]).--active {
  z-index: 10;
}
.hd__gnb .gnb__wrapper dl:hover dt,
.hd__gnb .gnb__wrapper dl:not([data-count="1"]).--active dt {
  color: #fff;
  font-weight: 500;
}
.hd__gnb .gnb__wrapper dl:hover dd ul,
.hd__gnb .gnb__wrapper dl:not([data-count="1"]).--active dd ul {
  pointer-events: all;
  opacity: 1;
  padding: 3em 1em 1em;
}
.hd__gnb .gnb__wrapper dl:hover dd ul li:hover,
.hd__gnb .gnb__wrapper dl:not([data-count="1"]).--active dd ul li:hover {
  opacity: 1;
}
.hd__gnb .gnb__wrapper dl:hover dd ul li:not(:hover),
.hd__gnb .gnb__wrapper dl:not([data-count="1"]).--active dd ul li:not(:hover) {
  opacity: 0.7;
}

.hd__tnb {
  position: absolute;
  top: 50%;
  right: 0;
  display: flex;
  flex-direction: column;
  translate: -60px -50%;
  transition: 0.4s;
}
.hd__tnb .tnb__wrapper {
  display: flex;
  align-items: center;
}
.hd__tnb .tnb__link {
  width: 31px;
  height: 37px;
  filter: brightness(0.3);
  transition: 0.2s;
}
.hd__tnb .tnb__link + .tnb__link {
  margin-left: 25px;
}
.hd__tnb .tnb__link.--talk {
  background: url(/img/common/hd/icon-talk.svg) center/contain no-repeat;
}
.hd__tnb .tnb__link.--cs {
  background: url(/img/common/quick/icon-headphone.svg) center/contain no-repeat;
}
.hd__tnb .tnb__link:hover {
  translate: 0 -3px;
}
.hd__tnb .tnb__global {
  position: relative;
  z-index: 10;
  font-size: 14px;
}
.hd__tnb .tnb__global dt {
  overflow: hidden;
  color: transparent;
  cursor: pointer;
  width: 36px;
  height: 36px;
  position: relative;
}
.hd__tnb .tnb__global dt::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/img/common/icon-global-red.svg) center/contain no-repeat;
  filter: brightness(0);
  transition: 0.05s;
}
.hd__tnb .tnb__global dd {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 10px;
}
.hd__tnb .tnb__global nav {
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% 7px;
  background-color: rgba(0, 0, 0, 0.7);
  pointer-events: none;
  opacity: 0;
  transition: 0.5s;
}
.hd__tnb .tnb__global nav a {
  display: flex;
  align-items: center;
  color: #bbb;
  padding: 0.5em 0.6em;
  margin: 0 2px;
}
.hd__tnb .tnb__global nav a:hover {
  color: #fff;
}
.hd__tnb .tnb__global nav a + a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.hd__tnb .tnb__global nav a::before {
  content: "";
  width: 1.7em;
  height: 1.1em;
  margin-right: 8px;
}
.hd__tnb .tnb__global nav .--CHA::before {
  background: url(/img/common/lang/CHA.svg) center/cover;
}
.hd__tnb .tnb__global nav .--USA::before {
  background: url(/img/common/lang/USA.svg) center/cover;
}
.hd__tnb .tnb__global nav .--JPN::before {
  background: url(/img/common/lang/JPN.svg) center/cover;
}
.hd__tnb .tnb__global nav .--TWN::before {
  background: url(/img/common/lang/TWN.svg) center/cover;
}
.hd__tnb .tnb__global nav .--THA::before {
  background: url(/img/common/lang/THA.svg) center/cover;
}
.hd__tnb .tnb__global:hover nav {
  top: 0;
  opacity: 1;
  pointer-events: all;
}
.hd__tnb .tnb__button {
  position: relative;
  background: none;
  border: 0;
  font-size: 0;
  width: 40px;
  height: 28px;
  margin-left: 27px;
}
.hd__tnb .tnb__button::before,
.hd__tnb .tnb__button span, .hd__tnb .tnb__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 28px;
  height: 5px;
  border-radius: 5px;
  background: #000;
  transition: 0.15s;
}
.hd__tnb .tnb__button::before {
  translate: 0 calc(-50% - 12px);
}
.hd__tnb .tnb__button span {
  width: 40px;
  translate: 0 -50%;
}
.hd__tnb .tnb__button::after {
  translate: 0 calc(-50% + 12px);
}
.hd__tnb .tnb__button:hover::before, .hd__tnb .tnb__button:hover::after {
  width: 40px;
}
.hd__tnb .tnb__member {
  position: absolute;
  top: 100%;
  right: 0;
  translate: 0 30px;
  font-size: 14px;
  text-align: right;
  white-space: nowrap;
  transition: 0.2s;
}
.hd__tnb .tnb__member li + li {
  margin-top: 0.8em;
}

body.hd-fixed #hd {
  padding: 25px 60px;
  background: rgba(var(--theme-color-rgb), 0.8);
  backdrop-filter: blur(10px);
  color: #fff;
}
body.hd-fixed #hd h1 a {
  width: 130px;
  height: 35px;
  background: url(/img/logo/logo-white.svg) left center/100% auto no-repeat;
}
body.hd-fixed .hd__gnb .gnb__wrapper dl[data-count="1"]:hover dt a:hover {
  color: #fff;
}
body.hd-fixed .hd__tnb .tnb__global dt::before {
  filter: brightness(10);
}
body.hd-fixed .hd__tnb .tnb__link {
  filter: brightness(100);
}
body.hd-fixed .hd__tnb .tnb__button::before,
body.hd-fixed .hd__tnb .tnb__button span, body.hd-fixed .hd__tnb .tnb__button::after {
  background: #fff;
}
body.hd-fixed .hd__tnb .tnb__member {
  opacity: 0;
  pointer-events: none;
}
body.hd-fixed .hd__gnb .gnb__wrapper dd ul {
  padding: 4.5em 1em 1em;
}
body.hd-fixed .hd__gnb .gnb__wrapper dl:hover dd ul,
body.hd-fixed .hd__gnb .gnb__wrapper dl.--active dd ul {
  top: calc(100% - 3em);
}

body.menu-active #hd {
  background: none;
  backdrop-filter: blur(0);
  padding: 25px 60px;
}
body.menu-active #hd h1 a {
  width: 130px;
  height: 35px;
  background: url(/img/logo/logo.svg) left center/100% auto no-repeat;
}
body.menu-active .hd__gnb {
  opacity: 0;
  pointer-events: none;
}
body.menu-active .hd__tnb .tnb__global dt:before {
  filter: brightness();
}
body.menu-active .hd__tnb .tnb__link {
  display: none;
}
body.menu-active .hd__tnb .tnb__button::before, body.menu-active .hd__tnb .tnb__button::after {
  width: 40px;
}
body.menu-active .hd__tnb .tnb__button span {
  width: 28px;
}
body.menu-active .hd__tnb .tnb__button::before, body.menu-active .hd__tnb .tnb__button::after,
body.menu-active .hd__tnb .tnb__button span {
  background: var(--theme-color);
}
body.menu-active .hd__tnb .tnb__member {
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width: 1600px) {
  #hd {
    padding: 75px 30px;
  }
  /* #hd h1 a {
      width: 140px;
      height: 40px;
  } */
  .hd__gnb {
    opacity: 0;
    pointer-events: none;
  }
}
/* ==================== #sitemap ==================== */
#sitemap {
  position: fixed;
  bottom: 100vh;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(/img/common/common-bg.webp);
  font-size: 14px;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 1s;
  padding: 100px calc(50% - 600px) 5dvh;
}
#sitemap .sand-fade {
  width: 100%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  transition-duration: 1s;
  transition-delay: 0.2s;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#sitemap .bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
#sitemap .from-sand {
  --tw-gradient-from: #fffaf0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(255 250 240 / 0));
}
#sitemap .via-sand {
  --tw-gradient-stops: var(--tw-gradient-from), #fffaf0, var(--tw-gradient-to, rgb(255 250 240 / 0));
}
#sitemap .sitemap__menu {
  height: 80%;
  font-size: 3.5vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  white-space: nowrap;
}
#sitemap .sitemap__menu .menu__list {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#sitemap .sitemap__menu dl {
  position: relative;
  display: flex;
}
#sitemap .sitemap__menu dt {
  width: 8em;
}
#sitemap .sitemap__menu dd {
  width: 0;
}
#sitemap .sitemap__menu dt {
  transition: color 0.3s;
}
#sitemap .sitemap__menu dt span {
  position: relative;
  display: inline-block;
}
#sitemap .sitemap__menu dt span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 0.5em);
  width: 0;
  height: 1px;
  background: var(--theme-color);
  cursor: default;
  transition: width 0.3s;
}
#sitemap .sitemap__menu dd {
  position: relative;
}
#sitemap .sitemap__menu dd ul {
  position: absolute;
  top: 0.1em;
  left: -0.5em;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}
#sitemap .sitemap__menu dd ul li {
  font-size: 0.8em;
}
#sitemap .sitemap__menu dd ul li + li {
  margin-top: 1em;
}
#sitemap .sitemap__menu dl[data-menu=cs] ul {
  top: 50%;
  translate: 0 -50%;
}
#sitemap .sitemap__menu dl[data-menu=sub-7] ul {
  top: auto;
  bottom: 0.1em;
}
#sitemap .sitemap__menu dl.--active dt {
  color: var(--theme-color);
}
#sitemap .sitemap__menu dl.--active dt a span::after {
  width: calc(7em - 100%);
}
#sitemap .sitemap__menu dl.--active ul {
  left: 0;
  opacity: 1;
  pointer-events: all;
}
#sitemap .sitemap__ft {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#sitemap .ft__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
#sitemap .ft__member {
  display: flex;
  align-items: center;
}
#sitemap .ft__member li + li {
  margin-left: 1.5em;
}
#sitemap .ft__sns {
  display: flex;
}
#sitemap .ft__sns .sns__link {
  width: 1.7em;
  height: 1.7em;
  position: relative;
}
#sitemap .ft__sns .sns__link + .sns__link {
  margin-left: 1em;
}
#sitemap .ft__sns .--kakao {
  background: url(/img/common/hd/icon-kakao.svg) center/contain no-repeat;
}
#sitemap .ft__sns .--insta {
  background: url(/img/common/hd/icon-insta.svg) center/contain no-repeat;
}
#sitemap .ft__sns .--yt {
  width: 2em;
  background: url(/img/common/hd/icon-youtube.svg) center/contain no-repeat;
}
#sitemap .ft__sns .--blog {
  background: url(/img/common/hd/icon-naver.svg) center/contain no-repeat;
}

#wrapper {
  position: relative;
  top: 0;
  transition: top 1s;
}

body.menu-active #wrapper {
  top: 100dvh;
}
body.menu-active #sitemap {
  bottom: 0;
}
body.menu-active #sitemap .sand-fade {
  transform: translateY(-100%);
  transition-duration: 2.25s;
}/*# sourceMappingURL=hd.min.css.map */