:root {
  --navy: #0e234a;
  --navy-2: #122d61;
  --navy-3: #0b1936;
  --beige: #f4efe6;
  --beige-2: #e8dece;
  --gold: #b89b66;
  --gold-2: #d7bf8e;
  --text: #18202f;
  --muted: #657286;
  --white: #ffffff;
  --line: #d9ceb9;
  --shadow: 0 18px 50px rgba(14, 35, 74, 0.08);
  --glow: 0 0 0 1px rgba(184, 155, 102, 0.18), 0 14px 40px rgba(14, 35, 74, 0.08);
  --radius-lg: 28px;
  --radius-md: 22px;
  --radius-sm: 14px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Noto Sans KR", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top right, rgba(215,191,142,0.1), transparent 28%),
    linear-gradient(180deg, #faf7f1 0%, #f7f3ed 100%);
  line-height: 1.68;
}
img { display:block; max-width:100%; }
a { color: inherit; text-decoration: none; }
button,input,select,textarea { font: inherit; }
.container { width:min(1180px, calc(100% - 32px)); margin:0 auto; }
.section { padding: 88px 0; }

.quick-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(16px);
  background: rgba(8, 22, 48, 0.82);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.quick-header-inner {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 20px;
  min-height: 72px;
}
.quick-brand {
  display:flex;
  align-items:center;
  gap:12px;
  color:#fff;
}
.quick-brand strong { display:block; font-size: 24px; line-height: 1; }
.quick-brand span { display:block; font-size: 12px; color:#d9c8a4; margin-top:4px; }
.quick-logo { width: 44px; }
.quick-nav { display:flex; align-items:center; gap: 12px; flex-wrap:wrap; }
.quick-nav a {
  color:#e6edf7;
  font-weight:700;
  padding: 10px 14px;
  border-radius: 999px;
  transition: background .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.quick-nav a:hover {
  background: rgba(215,191,142,0.14);
  color:#fff;
  box-shadow: 0 0 18px rgba(215,191,142,0.22);
  transform: translateY(-1px);
}
.quick-cta {
  background: linear-gradient(135deg, #d6bc88, #b38d48);
  color:#122143;
  font-weight:800;
  padding: 12px 18px;
  border-radius:999px;
  box-shadow: 0 10px 24px rgba(184,155,102,0.28);
  white-space: nowrap;
}

.hero {
  position:relative;
  overflow:hidden;
  background: linear-gradient(180deg, #112b5c 0%, #0d2147 100%);
  color: var(--white);
  padding: 34px 0 82px;
}
.hero-glow {
  position:absolute;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  filter: blur(65px);
  opacity: 0.22;
}
.hero-glow-1 { top: -80px; right: 8%; background: #d9bc7f; }
.hero-glow-2 { bottom: -120px; left: 4%; background: #6f87c8; }
.brand-row { display:flex; justify-content:space-between; align-items:center; position:relative; z-index:1; }
.brand-inline { display:flex; align-items:center; gap:16px; }
.brand-logo { width: 96px; }
.eyebrow { margin:0 0 6px; color:#d8c6a2; font-size:14px; letter-spacing:.18em; text-transform:uppercase; }
.brand-center { margin:0; font-weight:700; font-size:18px; }
.hero-copy { position:relative; z-index:1; padding-top: 58px; max-width: 820px; }
.hero-pill {
  display:inline-flex;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border:1px solid rgba(255,255,255,0.1);
  color:#e8dcc3;
  font-weight:700;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}
.hero-copy h1 { margin:18px 0 0; font-size: clamp(2.7rem, 6vw, 4.8rem); line-height:1.12; letter-spacing:-0.04em; }
.hero-copy h1 span { color: #e8d4a9; }
.hero-subtitle { margin:24px 0 0; color:#dce5f3; font-size: 19px; }
.hero-actions { display:flex; flex-wrap:wrap; gap: 14px; margin-top: 30px; }
.primary-btn, .secondary-btn {
  display:inline-flex; align-items:center; justify-content:center; min-height: 52px; padding: 0 24px; border-radius: 999px; font-weight:800; transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.primary-btn { background: linear-gradient(135deg, #d8bf8b, #bc9652); color:#122143; box-shadow: 0 18px 30px rgba(184,155,102,.24); }
.secondary-btn { background: rgba(255,255,255,0.08); border:1px solid rgba(255,255,255,0.12); color:#fff; }
.primary-btn:hover, .secondary-btn:hover { transform: translateY(-2px); box-shadow: 0 0 18px rgba(215,191,142,0.26), 0 18px 30px rgba(14,35,74,.18); }

.notice-bar { background: #e8dcc9; border-bottom:1px solid rgba(14,35,74,0.08); }
.notice-wrap { display:flex; gap:18px; align-items:center; flex-wrap:wrap; padding:14px 0; color:#5b4523; font-weight:600; }
.notice-strong { background:#bf5335; color:#fff; padding:7px 12px; border-radius:999px; font-size:14px; }

.glow-card {
  position:relative;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.glow-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 0 1px rgba(184,155,102,0.22), 0 0 28px rgba(184,155,102,0.16), 0 22px 46px rgba(14,35,74,0.10);
}
.glow-card::after {
  content:"";
  position:absolute;
  inset:0;
  border-radius: inherit;
  pointer-events:none;
  opacity:0;
  transition: opacity .28s ease;
  box-shadow: inset 0 0 0 1px rgba(215,191,142,0.22);
}
.glow-card:hover::after { opacity:1; }
.subtle:hover { transform:none; }

.intro-card {
  background: rgba(255,255,255,0.82);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(183,155,104,0.18);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: 40px;
}
.quote { margin:0 0 16px; font-size: clamp(1.45rem, 3vw, 2.05rem); font-weight:800; color:#7d6030; }
.intro-text { margin:0; color:#4d5562; font-size:18px; line-height:1.8; }
.section-label { margin:0 0 22px; color:var(--gold); font-weight:800; letter-spacing:.18em; font-size:14px; }
.section-label.alt { color:#d6c3a0; }
.manage-grid, .pricing-grid, .stats-grid, .review-grid { display:grid; gap:24px; }
.manage-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.manage-card {
  background: rgba(255,255,255,0.88);
  border:1px solid var(--line);
  border-radius: var(--radius-md);
  padding:30px;
  box-shadow: var(--shadow);
}
.manage-number { display:inline-block; margin-bottom:8px; color:var(--gold); font-size:14px; font-weight:800; }
.manage-card h2 { margin:0 0 6px; font-size:32px; color:var(--navy); }
.manage-title { margin:0 0 16px; font-weight:700; }
.manage-card ul { margin:0; padding-left:18px; color:#4f5968; }

.schedule-head { display:flex; align-items:baseline; justify-content:space-between; gap:16px; flex-wrap:wrap; margin-bottom:26px; }
.schedule-head h2 { margin:0; font-size: clamp(1.9rem, 3.4vw, 2.6rem); color:var(--navy); }
.schedule-period { margin:0; color:#6a7380; font-weight:700; }
.schedule-period strong { color:#7d6030; }
.schedule-grid { display:grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap:24px; }
.schedule-card {
  background: rgba(255,255,255,0.9);
  border:1px solid var(--line);
  border-radius: var(--radius-md);
  padding:28px;
  box-shadow: var(--shadow);
}
.schedule-day { margin:0 0 18px; font-size:22px; font-weight:800; color:var(--navy); }
.schedule-slots { list-style:none; margin:0; padding:0; display:grid; gap:14px; }
.schedule-slots li { display:flex; align-items:center; gap:12px; flex-wrap:wrap; }
.schedule-slots strong { font-size:17px; color:#2f3a4d; }
.slot-tag {
  flex-shrink:0; display:inline-flex; align-items:center; justify-content:center;
  min-width:78px; padding:6px 12px; border-radius:999px; font-size:13px; font-weight:800;
}
.slot-tag.mandatory { background:#122b5d; color:#fff; }
.slot-tag.free { background:#f2e7d3; color:#71531f; }
.coach-strip {
  display:flex; align-items:center; gap:14px; flex-wrap:wrap; margin-top:24px;
  padding:18px 22px; background: rgba(248,241,229,0.9); border:1px solid #e6d8c1;
  border-radius: var(--radius-sm); color:#694f24; font-weight:700;
}
.coach-label {
  display:inline-flex; align-items:center; justify-content:center; background:var(--gold); color:#fff;
  padding:8px 14px; border-radius:999px; font-size:14px; box-shadow: 0 10px 18px rgba(184,155,102,.18);
}
.coach-strip strong { color:#5a4118; }
.schedule-notes { margin:22px 0 0; padding-left:20px; color:#5e6774; line-height:1.9; }
.schedule-notes strong { color:#7d6030; }

.pricing-section { background: linear-gradient(180deg, rgba(233,223,206,0.38), transparent 60%); }
.discount-strip {
  display:flex; justify-content:space-between; gap:16px; align-items:center; flex-wrap:wrap;
  padding:16px 20px; background: rgba(248,241,229,0.9); border:1px solid #e6d8c1; border-radius: var(--radius-sm); margin-bottom: 26px; font-weight:700; color:#694f24;
}
.discount-badge { display:inline-flex; align-items:center; justify-content:center; background:var(--gold); color:#fff; padding:8px 14px; border-radius:999px; font-size:14px; box-shadow: 0 10px 18px rgba(184,155,102,.18); }
.pricing-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pricing-card {
  position:relative; background: rgba(255,255,255,0.92); border:1px solid var(--line); border-radius:var(--radius-md); padding:28px; box-shadow: var(--shadow);
}
.pricing-card h3 { margin:0; font-size:36px; color:var(--navy); }
.plan-type { margin:8px 0 22px; color:#7d6f59; font-weight:700; }
.price-list { display:grid; gap:12px; margin:0 0 20px; }
.price-list div { display:flex; justify-content:space-between; align-items:baseline; gap:12px; }
.price-list dt { color:#6a7380; font-weight:700; }
.price-list dd { margin:0; font-size:34px; font-weight:800; color:var(--navy); }
.price-list dd span { font-size:18px; font-weight:700; color:#6a7380; }
.price-list .highlight { color:var(--gold); }
.plan-desc { margin:0; color:#4f5968; }
.featured {
  background: linear-gradient(180deg, #1b3267 0%, #142852 100%);
  color:#fff; border-color: transparent; box-shadow: 0 20px 40px rgba(20,40,82,.32);
}
.featured h3,.featured .price-list dd,.featured .plan-type,.featured .plan-desc,.featured .price-list dt,.featured .price-list dd span { color:#fff; }
.featured .highlight { color:#f0d598; }
.featured-highlight {
  color:#f3d78c !important;
  text-shadow: 0 0 14px rgba(243,215,140,.28);
}
.featured-badge { position:absolute; left:24px; top:-14px; background:var(--gold); color:#fff; padding:8px 14px; border-radius:999px; font-size:13px; font-weight:800; }

.stats-section { padding-top: 24px; }
.stats-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: rgba(255,255,255,0.9); border:1px solid var(--line); border-radius: var(--radius-md); overflow:hidden; box-shadow: var(--shadow);
}
.stat-item { padding:28px 20px; text-align:center; border-right:1px solid var(--line); }
.stat-item:last-child { border-right:0; }
.stat-item strong { display:inline-flex; align-items:flex-start; justify-content:center; color:var(--navy); font-size: clamp(2rem, 4vw, 3rem); line-height:1; white-space:nowrap; }
.grade-unit { display:inline-block; font-size:.46em; margin-left:2px; line-height:1; position:relative; top:-0.18em; }
.stat-item span { display:block; margin-top:10px; color:#5e6774; font-weight:700; }
/* `.stat-item span` is more specific than `.grade-unit` and would flip the unit
   to a block; keep 등급/석 inline and top-aligned with the number. */
.stat-item .grade-unit { display:inline-block; margin-top:0; color:inherit; font-weight:inherit; }
.stat-source { display:block; margin-top:6px; color:#8b93a0; font-size:12px; font-style:normal; font-weight:500; }
.stats-disclaimer { margin:16px 0 0; color:#6a7380; font-size:13px; line-height:1.7; }
.review-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 26px; }
.review-card {
  background: rgba(255,255,255,0.88);
  border:1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 24px;
  box-shadow: var(--shadow);
}
.review-card p { margin:0 0 16px; color:#394355; }
.review-card strong { color: var(--navy); }

.cta-section { padding-top: 52px; }
.cta-center-wrap { display:grid; gap: 28px; }
.cta-copy.centered { text-align:left; max-width: 900px; }
.cta-copy h2 { margin:0 0 12px; font-size: clamp(2.25rem, 4vw, 3.3rem); color:var(--navy); }
.cta-badge {
  display:inline-flex; align-items:center; gap:8px; margin:0 0 24px; background:#f5ead8; color:#72521c;
  border:1px solid #e6d1ad; padding:12px 18px; border-radius:999px; font-weight:700;
}
.cta-contact { margin:0 0 8px; font-size:22px; font-weight:800; }
.cta-contact a { color:var(--gold); }
.cta-brand, .cta-note { margin:0; color:#5e6774; }
.cta-brand { margin-top: 2px; }
.cta-note { margin-top: 4px; font-size:14px; }
.form-card {
  background: rgba(255,255,255,0.94); border:1px solid var(--line); border-radius:var(--radius-md); box-shadow: var(--shadow); padding:32px;
}
.form-card.glow-card:hover {
  transform: none;
  box-shadow: 0 0 0 1px rgba(184,155,102,0.18), 0 18px 50px rgba(14,35,74,0.08);
}
.form-card.glow-card:hover::after {
  opacity: 0;
}
.form-wide { width:min(980px, 100%); margin: 0 auto; }
.form-head {
  display:flex; align-items:flex-start; justify-content:space-between; gap: 18px; margin-bottom: 20px;
}
.form-card h3 { margin:0 0 8px; font-size:32px; color:var(--navy); }
.form-guide { margin:0; color:#6a7380; }
.form-callout {
  display:inline-flex; align-items:center; justify-content:center; min-height: 48px; padding: 0 18px; border-radius:999px; background:#0f244b; color:#fff; font-weight:800; white-space:nowrap; box-shadow: 0 10px 20px rgba(14,35,74,.16);
}
.apply-form { display:grid; gap:16px; }
.field-grid { display:grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap:16px; }
.field-grid-wide { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.apply-form label { display:grid; gap:8px; }
.apply-form span { font-size:14px; font-weight:700; color:#465063; }
input, select, textarea {
  width:100%; border:1px solid #d6dbe4; background:#fff; border-radius:14px; padding:15px 15px; color:var(--text);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
input:focus, select:focus, textarea:focus {
  outline:none; border-color:var(--gold); box-shadow: 0 0 0 4px rgba(184,155,102,0.14);
}
input:hover, select:hover, textarea:hover { transform: translateY(-1px); }
.consent-box {
  border:1px solid #e2e6ee; background:#f8f9fc; border-radius:14px; padding:18px 20px;
}
.consent-title { margin:0 0 12px; font-size:14px; font-weight:800; color:var(--navy); }
.consent-list { margin:0; padding-left:18px; color:#4f5968; font-size:13px; line-height:1.8; }
.consent-list strong { display:inline-block; min-width:112px; color:#465063; }
.consent-note { margin:12px 0 0; color:#6a7380; font-size:13px; line-height:1.7; }
.consent-note a { color:#1e3d7f; font-weight:700; text-decoration:underline; }
.agree-row { grid-template-columns: 20px 1fr; align-items:start; gap:10px; }
.agree-row input { margin-top:3px; width:18px; height:18px; }
.agree-row span { font-weight:500; }
button[type="submit"] {
  border:0; border-radius:16px; background: linear-gradient(135deg, #122b5d, #1e3d7f); color:#fff; padding:16px 18px; font-weight:800; cursor:pointer; transition: opacity .2s ease, box-shadow .2s ease, filter .2s ease; box-shadow: 0 12px 24px rgba(14,35,74,.18);
}
button[type="submit"]:hover { box-shadow: 0 0 20px rgba(215,191,142,.18), 0 12px 24px rgba(14,35,74,.18); filter: brightness(1.03); }
button[type="submit"]:disabled { cursor:wait; opacity:.7; transform:none; }
.form-status { min-height:24px; margin:0; color:#4b5565; font-size:14px; }

.table-section { background: linear-gradient(180deg, #102957 0%, #0d2147 100%); color:#fff; }
.table-title-wrap h2 { margin:0 0 10px; font-size: clamp(2rem, 4vw, 3rem); }
.table-title-wrap p { margin:0; color:#dce4f1; }
.table-wrapper { margin-top:28px; overflow-x:auto; background:#fff; border-radius: var(--radius-md); box-shadow: var(--shadow); }
.table-wrapper table { width:100%; border-collapse: collapse; min-width: 840px; color:var(--text); }
.table-wrapper th, .table-wrapper td { border:1px solid #e2d7c5; padding:14px 16px; text-align:center; }
.table-wrapper th:first-child, .table-wrapper td:first-child { text-align:left; }
.table-wrapper thead th { background:#122b5d; color:#fff; font-size:16px; }
.table-wrapper tbody tr:nth-child(even):not(.group-row) { background:#faf7f2; }
.group-row td { background:#efe6d8; color:#61481f; font-weight:800; }
.mini-badge { display:inline-block; margin-left:6px; padding:3px 8px; border-radius:999px; background:#d9b46a; color:#17213a; font-size:11px; vertical-align:middle; }
.table-footnotes { margin-top:18px; color:#dce4f1; font-size:14px; }
.table-footnotes p { margin:6px 0; }

.legal-page { padding-top: 130px; }
.legal-shell { max-width: 860px; }
.legal-page h1 { margin:0 0 18px; font-size: clamp(2rem, 4vw, 3rem); color:var(--navy); }
.legal-lead { margin:0 0 12px; color:#4f5968; line-height:1.9; }
.legal-block { margin-top: 38px; }
.legal-block h2 { margin:0 0 12px; font-size:20px; color:var(--navy); }
.legal-block p { margin:0 0 12px; color:#4f5968; line-height:1.9; }
.legal-block ul { margin:0 0 12px; padding-left:20px; color:#4f5968; line-height:1.9; }
.legal-block strong { color:#465063; }
.legal-block a { color:#1e3d7f; font-weight:700; text-decoration:underline; }
.legal-date { color:#6a7380; font-size:14px; }
.legal-back { margin-top: 44px; }
.legal-back a { color:#1e3d7f; font-weight:800; text-decoration:none; }

.footer {
  background: radial-gradient(circle at top left, rgba(24, 58, 112, 0.45), transparent 34%), linear-gradient(180deg, #091729 0%, #07121f 100%);
  color:#fff;
  padding: 42px 0 28px;
}
.footer-shell { max-width: 1180px; }
.footer-top {
  display:flex; justify-content:space-between; align-items:flex-start; gap: 24px;
}
.footer-top-left { display:flex; align-items:flex-start; gap: 16px; }
.footer-top-logo { width: 74px; border-radius: 2px; }
.footer-top-left strong { display:block; font-size: 38px; line-height:1.05; }
.footer-top-left p { margin: 10px 0 0; font-size: 16px; color:#d7c08f; }
.footer-top-right { text-align:right; }
.footer-inquiry { margin: 0 0 10px; font-size: 16px; font-weight: 700; }
.footer-inquiry strong, .footer-summary strong { color:#fff; }
.footer-summary { margin:0; color:#f1f5fb; }
.footer-divider { height:1px; background: rgba(215,191,142,0.24); margin: 36px 0 22px; }
.footer-bottom p { margin: 0 0 8px; color:#afbed6; font-size:15px; }
.footer-bottom p:last-child { margin-bottom:0; }
.footer-links a { color:#d7c08f; font-weight:700; text-decoration:underline; }

@media (max-width: 1100px) {
  .pricing-grid, .review-grid, .manage-grid, .schedule-grid { grid-template-columns: 1fr; }
  .field-grid-wide { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
  .quick-header-inner, .footer-top, .form-head { flex-direction:column; align-items:flex-start; }
  .quick-nav { width:100%; }
  .stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stat-item:nth-child(2) { border-right: 0; }
  .stat-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .footer-top-right { text-align:left; }
}

@media (max-width: 700px) {
  .section { padding: 66px 0; }
  .hero { padding-bottom: 54px; }
  .quick-header-inner { padding: 12px 0; }
  .quick-cta { width:100%; justify-content:center; }
  .brand-inline { align-items:flex-start; }
  .brand-logo { width: 74px; }
  .hero-copy { padding-top: 40px; }
  .hero-pill { font-size: 13px; line-height: 1.4; }
  .hero-subtitle { font-size: 17px; }
  .hero-actions { flex-direction: column; }
  .primary-btn, .secondary-btn { width:100%; }
  .intro-card, .manage-card, .pricing-card, .form-card, .schedule-card { padding: 22px; }
  .field-grid, .field-grid-wide, .stats-grid { grid-template-columns: 1fr; }
  .stat-item { border-right:0; border-bottom:1px solid var(--line); }
  .stat-item:last-child { border-bottom:0; }
  .review-grid { grid-template-columns: 1fr; }
  .footer-top-left strong { font-size: 30px; }
  .footer-bottom p { font-size: 14px; line-height: 1.7; }
}
