@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Digital Sans";
  src: url("../fonts/digital_sans_ef_medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --hal-ink: #111111;
  --hal-paper: #ffffff;
  --hal-soft: #f5f5f5;
  --hal-line: #d8d8d8;
  --hal-green: #174d3a;
  --hal-gold: #d4af37;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--hal-paper);
  color: var(--hal-ink);
  font-family: "Digital Sans", Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

body img {
  max-width: 100%;
  height: auto;
}

body a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

.hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  white-space: nowrap !important;
}

.skip-bar {
  position: relative;
  z-index: 110;
}

.skip-bar a {
  position: fixed;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  background: #ffffff;
  transform: translateY(-160%);
}

.skip-bar a:focus {
  transform: translateY(0);
}

.nv00-gnb-v4 {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--hal-line);
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 5px 18px rgba(0, 0, 0, .08);
}

.nv00-gnb-v4__wrap,
.nv00-gnb-v4__inner {
  width: 100%;
}

.nv00-gnb-v4__inner {
  display: flex;
  min-height: 72px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 28px;
  align-items: center;
  gap: 24px;
}

.nv00-gnb-v4__header {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}

.nv00-gnb-v4__logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.nv00-gnb-v4__logo img {
  display: block;
  width: auto;
  max-width: 200px;
  max-height: 56px;
  object-fit: contain;
}

.hope-logo {
  display: grid;
  color: var(--hal-green);
  font-family: "Gilroy", Arial, sans-serif;
  font-size: 20px;
  line-height: 1;
  letter-spacing: .02em;
}

.hope-logo small {
  margin-top: 5px;
  color: var(--hal-gold);
  font-size: 9px;
  letter-spacing: .18em;
}

.nv00-gnb-v4__l0-menu-wrap {
  min-width: 0;
  flex: 1;
}

.nv00-gnb-v4__l0-menu-list {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  gap: 4px;
  list-style: none;
}

.nv00-gnb-v4__l0-menu-item {
  list-style: none;
}

.nv00-gnb-v4__l0-menu-link {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  border-radius: 999px;
  padding: 8px 13px;
  color: #242424;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.nv00-gnb-v4__l0-menu-link:hover,
.nv00-gnb-v4__l0-menu-link:focus-visible {
  background: #111111;
  color: #ffffff;
}

.nv00-gnb-v4__utility-list,
.nv00-gnb-v4__utility-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nv00-gnb-v4__utility {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 0;
  background: transparent;
}

.nv00-gnb-v4__utility .icon,
.nv00-gnb-v4__close-btn .icon {
  width: 22px;
  height: 22px;
}

.nv00-gnb-v4__l1-menu-wrap,
.nv00-gnb-v4__utility-menu-list,
.nv00-gnb-v4__dim,
.nv00-gnb-v4__close-btn,
.nv00-gnb-v4--mobile-only,
.gnb-search {
  display: none;
}

#content {
  min-height: 60vh;
}

.pdd39-anchor-nav {
  border-bottom: 1px solid var(--hal-line);
  background: #ffffff;
}

.pdd39-anchor-nav__inner {
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
  padding: 14px 28px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.hdd02-pdp-header {
  display: grid;
  max-width: 1440px;
  margin: 0 auto;
  padding: 36px 28px;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .85fr);
  align-items: start;
  gap: 42px;
}

.hdd02-pdp-header__product-info {
  grid-column: 1 / -1;
}

.hdd02-pdp-header__gallery-area {
  grid-column: 1;
  min-width: 0;
}

.hdd02-pdp-header__buying-tool {
  grid-column: 2;
  min-width: 0;
}

.hdd02-gallery__content {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: #f5f5f5;
}

.hdd02-gallery__list {
  width: 100%;
}

.hdd02-gallery__list ul,
.hdd02-gallery__thumbnail-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hdd02-gallery__item {
  width: 100%;
}

.hdd02-gallery__image {
  display: grid;
  min-height: 420px;
  place-items: center;
}

