@charset "utf-8";

/* =========================================================
   서브 페이지 공통 + 고객지원 (support.html)
   이전작업 디자인 토큰 + 최초작업(설계서) 콘텐츠 UI
   ========================================================= */

:root {
  --sub-sky: #2fafde;
  --sub-navy: #02498b;
  --sub-ink: #262626;
  --sub-muted: #666666;
  --sub-line: #e3e3e3;
  --sub-board: #acacac;
  --sub-white: #ffffff;
}

.page-sub .sub {
  background: var(--sub-white);
  padding-top: 72px;
}

.header > dl > dd div a.active {
  color: #02498b;
}

/* ---------- 히어로 ---------- */
.sub-hero {
  padding: 0 200px;
  margin-top:6px;
}

.sub-hero__panel {
  position: relative;
  max-width: 1600px;
  min-height: 550px;
  margin-inline: auto;
  border-radius: 30px;
  margin-top:5px;
  background: #88b9ff;
  overflow: hidden;
}

.sub-hero__bg {
  position: absolute;
  inset: -25px 0 0;
  width: 100%;
  height: calc(100% + 25px);
  object-fit: cover;
  pointer-events: none;
}

.sub-hero__content {
  position: relative;
  z-index: 1;
  max-width: 665px;
  padding: 153px 0 153px 135px;
}

.sub-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 40px;
  margin-bottom: 30px;
}

.sub-breadcrumb__home {
  flex-shrink: 0;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  overflow: hidden;
}

.sub-breadcrumb__home img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sub-breadcrumb__path {
  font-size: 24px;
  line-height: 37px;
  letter-spacing: -0.05em;
  color: #555555;
}

.sub-breadcrumb__sep {
  margin: 0 10px;
  font-size: 0.7em;
  color: #9a9a9a;
  vertical-align: middle;
}

.sub-hero__title {
  font-size: clamp(36px, 3vw, 60px);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.2;
  color: var(--sub-ink);
}

.sub-hero__desc {
  margin-top: 30px;
  font-size: clamp(18px, 1.2vw, 24px);
  line-height: 1.54;
  letter-spacing: -0.05em;
  color: #555555;
}

.support-hero__panel {
  background: #8fc8e0;
}

.support-hero__bg {
  object-position: center top;
}

.support-hero__art {
  position: absolute;
  left: 676px;
  top: 187px;
  width: 386px;
  height: auto;
  pointer-events: none;
  z-index: 1;
}

/* ---------- 본문 ---------- */
.support-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  padding: 80px 200px 100px;
}

/* 빠른 메뉴 카드 */
.support-menu {
  width: 100%;
  max-width: 1600px;
}

.support-menu__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.support-menu__grid > li { display: flex; }

.support-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 36px 32px;
  border: 1px solid var(--sub-line);
  border-radius: 20px;
  background: var(--sub-white);
  font: inherit;
  text-align: left;
  color: inherit;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.support-card:hover {
  transform: translateY(-4px);
  border-color: var(--sub-sky);
  box-shadow: 0 12px 30px rgba(47, 175, 222, 0.12);
}

.support-card.is-active {
  border-color: var(--sub-sky);
  box-shadow: 0 12px 30px rgba(47, 175, 222, 0.14);
}

.support-card__head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.support-card__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: #e9f7fc;
  font-size: 24px;
  line-height: 1;
  color: var(--sub-sky);
}

.support-card__title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--sub-ink);
}

.support-card__desc {
  flex: 1;
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: -0.02em;
  color: var(--sub-muted);
}

.support-card__cta {
  margin-top: 22px;
  font-size: 16px;
  font-weight: 700;
  color: var(--sub-sky);
}

/* 전화문의 카드 : 클릭 불가 · 정보 표시 */
.support-card--tel {
  cursor: default;
  background: #f7fbfd;
}

.support-card--tel:hover {
  transform: none;
  border-color: var(--sub-line);
  box-shadow: none;
}

.support-card--tel .support-card__icon {
  background: var(--sub-navy);
  color: #fff;
}

.support-card__tel {
  margin-top: 22px;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--sub-navy);
}

.support-card__hours {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.55;
  letter-spacing: -0.02em;
  color: var(--sub-muted);
}

/* ---------- 탭 보드 ---------- */
/* 실험: 박스 라인·배경 제거, 콘텐츠를 hero 폭(1600)에 좌우 정렬 */
.support-board {
  box-sizing: border-box;
  width: 100%;
  max-width: 1600px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.support-board__head { text-align: center; margin-bottom: 40px; }

.support-board__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 34px;
  padding: 0 16px;
  border-radius: 999px;
  background: #e9f7fc;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--sub-navy);
}

.support-board__label i { font-size: 14px; color: var(--sub-sky); }

.support-board__title {
  margin-top: 16px;
  font-size: clamp(28px, 2.4vw, 38px);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.25;
  color: var(--sub-ink);
}

