@font-face {
  font-family: yg-jalnan;
  src: url("/fonts/JalnanOTF00.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --yellow: #ffe14a;
  --yellow-2: #ffd400;
  --purple: #6841fe;
  --purple-2: #5a3ee6;
  --pink: #fd41ad;
  --ink: #1f1f1f;
  --muted: #666;
  --line: #ececec;
  --brandColor: #6841fe;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: "Noto Sans KR", sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.title-font,
h1, h2,
.logo-text,
.form-title,
.submit-btn,
.top-cta,
.start-link {
  font-family: yg-jalnan, "Noto Sans KR", sans-serif;
  font-weight: 400;
}
.accent { color: var(--purple); }
.accent-pink { color: var(--pink); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.wrap { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }

.site-top { background: #fff; border-bottom: 1px solid #f2f2f2; position: relative; z-index: 20; }
.top { display: flex; align-items: center; justify-content: space-between; min-height: 64px; gap: 16px; }
.logo { display: flex; align-items: center; gap: 8px; font-weight: 800; font-size: 22px; letter-spacing: -0.04em; }
.logo-text { white-space: nowrap; }
.logo-mark { width: 32px; height: 32px; border-radius: 50%; background: #eef4ff; display: inline-flex; align-items: center; justify-content: center; }
.nav { display: flex; gap: 18px; font-size: 14px; font-weight: 700; }
.nav a:hover { color: var(--purple); }
.top-cta {
  background: #111; color: #fff; border-radius: 999px; padding: 10px 16px;
  font-size: 13px; font-weight: 800; white-space: nowrap;
}

.page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  align-items: start;
  position: relative;
}
.page-grid:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
  height: 560px;
  background:
    radial-gradient(circle at 12% 18%, rgba(255,255,255,.45), transparent 28%),
    linear-gradient(180deg, var(--yellow) 0%, #fff36a 68%, #ffffff 100%);
  z-index: -1;
}
.page-main { min-width: 0; }
.page-rail { position: sticky; top: 24px; padding-top: 36px; }
.page-grid.no-form { grid-template-columns: 1fr; }

.hero {
  background: none;
  margin: 0;
  padding: 48px 0 20px;
}
.hero-kicker { margin: 0 0 10px; font-size: 24px; color: #444; letter-spacing: -1px; }
.hero h2 { margin: 0; font-size: 48px; line-height: 1.25; letter-spacing: -0.02em; }
.hero-car { max-width: 620px; margin: 8px 0 0 -24px; }
.hero-car svg {
  display: block;
  width: 100%;
  height: auto;
  max-height: 280px;
  aspect-ratio: 640 / 280;
}

.counter { padding: 28px 0 10px; }
.counter h2 { margin: 0; font-size: 40px; letter-spacing: -0.02em; line-height: 1.3; }
.counter strong { color: var(--pink); }

.insurers { padding: 28px 0 36px; }
.sec-kicker { margin: 0 0 10px; color: #444; font-weight: 500; font-size: 24px; letter-spacing: -1px; }
.insurers h2 { margin: 0 0 22px; font-size: 50px; letter-spacing: -0.02em; line-height: 1.24; }
.insurer-logos {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-wrap: wrap; gap: 14px;
}
.insurer-logos li {
  width: calc(33.333% - 10px); min-width: 210px;
}
.insurer-logos img {
  display: block; width: 100%; height: auto;
}
.fine-print { color: #888; font-size: 12px; line-height: 1.6; }

.event { background: #f7fbff; margin: 8px -16px 0; padding: 36px 20px 28px; border-radius: 28px; }
.event h2 { margin: 0 0 22px; font-size: 48px; letter-spacing: -0.02em; line-height: 1.28; }
.event-block { background: #fff; border-radius: 24px; padding: 22px; margin: 0 0 18px; }
.event-badge {
  display: inline-block; background: #111; color: #fff; border-radius: 999px;
  padding: 6px 14px; font-size: 14px; font-weight: 800; margin: 0 0 12px;
}
.event-badge--pink { background: var(--pink); }
.event-block ul { margin: 0 0 10px; padding-left: 22px; }
.event-block li { margin: 0 0 8px; font-size: 22px; letter-spacing: -1px; }
.event-who { color: #555; font-size: 22px; }
.gift-row { display: flex; align-items: center; gap: 12px; margin-top: 16px; flex-wrap: wrap; }
.gift-row article {
  flex: 1; min-width: 180px; background: #f6f7fb; border-radius: 18px;
  padding: 18px; text-align: center;
}
.gift-row strong { display: block; font-size: 32px; margin: 8px 0; color: var(--purple); font-family: yg-jalnan, "Noto Sans KR", sans-serif; }
.gift-row .plus { font-size: 28px; font-weight: 800; }
.event-soon {
  margin: 18px 0 0; padding: 16px 18px; border-radius: 16px;
  background: #fff3c4; color: #111; text-align: center;
  font-family: yg-jalnan, "Noto Sans KR", sans-serif;
  font-size: 18px; letter-spacing: -0.03em; line-height: 1.45;
}

.discount { background: #1a1a1a; color: #fff; margin: 0 -16px; padding: 48px 20px 36px; border-radius: 0 0 28px 28px; text-align: center; }
.discount h2 { margin: 0 0 8px; font-size: 48px; letter-spacing: -0.02em; line-height: 1.28; }
.discount p { margin: 0 0 22px; color: #ddd; font-size: 22px; }
.discount-grid { list-style: none; padding: 0; margin: 0 0 16px; display: flex; justify-content: center; gap: 18px; flex-wrap: wrap; }
.discount-grid li { width: 110px; font-size: 16px; font-weight: 700; }
.ico {
  width: 72px; height: 72px; border-radius: 50%; background: #fff; color: #111;
  display: flex; align-items: center; justify-content: center; margin: 0 auto 8px;
  position: relative;
}
.ico:before { content: ""; display: block; }
.ico-road:before { width: 28px; height: 18px; border: 3px solid #111; border-radius: 4px; box-shadow: 0 8px 0 -5px #111; }
.ico-cam:before { width: 22px; height: 16px; border: 3px solid #111; border-radius: 4px; }
.ico-km:before { width: 22px; height: 22px; border: 3px solid #111; border-radius: 50%; }
.ico-card:before { width: 26px; height: 16px; border: 3px solid #111; border-radius: 3px; }
.ico-kid:before { width: 10px; height: 10px; border: 3px solid #111; border-radius: 50%; box-shadow: 0 12px 0 -4px #111; }
.start-link { display: inline-block; margin-top: 8px; font-size: 28px; font-weight: 800; color: #fff; }

.guides { padding: 36px 0 20px; }
.guides h2 { margin: 0 0 14px; font-size: 36px; }
.guides ul { list-style: none; padding: 0; margin: 0; }
.guides a { display: block; padding: 12px 0; border-bottom: 1px solid var(--line); font-weight: 700; font-size: 20px; }
.guides a:hover { color: var(--purple); }

.form-card {
  background: var(--purple); color: #fff; border-radius: 28px; padding: 22px 20px 20px;
  box-shadow: 0 16px 40px rgba(107,78,255,.28);
}
.form-kicker { margin: 0; font-size: 13px; opacity: .85; }
.form-title { margin: 4px 0 16px; font-size: 26px; letter-spacing: -0.04em; }
.field { display: block; margin: 0 0 10px; }
.field > span { display: block; font-size: 12px; margin-bottom: 4px; opacity: .9; }
.field input, .field select, .phone-row input, .phone-row select {
  width: 100%; height: 42px; border: 0; border-radius: 8px; padding: 0 10px;
  font-size: 14px; font-family: inherit;
}
.field > .phone-row,
.phone-row {
  display: flex; align-items: center; gap: 6px; width: 100%;
  flex-wrap: nowrap;
}
.phone-row select { width: 78px; flex: 0 0 78px; }
.phone-row input { width: auto; flex: 1 1 auto; min-width: 0; }
.sex-row { display: flex; gap: 8px; }
.sex-row input { position: absolute; opacity: 0; width: 0; height: 0; }
.sex-pill {
  flex: 1; height: 42px; border-radius: 8px; background: rgba(255,255,255,.18);
  display: flex; align-items: center; justify-content: center; cursor: pointer; font-weight: 800;
}
.sex-pill.select_bt_on { background: #fff; color: var(--purple); }
.agree-line {
  display: block; width: 100%; margin: 8px 0 12px; padding: 0; border: 0;
  background: transparent; color: #fff; font-size: 12px; text-align: left;
  text-decoration: underline; cursor: pointer; font-family: inherit;
}
.submit-btn {
  width: 100%; height: 52px; border: 0; border-radius: 999px; background: var(--yellow);
  color: #111; font-size: 18px; font-weight: 800; cursor: pointer; font-family: inherit;
}
.submit-btn:hover { background: var(--yellow-2); }

.legal-band { background: #111; color: #ddd; padding: 36px 0; margin-top: 20px; }
.legal-band h2 { color: #fff; font-size: 18px; }
.legal-band ul { margin: 0; padding-left: 18px; font-size: 13px; line-height: 1.7; }
footer { background: #0b0b0b; color: #999; padding: 24px 0 40px; font-size: 13px; }
footer a { color: #bbb; margin-right: 10px; }

.form-popup {
  position: fixed; inset: 0; z-index: 1800; display: none;
  align-items: center; justify-content: center; padding: 20px;
  background: rgba(0,0,0,.46);
}
.form-popup.is-open { display: flex; }
.form-popup-panel { position: relative; width: min(360px, 100%); }
.form-popup-close {
  position: absolute; top: 8px; right: 10px; z-index: 3;
  width: 40px; height: 40px; border: 0; background: transparent;
  color: #fff; font-size: 28px; cursor: pointer;
}
body.form-popup-open { overflow: hidden; }

.article-page { padding: 28px 0 60px; }
.article-shell { width: min(860px, calc(100% - 32px)); margin: 0 auto; }
.crumb { color: #777; font-size: 13px; margin-bottom: 16px; }
.article-kicker { color: var(--purple); font-weight: 800; font-size: 13px; }
.article-head h1 { font-size: 32px; letter-spacing: -0.04em; }
.article-lead { color: #555; font-size: 17px; }
.article-paper { background: #fff; }
.article-paper h2 { font-size: 22px; margin: 28px 0 10px; }
.article-paper p, .article-paper li { font-size: 16px; line-height: 1.8; }
.article-cta-box {
  margin: 32px 0 0; padding: 18px; border-radius: 18px; background: var(--yellow);
  display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap;
}
.article-cta-box a {
  background: var(--purple); color: #fff; border-radius: 14px; padding: 16px 22px; font-weight: 800;
}
.legal-page { width: min(860px, calc(100% - 32px)); margin: 40px auto 80px; line-height: 1.8; word-break: keep-all; }
.legal-page h1 { font-size: 28px; letter-spacing: -0.04em; margin: 0 0 18px; }
.legal-page h2, .legal-body h2 { font-size: 18px; margin: 28px 0 10px; padding-top: 10px; border-top: 1px solid #e5e5e5; }
.legal-page .legal-body h2:first-of-type { border-top: 0; padding-top: 0; }
.legal-body p, .legal-body li { font-size: 15px; color: #333; }
.legal-body ul { margin: 8px 0 16px; padding-left: 18px; }
.legal-body li { margin: 4px 0; }
.legal-company { margin-top: 36px; padding-top: 14px; border-top: 1px solid #e5e5e5; color: #666; font-size: 13px; }

@media (max-width: 960px) {
  .nav { display: none; }
  .page-grid { grid-template-columns: 1fr; }
  .page-rail { position: static; padding-top: 0; margin-top: -40px; }
  .hero { padding-bottom: 56px; }
  .hero h2 { font-size: 32px; line-height: 1.28; }
  .hero-kicker, .sec-kicker { font-size: 18px; }
  .insurers h2, .event h2, .discount h2, .counter h2 { font-size: 30px; }
  .event-block li, .event-who, .discount p { font-size: 16px; }
  .event-soon { font-size: 16px; }
  .guides h2 { font-size: 26px; }
  .guides a { font-size: 17px; }
  .insurer-logos li { width: 100%; min-width: 0; }
}