.hdd02-gallery__image img {
  max-height: 520px;
  object-fit: contain;
}

.hdd02-gallery__thumbnail-list {
  display: flex;
  margin-top: 14px;
  flex-wrap: wrap;
  gap: 8px;
}

.hdd02-gallery__thumbnail-item {
  overflow: hidden;
  width: 64px;
  height: 64px;
  border: 1px solid var(--hal-line);
  border-radius: 8px;
  background: #f7f7f7;
}

.hdd02-gallery__thumbnail-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hdd02-gallery__popup,
.layer-popup,
[class*="popup"][role="dialog"],
.manufacturer-info-popup,
.trade-in-popup {
  display: none;
}

.popup-image[style*="display:none"] {
  display: none !important;
}

.hdd02-buying-tool__option,
.hdd02-buying-tool__cost-box {
  width: 100%;
}

.pd-select-option {
  border-top: 1px solid var(--hal-line);
  padding: 18px 0;
}

.pd-select-option__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cta,
[class*="cta"] a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 9px 18px;
  font-weight: 700;
  text-decoration: none;
}

.image__main,
.image__preview {
  display: block;
}

.responsive-img {
  max-width: 100%;
}

.breadcrumb {
  border-top: 1px solid var(--hal-line);
  border-bottom: 1px solid var(--hal-line);
  background: #fafafa;
}

.breadcrumb__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 13px 28px;
}

.breadcrumb__path {
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  list-style: none;
}

.breadcrumb__path li {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
}

.breadcrumb__path .icon {
  display: none;
}

.breadcrumb__text-mobile {
  display: none;
}

.footer {
  background: #f4f4f4;
}

.footer-column {
  display: grid;
  max-width: 1440px;
  margin: 0 auto;
  padding: 42px 28px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px;
}

.footer-category__title {
  margin: 0 0 14px;
  font-weight: 700;
}

.footer-category__anchor {
  display: none;
}

.footer-category__list {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 8px;
  list-style: none;
}

.footer-category__link {
  color: #3c3c3c;
  font-size: 13px;
  text-decoration: none;
}

.footer-bottom {
  border-top: 1px solid #d6d6d6;
  padding: 18px 28px;
}

.footer-copyright-wrap,
.footer-language-wrap {
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-terms__list,
.footer-sns__list {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 14px;
  list-style: none;
}

.fab {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 30;
  width: 48px;
  height: 48px;
  overflow: hidden;
  border: 0;
  border-radius: 50%;
  background: #111111;
  color: #ffffff;
  font-size: 0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .22);
}

.fab__icon {
  width: 20px;
  height: 20px;
}

@media (max-width: 1100px) {
  .nv00-gnb-v4__l0-menu-list {
    overflow-x: auto;
  }

  .hdd02-pdp-header {
    grid-template-columns: 1fr;
  }

  .hdd02-pdp-header__gallery-area,
  .hdd02-pdp-header__buying-tool {
    grid-column: 1;
  }

  .footer-column {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .nv00-gnb-v4__inner {
    min-height: 64px;
    padding: 10px 16px;
    flex-wrap: wrap;
  }

  .nv00-gnb-v4__l0-menu-wrap {
    order: 3;
    width: 100%;
    flex-basis: 100%;
  }

  .nv00-gnb-v4__l0-menu-link {
    min-height: 34px;
    padding: 6px 10px;
    font-size: 12px;
  }

  .hdd02-pdp-header {
    padding: 24px 16px;
    gap: 24px;
  }

  .hdd02-gallery__image {
    min-height: 300px;
  }

  .breadcrumb__inner {
    padding: 11px 16px;
  }

  .breadcrumb__text-desktop {
    display: inline;
  }

  .footer-column {
    padding: 32px 16px;
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    padding-inline: 16px;
  }

  .footer-copyright-wrap,
  .footer-language-wrap {
    align-items: flex-start;
    flex-direction: column;
  }
}
