@charset "utf-8";

:root { --blue-deep: #0B2447; --blue-mid: #1A3A6B; --blue-light: #E8EFF8; --black: #0A0A0A; --white: #FAFAFA; --gray-muted: #888888; --gray-light: #F4F4F2; --gray-line: #E0E0E0; }

*, ::before, ::after { box-sizing: border-box; margin: 0px; padding: 0px; }

html { scroll-behavior: smooth; }

body { font-family: Pretendard, "Apple SD Gothic Neo", sans-serif; background: var(--white); color: var(--black); overflow-x: hidden; }

.playfair { font-family: "Playfair Display", Georgia, serif; font-style: normal; }

.section-label { font-family: "Playfair Display", serif; font-weight: 700; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--blue-deep); margin-bottom: 1rem; display: block; }

.container { max-width: 1100px; margin: 0px auto; padding: 0px 2rem; }

section { padding: 100px 0px; }

.fade-up { opacity: 0; transform: translateY(40px); transition: opacity 0.7s ease-out, transform 0.7s ease-out; }

.fade-up.visible { opacity: 1; transform: translateY(0px); }

.fade-up.d1 { transition-delay: 0.1s; }

.fade-up.d2 { transition-delay: 0.2s; }

.fade-up.d3 { transition-delay: 0.3s; }

.fade-up.d4 { transition-delay: 0.4s; }

.fade-up.d5 { transition-delay: 0.5s; }

nav { position: fixed; top: 0px; left: 0px; right: 0px; z-index: 1000; padding: 0px 2rem; height: 64px; display: flex; align-items: center; justify-content: space-between; transition: background 0.3s, box-shadow 0.3s; }

nav.scrolled { background: var(--white); box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 24px; }

.nav-logo { font-family: "Playfair Display", serif; font-weight: 700; font-size: 16px; letter-spacing: 0.1em; color: var(--white); text-decoration: none; transition: color 0.3s; }

nav.scrolled .nav-logo { color: var(--blue-deep); }

.nav-links { display: flex; gap: 2rem; list-style: none; }

.nav-links a { font-size: 13px; font-weight: 400; color: rgba(255, 255, 255, 0.7); text-decoration: none; position: relative; transition: color 0.3s; }

.nav-links a::after { content: ""; position: absolute; bottom: -2px; left: 0px; width: 0px; height: 1px; background: var(--blue-deep); transition: width 0.3s; }

.nav-links a:hover { color: var(--white); }

.nav-links a:hover::after { width: 100%; }

nav.scrolled .nav-links a { color: var(--gray-muted); }

nav.scrolled .nav-links a:hover { color: var(--blue-deep); }

.nav-cta { background: var(--blue-deep); padding: 10px 20px; border-radius: 2px; font-weight: 600; font-size: 13px; text-decoration: none; transition: background 0.2s, transform 0.2s, box-shadow 0.2s; color: var(--white) !important; }

.nav-cta:hover { transform: translateY(-2px); box-shadow: rgba(11, 36, 71, 0.3) 0px 8px 24px; background: var(--blue-mid) !important; }

.nav-cta::after { display: none !important; }

.nav-mobile-hidden { display: flex; gap: 2rem; align-items: center; }

@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-logo { color: var(--blue-deep); }
  nav { background: var(--white); box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 24px; }
  .nav-cta { color: var(--white) !important; }
}

#hero { min-height: 100vh; background: var(--black); display: flex; align-items: center; position: relative; overflow: hidden; padding-top: 64px; }

#hero::before { content: ""; position: absolute; inset: 0px; background: radial-gradient(at 70% 50%, rgba(11, 36, 71, 0.6) 0%, transparent 70%); }

.hero-inner { position: relative; z-index: 1; padding: 60px 0px; }

.hero-badge { font-family: "Playfair Display", serif; font-weight: 400; font-size: 12px; letter-spacing: 0.2em; color: var(--blue-light); text-transform: uppercase; margin-bottom: 2rem; display: block; }

.hero-h1 { font-size: clamp(36px, 6vw, 64px); font-weight: 700; color: var(--white); line-height: 1.2; letter-spacing: -0.02em; margin-bottom: 1.5rem; }

.hero-h1 em { font-style: normal; color: var(--blue-light); }

