/* /vs/css/sub-about.css */
:root{
  --eb24-accent: #1aa37a;
  --eb24-ink: #0f172a;
  --eb24-muted: #64748b;
  --eb24-line: #e6e8ee;
  --eb24-bg: #f6f7fb;
  --eb24-card: #ffffff;
  --eb24-radius: 20px;
}

.sub-wrap{ padding: 24px 0 80px; }
.sec-pad{ padding: 44px 0; }

.sec-head{ margin-bottom: 18px; }
.sec-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  border-radius:999px;
  background: rgba(26,163,122,.10);
  color: var(--eb24-accent);
  font-weight:700;
  font-size: 13px;
}
.sec-h3{
  margin: 12px 0 10px;
  font-size: 28px;
  line-height: 1.25;
  color: var(--eb24-ink);
  letter-spacing:-.02em;
}
.sec-p{
  margin:0;
  color: var(--eb24-muted);
  line-height:1.6;
  max-width: 880px;
}

.sub-hero{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 22px;
  padding: 28px;
  border-radius: var(--eb24-radius);
  background: linear-gradient(180deg, #ffffff 0%, var(--eb24-bg) 100%);
  border: 1px solid var(--eb24-line);
  box-shadow: 0 12px 30px rgba(15,23,42,.06);
  overflow:hidden;
}
.crumb{
  color: var(--eb24-muted);
  font-size: 13px;
}
.crumb a{ color: var(--eb24-muted); text-decoration:none; }
.crumb .dot{ margin: 0 6px; }

.sub-title{
  margin: 14px 0 12px;
  font-size: 36px;
  line-height:1.15;
  letter-spacing:-.03em;
  color: var(--eb24-ink);
}
.sub-title strong{ color: var(--eb24-accent); font-weight:700; }
.sub-lead{
  margin:0 0 18px;
  color: var(--eb24-muted);
  line-height: 1.65;
}

.sub-title1{
  margin: 14px 0 12px;
  font-size: 26px;
  line-height:1.15;
  letter-spacing:-.03em;
  color: var(--eb24-ink);
}
.sub-title1 strong{ color: var(--eb24-accent); font-weight:700; }
.sub-lead{
  margin:0 0 18px;
  color: var(--eb24-muted);
  line-height: 1.65;
}

.sub-hero__btns{ display:flex; gap:10px; flex-wrap:wrap; }
.btn-primary, .btn-ghost{
  display:inline-flex; align-items:center; justify-content:center;
  height: 44px; padding: 0 16px;
  border-radius: 12px;
  font-weight: 800;
  text-decoration:none;
}
.btn-primary{
  background: var(--eb24-accent);
  color:#fff;
  border:1px solid rgba(0,0,0,0);
}
.btn-ghost{
  background:#fff;
  color: var(--eb24-ink);
  border:1px solid var(--eb24-line);
}

.quick-badges{
  display:flex; flex-wrap:wrap;
  gap:8px;
  margin-top: 14px;
}
.quick-badges span{
  font-size: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  background:#fff;
  border:1px solid var(--eb24-line);
  color: var(--eb24-ink);
  font-weight:700;
}

.sub-hero__img{
  border-radius: 18px;
  overflow:hidden;
  border: 1px solid var(--eb24-line);
  background:#fff;
  align-self: stretch;
}
.sub-hero__img img{
  width:100%; height:100%;
  object-fit: cover;
  display:block;
}

.hello-card{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: 22px;
  border-radius: var(--eb24-radius);
  background: var(--eb24-card);
  border: 1px solid var(--eb24-line);
  box-shadow: 0 12px 28px rgba(15,23,42,.05);
}
.hello-card p{
  margin: 0 0 12px;
  line-height: 1.7;
  color: var(--eb24-ink);
}
.hello-card p strong{ color: var(--eb24-accent); }

.quote{
  margin-top: 14px;
  border-radius: 16px;
  background: rgba(26,163,122,.08);
  padding: 16px;
  display:flex;
  gap: 10px;
}
.quote__mark{
  font-size: 34px;
  line-height: 1;
  color: var(--eb24-accent);
  font-weight:700;
}
.quote__txt{
  color: var(--eb24-ink);
  line-height: 1.55;
  font-weight: 800;
}

.hello-stats{
  display:grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 12px;
  margin-top: 10px;
}
.stat{
  display:flex; align-items:center; justify-content:space-between;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid var(--eb24-line);
  background: #fff;
}
.stat .k{ color: var(--eb24-muted); font-weight: 800; font-size: 13px; }
.stat .v{ color: var(--eb24-ink); font-weight:700; font-size: 14px; }

.hello-photo{
  height: 410px;
  border-radius: 16px;
  overflow:hidden;
  border: 1px solid var(--eb24-line);
}
.hello-photo img{ width:100%; height:100%; object-fit: cover; display:block; }

.promise-grid{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.promise-item{
  padding: 18px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--eb24-line);
  box-shadow: 0 10px 24px rgba(15,23,42,.04);
}
.promise-item .pi-ico{ font-size: 22px; margin-bottom: 8px; }
.promise-item h4{ margin: 0 0 8px; color: var(--eb24-ink); font-size: 16px; letter-spacing:-.01em; }
.promise-item p{ margin:0; color: var(--eb24-muted); line-height:1.6; }

.feature-split{
  display:grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 16px;
  align-items: stretch;
}
.fs-img{
  border-radius: var(--eb24-radius);
  overflow:hidden;
  border: 1px solid var(--eb24-line);
  background:#fff;
}
.fs-img img{ width:100%; height:100%; object-fit: cover; display:block; min-height: 420px; }

.fs-cards{ display:grid; gap: 12px; }
.fs-card{
  padding: 18px;
  border-radius: 18px;
  background:#fff;
  border: 1px solid var(--eb24-line);
}
.fs-card .tag{
  display:inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(26,163,122,.10);
  color: var(--eb24-accent);
  font-weight:700;
  font-size: 12px;
}
.fs-card h4{ margin: 10px 0 8px; color: var(--eb24-ink); font-size: 16px; letter-spacing:-.01em; }
.fs-card p{ margin:0; color: var(--eb24-muted); line-height:1.65; }
.fs-card.highlight{
  border-color: rgba(26,163,122,.35);
  box-shadow: 0 14px 30px rgba(26,163,122,.12);
}

.program-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.program-card{
  padding: 20px;
  border-radius: var(--eb24-radius);
  background:#fff;
  border: 1px solid var(--eb24-line);
  box-shadow: 0 12px 28px rgba(15,23,42,.04);
}
.pc-top{ display:flex; align-items:baseline; justify-content:space-between; gap: 10px; margin-bottom: 10px; }
.pc-badge{
  font-size: 12px;
  font-weight:700;
  color: var(--eb24-accent);
  background: rgba(26,163,122,.10);
  padding: 6px 10px;
  border-radius: 999px;
}
.program-card h4{ margin:0; color: var(--eb24-ink); font-size: 18px; letter-spacing:-.01em; }
.program-card p{ margin: 0; color: var(--eb24-muted); line-height:1.65; }
.pc-line{ height:1px; background: var(--eb24-line); margin: 14px 0; }
.pc-mini{ color: var(--eb24-ink); font-weight: 800; }

.program-card.accent{
  border-color: rgba(26,163,122,.35);
  box-shadow: 0 14px 34px rgba(26,163,122,.12);
}

.cta-band{
  margin-top: 16px;
  padding: 18px;
  border-radius: var(--eb24-radius);
  background: linear-gradient(90deg, rgba(26,163,122,.12), rgba(26,163,122,.04));
  border: 1px solid rgba(26,163,122,.25);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 14px;
  flex-wrap: wrap;
}
.cta-band .t1{ font-weight:700; color: var(--eb24-ink); }
.cta-band .t2{ color: var(--eb24-muted); margin-top: 4px; }
.cta-btns{ display:flex; gap: 10px; flex-wrap:wrap; }

.location-card{
  padding: 18px;
  border-radius: var(--eb24-radius);
  background:#fff;
  border:1px solid var(--eb24-line);
  display:grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 14px;
}
.loc-item{
  display:flex;
  align-items:baseline;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid var(--eb24-line);
}
.loc-item:last-child{ border-bottom: 0; }
.loc-item span{ width: 56px; color: var(--eb24-muted); font-weight: 800; }
.loc-item strong{ color: var(--eb24-ink); font-weight:700; }

.map-placeholder{
  height: 450px;
  border-radius: 16px;
  border: 1px dashed #cbd5e1;
  background: #f8fafc;
  display:flex;
  align-items:center;
  justify-content:center;
  color: #64748b;
  font-weight: 800;
}

/* 반응형 */
@media (max-width: 1100px){
  .promise-grid{ grid-template-columns: repeat(2, 1fr); }
  .program-grid{ grid-template-columns: 1fr; }
  .feature-split{ grid-template-columns: 1fr; }
  .fs-img img{ min-height: 320px; }
}
@media (max-width: 860px){
  .sub-hero{ grid-template-columns: 1fr; padding: 20px; }
  .sub-title{ font-size: 30px; }
  .sub-title1{ font-size: 30px; }
  .hello-card{ grid-template-columns: 1fr; }
  .location-card{ grid-template-columns: 1fr; }
}


/* /vs/css/sub-gallery.css */
:root{
  --eb24-accent:#247553;
  --ink:#0f172a;
  --muted:#64748b;
  --line:#e6e8ee;
  --bg:#f6f7fb;
  --card:#ffffff;
  --radius:20px;
}

.sub-wrap{ padding:24px 0 80px; }

/* 공통 타이포 */
.sec-badge{
  display:inline-flex; align-items:center;
  padding:8px 12px; border-radius:999px;
  background:rgba(26,163,122,.10);
  color:var(--eb24-accent);
  font-weight:800; font-size:13px;
}
.sec-h3{ margin:10px 0 8px; font-size:28px; line-height:1.25; color:var(--ink); letter-spacing:-.02em; }
.sec-p{ margin:0; color:var(--muted); line-height:1.6; }

/* 히어로 */
.gal-hero{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:22px;
  padding:28px;
  border-radius:var(--radius);
  background:linear-gradient(180deg,#fff 0%, var(--bg) 100%);
  border:1px solid var(--line);
  box-shadow:0 12px 30px rgba(15,23,42,.06);
  overflow:hidden;
}
.crumb{ color:var(--muted); font-size:13px; }
.crumb a{ color:var(--muted); text-decoration:none; }
.crumb .dot{ margin:0 6px; }

.gal-title{
  margin:14px 0 12px;
  font-size:36px; line-height:1.12;
  letter-spacing:-.03em;
  color:var(--ink);
}
.gal-title strong{ color:var(--eb24-accent); font-weight:700; }
.gal-lead{ margin:0 0 16px; color:var(--muted); line-height:1.7; }

.gal-tags{ display:flex; flex-wrap:wrap; gap:8px; }
.gal-tags span{
  font-size:12px;
  padding:7px 10px;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--line);
  color:var(--ink);
  font-weight:800;
}

.gal-hero__preview{
  border-radius:18px;
  overflow:hidden;
  border:1px solid var(--line);
  background:#fff;
}
.gal-hero__preview img{
  width:100%; height:100%;
  display:block;
  object-fit:cover;
  min-height:260px;
}

/* 헤더 + 필터 */
.gal-sec{ padding:44px 0 0; }
.gal-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:14px;
  margin-bottom:14px;
  flex-wrap:wrap;
}
.gal-filter{
  display:flex; gap:8px; flex-wrap:wrap;
  padding:10px;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--line);
}
.gal-filter button{
  height:34px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid transparent;
  background:transparent;
  font-weight:700;
  color:var(--muted);
  cursor:pointer;
}
.gal-filter button.is-active{
  background:rgba(26,163,122,.12);
  color:var(--eb24-accent);
  border-color:rgba(26,163,122,.25);
}

