.site-footer {
  position: relative;
  overflow: hidden;
  padding: 0 !important;
  background: #121310;
  color: #f4f1ea;
}
.site-footer::before {
  position: absolute;
  right: -18px;
  bottom: 96px;
  color: rgba(255, 255, 255, 0.025);
  content: "HAEJOO NC";
  font-size: 148px;
  font-weight: 700;
  line-height: 0.8;
  pointer-events: none;
  white-space: nowrap;
}
.footer-partnership {
  position: relative;
  border-top: 1px solid rgba(200, 151, 105, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: #1b1c18;
}
.footer-partnership::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 24%;
  height: 1px;
  background: #bd8357;
  content: "";
}
.footer-partnership > .shell {
  display: grid;
  min-height: 270px;
  padding-block: 58px;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 70px;
  align-items: end;
}
.footer-partnership span,
.footer-navigation span,
.footer-contact > span {
  color: #bd8357;
  font-size: 10px;
  font-weight: 700;
}
.footer-partnership h2 {
  margin: 17px 0 16px;
  color: #f7f4ed;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.25;
}
.footer-partnership p {
  max-width: 620px;
  margin: 0;
  color: rgba(244, 241, 234, 0.62);
  font-size: 13px;
  line-height: 1.8;
}
.footer-partnership-actions {
  display: grid;
  width: 250px;
  gap: 8px;
}
.footer-partnership-actions a {
  display: flex;
  min-height: 54px;
  padding: 0 18px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  color: #f4f1ea;
  font-size: 12px;
  font-weight: 600;
  transition: border-color 220ms ease, background-color 220ms ease, color 220ms ease, transform 320ms var(--ease-premium, ease);
}
.footer-partnership-actions a.is-primary {
  border-color: #a87147;
  background: #a87147;
  color: #fff;
}
.footer-partnership-actions a span {
  color: inherit;
}
.footer-partnership-actions a:hover,
.footer-partnership-actions a:focus-visible {
  border-color: #cf976a;
  background: #cf976a;
  color: #141511;
  transform: translateY(-2px);
}
.footer-partnership-actions .ui-icon {
  width: 16px;
  height: 16px;
}
.footer-directory {
  position: relative;
  z-index: 1;
  display: grid;
  padding-block: 64px 58px;
  grid-template-columns: minmax(270px, 0.9fr) minmax(420px, 1.45fr) minmax(220px, 0.75fr);
  gap: 68px;
}
.site-footer .footer-wordmark {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  color: #f4f1ea;
}
.site-footer .footer-wordmark .footer-wordmark-symbol {
  width: 34px;
  height: 40px;
  object-fit: contain;
  filter: none;
}
.site-footer .footer-wordmark .footer-wordmark-name {
  width: 132px;
  height: auto;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}
.footer-identity > p {
  max-width: 330px;
  margin: 28px 0 38px;
  color: rgba(244, 241, 234, 0.55);
  font-size: 12px;
  line-height: 1.8;
}
.footer-identity dl {
  display: grid;
  margin: 0;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}