.hero-sub { font-size: 16px; font-weight: 300; color: var(--gray-muted); line-height: 1.8; margin-bottom: 2.5rem; max-width: 520px; }

.hero-sub strong { font-weight: 600; color: rgba(255, 255, 255, 0.7); }

.hero-flow { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-bottom: 2.5rem; }

.hero-flow-step { font-size: 13px; font-weight: 600; color: var(--white); padding: 6px 14px; border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 2px; }

.hero-flow-arrow { color: var(--blue-light); font-size: 14px; }

.hero-stats { display: flex; gap: 3rem; margin-bottom: 3rem; padding-top: 2rem; border-top: 1px solid rgba(255, 255, 255, 0.1); }

.hero-stat-num { font-family: "Playfair Display", serif; font-weight: 700; font-size: 36px; color: var(--white); display: block; line-height: 1; margin-bottom: 0.4rem; }

.hero-stat-label { font-size: 11px; font-weight: 400; color: var(--gray-muted); letter-spacing: 0.12em; text-transform: uppercase; }

.btn-primary { display: inline-block; background: var(--blue-deep); color: var(--white); padding: 16px 36px; font-size: 15px; font-weight: 600; text-decoration: none; border-radius: 2px; transition: background 0.2s, transform 0.2s, box-shadow 0.2s; border: none; }

.btn-primary:hover { background: var(--blue-mid); transform: translateY(-2px); box-shadow: rgba(11, 36, 71, 0.4) 0px 12px 32px; }

.scroll-hint { position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; color: rgba(255, 255, 255, 0.4); font-size: 11px; letter-spacing: 0.12em; }

.scroll-hint-arrow { width: 1px; height: 40px; background: linear-gradient(rgba(255, 255, 255, 0.4), transparent); animation: 1.6s ease-in-out 0s infinite normal none running scrollDown; }

@keyframes scrollDown { 
  0%, 100% { transform: scaleY(1); opacity: 1; }
  50% { transform: scaleY(0.5); opacity: 0.4; }
}

#situation { background: var(--white); }

.reality-h2 { font-size: clamp(28px, 4vw, 44px); font-weight: 700; letter-spacing: -0.02em; line-height: 1.3; margin-bottom: 0.75rem; }

.reality-sub { font-size: 18px; font-weight: 400; color: var(--gray-muted); margin-bottom: 4rem; }

.reality-sub strong { color: var(--blue-deep); font-weight: 700; }

.reality-list { list-style: none; max-width: 760px; }

.reality-item { display: flex; align-items: baseline; gap: 2rem; padding: 1.5rem 0px; border-bottom: 1px solid var(--gray-line); transition: padding-left 0.25s; }

.reality-item:hover { padding-left: 12px; }

.reality-item:hover .reality-num { color: var(--blue-deep); }

.reality-num { font-family: "Playfair Display", serif; font-weight: 700; font-size: 28px; color: var(--gray-line); min-width: 48px; transition: color 0.25s; line-height: 1; }

.reality-text { font-size: 16px; font-weight: 400; line-height: 1.7; }

.reality-outro { margin-top: 4rem; font-size: 22px; font-weight: 600; line-height: 1.6; letter-spacing: -0.01em; text-align: center; max-width: 600px; margin-left: auto; margin-right: auto; }

#problem { background: var(--blue-light); }

.problem-h2 { font-size: clamp(24px, 3.5vw, 40px); font-weight: 700; letter-spacing: -0.02em; line-height: 1.3; margin-bottom: 1rem; }

.problem-sub { font-size: 16px; color: var(--gray-muted); line-height: 1.8; margin-bottom: 4rem; max-width: 640px; }

.issue-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }

.issue-card { background: var(--white); border: 1px solid var(--gray-line); border-radius: 2px; padding: 2rem; transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s; }

.issue-card:hover { border-color: var(--blue-deep); transform: translateY(-4px); box-shadow: rgba(11, 36, 71, 0.1) 0px 16px 40px; }

.issue-label { font-family: "Playfair Display", serif; font-weight: 700; font-size: 11px; letter-spacing: 0.15em; color: var(--blue-deep); text-transform: uppercase; margin-bottom: 0.75rem; }

.issue-title { font-size: 17px; font-weight: 700; margin-bottom: 0.75rem; line-height: 1.4; }

.issue-body { font-size: 14px; font-weight: 400; color: var(--gray-muted); line-height: 1.7; }