/* 카드 그리드 */
.gal-grid{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:12px;
}
.gal-card{
  position:relative;
  border-radius:18px;
  background:var(--card);
  border:1px solid var(--line);
  overflow:hidden;
  box-shadow:0 10px 24px rgba(15,23,42,.04);
  cursor:pointer;
  transition: transform .15s ease, box-shadow .15s ease;
}
.gal-card:hover{
  transform: translateY(-2px);
  box-shadow:0 14px 30px rgba(15,23,42,.08);
}
.gal-thumb{
  aspect-ratio: 4 / 3;
  background:#fff;
}
.gal-thumb img{
  width:100%; height:100%;
  object-fit:cover;
  display:block;
}
.gal-meta{
  padding:12px 14px 14px;
}
.gal-kicker{
  display:flex; align-items:center; gap:8px;
  color:var(--muted);
  font-weight:700;
  font-size:12px;
}
.gal-num{
  font-size:12px;
  padding:5px 9px;
  border-radius:999px;
  border:1px solid var(--line);
  background:#fff;
  color:var(--ink);
}
.gal-title2{
  margin:8px 0 6px;
  font-size:15px;
  font-weight:700;
  color:var(--ink);
  letter-spacing:-.01em;
}
.gal-desc{
  margin:0;
  color:var(--muted);
  line-height:1.55;
  font-size:13px;
}
.gal-tagchip{
  position:absolute;
  top:12px; left:12px;
  padding:6px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
  color:#fff;
  background: rgba(15,23,42,.80);
  backdrop-filter: blur(6px);
}

