@font-face {
  font-family: 'Wanted Sans';
  src: url('/fonts/wanted-sans-regular.woff2') format('woff2'),
       url('/fonts/wanted-sans-regular.woff') format('woff'),
       url('/fonts/wanted-sans-regular.ttf') format('truetype');
  font-style: normal;
}
@import url('https://cdn.jsdelivr.net/gh/wanteddev/wanted-sans@v1.0.1/packages/wanted-sans/fonts/webfonts/variable/split/WantedSansVariable.min.css');

@font-face {
    font-family: 'A2z';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2601-6@1.0/에이투지체-1Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'A2z';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2601-6@1.0/에이투지체-2ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'A2z';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2601-6@1.0/에이투지체-3Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'A2z';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2601-6@1.0/에이투지체-4Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'A2z';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2601-6@1.0/에이투지체-5Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'A2z';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2601-6@1.0/에이투지체-6SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'A2z';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2601-6@1.0/에이투지체-7Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'A2z';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2601-6@1.0/에이투지체-8ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'A2z';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2601-6@1.0/에이투지체-9Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}

:root {
  --primary: #009E72;
  --primary-dark: #007A58;
  --primary-light: #00C896;
  --accent: #E85D20;
  --accent-light: #FF6B35;
  --bg-dark: #FFFFFF;
  --bg-card: #FFFFFF;
  --bg-section: #F4FAF7;
  --text-main: #0D1F19;
  --text-muted: #6B8C7D;
  --text-sub: #3D6558;
  --border: rgba(0, 158, 114, 0.15);
  --border-strong: rgba(0, 158, 114, 0.3);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html {scroll-behavior: smooth;}
body {
  overflow-x: clip;
}
img{vertical-align: top;font-size: 0; border: 0;}
.it_dataplanner_v2{
  font-family: 'Wanted Sans Variable', 'Noto Sans', '나눔 고딕', sans-serif !important;
  background: #FFFFFF;
  color: var(--text-main);
  overflow-x: clip;
  line-height: 1.6;
}

/* HERO */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 120px 48px 80px;
  position: relative;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 70% 40%, rgba(0,200,150,0.1) 0%, transparent 70%),
    radial-gradient(ellipse 40% 60% at 10% 80%, rgba(255,107,53,0.06) 0%, transparent 60%),
    linear-gradient(160deg, #F0FBF7 0%, #FFFFFF 60%);
  width: 100%;
}
.hero-grid-lines {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0,158,114,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,158,114,0.06) 1px, transparent 1px);
  background-size: 60px 60px;
}
.hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 60px;
  width: 1200px;
  margin: auto;
}
.hero-content {
  flex: 1;
  min-width: 0;
}
.hero-visual {
  flex: 0 0 480px;
  height: 520px;
  position: relative;
}
.img-block {
  position: absolute;
  border-radius: 16px;
  overflow: hidden;
}
.img-graph1 {
  width: 222px; height: auto;
  top: 0; left: 0;
  display: flex; align-items: center; justify-content: center;
  animation: floatUp 3.5s ease-in-out infinite;
  z-index: 2;
}
.img-logo {
  width: 350px; height: auto;
  top: 27px; left: 102px;
  display: flex; align-items: center; justify-content: center;
  animation: floatDown 3.5s ease-in-out infinite;
  z-index: 3;
}
.img-graph2 {
  width: 200px; height: auto;
  top: 280px; right: 0;
  display: flex; align-items: center; justify-content: center;
  animation: floatUp 3.5s ease-in-out infinite;
  z-index: 2;
}
.img-block img{
  width: 80%; height: auto; object-fit: contain;
  filter: drop-shadow(10px 6px 6px var(--border));
}
@keyframes floatUp {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-16px); }
}
@keyframes floatDown {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(16px); }
}
.hero-eyebrow {
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 20px;
  font-weight: 500;
}
.hero-title {
  font-family: 'A2z' !important ;
  font-size: clamp(42px, 6vw, 78px);
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 16px;
  letter-spacing: -0.05rem;
}
.hero-title .highlight {
  color: var(--primary);
  position: relative;
}
.hero-title .accent-text { color: var(--accent); }
.hero-sub {
  font-size: 18px;
  color: var(--text-sub);
  margin-bottom: 40px;
  font-weight: 300;
  max-width: 560px;
  line-height: 1.8;
}
.hero-price-block {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  background: #FFFFFF;
  border: 1.5px solid var(--border-strong);
  border-radius: 12px;
  padding: 20px 32px;
  margin-bottom: 36px;
  box-shadow: 0 4px 20px rgba(0,158,114,0.1);
}
.price-old {
  font-size: 16px;
  color: var(--text-muted);
  text-decoration: line-through;
  font-weight: 400;
}
.price-old span{
  font-weight: 800;
}
.price-arrow {
  color: var(--primary);
  font-size: 20px;
}
.price-new {
  font-size: 36px;
  font-weight: 900;
  color: var(--accent);
  letter-spacing: -1px;
}
.price-label {
  font-size: 13px;
  color: var(--text-muted);
  font-weight: 400;
}
.hero-cta-group {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.btn-primary {
  padding: 16px 40px;
  background: var(--primary);
  color: #FFFFFF;
  font-weight: 700;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.25s;
  border: none;
  letter-spacing: 0.5px;
}
.btn-primary:hover { background: var(--primary-dark); transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,158,114,0.25); }
.btn-outline {
  display: block;
  padding: 16px 36px;
  background: rgba(0,158,114,0.08);
  color: var(--text-sub);
  font-weight: 500;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.25s;
  border: 1.5px solid var(--border-strong);
}
.btn-outline:hover { border-color: var(--primary); color: var(--primary); background: rgba(0,158,114,0.15); }