/* ---------- 탭 : 밑줄 스타일 (드라마틱 인디케이터) ---------- */
.support-tab-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  max-width: none;
  margin: 0 0 48px;
  padding: 0;
  border: 0;
  border-bottom: 2px solid var(--sub-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.support-tab-btn {
  position: relative;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 0;
  margin: 0;
  padding: 0 4px 22px;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #aab2bb;
  cursor: pointer;
  transition: color 0.3s ease;
}

.support-tab-btn i {
  font-size: 19px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.support-tab-btn::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(135deg, #02498b, #00aee7);
  transform: scaleX(0);
  transform-origin: left center;
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease;
}

.support-tab-btn:hover:not(.active) { color: var(--sub-navy); }

.support-tab-btn:hover:not(.active)::after {
  transform: scaleX(1);
  opacity: 0.4;
}

.support-tab-btn.active {
  color: var(--sub-navy);
  font-weight: 800;
}

.support-tab-btn.active::after {
  transform: scaleX(1);
  opacity: 1;
  box-shadow: 0 6px 16px rgba(2, 73, 139, 0.4);
}

.support-tab-btn.active i { color: var(--sub-sky); transform: scale(1.12); }

.support-tab-panel { display: none; }
.support-tab-panel.active { display: block; }

.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;
}

/* ---------- 공지 ---------- */
.notice-stack { display: flex; flex-direction: column; gap: 14px; }

.notice-item {
  display: flex;
  align-items: center;
  gap: 18px;
  width: 100%;
  padding: 24px 26px;
  border: 1px solid var(--sub-line);
  border-radius: 18px;
  background: #fff;
  text-align: left;
  cursor: pointer;
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.notice-item:hover {
  transform: translateY(-2px);
  border-color: var(--sub-sky);
  box-shadow: 0 10px 26px rgba(47, 175, 222, 0.1);
}

.notice-badge {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  height: 28px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.notice-badge--notice { background: #e9f7fc; color: var(--sub-navy); }
.notice-badge--warn { background: #fff3d6; color: #b45309; }
.notice-badge--danger { background: #ffe4e4; color: #c02626; }
.notice-badge--faq { background: #e6effb; color: #1e40af; }

.notice-item__body { flex: 1; min-width: 0; }

.notice-item__title {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: var(--sub-ink);
}

.notice-item__meta {
  font-size: 15px;
  line-height: 1.55;
  color: #8a8a8a;
}

.notice-item__chev { flex-shrink: 0; font-size: 15px; color: #bbb; }

/* ---------- FAQ ---------- */
.faq-cat-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--sub-navy);
}

.faq-cat-title::before {
  content: "";
  flex-shrink: 0;
  width: 6px;
  height: 20px;
  border-radius: 3px;
  background: var(--sub-sky);
}

.faq-cat-title--spaced { margin-top: 32px; }

.faq-item {
  margin-bottom: 12px;
  border: 1px solid var(--sub-line);
  border-radius: 16px;
  overflow: hidden;
}

.faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 22px 26px;
  border: 0;
  background: #fff;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: var(--sub-ink);
  text-align: left;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.faq-q:hover { background: #f6fbfd; }

.faq-q.open { background: #e9f7fc; color: var(--sub-navy); }

.faq-icon {
  flex-shrink: 0;
  font-size: 16px;
  color: var(--sub-sky);
  transition: transform 0.25s;
}

.faq-q.open .faq-icon { transform: rotate(45deg); }

.faq-a {
  display: none;
  padding: 22px 26px;
  border-top: 1px solid #eef2f4;
  background: #fafcfd;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: -0.01em;
  color: var(--sub-muted);
}

/* ---------- 문의 채널 ---------- */
.support-channels {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 40px;
}

.support-channel-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 36px 24px;
  border: 1px solid var(--sub-line);
  border-radius: 20px;
  background: #fff;
  text-align: center;
}

.support-channel-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-bottom: 18px;
  border-radius: 18px;
  font-size: 26px;
}

.support-channel-icon--phone { background: #e9f7fc; color: var(--sub-navy); }
.support-channel-icon--kakao { background: #fff3d6; color: #d97706; }
.support-channel-icon--mail { background: #e6effb; color: #1d4ed8; }

.support-channel-name { margin-bottom: 10px; font-size: 19px; font-weight: 700; letter-spacing: -0.02em; color: var(--sub-ink); }

.support-channel-tel {
  display: block;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--sub-navy);
  text-decoration: none;
}

.support-channel-tel:hover { text-decoration: underline; }

.support-channel-accent { margin-bottom: 8px; font-size: 16px; font-weight: 700; color: #b45309; }
.support-channel-email { margin-bottom: 8px; font-size: 16px; font-weight: 700; color: #1d4ed8; }
.support-channel-note { font-size: 15px; line-height: 1.6; color: #8a8a8a; }

/* 폼 */
.form-section {
  padding: 36px 32px;
  border: 1px solid var(--sub-line);
  border-radius: 20px;
  background: #fafafa;
}

.form-section-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom: 2px solid #eefbff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--sub-navy);
}

.form-section-title i { color: var(--sub-sky); }

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 24px;
}

/* ---------- 플로팅 라벨 (모든 input / textarea / select 필수) ---------- */
.form-floating {
  position: relative;
  margin-bottom: 24px;
}

.form-floating--full { grid-column: 1 / -1; }

.form-floating > .form-control,
.form-floating > .form-select {
  display: block;
  width: 100%;
  height: calc(3.5rem + 2px);
  padding: 1.05rem 16px 0.45rem;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  background: #fff;
  font-size: 15px;
  line-height: 1.4;
  color: var(--sub-ink);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.form-floating > textarea.form-control {
  height: auto;
  min-height: 148px;
  padding-top: 1.65rem;
  resize: vertical;
}

.form-floating > .form-select {
  padding-top: 1.55rem;
  padding-bottom: 0.55rem;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23666' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
}

.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 1rem 16px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out, color 0.15s;
  color: #888;
  font-size: 15px;
  font-weight: 500;
}

.form-floating > label .req { color: #e349a3; margin-left: 2px; }

.form-floating > .form-control::placeholder { color: transparent; }

.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.05rem;
  padding-bottom: 0.45rem;
}

.form-floating > .form-control:focus {
  outline: none;
  border-color: var(--sub-sky);
  box-shadow: 0 0 0 3px rgba(47, 175, 222, 0.15);
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control:-webkit-autofill ~ label,
.form-floating > .form-select ~ label,
.form-floating > textarea.form-control:focus ~ label,
.form-floating > textarea.form-control:not(:placeholder-shown) ~ label {
  opacity: 0.9;
  transform: scale(0.82) translateY(-0.55rem) translateX(0.05rem);
  color: var(--sub-navy);
}

.form-floating > .form-select:focus {
  outline: none;
  border-color: var(--sub-sky);
  box-shadow: 0 0 0 3px rgba(47, 175, 222, 0.15);
}

/* date / file — placeholder 미지원 브라우저 대응 */
.form-floating > input[type="date"].form-control,
.form-floating > input[type="file"].form-control {
  padding-top: 1.55rem;
  padding-bottom: 0.55rem;
}

.form-floating > input[type="date"].form-control ~ label,
.form-floating > input[type="file"].form-control ~ label {
  opacity: 0.9;
  transform: scale(0.82) translateY(-0.55rem) translateX(0.05rem);
  color: var(--sub-navy);
}

.form-group { margin-bottom: 24px; }

.form-group--full { grid-column: 1 / -1; }

.form-control {
  display: block;
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  background: #fff;
  font-size: 15px;
  line-height: 1.4;
  color: var(--sub-ink);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.form-control:focus {
  outline: none;
  border-color: var(--sub-sky);
  box-shadow: 0 0 0 3px rgba(47, 175, 222, 0.15);
}

.form-control::placeholder { color: #aaa; }

textarea.form-control {
  min-height: 140px;
  resize: vertical;
}

select.form-control { cursor: pointer; }

.checkbox-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  padding: 16px 18px;
  border: 1px solid var(--sub-line);
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
}

.checkbox-item input[type="checkbox"] {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--sub-navy);
}

.checkbox-agree-title {
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 700;
  color: var(--sub-ink);
}

.checkbox-agree-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #888;
}

.req-mark { color: #e349a3; }

.inq-submit-wrap {
  margin-top: 28px;
  text-align: center;
}

.btn-inq {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 36px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(to right, #02498b, #00aee7);
  font-weight: 600;
  font-size: 17px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.2s;
}

.btn-inq:hover {
  opacity: 0.92;
  transform: translateY(-2px);
}

.inq-submit-note {
  margin-top: 12px;
  font-size: 14px;
  color: #888;
}

/* ---------- 전화 문의 패널 ---------- */
.support-contact { width: 100%; max-width: 1600px; }

.support-contact__panel {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 56px 60px;
  border: 1px solid var(--sub-board);
  border-radius: 30px;
  background: linear-gradient(135deg, #f4fafd, #eaf5fa);
}

.support-contact__title {
  font-size: clamp(26px, 2.2vw, 34px);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--sub-ink);
}

.support-contact__desc {
  margin-top: 14px;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: var(--sub-muted);
}

.support-contact__hours { margin-top: 10px; font-size: 16px; line-height: 1.6; color: #7a7a7a; }

.support-contact__phone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-width: 300px;
  padding: 34px 48px;
  border-radius: 24px;
  background: linear-gradient(135deg, #02498b, #00aee7);
  color: #fff;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(2, 73, 139, 0.22);
  transition: transform 0.2s, box-shadow 0.2s;
}

.support-contact__phone:hover {
  transform: translateY(-3px);
  color: #fff;
  box-shadow: 0 18px 36px rgba(2, 73, 139, 0.28);
}

.support-contact__dept { font-size: 17px; line-height: 1.5; opacity: 0.95; }

.support-contact__phone strong {
  margin-top: 8px;
  font-size: clamp(26px, 2.6vw, 36px);
  font-weight: 800;
  letter-spacing: -0.02em;
}

/* ---------- 반응형 ---------- */
@media (min-width: 1024px) {
  .support-channels {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1600px) {
  .sub-hero,
  .support-content {
    padding-inline: 80px;
  }

  .support-hero__art {
    left: auto;
    right: 40px;
  }
}

@media (max-width: 1200px) {
  .support-menu__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .support-contact__panel {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .support-contact__phone {
    width: 100%;
    min-width: 0;
  }

  .support-hero__art {
    position: static;
    display: block;
    width: min(100%, 386px);
    margin: 0 auto 32px;
    padding-inline: 24px;
  }

  .sub-hero__content {
    padding: 80px 40px 40px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .sub-hero,
  .support-content {
    padding-inline: 24px;
  }

  .support-card {
    min-height: auto;
    padding: 32px 24px;
  }

  .support-contact__panel {
    padding: 32px 24px;
  }

  .support-contact__desc {
    font-size: 18px;
    line-height: 1.6;
  }

  .support-tab-nav { gap: 22px; margin-bottom: 36px; }

  .support-tab-btn {
    min-width: 0;
    font-size: 17px;
    padding: 0 2px 16px;
  }
}

/* =========================================================
   반값여행 안내 (guide.html)
   ========================================================= */

.guide-hero__art {
  position: absolute;
  left: 676px;
  top: 187px;
  width: 386px;
  height: auto;
  pointer-events: none;
  z-index: 1;
}

/* ---------- 본문 레이아웃 ---------- */
.guide-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 72px;
  padding: 80px 200px 100px;
}

/* 실험: 박스 라인·배경 제거, 콘텐츠를 hero 폭(1600)에 좌우 정렬 */
.guide-box {
  box-sizing: border-box;
  width: 100%;
  max-width: 1600px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.guide-box--soft { background: transparent; }

/* 5단계 이용 절차 섹션만 테두리 박스 유지 */
.guide-box--framed {
  padding: 60px;
  border: 1px solid var(--sub-board);
  border-radius: 30px;
  background: var(--sub-white);
}

/* 공통 섹션 헤더 */
.guide-head {
  text-align: center;
  margin-bottom: 48px;
}

.guide-head__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 34px;
  padding: 0 16px;
  border-radius: 999px;
  background: #e9f7fc;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--sub-navy);
}

.guide-head__label i { font-size: 14px; color: var(--sub-sky); }

.guide-head__title {
  margin-top: 16px;
  font-size: clamp(28px, 2.4vw, 38px);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.25;
  color: var(--sub-ink);
}

.guide-head__title em { font-style: normal; color: var(--sub-sky); }

.guide-head__desc {
  margin-top: 14px;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: var(--sub-muted);
}

/* ---------- 1. 사업개요 ---------- */
.guide-overview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 660px;
  gap: 40px;
  align-items: stretch;
}

.guide-facts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
}

.guide-fact {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 22px 4px;
  border-top: 1px solid var(--sub-line);
  border-bottom: 1px solid var(--sub-line);
}

.guide-fact__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: var(--sub-sky);
}

.guide-fact__icon img { width: 30px; height: 30px; object-fit: contain; }

.guide-fact__text { flex: 1; min-width: 0; }

.guide-fact__text dt {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--sub-navy);
}

.guide-fact__text dd {
  margin-top: 6px;
  font-size: 18px;
  line-height: 1.55;
  letter-spacing: -0.02em;
  color: var(--sub-ink);
}

.guide-fact__text dd strong { font-weight: 700; color: var(--sub-sky); }

.guide-fact__period { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }

.guide-fact__badge {
  display: inline-flex;
  align-items: center;
  height: 26px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f6575a;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}

.guide-support {
  display: flex;
  flex-direction: column;
  padding: 40px 36px;
  border-radius: 24px;
  background: #eaf6fb;
}

.guide-support__head { margin-bottom: 24px; }
.guide-support__label { font-size: 15px; font-weight: 600; color: var(--sub-sky); }
.guide-support__title { margin-top: 6px; font-size: 24px; font-weight: 700; letter-spacing: -0.03em; color: var(--sub-ink); }

.guide-support__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.guide-amt-card {
  display: flex;
  flex-direction: column;
  padding: 26px 24px 24px;
  border: 1px solid #d7ebf4;
  border-radius: 18px;
  background: #fff;
  text-align: left;
}

.guide-amt-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 13px;
  background: #e9f4fb;
  color: var(--sub-navy);
  font-size: 17px;
}

.guide-amt-card__name {
  margin: 0;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--sub-ink);
}

.guide-amt-card__desc {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.55;
  letter-spacing: -0.02em;
  color: var(--sub-muted);
}

.guide-amt-card__amt {
  margin-top: auto;
  padding-top: 16px;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: var(--sub-muted);
}

.guide-amt-card__amt em { font-style: normal; font-weight: 800; color: var(--sub-navy); }

.guide-amt-card__cap {
  margin-top: 6px;
  font-size: 13px;
  letter-spacing: -0.02em;
  color: #96a4b0;
}

.guide-amt-card--youth { border-color: #bfe0ef; }
.guide-amt-card--youth .guide-amt-card__icon { background: var(--sub-sky); color: #fff; }
.guide-amt-card--youth .guide-amt-card__cap { font-weight: 700; color: var(--sub-sky); }

.guide-pay-card {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 22px;
  border: 1px solid #d7ebf4;
  border-radius: 18px;
  background: #fff;
}

.guide-pay-card img { flex-shrink: 0; width: 34px; height: 34px; object-fit: contain; }
.guide-pay-card p { font-size: 15px; line-height: 1.5; color: var(--sub-muted); }
.guide-pay-card strong { font-weight: 800; color: var(--sub-navy); }

/* ---------- 2. 신청 자격 ---------- */
.guide-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.guide-elig {
  display: flex;
  flex-direction: column;
  padding: 40px 38px 36px;
  border: 1px solid #dcebf6;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 75, 141, 0.05);
}

.guide-elig__head {
  display: flex; align-items: center; gap: 13px;
  padding-bottom: 22px; margin-bottom: 8px;
  border-bottom: 1px solid #edf3f7;
}

.guide-elig__icon {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-size: 19px;
}

.guide-elig__icon--ok { background: #e9f7fc; color: var(--sub-sky); }
.guide-elig__icon--no { background: #ffeeee; color: #f6575a; }

.guide-elig__title { font-size: 25px; font-weight: 700; letter-spacing: -0.03em; line-height: 32px; color: var(--sub-navy); }
.guide-elig--no .guide-elig__title { color: #e84848; }

.guide-elig__list { list-style: none; margin: 0; padding: 0; }

.guide-elig__list li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid #edf3f7;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: var(--sub-muted);
}

.guide-elig__list li:last-child { border-bottom: 0; padding-bottom: 0; }
.guide-elig__list li i { flex-shrink: 0; margin-top: 3px; width: 18px; text-align: center; }
.guide-elig--ok .guide-elig__list li i { color: var(--sub-sky); }
.guide-elig--no .guide-elig__list li i { color: #f6575a; }

/* ---------- 3. 지급 조건 ---------- */
.guide-cond {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}

.guide-cond-card {
  display: flex;
  flex-direction: column;
  padding: 34px 28px;
  border: 1px solid var(--sub-line);
  border-radius: 20px;
  background: #fff;
  text-align: center;
}

.guide-cond-card__icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 26px;
}

.guide-cond-card__icon--sky { background: #e9f7fc; color: var(--sub-sky); }
.guide-cond-card__icon--navy { background: #e6eff7; color: var(--sub-navy); }
.guide-cond-card__icon--pink { background: #fdeef6; color: #e349a3; }

.guide-cond-card h3 { font-size: 20px; font-weight: 700; letter-spacing: -0.02em; color: var(--sub-ink); margin-bottom: 12px; }
.guide-cond-card p { font-size: 16px; line-height: 1.7; color: var(--sub-muted); }
.guide-cond-card strong { font-weight: 700; color: var(--sub-ink); }

/* 공통 안내 박스 (경고 / 위험) */
.guide-notice {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  margin-top: 28px;
  padding: 26px 30px;
  border-radius: 20px;
}

.guide-notice > i { flex-shrink: 0; margin-top: 3px; font-size: 24px; }
.guide-notice__title { font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.guide-notice p { font-size: 16px; line-height: 1.7; }
.guide-notice p strong { font-weight: 700; }

.guide-notice--warn { background: #fff8eb; border: 1px solid #fcdca8; }
.guide-notice--warn > i,
.guide-notice--warn .guide-notice__title { color: #b45309; }
.guide-notice--warn p { color: #7c5312; }

.guide-notice--info { background: #f2fafd; border: 1px solid #cfe6f1; }
.guide-notice--info > i,
.guide-notice--info .guide-notice__title { color: var(--sub-navy); }
.guide-notice--info p { color: #4a6272; }
.guide-notice p + p { margin-top: 10px; }

.guide-notice--danger { background: #fff0f0; border: 1px solid #fbcaca; }
.guide-notice--danger > i,
.guide-notice--danger .guide-notice__title { color: #dc2626; }
.guide-notice--danger p { color: #8a2f2f; }

/* ---------- 4. 유료 관광시설 ---------- */
.guide-sites {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: stretch;
}

.guide-site {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 18px;
  border: 1px solid var(--sub-line);
  border-radius: 20px;
  background: #fff;
  text-align: center;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.guide-site:hover {
  transform: translateY(-4px);
  border-color: var(--sub-sky);
  box-shadow: 0 12px 26px rgba(47, 175, 222, 0.12);
}

.guide-site__icon {
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  font-size: 24px;
  background: #e9f7fc;
  color: var(--sub-sky);
}

.guide-site__name { font-size: 17px; font-weight: 700; letter-spacing: -0.02em; color: var(--sub-ink); }
.guide-site__meta { margin-top: 8px; font-size: 14px; color: #8a8a8a; }

/* ---------- 5. 이용 절차 ---------- */
/* 가로 5단계 플로우 */
.guide-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: none;
  margin: 0;
}

.guide-step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 30px 22px 28px;
  border: 1px solid #e0edf5;
  border-radius: 20px;
  background: #f8fcfe;
  text-align: center;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.guide-step:hover {
  border-color: var(--sub-sky);
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(47, 175, 222, .14);
}

/* 카드와 카드를 잇는 연결선 (gap 영역에만 그림) */
.guide-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 58px;
  left: 100%;
  width: 22px;
  height: 2px;
  background: #cfe3ef;
}

.guide-step__badge {
  position: relative;
  z-index: 1;
  align-self: flex-start;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--sub-navy);
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  box-shadow: 0 6px 16px rgba(2, 73, 139, .22);
}

.guide-step__badge--final { background: var(--sub-sky); box-shadow: 0 6px 16px rgba(47, 175, 222, .28); }

.guide-step__body { display: flex; flex-direction: column; align-items: flex-start; flex: 1; width: 100%; min-width: 0; text-align: left; }

.guide-step__tag {
  display: inline-flex;
  align-items: center;
  height: 26px;
  margin-bottom: 12px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.guide-step__tag--blue { background: #e9f7fc; color: var(--sub-navy); }
.guide-step__tag--green { background: #e8f8f0; color: #0a8a55; }
.guide-step__tag--amber { background: #fdf3d6; color: #b45309; }

.guide-step__body h3 {
  margin-bottom: 10px;
  padding-bottom: 12px;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--sub-ink);
  border-bottom: 1px solid #e0edf5;
  width: 100%;
}

.guide-step__body p { font-size: 15px; line-height: 1.65; letter-spacing: -0.02em; color: var(--sub-muted); }
.guide-step__list { list-style: none; margin: 16px 0 0; padding: 0; display: flex; flex-direction: column; gap: 11px; text-align: left; }
.guide-step__list li { position: relative; padding-left: 24px; font-size: 15px; line-height: 24px; letter-spacing: -0.02em; color: var(--sub-muted); }
.guide-step__list li::before { content: ""; position: absolute; left: 0; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: #eaf6fc; }
.guide-step__list li::after { content: ""; position: absolute; left: 5px; top: 9px; width: 6px; height: 3px; border-left: 2px solid var(--sub-sky); border-bottom: 2px solid var(--sub-sky); transform: rotate(-45deg); }
.guide-step__list li strong { font-weight: 700; color: var(--sub-ink); }
.guide-step__warn { margin-top: auto; padding: 16px 18px; border-radius: 14px; background: #fbf6ec; font-size: 14px; line-height: 23px; letter-spacing: -0.02em; color: #8a7a68; text-align: left; }
.guide-step__warn strong { font-weight: 700; color: #c8791a; }
.guide-step__body strong { font-weight: 700; color: var(--sub-navy); }

/* ---------- 6. 지원 제외 ---------- */
.guide-exclude {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
}

.guide-exclude__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 15px 0;
  border-bottom: 1px solid var(--sub-line);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: var(--sub-muted);
}

.guide-exclude__item i { flex-shrink: 0; margin-top: 4px; color: #f6575a; font-size: 15px; }

/* ---------- 7. CTA ---------- */
.guide-cta {
  box-sizing: border-box;
  width: 100%;
  max-width: 1600px;
  padding: 64px 40px;
  border-radius: 30px;
  text-align: center;
  background: linear-gradient(135deg, #02498b, #00aee7);
  color: #fff;
}

.guide-cta h2 { font-size: clamp(28px, 3vw, 40px); font-weight: 700; letter-spacing: -0.03em; }
.guide-cta p { margin-top: 14px; font-size: 18px; opacity: 0.92; }

.guide-cta__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.guide-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 56px;
  padding: 0 32px;
  border-radius: 999px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.guide-cta__btn--primary { background: #fff; color: var(--sub-navy); }
.guide-cta__btn--ghost { border: 2px solid rgba(255, 255, 255, 0.85); color: #fff; }
.guide-cta__btn:hover { transform: translateY(-2px); opacity: 0.95; }
.guide-cta__btn--primary:hover { color: #fff; }

/* ---------- 반응형 ---------- */
@media (max-width: 1600px) {
  .guide-content { padding-inline: 80px; }
  .guide-hero__art { left: auto; right: 40px; }
  .guide-overview { grid-template-columns: minmax(0, 1fr) 560px; }
}

@media (max-width: 1200px) {
  .guide-hero__art {
    position: static;
    display: block;
    width: min(100%, 386px);
    margin: 0 auto 32px;
    padding-inline: 24px;
  }
  .guide-box--framed { padding: 44px; }
  .guide-overview { grid-template-columns: 1fr; }
  .guide-sites { grid-template-columns: repeat(2, 1fr); }
  .guide-steps { grid-template-columns: repeat(3, 1fr); }
  .guide-step:not(:last-child)::after { display: none; }
}

@media (max-width: 768px) {
  .guide-content { padding-inline: 24px; gap: 48px; }
  .guide-box--framed { padding: 32px 22px; border-radius: 24px; }
  .guide-head { margin-bottom: 32px; }
  .guide-grid-2 { grid-template-columns: 1fr; }
  .guide-cond { grid-template-columns: 1fr; }
  .guide-support__cards { grid-template-columns: 1fr; }
  .guide-steps { grid-template-columns: 1fr; gap: 14px; }
  .guide-step { padding: 24px 20px 22px; }
  .guide-sites { grid-template-columns: 1fr; }
  .guide-exclude { grid-template-columns: 1fr; }
  .guide-cta { padding: 44px 24px; }
}

/* =========================================================
   정산신청 (settle.html)
   ========================================================= */

.settle-hero__panel { background: #8dda99; }

.settle-hero__bg { object-position: center top; }

.settle-hero__desc em {
  font-style: normal;
  font-weight: 500;
  color: var(--sub-sky);
}

.settle-hero__art {
  position: absolute;
  left: 676px;
  top: 187px;
  width: 386px;
  height: auto;
  pointer-events: none;
  z-index: 1;
}

.settle-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  padding: 50px 200px 100px;
}

.settle-notice__board {
  width: 100%;
  max-width: 1600px;
  padding: 50px;
  border: 1px solid var(--sub-board);
  border-radius: 20px;
}

.settle-notice__title {
  margin-bottom: 50px;
  font-size: clamp(28px, 2.5vw, 40px);
  font-weight: 500;
  letter-spacing: -0.05em;
  text-align: center;
  color: var(--sub-ink);
}

.settle-notice__cards {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  gap: 50px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.settle-notice-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: auto;
  min-height: 0;
  padding: 34px 28px;
  background: #f8f8f8;
  border-radius: 20px;
  text-align: center;
}

.settle-notice-card__icon {
  width: 84px;
  height: 84px;
  object-fit: contain;
}

.settle-notice-card__title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  color: #1c1c1c;
}

.settle-notice-card__title em {
  font-style: normal;
  color: var(--sub-sky);
}

.settle-notice-card__desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: var(--sub-muted);
}

.settle-docs {
  width: 100%;
  max-width: 1600px;
}

.settle-docs__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 50px;
  padding: 50px;
  background: #f8f8f8;
  border-radius: 30px;
}

.settle-docs-panel {
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  overflow: hidden;
}

.settle-docs-panel__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 30px 100px;
  text-align: center;
}

.settle-docs-panel--ok .settle-docs-panel__head { background: #eff8fc; }
.settle-docs-panel--no .settle-docs-panel__head { background: #ffeeed; }

.settle-docs-panel__head img {
  width: 97px;
  height: 97px;
  object-fit: contain;
}

.settle-docs-panel--ok .settle-docs-panel__title { color: #03a8e8; }
.settle-docs-panel--no .settle-docs-panel__title { color: #f6575a; }

.settle-docs-panel__title {
  font-size: clamp(28px, 2vw, 36px);
  font-weight: 500;
  line-height: 1.2;
}

.settle-docs-panel__subtitle {
  font-size: 22px;
  line-height: 37px;
  letter-spacing: -0.05em;
  color: var(--sub-muted);
}

.settle-docs-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 0;
  padding: 50px;
  background: var(--sub-white);
  border-radius: 0 0 30px 30px;
  list-style: none;
}

.settle-docs-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid var(--sub-line);
}

.settle-docs-item:last-child { border-bottom: 0; }

.settle-docs-item__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.settle-docs-item__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 60px;
  background: var(--sub-sky);
  font-size: 20px;
  font-weight: 500;
  color: var(--sub-white);
}

.settle-docs-item__num--warn { background: #f4594e; }

.settle-docs-item__head strong {
  font-size: 26px;
  font-weight: 500;
  color: #004b8d;
}

.settle-docs-item--warn .settle-docs-item__head strong { color: #f6575a; }

.settle-docs-item__badge {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  background: #fff3f3;
  border: 1px solid #f6575a;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 500;
  color: #f6575a;
}

.settle-docs-item p {
  font-size: 22px;
  line-height: 37px;
  letter-spacing: -0.05em;
  color: var(--sub-muted);
}

.settle-tabs-wrap {
  width: 100%;
  max-width: 1600px;
}

.query-tab {
  display: flex;
  gap: 0;
  margin-bottom: 32px;
  border-bottom: 2px solid var(--sub-line);
}

.query-tab-btn {
  padding: 14px 28px;
  border: 0;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  background: none;
  font-size: 17px;
  font-weight: 600;
  color: var(--sub-muted);
  cursor: pointer;
  transition: color 0.2s, border-color 0.2s;
}

.query-tab-btn.active {
  color: var(--sub-navy);
  border-bottom-color: var(--sub-sky);
}

.apply-page-panel { display: none; }
.apply-page-panel.is-active { display: block; }

.form-hint {
  margin-top: 7px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.6;
  color: #888;
}

.form-section-badge {
  margin-left: 8px;
  padding: 4px 10px;
  border-radius: 6px;
  background: #fff3f3;
  border: 1px solid #f6575a;
  font-size: 13px;
  font-weight: 600;
  color: #f6575a;
  vertical-align: middle;
}

.upload-field { margin-bottom: 24px; }

.upload-field__label {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
  color: var(--sub-ink);
}

.upload-field__label .req { color: #e349a3; margin-left: 2px; }

.upload-field__note {
  margin-left: 6px;
  font-size: 13px;
  font-weight: 400;
  color: #888;
}

.upload-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.upload-area {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  min-height: 152px;
  padding: 24px 20px;
  border: 2px dashed #cbd5e1;
  border-radius: 16px;
  background: #fff;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
}

.upload-area:hover {
  border-color: var(--sub-sky);
  background: #f0fbff;
}

.upload-area input[type="file"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer;
  font-size: 0;
  z-index: 1;
}

.upload-area > *:not(input[type="file"]) {
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.upload-area:focus-within {
  border-color: var(--sub-sky);
  box-shadow: 0 0 0 3px rgba(47, 175, 222, 0.15);
}

.upload-area--icon-bottom { justify-content: flex-start; }

.upload-area--icon-bottom .upload-mini-ic {
  margin-top: auto;
  padding-top: 6px;
}

.upload-mini-title {
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  color: var(--sub-ink);
  word-break: keep-all;
}

.upload-mini-meta {
  width: 100%;
  font-size: 13px;
  line-height: 1.45;
  color: #888;
  word-break: keep-all;
}

.upload-mini-name {
  width: 100%;
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.4;
  color: var(--sub-sky);
  word-break: break-all;
}

.upload-mini-name--amber { color: #d97706; }
.upload-mini-name--violet { color: #7c3aed; }
.upload-mini-name--blue { color: #2563eb; }

.upload-mini-ic {
  display: block;
  font-size: 28px;
  line-height: 1;
  color: var(--sub-sky);
}

.upload-mini-ic--amber { color: #d97706; }
.upload-mini-ic--violet { color: #7c3aed; }
.upload-mini-ic--blue { color: #2563eb; }

.settle-info-box {
  margin-bottom: 24px;
  padding: 20px 22px;
  border-radius: 14px;
}

.settle-info-box--amber {
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-left: 4px solid #d97706;
}

.settle-info-box--blue {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-left: 4px solid #2563eb;
}

.settle-info-box__inner {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.settle-info-box__inner > i {
  flex-shrink: 0;
  margin-top: 2px;
  font-size: 20px;
}

.settle-info-box--amber .settle-info-box__inner > i { color: #d97706; }
.settle-info-box--blue .settle-info-box__inner > i { color: #2563eb; }

.settle-info-box__title {
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 700;
}

.settle-info-box--amber .settle-info-box__title { color: #92400e; }
.settle-info-box--blue .settle-info-box__title { color: #1e3a8a; }

.settle-info-box p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
}

.settle-info-box--amber p { color: #78350f; }
.settle-info-box--blue p { color: #1e40af; }

.priv-link-inline {
  color: var(--sub-sky);
  text-decoration: underline;
}

.priv-link-inline:hover { color: var(--sub-navy); }

.apply-submit-wrap {
  margin-top: 28px;
  text-align: center;
}

.apply-submit-note {
  margin-top: 12px;
  font-size: 14px;
  color: #888;
}

.settle-query-wrap { margin-top: 24px; }

.settle-query-card {
  margin-bottom: 16px;
  padding: 24px;
  border: 1px solid #a7f3d0;
  border-radius: 16px;
  background: #f0fdf4;
}

.settle-query-h {
  margin-bottom: 14px;
  font-size: 17px;
  font-weight: 800;
  color: var(--sub-navy);
}

.settle-query-steps {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.settle-step {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border: 1px solid #bbf7d0;
  border-radius: 12px;
  background: #fff;
}

.settle-step--warn {
  background: #fef3c7;
  border-color: #fde68a;
}

.settle-step--pending {
  background: #f9fafb;
  border-color: #e5e7eb;
}

.settle-step-label {
  font-size: 14px;
  color: var(--sub-muted);
}

.settle-step-label--amber { color: #92400e; }

.settle-step-val {
  font-size: 14px;
  font-weight: 700;
  color: var(--sub-navy);
}

.settle-step-val--amber { color: #d97706; }
.settle-step-val--muted { font-weight: 600; color: #9ca3af; }

.settle-query-foot {
  margin: 0;
  padding: 16px 18px;
  border-radius: 12px;
  background: #eff6ff;
  font-size: 14px;
  line-height: 1.75;
  color: #1e40af;
}

.settle-query-foot a {
  font-weight: 700;
  color: var(--sub-navy);
  text-decoration: none;
}

.settle-query-foot a:hover { text-decoration: underline; }

.settle-query-form {
  max-width: 560px;
  margin-inline: auto;
}

.hidden-js { display: none; }
.hidden-js.is-visible { display: block; }

@media (max-width: 1600px) {
  .settle-content { padding-inline: 80px; }
  .settle-hero__art { left: auto; right: 40px; }
}

@media (max-width: 1200px) {
  .settle-docs__grid,
  .upload-grid {
    grid-template-columns: 1fr;
  }

  .settle-hero__art {
    position: static;
    display: block;
    width: min(100%, 386px);
    margin: 0 auto 32px;
    padding-inline: 24px;
  }
}

@media (max-width: 768px) {
  .settle-content { padding-inline: 24px; }

  .settle-docs__grid {
    padding: 28px 20px;
  }

  .settle-notice-card {
    min-height: auto;
    padding: 28px 20px;
    gap: 16px;
  }

  .settle-docs-list { padding: 28px 20px; }

  .query-tab-btn {
    flex: 1;
    padding-inline: 12px;
    font-size: 15px;
  }
}

/* =========================================================
   고성여행정보 (travel.html)
   ========================================================= */

.travel-hero__panel { background: #eeaea8; }
.travel-hero__bg { object-position: center top; }
.travel-hero__desc em { font-style: normal; font-weight: 500; color: #bc1606; }
.travel-hero__art {
  position: absolute;
  left: 676px;
  top: 187px;
  width: 386px;
  height: auto;
  pointer-events: none;
  z-index: 1;
}
.travel-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.travel-hero__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s, opacity 0.2s;
}
.travel-hero__btn:hover { transform: translateY(-2px); opacity: 0.95; color: inherit; }
.travel-hero__btn--primary { background: var(--sub-navy); color: #fff; }
.travel-hero__btn--ghost { background: rgba(255,255,255,0.85); color: var(--sub-navy); border: 1px solid rgba(2,73,139,0.15); }

.travel-content {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 50px 200px 100px;
}
.travel-intro {
  width: 100%;
  max-width: 1600px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 50px;
  border: 1px solid var(--sub-board);
  border-radius: 30px;
}
.travel-intro__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #eefbff;
  font-size: 14px;
  font-weight: 600;
  color: var(--sub-navy);
}
.travel-intro__title {
  font-size: clamp(28px, 2.5vw, 40px);
  font-weight: 500;
  letter-spacing: -0.05em;
  text-align: center;
  color: var(--sub-ink);
}
.travel-intro__desc {
  max-width: 1500px;
  font-size: 18px;
  line-height: 1.75;
  letter-spacing: -0.03em;
  text-align: center;
  color: var(--sub-muted);
}
.travel-intro__desc strong { font-weight: 600; color: var(--sub-ink); }

.travel-spots { width: 100%; max-width: 1600px; margin-inline: auto; }
.travel-spots__wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.travel-tabs {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0;
  padding: 0;
  border: none;
  background: transparent;
}
.travel-tabs__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  max-width: 50%;
  padding: 20px 40px;
  border: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 30px 30px 0 0;
  background: var(--sub-white);
  font-family: inherit;
  font-size: 22px;
  font-weight: 500;
  color: #a9a9a9;
  cursor: pointer;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}
.travel-tabs__btn + .travel-tabs__btn {
  margin-left: -1px;
}
.travel-tabs__btn.is-active {
  position: relative;
  z-index: 1;
  margin-bottom: -1px;
  padding-bottom: 21px;
  border-color: #2fafde;
  border-bottom-color: #f8f8f8;
  background: #f8f8f8;
  color: #2fafde;
  font-weight: 600;
}
.travel-tabs__btn:not(.is-active):hover {
  color: #2fafde;
  border-color: #b8dff0;
}

.travel-designated-panel {
  display: none;
  flex-direction: column;
  gap: 16px;
  padding: 50px;
  background: #f8f8f8;
  border: 1px solid #d9d9d9;
  border-radius: 0 0 30px 30px;
}
.travel-designated-panel.is-active { display: flex; }

.travel-dgroup {
  border-radius: 16px;
  border: 1px solid var(--sub-line);
  background: #fff;
  padding: 24px 28px;
}
.travel-dgroup-h {
  font-size: 20px;
  font-weight: 700;
  color: var(--sub-navy);
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.travel-dgroup-h i { opacity: 0.85; font-size: 18px; color: var(--sub-sky); }
.travel-dgroup-p {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: var(--sub-muted);
}
.travel-paid { font-weight: 700; color: #e349a3; }
.travel-muted { color: #888; }
.travel-dgroup-note {
  margin-top: 8px;
  padding: 16px 20px;
  border-radius: 12px;
  background: #eefbff;
  font-size: 15px;
  color: var(--sub-navy);
  line-height: 1.65;
}

.travel-section {
  max-width: 1600px;
  margin-inline: auto;
  width: 100%;
  padding: 50px;
  border: 1px solid var(--sub-board);
  border-radius: 30px;
  background: #fff;
}
.travel-section--soft { background: #f8fbfd; }
.travel-section__head { text-align: center; margin-bottom: 40px; }
.travel-section__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #eefbff;
  font-size: 14px;
  font-weight: 600;
  color: var(--sub-navy);
}
.travel-section__title {
  margin-top: 16px;
  font-size: clamp(26px, 2.5vw, 36px);
  font-weight: 500;
  letter-spacing: -0.05em;
  color: var(--sub-ink);
}
.travel-section__desc { margin-top: 12px; font-size: 17px; line-height: 1.65; color: var(--sub-muted); }

.travel-courses { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.course-card {
  background: #fff;
  border-radius: 20px;
  border: 1px solid var(--sub-line);
  padding: 28px 24px;
  transition: transform 0.3s, box-shadow 0.3s;
}
.course-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(2, 73, 139, 0.1);
}
.course-ic {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 16px;
}
.course-ic--mint { background: #eefbff; color: var(--sub-sky); }
.course-ic--blue { background: #e8f0f8; color: var(--sub-navy); }
.course-ic--amber { background: #fff8eb; color: #d97706; }
.course-tag {
  display: inline-flex;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 12px;
}
.course-tag--mint { background: #eefbff; color: var(--sub-navy); }
.course-tag--blue { background: #e8f0f8; color: var(--sub-navy); }
.course-tag--amber { background: #fef3c7; color: #92400e; }
.course-title { font-size: 18px; font-weight: 700; margin-bottom: 16px; color: var(--sub-ink); }
.course-steps { display: flex; flex-direction: column; }
.course-step {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: var(--sub-muted);
  padding: 10px 0;
  border-bottom: 1px solid var(--sub-line);
  line-height: 1.6;
}
.course-step:last-child { border-bottom: 0; }
.course-step i { color: var(--sub-sky); flex-shrink: 0; margin-top: 2px; }
.course-foot {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--sub-line);
  font-size: 13px;
  color: #888;
}
.course-foot i { margin-right: 4px; }
.course-foot .ic-sky { color: var(--sub-sky); }
.course-foot .ic-blue { color: var(--sub-navy); }
.course-foot .ic-amber { color: #d97706; }

.travel-food-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
.fs-section-head { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.fs-section-ic {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.fs-section-ic--mint { background: #eefbff; color: var(--sub-sky); }
.fs-section-ic--blue { background: #e8f0f8; color: var(--sub-navy); }
.fs-section-title { font-size: 20px; font-weight: 700; color: var(--sub-ink); }
.fs-stack { display: flex; flex-direction: column; gap: 12px; }
.market-card {
  padding: 20px;
  border: 1px solid var(--sub-line);
  border-radius: 14px;
  background: #fff;
}
.market-card--warn { border-color: #fcdca8; background: #fff8eb; }
.market-card-title { font-weight: 700; font-size: 15px; margin-bottom: 6px; color: var(--sub-ink); }
.market-card-desc { font-size: 14px; color: var(--sub-muted); line-height: 1.65; }
.market-card-warn-head { display: flex; align-items: center; gap: 8px; margin-bottom: 6px; }
.market-card-warn-ic { color: #d97706; }
.market-card-warn-title { font-weight: 700; font-size: 15px; color: #92400e; }
.market-card-warn-desc { font-size: 14px; color: #78350f; line-height: 1.65; }

@media (max-width: 1600px) {
  .travel-content { padding-inline: 80px; }
  .travel-hero__art { left: auto; right: 40px; }
}
@media (max-width: 1200px) {
  .travel-courses { grid-template-columns: 1fr; }
  .travel-food-grid { grid-template-columns: 1fr; }
  .travel-hero__art {
    position: static;
    display: block;
    width: min(100%, 386px);
    margin: 0 auto 32px;
    padding-inline: 24px;
  }
}
@media (max-width: 768px) {
  .travel-content { padding-inline: 24px; }
  .travel-intro, .travel-section, .travel-designated-panel { padding: 28px 20px; }
  .travel-tabs__btn { width: 50%; padding-inline: 16px; font-size: 16px; }
  .travel-tabs__btn.is-active { padding-bottom: 17px; }
  .travel-hero__actions { flex-direction: column; }
  .travel-hero__btn { justify-content: center; }
}

/* =========================================================
   고성사랑상품권 (gift.html)
   ========================================================= */

.gift-hero__panel { background: #9794f8; }
.gift-hero__bg { object-position: center top; }
.gift-hero__desc em { font-style: normal; font-weight: 500; color: #580dd3; }
.gift-hero__art {
  position: absolute;
  left: 676px;
  top: 187px;
  width: 386px;
  height: auto;
  pointer-events: none;
  z-index: 1;
}
.gift-content {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 50px 200px 100px;
}
.gift-board {
  max-width: 1600px;
  margin-inline: auto;
  width: 100%;
  padding: 50px;
  border: 1px solid var(--sub-board);
  border-radius: 30px;
}
.gift-about { max-width: 560px; margin-bottom: 48px; }
.gift-about__title {
  font-size: clamp(28px, 2.5vw, 40px);
  font-weight: 500;
  letter-spacing: -0.05em;
  color: var(--sub-ink);
}
.gift-about__desc {
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.75;
  color: var(--sub-muted);
}
.gift-board__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 520px);
  gap: 50px;
  align-items: start;
}
.gift-features { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.gift-feature {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 22px 24px;
  border: 1px solid #dcebf6;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 75, 141, 0.04);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.gift-feature::before {
  content: "";
  position: absolute;
  left: 0; top: 22px; bottom: 22px;
  width: 3px;
  border-radius: 0 3px 3px 0;
  background: var(--sub-sky);
  opacity: 0;
  transition: opacity .2s ease;
}
.gift-feature:hover {
  border-color: var(--sub-sky);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(47, 175, 222, 0.14);
}
.gift-feature:hover::before { opacity: 1; }
.gift-feature__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 15px;
  background: #eefbff;
  overflow: hidden;
  transition: background .2s ease;
}
.gift-feature:hover .gift-feature__icon { background: #e2f6fd; }
.gift-feature__icon img { width: 28px; height: 28px; object-fit: contain; }
.gift-feature__text { min-width: 0; }
.gift-feature__text h3 { font-size: 18px; font-weight: 700; letter-spacing: -0.03em; color: var(--sub-navy); }
.gift-feature__text p { margin-top: 6px; font-size: 15px; line-height: 1.6; letter-spacing: -0.02em; color: var(--sub-muted); }

.gift-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 40px 28px;
  border-radius: 30px;
  background: linear-gradient(147deg, #8ec5f0 1%, #4f74e1 100%);
  color: #fff;
}
.gift-card__head { text-align: center; }
.gift-card__brand { font-size: 16px; opacity: 0.9; }
.gift-card__brand-en { font-size: 28px; font-weight: 700; margin-top: 4px; }
.gift-card__amount-panel {
  position: relative;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
}
.gift-card__amount-body { padding: 32px 28px; color: var(--sub-muted); }
.gift-card__amount-label, .gift-card__amount-note { display: block; font-size: 15px; }
.gift-card__amount {
  display: block;
  margin: 8px 0;
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 700;
  color: var(--sub-sky);
}
.gift-card__pay-badge {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 28px;
  border-radius: 0 0 0 24px;
  background: var(--sub-navy);
  font-size: 14px;
  color: #fff;
}
.gift-card__qr {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 16px;
  background: rgba(255,255,255,0.15);
}
.gift-card__qr img {
  width: 88px;
  height: 88px;
  border-radius: 10px;
  background: #fff;
  object-fit: contain;
}
.gift-card__qr-text { display: flex; flex-direction: column; gap: 4px; }
.gift-card__qr-text strong { font-size: 17px; }
.gift-card__qr-text span { font-size: 15px; opacity: 0.92; }

.gift-section { max-width: 1600px; margin-inline: auto; width: 100%; }
.gift-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.app-card {
  padding: 32px 28px;
  border: 1px solid var(--sub-line);
  border-radius: 20px;
  background: #fff;
  transition: transform 0.3s, box-shadow 0.3s;
}
.app-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(2,73,139,0.08); }
.app-card-head { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; }
.app-card-logo {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
}
.app-card-logo--green { background: linear-gradient(135deg, #02498b, #2fafde); }
.app-card-logo--orange { background: linear-gradient(135deg, #f59e0b, #d97706); }
.app-card-name { font-size: 20px; font-weight: 700; color: var(--sub-ink); }
.app-card-sub { font-size: 14px; color: #888; margin-top: 2px; }
.app-card-lead { font-size: 15px; line-height: 1.7; color: var(--sub-muted); margin-bottom: 20px; }
.app-steps-label { font-size: 14px; font-weight: 700; color: var(--sub-navy); margin-bottom: 12px; }
.app-step {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--sub-line);
}
.app-step:last-child { border-bottom: 0; }
.app-step-num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #eefbff;
  color: var(--sub-navy);
  font-weight: 700;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.app-step-num--amber { background: #fef3c7; color: #d97706; }
.app-step-body { font-size: 14px; line-height: 1.65; color: var(--sub-muted); }
.app-store-row { display: flex; gap: 10px; margin-top: 20px; flex-wrap: wrap; }
.app-store-btn {
  flex: 1;
  min-width: 120px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
.app-store-btn--dark { background: #111; color: #fff; }
.app-store-btn--play { background: #3ddc84; color: #111; }

.gift-cat-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; margin-bottom: 28px; }
.gift-cat-tile {
  padding: 20px 12px;
  border: 1px solid var(--sub-line);
  border-radius: 14px;
  background: #fff;
  text-align: center;
}
.gift-cat-emoji { font-size: 28px; margin-bottom: 8px; line-height: 1; }
.gift-cat-label { font-size: 14px; font-weight: 700; color: var(--sub-ink); }
.gift-map-box {
  max-width: 560px;
  margin: 0 auto;
  padding: 32px 24px;
  border: 1px solid var(--sub-line);
  border-radius: 20px;
  background: #fff;
  text-align: center;
}
.gift-map-ic { font-size: 36px; color: var(--sub-sky); margin-bottom: 12px; }
.gift-map-h { font-size: 18px; font-weight: 700; margin-bottom: 10px; color: var(--sub-ink); }
.gift-map-p { font-size: 15px; line-height: 1.7; color: var(--sub-muted); margin-bottom: 20px; }
.gift-map-actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.gift-map-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.gift-map-btn--primary { background: var(--sub-navy); color: #fff; }
.gift-map-btn--outline { border: 1px solid var(--sub-line); color: var(--sub-navy); background: #fff; }

.gift-exclude-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.exclude-cat {
  padding: 22px 20px;
  border: 1px solid #fecaca;
  border-radius: 14px;
  background: #fff;
}
.exclude-cat-head { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.exclude-cat-ic {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #fff0f0;
  color: #dc2626;
  display: flex;
  align-items: center;
  justify-content: center;
}
.exclude-cat-h { font-weight: 700; font-size: 15px; color: #991b1b; }
.exclude-cat-p { font-size: 14px; line-height: 1.65; color: var(--sub-muted); margin: 0; }

.sub-nbox {
  margin-top: 28px;
  padding: 20px 24px;
  border-radius: 14px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.sub-nbox--blue { background: #eefbff; border: 1px solid #bde7f7; }
.sub-nbox--amber { background: #fff8eb; border: 1px solid #fcdca8; }
.sub-nbox--blue i { color: var(--sub-sky); font-size: 20px; margin-top: 2px; }
.sub-nbox--amber i { color: #d97706; font-size: 20px; margin-top: 2px; }
.sub-nbox p { margin: 0; font-size: 15px; line-height: 1.7; color: var(--sub-muted); }
.sub-nbox--blue p { color: var(--sub-navy); }
.sub-nbox--amber p { color: #92400e; }
.sub-nbox a { color: inherit; font-weight: 700; }

@media (max-width: 1600px) {
  .gift-content { padding-inline: 80px; }
  .gift-hero__art { left: auto; right: 40px; }
}
@media (max-width: 1200px) {
  .gift-board__body { grid-template-columns: 1fr; }
  .gift-card { max-width: 520px; margin-inline: auto; width: 100%; }
  .gift-grid-2 { grid-template-columns: 1fr; }
  .gift-cat-grid { grid-template-columns: repeat(3, 1fr); }
  .gift-exclude-grid { grid-template-columns: repeat(2, 1fr); }
  .gift-hero__art {
    position: static;
    display: block;
    width: min(100%, 386px);
    margin: 0 auto 32px;
    padding-inline: 24px;
  }
}
@media (max-width: 768px) {
  .gift-content { padding-inline: 24px; }
  .gift-board { padding: 28px 20px; }
  .gift-feature { flex-direction: column; align-items: flex-start; }
  .gift-cat-grid, .gift-exclude-grid { grid-template-columns: 1fr 1fr; }
}

/* =========================================================
   개인정보 처리방침 (privacy.html)
   ========================================================= */

.privacy-hero { padding-bottom: 0; }
.privacy-hero__panel {
  min-height: 280px;
  background: #fff;
  border: 1px solid var(--sub-line);
}
.privacy-hero__content { padding: 80px 0 60px 135px; max-width: 800px; }
.privacy-hero__title {
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  letter-spacing: -0.05em;
  color: var(--sub-ink);
  margin-bottom: 12px;
}
.privacy-hero__dates { font-size: 15px; color: var(--sub-muted); margin: 0; }
.privacy-hero .sub-breadcrumb__path { color: var(--sub-muted); }

.priv-content { padding: 50px 200px 100px; }
.priv-layout { display: grid; grid-template-columns: 280px 1fr; gap: 40px; max-width: 1600px; margin-inline: auto; }
.priv-toc-box {
  position: sticky;
  top: 100px;
  padding: 24px;
  border: 1px solid var(--sub-line);
  border-radius: 20px;
  background: #f8fbfd;
}
.priv-toc-h { font-size: 14px; font-weight: 700; color: var(--sub-navy); margin-bottom: 16px; letter-spacing: 0.04em; }
.priv-toc-nav { display: flex; flex-direction: column; gap: 4px; }
.toc-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 14px;
  color: var(--sub-muted);
  transition: background 0.2s, color 0.2s;
}
.toc-item:hover { background: #eefbff; color: var(--sub-navy); }
.toc-item i { color: var(--sub-sky); font-size: 8px; }

.priv-intro {
  margin-bottom: 24px;
  padding: 24px;
  border-radius: 16px;
  background: #eefbff;
  border: 1px solid #bde7f7;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.priv-intro i { color: var(--sub-sky); font-size: 24px; margin-top: 2px; }
.priv-intro p { margin: 0; font-size: 15px; line-height: 1.75; color: var(--sub-navy); }

.priv-section {
  margin-bottom: 20px;
  padding: 32px 28px;
  border: 1px solid var(--sub-line);
  border-radius: 20px;
  background: #fff;
}
.priv-h {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  color: var(--sub-navy);
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid #eefbff;
}
.priv-p { font-size: 15px; line-height: 1.8; color: var(--sub-muted); margin-bottom: 16px; }
.priv-p--flat { margin-bottom: 0; }
.priv-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.priv-li { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; line-height: 1.7; color: var(--sub-muted); }
.priv-li--baseline { align-items: baseline; }
.priv-li-ic { color: var(--sub-sky); flex-shrink: 0; margin-top: 3px; }
.priv-li-ic--dot { color: var(--sub-sky); font-size: 10px; line-height: 1; margin-top: 6px; }
.priv-hint { font-size: 14px; color: #888; margin-top: 12px; line-height: 1.7; }
.u-overflow-x { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.priv-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.priv-table th {
  background: #eefbff;
  color: var(--sub-navy);
  font-weight: 700;
  padding: 12px 14px;
  border: 1px solid #bde7f7;
  text-align: left;
}
.priv-table td {
  padding: 12px 14px;
  border: 1px solid var(--sub-line);
  vertical-align: top;
  line-height: 1.65;
  color: var(--sub-muted);
}
.priv-table tr:nth-child(even) td { background: #fafafa; }
.priv-rights-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.priv-right-card {
  padding: 16px;
  border: 1px solid var(--sub-line);
  border-radius: 12px;
  background: #f8fbfd;
}
.priv-right-title { font-weight: 700; color: var(--sub-navy); margin-bottom: 6px; font-size: 14px; }
.priv-right-desc { font-size: 13px; color: var(--sub-muted); line-height: 1.6; }
.priv-officer-box {
  padding: 20px;
  border-radius: 14px;
  background: #f8fbfd;
  border: 1px solid var(--sub-line);
}
.priv-officer-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.priv-dl-label { font-size: 12px; color: #888; margin-bottom: 4px; }
.priv-dl-value { font-weight: 700; color: var(--sub-ink); }
.priv-dl-value a { color: var(--sub-sky); text-decoration: none; }
.priv-dl-value a:hover { text-decoration: underline; }
.priv-remedy-stack { display: flex; flex-direction: column; gap: 12px; }
.priv-remedy-item {
  padding: 16px;
  border: 1px solid var(--sub-line);
  border-radius: 12px;
  background: #fff;
}
.priv-remedy-title { font-weight: 700; font-size: 15px; margin-bottom: 4px; color: var(--sub-ink); }
.priv-remedy-body { font-size: 14px; color: var(--sub-muted); }
.priv-remedy-body a { color: var(--sub-sky); }
.priv-footer-note {
  margin-top: 16px;
  padding: 14px 18px;
  border-radius: 10px;
  background: #eefbff;
  font-size: 14px;
  color: var(--sub-navy);
}

@media (max-width: 1200px) {
  .priv-layout { grid-template-columns: 1fr; }
  .priv-toc-box { position: static; }
  .privacy-hero__content { padding: 60px 40px 40px; }
}
@media (max-width: 768px) {
  .priv-content { padding-inline: 24px; }
  .priv-section { padding: 24px 20px; }
  .priv-rights-grid, .priv-officer-grid { grid-template-columns: 1fr; }
  .privacy-hero__content { padding: 48px 24px 32px; }
}


/* =========================================================
   사전신청
   Figma 117:7473 — oTFh81XkXzqNdkZHRwyMwP
   ========================================================= */

.apply-hero__panel {
  background: #eec56b;
}

.apply-hero__bg {
  object-position: center top;
}

.apply-hero__art {
  position: absolute;
  left: 676px;
  top: 187px;
  width: 386px;
  height: auto;
  pointer-events: none;
  z-index: 1;
}

.apply-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 72px;
  padding: 80px 200px 100px;
}

/* ---------- 신청안내 : 박스 라인 제거, hero 폭 좌우 정렬 ---------- */
.apply-notice { width: 100%; }

.apply-notice__board {
  width: 100%;
  max-width: 1600px;
  padding: 0;
  border: 0;
  border-radius: 0;
  margin: auto;
}

.apply-notice__title {
  margin-bottom: 34px;
  font-size: clamp(28px, 2.5vw, 40px);
  font-weight: 500;
  letter-spacing: -0.05em;
  text-align: center;
  color: #262626;
}

.apply-notice__cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.apply-notice__cards > li { display: flex; }

.apply-notice-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: auto;
  min-height: 0;
  padding: 34px 28px;
  background: #f8f8f8;
  border-radius: 20px;
  text-align: center;
}

.apply-notice-card__icon {
  width: 84px;
  height: 84px;
  object-fit: contain;
}

.apply-notice-card__title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  color: #1c1c1c;
}

.apply-notice-card__title em {
  font-style: normal;
  color: var(--sub-sky);
}

.apply-notice-card__desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #666666;
}

/* ---------- 서류 안내 ---------- */
.apply-docs {
  width: 100%;
  max-width: 1600px;
}

.apply-docs__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 50px;
  padding: 50px;
  background: #f8f8f8;
  border-radius: 30px;
}

.apply-docs-panel {
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  overflow: hidden;
}

.apply-docs-panel__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 30px 100px;
  text-align: center;
}

.apply-docs-panel--ok .apply-docs-panel__head {
  background: #eff8fc;
}

.apply-docs-panel--no .apply-docs-panel__head {
  background: #ffeeed;
}

.apply-docs-panel__head img {
  width: 97px;
  height: 97px;
  object-fit: contain;
}

.apply-docs-panel--ok .apply-docs-panel__title {
  color: #03a8e8;
}

.apply-docs-panel--no .apply-docs-panel__title {
  color: #f6575a;
}

.apply-docs-panel__title {
  font-size: clamp(28px, 2vw, 36px);
  font-weight: 500;
  line-height: 1.2;
}

.apply-docs-panel__subtitle {
  font-size: 22px;
  line-height: 37px;
  letter-spacing: -0.05em;
  color: #666666;
}

.apply-docs-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 0;
  padding: 50px;
  background: var(--sub-white);
  border-radius: 0 0 30px 30px;
  list-style: none;
}

.apply-docs-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #e3e3e3;
}

.apply-docs-item:last-child {
  border-bottom: 0;
}

.apply-docs-item__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.apply-docs-item__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 60px;
  background: var(--sub-sky);
  font-size: 20px;
  font-weight: 500;
  color: var(--sub-white);
}

.apply-docs-item__num--warn {
  background: #f4594e;
}

.apply-docs-item__head strong {
  font-size: 26px;
  font-weight: 500;
  color: #004b8d;
}

.apply-docs-item--warn .apply-docs-item__head strong {
  color: #f6575a;
}

.apply-docs-item__badge {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  background: #fff3f3;
  border: 1px solid #f6575a;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 500;
  color: #f6575a;
}

.apply-docs-item p {
  font-size: 22px;
  line-height: 37px;
  letter-spacing: -0.05em;
  color: #666666;
}

/* ---------- 신청 양식 ---------- */
.apply-form-section {
  width: 100%;
  max-width: 1600px;
}

.apply-form-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.apply-form-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 89px;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
}

.apply-form-tabs__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 29px 100px;
  border: 0;
  background: #e349a3;
  font-family: inherit;
  font-size: 26px;
  font-weight: 500;
  color: var(--sub-white);
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.apply-form-tabs__btn.is-active {
  background: var(--sub-sky);
}

.apply-form-tabs__btn:not(.is-active):hover {
  opacity: 0.92;
}

.apply-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  padding: 76px 80px;
  background: #f8f8f8;
  border-radius: 0 0 30px 30px;
}

.apply-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
}

.apply-steps__btn {
  padding: 24px 50px;
  border: 0;
  border-radius: 60px;
  background: #bebebe;
  font-family: inherit;
  font-size: 26px;
  font-weight: 500;
  color: var(--sub-white);
  cursor: pointer;
  transition: background 0.2s ease;
}

.apply-steps__btn.is-active {
  background: #000000;
}

.apply-form__panel {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 52px 50px;
  background: var(--sub-white);
  border-radius: 20px;
}

.apply-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 50px;
}

.apply-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.apply-field label {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #344054;
}

.apply-field__req {
  color: #03a8e8;
}

.apply-field input,
.apply-field select {
  width: 100%;
  padding: 18px 20px;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  background: var(--sub-white);
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  font-family: inherit;
  font-size: 16px;
  line-height: 24px;
  color: #101828;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.apply-field input::placeholder {
  color: #667085;
}

.apply-field input:focus,
.apply-field select:focus {
  outline: none;
  border-color: var(--sub-sky);
  box-shadow: 0 0 0 3px rgba(47, 175, 222, 0.15);
}

.apply-upload {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.apply-upload__box {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 32px 24px;
  border: 1px dashed #d0d5dd;
  border-radius: 12px;
  background: #fafafa;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.apply-upload__box:hover {
  border-color: var(--sub-sky);
  background: #f5fbfd;
}

.apply-upload__label {
  font-size: 16px;
  font-weight: 500;
  color: #344054;
}

.apply-upload__hint {
  font-size: 14px;
  color: #667085;
}

.apply-upload__box input[type="file"] {
  margin-top: 8px;
  font-size: 14px;
}

.apply-agree {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 16px;
  line-height: 1.6;
  color: #344054;
  cursor: pointer;
}

.apply-agree + .apply-agree {
  margin-top: 16px;
}

.apply-agree input {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--sub-sky);
}

.apply-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 30px 100px;
  border: 0;
  border-radius: 60px;
  background: #000000;
  font-family: inherit;
  font-size: 26px;
  font-weight: 500;
  color: var(--sub-white);
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.apply-form__submit:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

/* ---------- 사전신청 반응형 ---------- */
@media (max-width: 1600px) {
  .apply-content {
    padding-inline: 80px;
  }

  .apply-hero__art {
    left: auto;
    right: 40px;
  }
}

@media (max-width: 1200px) {
  .apply-docs__grid {
    grid-template-columns: 1fr;
  }

  .apply-form__row,
  .apply-upload {
    grid-template-columns: 1fr;
  }

  .apply-hero__art {
    position: static;
    display: block;
    width: min(100%, 386px);
    margin: 0 auto 32px;
    padding-inline: 24px;
  }
}

@media (max-width: 768px) {
  .apply-content {
    padding-inline: 24px;
    gap: 48px;
  }

  .apply-docs__grid {
    padding: 28px 20px;
  }

  .apply-notice__cards { grid-template-columns: 1fr; }

  .apply-notice-card {
    min-height: auto;
    padding: 28px 20px;
    gap: 16px;
  }

  .apply-docs-list {
    padding: 28px 20px;
  }

  .apply-form {
    padding: 40px 20px;
  }

  .apply-form__panel {
    padding: 28px 20px;
  }

  .apply-form-tabs__btn,
  .apply-steps__btn {
    padding-inline: 24px;
    font-size: 18px;
  }

  .apply-form__submit {
    width: 100%;
    padding-inline: 24px;
    font-size: 20px;
  }
}

/* =========================================================
   정산신청
   Figma 117:7853 — oTFh81XkXzqNdkZHRwyMwP
   ========================================================= */

.settle-hero__panel {
  background: #8dda99;
}

.settle-hero__bg {
  object-position: center top;
}

.settle-hero__desc em {
  font-style: normal;
  font-weight: 500;
  color: var(--sub-sky);
}

.settle-hero__art {
  position: absolute;
  left: 676px;
  top: 187px;
  width: 386px;
  height: auto;
  pointer-events: none;
  z-index: 1;
}

.settle-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  padding: 80px 200px 100px;
}

.settle-notice__board {
  width: 100%;
  max-width: 1600px;
  padding: 0;
  border: 0;
  border-radius: 0;
  margin: 0 auto
}

.settle-notice__title {
  margin-bottom: 50px;
  font-size: clamp(28px, 2.5vw, 40px);
  font-weight: 500;
  letter-spacing: -0.05em;
  text-align: center;
  color: #262626;
}

.settle-notice__cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.settle-notice__cards > li { display: flex; }

.settle-notice-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: auto;
  min-height: 0;
  padding: 34px 28px;
  background: #f8f8f8;
  border-radius: 20px;
  text-align: center;
}

.settle-notice-card__icon {
  width: 84px;
  height: 84px;
  object-fit: contain;
}

.settle-notice-card__title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  color: #1c1c1c;
}

.settle-notice-card__title em {
  font-style: normal;
  color: var(--sub-sky);
}

.settle-notice-card__desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #666666;
}

.settle-docs {
  width: 100%;
  max-width: 1600px;
}

.settle-docs__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 50px;
  padding: 50px;
  background: #f8f8f8;
  border-radius: 30px;
}

.settle-docs-panel {
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  overflow: hidden;
}

.settle-docs-panel__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 30px 100px;
  text-align: center;
}

.settle-docs-panel--ok .settle-docs-panel__head {
  background: #eff8fc;
}

.settle-docs-panel--no .settle-docs-panel__head {
  background: #ffeeed;
}

.settle-docs-panel__head img {
  width: 97px;
  height: 97px;
  object-fit: contain;
}

.settle-docs-panel--ok .settle-docs-panel__title {
  color: #03a8e8;
}

.settle-docs-panel--no .settle-docs-panel__title {
  color: #f6575a;
}

.settle-docs-panel__title {
  font-size: clamp(28px, 2vw, 36px);
  font-weight: 500;
  line-height: 1.2;
}

.settle-docs-panel__subtitle {
  font-size: 22px;
  line-height: 37px;
  letter-spacing: -0.05em;
  color: #666666;
}

.settle-docs-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 0;
  padding: 50px;
  background: var(--sub-white);
  border-radius: 0 0 30px 30px;
  list-style: none;
}

.settle-docs-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #e3e3e3;
}

.settle-docs-item:last-child {
  border-bottom: 0;
}

.settle-docs-item__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.settle-docs-item__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 60px;
  background: var(--sub-sky);
  font-size: 20px;
  font-weight: 500;
  color: var(--sub-white);
}

.settle-docs-item__num--warn {
  background: #f4594e;
}

.settle-docs-item__head strong {
  font-size: 26px;
  font-weight: 500;
  color: #004b8d;
}

.settle-docs-item--warn .settle-docs-item__head strong {
  color: #f6575a;
}

.settle-docs-item__badge {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  background: #fff3f3;
  border: 1px solid #f6575a;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 500;
  color: #f6575a;
}

.settle-docs-item p {
  font-size: 22px;
  line-height: 37px;
  letter-spacing: -0.05em;
  color: #666666;
}

@media (max-width: 1600px) {
  .settle-content {
    padding-inline: 80px;
  }

  .settle-hero__art {
    left: auto;
    right: 40px;
  }
}

@media (max-width: 1200px) {
  .settle-docs__grid {
    grid-template-columns: 1fr;
  }

  .settle-hero__art {
    position: static;
    display: block;
    width: min(100%, 386px);
    margin: 0 auto 32px;
    padding-inline: 24px;
  }
}

@media (max-width: 768px) {
  .settle-content {
    padding-inline: 24px;
  }

  .settle-notice__cards {
    grid-template-columns: 1fr;
  }

  .settle-docs__grid {
    padding: 28px 20px;
  }

  .settle-notice-card {
    min-height: auto;
    padding: 44px 24px;
    gap: 28px;
  }

  .settle-docs-list {
    padding: 28px 20px;
  }
}

/* =========================================================
   고성여행정보
   Figma 117:8432 — oTFh81XkXzqNdkZHRwyMwP
   ========================================================= */

.travel-hero__panel {
  background: #eeaea8;
}

.travel-hero__bg {
  object-position: center top;
}

.travel-hero__desc em {
  font-style: normal;
  font-weight: 500;
  color: #bc1606;
}

.travel-hero__art {
  position: absolute;
  left: 676px;
  top: 187px;
  width: 386px;
  height: auto;
  pointer-events: none;
  z-index: 1;
}

.travel-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  padding: 50px 200px 100px;
}

.travel-intro {
  width: 100%;
  max-width: 1600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  padding: 50px;
  border-radius: 20px;
}

.travel-intro__title {
  font-size: clamp(28px, 2.5vw, 40px);
  font-weight: 500;
  letter-spacing: -0.05em;
  text-align: center;
  color: #262626;
}

.travel-intro__desc {
  max-width: 1500px;
  font-size: 22px;
  line-height: 37px;
  letter-spacing: -0.05em;
  text-align: center;
  color: #555555;
}

.travel-intro__desc strong {
  font-weight: 500;
  color: #262626;
}

.travel-spots {
  width: 100%;
  max-width: 1600px;
}

.travel-spots__wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.travel-tabs {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0;
  padding: 0;
  border: none;
  background: transparent;
}

.travel-tabs__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  max-width: 50%;
  padding: 29px 100px;
  border: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 30px 30px 0 0;
  background: var(--sub-white);
  font-family: inherit;
  font-size: 26px;
  font-weight: 500;
  color: #a9a9a9;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.travel-tabs__btn + .travel-tabs__btn {
  margin-left: -1px;
}

.travel-tabs__btn.is-active {
  position: relative;
  z-index: 1;
  margin-bottom: -1px;
  padding-bottom: calc(29px + 1px);
  border-color: #2fafde;
  border-bottom-color: #f8f8f8;
  background: #f8f8f8;
  color: #2fafde;
  font-weight: 600;
}

.travel-tabs__btn:not(.is-active):hover {
  color: #2fafde;
  border-color: #b8dff0;
}

.travel-spots__panel {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 76px 50px;
  background: #f8f8f8;
}

.travel-spot {
  position: relative;
  min-height: 169px;
  padding: 37px 37px 37px 172px;
  background: var(--sub-white);
  border-radius: 20px;
}

.travel-spot--tall {
  min-height: 200px;
  padding-bottom: 49px;
}

.travel-spot__icon {
  position: absolute;
  left: 37px;
  top: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 300px;
  background: #cfe8ff;
}

.travel-spot__icon img {
  width: 45px;
  height: auto;
  object-fit: contain;
}

.travel-spot__body {
  min-height: 95px;
}

.travel-spot__body--full {
  min-height: auto;
  padding: 24px 0;
}

.travel-spot__label {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
  color: #344054;
}

.travel-spot__text {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  color: #666666;
}

.travel-spot__text--center {
  text-align: center;
}

.travel-spot__paid {
  color: #e349a3;
}

@media (max-width: 1600px) {
  .travel-content {
    padding-inline: 80px;
  }

  .travel-hero__art {
    left: auto;
    right: 40px;
  }
}

@media (max-width: 1200px) {
  .travel-spot {
    padding: 120px 32px 32px;
  }

  .travel-spot__icon {
    left: 32px;
    top: 32px;
  }

  .travel-hero__art {
    position: static;
    display: block;
    width: min(100%, 386px);
    margin: 0 auto 32px;
    padding-inline: 24px;
  }
}

@media (max-width: 768px) {
  .travel-content {
    padding-inline: 24px;
  }

  .travel-intro {
    padding: 28px 20px;
    gap: 28px;
  }

  .travel-intro__desc {
    font-size: 18px;
    line-height: 1.6;
  }

  .travel-tabs__btn {
    width: 50%;
    padding-inline: 16px;
    font-size: 18px;
  }

  .travel-tabs__btn.is-active {
    padding-bottom: 19px;
  }

  .travel-designated-panel {
    padding: 28px 20px;
  }

  .travel-spot {
    padding: 112px 20px 24px;
  }

  .travel-spot__icon {
    left: 20px;
    top: 20px;
    width: 80px;
    height: 80px;
  }

  .travel-spot__icon img {
    width: 36px;
  }

  .travel-spot__label {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .travel-spot__text {
    font-size: 16px;
  }
}

/* =========================================================
   고성사랑상품권
   Figma 117:8217 — oTFh81XkXzqNdkZHRwyMwP
   ========================================================= */

.gift-hero__panel {
  background: #9794f8;
}

.gift-hero__bg {
  object-position: center top;
}

.gift-hero__desc em {
  font-style: normal;
  font-weight: 500;
  color: #580dd3;
}

.gift-hero__art {
  position: absolute;
  left: 676px;
  top: 187px;
  width: 386px;
  height: auto;
  pointer-events: none;
  z-index: 1;
}

.gift-content {
  padding: 50px 200px 100px;
}

.gift-board {
  max-width: 1600px;
  margin-inline: auto;
  min-height: 947px;
  padding: 50px;
  border: 1px solid #acacac;
  border-radius: 30px;
}

.gift-about {
  max-width: 531px;
  margin-bottom: 72px;
}

.gift-about__title {
  font-size: clamp(28px, 2.5vw, 40px);
  font-weight: 500;
  letter-spacing: -0.05em;
  color: #262626;
}

.gift-about__desc {
  margin-top: 20px;
  font-size: 22px;
  line-height: 37px;
  letter-spacing: -0.05em;
  color: #555555;
}

.gift-board__body {
  display: grid;
  grid-template-columns: minmax(0, 900px) minmax(0, 550px);
  justify-content: space-between;
  gap: 50px;
  align-items: stretch;
}

.gift-features {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gift-feature {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 22px 24px;
  border: 1px solid #dcebf6;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 75, 141, 0.04);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.gift-feature::before {
  content: "";
  position: absolute;
  left: 0; top: 22px; bottom: 22px;
  width: 3px;
  border-radius: 0 3px 3px 0;
  background: var(--sub-sky);
  opacity: 0;
  transition: opacity .2s ease;
}

.gift-feature:hover {
  border-color: var(--sub-sky);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(47, 175, 222, 0.14);
}

.gift-feature:hover::before { opacity: 1; }

.gift-feature__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 15px;
  background: var(--sub-sky);
  overflow: hidden;
}

.gift-feature__icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.gift-feature__text h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: #004b8d;
}

.gift-feature__text p {
  margin-top: 6px;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: #666666;
}

.gift-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  padding: 36px 30px;
  border-radius: 30px;
  background: linear-gradient(147deg, #8ec5f0 1%, #4f74e1 100%);
  color: var(--sub-white);
}

.gift-card__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  text-align: center;
}

.gift-card__brand {
  font-size: 18px;
  line-height: 29px;
  letter-spacing: -0.03em;
}

.gift-card__brand-en {
  font-size: 30px;
  font-weight: 700;
  line-height: 29px;
}

.gift-card__amount-panel {
  position: relative;
  min-height: 190px;
  background: var(--sub-white);
  border-radius: 16px;
  overflow: hidden;
}

.gift-card__amount-body {
  padding: 41px 52px;
  color: #666666;
}

.gift-card__amount-label,
.gift-card__amount-note {
  display: block;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: -0.03em;
}

.gift-card__amount {
  display: block;
  margin: 10px 0;
  font-size: clamp(36px, 4vw, 50px);
  font-weight: 700;
  line-height: 1.1;
  color: var(--sub-sky);
}

.gift-card__pay-badge {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 50px;
  border-radius: 0 0 0 30px;
  background: #0043a7;
  font-size: 18px;
  line-height: 37px;
  letter-spacing: -0.05em;
  color: var(--sub-white);
}

.gift-card__qr {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.2);
}

.gift-card__qr img {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  border-radius: 10px;
  background: var(--sub-white);
  object-fit: contain;
}

.gift-card__qr-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.gift-card__qr-text strong {
  font-size: 20px;
  line-height: 29px;
}

.gift-card__qr-text span {
  font-size: 20px;
  line-height: 29px;
  letter-spacing: -0.03em;
  opacity: 0.95;
}

@media (max-width: 1600px) {
  .gift-content {
    padding-inline: 80px;
  }

  .gift-hero__art {
    left: auto;
    right: 40px;
  }
}

@media (max-width: 1200px) {
  .gift-board__body {
    grid-template-columns: 1fr;
  }

  .gift-card {
    max-width: 550px;
    margin-inline: auto;
    width: 100%;
  }

  .gift-hero__art {
    position: static;
    display: block;
    width: min(100%, 386px);
    margin: 0 auto 32px;
    padding-inline: 24px;
  }
}

@media (max-width: 768px) {
  .gift-content {
    padding-inline: 24px;
  }

  .gift-board {
    padding: 28px 20px;
    min-height: auto;
  }

  .gift-about {
    margin-bottom: 40px;
  }

  .gift-about__desc {
    font-size: 18px;
    line-height: 1.6;
  }

  .gift-feature {
    gap: 14px;
    padding: 18px 18px;
  }

  .gift-feature__text p {
    font-size: 14px;
    line-height: 1.6;
  }

  .gift-card {
    padding: 32px 20px;
    min-height: auto;
  }

  .gift-card__amount-body {
    padding: 32px 24px 24px;
  }

  .gift-card__qr {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}

/* =========================================================
   폼·탭·조회 유틸 (최초작업 main.css 추출·적응)
   ========================================================= */

/* ── Notice boxes (compact) ── */
.nbox { border-radius: 14px; padding: 22px 26px; }
.nbox-a { background: #fffbeb; border: 1px solid #fde68a; border-left: 4px solid #f59e0b; }
.nbox-r { background: #fff1f2; border: 1px solid #fecdd3; border-left: 4px solid #ef4444; }
.nbox-b { background: #eff6ff; border: 1px solid #bfdbfe; border-left: 4px solid #3b82f6; }
.nbox-g { background: #eefbff; border: 1px solid #b8e8f7; border-left: 4px solid var(--sub-sky); }
.nbox-hrow { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.nbox-h { font-size: 16px; font-weight: 800; margin: 0; }
.nbox-h--amber { color: #92400e; }
.nbox-h--red { color: #991b1b; }
.nbox-h--blue { color: #1e3a8a; }
.nbox-ic--lg { font-size: 22px; }
.nbox-ic--amber { color: #d97706; }
.nbox-ic--red { color: #dc2626; }
.nbox-ic--blue { color: #2563eb; }
.nbox-p { font-size: 14px; line-height: 1.8; margin: 0; }
.nbox-p--amber { color: #78350f; }
.nbox-p--red { color: #7f1d1d; }
.nbox-p--blue { color: #1e40af; }
.nbox-flex { display: flex; gap: 14px; align-items: flex-start; }
.nbox-ic--blue { color: #2563eb; font-size: 22px; flex-shrink: 0; margin-top: 2px; }
.nbox-ic--pm { color: var(--sub-sky); font-size: 22px; flex-shrink: 0; margin-top: 2px; }
.nbox-sub--blue { font-weight: 700; color: #1e3a8a; margin-bottom: 6px; }
.nbox-sub--p { font-weight: 700; color: var(--sub-navy); margin-bottom: 6px; }
.nbox-sub--amber { font-weight: 700; color: #92400e; margin-bottom: 6px; }
.nbox-sub--red { font-weight: 700; color: #991b1b; margin-bottom: 6px; }
.nbox-p--pm { font-size: 14px; color: var(--sub-sky); line-height: 1.75; margin: 0; }
.nbox-p--amber { font-size: 14px; color: #78350f; line-height: 1.75; margin: 0; }
.nbox-p--red { font-size: 14px; color: #7f1d1d; line-height: 1.75; margin: 0; }
.nbox-tip-row { display: flex; gap: 10px; align-items: flex-start; }
.nbox-tip-ic { color: #d97706; font-size: 18px; flex-shrink: 0; margin-top: 2px; }
.nbox-tip-title { font-weight: 700; color: #92400e; margin-bottom: 6px; }
.nbox-tip-p { font-size: 14px; color: #78350f; line-height: 1.75; margin: 0; }
.nbox-row { display: flex; gap: 12px; align-items: flex-start; }
.nbox-ic--blue-lg { color: #2563eb; font-size: 18px; flex-shrink: 0; margin-top: 2px; }
.nbox-text--blue { font-size: 14px; color: #1e40af; line-height: 1.8; margin: 0; }

.form-label-note { font-size: 13px; font-weight: 400; color: var(--sub-muted); margin-left: 4px; }
.badge-req {
  display: inline-block;
  margin-left: 5px;
  padding: 2px 7px;
  background: #fef3c7;
  color: #92400e;
  border: 1px solid #fcd34d;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  vertical-align: middle;
}

.hidden-js { display: none; }
.hidden-js.is-visible { display: block; }

/* ── Query tabs ── */
.query-tab {
  border-bottom: 2px solid var(--sub-line);
  display: flex;
  gap: 0;
  margin-bottom: 32px;
}
.query-tab-btn {
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 600;
  color: var(--sub-muted);
  border: none;
  background: none;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  transition: color 0.2s, border-color 0.2s;
  font-family: inherit;
}
.query-tab-btn.active { color: var(--sub-navy); border-bottom-color: var(--sub-navy); }

.apply-page-panel { display: none; }
.apply-page-panel.is-active { display: block; }

/* ── Step bar ── */
.step-bar { display: flex; gap: 0; margin-bottom: 40px; }
.step-bar--mb { margin-bottom: 40px; }
.step-bar-item { flex: 1; text-align: center; position: relative; }
.step-bar-item:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 22px;
  right: 0;
  width: 50%;
  height: 2px;
  background: var(--sub-line);
  z-index: 0;
}
.step-bar-item:not(:first-child)::before {
  content: '';
  position: absolute;
  top: 22px;
  left: 0;
  width: 50%;
  height: 2px;
  background: var(--sub-line);
  z-index: 0;
}
.step-bar-item.done::after,
.step-bar-item.done::before { background: var(--sub-sky); }
.step-bar-item.active::before { background: var(--sub-sky); }
.sbi-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 15px;
  margin: 0 auto 8px;
  border: 2px solid var(--sub-line);
  background: var(--sub-white);
  color: #9ca3af;
  position: relative;
  z-index: 1;
}
.step-bar-item.done .sbi-circle { background: var(--sub-sky); border-color: var(--sub-sky); color: #fff; }
.step-bar-item.active .sbi-circle {
  background: var(--sub-navy);
  border-color: var(--sub-navy);
  color: #fff;
  box-shadow: 0 4px 12px rgba(2, 73, 139, 0.25);
}
.sbi-label { font-size: 12px; font-weight: 600; color: #9ca3af; }
.step-bar-item.done .sbi-label,
.step-bar-item.active .sbi-label { color: var(--sub-navy); }

/* ── Upload areas ── */
.upload-area {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 2px dashed #cbd5e1;
  border-radius: 16px;
  padding: 28px 20px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
  background: #fafafa;
}
.upload-area:hover {
  border-color: var(--sub-sky);
  background: #eefbff;
  box-shadow: inset 0 0 0 1px rgba(47, 175, 222, 0.08);
}
.upload-area input[type="file"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer;
  font-size: 0;
  z-index: 1;
}
.upload-area > *:not(input[type="file"]) {
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.upload-area:focus-within {
  border-color: var(--sub-sky);
  box-shadow: 0 0 0 3px rgba(47, 175, 222, 0.15);
  outline: none;
}
.upload-area--short { min-height: 152px; padding: 22px 16px; }
.upload-area--icon-bottom { justify-content: flex-start; }
.upload-area--icon-bottom .upload-mini-ic { margin-top: auto; padding-top: 6px; }
.upload-ic-lg {
  display: block;
  font-size: 32px;
  line-height: 1;
  color: var(--sub-sky);
  flex-shrink: 0;
}
.upload-ic-lg--violet { color: #7c3aed; }
.upload-area-title {
  font-weight: 600;
  color: var(--sub-ink);
  width: 100%;
  text-align: center;
  line-height: 1.45;
  word-break: keep-all;
}
.upload-area-meta {
  font-size: 14px;
  color: var(--sub-muted);
  width: 100%;
  text-align: center;
  line-height: 1.5;
  word-break: keep-all;
}
.upload-file-name {
  font-size: 14px;
  margin-top: 4px;
  color: var(--sub-sky);
  width: 100%;
  text-align: center;
  line-height: 1.4;
  word-break: break-all;
}
.upload-file-name--violet { color: #7c3aed; }
.upload-mini-ic {
  display: block;
  font-size: 30px;
  line-height: 1;
  color: var(--sub-sky);
  flex-shrink: 0;
}
.upload-mini-ic--amber { color: #d97706; }
.upload-mini-ic--violet { color: #7c3aed; }
.upload-mini-ic--blue { color: #2563eb; }
.upload-mini-title {
  font-weight: 700;
  color: var(--sub-ink);
  font-size: 15px;
  width: 100%;
  text-align: center;
  line-height: 1.45;
  word-break: keep-all;
}
.upload-mini-meta {
  font-size: 13px;
  color: var(--sub-muted);
  width: 100%;
  text-align: center;
  line-height: 1.45;
  word-break: keep-all;
}
.upload-mini-name {
  font-size: 13px;
  margin-top: 3px;
  color: var(--sub-sky);
  width: 100%;
  text-align: center;
  line-height: 1.4;
  word-break: break-all;
}
.upload-mini-name--amber { color: #d97706; }
.upload-mini-name--violet { color: #7c3aed; }
.upload-mini-name--blue { color: #2563eb; }

.priv-link-inline { color: var(--sub-sky); text-decoration: underline; }
.priv-link-inline:hover { color: var(--sub-navy); }

.apply-submit-wrap { margin-top: 32px; text-align: center; }
.apply-submit-btn { font-size: 18px; padding: 16px 48px; }
.apply-submit-note { font-size: 14px; color: var(--sub-muted); margin-top: 14px; }

/* ── Query result ── */
.query-result {
  margin-top: 24px;
  background: #eefbff;
  border-radius: 16px;
  padding: 24px;
  border: 1.5px solid #b8e8f7;
}
.query-result-head { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.query-result-ic {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--sub-sky);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.query-result-title { font-weight: 800; color: var(--sub-navy); }
.query-result-sub { font-size: 14px; color: var(--sub-sky); }
.query-result-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.query-result-cell {
  background: var(--sub-white);
  border-radius: 12px;
  padding: 16px;
  border: 1px solid #b8e8f7;
}
.query-result-label { font-size: 12px; color: var(--sub-muted); margin-bottom: 4px; }
.query-result-value { font-weight: 700; color: var(--sub-navy); }

/* ── Settle query ── */
.settle-query-wrap { margin-top: 24px; }
.settle-query-card {
  background: #eefbff;
  border-radius: 16px;
  padding: 24px;
  border: 1.5px solid #b8e8f7;
  margin-bottom: 16px;
}
.settle-query-h { font-weight: 800; color: var(--sub-navy); margin-bottom: 14px; }
.settle-query-steps { display: flex; flex-direction: column; gap: 12px; }
.settle-step {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid #b8e8f7;
  background: var(--sub-white);
}
.settle-step--warn { background: #fef3c7; border-color: #fde68a; }
.settle-step--pending { background: #f9fafb; border-color: var(--sub-line); }
.settle-step-label { font-size: 14px; color: var(--sub-muted); }
.settle-step-label--amber { color: #92400e; }
.settle-step-val { font-size: 14px; font-weight: 700; color: var(--sub-navy); }
.settle-step-val--amber { color: #d97706; }
.settle-step-val--muted { font-weight: 600; color: #9ca3af; }
.settle-query-foot { font-size: 14px; color: #1e40af; line-height: 1.75; margin: 0; }
.settle-query-foot a { font-weight: 700; color: var(--sub-navy); text-decoration: none; }
.settle-query-foot a:hover { text-decoration: underline; }

/* ── Doc checklist & receipt ── */
.doc-checklist { list-style: none; padding: 0; margin: 0; }
.doc-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #f3f4f6;
  font-size: 15px;
  color: #344054;
  line-height: 1.7;
}
.doc-checklist li:last-child { border-bottom: none; }
.doc-checklist li i { flex-shrink: 0; margin-top: 2px; font-size: 16px; color: var(--sub-sky); }
.receipt-type-stack { display: flex; flex-direction: column; gap: 12px; }
.receipt-type {
  background: var(--sub-white);
  border: 1.5px solid var(--sub-line);
  border-radius: 14px;
  padding: 20px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.receipt-type__icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
  background: #fee2e2;
  color: #dc2626;
}
.receipt-type__title { font-weight: 700; font-size: 15px; margin-bottom: 3px; color: var(--sub-ink); }
.receipt-type__desc { font-size: 14px; color: var(--sub-muted); line-height: 1.7; }

/* ── Travel designated sites ── */
.travel-designated-panel { display: none; }
.travel-designated-panel.is-active { display: flex; }
.travel-dgroup {
  border-radius: 16px;
  border: 1px solid rgba(2, 73, 139, 0.12);
  background: var(--sub-white);
  padding: 22px 24px;
  margin-bottom: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}
.travel-dgroup-h {
  font-size: 17px;
  font-weight: 700;
  color: var(--sub-navy);
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.travel-dgroup-h i { opacity: 0.85; font-size: 18px; }
.travel-dgroup-p {
  margin: 0;
  font-size: 16px;
  color: #344054;
  line-height: 1.65;
}
.travel-dgroup-note {
  margin-top: 12px;
  padding: 12px 16px;
  border-radius: 8px;
  background: #eefbff;
  font-size: 15px;
  color: var(--sub-navy);
  line-height: 1.55;
}
.travel-paid { font-weight: 600; color: #e349a3; }

/* ── Course & market cards ── */
.course-card {
  background: var(--sub-white);
  border-radius: 20px;
  border: 1.5px solid var(--sub-line);
  padding: 32px;
  transition: transform 0.3s, box-shadow 0.3s;
}
.course-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(2, 73, 139, 0.1);
}
.course-ic {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 18px;
}
.course-ic--mint { background: #eefbff; color: var(--sub-navy); }
.course-ic--blue { background: #dbeafe; color: #1d4ed8; }
.course-ic--amber { background: #fef3c7; color: #d97706; }
.course-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.course-tag--mint { background: #eefbff; color: var(--sub-navy);  margin-bottom:0 !important;}
.course-tag--blue { background: #dbeafe; color: #1d4ed8;  margin-bottom:0 !important;}
.course-tag--amber { background: #fef3c7; color: #92400e; margin-bottom:0 !important;}
.course-title { font-size: 18px; font-weight: 800; margin-bottom: 16px; color: var(--sub-ink); }
.course-steps { display: flex; flex-direction: column; }
.course-step {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #344054;
  padding: 8px 0;
  border-bottom: 1px solid #f3f4f6;
}
.course-step:last-child { border-bottom: none; }
.course-step i { color: var(--sub-sky); flex-shrink: 0; }
.course-foot {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #f3f4f6;
  font-size: 14px;
  color: var(--sub-muted);
}

.market-card {
  background: var(--sub-white);
  border-radius: 18px;
  padding: 24px;
  border: 1.5px solid var(--sub-line);
  transition: border-color 0.3s;
}
.market-card:hover { border-color: #fde68a; }
.market-card--warn { border-color: #fde68a; }
.market-card-title { font-weight: 700; font-size: 15px; margin-bottom: 4px; color: var(--sub-ink); }
.market-card-desc { font-size: 14px; color: var(--sub-muted); line-height: 1.7; }
.market-card-warn-head { display: flex; align-items: center; gap: 8px; margin-bottom: 4px; }
.market-card-warn-ic { color: #d97706; font-size: 14px; }
.market-card-warn-title { font-weight: 700; font-size: 15px; color: #92400e; }
.market-card-warn-desc { font-size: 14px; color: #78350f; line-height: 1.7; }

.cta-band-green {
  background: linear-gradient(145deg, #02498b, #2fafde, #00aee7);
  padding: 64px 0;
}
.cta-band-green--tall { padding: 72px 0; }
.cta-band-title { color: #fff; font-size: 26px; font-weight: 800; margin-bottom: 12px; }
.cta-band-title-lg { font-size: 28px; }
.cta-band-lead { color: rgba(255, 255, 255, 0.72); margin-bottom: 32px; }
.cta-band-actions { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }

/* ── Gift extras (최초작업) ── */
.gift-intro-stack { display: flex; flex-direction: column; gap: 14px; }
.gift-feature-row { display: flex; gap: 14px; align-items: flex-start; }
.gift-feature-ic {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.gift-feature-ic--amber { background: #fef3c7; color: #d97706; }
.gift-feature-ic--mint { background: #eefbff; color: var(--sub-navy); }
.gift-feature-ic--blue { background: #dbeafe; color: #1d4ed8; }
.gift-feature-ic--purple { background: #ede9fe; color: #7c3aed; }
.gift-feature-title { font-weight: 700; font-size: 15px; margin-bottom: 3px; color: var(--sub-ink); }
.gift-feature-desc { font-size: 14px; color: var(--sub-muted); line-height: 1.7; }
.gift-mock-wrap { display: flex; justify-content: center; }
.gift-mock {
  background: linear-gradient(135deg, #02498b 0%, #2fafde 50%, #00aee7 100%);
  border-radius: 28px;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  box-shadow: 0 24px 64px rgba(2, 73, 139, 0.3);
  position: relative;
  overflow: hidden;
}
.gift-mock-deco1 {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  pointer-events: none;
}
.gift-mock-deco2 {
  position: absolute;
  bottom: -60px;
  left: -30px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  pointer-events: none;
}
.gift-mock-inner { position: relative; z-index: 1; }
.gift-mock-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 32px; }
.gift-mock-label { font-size: 12px; font-weight: 600; color: rgba(255, 255, 255, 0.6); letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 6px; }
.gift-mock-brand { font-size: 24px; font-weight: 900; color: #fff; }
.gift-mock-tag {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 10px 14px;
  font-size: 12px;
  font-weight: 700;
  color: #fbbf24;
}
.gift-mock-amt-block { margin-bottom: 32px; }
.gift-mock-amt-label { font-size: 12px; color: rgba(255, 255, 255, 0.5); margin-bottom: 6px; }
.gift-mock-amt { font-size: 40px; font-weight: 900; color: #fff; }
.gift-mock-amt-num { color: #fbbf24; }
.gift-mock-amt-note { font-size: 13px; color: rgba(255, 255, 255, 0.55); margin-top: 4px; }
.gift-mock-qr-row {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.gift-mock-qr-box {
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gift-mock-qr-box .bi { font-size: 24px; color: var(--sub-navy); }
.gift-mock-qr-title { font-size: 13px; font-weight: 700; color: rgba(255, 255, 255, 0.9); }
.gift-mock-qr-sub { font-size: 12px; color: rgba(255, 255, 255, 0.5); margin-top: 2px; }
.gift-cat-grid { margin-bottom: 32px; }
.gift-cat-tile {
  background: var(--sub-white);
  border-radius: 16px;
  padding: 20px;
  border: 1.5px solid var(--sub-line);
  text-align: center;
  transition: border-color 0.3s;
}
.gift-cat-tile:hover { border-color: #b8e8f7; }
.gift-cat-emoji { font-size: 50px; margin-bottom: 8px; line-height: 1; }
.gift-cat-label { font-weight: 700; font-size: 14px; color: var(--sub-ink); }
.gift-map-box {
  background: var(--sub-white);
  border-radius: 20px;
  padding: 32px;
  border: 1.5px solid var(--sub-line);
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
}
.gift-map-ic { font-size: 40px; color: var(--sub-sky); display: block; margin-bottom: 16px; }
.gift-map-h { font-size: 18px; font-weight: 800; margin-bottom: 10px; color: var(--sub-ink); }
.gift-map-p { font-size: 14px; color: var(--sub-muted); line-height: 1.75; margin-bottom: 24px; }
.gift-map-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.gift-foot-tel { font-weight: 700; color: #92400e; text-decoration: none; }
.gift-foot-tel:hover { text-decoration: underline; }

/* ── Privacy page ── */
.priv-section {
  background: var(--sub-white);
  border-radius: 20px;
  padding: 36px 32px;
  border: 1.5px solid var(--sub-line);
  margin-bottom: 20px;
}
.priv-h {
  font-size: 18px;
  font-weight: 800;
  color: var(--sub-navy);
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 2px solid #eefbff;
  display: flex;
  align-items: center;
  gap: 8px;
}
.priv-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.priv-table th {
  background: #eefbff;
  color: var(--sub-navy);
  font-weight: 700;
  padding: 14px 16px;
  border: 1px solid #b8e8f7;
  text-align: left;
}
.priv-table td {
  padding: 14px 16px;
  border: 1px solid var(--sub-line);
  vertical-align: top;
  line-height: 1.75;
  color: #344054;
}
.priv-table tr:nth-child(even) td { background: #fafafa; }
.priv-page { padding: 64px 0; background: var(--sub-white); }
.priv-toc-box {
  position: sticky;
  top: 96px;
  background: #f8fbfd;
  border-radius: 20px;
  padding: 24px;
  border: 1.5px solid var(--sub-line);
}
.priv-toc-h {
  font-size: 14px;
  font-weight: 700;
  color: var(--sub-navy);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
}
.priv-toc-nav { display: flex; flex-direction: column; gap: 4px; }
.priv-p {
  font-size: 15px;
  color: #344054;
  line-height: 1.85;
  margin-bottom: 16px;
}
.priv-p--flat { margin-bottom: 0; line-height: 1.8; }
.priv-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.priv-li { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; color: #344054; line-height: 1.7; }
.priv-li--baseline { align-items: baseline; }
.priv-li-ic { color: var(--sub-sky); flex-shrink: 0; margin-top: 3px; }
.priv-li-ic--dot { color: var(--sub-sky); font-size: 20px; flex-shrink: 0; line-height: 1; }
.priv-hint { font-size: 14px; color: var(--sub-muted); margin-top: 16px; line-height: 1.75; }
.priv-rights-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.priv-right-card {
  background: #eefbff;
  border-radius: 14px;
  padding: 18px;
  border: 1px solid #b8e8f7;
}
.priv-right-title { font-weight: 700; color: var(--sub-navy); margin-bottom: 6px; }
.priv-right-desc { font-size: 14px; color: var(--sub-sky); line-height: 1.7; }
.priv-officer-box {
  background: #eefbff;
  border-radius: 16px;
  padding: 24px;
  border: 1.5px solid #b8e8f7;
}
.priv-officer-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.priv-dl-label { font-size: 13px; color: var(--sub-muted); margin-bottom: 4px; }
.priv-dl-value { font-weight: 700; color: var(--sub-ink); }
.priv-dl-value a { color: var(--sub-navy); text-decoration: none; }
.priv-dl-value a:hover { text-decoration: underline; }
.priv-remedy-stack { display: flex; flex-direction: column; gap: 12px; }
.priv-remedy-item {
  background: #f9fafb;
  border-radius: 12px;
  padding: 16px 20px;
  border: 1px solid var(--sub-line);
}
.priv-remedy-title { font-weight: 700; font-size: 15px; margin-bottom: 4px; color: var(--sub-ink); }
.priv-remedy-body { font-size: 14px; color: var(--sub-muted); }
.priv-remedy-body a { color: var(--sub-sky); }
.priv-remedy-body a:hover { text-decoration: underline; }
.priv-footer-note {
  margin-top: 18px;
  background: #eefbff;
  border-radius: 12px;
  padding: 16px 20px;
  border: 1px solid #b8e8f7;
  font-size: 14px;
  color: var(--sub-navy);
}

@media (max-width: 768px) {
  .query-result-grid { grid-template-columns: 1fr; }
  .priv-rights-grid,
  .priv-officer-grid { grid-template-columns: 1fr; }
  .priv-section { padding: 24px 20px; }
  .priv-table { font-size: 13px; }
  .priv-table th,
  .priv-table td { padding: 10px 12px; }
}

/* =========================================================
   사전신청 폼 리디자인 (apply.html — .apply-form-section 이하)
   고객지원 탭 통일 + guide/support 디자인 시스템
   ========================================================= */

.apply-form-section {
  width: 100%;
  max-width: 1600px;
  margin-inline: auto;
}

/* 폼 박스 : 스텝바 + 폼 + 네비를 하나의 박스로 (hero 폭 통일) */
.apply-form-section__inner {
  box-sizing: border-box;
  padding: 56px 60px 60px;
  border: 1px solid var(--sub-board);
  border-radius: 30px;
  background: var(--sub-white);
}

/* ---------- 탭 : 밑줄 스타일 (드라마틱 인디케이터) ---------- */
.apply-form-section .query-tab {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  max-width: none;
  margin: 0 0 48px;
  padding: 0;
  border: 0;
  border-bottom: 2px solid var(--sub-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.apply-form-section .query-tab-btn {
  position: relative;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 0 4px 22px;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-family: inherit;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #aab2bb;
  cursor: pointer;
  transition: color 0.3s ease;
}

.apply-form-section .query-tab-btn i {
  font-size: 19px;
  transition: transform 0.3s ease, color 0.3s ease;
}

/* 밑줄 인디케이터 : 두꺼운 그라데이션 바 + 스프링 슬라이드 */
.apply-form-section .query-tab-btn::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(135deg, #02498b, #00aee7);
  transform: scaleX(0);
  transform-origin: left center;
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease;
}

.apply-form-section .query-tab-btn:hover:not(.active) { color: var(--sub-navy); }

.apply-form-section .query-tab-btn:hover:not(.active)::after {
  transform: scaleX(1);
  opacity: 0.4;
}

.apply-form-section .query-tab-btn.active {
  color: var(--sub-navy);
  font-weight: 800;
}

.apply-form-section .query-tab-btn.active::after {
  transform: scaleX(1);
  opacity: 1;
  box-shadow: 0 6px 16px rgba(2, 73, 139, 0.4);
}

.apply-form-section .query-tab-btn.active i {
  color: var(--sub-sky);
  transform: scale(1.12);
}

/* ---------- 스텝 진행 바 ---------- */
.apply-form-section .step-bar {
  display: flex;
  gap: 0;
  max-width: 640px;
  margin: 0 auto 44px;
}

.apply-form-section .step-bar-item {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.apply-form-section .step-bar-item::before,
.apply-form-section .step-bar-item::after { content: none; }

.apply-form-section .step-bar-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 22px;
  left: 50%;
  width: 100%;
  height: 1px;
  background: #e2e9ef;
  z-index: 0;
}

.apply-form-section .step-bar-item.done:not(:last-child)::after { background: var(--sub-sky); }

.apply-form-section .sbi-circle {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid #e2e9ef;
  background: #fff;
  font-size: 17px;
  font-weight: 700;
  color: #9ca3af;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.apply-form-section .step-bar-item.active .sbi-circle {
  border-color: var(--sub-navy);
  background: linear-gradient(135deg, #02498b, #00aee7);
  color: #fff;
  box-shadow: 0 6px 14px rgba(2, 73, 139, 0.22);
}

.apply-form-section .step-bar-item.done .sbi-circle {
  border-color: var(--sub-sky);
  background: var(--sub-sky);
  color: #fff;
}

.apply-form-section .sbi-label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #9ca3af;
  text-align: center;
}

.apply-form-section .step-bar-item.active .sbi-label,
.apply-form-section .step-bar-item.done .sbi-label { color: var(--sub-navy); }

/* ---------- 폼 섹션 카드 ---------- */
.apply-form-section .form-section {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.apply-form-section .form-section-title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--sub-line);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--sub-ink);
}

.apply-form-section .form-section-title i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: #e9f7fc;
  font-size: 19px;
  color: var(--sub-sky);
}

.apply-form-section .form-hint--spaced { margin-top: 14px; }

/* ---------- 서류 첨부 ---------- */
.apply-form-section .form-upload-group + .form-upload-group { margin-top: 24px; }

.apply-form-section .form-upload-label {
  display: block;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--sub-ink);
}

.apply-form-section .form-upload-label .req { color: #e349a3; margin-left: 2px; }

/* ---------- 개인정보 보호 안내 박스 ---------- */
.apply-privacy-box {
  margin-top: 24px;
  padding: 24px 26px;
  border: 1px solid #d7ebf4;
  border-radius: 18px;
  background: #f2fafd;
}

.apply-privacy-box__row { display: flex; gap: 16px; align-items: flex-start; }

.apply-privacy-box__icon {
  flex-shrink: 0;
  margin-top: 2px;
  font-size: 22px;
  color: var(--sub-sky);
}

.apply-privacy-box__title {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--sub-navy);
}

.apply-privacy-box__desc { font-size: 15px; line-height: 1.7; color: var(--sub-muted); }

/* ---------- 동의 체크박스 ---------- */
.apply-form-section .checkbox-item {
  align-items: flex-start;
  padding: 20px 22px;
  border: 1px solid var(--sub-line);
  border-radius: 16px;
  transition: border-color 0.2s, background 0.2s;
}

.apply-form-section .checkbox-item:hover { border-color: var(--sub-sky); background: #f8fcfe; }

/* ---------- 제출 ---------- */
.apply-form-section .apply-submit-wrap { margin-top: 36px; }

.apply-form-section .apply-submit-btn {
  height: 60px;
  padding: 0 52px;
  font-size: 18px;
}

/* ---------- 신청 결과 조회 ---------- */
.apply-form-section .apply-query-form { max-width: 620px; margin-inline: auto; }

.apply-form-section .apply-query-btn {
  width: 100%;
  height: 58px;
  margin-top: 8px;
}

/* =========================================================
   정산신청 폼 리디자인 (settle.html — .settle-tabs-wrap 이하)
   apply/support 탭 통일 + guide 디자인 시스템
   ========================================================= */

/* 신청안내 섹션 폭 보정 : align-items:center flex 에서 콘텐츠 폭으로
   줄어드는 문제 해결 → hero·docs 와 동일한 1600px 로 정렬 */
.settle-notice { width: 100%; }

/* 외곽 박스 : hero·guide·apply 박스와 통일 */
.settle-tabs-wrap {
  box-sizing: border-box;
  width: 100%;
  max-width: 1600px;
  margin-inline: auto;
  padding: 60px;
  border: 1px solid var(--sub-board);
  border-radius: 30px;
  background: var(--sub-white);
}

/* ---------- 탭 : 고객지원/사전신청 세그먼트 컨트롤과 통일 ---------- */
.settle-tabs-wrap .query-tab {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  max-width: 520px;
  margin: 0 auto 44px;
  padding: 6px;
  border: 1px solid #e2e9ef;
  border-radius: 18px;
  background: #eef3f7;
  box-shadow: inset 0 1px 3px rgba(16, 42, 67, 0.05);
}

.settle-tabs-wrap .query-tab-btn {
  flex: 1 1 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 120px;
  margin-bottom: 0;
  padding: 15px 20px;
  border: 0;
  border-radius: 14px;
  background: transparent;
  font-family: inherit;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #7d8794;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.settle-tabs-wrap .query-tab-btn i { font-size: 15px; opacity: 0.9; }

.settle-tabs-wrap .query-tab-btn:hover:not(.active) {
  color: var(--sub-navy);
  background: rgba(255, 255, 255, 0.65);
}

.settle-tabs-wrap .query-tab-btn.active {
  color: #fff;
  background: linear-gradient(135deg, #02498b, #00aee7);
  box-shadow: 0 10px 20px rgba(2, 73, 139, 0.26);
}

/* ---------- 폼 섹션 카드 ---------- */
.settle-tabs-wrap .form-section {
  padding: 40px 36px;
  border: 1px solid var(--sub-line);
  border-radius: 20px;
  background: var(--sub-white);
}

.settle-tabs-wrap .form-section + .form-section { margin-top: 24px; }

.settle-tabs-wrap .form-section-title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--sub-line);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--sub-ink);
}

.settle-tabs-wrap .form-section-title i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: #e9f7fc;
  font-size: 19px;
  color: var(--sub-sky);
}

.settle-tabs-wrap .form-section-badge {
  margin-left: auto;
  padding: 6px 14px;
  border-radius: 999px;
  background: #fff0f0;
  border: 1px solid #f6c4c4;
  font-size: 13px;
  font-weight: 700;
  color: #dc2626;
}

/* ---------- 업로드 라벨 ---------- */
.settle-tabs-wrap .upload-field__label {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--sub-ink);
}

/* ---------- 동의 체크박스 ---------- */
.settle-tabs-wrap .checkbox-item {
  align-items: flex-start;
  padding: 20px 22px;
  border: 1px solid var(--sub-line);
  border-radius: 16px;
  transition: border-color 0.2s, background 0.2s;
}

.settle-tabs-wrap .checkbox-item:hover { border-color: var(--sub-sky); background: #f8fcfe; }

/* ---------- 제출 ---------- */
.settle-tabs-wrap .apply-submit-wrap { margin-top: 36px; text-align: center; }

.settle-tabs-wrap .apply-submit-wrap .btn-inq {
  height: 60px;
  padding: 0 52px;
  font-size: 18px;
}

/* ---------- 결과 조회 폼 ---------- */
.settle-tabs-wrap .settle-query-form {
  max-width: 620px;
  margin-inline: auto;
}

.settle-tabs-wrap .settle-query-form .apply-submit-wrap .btn-inq {
  width: 100%;
  height: 58px;
}

/* =========================================================
   고성여행정보 리디자인 (travel.html — hero 이하 전체)
   guide 디자인 시스템 + 통일 세그먼트 탭
   ========================================================= */

.travel-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 72px;
  padding: 80px 200px 100px;
}

/* 실험: 박스 라인·배경 제거, 콘텐츠를 hero 폭(1600)에 좌우 정렬 */
.travel-content .travel-box {
  box-sizing: border-box;
  width: 100%;
  max-width: 1600px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.travel-content .travel-box--soft { background: transparent; }

/* 공통 헤더 */
.travel-content .travel-head { text-align: center; margin-bottom: 44px; }

.travel-content .travel-head__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 34px;
  padding: 0 16px;
  border-radius: 999px;
  background: #e9f7fc;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--sub-navy);
}

.travel-content .travel-head__label i { font-size: 14px; color: var(--sub-sky); }

.travel-content .travel-head__title {
  margin-top: 16px;
  font-size: clamp(28px, 2.4vw, 38px);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.25;
  color: var(--sub-ink);
}

.travel-content .travel-head__desc {
  max-width: 1100px;
  margin: 14px auto 0;
  font-size: 17px;
  line-height: 1.75;
  letter-spacing: -0.02em;
  color: var(--sub-muted);
}

.travel-content .travel-head__desc strong { font-weight: 700; color: var(--sub-ink); }

/* ---------- 세그먼트 탭 (고객지원/사전신청과 통일) ---------- */
/* 탭 : 밑줄 스타일 (드라마틱 인디케이터) */
.travel-content .travel-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  max-width: none;
  margin: 0 0 44px;
  padding: 0;
  border: 0;
  border-bottom: 2px solid var(--sub-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.travel-content .travel-tabs__btn {
  position: relative;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: auto;
  min-width: 0;
  max-width: none;
  margin: 0;
  padding: 0 4px 22px;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-family: inherit;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #aab2bb;
  cursor: pointer;
  transition: color 0.3s ease;
}

.travel-content .travel-tabs__btn i {
  font-size: 19px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.travel-content .travel-tabs__btn::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(135deg, #02498b, #00aee7);
  transform: scaleX(0);
  transform-origin: left center;
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease;
}

.travel-content .travel-tabs__btn:hover:not(.is-active) { color: var(--sub-navy); }

.travel-content .travel-tabs__btn:hover:not(.is-active)::after {
  transform: scaleX(1);
  opacity: 0.4;
}

.travel-content .travel-tabs__btn.is-active {
  color: var(--sub-navy);
  font-weight: 800;
}

.travel-content .travel-tabs__btn.is-active::after {
  transform: scaleX(1);
  opacity: 1;
  box-shadow: 0 6px 16px rgba(2, 73, 139, 0.4);
}

.travel-content .travel-tabs__btn.is-active i { color: var(--sub-sky); transform: scale(1.12); }

/* ---------- 지정 관광지 패널 ---------- */
.travel-content .travel-designated-panel {
  display: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.travel-content .travel-designated-panel.is-active { display: block; }

.travel-content .travel-dgrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.travel-content .travel-dgroup {
  padding: 26px 28px;
  border: 1px solid var(--sub-line);
  border-radius: 18px;
  background: #f9fbfc;
}

.travel-content .travel-dgroup-h {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--sub-ink);
}

.travel-content .travel-dgroup-ic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #e9f7fc;
  font-size: 17px;
  color: var(--sub-sky);
}

.travel-content .travel-dgroup-p {
  font-size: 15.5px;
  line-height: 1.8;
  letter-spacing: -0.02em;
  color: var(--sub-muted);
}

.travel-content .travel-paid {
  display: inline-block;
  padding: 1px 9px;
  margin: 0 1px;
  border-radius: 999px;
  background: #fff0e6;
  font-size: 12px;
  font-weight: 700;
  vertical-align: middle;
  color: #d9560b;
}

.travel-content .travel-muted { font-size: 0.92em; color: #9aa4ad; }

.travel-content .travel-dnote {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-top: 20px;
  padding: 20px 24px;
  border: 1px solid #d7ebf4;
  border-radius: 16px;
  background: #eff8fc;
  font-size: 15px;
  line-height: 1.7;
  color: #4a6270;
}

.travel-content .travel-dnote i { flex-shrink: 0; margin-top: 3px; color: var(--sub-sky); font-size: 18px; }
.travel-content .travel-dnote strong { font-weight: 700; color: var(--sub-navy); }

/* ---------- 추천 코스 ---------- */
.travel-content .travel-courses {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.travel-content .course-card {
  display: flex;
  flex-direction: column;
  padding: 34px 30px;
  border: 1px solid var(--sub-line);
  border-radius: 20px;
  background: var(--sub-white);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

/* 헤더 : 아이콘(좌) + 타이틀(우) 한 줄 */
.travel-content .course-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
}

.travel-content .course-card:hover {
  transform: translateY(-4px);
  border-color: var(--sub-sky);
  box-shadow: 0 14px 30px rgba(47, 175, 222, 0.12);
}

.travel-content .course-ic {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: 0;
  border-radius: 16px;
  font-size: 24px;
}

.travel-content .course-ic--mint { background: #e7f7ef; color: #0a8a55; }
.travel-content .course-ic--blue { background: #e9f7fc; color: var(--sub-navy); }
.travel-content .course-ic--amber { background: #fdf3d6; color: #b45309; }

.travel-content .course-tag {
  height: 28px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.travel-content .course-tag--mint { background: #e7f7ef; color: #0a8a55; }
.travel-content .course-tag--blue { background: #e9f7fc; color: var(--sub-navy); }
.travel-content .course-tag--amber { background: #fdf3d6; color: #b45309; }

.travel-content .course-title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--sub-ink);
}

.travel-content .course-steps {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}

.travel-content .course-step {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: -0.02em;
  color: var(--sub-muted);
}

.travel-content .course-step i {
  flex-shrink: 0;
  margin-top: 1px;
  font-size: 19px;
  color: var(--sub-sky);
}

.travel-content .course-step strong { font-weight: 700; color: var(--sub-ink); }

.travel-content .course-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px 20px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--sub-line);
  font-size: 14px;
  color: #8a8a8a;
}

.travel-content .course-foot i { color: var(--sub-sky); margin-right: 4px; }

/* ---------- 맛집·숙박 ---------- */
.travel-content .travel-food-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  align-items: start;
}

.travel-content .fs-section-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.travel-content .fs-section-ic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  font-size: 20px;
}

.travel-content .fs-section-ic--mint { background: #e7f7ef; color: #0a8a55; }
.travel-content .fs-section-ic--blue { background: #e9f7fc; color: var(--sub-navy); }

.travel-content .fs-section-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--sub-ink);
}

.travel-content .fs-stack { display: flex; flex-direction: column; gap: 14px; }

.travel-content .market-card {
  padding: 22px 24px;
  border: 1px solid var(--sub-line);
  border-radius: 16px;
  background: var(--sub-white);
}

.travel-content .market-card-title {
  margin-bottom: 6px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--sub-ink);
}

.travel-content .market-card-desc {
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: -0.02em;
  color: var(--sub-muted);
}

.travel-content .market-card--warn { background: #fff0f0; border-color: #f6c4c4; }

.travel-content .market-card-warn-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.travel-content .market-card-warn-ic { font-size: 18px; color: #dc2626; }

.travel-content .market-card-warn-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #dc2626;
}

.travel-content .market-card-warn-desc {
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: -0.02em;
  color: #8a2f2f;
}

/* ---------- 반응형 ---------- */
@media (max-width: 1600px) {
  .travel-content { padding-inline: 80px; }
}

@media (max-width: 1200px) {
  .travel-content .travel-dgrid { grid-template-columns: 1fr; }
  .travel-content .travel-courses { grid-template-columns: 1fr; }
  .travel-content .travel-food-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .travel-content { padding-inline: 24px; gap: 48px; }
  .travel-content .travel-head { margin-bottom: 32px; }
  .travel-content .travel-dgroup { padding: 22px 20px; }
  .travel-content .travel-tabs { gap: 24px; }
  .travel-content .travel-tabs__btn { font-size: 18px; padding: 0 2px 16px; }
}

/* =========================================================
   고성사랑상품권 리디자인 (gift.html — hero 이하 전체)
   guide 디자인 시스템 통일 + 앱 다운로드 버튼 높이 2배
   ========================================================= */

.gift-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 72px;
  padding: 80px 200px 100px;
}

/* 실험: 박스 라인·배경 제거, 콘텐츠를 hero 폭(1600)에 좌우 정렬 */
.gift-content .gift-box {
  box-sizing: border-box;
  width: 100%;
  max-width: 1600px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.gift-content .gift-box--soft { background: transparent; }

/* 공통 헤더 */
.gift-content .gift-head { text-align: center; margin-bottom: 44px; }

.gift-content .gift-head__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 34px;
  padding: 0 16px;
  border-radius: 999px;
  background: #e9f7fc;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--sub-navy);
}

.gift-content .gift-head__label i { font-size: 14px; color: var(--sub-sky); }

.gift-content .gift-head__label--danger { background: #fff0f0; color: #991b1b; }
.gift-content .gift-head__label--danger i { color: #dc2626; }

.gift-content .gift-head__title {
  margin-top: 16px;
  font-size: clamp(28px, 2.4vw, 38px);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.25;
  color: var(--sub-ink);
}

.gift-content .gift-head__desc {
  max-width: 1000px;
  margin: 14px auto 0;
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: -0.02em;
  color: var(--sub-muted);
}

/* ---------- 1. 소개 : 좌 특징 / 우 상품권 카드 (높이 일치) ---------- */
.gift-content .gift-board__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 520px;
  gap: 40px;
  align-items: stretch;
}

/* ---------- 앱 다운로드 버튼 : 높이 약 2배 ---------- */
.gift-content .app-store-row {
  display: flex;
  gap: 12px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.gift-content .app-store-btn {
  flex: 1 1 0;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 72px;
  padding: 0 20px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.gift-content .app-store-btn i { font-size: 22px; }

.gift-content .app-store-btn:hover { transform: translateY(-2px); opacity: 0.94; }

.gift-content .app-store-btn--dark { background: #111; color: #fff; }
.gift-content .app-store-btn--play { background: #3ddc84; color: #111; }

/* ---------- 반응형 ---------- */
@media (max-width: 1600px) {
  .gift-content { padding-inline: 80px; }
}

@media (max-width: 1200px) {
  .gift-content .gift-board__body { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .gift-content { padding-inline: 24px; gap: 48px; }
  .gift-content .gift-head { margin-bottom: 32px; }
  .gift-content .app-store-btn { height: 64px; }
}

/* =========================================================
   사전신청 : hero 조회 버튼 + 스텝 위저드 + 조회 모달
   ========================================================= */

/* ---------- hero 좌하단 '신청 결과 조회' 버튼 ---------- */
.apply-hero__actions { margin-top: 34px; }

.apply-query-open {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  height: 66px;
  padding: 0 40px 0 26px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #02498b, #00aee7);
  color: #fff;
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  cursor: pointer;
  box-shadow: 0 16px 34px rgba(2, 73, 139, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.25);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.apply-query-open__ic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  font-size: 17px;
}

.apply-query-open__label { padding-bottom: 1px; }

.apply-query-open__arrow {
  font-size: 14px;
  opacity: 0.9;
  transition: transform 0.25s ease;
}

.apply-query-open:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 44px rgba(2, 73, 139, 0.44), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.apply-query-open:hover .apply-query-open__arrow { transform: translateX(4px); }

.apply-query-open:active { transform: translateY(-1px); }

/* ---------- 스텝 위저드 : 한 번에 한 스텝만 표시 ---------- */
.apply-form-section .step-bar-item { cursor: pointer; }

.apply-form-section .form-section { display: none; }
.apply-form-section .form-section.is-current { display: block; animation: applyStepIn 0.35s ease; }

@keyframes applyStepIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: none; }
}

/* ---------- 스텝 네비게이션 (이전 / 다음 / 제출) ---------- */
.apply-form-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 36px;
}

.apply-nav-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 56px;
  padding: 0 32px;
  border-radius: 999px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.apply-nav-btn--prev {
  margin-right: auto;
  border: 1.5px solid #d5dde3;
  background: #fff;
  color: var(--sub-navy);
}

.apply-nav-btn--prev:hover { border-color: var(--sub-navy); }

.apply-nav-btn--next {
  border: 0;
  background: linear-gradient(135deg, #02498b, #00aee7);
  color: #fff;
  box-shadow: 0 10px 20px rgba(2, 73, 139, 0.26);
}

.apply-nav-btn--next:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(2, 73, 139, 0.34); }

.apply-form-nav .apply-submit-btn { margin-left: 0; height: 56px; }

.apply-submit-note { margin-top: 16px; text-align: center; font-size: 14px; color: var(--sub-muted); }

/* ---------- 조회 모달 ---------- */
body.modal-open { overflow: hidden; }

.apply-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.apply-modal[hidden] { display: none; }

.apply-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(14, 28, 43, 0.55);
  animation: applyModalFade 0.25s ease;
}

.apply-modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 560px;
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  padding: 48px 44px 44px;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.32);
  animation: applyModalPop 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.apply-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: #f1f5f8;
  color: #66707a;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.apply-modal__close:hover { background: #e2e9ef; color: var(--sub-navy); }

.apply-modal__head { text-align: center; margin-bottom: 30px; }

.apply-modal__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: #e9f7fc;
  color: var(--sub-sky);
  font-size: 26px;
}

.apply-modal__title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--sub-ink);
}

.apply-modal__sub { margin-top: 10px; font-size: 15px; line-height: 1.6; color: var(--sub-muted); }

.apply-modal__body .apply-query-btn {
  width: 100%;
  height: 56px;
  margin-top: 6px;
  justify-content: center;
}

@keyframes applyModalFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes applyModalPop {
  from { opacity: 0; transform: translateY(24px) scale(0.96); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 768px) {
  .apply-form-section__inner { padding: 32px 22px 40px; border-radius: 24px; }
  .apply-modal__dialog { padding: 40px 24px 28px; }
  .apply-form-nav { flex-wrap: wrap; }
  .apply-nav-btn, .apply-form-nav .apply-submit-btn { flex: 1 1 auto; justify-content: center; }
}

/* =========================================================
   정산신청 : 폼 타이틀 + 스텝 위저드 + hero 조회 버튼 (apply와 통일)
   ========================================================= */

/* hero 좌하단 조회 버튼 여백 */
.settle-hero__actions { margin-top: 34px; }

/* 탭 자리에 들어간 폼 타이틀 */
.settle-form-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 36px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--sub-line);
  font-size: clamp(24px, 2.2vw, 32px);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--sub-ink);
}

.settle-form-title i { color: var(--sub-sky); }

/* ---------- 스텝별 표시 (한 번에 하나) ---------- */
.form-step { display: none; }
.form-step.is-current { display: block; animation: applyStepIn 0.35s ease; }

/* 스텝 안 폼 섹션 : 박스 라인 제거 (박스는 .settle-tabs-wrap 하나로) */
.settle-tabs-wrap .form-section {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.settle-tabs-wrap .form-step .form-section + .form-section { margin-top: 44px; }

/* ---------- 스텝바 (apply와 동일) ---------- */
.settle-tabs-wrap .step-bar {
  display: flex;
  gap: 0;
  max-width: 680px;
  margin: 0 auto 44px;
}

.settle-tabs-wrap .step-bar-item {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.settle-tabs-wrap .step-bar-item::before,
.settle-tabs-wrap .step-bar-item::after { content: none; }

.settle-tabs-wrap .step-bar-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 22px;
  left: 50%;
  width: 100%;
  height: 1px;
  background: #e2e9ef;
  z-index: 0;
}

.settle-tabs-wrap .step-bar-item.done:not(:last-child)::after { background: var(--sub-sky); }

.settle-tabs-wrap .sbi-circle {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid #e2e9ef;
  background: #fff;
  font-size: 17px;
  font-weight: 700;
  color: #9ca3af;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.settle-tabs-wrap .step-bar-item.active .sbi-circle {
  border-color: var(--sub-navy);
  background: linear-gradient(135deg, #02498b, #00aee7);
  color: #fff;
  box-shadow: 0 6px 14px rgba(2, 73, 139, 0.22);
}

.settle-tabs-wrap .step-bar-item.done .sbi-circle {
  border-color: var(--sub-sky);
  background: var(--sub-sky);
  color: #fff;
}

.settle-tabs-wrap .sbi-label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #9ca3af;
  text-align: center;
}

.settle-tabs-wrap .step-bar-item.active .sbi-label,
.settle-tabs-wrap .step-bar-item.done .sbi-label { color: var(--sub-navy); }

@media (max-width: 768px) {
  .settle-tabs-wrap { padding: 32px 22px 40px; }
  .settle-form-title { margin-bottom: 28px; padding-bottom: 20px; }
}

/* =========================================================
   정산신청 : 서류 안내 → 프로세스 내 버튼 + 모달
   ========================================================= */

/* 기존 서류 박스는 숨김 (버튼+모달로 대체) */
.settle-docs { display: none; }

/* 프로세스 내 서류 안내 버튼 바 */
.settle-doc-help {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 44px;
  padding: 16px 22px;
  border-radius: 16px;
  background: #f4f8fb;
}

.settle-doc-help__label {
  margin-right: 4px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--sub-muted);
}

.settle-doc-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 44px;
  padding: 0 20px;
  border: 1px solid var(--sub-line);
  border-radius: 999px;
  background: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--sub-navy);
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, transform 0.15s;
}

.settle-doc-btn:hover { transform: translateY(-1px); }
.settle-doc-btn--ok i { color: var(--sub-sky); }
.settle-doc-btn--ok:hover { border-color: var(--sub-sky); background: #f2fbff; }
.settle-doc-btn--no { color: #b91c1c; }
.settle-doc-btn--no i { color: #ef4444; }
.settle-doc-btn--no:hover { border-color: #f6a5a5; background: #fff5f5; }

/* 모달 안 서류 리스트 (compact) */
.apply-modal__badge--no { background: #fff0f0; color: #ef4444; }

.modal-doc-list { list-style: none; margin: 0; padding: 0; }

.modal-doc-item {
  display: flex;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--sub-line);
}

.modal-doc-item:last-child { border-bottom: 0; }

.modal-doc-num {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--sub-sky);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.modal-doc-num--no { background: #ef4444; }

.modal-doc-item strong {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--sub-ink);
}

.modal-doc-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--sub-muted);
}

.modal-doc-req {
  display: inline-block;
  margin-left: 6px;
  padding: 1px 8px;
  border-radius: 999px;
  background: #fff0f0;
  border: 1px solid #f6c4c4;
  font-size: 11px;
  font-weight: 700;
  color: #dc2626;
  vertical-align: middle;
}

/* =========================================================
   모든 서브 히어로 : 높이 축소 + 콘텐츠 세로중앙 + 배경 오른쪽·안 잘림
   ========================================================= */
.sub-hero__panel {
  min-height: 400px;
  display: flex;
  align-items: center;
}
.sub-hero__content {
  padding-top: 40px;
  padding-bottom: 40px;
}
.sub-hero__bg {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
}

/* =========================================================
   초소형 폰 (≤480px) : 서브페이지 공통 반응형 보강
   index.html 제외, 모든 서브페이지 공통 클래스 대상
   ========================================================= */
@media (max-width: 480px) {
  /* 좌우 여백 최소화 */
  .sub-hero { padding-inline: 16px; }
  .guide-content,
  .settle-content,
  .apply-content,
  .travel-content,
  .gift-content,
  .priv-content,
  .support-content { padding-inline: 16px; }

  /* 히어로 : 높이·타이틀·설명 축소 */
  .sub-hero__panel { min-height: 300px; }
  .sub-hero__title,
  .privacy-hero__title { font-size: 30px; }
  .sub-hero__desc { font-size: 16px; line-height: 1.55; }

  /* 상품권 카드 : 내부 여백이 가장 커서 축소 */
  .gift-card { padding: 28px 20px; }
  .gift-card__amount-body { padding: 28px 24px; }
  .gift-card__amount { font-size: 40px; }
  .gift-card__pay-badge { padding: 5px 24px; font-size: 15px; }
  .gift-card__qr { gap: 16px; padding: 16px; }
  .gift-card__qr img { width: 72px; height: 72px; }
  .gift-card__brand-en { font-size: 26px; }

  /* 신청·정산 안내 카드 여백 축소 */
  .apply-notice-card,
  .settle-notice-card { padding: 24px 18px; gap: 14px; }
  .apply-notice-card__icon,
  .settle-notice-card__icon { width: 68px; height: 68px; }

  /* 본문 큰 문단 글자 축소 */
  .guide-overview__desc,
  .gift-about__desc { font-size: 17px; line-height: 1.6; }
}

/* =========================================================
   서브 히어로 : 모바일 공통 처리
   - 배경이미지 제거
   - 타이틀 아래 설명글 영역 100% 폭 활용
   - 신청/정산 결과 조회 버튼 100% 폭
   (모든 서브페이지 공통 클래스 대상, 소스 마지막에 배치해 우선 적용)
   ========================================================= */
@media (max-width: 768px) {
  /* 배경이미지 제거 */
  .sub-hero__bg { display: none; }

  /* 타이틀 오른쪽 빈 공간에 다이아몬드 클러스터 배치 (콘텐츠 뒤)
     SVG 왼쪽의 2개 다이아몬드만 빈 공간에 노출, 나머지는 패널 overflow로 잘림.
     폭 400px로 기존 대비 약 2배 확대. */
  .support-hero__art,
  .guide-hero__art,
  .settle-hero__art,
  .apply-hero__art,
  .travel-hero__art,
  .gift-hero__art {
    display: block;
    position: absolute;
    top: 108px;
    /* SVG 왼쪽 클러스터(2개)가 오른쪽 끝에서 약 20px만 남기고 붙도록 */
    left: calc(100% - 80px);
    right: auto;
    width: 400px;
    height: auto;
    margin: 0;
    padding: 0;
    z-index: 0;
    opacity: 0.9;
    pointer-events: none;
  }

  /* 아래쪽에도 같은 다이아몬드 도형을 좌우 반전해 하나 더 배치 (공용 에셋) */
  .sub-hero__panel::after {
    content: "";
    position: absolute;
    right: 30px;
    bottom: 20px;
    width: 180px;
    height: 34px;
    background: url("../image/sub/apply/hero-title-art.svg") no-repeat left center / contain;
    transform: scaleX(-1);
    opacity: 0.8;
    z-index: 0;
    pointer-events: none;
  }

  /* 패널 flex 해제 → 콘텐츠가 상자 전체 폭을 차지하는 블록이 되도록 */
  .sub-hero__panel {
    display: block;
    min-height: auto;
  }

  /* 콘텐츠 폭 제한 해제 → 설명글·버튼이 배경 상자 100% 폭 활용 */
  .sub-hero__content {
    max-width: none;
    width: 100%;
    padding: 48px 24px;
  }

  .sub-hero__desc { width: 100%; }

  /* 신청 결과 조회 / 정산 결과 조회 버튼 : 300px 고정 + 가운데 정렬 */
  .apply-hero__actions,
  .settle-hero__actions { width: 100%; text-align: center; }

  .apply-query-open {
    display: inline-flex;
    width: 250px;
    max-width: 100%;
    justify-content: center;
  }
}

/* =========================================================
   서브페이지 모바일 : 섹션 코멘트 숨김 + 카드 2열 배치
   (뒤쪽에 배치해 앞 반응형 규칙을 덮어씀)
   ========================================================= */
@media (max-width: 768px) {
  /* 배지 → 서브타이틀 아래의 코멘트(설명 문구) 숨김 */
  .guide-head__desc,
  .travel-head__desc,
  .gift-head__desc { display: none; }

  /* 2개씩 배치해도 되는 콤팩트 카드 그리드는 모두 2열로 */
  .guide-sites,
  .guide-support__cards,
  .guide-cond,
  .guide-exclude { grid-template-columns: repeat(2, 1fr); }

  .travel-content .travel-food-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ==========================================================================
   접수 완료 결과 패널 (사전신청 / 정산신청 공통)
   별도 페이지로 이동하지 않고 '폼이 있던 자리'에 그대로 렌더링해
   PC에서 레이아웃 폭이 갑자기 좁아지는 이질감을 없앤다.
   ========================================================================== */
.form-result { display: none; }
.form-result.is-visible { display: block; animation: formResultIn .35s ease both; }
@keyframes formResultIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

.form-result__card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  box-shadow: 0 6px 22px rgba(15, 23, 42, .05);
  overflow: hidden;
}
.form-result__top { text-align: center; padding: 46px 28px 30px; }
.form-result__check {
  width: 72px; height: 72px; margin: 0 auto 18px; border-radius: 50%;
  background: linear-gradient(135deg, #02498b, #00aee7);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 2rem;
}
.form-result__title { font-size: 1.6rem; font-weight: 800; letter-spacing: -.02em; color: #1f2937; margin: 0 0 8px; }
.form-result__desc { margin: 0; color: #6b7280; font-size: 1rem; }

.form-result__no {
  margin: 0 28px 8px; padding: 20px; text-align: center;
  border: 1px dashed #00aee7; border-radius: 12px;
  background: linear-gradient(135deg, rgba(2, 73, 139, .05), rgba(0, 174, 231, .05));
}
.form-result__no-k { font-size: .85rem; color: #6b7280; margin-bottom: 6px; }
.form-result__no-v { font-size: 1.7rem; font-weight: 800; color: #02498b; font-variant-numeric: tabular-nums; }
.form-result__no-hint { font-size: .84rem; color: #6b7280; margin-top: 8px; }
.form-result__no-hint b { color: #02498b; }

.form-result__guide { padding: 18px 28px 26px; }
.form-result__guide ul { margin: 0; padding: 0; list-style: none; }
.form-result__guide li {
  position: relative; padding: 11px 0 11px 28px;
  font-size: .95rem; color: #374151; border-bottom: 1px solid #e5e7eb;
}
.form-result__guide li:last-child { border-bottom: none; }
.form-result__guide li::before {
  content: ""; position: absolute; left: 7px; top: 18px;
  width: 7px; height: 7px; border-radius: 50%; background: #00aee7;
}
.form-result__guide b { color: #02498b; }

.form-result__btns { display: flex; gap: 12px; padding: 0 28px 30px; }
.form-result__btn {
  flex: 1; text-align: center; padding: 15px 12px; border-radius: 10px;
  font-weight: 700; font-size: 1rem; text-decoration: none;
  border: 1px solid #02498b; cursor: pointer;
}
.form-result__btn--primary { background: #02498b; color: #fff; }
.form-result__btn--primary:hover { background: #023a70; color: #fff; }
.form-result__btn--ghost { background: #fff; color: #02498b; }
.form-result__btn--ghost:hover { background: #f4f8fc; color: #02498b; }

@media (max-width: 640px) {
  .form-result__top { padding: 34px 18px 24px; }
  .form-result__title { font-size: 1.3rem; }
  .form-result__no { margin: 0 18px 6px; }
  .form-result__guide { padding: 14px 18px 20px; }
  .form-result__btns { flex-direction: column; padding: 0 18px 22px; }
}

/* 본문 인라인 링크 (지정 관광지 등) */
.tlink { color: var(--sub-navy); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
.tlink:hover { color: var(--sub-sky); }

/* 필드 아래 토스트 안내 (첨부 개수 등) */
.fld-toast-host { position: relative; }
.fld-req {
  display: inline-block; margin-left: 4px; padding: 3px 9px; border-radius: 999px;
  background: #fff0f0; font-style: normal; font-size: 12px; font-weight: 800;
  letter-spacing: -0.02em; color: #d94b4e; vertical-align: 2px;
}
.fld-toast {
  position: absolute; top: 100%; left: 0; right: 0; z-index: 6; margin-top: 8px;
  display: flex; align-items: center; gap: 9px; padding: 13px 20px;
  border-radius: 14px; background: rgba(2, 32, 64, .93); color: #fff;
  font-size: 14.5px; font-weight: 600; letter-spacing: -0.02em; line-height: 1.5;
  box-shadow: 0 12px 30px rgba(2, 32, 64, .24);
  opacity: 0; transform: translateY(6px); pointer-events: none; visibility: hidden;
  transition: opacity .3s ease, transform .3s ease, visibility 0s linear .3s;
}
.fld-toast.is-on { opacity: 1; transform: translateY(0); visibility: visible; transition-delay: 0s; }
.fld-toast i { flex: 0 0 auto; font-size: 15px; color: #ffd27a; }
.upload-area.is-error { border-color: #e8a0a0 !important; background: #fdf4f4; }

/* 정산 안내 : 숙박업소 이용확인서 다운로드 카드 */
.settle-notice-card--dl {
  text-decoration: none;
  border: 1px solid #dcebf6;
  background: #f4fbfe;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease, background .2s ease;
}
.settle-notice-card--dl:hover {
  border-color: var(--sub-sky);
  background: #fff;
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(47, 175, 222, .16);
}
.settle-notice-card__icon--dl {
  display: grid;
  place-items: center;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: #fff;
  color: var(--sub-sky);
  font-size: 32px;
  box-shadow: 0 6px 18px rgba(2, 73, 139, .08);
  transition: color .2s ease, background .2s ease;
}
.settle-notice-card--dl:hover .settle-notice-card__icon--dl { color: #fff; background: var(--sub-navy); }
.settle-notice-card__desc--dl {
  margin-top: -6px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--sub-navy);
}

@media (max-width: 1200px) {
  .settle-notice__cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* 사전신청 안내 : 이미지 대신 아이콘을 쓰는 카드 */
.apply-notice-card__icon--fa {
  display: grid;
  place-items: center;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: #fff;
  color: var(--sub-sky);
  font-size: 32px;
  box-shadow: 0 6px 18px rgba(2, 73, 139, .08);
}
@media (max-width: 1200px) {
  .apply-notice__cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 480px) {
  .apply-notice-card__icon--fa { width: 68px; height: 68px; font-size: 26px; }
}

/* 상품권 안내 : 오른쪽 열에 배치되는 앱 설치 카드 */
.gift-appcard { display: block; }
.gift-appcard .app-card { height: 100%; }
@media (max-width: 1100px) {
  .gift-appcard { max-width: 520px; margin-inline: auto; width: 100%; }
}

/* 특징 목록 : 이미지 대신 아이콘을 쓰는 항목 */
.gift-feature__icon--fa { color: #fff; font-size: 20px; }

/* ==========================================================================
   이용 절차 : index.html 이용방법과 동일한 카드 (guide.html)
   ========================================================================== */
.guide-use { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin: 0; padding: 0; list-style: none; text-align: left; }
.guide-use > li { position: relative; display: flex; flex-direction: column; padding: 38px 34px 34px; border: 1px solid #dcebf6; border-radius: 24px; background: #fff; box-shadow: 0 10px 30px rgba(0, 75, 141, .05); }
.guide-use > li > p { position: absolute; top: 30px; right: 28px; display: flex; align-items: center; justify-content: center; width: 82px; height: 82px; border-radius: 50%; background: #eef7fc; }
.guide-use > li > p img { max-width: 36px; max-height: 36px; }
.guide-use > li > div { display: flex; flex-direction: column; flex: 1; }
.guide-use > li > div > p { align-self: flex-start; padding: 8px 15px; font-weight: 600; font-size: 13px; line-height: 13px; color: var(--sub-sky); letter-spacing: -.02em; border: 1px solid var(--sub-sky); border-radius: 999px; }
.guide-use > li > div > h2 { margin-top: 22px; padding-right: 70px; font-weight: 700; font-size: 25px; line-height: 32px; color: var(--sub-navy); letter-spacing: -.04em; }
.guide-use > li > div > h3 { margin-top: 14px; padding-bottom: 20px; font-weight: 500; font-size: 15px; line-height: 24px; color: #555; letter-spacing: -.02em; border-bottom: 1px solid #edf3f7; }
.guide-use > li > div > h3 strong { font-weight: 700; color: #111; }
.guide-use__list { display: flex; flex-direction: column; gap: 13px; margin: 18px 0 22px; padding: 0; list-style: none; }
.guide-use__list > li { position: relative; padding-left: 26px; font-weight: 400; font-size: 15px; line-height: 25px; color: #666; letter-spacing: -.02em; }
.guide-use__list > li::before { content: ""; position: absolute; left: 0; top: 8px; width: 16px; height: 16px; border-radius: 50%; background: #eaf6fc; }
.guide-use__list > li::after { content: ""; position: absolute; left: 5px; top: 13px; width: 6px; height: 3px; border-left: 2px solid var(--sub-sky); border-bottom: 2px solid var(--sub-sky); transform: rotate(-45deg); }
.guide-use__list > li strong { font-weight: 700; color: #111; }
.guide-use__warn { margin-top: auto; padding: 16px 18px; font-size: 14px; line-height: 23px; color: #8a7a68; letter-spacing: -.02em; border-radius: 14px; background: #fbf6ec; }
.guide-use__warn::before { content: "06a"; font-family: 'Font Awesome 6 Pro', 'Font Awesome 6 Free'; font-weight: 900; margin-right: 7px; color: #e0a64b; }
.guide-use__warn strong { font-weight: 700; color: #c8791a; }

@media (max-width: 1200px) {
  .guide-use { grid-template-columns: 1fr; gap: 20px; }
  .guide-use > li { padding: 32px 28px 28px; }
}
@media (max-width: 768px) {
  .guide-use > li { padding: 26px 20px 22px; border-radius: 18px; }
  .guide-use > li > p { top: 22px; right: 20px; width: 60px; height: 60px; }
  .guide-use > li > p img { max-width: 28px; max-height: 28px; }
  .guide-use > li > div > h2 { margin-top: 18px; padding-right: 56px; font-size: 21px; line-height: 28px; }
  .guide-use > li > div > h3 { font-size: 14px; line-height: 22px; }
  .guide-use__list { gap: 10px; margin: 14px 0 18px; }
  .guide-use__list > li { font-size: 14px; line-height: 23px; }
  .guide-use__warn { padding: 14px 16px; font-size: 13px; line-height: 21px; }
}

/* 인정 음식점 · 숙박 유형 : 경고 카드(제외 항목 / 미인정 시설)를 같은 높이에 정렬 */
.travel-content .travel-food-grid { align-items: stretch; }
.travel-content .travel-food-grid > .travel-food-col { display: flex; flex-direction: column; height: 100%; }
.travel-content .travel-food-col > .fs-stack { flex: 1 1 auto; display: flex; flex-direction: column; }
.travel-content .travel-food-col > .fs-stack > .market-card--warn { margin-top: auto; }

/* 유의사항 목록 (guide.html) */
.guide-caution-list { display: flex; flex-direction: column; gap: 14px; margin: 0; padding: 0; list-style: none; }
.guide-caution-list > li {
  position: relative; padding: 18px 22px 18px 46px;
  border: 1px solid #f0e4d0; border-radius: 14px; background: #fffdf8;
  font-size: 16px; line-height: 1.7; letter-spacing: -0.02em; color: #6f6355; text-align: justify; word-break: keep-all;
}
.guide-caution-list > li::before {
  content: "0a9"; font-family: 'Font Awesome 6 Pro', 'Font Awesome 6 Free'; font-weight: 900;
  position: absolute; left: 20px; top: 19px; font-size: 15px; color: #e0a64b;
}
.guide-caution-list > li strong { font-weight: 700; color: #b4762a; }
.guide-caution-list__sub {
  display: block; margin-top: 8px; padding-top: 8px; border-top: 1px dashed #ecdfca;
  font-size: 15px; line-height: 1.6; color: #8a7a68;
}
.guide-caution-list__sub i { margin: 0 4px; font-size: 11px; color: #c9a06a; }
.guide-caution-list__sub--warn { color: #d94b4e; font-weight: 600; border-top-color: #f3d9d9; }
.guide-caution-list__sub .tlink { color: var(--sub-navy); }
.guide-caution-list__sub .tlink i { color: var(--sub-sky); }

@media (max-width: 768px) {
  .guide-caution-list > li { padding: 15px 16px 15px 40px; font-size: 15px; line-height: 1.65; }
  .guide-caution-list > li::before { left: 16px; top: 16px; }
  .guide-caution-list__sub { font-size: 14px; }
}

/* 색이 채워진 버튼은 hover 시에도 글자색을 유지한다 (전역 a:hover/button:hover 로 인한 대비 저하 방지) */
.i2-btn--primary:hover,
.settle-notice-card--dl:hover .settle-notice-card__title,
.form-result__btn--primary:hover,
.apply-nav-btn--next:hover,
.apply-nav-btn--submit:hover { color: #fff; }

/* ---------- 제로페이 가맹점 안내 (gift.html #gift-store) ---------- */
.store-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.store-card {
  display: flex; flex-direction: column; padding: 22px 22px 20px;
  border: 1px solid #dfeaf3; border-radius: 16px;
  background: linear-gradient(165deg, #f7fbff 0%, #ffffff 60%);
}
.store-card-head { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.store-card-ic {
  display: flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; flex: 0 0 auto;
  font-size: 16px; color: #fff; border-radius: 12px;
  background: linear-gradient(135deg, #02498b, #00aee7);
}
.store-card-h { font-weight: 700; font-size: 16px; color: #0f2c44; letter-spacing: -0.04em; }
.store-card-p { margin: 0; font-size: 14px; line-height: 1.7; color: var(--sub-muted); }
.store-card-link {
  display: inline-flex; align-items: center; gap: 6px; margin-top: 14px;
  padding: 9px 16px; font-weight: 700; font-size: 13.5px; color: #fff;
  border-radius: 999px; background: #02498b; transition: all 0.2s ease;
}
.store-card-link:hover, .store-card-link:focus-visible {
  color: #fff; background: #013a70; transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(2, 73, 139, 0.22);
}
@media all and (max-width: 991px) { .store-grid { grid-template-columns: 1fr; } }

/* ---------- 자료실 (support.html #tab-archive) ---------- */
.archive-list { display: flex; flex-direction: column; gap: 12px; }
.archive-item {
  display: flex; align-items: center; gap: 16px; padding: 18px 22px;
  border: 1px solid #e3ebf2; border-radius: 14px; background: #fff;
  transition: all 0.2s ease;
}
.archive-item:hover { border-color: #cfe3f2; box-shadow: 0 6px 18px rgba(2, 73, 139, 0.08); }
.archive-item__ic {
  display: flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; flex: 0 0 auto;
  font-size: 19px; color: #02498b; border-radius: 12px; background: #eaf5fd;
}
.archive-item__body { flex: 1 1 auto; min-width: 0; }
.archive-item__tit { margin: 0 0 4px; font-weight: 700; font-size: 16px; color: #0f2c44; letter-spacing: -0.04em; }
.archive-item__desc { margin: 0; font-size: 14px; line-height: 1.6; color: var(--sub-muted); }
.archive-item__meta { display: inline-flex; gap: 8px; margin-top: 6px; font-size: 12.5px; color: #7b8b99; }
.archive-item__meta span { padding: 2px 8px; border: 1px solid #e6edf3; border-radius: 999px; background: #f8fbfd; }
.archive-item__btn {
  display: inline-flex; align-items: center; gap: 7px; flex: 0 0 auto;
  padding: 11px 20px; font-weight: 700; font-size: 14px; color: #fff;
  border-radius: 999px; background: linear-gradient(to right, #02498b, #00aee7); transition: all 0.2s ease;
}
.archive-item__btn:hover, .archive-item__btn:focus-visible {
  color: #fff; background: linear-gradient(to right, #00aee7, #02498b);
  transform: translateY(-1px); box-shadow: 0 8px 18px rgba(2, 73, 139, 0.2);
}
@media (max-width: 767px) {
  .archive-item { flex-wrap: wrap; }
  .archive-item__btn { width: 100%; justify-content: center; }
}

@media (max-width: 767px) {
  .support-menu__grid { grid-template-columns: 1fr; }
}
