    :root {
      --cc-ink: #17272d;
      --cc-copy: #41555d;
      --cc-muted: #6c7d83;
      --cc-line: #dce8eb;
      --cc-surface: #f4f9fa;
      --cc-teal: #0e7490;
      --cc-teal-dark: #0c4a5e;
      --cc-teal-soft: #e8f4f7;
      --cc-sand: #f2e8da;
      --cc-off: #177245;
      --cc-off-soft: #e8f6ee;
      --cc-peak: #b45309;
      --cc-peak-soft: #fff4df;
      --cc-super: #b42318;
      --cc-super-soft: #fff0ee;
      --cc-radius: 18px;
      --cc-shadow: 0 16px 42px rgba(12, 74, 94, .10);
      --cc-shell: 1440px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      background: #fff;
      color: var(--cc-ink);
      font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      font-optical-sizing: auto;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
    }
    .pgle-topnav, .footer-section, .mapboxgl-map, .mapboxgl-map *, .pgle-consent, .pgle-consent * {
      font-family: inherit !important;
    }
    body.cc-lightbox-open, body.cc-cdw-help-open, body.cc-refund-policy-open, body.cc-agreement-open { overflow: hidden; }
    button, input, select { font: inherit; }
    button, a { -webkit-tap-highlight-color: transparent; }
    button { color: inherit; }
    a { color: inherit; text-decoration: none; }
    img { display: block; max-width: 100%; }
    [hidden] { display: none !important; }
    bdi { unicode-bidi: isolate; }

    .cc-page { min-height: 100vh; overflow: clip; line-height: 1.55; }
    .cc-shell { width: min(var(--cc-shell), calc(100% - 48px)); margin-inline: auto; }
    .cc-sr-only {
      position: absolute !important; width: 1px !important; height: 1px !important;
      padding: 0 !important; margin: -1px !important; overflow: hidden !important;
      clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important;
    }
    .cc-page :focus-visible, dialog :focus-visible, .cc-mobile-bar :focus-visible {
      outline: 3px solid rgba(14, 116, 144, .36); outline-offset: 3px;
    }

    .cc-hero { padding: 64px 0 38px; }
    .cc-title-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 28px; margin-bottom: 36px; }
    .cc-title-copy { min-width: 0; }
    .cc-title-copy h1 {
      max-width: 1050px; margin: 0; color: var(--cc-ink);
      font-size: clamp(24px, 2.1667vw, 41.333px); font-weight: 620; line-height: 1.14;
      letter-spacing: -.025em; overflow-wrap: anywhere;
    }
    .cc-meta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 22px; margin-top: 18px; color: var(--cc-muted); font-size: 15px; }
    .cc-meta-item { display: inline-flex; align-items: center; gap: 7px; min-width: 0; }
    .cc-meta-item svg { width: 17px; height: 17px; flex: 0 0 auto; }
    .cc-rating-star { color: #e2a70e; }

    .cc-title-actions { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; }
    .cc-circle-button {
      display: inline-grid; width: 32px; height: 32px; padding: 0; place-items: center;
      border: 1px solid var(--cc-line); border-radius: 50%; background: #fff;
      color: var(--cc-ink); font-size: 0; cursor: pointer; transition: border-color .16s, background .16s, transform .16s;
    }
    .cc-circle-button:hover { border-color: #8cbac5; background: var(--cc-teal-soft); transform: translateY(-1px); }
    .vendor-action-icon { position: relative; display: block; width: 16px; height: 16px; color: currentColor; }
    .vendor-action-icon::before, .vendor-action-icon::after { content: ""; position: absolute; box-sizing: border-box; }
    .vendor-action-icon--map { transform: translateX(-3px); }
    .vendor-action-icon--map::before { left: 4px; top: 1px; width: 10px; height: 13px; border: 1.7px solid currentColor; border-radius: 8px 8px 8px 2px; transform: rotate(45deg); }
    .vendor-action-icon--map::after { left: 8px; top: 5px; width: 4px; height: 4px; border: 1.5px solid currentColor; border-radius: 50%; }
    .vendor-action-icon--share::before { left: 3px; top: 6px; width: 10px; height: 8px; border: 1.6px solid currentColor; border-radius: 2px; }
    .vendor-action-icon--share::after { left: 6px; top: 1px; width: 7px; height: 7px; border-top: 1.7px solid currentColor; border-right: 1.7px solid currentColor; transform: rotate(-45deg); }
    .vendor-action-icon--heart::before { left: 2px; top: 3px; width: 12px; height: 10px; border: 1.6px solid currentColor; border-radius: 7px 7px 5px 5px; transform: rotate(-45deg); }
    .cc-circle-button[aria-pressed="true"] { color: #b42318; border-color: #efb1aa; background: #fff3f1; }

    .cc-gallery { display: grid; grid-template-columns: 1.55fr .8fr .8fr; grid-template-rows: repeat(2, minmax(150px, 1fr)); gap: 10px; min-height: 430px; overflow: hidden; border-radius: 22px; background: var(--cc-surface); }
    .cc-gallery.is-empty { display: block; min-height: 330px; border: 1px solid var(--cc-line); }
    .cc-gallery-empty { display: grid; min-height: 330px; place-items: center; padding: 38px; text-align: center; color: var(--cc-muted); }
    .cc-gallery-empty svg { width: 82px; height: 82px; margin: 0 auto 18px; color: #7aaebb; }
    .cc-gallery-empty strong { display: block; color: var(--cc-ink); font-size: 18px; }
    .cc-gallery-empty span { display: block; max-width: 440px; margin-top: 7px; font-size: 14px; }
    .cc-gallery-photo { position: relative; min-width: 0; overflow: hidden; border: 0; background: #dfecef; cursor: zoom-in; }
    .cc-gallery-photo:first-child { grid-row: 1 / 3; }
    .cc-gallery-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .22s; }
    .cc-gallery-photo:hover img { transform: scale(1.018); }
    .cc-gallery-count { position: absolute; inset-inline-end: 14px; bottom: 14px; padding: 8px 11px; border-radius: 10px; background: rgba(12, 35, 43, .82); color: #fff; font-size: 12px; font-weight: 760; }

    .cc-flow-band { margin-top: 44px; border-block: 1px solid var(--cc-line); background: var(--cc-teal-soft); }
    .cc-flow-band .cc-shell { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 24px; }
    .cc-flow-copy { min-width: 0; }
    .cc-flow-eyebrow { margin: 0 0 4px; color: var(--cc-teal); font-size: 12px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
    .cc-flow-copy h2 { margin: 0; font-size: clamp(20px, 2vw, 29px); line-height: 1.25; }
    .cc-flow-copy p { margin: 7px 0 0; color: var(--cc-copy); font-size: 14px; }
    .cc-flow-steps { display: flex; align-items: center; gap: 8px; flex: 0 0 auto; color: var(--cc-teal-dark); font-size: 12px; font-weight: 780; }
    .cc-flow-step { display: inline-flex; align-items: center; gap: 7px; }
    .cc-flow-step b { display: grid; width: 26px; height: 26px; place-items: center; border: 1px solid #9ac7d1; border-radius: 50%; background: #fff; }
    .cc-flow-arrow { color: #86aab2; }

    .cc-detail-grid { display: grid; grid-template-columns: minmax(0, 1fr) 390px; grid-template-areas: "content booking"; gap: 54px; padding-block: 56px 110px; }
    .cc-content { grid-area: content; min-width: 0; }
    .cc-section { padding: 0 0 48px; margin: 0 0 48px; border-bottom: 1px solid var(--cc-line); scroll-margin-top: 90px; }
    .cc-section:last-child { border-bottom: 0; }
    .cc-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 20px; }
    .cc-section h2 { margin: 0; font-size: clamp(22px, 2vw, 29px); line-height: 1.3; letter-spacing: -.018em; }
    .cc-section-intro { margin: 8px 0 0; color: var(--cc-muted); font-size: 14px; }
    .cc-overview { margin: 0; color: var(--cc-copy); font-size: 16px; white-space: pre-line; }
    .cc-overview.is-collapsed { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 5; white-space: normal; }
    .cc-text-button { margin-top: 14px; padding: 0; border: 0; background: transparent; color: var(--cc-teal); font-weight: 780; cursor: pointer; }

    .cc-info-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 0; }
    .cc-info-item { min-width: 0; padding: 16px 17px; border: 1px solid var(--cc-line); border-radius: 14px; background: #fff; }
    .cc-info-item dt { color: var(--cc-muted); font-size: 12px; font-weight: 760; }
    .cc-info-item dd { margin: 5px 0 0; color: var(--cc-ink); font-size: 14px; overflow-wrap: anywhere; }

    .cc-schedule-shell { border: 1px solid #bcd6dc; border-radius: 20px; overflow: hidden; background: #fff; box-shadow: 0 9px 30px rgba(12, 74, 94, .06); }
    .cc-schedule-top { padding: 22px; background: var(--cc-teal-soft); border-bottom: 1px solid #c9dfe4; }
    .cc-schedule-prompt { display: flex; align-items: flex-start; gap: 12px; }
    .cc-schedule-number { display: grid; width: 30px; height: 30px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--cc-teal-dark); color: #fff; font-size: 13px; font-weight: 850; }
    .cc-schedule-prompt strong { display: block; font-size: 17px; }
    .cc-schedule-prompt > div span { display: block; margin-top: 3px; color: var(--cc-copy); font-size: 13px; }
    .cc-date-summary { display: grid; grid-template-columns: 1fr 24px 1fr; align-items: stretch; gap: 8px; margin-top: 18px; }
    .cc-date-summary-button { min-width: 0; padding: 14px; border: 1px solid #abcbd3; border-radius: 13px; background: #fff; text-align: start; cursor: pointer; }
    .cc-date-summary-button.is-active { border-color: var(--cc-teal); box-shadow: inset 0 0 0 1px var(--cc-teal); }
    .cc-date-summary-button span { display: block; color: var(--cc-muted); font-size: 11px; font-weight: 760; }
    .cc-date-summary-button strong { display: block; margin-top: 4px; color: var(--cc-ink); font-size: 14px; overflow-wrap: anywhere; }
    .cc-date-summary-arrow { display: grid; place-items: center; color: #7d9aa1; }

    .cc-calendar { padding: 22px; }
    .cc-calendar-head { display: grid; grid-template-columns: 44px 1fr 44px; align-items: center; gap: 10px; }
    .cc-calendar-head h3 { margin: 0; text-align: center; font-size: 18px; }
    .cc-calendar-nav { display: grid; width: 44px; height: 44px; padding: 0; place-items: center; border: 1px solid var(--cc-line); border-radius: 12px; background: #fff; font-size: 23px; cursor: pointer; }
    .cc-calendar-nav:disabled { cursor: not-allowed; opacity: .35; }
    .cc-calendar-weekdays, .cc-calendar-days { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 7px; }
    .cc-calendar-weekdays { margin-top: 18px; color: var(--cc-muted); font-size: 11px; font-weight: 760; text-align: center; }
    .cc-calendar-weekdays span { padding-block: 4px; }
    .cc-calendar-days { margin-top: 7px; }
    .cc-calendar-blank { min-height: 70px; }
    .cc-calendar-day { position: relative; min-width: 0; min-height: 70px; padding: 7px 5px; border: 1px solid transparent; border-radius: 12px; background: #fff; cursor: pointer; text-align: center; }
    .cc-calendar-day:hover:not(:disabled) { border-color: #8ebbc6; background: #f4fafb; }
    .cc-calendar-day:disabled { color: #aab5b9; cursor: not-allowed; opacity: .58; }
    .cc-calendar-day.is-today { border-color: #b8cdd2; }
    .cc-calendar-day.is-range { border-radius: 5px; background: #e4f2f5; }
    .cc-calendar-day.is-pickup, .cc-calendar-day.is-return { border-color: var(--cc-teal-dark); background: var(--cc-teal-dark); color: #fff; }
    .cc-calendar-number { display: block; font-size: 13px; font-weight: 720; }
    .cc-season-badge { display: block; width: fit-content; max-width: 100%; margin: 5px auto 0; padding: 2px 5px; border-radius: 5px; font-size: 9px; font-weight: 850; line-height: 1.25; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .cc-season-badge--off { background: var(--cc-off-soft); color: var(--cc-off); }
    .cc-season-badge--peak { background: var(--cc-peak-soft); color: var(--cc-peak); }
    .cc-season-badge--super_peak { background: var(--cc-super-soft); color: var(--cc-super); }
    .cc-season-badge--vehicle { background: var(--cc-sand); color: #76532d; }
    .cc-calendar-day.is-pickup .cc-season-badge, .cc-calendar-day.is-return .cc-season-badge { background: rgba(255,255,255,.18); color: #fff; }
    .cc-calendar-help { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px; margin-top: 18px; color: var(--cc-muted); font-size: 12px; }
    .cc-legend-item { display: inline-flex; align-items: center; gap: 6px; }
    .cc-legend-dot { width: 9px; height: 9px; border-radius: 2px; background: #d9e5e8; }
    .cc-legend-dot.off { background: var(--cc-off); }
    .cc-legend-dot.peak { background: var(--cc-peak); }
    .cc-legend-dot.super_peak { background: var(--cc-super); }
    .cc-legend-dot.vehicle { background: #88643b; }
    .cc-calendar-instruction { flex-basis: 100%; margin: 2px 0 0; }

    .cc-season-rules { display: grid; gap: 8px; margin-top: 14px; }
    .cc-season-rule { display: grid; grid-template-columns: minmax(92px, auto) 1fr auto; align-items: center; gap: 12px; padding: 10px 12px; border: 1px solid var(--cc-line); border-radius: 11px; background: #fff; font-size: 12px; }
    .cc-season-rule strong { font-size: 12px; }
    .cc-season-rule span { color: var(--cc-muted); }
    .cc-season-rule bdi { font-weight: 850; }

    .cc-time-panel { padding: 0 22px 22px; }
    .cc-time-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
    .cc-field label { display: block; margin-bottom: 7px; color: var(--cc-copy); font-size: 12px; font-weight: 780; }
    .cc-field select { width: 100%; min-height: 48px; padding: 0 40px 0 13px; border: 1px solid #bfd3d8; border-radius: 11px; background: #fff; color: var(--cc-ink); }
    html[dir="rtl"] .cc-field select { padding: 0 13px 0 40px; }
    .cc-field select:disabled { background: #f3f6f7; color: #94a1a5; }
    .cc-field-hint { min-height: 18px; margin: 5px 0 0; color: var(--cc-muted); font-size: 11px; }
    .cc-schedule-status { min-height: 22px; margin: 13px 0 0; color: var(--cc-teal-dark); font-size: 13px; font-weight: 720; }
    .cc-schedule-error { margin: 9px 0 0; color: #b42318; font-size: 13px; }

    .cc-locked-state, .cc-empty-state { padding: 28px; border: 1px dashed #b9cdd2; border-radius: 15px; background: #f8fbfb; text-align: center; color: var(--cc-muted); font-size: 14px; }
    .cc-locked-state strong, .cc-empty-state strong { display: block; margin-bottom: 5px; color: var(--cc-ink); font-size: 16px; }
    .cc-vehicle-list { display: grid; gap: 12px; }
    .cc-vehicle-card { position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; padding: 18px; border: 1px solid var(--cc-line); border-radius: 15px; background: #fff; cursor: pointer; transition: border-color .16s, box-shadow .16s; }
    .cc-vehicle-card:hover { border-color: #8ebbc6; }
    .cc-passport-head { display: flex; flex-direction: column; gap: 4px; margin-top: 6px; padding-top: 14px; border-top: 1px dashed var(--cc-line); }
    .cc-passport-title { font-weight: 800; font-size: 14px; }
    .cc-consent-policy-link { display: inline-block; margin-inline-start: 4px; color: var(--cc-teal); font-weight: 700; text-decoration: underline; }
    .cc-date-parts { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 8px; }
    .cc-date-parts select { min-width: 0; }
    .cc-passport-note { font-size: 12px; color: #5b6b70; line-height: 1.5; }
    .cc-vehicle-card.is-sold-out { opacity: .55; cursor: not-allowed; background: #f7f8f9; }
    .cc-vehicle-card.is-sold-out:hover { border-color: var(--cc-line); }
    .cc-vehicle-badge { display: inline-block; margin-left: 8px; padding: 2px 8px; border-radius: 999px; font-size: 12px; font-weight: 700; line-height: 1.6; }
    .cc-vehicle-badge.is-out { background: #fdecec; color: #b3261e; }
    .cc-vehicle-badge.is-left { background: #eef6f8; color: #1f6b7a; }
    .cc-vehicle-card.is-selected { border-color: var(--cc-teal); box-shadow: inset 0 0 0 1px var(--cc-teal); }
    .cc-vehicle-card input { width: 20px; height: 20px; accent-color: var(--cc-teal); }
    .cc-vehicle-copy { min-width: 0; }
    .cc-vehicle-category { display: block; color: var(--cc-teal); font-size: 11px; font-weight: 800; }
    .cc-vehicle-name { display: block; margin-top: 2px; font-size: 17px; line-height: 1.35; overflow-wrap: anywhere; }
    .cc-vehicle-description { margin: 5px 0 0; color: var(--cc-muted); font-size: 12px; white-space: pre-line; }
    .cc-vehicle-price { min-width: 132px; text-align: end; }
    .cc-vehicle-price strong { display: block; color: var(--cc-teal-dark); font-size: 18px; }
    .cc-vehicle-price small { display: block; margin-top: 3px; color: var(--cc-muted); font-size: 11px; }
    .cc-server-price-note { display: flex; align-items: flex-start; gap: 8px; margin: 14px 0 0; color: var(--cc-muted); font-size: 12px; }
    .cc-server-price-note b { color: var(--cc-teal); }

    .cc-cdw-list { display: grid; gap: 10px; }
    .cc-cdw-card { display: grid; grid-template-columns: auto 1fr; gap: 13px; padding: 16px; border: 1px solid var(--cc-line); border-radius: 14px; background: #fff; cursor: pointer; }
    .cc-cdw-card.is-selected { border-color: var(--cc-teal); box-shadow: inset 0 0 0 1px var(--cc-teal); }
    .cc-cdw-card input { width: 19px; height: 19px; margin-top: 2px; accent-color: var(--cc-teal); }
    .cc-cdw-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
    .cc-cdw-head strong { font-size: 15px; }
    .cc-cdw-head bdi { color: var(--cc-teal-dark); font-size: 14px; font-weight: 830; }
    .cc-cdw-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px 14px; margin: 10px 0 0; color: var(--cc-muted); font-size: 11px; }
    .cc-cdw-facts span b { color: var(--cc-copy); }
    .cc-cdw-disclosure { margin: 15px 0 0; padding: 13px 14px; border-inline-start: 3px solid var(--cc-teal); background: var(--cc-teal-soft); color: var(--cc-copy); font-size: 12px; }
    .cc-cdw-help-button { display: inline-flex; min-height: 44px; margin-top: 10px; padding: 0; align-items: center; border: 0; background: transparent; color: var(--cc-teal); font-weight: 780; cursor: pointer; }

    .cc-notice-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
    .cc-notice-list li { position: relative; padding-inline-start: 19px; color: var(--cc-copy); font-size: 14px; }
    .cc-notice-list li::before { content: ""; position: absolute; inset-inline-start: 2px; top: .72em; width: 5px; height: 5px; border-radius: 50%; background: var(--cc-teal); }
    .cc-policy-link { display: inline-flex; min-height: 44px; margin-top: 13px; align-items: center; color: var(--cc-teal); font-weight: 780; text-decoration: underline; text-underline-offset: 3px; }
    .cc-refund-card { margin-top: 24px; padding: 20px; border: 1px solid #c7dce1; border-radius: 16px; background: var(--cc-surface); }
    .cc-refund-eyebrow { margin: 0 0 5px; color: var(--cc-teal); font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
    .cc-refund-card h3 { margin: 0; font-size: 18px; }
    .cc-refund-intro, .cc-refund-note { margin: 7px 0 0; color: var(--cc-muted); font-size: 12px; }
    .cc-refund-variant-note { margin: 10px 0 0; padding: 10px 12px; border-inline-start: 3px solid var(--cc-peak); background: #fff8eb; color: var(--cc-copy); font-size: 12px; }
    .cc-refund-table { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 16px; }
    .cc-refund-row { display: flex; min-width: 0; min-height: 58px; align-items: center; justify-content: space-between; gap: 10px; padding: 11px 12px; border: 1px solid var(--cc-line); border-radius: 11px; background: #fff; }
    .cc-refund-row span { color: var(--cc-copy); font-size: 11px; }
    .cc-refund-row strong { flex: 0 0 auto; color: var(--cc-teal-dark); font-size: 12px; text-align: end; }

    .cc-refund-policy-dialog { width: min(860px, calc(100% - 30px)); height: min(86dvh, 780px); max-height: 780px; padding: 0; overflow: hidden; border: 0; border-radius: 20px; background: #fff; color: var(--cc-ink); box-shadow: 0 28px 80px rgba(2, 26, 34, .3); }
    .cc-refund-policy-dialog:not([open]) { display: none; }
    .cc-refund-policy-dialog[open] { display: flex; flex-direction: column; }
    .cc-refund-policy-dialog::backdrop { background: rgba(5, 26, 33, .72); }
    .cc-refund-policy-head { display: flex; min-height: 64px; flex: 0 0 auto; align-items: center; justify-content: space-between; gap: 16px; padding: 13px 18px 13px 22px; border-bottom: 1px solid var(--cc-line); background: #fff; }
    .cc-refund-policy-head h2 { margin: 0; font-size: 18px; }
    .cc-refund-policy-close { display: grid; width: 40px; height: 40px; flex: 0 0 auto; padding: 0; place-items: center; border: 1px solid var(--cc-line); border-radius: 50%; background: #fff; color: var(--cc-ink); font-size: 24px; cursor: pointer; }
    .cc-refund-policy-scroll { min-height: 0; flex: 1 1 auto; padding: 24px clamp(18px, 5vw, 46px) 40px; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; }
    .cc-refund-document { max-width: 100%; color: var(--cc-ink); font-size: 14px; line-height: 1.76; overflow-wrap: anywhere; }
    .cc-refund-document h1 { margin: 0 0 16px; font-size: clamp(23px, 4vw, 34px); line-height: 1.25; }
    .cc-refund-document h2 { margin: 36px 0 13px; font-size: clamp(19px, 3vw, 23px); line-height: 1.4; }
    .cc-refund-document h3 { margin: 24px 0 9px; font-size: 16px; }
    .cc-refund-document p { margin: 10px 0; }
    .cc-refund-document ul, .cc-refund-document ol { margin: 10px 0; padding-inline-start: 23px; }
    .cc-refund-document blockquote { margin: 15px 0; padding: 12px 14px; border-inline-start: 4px solid var(--cc-teal); background: var(--cc-teal-soft); color: var(--cc-teal-dark); }
    .cc-refund-document hr { margin: 32px 0; border: 0; border-top: 1px solid var(--cc-line); }
    .cc-refund-document table { display: block; width: 100%; max-width: 100%; margin: 17px 0 23px; overflow-x: auto; border-collapse: collapse; white-space: nowrap; }
    .cc-refund-document th, .cc-refund-document td { padding: 9px 11px; border: 1px solid #c8d7db; text-align: start; vertical-align: top; white-space: normal; }
    .cc-refund-document th { background: var(--cc-surface); font-weight: 800; }
    .cc-refund-document a { color: var(--cc-teal); text-decoration: underline; text-underline-offset: 2px; }

    .cc-seller-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px 20px; margin: 0; }
    .cc-seller-grid div { min-width: 0; }
    .cc-seller-grid dt { color: var(--cc-muted); font-size: 11px; }
    .cc-seller-grid dd { margin: 3px 0 0; color: var(--cc-copy); font-size: 13px; overflow-wrap: anywhere; }

    .cc-map-shell { position: relative; min-height: 330px; overflow: hidden; border: 1px solid var(--cc-line); border-radius: 16px; background: var(--cc-surface); }
    #partnerDetailMap { position: absolute; inset: 0; }
    .cc-map-fallback { position: absolute; inset: 0; display: grid; place-items: center; padding: 24px; text-align: center; color: var(--cc-muted); background: var(--cc-surface); }
    .cc-map-fallback strong { display: block; color: var(--cc-ink); }
    .cc-map-fallback span { display: block; margin-top: 4px; font-size: 13px; }
    .cc-map-marker { width: 22px; height: 22px; border: 4px solid #fff; border-radius: 50%; background: var(--cc-teal); box-shadow: 0 4px 12px rgba(12,74,94,.32); }

    /* ── 매장 Instagram 게시글 (vendors_detail.html 과 동일 구현 이식) ── */
    .vd-instagram-card {
      --vd-instagram-card-width: 288px;
      --vd-instagram-card-height: 412px;
      width: 100%;
      background: transparent;
    }
    .vd-instagram-viewport {
      position: relative;
      width: 100%;
      height: var(--vd-instagram-card-height);
      margin: 0 auto;
      overflow: hidden;
      border: 0;
      border-radius: 0;
      background: transparent;
      box-shadow: none;
      isolation: isolate;
    }
    /* 양옆 미리보기 — 현재 글보다 확실히 뒤로 물러나 보이게 흐리고 어둡게.
       장식이므로 클릭·포커스를 받지 않는다. */
    .vd-instagram-slide { transition: opacity .26s ease, filter .26s ease; }
    .vd-instagram-slide.vd-instagram-peek {
      opacity: .34;
      filter: blur(1.6px) saturate(.8);
      pointer-events: none;
      user-select: none;
      z-index: 0;
    }
    .vd-instagram-slide.is-current { z-index: 2; }
    @media (prefers-reduced-motion: reduce) {
      .vd-instagram-slide.vd-instagram-peek { filter: none; opacity: .28; }
    }
    /* PC 에서는 양옆 카드를 흐리게 덮지 않는다. 흰 바탕 위에서 반투명 처리가
       뿌옇게 씌운 것처럼 보였다. 좁은 화면은 카드가 크게 겹쳐 보여 그대로 둔다. */
    @media (min-width: 1024px) {
      .vd-instagram-slide.vd-instagram-peek { opacity: 1; filter: none; }
    }
    .vd-instagram-track {
      position: absolute;
      z-index: 2;
      inset: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
    }
    .vd-instagram-slide {
      position: absolute;
      top: 0;
      left: 0;
      width: min(100%, var(--vd-instagram-card-width));
      height: 100%;
      overflow: hidden;
      border-radius: 12px;
      background: #fff;
      box-shadow: 0 8px 22px rgba(15,23,42,.08);
      will-change: transform;
      pointer-events: auto;
    }
    .vd-instagram-slide > .instagram-media,
    .vd-instagram-slide > iframe.instagram-media {
      width: 100% !important;
      min-width: 0 !important;
      max-width: none !important;
      margin: 0 !important;
      border: 0 !important;
      border-radius: 0 !important;
      box-shadow: none !important;
    }
    .vd-instagram-gesture {
      position: absolute;
      /* 카드 위에서도 쓸어넘길 수 있어야 하므로 카드(z-index:2)보다 위.
         다만 이 레이어 자체는 입력을 받지 않고, 아래의 네 조각만 받는다.
         가운데 재생 버튼 자리는 비워 두어 그 지점의 클릭은 임베드로 내려간다. */
      z-index: 3;
      pointer-events: none;
      inset: 0;
      display: block;
      overflow: hidden;
      background: transparent;
      color: transparent;
      cursor: grab;
      touch-action: pan-y;
      user-select: none;
      -webkit-user-drag: none;
      -webkit-tap-highlight-color: transparent;
    }
    /* 재생 버튼이 놓이는 가운데 구멍. 임베드 상단 프로필 줄(약 54px)을 뺀
       영상 영역의 한가운데다. 이 자리만 비우고 나머지는 전부 스와이프를 받는다. */
    .vd-instagram-gesture {
      --vd-ig-hole: 120px;
      --vd-ig-hole-top: calc(
        54px + (var(--vd-instagram-card-height) - 54px) / 2 - var(--vd-ig-hole) / 2
      );
    }
    .vd-instagram-grab {
      position: absolute;
      pointer-events: auto;
      touch-action: pan-y;
    }
    .vd-instagram-grab.top { top: 0; right: 0; left: 0; height: var(--vd-ig-hole-top); }
    .vd-instagram-grab.bottom {
      right: 0; bottom: 0; left: 0;
      top: calc(var(--vd-ig-hole-top) + var(--vd-ig-hole));
    }
    .vd-instagram-grab.left,
    .vd-instagram-grab.right {
      top: var(--vd-ig-hole-top);
      height: var(--vd-ig-hole);
      width: calc(50% - var(--vd-ig-hole) / 2);
    }
    .vd-instagram-grab.left { left: 0; }
    .vd-instagram-grab.right { right: 0; }
    .vd-instagram-gesture:active { cursor: grabbing; }
    .vd-instagram-gesture:focus-visible {
      outline: 3px solid rgba(99,102,241,.45);
      outline-offset: -4px;
    }
    .vd-instagram-nav {
      position: absolute;
      z-index: 6;
      top: 50%;
      display: inline-flex;
      width: 36px;
      height: 54px;
      align-items: center;
      justify-content: center;
      padding: 0 0 2px;
      transform: translateY(-50%);
      border: 0;
      border-radius: 0;
      background: transparent;
      box-shadow: none;
      color: rgba(255,255,255,.96);
      font-size: 20px;
      font-weight: 400;
      line-height: 1;
      cursor: pointer;
      isolation: isolate;
      text-shadow: 0 1px 5px rgba(15,23,42,.95);
      transition: color .2s ease;
    }
    .vd-instagram-nav::before {
      position: absolute;
      z-index: -1;
      top: 50%;
      left: 50%;
      width: 18px;
      height: 27px;
      transform: translate(-50%,-50%);
      border-radius: 5px;
      background: rgba(15,23,42,.12);
      transition: background .2s ease;
      content: "";
    }
    .vd-instagram-nav:hover,
    .vd-instagram-nav:focus-visible {
      background: transparent;
      outline: 0;
    }
    .vd-instagram-nav:hover::before,
    .vd-instagram-nav:focus-visible::before {
      background: rgba(15,23,42,.34);
      outline: 1px solid rgba(255,255,255,.7);
      outline-offset: 1px;
    }
    .vd-instagram-nav.previous { left: 0; }
    .vd-instagram-nav.next { right: 0; }
    /* 카드 위에서는 쓸어넘기기가 임베드로 들어가므로, 좁은 화면일수록 화살표가
       확실한 넘김 수단이 된다. 손가락으로 누를 수 있는 크기와 대비를 준다. */
    @media (max-width: 1023px) {
      .vd-instagram-nav {
        width: 48px;
        height: 72px;
        font-size: 26px;
      }
      .vd-instagram-nav::before {
        width: 34px;
        height: 46px;
        border-radius: 999px;
        background: rgba(15,23,42,.42);
      }
    }
    .vd-instagram-nav[hidden],
    .vd-instagram-counter[hidden] { display: none; }
    .vd-instagram-counter {
      position: absolute;
      z-index: 5;
      left: 50%;
      bottom: 10px;
      min-width: 47px;
      padding: 5px 9px;
      border-radius: 999px;
      background: rgba(15,23,42,.76);
      color: #fff;
      font-size: 11px;
      font-weight: 800;
      line-height: 1.2;
      text-align: center;
      transform: translateX(-50%);
      pointer-events: none;
    }
    .vd-instagram-fallback { display: flex; min-height: 100%; align-items: center; justify-content: center; padding: 18px; text-align: center; }
    .vd-instagram-fallback a { color: #4F46E5; font-size: 13px; font-weight: 800; }

    .cc-review-head { display: flex; align-items: baseline; gap: 9px; margin-bottom: 16px; }
    .cc-review-head strong { font-size: 28px; }
    .cc-review-head span { color: var(--cc-muted); font-size: 13px; }
    .cc-review-list { display: grid; gap: 10px; }
    .cc-review-card { padding: 15px; border: 1px solid var(--cc-line); border-radius: 13px; background: #fff; }
    .cc-review-card-head { display: flex; justify-content: space-between; gap: 10px; color: var(--cc-muted); font-size: 11px; }
    .cc-review-card-head strong { color: var(--cc-copy); }
    .cc-review-card p { margin: 8px 0 0; color: var(--cc-copy); font-size: 13px; white-space: pre-line; }

    .cc-booking-column { grid-area: booking; min-width: 0; }
    .cc-booking-card { position: sticky; top: 24px; padding: 22px; border: 1px solid #bfd7dd; border-radius: 20px; background: #fff; box-shadow: var(--cc-shadow); }
    .cc-booking-eyebrow { margin: 0; color: var(--cc-teal); font-size: 11px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
    .cc-booking-card h2 { margin: 5px 0 0; font-size: 20px; }
    .cc-booking-stage { display: grid; gap: 0; margin-top: 18px; }
    .cc-booking-stage-row { display: grid; grid-template-columns: 27px 1fr; gap: 10px; min-height: 55px; }
    .cc-booking-stage-index { position: relative; display: grid; width: 27px; height: 27px; place-items: center; border: 1px solid #b7cdd2; border-radius: 50%; color: var(--cc-muted); font-size: 11px; font-weight: 820; }
    .cc-booking-stage-row:not(:last-child) .cc-booking-stage-index::after { content: ""; position: absolute; top: 27px; bottom: -28px; width: 1px; background: #cddce0; }
    .cc-booking-stage-row.is-complete .cc-booking-stage-index { border-color: var(--cc-teal); background: var(--cc-teal); color: #fff; }
    .cc-booking-stage-copy span { display: block; color: var(--cc-muted); font-size: 11px; }
    .cc-booking-stage-copy strong { display: block; margin-top: 2px; font-size: 13px; overflow-wrap: anywhere; }
    .cc-booking-total { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; margin-top: 8px; padding-top: 17px; border-top: 1px solid var(--cc-line); }
    .cc-booking-total span { color: var(--cc-muted); font-size: 12px; }
    .cc-booking-total strong { color: var(--cc-teal-dark); font-size: 23px; text-align: end; }
    .cc-booking-secondary { min-height: 19px; margin: 3px 0 0; color: var(--cc-muted); font-size: 11px; text-align: end; }
    .cc-book-button { width: 100%; min-height: 52px; margin-top: 16px; border: 0; border-radius: 13px; background: var(--cc-teal-dark); color: #fff; font-weight: 850; cursor: pointer; }
    .cc-book-button:hover { background: #083b4b; }
    .cc-book-button:disabled { cursor: not-allowed; opacity: .48; }
    .cc-booking-caveat { margin: 11px 0 0; color: var(--cc-muted); font-size: 11px; text-align: center; }
    .cc-booking-error { margin: 9px 0 0; color: #b42318; font-size: 12px; text-align: center; }

    .cc-prebook-panel { display: grid; gap: 12px; margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--cc-line); }
    .cc-prebook-kicker { margin: 0; color: var(--cc-teal); font-size: 12px; font-weight: 850; }
    .cc-prebook-document { padding: 13px; border: 1px solid var(--cc-line); border-radius: 13px; background: var(--cc-surface); }
    .cc-prebook-document h3 { margin: 0 0 9px; font-size: 14px; }
    .cc-prebook-copy, .cc-prebook-refund-note { margin: 0 0 10px; color: var(--cc-copy); font-size: 11px; line-height: 1.6; }
    .cc-prebook-refund-rows { display: grid; gap: 6px; margin-bottom: 9px; }
    .cc-prebook-refund-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; color: var(--cc-copy); font-size: 10px; }
    .cc-prebook-refund-row strong { flex: 0 0 auto; color: var(--cc-teal-dark); }
    .cc-prebook-policy-link { display: inline-block; margin-bottom: 10px; color: var(--cc-teal); font-size: 11px; font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }
    .cc-consent-check { display: grid; grid-template-columns: 20px 1fr; gap: 9px; align-items: start; padding: 10px; border: 1px solid #c9dadd; border-radius: 11px; background: #fff; color: var(--cc-copy); font-size: 11px; line-height: 1.55; cursor: pointer; }
    .cc-consent-check:has(input:checked) { border-color: var(--cc-teal); background: var(--cc-teal-soft); }
    .cc-consent-check input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--cc-teal); }
    .cc-consent-check input[aria-invalid="true"] { outline: 2px solid #dc2626; outline-offset: 2px; }
    .cc-consent-check b { color: #b42318; }
    .cc-consent-error { margin: 7px 0 0; color: #b42318; font-size: 11px; }
    .cc-deposit-amount { color: var(--cc-teal-dark); }

    .cc-agreement-dialog { width: min(760px, calc(100% - 30px)); max-height: min(90dvh, 820px); padding: 0; overflow: hidden; border: 0; border-radius: 20px; background: #fff; color: var(--cc-ink); box-shadow: 0 28px 80px rgba(2, 26, 34, .3); }
    .cc-agreement-dialog::backdrop { background: rgba(5, 26, 33, .72); }
    .cc-agreement-sheet { max-height: min(90dvh, 820px); overflow-y: auto; padding: 0 24px 24px; }
    .cc-agreement-head { position: sticky; z-index: 2; top: 0; display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-inline: -24px; padding: 18px 24px; border-bottom: 1px solid var(--cc-line); background: rgba(255,255,255,.98); }
    .cc-agreement-head p { margin: 0; color: var(--cc-teal); font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
    .cc-agreement-head h2 { margin: 3px 0 0; font-size: 21px; }
    .cc-agreement-close { display: grid; width: 42px; height: 42px; flex: 0 0 auto; padding: 0; place-items: center; border: 1px solid var(--cc-line); border-radius: 50%; background: #fff; font-size: 24px; cursor: pointer; }
    .cc-agreement-summary { display: grid; gap: 5px; margin-top: 20px; padding: 15px; border-radius: 14px; background: var(--cc-teal-soft); }
    .cc-agreement-summary strong { font-size: 16px; }
    .cc-agreement-summary span { color: var(--cc-copy); font-size: 12px; overflow-wrap: anywhere; }
    /* 금액 내역 — 다른 업종 예약 확인 창과 같은 4줄 구성이다. */
    .cc-agreement-amounts { display: grid; gap: 6px; margin-top: 10px; }
    .cc-agreement-amounts > div { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
    .cc-agreement-amounts dt { color: var(--cc-muted); font-size: 12px; font-weight: 700; }
    .cc-agreement-amounts dd { margin: 0; color: var(--cc-copy); font-size: 13px; font-weight: 700; text-align: right; overflow-wrap: anywhere; }
    .cc-agreement-amounts .is-total { margin-top: 4px; padding-top: 8px; border-top: 1px solid var(--cc-line); }
    .cc-agreement-amounts .is-total dt { color: var(--cc-ink); }
    .cc-agreement-amounts .is-total dd { font-size: 15px; font-weight: 900; }
    .cc-agreement-handoff { margin: 15px 0; color: var(--cc-copy); font-size: 13px; }
    .cc-customer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
    .cc-customer-field--full { grid-column: 1 / -1; }
    .cc-customer-field label { display: block; margin-bottom: 6px; color: var(--cc-copy); font-size: 12px; font-weight: 780; }
    .cc-customer-field label b { color: #b42318; }
    .cc-customer-field input { width: 100%; min-height: 48px; padding: 0 13px; border: 1px solid #bfd3d8; border-radius: 11px; background: #fff; color: var(--cc-ink); }
    .cc-customer-field select { width: 100%; min-height: 48px; padding: 0 38px 0 13px; border: 1px solid #bfd3d8; border-radius: 11px; background-color: #fff; color: var(--cc-ink); font: inherit; appearance: none; -webkit-appearance: none;
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%235b6b70' stroke-width='1.8'%3E%3Cpath d='M4 6.5 8 10.5 12 6.5'/%3E%3C/svg%3E");
      background-repeat: no-repeat; background-position: right 13px center; background-size: 16px; cursor: pointer; }
    html[dir="rtl"] .cc-customer-field select { padding: 0 13px 0 38px; background-position: left 13px center; }
    .cc-customer-field select:focus-visible { outline: 2px solid var(--cc-teal); outline-offset: 1px; }
    .cc-customer-field input[aria-invalid="true"], .cc-customer-field select[aria-invalid="true"] { border-color: #dc2626; box-shadow: 0 0 0 2px rgba(220,38,38,.12); }
    .cc-seller-summary, .cc-privacy-summary { margin-top: 16px; padding: 15px; border: 1px solid var(--cc-line); border-radius: 14px; }
    .cc-seller-summary h3, .cc-privacy-summary h3 { margin: 0 0 10px; font-size: 14px; }
    .cc-seller-summary dl, .cc-privacy-summary dl { display: grid; gap: 7px; margin: 0; }
    .cc-seller-summary dl div, .cc-privacy-summary dl div { display: grid; grid-template-columns: minmax(110px, .42fr) 1fr; gap: 10px; font-size: 11px; }
    .cc-seller-summary dt, .cc-privacy-summary dt { color: var(--cc-muted); }
    .cc-seller-summary dd, .cc-privacy-summary dd { margin: 0; color: var(--cc-copy); overflow-wrap: anywhere; }
    .cc-privacy-summary p { margin: 8px 0 0; color: var(--cc-copy); font-size: 11px; line-height: 1.6; }
    .cc-final-consents { display: grid; gap: 9px; margin-top: 14px; }
    .cc-agreement-status { min-height: 20px; margin: 12px 0 0; color: #b42318; font-size: 12px; }
    .cc-login-recovery { display: inline-block; margin-top: 4px; color: var(--cc-teal); font-size: 13px; font-weight: 820; text-decoration: underline; text-underline-offset: 3px; }
    .cc-agreement-actions { display: grid; grid-template-columns: 1fr 1.6fr; gap: 10px; margin-top: 14px; }
    .cc-agreement-cancel { min-height: 50px; border: 1px solid var(--cc-line); border-radius: 13px; background: #fff; font-weight: 800; cursor: pointer; }
    .cc-agreement-continue { margin-top: 0; }

    .cc-mobile-bar { display: none; }
    /* inset-inline 은 좌·우를 함께 지정한다. 둘 다 50% 가 되면 폭이 0 이라
       글자가 한 자씩 세로로 흘러내린다. 시작 쪽만 잡고 내용만큼 넓힌다. */
    .cc-toast { position: fixed; z-index: 90; inset-inline-start: 50%; bottom: 28px; transform: translateX(-50%); width: max-content; max-width: min(90vw, 460px); padding: 11px 15px; border-radius: 10px; background: #15333d; color: #fff; font-size: 13px; line-height: 1.5; text-align: center; box-shadow: var(--cc-shadow); }
    html[dir="rtl"] .cc-toast { transform: translateX(50%); }

    .cc-lightbox, .cc-cdw-dialog { width: min(940px, calc(100% - 30px)); max-height: calc(100dvh - 30px); padding: 0; border: 0; border-radius: 18px; background: #fff; box-shadow: 0 28px 80px rgba(2, 26, 34, .3); }
    .cc-lightbox::backdrop, .cc-cdw-dialog::backdrop { background: rgba(5, 26, 33, .72); }
    .cc-lightbox-inner { position: relative; display: grid; min-height: min(72vh, 680px); place-items: center; padding: 54px 70px 28px; background: #10272f; }
    .cc-lightbox-inner img { max-width: 100%; max-height: 64vh; object-fit: contain; }
    .cc-dialog-close, .cc-lightbox-nav { position: absolute; z-index: 2; display: grid; width: 44px; height: 44px; padding: 0; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: rgba(8, 35, 44, .75); color: #fff; font-size: 24px; cursor: pointer; }
    .cc-dialog-close { inset-inline-end: 14px; top: 14px; }
    .cc-lightbox-nav.prev { inset-inline-start: 14px; top: 50%; transform: translateY(-50%); }
    .cc-lightbox-nav.next { inset-inline-end: 14px; top: 50%; transform: translateY(-50%); }
    .cc-lightbox-caption { margin: 14px 0 0; color: #d8e4e7; font-size: 12px; text-align: center; }
    .cc-cdw-dialog { width: min(660px, calc(100% - 30px)); }
    .cc-cdw-dialog-sheet { position: relative; max-height: calc(100dvh - 30px); overflow: auto; padding: 28px; }
    .cc-cdw-dialog .cc-dialog-close { color: var(--cc-ink); border-color: var(--cc-line); background: #fff; }
    .cc-cdw-dialog h2 { margin: 0; padding-inline-end: 48px; font-size: 22px; }
    .cc-cdw-dialog p { color: var(--cc-copy); font-size: 14px; }
    .cc-cdw-help-list { display: grid; gap: 10px; margin: 18px 0 0; }
    .cc-cdw-help-list div { padding: 12px; border: 1px solid var(--cc-line); border-radius: 11px; }
    .cc-cdw-help-list dt { font-size: 12px; font-weight: 820; }
    .cc-cdw-help-list dd { margin: 4px 0 0; color: var(--cc-muted); font-size: 12px; }