/* 스토리 섹션(01/02 느낌) */
.gal-story{
  margin-top: 26px;
  display:grid;
  gap: 18px;
}
.story-row{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items:center;
}
.story-row.is-rev{ grid-template-columns: 1fr 1fr; }
.story-img{
  border-radius:22px;
  overflow:hidden;
  border:1px solid var(--line);
  background:#fff;
  box-shadow:0 14px 34px rgba(15,23,42,.06);
}
.story-img img{ width:100%; height:100%; object-fit:cover; display:block; min-height: 280px; }
.story-txt{
  position:relative;
  padding: 10px 6px;
}
.story-no{
  position:absolute;
  top:-18px; right:0;
  font-size:86px;
  font-weight:700;
  color: rgba(15,23,42,.06);
  letter-spacing:-.06em;
}
.story-h{
  margin:0 0 10px;
  font-size:30px;
  line-height:1.2;
  letter-spacing:-.02em;
  color:var(--ink);
}
.story-p{
  margin:0;
  color:var(--muted);
  line-height:1.75;
}
.story-bullets{
  margin-top: 10px;
  color: var(--ink);
  font-weight:800;
  line-height:1.7;
}
.story-bullets span{
  display:block;
  color: var(--muted);
  font-weight:800;
}

/* 라이트박스 */
.lightbox{
  position:fixed;
  inset:0;
  display:none;
  z-index: 9999;
}
.lightbox.is-open{ display:block; }
.lb-backdrop{
  position:absolute;
  inset:0;
  background: rgba(15,23,42,.6);
}
.lb-panel{
  position:absolute;
  left:50%; top:50%;
  transform: translate(-50%,-50%);
  width:min(980px, 92vw);
  border-radius: 22px;
  background:#fff;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 30px 80px rgba(0,0,0,.35);
  overflow:hidden;
}
.lb-close{
  position:absolute;
  top:10px; right:10px;
  width:40px; height:40px;
  border-radius: 12px;
  border:1px solid var(--line);
  background:#fff;
  cursor:pointer;
  font-weight:700;
  z-index: 2;
}
.lb-media{
  position:relative;
  background:#0b1220;
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 10px;
}
#lbImg{
  width:100%;
  max-height: 64vh;
  object-fit: contain;
  display:block;
}
.lb-nav{
  position:absolute;
  top:50%;
  transform: translateY(-50%);
  width:44px; height:44px;
  border-radius: 14px;
  border:1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.10);
  color:#fff;
  font-size:28px;
  font-weight:700;
  cursor:pointer;
}
.lb-nav.prev{ left:12px; }
.lb-nav.next{ right:12px; }

.lb-meta{
  padding: 14px 16px 18px;
  border-top:1px solid var(--line);
}
.lb-title{
  font-weight:700;
  color: var(--ink);
  letter-spacing:-.01em;
}
.lb-desc{
  margin-top: 6px;
  color: var(--muted);
  line-height:1.6;
}