@media (max-width: 768px) {
  .issue-grid { grid-template-columns: 1fr; }
}

.warning-ticker { background: var(--black); padding: 18px 0px; overflow: hidden; white-space: nowrap; }

.warning-track { display: inline-block; animation: 28s linear 0s infinite normal none running marquee; }

.warning-ticker:hover .warning-track { animation-play-state: paused; }

.warning-text { font-family: "Playfair Display", serif; font-weight: 400; font-size: 13px; letter-spacing: 0.15em; color: var(--white); text-transform: uppercase; padding-right: 4rem; }

@keyframes marquee { 
  0% { transform: translateX(0px); }
  100% { transform: translateX(-50%); }
}

#risk { background: var(--white); }

.risk-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; margin-top: 4rem; }

.risk-block img { width: 100%; height: 280px; object-fit: cover; margin-bottom: 1.5rem; filter: grayscale(30%); }

.risk-issue-label { font-family: "Playfair Display", serif; font-weight: 700; font-size: 11px; letter-spacing: 0.15em; color: var(--blue-deep); text-transform: uppercase; margin-bottom: 0.5rem; }

.risk-title { font-size: 20px; font-weight: 700; margin-bottom: 1rem; line-height: 1.4; }

.risk-body { font-size: 15px; color: var(--gray-muted); line-height: 1.8; }

@media (max-width: 768px) {
  .risk-grid { grid-template-columns: 1fr; gap: 3rem; }
}

#curriculum { background: var(--blue-deep); }

.curriculum-h2 { font-size: clamp(22px, 3vw, 36px); font-weight: 700; color: var(--white); letter-spacing: -0.02em; line-height: 1.4; margin-bottom: 0.75rem; }

.curriculum-sub { font-size: 15px; font-weight: 300; color: var(--gray-muted); margin-bottom: 3.5rem; line-height: 1.7; }

.session-list { border-top: 1px solid rgba(255, 255, 255, 0.12); }

.session-row { display: grid; grid-template-columns: 48px 140px 1fr; gap: 2rem; align-items: start; padding: 1.75rem 1rem; border-bottom: 1px solid rgba(255, 255, 255, 0.08); transition: background 0.2s; }

.session-row:hover { background: rgba(255, 255, 255, 0.05); }

.session-num { font-family: "Playfair Display", serif; font-weight: 700; font-size: 22px; color: rgba(255, 255, 255, 0.2); line-height: 1; padding-top: 4px; }

.session-meta { display: flex; flex-direction: column; gap: 4px; }

.session-date { font-size: 12px; font-weight: 400; color: var(--blue-light); letter-spacing: 0.05em; }

.session-speaker { font-size: 13px; font-weight: 600; color: rgba(255, 255, 255, 0.6); }

.session-content { }

.session-title { font-size: 16px; font-weight: 600; color: var(--white); margin-bottom: 0.5rem; line-height: 1.4; }

.session-body { font-size: 13px; font-weight: 300; color: var(--gray-muted); line-height: 1.7; }

.session-hidden { display: inline-block; margin-top: 0.5rem; font-size: 11px; font-weight: 600; color: var(--blue-light); background: rgba(232, 239, 248, 0.12); padding: 3px 10px; border-radius: 20px; letter-spacing: 0.08em; }

@media (max-width: 768px) {
  .session-row { grid-template-columns: 36px 1fr; }
  .session-meta { display: none; }
}

#reviews { background: var(--white); }

.reviews-marquee { overflow: hidden; white-space: nowrap; margin-bottom: 1rem; }

.reviews-marquee-track { display: inline-block; animation: 20s linear 0s infinite normal none running marquee; }

.reviews-marquee-text { font-family: "Playfair Display", serif; font-weight: 700; font-size: 11px; letter-spacing: 0.2em; color: var(--blue-deep); text-transform: uppercase; padding-right: 3rem; opacity: 0.35; }

.reviews-h2 { font-size: clamp(24px, 3.5vw, 40px); font-weight: 700; letter-spacing: -0.02em; margin-bottom: 3.5rem; }

.reviews-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }

.review-card { border: 1px solid var(--gray-line); border-radius: 2px; overflow: hidden; }

.review-headline { padding: 1.25rem 1.5rem; font-family: "Playfair Display", serif; font-weight: 700; font-size: 16px; color: var(--blue-deep); border-bottom: 1px solid var(--gray-line); line-height: 1.4; }

