  .site-footer {
    --f-bg: #111113;
    --f-surface: #16161a;
    --f-line: rgba(255, 255, 255, 0.07);
    --f-muted: rgba(255, 255, 255, 0.52);
    --f-text: rgba(255, 255, 255, 0.88);
    --f-max: 1800px;
    --f-pad: clamp(20px, 4vw, 48px);
    position: relative;
    z-index: 1;
    font-family: var(--baseFont, 'pretendard', -apple-system, sans-serif);
    color: var(--f-text);
    -webkit-font-smoothing: antialiased;
    background: transparent;
  }

  .site-footer a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease, opacity 0.2s ease;
  }

  .site-footer a:hover {
    color: #fff;
  }

  .site-footer .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  /* —— Sitemap (단일 블록) —— */
  .footer-map {
    border-top: 1px solid var(--f-line);
    background: #000;
    position: relative;
  }

  /* footer-map 상단 Top 버튼 */
  .footer-map__topBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    width: 120px;
    height: 120px;
    padding: 0;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    border: 1px dashed rgba(255, 255, 255, 0.5);
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all 0.2s ease;
  }

  .footer-map__topBtn .bi {
    font-size: 28px;
    line-height: 1;
  }

  .footer-map__topBtn .footer-scroll__text {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-family: var(--baseFont, 'pretendard', -apple-system, sans-serif);
  }

  .footer-map__inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-map__title {
    margin: 0 0 16px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--f-muted);
    text-align: center;
  }

  .footer-map__col ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
  }

  .footer-map__col li + li {
    margin-top: 11px;
  }

  .footer-map__col a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.45;
  }

  .footer-map__col a:hover {
    color: #fff;
  }

  /* —— Utility —— */
  .footer-utility {
    border-top: 1px solid var(--f-line);
    background: var(--f-surface);
  }

  .footer-utility__inner {
    max-width: var(--f-max);
    margin: 0 auto;
    padding: 16px var(--f-pad);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 16px 24px;
  }

  .footer-utility__related {
    position: relative;
  }

  .footer-utility__related select {
    appearance: none;
    min-width: 168px;
    padding: 9px 36px 9px 14px;
    font-size: 12px;
    font-family: inherit;
    letter-spacing: -0.01em;
    color: rgba(255, 255, 255, 0.75);
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid var(--f-line);
    border-radius: 6px;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
  }

  .footer-utility__related select:hover {
    border-color: rgba(255, 255, 255, 0.15);
    background: rgba(0, 0, 0, 0.45);
  }

  .footer-utility__related select option {
    color: #111;
    background: #fff;
  }

  .footer-utility__related::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -2px;
    border: 4px solid transparent;
    border-top-color: rgba(255, 255, 255, 0.45);
    pointer-events: none;
  }

  /* —— Brand / info —— */
  .footer-main {
    position: relative;
    border-top: 1px solid var(--f-line);
    background: var(--f-bg);
    color: #fff;
    padding: clamp(48px, 6vw, 88px) 0 clamp(28px, 3vw, 40px);
  }

  .footer-main__inner {
    max-width: var(--f-max);
    margin: 0 auto;
    padding: 0 var(--f-pad);
    display: flex;
    justify-content: space-between;
    gap: clamp(24px, 4vw, 56px);
    align-items: stretch;
  }

  .footer-main__logo {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
  }

  .footer-main__logo-img {
    height: 90px;
    width: auto;
    display: block;
    flex-shrink: 0;
    filter: brightness(0) invert(1);
  }

  .footer-main__logo-name {
    display: flex;
    flex-direction: column;
    gap: 2px;
    line-height: 1.1;
  }

  .footer-main__logo-name em {
    font-style: normal;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    color: rgba(255, 255, 255, 0.95);
  }

  .footer-main__logo-name span {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.92);
  }

  .footer-main__info {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.82);
    letter-spacing: -0.02em;
    word-break: keep-all;
    overflow-wrap: anywhere;
    max-width: 100%;
  }

  .footer-main__info p {
    margin: 0 0 6px;
  }

  .footer-main__info .footer-main__legal-sep {
    opacity: 0.45;
    font-weight: 300;
  }

  .footer-main__support {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 20px;
  }

  .footer-main__support span {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.38);
  }

  .footer-main__support img {
    height: 50px;
    width: auto;
    filter: brightness(0) invert(1);
    opacity: 0.8;
    }

  .footer-scroll {
    position: relative;
    justify-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    width: 100%;
    max-width: 160px;
  }

  /* TOP 버튼은 .footer-main 안에 있음 — .footer-map 기준 absolute 제거 */
  .footer-scroll .footer-map__topBtn {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: clamp(88px, 22vw, 112px);
    height: clamp(88px, 22vw, 112px);
  }

  .footer-scroll .footer-map__topBtn .bi {
    font-size: clamp(22px, 5vw, 28px);
  }

  .footer-main__contact-line {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0 6px;
  }

  .footer-main__contact-sep {
    opacity: 0.45;
    font-weight: 300;
  }

  .footer-scroll__btn {
    position: relative;
    width: clamp(104px, 11vw, 124px);
    height: clamp(104px, 11vw, 124px);
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer;
    transition: background 0.25s, border-color 0.25s, transform 0.25s;
  }

  .footer-scroll__btn:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: #fff;
    transform: scale(1.02);
  }

  .footer-scroll__btn .footer-scroll__arrow {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    width: 22%;
    height: 22%;
    transform: translate(-50%, -58%);
    color: #fff;
  }

  .footer-main__right {
    justify-self: end;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 28px;
  }

  .footer-main__sns {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
  }

  .footer-main__sns a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.65);
    color: rgba(255, 255, 255, 0.75);
    transition: background 0.2s, border-color 0.2s, color 0.2s;
  }

  .footer-main__sns a:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.28);
    color: #fff;
  }

  .footer-main__sns .bi {
    font-size: 24px;
    line-height: 1;
  }

  .footer-main__location {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 10px;
    max-width: 100%;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.78);
    text-align: right;
  }

  .footer-main__location .bi {
    flex-shrink: 0;
    font-size: 20px;
    margin-top: 2px;
    color: rgba(255, 255, 255, 0.65);
  }

  .footer-main__location span {
    min-width: 0;
  }

  .footer-main__legal {
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.88);
  }

  .footer-main__legal a {
    color: inherit;
  }

  .footer-main__legal a:hover {
    color: #fff;
    transition: color 0.2s ease;
  }

  .footer-main__legal .sep {
    margin: 0 10px;
    color: rgba(255, 255, 255, 0.35);
    user-select: none;
  }

  .footer-main__legal-btn {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    font: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    cursor: pointer;
  }


  .footer-main__legal-btn:hover {
    color: #fff;
  }

  /* 개인정보처리방침 모달 */
  .footer-privacy-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
    box-sizing: border-box;
  }

  .footer-privacy-modal.is-open {
    display: flex;
  }

  .footer-privacy-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.72);
    cursor: pointer;
  }

  .footer-privacy-modal__panel {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 640px;
    max-height: min(85vh, 720px);
    display: flex;
    flex-direction: column;
    background: #1a1a1e;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 1.65;
    letter-spacing: -0.02em;
  }

  .footer-privacy-modal__head {
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 22px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .footer-privacy-modal__head h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    color: #fff;
    letter-spacing: -0.03em;
  }

  .footer-privacy-modal__close {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    margin: -8px -8px 0 0;
    padding: 0;
    border: none;
    border-radius: 8px;
    background: transparent;
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .footer-privacy-modal__close .bi {
    font-size: 1.35rem;
    line-height: 1;
  }

  .footer-privacy-modal__close:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
  }

  .footer-privacy-modal__body {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    padding: 18px 22px 24px;
    -webkit-overflow-scrolling: touch;
  }

  .footer-privacy-modal__body p {
    margin: 0 0 14px;
  }

  .footer-privacy-modal__body p:last-child {
    margin-bottom: 0;
  }

  .footer-privacy-modal__body h3 {
    margin: 20px 0 10px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
  }

  .footer-privacy-modal__body h3:first-child {
    margin-top: 0;
  }

  .footer-privacy-modal__body ul {
    margin: 0 0 12px;
    padding-left: 1.15em;
  }

  .footer-privacy-modal__body li {
    margin-bottom: 6px;
  }

  .footer-privacy-modal__body li:last-child {
    margin-bottom: 0;
  }

  /* 관련 사이트(토글 + 링크 목록) — 링크는 흐름에서 빼고 버튼 위에 겹쳐 표시 */
  .footer-main__relatedBox {
    position: relative;
    z-index: 2;
    margin-top: 14px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    align-self: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-main__relatedBox.is-open {
    z-index: 5;
  }

  /* 헤더 전체가 클릭 영역(관련사이트 글자 + 화살표) */
  .footer-main__relatedHead {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0 0 10px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font: inherit;
    text-align: center;
    color: inherit;
  }

  .footer-main__relatedHead:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.85);
    outline-offset: 4px;
  }

  .footer-main__relatedLabel {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.88);
    pointer-events: none;
  }

  .footer-main__relatedHead i {
    font-size: 20px;
    line-height: 1;
    flex-shrink: 0;
    color: rgba(255, 255, 255, 0.92);
    transition: transform 0.2s ease;
    pointer-events: none;
  }

  .footer-main__relatedBox.is-open .footer-main__relatedHead i {
    transform: rotate(180deg);
  }

  .footer-main__relatedLinks {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    margin-bottom: 10px;
    width: 100%;
    max-height: min(280px, 50vh);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: stretch;
    text-align: center;
    padding: 15px 10px;
    border-radius: 10px;
    background: rgba(26, 26, 30, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.45);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
  }

  .footer-main__relatedBox.is-open .footer-main__relatedLinks {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  /* .footer-main__relatedLabel 과 동일한 글자 크기·굵기 */
  .footer-main__relatedLinks a {
    display: block;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    transition: color 0.2s, opacity 0.2s;
    text-align: left;
  }

  .footer-main__relatedLinks a:hover {
    color: #fff;
  }

  .footer-main__hours {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    /* margin-top: 20px; */
    align-self: center;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
  }
  .footer-main__left{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .footer-main__hours p {
    text-align: left;
  }

  .footer-main__hours p strong {
    font-weight: 500;
    color: #fff;
  }

  .footer-main__hours p:last-child {
    margin-bottom: 0;
  }

  .footer-main__copy {
    margin: 0;
    padding: 0;
    border-top: none;
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.38);
  }

  .footer-main__bottom {
    max-width: var(--f-max);
    margin: 0 auto;
    padding: 0 var(--f-pad);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    margin-top: clamp(28px, 4vw, 40px);
    padding-top: 22px;
    border-top: 1px solid var(--f-line);
  }

  .footer-main__support--bottom {
    margin-top: 0;
  }

  .footer-map__col-empty {
    width: 1px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.12);
  }

  @media (max-width: 1100px) {
    .footer-map__inner {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 28px 20px;
      padding: 32px var(--f-pad);
      justify-content: stretch;
    }

    .footer-map__col-empty {
      display: none !important;
    }

    .footer-main__inner {
      display: grid;
      grid-template-columns: 1fr;
      justify-items: center;
      text-align: center;
      gap: clamp(24px, 5vw, 40px);
    }

    .footer-main__logo {
      margin-left: auto;
      margin-right: auto;
    }

    .footer-main__left {
      align-items: center;
      text-align: center;
      width: 100%;
      max-width: 520px;
    }

    .footer-main__support {
      justify-content: center;
    }

    .footer-scroll {
      order: -1;
      max-width: none;
    }

    .footer-main__right {
      justify-self: center;
      text-align: center;
      align-items: center;
      width: 100%;
      max-width: 420px;
    }

    .footer-main__sns {
      justify-content: center;
    }

    .footer-main__location {
      justify-content: center;
      text-align: center;
    }

    .footer-utility__inner {
      justify-content: center;
    }

    .footer-main__bottom {
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 16px;
    }

    .footer-main__copy {
      text-align: center;
      width: 100%;
    }

    .footer-main__support--bottom {
      justify-content: center;
      width: 100%;
    }
  }

  @media (max-width: 768px) {
    .site-footer {
      --f-pad: clamp(16px, 4vw, 28px);
    }

    .footer-main {
      padding: clamp(36px, 8vw, 64px) 0 clamp(24px, 5vw, 36px);
      padding-left: env(safe-area-inset-left, 0);
      padding-right: env(safe-area-inset-right, 0);
    }

    .footer-main__logo-img {
      height: clamp(56px, 16vw, 80px);
    }

    .footer-main__info {
      font-size: clamp(14px, 3.6vw, 17px);
      line-height: 1.75;
    }

    .footer-main__legal {
      font-size: clamp(14px, 3.2vw, 16px);
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 8px 6px;
      row-gap: 10px;
    }

    .footer-main__legal .sep {
      margin: 0 4px;
    }

    .footer-main__sns a {
      width: 52px;
      height: 52px;
    }

    .footer-main__sns .bi {
      font-size: 20px;
    }

    .footer-main__relatedLabel,
    .footer-main__relatedLinks a {
      font-size: clamp(16px, 4vw, 18px);
    }

    .footer-main__hours {
      font-size: clamp(14px, 3.5vw, 17px);
      padding: 16px 14px;
    }

    .footer-main__support img {
      height: clamp(36px, 10vw, 44px);
    }

    .footer-privacy-modal {
      padding: 16px max(12px, env(safe-area-inset-left, 0px)) max(20px, env(safe-area-inset-bottom, 0px)) max(12px, env(safe-area-inset-right, 0px));
    }

    .footer-privacy-modal__panel {
      max-height: min(88vh, 100dvh - 32px);
      border-radius: 10px;
    }

    .footer-privacy-modal__head,
    .footer-privacy-modal__body {
      padding-left: 16px;
      padding-right: 16px;
    }
  }

  @media (max-width: 600px) {
    .footer-map__inner {
      display: none;
    }

    .footer-map__title {
      text-align: left;
    }

    .footer-map__col ul {
      text-align: left;
    }

    .footer-main__hours p {
      text-align: center;
    }

    .footer-main__contact-line {
      flex-direction: column;
      align-items: center;
      gap: 6px 0;
    }

    .footer-main__contact-sep {
      display: none;
    }
  }

  @media (max-width: 480px) {

    .footer-map__col a {
      font-size: 15px;
    }

    .footer-scroll .footer-map__topBtn {
      width: 80px;
      height: 80px;
    }

    .footer-scroll .footer-map__topBtn .footer-scroll__text {
      font-size: 12px;
    }
  }