/* ============================================================
   GUIDE PAGES — 공식 안내문서 레이아웃
   기존 폰트/컬러/헤더/푸터 상속, 카드·라운드·그림자 없이
   문서형 레이아웃으로 심플하고 고급스럽게.
   ============================================================ */
.guide-page{ background:var(--ivory); }
.guide-wrap{ width:min(92vw, 960px); margin:0 auto; padding:clamp(56px,8vw,96px) 0 clamp(80px,10vw,120px); }
.guide-header{ text-align:center; padding-bottom:clamp(36px,5vw,56px); margin-bottom:clamp(36px,5vw,56px); border-bottom:1px solid var(--line); }
.guide-eyebrow{ font-size:0.78rem; letter-spacing:0.3em; text-transform:uppercase; color:var(--rose-deep); font-weight:700; margin-bottom:16px; }
.guide-title{ font-size:clamp(1.9rem,3.4vw,2.6rem); font-weight:800; letter-spacing:-0.02em; color:var(--charcoal); margin-bottom:10px; }
.guide-subtitle{ font-size:0.92rem; letter-spacing:0.04em; color:var(--charcoal-soft); }
.guide-intro{ font-size:1rem; line-height:1.9; color:#3a3733; max-width:760px; margin:0 auto clamp(48px,6vw,72px); text-align:left; }
.guide-section-title{ font-size:1.15rem; font-weight:800; color:var(--charcoal); margin:56px 0 20px; padding-bottom:12px; border-bottom:1px solid var(--rose-deep); }
.guide-section-title:first-of-type{ margin-top:0; }

/* 표 */
.guide-table{ width:100%; border-collapse:collapse; margin-bottom:8px; }
.guide-table th{ text-align:left; font-size:0.86rem; font-weight:700; color:var(--charcoal-soft); padding:12px 8px; border-bottom:1px solid var(--line-strong); letter-spacing:0.02em; }
.guide-table th.num{ text-align:right; }
.guide-table td{ padding:16px 8px; border-bottom:1px solid var(--line); font-size:0.96rem; color:var(--charcoal); }
.guide-table td.num{ text-align:right; font-weight:700; font-variant-numeric:tabular-nums; white-space:nowrap; }
.guide-table tr:last-child td{ border-bottom:1px solid var(--line-strong); }

.guide-updated{ text-align:right; font-size:0.8rem; color:var(--charcoal-soft); margin-top:10px; }
.guide-updated b{ color:var(--charcoal); font-weight:700; }

.guide-notice{ margin-top:clamp(56px,6vw,80px); padding:28px 30px; background:var(--white); border-left:3px solid var(--rose-deep); }
.guide-notice h4{ font-size:0.95rem; font-weight:800; margin-bottom:10px; }
.guide-notice p{ font-size:0.88rem; color:var(--charcoal-soft); line-height:1.8; }

.guide-actions{ display:flex; gap:14px; flex-wrap:wrap; justify-content:center; margin-top:clamp(28px,4vw,40px); }

@media (max-width:640px){
  .guide-table th, .guide-table td{ font-size:0.86rem; padding:12px 4px; }
  .guide-section-title{ font-size:1.05rem; }
}

/* ---------- 미성년자 동의서 출력용 문서 ---------- */
.consent-doc{ background:var(--white); padding:clamp(32px,5vw,56px); border:1px solid var(--line); }
.consent-doc h2{ text-align:center; font-size:1.4rem; font-weight:800; margin-bottom:36px; }
.consent-block{ margin-bottom:32px; }
.consent-block h3{ font-size:1rem; font-weight:800; margin-bottom:16px; padding-bottom:8px; border-bottom:1px solid var(--charcoal); }
.consent-field{ display:flex; align-items:baseline; gap:10px; margin-bottom:14px; font-size:0.95rem; }
.consent-field .label{ flex:none; width:110px; color:var(--charcoal-soft); }
.consent-field .fill{ flex:1; border-bottom:1px solid var(--charcoal-soft); min-height:22px; }
.consent-textarea{ border:1px solid var(--line-strong); min-height:70px; margin-top:8px; }
.consent-agree p{ font-size:0.88rem; line-height:1.9; color:#3a3733; margin-bottom:14px; }
.consent-final{ margin-top:36px; padding-top:24px; border-top:1px solid var(--line-strong); }
.consent-final .row{ display:flex; flex-wrap:wrap; gap:24px; margin-bottom:18px; font-size:0.95rem; }
.consent-final .row .item{ display:flex; align-items:baseline; gap:8px; }
.consent-final .fill-short{ display:inline-block; border-bottom:1px solid var(--charcoal-soft); min-width:120px; min-height:20px; }
.consent-footnote{ margin-top:28px; font-size:0.78rem; color:var(--charcoal-soft); line-height:1.8; }

/* ---------- Print CSS ---------- */
@media print{
  .site-header, .floating-cta, .site-footer, .guide-actions, .opus-mobile-bar, .no-print{ display:none !important; }
  body{ background:#fff !important; font-size:11.5px; line-height:1.4; }
  .guide-wrap{ width:100%; padding:0; max-width:none; }
  .guide-header{ display:none; }
  .guide-intro{ display:none; }

  .consent-doc{ border:none; padding:0; margin-top:0 !important; }
  .consent-doc h2{ font-size:18px; margin-bottom:14px; }

  .consent-block{ margin-bottom:12px; page-break-inside:avoid; }
  .consent-block h3{ font-size:12px; margin-bottom:6px; padding-bottom:4px; }

  .consent-field{ margin-bottom:5px; font-size:11px; gap:8px; }
  .consent-field .label{ width:82px; }
  .consent-field .fill{ min-height:14px; }

  .consent-textarea{ min-height:44px; margin-top:4px; }

  .consent-agree p{ font-size:10.5px; line-height:1.55; margin-bottom:7px; }

  .consent-final{ margin-top:14px; padding-top:12px; page-break-inside:avoid; }
  .consent-final h3{ margin-bottom:10px !important; }
  .consent-final .row{ gap:16px; margin-bottom:10px; font-size:11px; }
  .consent-final .fill-short{ min-height:14px; min-width:80px; }

  .consent-footnote{ font-size:8.8px; line-height:1.5; margin-top:14px; color:#555 !important; }

  @page{ size:A4; margin:14mm 16mm; }
}