.footer-identity dl div {
  padding: 17px 10px 0 0;
}
.footer-identity dt {
  margin-bottom: 7px;
  color: rgba(244, 241, 234, 0.35);
  font-size: 9px;
  text-transform: uppercase;
}
.footer-identity dd {
  margin: 0;
  color: rgba(244, 241, 234, 0.9);
  font-size: 16px;
  font-weight: 600;
}
.footer-navigation {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
}
.footer-navigation div {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.footer-navigation span,
.footer-contact > span {
  display: block;
  margin-bottom: 24px;
}
.footer-navigation a {
  position: relative;
  margin-bottom: 13px;
  padding-bottom: 2px;
  color: rgba(244, 241, 234, 0.7);
  font-size: 12px;
  transition: color 220ms ease, transform 320ms var(--ease-premium, ease);
}
.footer-navigation a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  background: #bd8357;
  content: "";
  transition: transform 320ms var(--ease-premium, ease);
}
.footer-navigation a:hover,
.footer-navigation a:focus-visible {
  color: #fff;
  transform: translateX(3px);
}
.footer-navigation a:hover::after,
.footer-navigation a:focus-visible::after {
  transform: scaleX(1);
}
.footer-contact {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  color: rgba(244, 241, 234, 0.66);
  font-style: normal;
}
.footer-contact > strong {
  margin-bottom: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.footer-contact > p {
  margin: 0 0 25px;
  color: rgba(244, 241, 234, 0.44);
  font-size: 10px;
}
.footer-contact > a {
  display: inline-flex;
  gap: 10px;
  margin-bottom: 11px;
  align-items: center;
  color: rgba(244, 241, 234, 0.82);
  font-size: 12px;
}
.footer-contact > a:hover,
.footer-contact > a:focus-visible {
  color: #d9a175;
}
.footer-contact .ui-icon {
  width: 15px;
  height: 15px;
}
.footer-contact > div {
  margin-top: 17px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}
.footer-contact > div p {
  max-width: 250px;
  margin: 0 0 12px;
  color: rgba(244, 241, 234, 0.55);
  font-size: 11px;
  line-height: 1.65;
}
.footer-contact .copy-action {
  min-height: 34px;
  margin: 0;
  padding: 0 11px;
  border-color: rgba(255, 255, 255, 0.2);
  background: transparent;
  color: rgba(244, 241, 234, 0.76);
  font-size: 10px;
}
.footer-contact .copy-action:hover,
.footer-contact .copy-action:focus-visible {
  border-color: #bd8357;
  background: #bd8357;
  color: #171714;
}
.footer-bottom {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 78px;
  grid-template-columns: 1fr auto auto;
  gap: 36px;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.footer-bottom nav {
  display: flex;
  gap: 22px;
  align-items: center;
  flex-wrap: wrap;
}
.footer-bottom nav a,
.footer-bottom p {
  margin: 0;
  color: rgba(244, 241, 234, 0.46);
  font-size: 10px;
}
.footer-bottom nav a {
  transition: color 200ms ease;
}
.footer-bottom nav a strong,
.footer-bottom nav a[aria-current="page"] {
  color: rgba(244, 241, 234, 0.9);
}
.footer-bottom nav a:hover,
.footer-bottom nav a:focus-visible {
  color: #d9a175;
}
.site-footer .footer-top {
  display: inline-flex;
  width: 44px;
  height: 44px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: rgba(244, 241, 234, 0.8);
  font-size: 9px;
  transition: border-color 220ms ease, background-color 220ms ease, color 220ms ease;
}
.site-footer .footer-top span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
.site-footer .footer-top b {
  font-size: 16px;
  font-weight: 400;
}
.site-footer .footer-top:hover,
.site-footer .footer-top:focus-visible {
  border-color: #bd8357;
  background: #bd8357;
  color: #171714;
}
.group-legal .subhero {
  min-height: 560px;
  height: 64vh;
}
.group-legal .subhero-object picture {
  opacity: 0.7;
}
.group-legal .detail-main {
  padding-bottom: 150px;
}
.legal-intro {
  display: grid;
  padding-block: 110px 90px;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 100px;
  border-bottom: 1px solid rgba(23, 23, 20, 0.16);
}
.legal-intro span,
.email-policy-lead > span,
.sitemap-intro > span {
  color: var(--color-bronze-dark, #805b3c);
  font-size: 10px;
  font-weight: 700;
}
.legal-intro h2,
.email-policy-lead h2,
.sitemap-intro h2 {
  margin: 22px 0 0;
  color: var(--color-ink, #171714);
  font-size: 42px;
  font-weight: 500;
  line-height: 1.3;
}
.legal-intro > div:last-child > p {
  margin: 3px 0 38px;
  color: #5e5d57;
  font-size: 15px;
  line-height: 1.9;
}
.legal-intro dl {
  display: grid;
  margin: 0;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(23, 23, 20, 0.14);
}
.legal-intro dl div {
  padding: 18px 12px 0 0;
}
.legal-intro dt {
  margin-bottom: 7px;
  color: #8b8881;
  font-size: 10px;
}
.legal-intro dd {
  margin: 0;
  color: #24241f;
  font-size: 12px;
  line-height: 1.6;
}
.legal-layout {
  display: grid;
  padding-top: 90px;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 90px;
}
.legal-local-nav {
  position: sticky;
  top: 100px;
  display: flex;
  height: max-content;
  padding-top: 18px;
  align-items: stretch;
  flex-direction: column;
  border-top: 2px solid #9f7048;
}
.legal-local-nav > strong {
  margin-bottom: 20px;
  color: #807d76;
  font-size: 9px;
}
.legal-local-nav a {
  display: grid;
  padding: 10px 0;
  grid-template-columns: 30px 1fr;
  color: #6a6862;
  font-size: 11px;
  transition: color 180ms ease, transform 260ms var(--ease-premium, ease);
}
.legal-local-nav a span {
  color: #a99a8d;
  font-size: 9px;
}
.legal-local-nav a:hover,
.legal-local-nav a:focus-visible {
  color: #8b5d39;
  transform: translateX(3px);
}
.legal-document {
  min-width: 0;
}
.legal-section {
  display: grid;
  padding: 54px 0 62px;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 54px;
  border-top: 1px solid rgba(23, 23, 20, 0.14);
}
.legal-section:first-child {
  padding-top: 0;
  border-top: 0;
}
.legal-section header span {
  display: block;
  margin-bottom: 16px;
  color: #a87147;
  font-size: 10px;
  font-weight: 700;
}
.legal-section h2 {
  margin: 0;
  color: #22231f;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.45;
}
.legal-section p,
.legal-section li {
  color: #5f5e58;
  font-size: 13px;
  line-height: 1.9;
}
.legal-section p:first-child {
  margin-top: 0;
}
.legal-section p:last-child {
  margin-bottom: 0;
}
.legal-section ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.legal-section li {
  position: relative;
  padding: 8px 0 8px 20px;
  border-bottom: 1px solid rgba(23, 23, 20, 0.09);
}
.legal-section li::before {
  position: absolute;
  top: 19px;
  left: 2px;
  width: 5px;
  height: 5px;
  background: #a87147;
  content: "";
}
.legal-table-wrap {
  overflow-x: auto;
  border-top: 2px solid #2b2b26;
}
.legal-section table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.legal-section th,
.legal-section td {
  padding: 17px 14px;
  border-bottom: 1px solid rgba(23, 23, 20, 0.12);
  color: #5c5b55;
  font-size: 11px;
  line-height: 1.75;
  text-align: left;
  vertical-align: top;
}
.legal-section thead th {
  background: #f1eee7;
  color: #292923;
  font-size: 10px;
}
.legal-section th:first-child {
  width: 18%;
  color: #292923;
}
.legal-section th:last-child,
.legal-section td:last-child {
  width: 22%;
}
.legal-note {
  margin-top: 20px !important;
  padding-left: 16px;
  border-left: 2px solid #a87147;
  color: #77746c !important;
  font-size: 11px !important;
}
.legal-data-facts,
.legal-contact-list {
  margin: 28px 0 0;
  border-top: 1px solid rgba(23, 23, 20, 0.14);
}
.legal-data-facts div,
.legal-contact-list div {
  display: grid;
  padding: 14px 0;
  grid-template-columns: 160px 1fr;
  border-bottom: 1px solid rgba(23, 23, 20, 0.1);
}
.legal-data-facts dt,
.legal-contact-list dt {
  color: #7b7871;
  font-size: 10px;
}
.legal-data-facts dd,
.legal-contact-list dd {
  margin: 0;
  color: #34342f;
  font-size: 12px;
}
.legal-contact-list a {
  color: #805b3c;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.analytics-preference {
  display: grid;
  margin-top: 30px;
  padding: 24px 0;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
  border-top: 1px solid rgba(23, 23, 20, 0.2);
  border-bottom: 1px solid rgba(23, 23, 20, 0.2);
}
.analytics-preference span {
  display: block;
  margin-bottom: 8px;
  color: #a87147;
  font-size: 9px;
  font-weight: 700;
}
.analytics-preference strong {
  display: block;
  color: #292923;
  font-size: 16px;
}
.analytics-preference p {
  margin: 7px 0 0 !important;
  font-size: 11px !important;
}
.analytics-preference button {
  min-width: 116px;
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid #805b3c;
  border-radius: 3px;
  background: #805b3c;
  color: #fff;
  cursor: pointer;
  font-size: 11px;
  font-weight: 600;
  transition: background-color 180ms ease, color 180ms ease;
}
.analytics-preference.is-disabled button {
  background: transparent;
  color: #805b3c;
}
.analytics-preference button:hover,
.analytics-preference button:focus-visible {
  background: #1f201c;
  color: #fff;
}
.email-policy-lead,
.sitemap-intro {
  max-width: 980px;
  padding-block: 120px 90px;
}
.email-policy-lead > p,
.sitemap-intro > p {
  max-width: 760px;
  margin: 34px 0 0;
  color: #65635d;
  font-size: 15px;
  line-height: 1.9;
}
.policy-principle-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(23, 23, 20, 0.18);
  border-bottom: 1px solid rgba(23, 23, 20, 0.18);
}
.policy-principle-grid article {
  min-height: 230px;
  padding: 32px 32px 34px 0;
}
.policy-principle-grid article + article {
  padding-left: 32px;
  border-left: 1px solid rgba(23, 23, 20, 0.13);
}
.policy-principle-grid span,
.email-contact-route > div:first-child span,
.sitemap-intro > span {
  color: #a87147;
  font-size: 10px;
  font-weight: 700;
}
.policy-principle-grid h3 {
  margin: 38px 0 15px;
  color: #292923;
  font-size: 19px;
}
.policy-principle-grid p {
  margin: 0;
  color: #696761;
  font-size: 12px;
  line-height: 1.8;
}
.email-contact-route {
  display: grid;
  padding-block: 100px 40px;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
}
.email-contact-route h2 {
  margin: 18px 0 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.35;
}
.email-contact-route > div:last-child {
  border-top: 2px solid #292923;
}
.email-contact-route a {
  display: flex;
  min-height: 82px;
  padding: 0 8px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(23, 23, 20, 0.14);
}
.email-contact-route a strong {
  color: #2b2b26;
  font-size: 15px;
}
.email-contact-route a span {
  color: #77746d;
  font-size: 11px;
}
.email-contact-route a b {
  margin-left: 20px;
  color: #a87147;
}
.human-sitemap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 2px solid #292923;
}
.human-sitemap section {
  min-height: 300px;
  padding: 42px 48px 48px 0;
  border-bottom: 1px solid rgba(23, 23, 20, 0.14);
}
.human-sitemap section:nth-child(even) {
  padding-left: 48px;
  border-left: 1px solid rgba(23, 23, 20, 0.14);
}
.human-sitemap section > span {
  color: #a87147;
  font-size: 9px;
  font-weight: 700;
}
.human-sitemap h2 {
  margin: 25px 0 32px;
  font-size: 26px;
  font-weight: 500;
}
.human-sitemap h2 a {
  color: #24241f;
}
.human-sitemap section > div {
  display: flex;
  gap: 10px 24px;
  flex-wrap: wrap;
}
.human-sitemap section > div a {
  color: #6b6962;
  font-size: 12px;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  transition: color 180ms ease, text-decoration-color 180ms ease;
}
.human-sitemap section > div a:hover,
.human-sitemap section > div a:focus-visible {
  color: #805b3c;
  text-decoration-color: #805b3c;
}
@media (max-width: 1100px) {
  .footer-partnership > .shell {
    gap: 40px;
  }
  .footer-directory {
    grid-template-columns: minmax(250px, 0.8fr) minmax(420px, 1.2fr);
    gap: 58px;
  }
  .footer-contact {
    display: grid;
    padding-top: 36px;
    grid-column: 1 / -1;
    grid-template-columns: 120px 140px 1fr 1fr;
    gap: 14px 28px;
    align-items: start;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
  }
  .footer-contact > span,
  .footer-contact > strong,
  .footer-contact > p {
    margin: 0;
  }
  .footer-contact > div {
    margin: 0;
    padding: 0;
    border: 0;
  }
  .legal-layout {
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 55px;
  }
  .legal-section {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 38px;
  }
}
@media (max-width: 760px) {
  .site-footer::before {
    display: none;
  }
  .footer-partnership > .shell {
    min-height: 0;
    padding-block: 48px;
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .footer-partnership h2 {
    font-size: 29px;
  }
  .footer-partnership-actions {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
  .footer-partnership-actions a {
    padding: 0 13px;
  }
  .footer-directory {
    padding-block: 48px 40px;
    grid-template-columns: 1fr;
    gap: 46px;
  }
  .footer-identity > p {
    max-width: 100%;
    margin-bottom: 28px;
  }
  .footer-navigation {
    padding-top: 34px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
  }
  .footer-navigation div:last-child {
    grid-column: 1 / -1;
  }
  .footer-contact {
    display: flex;
    padding-top: 34px;
    grid-column: auto;
    gap: 0;
  }
  .footer-contact > span {
    margin-bottom: 20px;
  }
  .footer-contact > strong {
    margin-bottom: 5px;
  }
  .footer-contact > p {
    margin-bottom: 23px;
  }
  .footer-contact > div {
    width: 100%;
    margin-top: 16px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
  }
  .footer-bottom {
    min-height: 0;
    padding-block: 24px 112px;
    grid-template-columns: 1fr auto;
    gap: 20px;
  }
  .footer-bottom nav {
    grid-column: 1 / -1;
    gap: 11px 18px;
  }
  .footer-bottom p {
    line-height: 1.6;
  }
  .group-legal .subhero {
    min-height: 470px;
    height: 66vh;
  }
  .group-legal .subhero h1 {
    max-width: 100%;
    font-size: 32px;
    overflow-wrap: anywhere;
  }
  .group-legal .detail-main {
    padding-bottom: 100px;
  }
  .legal-intro {
    padding-block: 74px 58px;
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .legal-intro h2,
  .email-policy-lead h2,
  .sitemap-intro h2 {
    font-size: 32px;
  }
  .legal-intro dl {
    grid-template-columns: 1fr;
  }
  .legal-intro dl div {
    display: grid;
    padding: 12px 0;
    grid-template-columns: 100px 1fr;
    border-bottom: 1px solid rgba(23, 23, 20, 0.1);
  }
  .legal-layout {
    padding-top: 54px;
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .legal-local-nav {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 18px;
  }
  .legal-local-nav > strong {
    grid-column: 1 / -1;
  }
  .legal-section {
    padding: 42px 0 48px;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .legal-section th,
  .legal-section td {
    min-width: 150px;
  }
  .legal-section th:first-child {
    min-width: 110px;
  }
  .legal-data-facts div,
  .legal-contact-list div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .analytics-preference {
    grid-template-columns: 1fr;
  }
  .analytics-preference button {
    width: 100%;
  }
  .email-policy-lead,
  .sitemap-intro {
    padding-block: 78px 65px;
  }
  .policy-principle-grid,
  .human-sitemap {
    grid-template-columns: 1fr;
  }
  .policy-principle-grid article,
  .policy-principle-grid article + article {
    min-height: 0;
    padding: 28px 0 32px;
    border-left: 0;
    border-bottom: 1px solid rgba(23, 23, 20, 0.12);
  }
  .policy-principle-grid h3 {
    margin-top: 25px;
  }
  .email-contact-route {
    padding-block: 75px 20px;
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .email-contact-route a {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
  .email-contact-route a span {
    margin-top: 8px;
  }
  .human-sitemap section,
  .human-sitemap section:nth-child(even) {
    min-height: 0;
    padding: 34px 0 40px;
    border-left: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .footer-partnership-actions a,
  .footer-navigation a,
  .footer-navigation a::after,
  .footer-bottom nav a,
  .site-footer .footer-top,
  .legal-local-nav a,
  .analytics-preference button,
  .human-sitemap section > div a {
    transition-duration: 0.01ms !important;
  }
}