/* 반응형 */
@media (max-width: 1100px){
  .gal-grid{ grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 860px){
  .gal-hero{ grid-template-columns: 1fr; padding:20px; }
  .gal-title{ font-size:30px; }
  .gal-grid{ grid-template-columns: repeat(2, 1fr); }
  .story-row{ grid-template-columns: 1fr; }
  .story-no{ font-size:72px; top:-8px; }
}
@media (max-width: 520px){
  .gal-grid{ grid-template-columns: 1fr; }
}


/* /vs/css/sub-admission-table.css */
:root{
  --accent:#247553;
  --ink:#0f172a;
  --muted:#64748b;
  --line:#d7dbe6;
  --bg:#f6f7fb;
  --card:#ffffff;
  --radius:18px;
}

.sub-wrap{ padding:24px 0 90px; }

/* 상단 배너 */
.ad-hero{
  margin-top: 10px;
  border-radius: var(--radius);
  overflow:hidden;
  border:1px solid var(--line);
  background:#fff;
  box-shadow: 0 12px 30px rgba(15,23,42,.06);
}
.ad-hero__img img{
  width:100%;
  display:block;
  object-fit: cover;
}

/* 타이틀 */
.ad-title{ padding: 22px 4px 10px; }
.crumb{ color:var(--muted); font-size:13px; }
.crumb a{ color:var(--muted); text-decoration:none; }
.crumb .dot{ margin: 0 6px; }

.ad-title h2{
  margin: 12px 0 8px;
  font-size: 30px;
  color: var(--ink);
  letter-spacing:-.02em;
}
.ad-title p{
  margin:0;
  color: var(--muted);
  line-height:1.6;
}

/* 안내 시트 */
.ad-sheet{
  margin-top: 14px;
  border-radius: var(--radius);
  border:1px solid var(--line);
  background:#fff;
  overflow:hidden;
  box-shadow: 0 12px 28px rgba(15,23,42,.05);
}

.sheet-head{
  padding: 16px 18px;
  background: linear-gradient(180deg, #ffffff 0%, var(--bg) 100%);
  border-bottom: 1px solid var(--line);
}
.sheet-title{
  font-weight:700;
  color: var(--ink);
  letter-spacing:-.01em;
}
.sheet-sub{
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
}

/* “표”처럼 보이는 레이아웃 */
.sheet-table{
  display:flex;
  flex-direction:column;
}
.row{
  display:grid;
  grid-template-columns: 180px 1fr;
  border-bottom: 1px solid var(--line);
}
.row:last-child{ border-bottom:0; }

.th{
  padding: 14px 14px;
  background: #f3f4f8;
  color: #111827;
  font-weight: 700;
  border-right: 1px solid var(--line);
  line-height:1.35;
}
.td{
  padding: 14px 16px;
  color: var(--ink);
  line-height:1.7;
}

/* 입력 자리(placeholder) */
.placeholder{
  color: #999;
  font-weight: 500;
  letter-spacing:-.01em;
}

/* 금액 박스 */
.fee-box{
  border-radius: 14px;
  border:1px solid #e5e7eb;
  background: #fff;
  overflow:hidden;
}
.fee-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-bottom:1px solid #eef0f5;
}
.fee-item{
  padding: 12px 14px;
  border-right:1px solid #eef0f5;
}
.fee-item:last-child{ border-right:0; }
.fee-item .k{
  color: var(--muted);
  font-size: 15px;
  font-weight: 500;
}
.fee-item .v{
  margin-top: 6px;
  font-size: 16px;
  font-weight: 500;
  color: var(--ink);
}
.fee-item.total{
  background: rgba(26,163,122,.08);
}

.fee-acc{
  padding: 12px 14px;
}
.acc-tit{
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
}

/* 안내 문구 */
.note{
  padding: 12px 14px;
  border-top:1px solid #eef0f5;
  background: #f8fafc;
  color: var(--muted);
  font-weight: 800;
  line-height:1.6;
}

/* 하단 CTA */
.sheet-cta{
  position: sticky;
  bottom: 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  padding: 14px 16px;
  border-top: 1px solid var(--line);
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
}
.cta-left .c1{ font-weight:700; color: var(--ink); font-size: 22px;}
.cta-left .c2{ margin-top: 4px; color: var(--muted); font-weight: 800; font-size: 20px; }

.cta-right{ display:flex; gap: 10px; flex-wrap:wrap; }
.btn-primary, .btn-ghost{
  display:inline-flex; align-items:center; justify-content:center;
  height: 42px; padding: 0 14px;
  border-radius: 12px;
  text-decoration:none;
  font-weight:700;
}
.btn-primary{
  background: var(--accent);
  color:#fff;
  border:1px solid transparent;
}
.btn-ghost{
  background:#fff;
  color: var(--ink);
  border:1px solid var(--line);
}

/* 반응형 */
@media (max-width: 920px){
  .row{ grid-template-columns: 140px 1fr; }
  .fee-grid{ grid-template-columns: 1fr; }
  .fee-item{ border-right:0; border-bottom:1px solid #eef0f5; }
  .fee-item:last-child{ border-bottom:0; }
}
@media (max-width: 560px){
  .ad-title h2{ font-size: 24px; }
  .row{ grid-template-columns: 1fr; }
  .th{
    border-right:0;
    border-bottom:1px solid var(--line);
  }
}

/* ✅ 기존 sub-register.css를 아래로 교체 추천 */
:root{
  --accent:#1aa37a;
  --ink:#0f172a;
  --muted:#64748b;
  --line:#d7dbe6;
  --bg:#f6f7fb;
  --card:#ffffff;
  --radius:18px;
}

.reg-sec{ padding: 28px 0 0; }

/* STEP FLOW: “인포그래픽”처럼 보이게 */
.reg-flow{
  margin-top: 12px;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap: 16px;
  padding: 20px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:#fff;
}

.flow-item{
  width: 100%;
  text-align:center;
  min-width: 160px;
}

.flow-circle{
  width: 74px; height: 74px;
  margin: 0 auto 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #22c55e, #06b6d4);
  display:flex;
  align-items:center;
  justify-content:center;
}
.flow-item:nth-child(3) .flow-circle{ background: linear-gradient(135deg, #38bdf8, #2563eb); }
.flow-item:nth-child(5) .flow-circle{ background: linear-gradient(135deg, #60a5fa, #1d4ed8); }
.flow-item:nth-child(7) .flow-circle{ background: linear-gradient(135deg, #2563eb, #0f172a); }

.flow-step{
  font-size: 12px;
  font-weight:700;
  color: var(--muted);
  letter-spacing:.02em;
}
.flow-tit{
  margin-top: 6px;
  font-size: 15px;
  font-weight:700;
  color: var(--ink);
  letter-spacing:-.01em;
}
.flow-desc{
  margin-top: 6px;
  font-size: 12.5px;
  color: var(--muted);
  line-height:1.45;
}

/* 화살표는 “얇은 라인 + 삼각” 느낌으로 */
.flow-arrow{
  width: 46px;
  height: 74px;
  position: relative;
  flex: 0 0 46px;
  opacity: .55;
}
.flow-arrow::before{
  content:"";
  position:absolute;
  left: 8px;
  top: 36px;
  width: 30px;
  height: 1px;
  background: #94a3b8;
}
.flow-arrow::after{
  content:"";
  position:absolute;
  right: 6px;
  top: 32.5px;
  width: 0; height: 0;
  border-left: 6px solid #94a3b8;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

/* 아이콘: 이모지 대신 CSS로 “선아이콘 느낌” */
.flow-ico{
  width: 30px; height: 30px;
  position: relative;
  display:block;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,.18));
}

/* 말풍선(상담) */
.ico-talk::before{
  content:"";
  position:absolute;
  inset: 6px 5px 10px 5px;
  border: 2px solid rgba(255,255,255,.95);
  border-radius: 10px;
}
.ico-talk::after{
  content:"";
  position:absolute;
  left: 9px;
  bottom: 6px;
  width: 10px; height: 10px;
  border-left: 2px solid rgba(255,255,255,.95);
  border-bottom: 2px solid rgba(255,255,255,.95);
  transform: rotate(45deg);
  background: transparent;
}

/* 문서(원서접수) */
.ico-form::before{
  content:"";
  position:absolute;
  inset: 4px 7px 4px 7px;
  border: 2px solid rgba(255,255,255,.95);
  border-radius: 8px;
}
.ico-form::after{
  content:"";
  position:absolute;
  left: 10px; top: 12px;
  width: 10px; height: 10px;
  border-left: 2px solid rgba(255,255,255,.95);
  border-bottom: 2px solid rgba(255,255,255,.95);
  transform: rotate(-45deg);
}

/* 카드(결제) */
.ico-pay::before{
  content:"";
  position:absolute;
  inset: 7px 5px 9px 5px;
  border: 2px solid rgba(255,255,255,.95);
  border-radius: 8px;
}
.ico-pay::after{
  content:"";
  position:absolute;
  left: 7px; top: 13px;
  width: 16px; height: 2px;
  background: rgba(255,255,255,.95);
}

/* 문서(안내문) */
.ico-doc::before{
  content:"";
  position:absolute;
  inset: 5px 8px 5px 8px;
  border: 2px solid rgba(255,255,255,.95);
  border-radius: 8px;
}
.ico-doc::after{
  content:"";
  position:absolute;
  left: 10px; top: 12px;
  width: 12px; height: 2px;
  background: rgba(255,255,255,.95);
  box-shadow: 0 6px 0 rgba(255,255,255,.95), 0 12px 0 rgba(255,255,255,.95);
}

/* 안내문 박스: “문서”처럼 */
.reg-notice{ margin-top: 14px; }

.notice-block{
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:#fff;
  overflow:hidden;
  box-shadow: 0 10px 24px rgba(15,23,42,.04);
}
.notice-tit{
  background:#f3f4f8;
  border-bottom: 1px solid var(--line);
  padding: 12px 14px;
  font-weight:700;
  color: var(--ink);
}
.notice-ul{
  margin:0;
  padding: 12px 18px 14px 22px;
  line-height:1.75;
  color: var(--ink);
}
.notice-ul li{ margin: 0 0 6px; }
.notice-ul li:last-child{ margin-bottom:0; }

.notice-ul .sub{
  list-style: none;
  margin-left: -10px;
  color: var(--muted);
  font-weight: 800;
}
.notice-ul .sub::before{
  content:"- ";
  color: var(--muted);
  font-weight:700;
}
.notice-ul .warn{
  margin-top: 8px;
  list-style:none;
  margin-left: -10px;
  padding: 10px 12px;
  border-radius: 12px;
  background:#f8fafc;
  border: 1px dashed #cbd5e1;
  color: var(--muted);
  font-weight: 800;
}
.notice-ul .warn::before{ content:""; }

.notice-grid{
  margin-top: 12px;
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

/* 반응형 */
@media (max-width: 980px){
  .reg-flow{ overflow:auto; }
  .notice-grid{ grid-template-columns: 1fr; }
}
@media (max-width: 560px){
  .flow-item{ min-width: 150px; }
}


/* ✅ /vs/css/sub-daily.css (새 파일로 추가 추천) */
:root{
  --accent:#1aa37a;
  --ink:#0f172a;
  --muted:#64748b;
  --line:#d7dbe6;
  --bg:#f6f7fb;
  --radius:18px;
}

.day-sec{ padding: 26px 0 0; }

.day-sheet{
  margin-top: 12px;
  border:1px solid var(--line);
  border-radius: var(--radius);
  background:#fff;
  overflow:hidden;
  box-shadow: 0 12px 28px rgba(15,23,42,.05);
}

.day-sheet__top{
  padding: 16px 18px;
  background: linear-gradient(180deg,#ffffff 0%, var(--bg) 100%);
  border-bottom:1px solid var(--line);
}
.day-sheet__title{
  font-weight:700;
  color: var(--ink);
  letter-spacing:-.01em;
}
.day-sheet__sub{
  margin-top: 6px;
  font-size: 13px;
  color: var(--muted);
  font-weight: 800;
}

.day-table{ display:flex; flex-direction:column; }

.day-row{
  display:grid;
  grid-template-columns: 170px 210px 1fr;
  border-bottom: 1px solid var(--line);
}
.day-row:last-child{ border-bottom:0; }

.day-row .c1{
  padding: 12px 14px;
  background:#f3f4f8;
  font-weight: 700;
  color: var(--ink);
  border-right:1px solid var(--line);
}
.day-row .c2{
  padding: 12px 14px;
  font-weight: 700;
  color: var(--ink);
  border-right:1px solid var(--line);
  white-space: nowrap;
}
.day-row .c3{
  padding: 12px 16px;
  color: var(--ink);
  line-height:1.7;
}

/* 헤더 행 */
.day-row.head .c1,
.day-row.head .c2,
.day-row.head .c3{
  background:#111827;
  color:#fff;
  border-right:1px solid rgba(255,255,255,.12);
  font-weight:700;
}

/* 구간 강조 */
.day-row.break .c1{ background: rgba(26,163,122,.12); }
.day-row.break .c2{ background: rgba(26,163,122,.06); }
.day-row.break .c3{ background: rgba(26,163,122,.03); }

.day-row.focus .c1{ background: rgba(59,130,246,.12); }
.day-row.focus .c2{ background: rgba(59,130,246,.06); }
.day-row.focus .c3{ background: rgba(59,130,246,.03); }

.day-row.night .c1{ background: rgba(15,23,42,.10); }
.day-row.night .c2{ background: rgba(15,23,42,.06); }
.day-row.night .c3{ background: rgba(15,23,42,.03); }

.day-footnote{
  padding: 12px 14px;
  border-top:1px solid var(--line);
  background:#f8fafc;
  color: var(--muted);
  font-weight: 800;
}
.day-footnote span{
  color: var(--ink);
  font-weight:700;
  margin-right: 6px;
}

/* 반응형 */
@media (max-width: 980px){
  .day-row{ grid-template-columns: 150px 190px 1fr; }
}
@media (max-width: 640px){
  .day-row{ grid-template-columns: 1fr; }
  .day-row .c1, .day-row .c2{
    border-right:0;
    border-bottom:1px solid var(--line);
  }
  .day-row.head .c1, .day-row.head .c2{
    border-bottom:1px solid rgba(255,255,255,.12);
  }
  .day-row .c2{ white-space: normal; }
}

/* ✅ 기존 sub-daily.css 아래에 “classic(이미지처럼)” 모드만 추가 */
.day-sheet.classic{
  box-shadow:none;
  border: 2px solid #111827;
  border-radius: 0;
}
.day-sheet.classic .day-sheet__top{
  background:#dbeafe;              /* 이미지처럼 옅은 블루 헤더 느낌 */
  border-bottom: 2px solid #111827;
}
.day-sheet.classic .day-sheet__title{
  text-align:center;
  font-weight:700;
}
.day-sheet.classic .day-row{
  border-bottom: 1px solid #111827;
}
.day-sheet.classic .day-row .c1,
.day-sheet.classic .day-row .c2{
  border-right: 1px solid #111827;
}
.day-sheet.classic .day-row.head .c1,
.day-sheet.classic .day-row.head .c2,
.day-sheet.classic .day-row.head .c3{
  background:#ffffff;
  color:#111827;
  border-right: 1px solid #111827;
  border-bottom: 2px solid #111827;
  text-align:center;
}
.day-sheet.classic .day-row .c1,
.day-sheet.classic .day-row .c2,
.day-sheet.classic .day-row .c3{
  text-align:center;               /* 이미지처럼 가운데 정렬 */
}
.day-sheet.classic .day-row .c3{
  text-align:center;
}
@media (max-width: 640px){
  /* 모바일에서는 기존처럼 세로로 바뀌는 게 읽기 좋으니 classic은 해제 */
  .day-sheet.classic{
    border: 1px solid var(--line);
    border-radius: var(--radius);
  }
  .day-sheet.classic .day-row .c1,
  .day-sheet.classic .day-row .c2,
  .day-sheet.classic .day-row .c3{
    text-align:left;
  }
}

/* /vs/css/sub-teachers.css */
:root{
  --accent:#1aa37a;
  --ink:#0f172a;
  --muted:#64748b;
  --line:#d7dbe6;
  --bg:#f6f7fb;
  --card:#ffffff;
  --radius:18px;
}

.sub-wrap{ padding: 24px 0 90px; }

.t-head{ padding: 6px 4px 12px; }
.crumb{ color:var(--muted); font-size:13px; }
.crumb a{ color:var(--muted); text-decoration:none; }
.crumb .dot{ margin:0 6px; }

.t-head h2{
  margin: 12px 0 8px;
  font-size: 32px;
  color: var(--ink);
  letter-spacing:-.02em;
}
.t-head p{ margin:0; color:var(--muted); line-height:1.6; }

/* Tabs */
.t-tabs{
  margin-top: 14px;
  display:flex;
  gap: 8px;
  flex-wrap: wrap;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 10px 22px rgba(15,23,42,.04);
}
.tab{
  appearance:none;
  border: 1px solid var(--line);
  background:#fff;
  color: var(--ink);
  font-weight:700;
  padding: 10px 12px;
  border-radius: 999px;
  cursor:pointer;
  font-size: 13px;
}
.tab.active{
  border-color: rgba(26,163,122,.35);
  background: rgba(26,163,122,.12);
  color: #0b4a39;
}

/* Tools */
.t-tools{
  margin-top: 12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 10px;
}
.search{
  flex: 1;
  display:flex;
  align-items:center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: #fff;
}
.search .ico{ opacity:.55; }
.search input{
  width:100%;
  border:0;
  outline:0;
  font-weight: 800;
  color: var(--ink);
}
.count{
  min-width: 86px;
  text-align:right;
  color: var(--muted);
  font-weight:700;
}
.count #teacherCount{ color: var(--ink); }

/* Grid */
.t-grid{
  margin-top: 14px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

/* Card */
.t-card{
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  overflow:hidden;
  box-shadow: 0 12px 26px rgba(15,23,42,.05);
  transition: transform .15s ease, box-shadow .15s ease;
  cursor:pointer;
}
.t-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(15,23,42,.08);
}

.t-card__top{
  position: relative;
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  min-height: 180px;
}
.t-card__info{
  padding: 16px 16px 14px;
}
.badge{
  display:inline-flex;
  align-items:center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight:700;
  background: rgba(59,130,246,.10);
  color: #1d4ed8;
}
.badge.math{ background: rgba(26,163,122,.12); color:#0b4a39; }
.badge.korean{ background: rgba(239,68,68,.10); color:#b91c1c; }
.badge.english{ background: rgba(99,102,241,.10); color:#4338ca; }
.badge.science{ background: rgba(14,165,233,.10); color:#0369a1; }
.badge.social{ background: rgba(245,158,11,.12); color:#92400e; }
.badge.essay{ background: rgba(168,85,247,.12); color:#6b21a8; }
.badge.life{ background: rgba(100,116,139,.14); color:#334155; }
.badge.admission{ background: rgba(16,185,129,.12); color:#065f46; }

.t-name{
  margin: 10px 0 6px;
  font-size: 20px;
  font-weight:700;
  color: var(--ink);
  letter-spacing:-.02em;
}
.t-role{
  margin: 0 0 10px;
  color: var(--muted);
  font-weight: 700;
  font-size: 13px;
}

.t-career{
  margin:0;
  padding-left: 16px;
  color: var(--ink);
  font-weight: 500;
  line-height:1.55;
  font-size: 14px;
}
.t-career li{ margin: 0 0 4px; }
.t-career li:last-child{ margin-bottom:0; }

.t-card__photo{
  position: relative;
  background: linear-gradient(135deg, #f8fafc, #eef2ff);
}
.t-card__photo img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
}
.t-card__photo::after{
  content:"";
  position:absolute;
  inset:0;
  background: radial-gradient(ellipse at 70% 20%, rgba(255,255,255,.35), rgba(0,0,0,0));
  pointer-events:none;
}

.t-card__bottom{
  padding: 12px 16px;
  border-top: 1px solid rgba(215,219,230,.6);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 10px;
}
.t-tags{
  display:flex;
  flex-wrap:wrap;
  gap: 6px;
}
.tag{
  font-size: 12px;
  font-weight:700;
  color: var(--muted);
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  padding: 6px 10px;
}
.more{
  font-weight:700;
  color: var(--ink);
  opacity: .7;
}

/* Modal */
.t-modal{
  position: fixed;
  inset:0;
  display:none;
  z-index: 9999;
}
.t-modal.show{ display:block; }
.t-modal__dim{
  position:absolute;
  inset:0;
  background: rgba(15,23,42,.55);
}
.t-modal__panel{
  position:absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
  width: min(980px, 92vw);
  border-radius: 22px;
  background:#fff;
  border: 1px solid rgba(255,255,255,.35);
  overflow:hidden;
  box-shadow: 0 28px 70px rgba(0,0,0,.35);
}
.t-modal__close{
  position:absolute;
  right: 14px;
  top: 12px;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background:#fff;
  cursor:pointer;
  font-weight:700;
}
.t-modal__body{
  display:grid;
  grid-template-columns: .95fr 1.05fr;
}
.t-modal__photo{
  background: linear-gradient(135deg,#f8fafc,#eef2ff);
  min-height: 360px;
}
.t-modal__photo img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
}
.t-modal__info{
  padding: 20px 20px 18px;
}
.t-modal__badge{
  display:inline-flex;
  align-items:center;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight:700;
  background: rgba(26,163,122,.12);
  color: #0b4a39;
}
.t-modal__info h3{
  margin: 10px 0 4px;
  font-size: 26px;
  letter-spacing:-.02em;
  color: var(--ink);
}
.t-modal__role{
  margin:0 0 12px;
  color: var(--muted);
  font-weight:700;
}
.t-modal__sec{ margin-top: 14px; }
.t-modal__secTit{
  font-weight:700;
  color: var(--ink);
  margin-bottom: 8px;
}
.t-modal__list{
  margin:0;
  padding-left: 18px;
  color: var(--ink);
  font-weight: 800;
  line-height:1.65;
}
.t-modal__tags{ display:flex; flex-wrap:wrap; gap:8px; }
.t-modal__cta{
  margin-top: 16px;
  display:flex;
  gap: 10px;
  flex-wrap:wrap;
}
.btn-primary,.btn-ghost{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height: 42px;
  padding: 0 14px;
  border-radius: 12px;
  text-decoration:none;
  font-weight:700;
}
.btn-primary{ background: var(--accent); color:#fff; border:1px solid transparent; }
.btn-ghost{ background:#fff; color: var(--ink); border:1px solid var(--line); }

@media (max-width: 980px){
  .t-grid{ grid-template-columns: repeat(2, 1fr); }
  .t-modal__body{ grid-template-columns: 1fr; }
  .t-modal__photo{ min-height: 280px; }
}
@media (max-width: 560px){
  .t-grid{ grid-template-columns: 1fr; }

  .t-card__photo{ height: 220px; }
  .count{ display:none; }
}

/* /vs/css/sub-immersion.css */
:root{
  --accent:#1aa37a;
  --ink:#0f172a;
  --muted:#64748b;
  --line:#d7dbe6;
  --bg:#f6f7fb;
  --radius:18px;
}

.sub-wrap{ padding: 18px 0 90px; }

/* HERO */
.im-hero{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 16px;
  align-items: stretch;
  margin-top: 6px;
}
.im-hero__left{
  border:1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(180deg,#fff 0%, #f7fafc 100%);
  box-shadow: 0 14px 34px rgba(15,23,42,.06);
  padding: 18px 18px 16px;
}
.im-hero__right{
  position: relative;
  border-radius: 22px;
  overflow:hidden;
  border:1px solid var(--line);
  box-shadow: 0 14px 34px rgba(15,23,42,.06);
  min-height: 360px;
  background: #f8fafc;
}
.im-hero__right img{
  width:100%; height:100%;
  object-fit: cover;
  display:block;
  transform: scale(1.02);
}
.im-hero__glass{
  position:absolute;
  left: 14px; right: 14px; bottom: 14px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(255,255,255,.65);
  backdrop-filter: blur(10px);
}
.im-hero__glass .t1{ font-weight:700; color: var(--ink); }
.im-hero__glass .t2{ margin-top: 4px; color: var(--muted); font-weight:700; font-size: 13px; }

.im-badges{ display:flex; gap: 8px; flex-wrap:wrap; }
.im-badge{
  display:inline-flex;
  align-items:center;
  padding: 7px 12px;
  border-radius: 999px;
  font-weight:700;
  font-size: 12px;
  background: rgba(26,163,122,.12);
  color: #0b4a39;
  border: 1px solid rgba(26,163,122,.22);
}
.im-badge.ghost{
  background:#fff;
  color: var(--ink);
  border: 1px solid var(--line);
}

.im-title{
  margin: 12px 0 10px;
  font-size: 30px;
  letter-spacing:-.03em;
  color: var(--ink);
  line-height:1.25;
}
.im-lead{
  margin: 0;
  color: var(--muted);
  font-weight: 800;
  line-height:1.75;
}

.im-cta{
  margin-top: 14px;
  display:flex;
  gap: 10px;
  flex-wrap:wrap;
}

.btn-primary,.btn-ghost{
  display:inline-flex; align-items:center; justify-content:center;
  height: 44px; padding: 0 14px;
  border-radius: 12px;
  text-decoration:none;
  font-weight:700;
}
.btn-primary{ background: var(--accent); color:#fff; border:1px solid transparent; }
.btn-ghost{ background:#fff; color: var(--ink); border:1px solid var(--line); }

.im-mini{
  margin-top: 14px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.im-mini__card{
  border:1px solid var(--line);
  border-radius: 16px;
  background:#fff;
  padding: 12px 12px;
}
.im-mini__card .k{ color: var(--muted); font-weight:700; font-size: 12px; }
.im-mini__card .v{ margin-top: 6px; color: var(--ink); font-weight:700; line-height:1.35; }

/* SECTION */
.im-sec{ margin-top: 16px; }
.im-sec__tit{
  border: 1px solid var(--line);
  border-radius: 22px;
  background:#fff;
  padding: 16px 18px;
  box-shadow: 0 12px 28px rgba(15,23,42,.04);
}
.im-sec__tit h3{
  margin:0 0 8px;
  font-size: 22px;
  letter-spacing:-.02em;
  color: var(--ink);
}
.im-sec__tit p{
  margin:0;
  color: var(--muted);
  line-height:1.8;
  font-weight: 800;
}

.im-grid3{
  margin-top: 12px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.im-grid2{
  margin-top: 12px;
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.im-card{
  border: 1px solid var(--line);
  border-radius: 22px;
  background:#fff;
  padding: 14px 14px 14px;
  box-shadow: 0 12px 28px rgba(15,23,42,.04);
}
.im-card.big{ padding: 16px 16px 16px; }

.im-card__head{
  display:flex;
  gap: 10px;
  align-items:flex-start;
}
.pill{
  display:inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  font-weight:700;
  font-size: 12px;
  border: 1px solid rgba(15,23,42,.10);
  background:#f8fafc;
  color: var(--ink);
  white-space:nowrap;
}
.p1{ background: rgba(26,163,122,.12); border-color: rgba(26,163,122,.25); color:#0b4a39; }
.p2{ background: rgba(59,130,246,.10); border-color: rgba(59,130,246,.22); color:#1d4ed8; }
.p3{ background: rgba(245,158,11,.12); border-color: rgba(245,158,11,.24); color:#92400e; }
.p4{ background: rgba(14,165,233,.12); border-color: rgba(14,165,233,.24); color:#0369a1; }
.p5{ background: rgba(168,85,247,.12); border-color: rgba(168,85,247,.24); color:#6b21a8; }
.p6{ background: rgba(15,23,42,.10); border-color: rgba(15,23,42,.16); color:#0f172a; }
.p7{ background: rgba(100,116,139,.12); border-color: rgba(100,116,139,.20); color:#334155; }
.p8{ background: rgba(239,68,68,.10); border-color: rgba(239,68,68,.20); color:#b91c1c; }

.im-card .h{
  font-weight:700;
  color: var(--ink);
  letter-spacing:-.01em;
  line-height:2;
}
.im-card .b{
  margin-top: 10px;
  color: var(--muted);
  font-weight: 800;
  line-height:1.8;
}

/* SPLIT */
.im-split{
  margin-top: 16px;
  display:grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 12px;
  align-items: stretch;
}
.im-split__img{
  border-radius: 22px;
  overflow:hidden;
  border:1px solid var(--line);
  background:#fff;
  box-shadow: 0 12px 28px rgba(15,23,42,.04);
  min-height: 340px;
}
.im-split__img img{ width:100%; height:100%; object-fit: cover; display:block; }
.im-split__txt{
  border-radius: 22px;
  border:1px solid var(--line);
  background:#fff;
  padding: 16px 18px;
  box-shadow: 0 12px 28px rgba(15,23,42,.04);
}
.tagline{
  display:inline-block;
  font-weight:700;
  color:#0b4a39;
  background: rgba(26,163,122,.12);
  border:1px solid rgba(26,163,122,.22);
  padding: 8px 10px;
  border-radius: 14px;
  font-size: 13px;
}
.im-split__txt h3{
  margin: 10px 0 8px;
  font-size: 22px;
  letter-spacing:-.02em;
  color: var(--ink);
}
.im-split__txt p{
  margin: 0 0 10px;
  color: var(--muted);
  font-weight: 800;
  line-height:1.85;
}
.im-split__txt p:last-of-type{ margin-bottom: 0; }

.im-points{
  margin-top: 12px;
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.pt{
  border:1px solid var(--line);
  border-radius: 16px;
  background:#f8fafc;
  padding: 12px 12px;
  color: var(--ink);
  font-weight:700;
  line-height:1.45;
}
.pt span{
  display:inline-block;
  margin-right: 8px;
  padding: 5px 9px;
  border-radius: 999px;
  background:#fff;
  border: 1px solid #e2e8f0;
  color: var(--muted);
  font-weight:700;
  font-size: 12px;
}

/* STRIP */
.im-strip{
  margin-top: 12px;
  display:flex;
  flex-wrap:wrap;
  gap: 8px;
  padding: 12px;
  border-radius: 22px;
  border:1px solid var(--line);
  background:#fff;
  box-shadow: 0 12px 28px rgba(15,23,42,.04);
}
.im-strip .s{
  flex: 1 1 180px;
  border:1px dashed #cbd5e1;
  border-radius: 14px;
  padding: 10px 12px;
  color: var(--ink);
  font-weight:700;
  background:#f8fafc;
}

/* FINAL */
.im-final{ margin-top: 16px; }
.im-final__box{
  border-radius: 22px;
  border: 1px solid rgba(26,163,122,.28);
  background: linear-gradient(180deg, rgba(26,163,122,.08), rgba(26,163,122,.03));
  padding: 18px 18px 16px;
}
.im-final__box h3{
  margin:0 0 8px;
  font-size: 22px;
  color: var(--ink);
  letter-spacing:-.02em;
}
.im-final__box p{
  margin:0;
  color: var(--muted);
  font-weight: 800;
  line-height:1.85;
}
.im-check{
  margin-top: 14px;
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.chk{
  border-radius: 16px;
  border:1px solid rgba(26,163,122,.22);
  background: rgba(255,255,255,.78);
  padding: 12px 12px;
  color: var(--ink);
  font-weight:700;
  line-height:1.5;
  position: relative;
  padding-left: 40px;
}
.chk::before{
  content:"✓";
  position:absolute;
  left: 12px; top: 12px;
  width: 22px; height: 22px;
  border-radius: 999px;
  display:flex; align-items:center; justify-content:center;
  background: rgba(26,163,122,.18);
  color:#0b4a39;
  font-weight:700;
}
.im-final__cta{
  margin-top: 14px;
  display:flex;
  gap: 10px;
  flex-wrap:wrap;
}

/* Responsive */
@media (max-width: 980px){
  .im-hero{ grid-template-columns: 1fr; }
  .im-hero__right{ min-height: 280px; }
  .im-mini{ grid-template-columns: 1fr; }
  .im-grid3{ grid-template-columns: 1fr; }
  .im-grid2{ grid-template-columns: 1fr; }
  .im-split{ grid-template-columns: 1fr; }
  .im-split__img{ min-height: 240px; }
  .im-points{ grid-template-columns: 1fr; }
  .im-check{ grid-template-columns: 1fr; }
  .im-title{ font-size: 26px; }
}

.sc-hero .im-title{ max-width: 680px; }
.sc-hero .im-lead{ max-width: 720px; }

.sc-split .tagline{
  /* 기존 tagline과 같은 톤 유지 + 과학 페이지는 조금 더 또렷하게 */
  letter-spacing: -0.01em;
}

/* HERO 이미지가 너무 딱딱하면 ‘가벼운 톤’만 살짝 추가 */
.sc-hero .im-hero__right::after{
  content:"";
  position:absolute;
  inset:0;
  background: radial-gradient(ellipse at 70% 18%, rgba(255,255,255,.22), rgba(0,0,0,0) 55%);
  pointer-events:none;
}

/* 모바일에서 문장 줄바꿈이 답답하지 않게 */
@media (max-width: 980px){
  .sc-hero .im-title{ font-size: 26px; }
}

.im-wide-photo{
  position: relative;
  margin: 26px 0;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid #d7dbe6;
  background: #f8fafc;
  box-shadow: 0 14px 34px rgba(15,23,42,.06);
}

.im-wide-photo img{
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

/* 텍스트는 과하지 않게, ‘속삭이듯’ */
.im-wide-photo__overlay{
  position: absolute;
  right: 18px;
  bottom: 16px;
  padding: 10px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.6);
}

.im-wide-photo__overlay span{
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #1aa37a;
}

.im-wide-photo__overlay strong{
  display: block;
  margin-top: 4px;
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -0.01em;
}

@media (max-width: 980px){
  .im-wide-photo img{
    height: 180px;
  }
}

/* /vs/css/sub-rules.css */
/* ✅ sub-immersion.css 톤 유지 + 표(테이블)만 보기 좋게 확장 */

.rules-hero .rules-note{
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(255,255,255,.6);
  backdrop-filter: blur(8px);
  color: #334155;
  line-height: 1.75;
}

.rules-table-wrap{
  background: #fff;
  border: 1px solid #d7dbe6;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(15,23,42,.06);
}

.rules-table{
  width: 100%;
  border-collapse: collapse;
}

.rules-table thead th{
  text-align: left;
  padding: 16px 18px;
  font-size: 14px;
  font-weight: 900;
  color: #0f172a;
  background: #f6f8fb;
  border-bottom: 1px solid #e6e9f2;
}

.rules-table tbody td{
  vertical-align: top;
  padding: 16px 18px;
  font-size: 14px;
  line-height: 1.8;
  color: #334155;
  border-bottom: 1px solid #eef1f7;
}

.rules-table tbody tr:last-child td{
  border-bottom: 0;
}

.rules-table .pt{
  font-weight: 900;
  color: #0f172a;
  white-space: nowrap;
}

.rules-table .pt.danger{
  color: #b42318;
}

.rules-table .pt span{
  display: inline-block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 800;
  color: #b42318;
  opacity: .9;
}

.rule-list > div{
  position: relative;
  padding-left: 14px;
  margin: 4px 0;
}

.rule-list > div::before{
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1aa37a;
  opacity: .9;
}

/* compact table */
.rules-table.compact tbody td{
  padding: 14px 18px;
}

.rules-foot{
  margin-top: 14px;
  padding: 14px 18px;
  border-radius: 18px;
  background: #f3fbf8;
  border: 1px solid rgba(26,163,122,.25);
  color: #0f172a;
  font-weight: 700;
  line-height: 1.75;
}

@media (max-width: 980px){
  .rules-table thead{ display:none; }
  .rules-table, .rules-table tbody, .rules-table tr, .rules-table td{
    display:block;
    width:100%;
  }
  .rules-table tr{
    border-bottom: 1px solid #eef1f7;
  }
  .rules-table tbody td{
    border-bottom: 0;
    padding: 14px 16px;
  }
  .rules-table tbody td:first-child{
    background:#f6f8fb;
    border-bottom: 1px solid #eef1f7;
  }
}

/* /vs/css/sub-ready.css */
/* ✅ sub-immersion 톤 유지 + 리스트형 콘텐츠를 보기 좋게 */

.ready-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 12px;
}

.ready-top{ margin-bottom: 8px; }

.ban-wrap{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 10px;
}

/* 금지물품 카드: 살짝 경고 톤 */
.im-card.danger{
  border: 1px solid rgba(180, 35, 24, .22);
  background: linear-gradient(180deg, rgba(180,35,24,.06), rgba(255,255,255,1));
}

@media (max-width: 980px){
  .ready-grid{ grid-template-columns: 1fr; }
  .ban-wrap{ grid-template-columns: 1fr; }
}