.review-ba { display: grid; grid-template-columns: 1fr 1fr; }

.review-before { padding: 1.25rem 1.5rem; background: var(--gray-light); border-right: 1px solid var(--gray-line); }

.review-after { padding: 1.25rem 1.5rem; background: var(--blue-light); transition: background 0.3s, color 0.3s; }

.review-card:hover .review-after { background: var(--blue-deep); }

.review-card:hover .review-after .ba-label { color: rgba(255, 255, 255, 0.5); }

.review-card:hover .review-after .ba-text { color: var(--white); }

.ba-label { font-size: 10px; font-weight: 600; letter-spacing: 0.12em; color: var(--gray-muted); text-transform: uppercase; margin-bottom: 0.5rem; }

.ba-text { font-size: 13px; font-weight: 400; line-height: 1.7; color: var(--black); }

.review-after .ba-text { transition: color 0.3s; }

.review-name { padding: 0.75rem 1.5rem; font-size: 12px; font-weight: 600; color: var(--gray-muted); border-top: 1px solid var(--gray-line); }

@media (max-width: 768px) {
  .reviews-grid { grid-template-columns: 1fr; }
  .review-ba { grid-template-columns: 1fr; }
  .review-before { border-right: none; border-bottom: 1px solid var(--gray-line); }
}

#benefits { background: var(--blue-light); }

.benefits-h2 { font-size: clamp(24px, 3.5vw, 40px); font-weight: 700; letter-spacing: -0.02em; margin-bottom: 3.5rem; }

.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }

.benefit-card { background: var(--white); border: 1px solid var(--gray-line); border-radius: 2px; padding: 1.75rem; transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s; }

.benefit-card:hover { border-color: var(--blue-deep); transform: translateY(-4px); box-shadow: rgba(11, 36, 71, 0.1) 0px 16px 40px; }

.benefit-num { font-family: "Playfair Display", serif; border: 2px solid var(--blue-deep); width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; border-radius: 2px; font-size: 14px; color: var(--blue-deep); font-weight: 700; margin-bottom: 1rem; }

.benefit-title { font-size: 15px; font-weight: 700; margin-bottom: 0.5rem; line-height: 1.4; }

.benefit-body { font-size: 13px; font-weight: 400; color: var(--gray-muted); line-height: 1.7; }

@media (max-width: 768px) {
  .benefits-grid { grid-template-columns: 1fr; }
}

@media (max-width: 1024px) and (min-width: 769px) {
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
}

#pricing { background: var(--white); }

.pricing-h2 { font-size: clamp(24px, 3.5vw, 40px); font-weight: 700; letter-spacing: -0.02em; margin-bottom: 3.5rem; max-width: 640px; }

.ticket-card { max-width: 640px; margin: 0px auto; border: 1.5px solid var(--blue-deep); border-radius: 2px; overflow: hidden; }

.ticket-header { background: var(--blue-deep); padding: 1.5rem 2rem; display: flex; align-items: center; justify-content: space-between; }

.ticket-badge { font-size: 11px; font-weight: 600; color: var(--blue-light); letter-spacing: 0.12em; text-transform: uppercase; }

.ticket-discount { background: var(--white); color: var(--blue-deep); font-size: 13px; font-weight: 700; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.05em; }

.ticket-body { padding: 2rem; }

.ticket-title { font-family: "Playfair Display", serif; font-weight: 700; font-size: 24px; margin-bottom: 1.25rem; line-height: 1.3; }

.ticket-price-row { display: flex; align-items: baseline; gap: 1rem; margin-bottom: 1.5rem; }

.ticket-original { font-size: 16px; color: var(--gray-muted); text-decoration: line-through; font-weight: 400; }

.ticket-price { font-family: "Playfair Display", serif; font-weight: 700; font-size: 42px; color: var(--blue-deep); letter-spacing: -0.02em; line-height: 1; }

.ticket-divider { border-right: none; border-bottom: none; border-left: none; border-image: initial; border-top: 1.5px dashed var(--gray-line); margin: 1.5rem 0px; }

.ticket-info-row { display: flex; gap: 3rem; margin-bottom: 1.5rem; flex-wrap: wrap; }

.ticket-info-block { }