/* HERO STATS */
.hero-stats {
  display: flex;
  gap: 0;
  margin: 20px 0 40px;
  border-top: 2px solid var(--border);
  border-bottom: 2px solid var(--border);
  padding: 16px 8px;
}
.stat-item {
  flex: 1;
  padding-right: 32px;
  border-right: 2px solid var(--border);
}
.stat-item:last-child { border-right: none; padding-left: 32px; padding-right: 0; }
.stat-item:not(:first-child) { padding-left: 32px; }
.stat-num {
  font-size: 28px;
  font-weight: 800;
  color: var(--primary);
  font-family: 'A2z';
  letter-spacing: 2px;
}
.stat-label { font-size: 13px; color: var(--text-muted); margin-top: 4px; }

/* SECTION BASE */
section {
  padding: 100px 48px;
  max-width: 1200px;
  margin: 0 auto;
}
.section-full {
  max-width: 100%;
  padding-left: 0; padding-right: 0;
}
.section-label {
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 14px;
}
.section-title {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}
.section-desc {
  font-size: 16px;
  color: var(--text-sub);
  font-weight: 300;
  max-width: 600px;
  line-height: 1.8;
}

/* WHY SECTION */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 56px;
}
.why-card {
  background: #FFFFFF;
  border: 1.5px solid #E0EDE8;
  border-radius: 16px;
  padding: 36px 28px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,158,114,0.06);
}
.why-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--primary-light));
  opacity: 0;
  transition: opacity 0.3s;
}
.why-card:hover { border-color: var(--border-strong); transform: translateY(-4px); box-shadow: 0 8px 32px rgba(0,158,114,0.12); }
.why-card:hover::before { opacity: 1; }
.why-num {
  font-family: 'A2z';
  font-weight: 600;
  font-size: 52px;
  color: rgba(0,158,114,0.1);
  line-height: 1;
  margin-bottom: 12px;
  transition: color 0.3s;
}
.why-card:hover .why-num { color: rgba(0,158,114,0.18); }
.why-title-badge {
  display: inline-block;
  background: rgba(0,158,114,0.08);
  color: var(--primary);
  border: 1px solid rgba(0,158,114,0.25);
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 16px;
}
.why-title-badge.accent { background: rgba(232,93,32,0.08); color: var(--accent); border-color: rgba(232,93,32,0.2); }
.why-title-badge.purple { background: rgba(130,80,210,0.08); color: #7040C8; border-color: rgba(130,80,210,0.2); }
.why-body { font-size: 15px; color: var(--text-sub); line-height: 1.8; font-weight: 300; word-break: keep-all;}
.why-body strong { color: var(--text-main); font-weight: 600; }

/* DATA FLOW */
.flow-bg {
  background: #F4FAF7;
  padding: 100px 0;
}
.flow-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
}
.flow-diagram {
  margin-top: 56px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
}
.flow-col {
  background: #FFFFFF;
  border: 1.5px solid #D6EAE2;
  border-radius: 16px;
  padding: 32px 28px;
  box-shadow: 0 2px 16px rgba(0,158,114,0.07);
}
.flow-q {
  background: rgba(0,158,114,0.06);
  border: 1px solid rgba(0,158,114,0.15);
  border-radius: 10px;
  padding: 14px 18px;
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 14px;
}
.flow-q img{width: 20px; height: auto; object-fit: contain; vertical-align: middle;}
.flow-arrow-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.flow-plus {
  width: 52px; height: 52px;
  background: var(--primary);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 24px;
  font-weight: 300;
  color: #FFFFFF;
}
.flow-answer {
  font-size: 15px;
  color: var(--text-main);
  font-weight: 500;
  line-height: 1.7;
}
.flow-col-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--primary);
}
.flow-result {
  margin-top: 32px;
  background: #FFFFFF;
  border: 1.5px solid var(--border-strong);
  border-radius: 16px;
  padding: 32px;
  text-align: center;
  box-shadow: 0 2px 16px rgba(0,158,114,0.08);
}
.flow-result-title {
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 16px;
  color: var(--text-main);
}
.flow-result-title span { color: var(--primary); }
.flow-tags {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.flow-tag {
  padding: 8px 20px;
  background: rgba(0,158,114,0.08);
  border: 1px solid rgba(0,158,114,0.25);
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  color: var(--primary);
  display: flex; align-items: center; gap: 6px;
}
.flow-tag::before { content: '✓'; font-size: 12px; }

/* CURRICULUM */
.curr-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 56px;
}
.curr-card {
  background: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
  border: 1.5px solid #E0EDE8;
  box-shadow: 0 2px 12px rgba(0,158,114,0.06);
}
.curr-card.from-right{border-color: #ffece6;}
.curr-header {
  padding: 22px 28px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.curr-header.green { background: rgba(0,158,114,0.08); border-bottom: 1.5px solid rgba(0,158,114,0.2); }
.curr-header.orange { background: rgba(232,93,32,0.07); border-bottom: 1.5px solid rgba(232,93,32,0.15); }
.curr-header-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-main);
  line-height: 1;
}
.curr-header-title img{width: 26px; height: auto; vertical-align: middle;}
.curr-header.green .curr-header-title { color: var(--primary); }
.curr-header.orange .curr-header-title { color: var(--accent); }
.curr-body { padding: 24px 28px; }
.curr-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #EEF5F2;
  font-size: 15px;
  color: var(--text-sub);
}
.curr-body.content .curr-item{ color: #65483d;}
.curr-item:last-child { border-bottom: none; }
.curr-num {
  min-width: 24px;
  height: 24px;
  background: rgba(0,158,114,0.1);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: var(--primary);
}
.curr-body.content .curr-num{background: rgba(232,93,32,0.07); color: var(--accent);}
.curr-arrow-down{
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.curr-arrow-down img{
  width: 3rem;
  height: auto;
  animation: bounceDown 1.4s ease-in-out infinite;
}
@keyframes bounceDown {
  0%, 100% {
    transform: translateY(0);
    opacity: 1;
  }
  40% {
    transform: translateY(10px);
    opacity: 0.5;
  }
  60% {
    transform: translateY(6px);
    opacity: 0.8;
  }
}
.curr-project {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, rgba(0,158,114,0.07), rgba(232,93,32,0.04));
  border: 1.5px solid rgba(0,158,114,0.25);
  border-radius: 16px;
  padding: 32px;
  text-align: center;
}
.curr-project-label { font-size: 12px; letter-spacing: 3px; color: var(--primary); font-weight: 700; margin-bottom: 12px; }
.curr-project-title { font-size: 22px; font-weight: 900; color: var(--text-main); }
.curr-project-title span { color: var(--accent); }
.curr-note { font-size: 13px; color: var(--text-muted); margin-top: 10px; }

/* STEPS */
.steps-bg {
  background: #F4FAF7;
  padding: 100px 0;
}
.steps-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
}
.steps-row {
  display: flex;
  align-items: flex-start;
  gap: 0;
  margin-top: 60px;
  position: relative;
}
.steps-row::before {
  content: '';
  position: absolute;
  top: 28px;
  left: 28px;
  right: 28px;
  height: 2px;
  background: linear-gradient(90deg, var(--primary), rgba(0,158,114,0.2));
  z-index: 0;
}
.step-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.step-circle {
  width: 56px; height: 56px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 14px;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(0,158,114,0.15);
  border: none;
  font-family: 'A2z';
}
.step-circle.s1 { background: #E0F5EE; color: #009E72; }
.step-circle.s2 { background: #B3E5D4; color: #007A58; }
.step-circle.s3 { background: #7DCFB6; color: #FFFFFF; }
.step-circle.s4 { background: #4DBD9A; color: #FFFFFF; }
.step-circle.s5 { background: #26AE82; color: #FFFFFF; }
.step-circle.s6 { background: #009E72; color: #FFFFFF; }
.step-name {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--text-main);
}
.step-desc {
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.6;
}

/* BENEFITS */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 56px;
}
.benefit-card {
  background: #FFFFFF;
  border: 1.5px solid #E0EDE8;
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  box-shadow: 0 2px 12px rgba(0,158,114,0.06);
}
.benefit-icon {
  width: 60px; height: 60px;
  margin: 0 auto 20px;
  background: rgba(0,158,114,0.08);
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  font-size: 24px;
}
.benefit-icon img{width: 43px; height: auto;}
.benefit-num {
  font-size: 24px;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 6px;
  font-family: 'A2z';
  letter-spacing: 2px;
}
.benefit-desc {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.6;
}

/* ANIMATIONS */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}
/* 히어로 초기 애니메이션 */
.fade-up {
  opacity: 0;
  animation: fadeUp 0.7s ease forwards;
}
.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.2s; }
.delay-3 { animation-delay: 0.35s; }
.delay-4 { animation-delay: 0.5s; }
.delay-5 { animation-delay: 0.65s; }

/* 스크롤 진입 애니메이션 — 기본 숨김 */
.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.65s cubic-bezier(0.16,1,0.3,1),
              transform 0.65s cubic-bezier(0.16,1,0.3,1);
}
.reveal.from-left  { transform: translateX(-36px); }
.reveal.from-right { transform: translateX(36px); }
.reveal.scale-in   { transform: scale(0.93); }
/* 진입 완료 */
.reveal.visible {
  opacity: 1;
  transform: translate(0) scale(1);
}
/* 카드 순차 딜레이 */
.reveal-d1 { transition-delay: 0.05s; }
.reveal-d2 { transition-delay: 0.15s; }
.reveal-d3 { transition-delay: 0.25s; }

/* DIVIDER */
.divider {
  width: 100%;
  height: 1px;
  background: var(--border);
}

/* step-notice BOX */
.step-notice {
  background: rgba(0,158,114,0.05);
  border: 1px solid rgba(0,158,114,0.2);
  border-left: 3px solid var(--primary);
  border-radius: 0 8px 8px 0;
  padding: 14px 20px;
  margin-top: 24px;
  font-size: 14px;
  color: var(--text-sub);
  line-height: 1.7;
}
.step-notice strong { color: var(--primary-dark); font-weight: 600; }

  /* FOOTER CTA */
  .footer-cta {
    background: linear-gradient(135deg, #EAF7F1, #F4FAF7);
    border-top: 1.5px solid rgba(0,158,114,0.2);
    border-bottom: 1.5px solid rgba(0,158,114,0.2);
    padding: 80px 48px;
    text-align: center;
  }
  .footer-cta-title {
    font-size: clamp(28px, 4vw, 52px);
    font-weight: 900;
    margin-bottom: 16px;
    letter-spacing: -1px;
    color: var(--text-main);
  }
  .footer-cta-title span { color: var(--primary); }
  .footer-cta-sub {
    font-size: 16px;
    color: var(--text-sub);
    margin-bottom: 40px;
  }
  .footer-price-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 36px;
    flex-wrap: wrap;
  }
  .footer-old { font-size: 18px; color: var(--text-muted); text-decoration: line-through; }
  .footer-new { font-size: 42px; font-weight: 800; color: var(--accent); font-family: 'A2z'; letter-spacing: 2px; }
  .footer-won { font-size: 18px; color: var(--text-sub); }
  .footer-btn {
    padding: 18px 60px;
    background: var(--primary);
    color: #FFFFFF;
    font-weight: 700;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    border: none;
    transition: all 0.25s;
    letter-spacing: 0.5px;
  }
  .footer-btn:hover { background: var(--primary-dark); transform: translateY(-3px); box-shadow: 0 12px 40px rgba(0,158,114,0.3); }