.ticket-info-label { font-size: 10px; font-weight: 700; letter-spacing: 0.15em; color: var(--gray-muted); text-transform: uppercase; margin-bottom: 0.3rem; }

.ticket-info-value { font-size: 14px; font-weight: 600; color: var(--black); }

.ticket-includes { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; margin-bottom: 2rem; }

.ticket-includes li { font-size: 14px; font-weight: 400; color: var(--black); display: flex; align-items: center; gap: 0.6rem; }

.ticket-includes li::before { content: "✓"; color: var(--blue-deep); font-weight: 700; font-size: 14px; }

.ticket-note { font-size: 12px; color: var(--gray-muted); margin-top: 1rem; text-align: center; }

.btn-full { display: block; width: 100%; text-align: center; background: var(--blue-deep); color: var(--white); padding: 18px; font-size: 16px; font-weight: 600; text-decoration: none; border-radius: 2px; border: none; transition: background 0.2s, transform 0.2s, box-shadow 0.2s; }

.btn-full:hover { background: var(--blue-mid); transform: translateY(-2px); box-shadow: rgba(11, 36, 71, 0.3) 0px 12px 32px; }

#apply { background: var(--blue-deep); padding: 100px 0px; }

.apply-label { color: var(--blue-light); margin-bottom: 1rem; }

.apply-h2 { font-size: clamp(28px, 4vw, 44px); font-weight: 700; color: var(--white); letter-spacing: -0.02em; margin-bottom: 0.75rem; }

.apply-sub { font-size: 15px; font-weight: 300; color: var(--gray-muted); margin-bottom: 3rem; }

.apply-form { max-width: 560px; display: flex; flex-direction: column; gap: 1.25rem; }

.form-field { display: flex; flex-direction: column; gap: 0.5rem; }

.form-label { font-size: 12px; font-weight: 600; color: rgba(255, 255, 255, 0.6); letter-spacing: 0.08em; text-transform: uppercase; }

.form-input { background: rgba(255, 255, 255, 0.07); border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 2px; padding: 14px 16px; font-size: 15px; font-family: Pretendard, sans-serif; color: var(--white); outline: none; transition: border-color 0.2s, background 0.2s; }

.form-input::placeholder { color: rgba(255, 255, 255, 0.3); }

.form-input:focus { border-color: var(--blue-light); background: rgba(255, 255, 255, 0.1); }

.form-radio-group { display: flex; gap: 1rem; flex-wrap: wrap; }

.form-radio-label { display: flex; align-items: center; gap: 0.5rem; font-size: 14px; font-weight: 400; color: rgba(255, 255, 255, 0.7); }

.form-radio-label input { accent-color: var(--blue-light); }

.form-submit { background: var(--white); color: var(--blue-deep); border: none; padding: 18px; font-size: 16px; font-weight: 700; font-family: Pretendard, sans-serif; border-radius: 2px; transition: background 0.2s, transform 0.2s; margin-top: 0.5rem; }

.form-submit:hover { background: var(--blue-light); transform: translateY(-2px); }

.form-privacy { font-size: 12px; color: rgba(255, 255, 255, 0.35); text-align: center; margin-top: 0.5rem; }

.form-success { display: none; text-align: center; padding: 4rem 2rem; }

.form-success h3 { font-size: 24px; font-weight: 700; color: var(--white); margin-bottom: 1rem; }

.form-success p { font-size: 15px; color: var(--gray-muted); line-height: 1.8; }

footer { background: var(--black); padding: 3rem 0px; border-top: 1px solid rgba(255, 255, 255, 0.06); }

.footer-inner { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 2rem; }

.footer-brand { font-family: "Playfair Display", serif; font-weight: 700; font-size: 16px; letter-spacing: 0.1em; color: var(--white); margin-bottom: 0.75rem; }

.footer-info { font-size: 12px; color: rgba(255, 255, 255, 0.3); line-height: 2; }

.footer-links { display: flex; gap: 1.5rem; }

.footer-links a { font-size: 13px; color: rgba(255, 255, 255, 0.4); text-decoration: none; transition: color 0.2s; }

.footer-links a:hover { color: var(--white); }

.footer-copy { width: 100%; font-size: 11px; color: rgba(255, 255, 255, 0.2); padding-top: 1.5rem; border-top: 1px solid rgba(255, 255, 255, 0.06); margin-top: 1.5rem; }
