.vp {
  /* === LIGHT BASE === */
  --bg-0: #ffffff;
  --bg-1: #fbfcfe;
  --bg-2: #f3f6fb;
  --bg-3: #e8edf6;
  --line: rgba(13, 27, 62, .08);
  --line-2: rgba(13, 27, 62, .14);
  --text: #0a1428;
  --text-2: #475569;
  --text-3: #94a3b8;
  /* === ACCENTS (라이트 베이스에서도 잘 보이게 살짝 진하게) === */
  --accent: #0099cc;
  --accent-bright: #00b8e6;
  --accent-2: #06b6d4;
  --accent-3: #7c3aed;
  --accent-glow: rgba(0, 153, 204, .25);
  --grad-1: linear-gradient(135deg, #0099cc 0%, #7c3aed 100%);
  --grad-2: linear-gradient(135deg, #06b6d4 0%, #0099cc 50%, #7c3aed 100%);
  --radius: 14px;
  --radius-lg: 24px;
  --sans: 'Inter', 'Noto Sans KR', 'Apple SD Gothic Neo', 'Malgun Gothic', '\B9D1\C740 \ACE0\B515', 'Noto Sans JP', 'Noto Sans SC', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  --mono: 'Roboto Mono', 'Noto Sans KR', 'Apple SD Gothic Neo', 'Malgun Gothic', monospace;
  --shadow-sm: 0 2px 8px rgba(13, 27, 62, .04);
  --shadow: 0 8px 24px rgba(13, 27, 62, .06);
  --shadow-lg: 0 24px 60px -12px rgba(13, 27, 62, .12);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

/* ===== 글로벌 form 요소 폰트 inherit (굴림체 폴백 방지) ===== */
button, input, select, textarea, optgroup, option,
.top-bar, .top-bar *, #hd, #hd *, .gnb, .gnb *, .gnb-mega, .gnb-mega *,
.sub-visual, .sub-visual *, .sub-nav-bar, .sub-nav-bar *,
.ftr, .ftr * {
  font-family: 'Inter', 'Noto Sans KR', 'Apple SD Gothic Neo', 'Malgun Gothic', system-ui, sans-serif;
}
.vp button, .vp input, .vp select, .vp textarea {
  font-family: inherit;
}
.vp {
  font-family: var(--sans);
  background: var(--bg-1);
  color: var(--text);
  font-size: 16px; line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -.011em;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.vp .container { max-width: 1280px; margin: 0 auto; padding: 0 32px; }

/* ============================================================
 * Reset style.css conflicts inside the .vp content area
 * style.css에는 .hero / .hero-slide / .hero-text / .hero-actions /
 * .stat-num / .stat-label 등이 다크 톤으로 정의돼 있어, 본문이
 * .vp 래퍼 안에 있을 때만 라이트 톤으로 강제 reset.
 * ============================================================ */
.vp { background: transparent; color: var(--text); display: block; }
.vp section { background: transparent; color: inherit; padding: 0; overflow: visible; }
.vp .hero { background: transparent; background-image: none; color: inherit; overflow: visible; }
.vp .hero-text { color: inherit; }
.vp .hero-actions, .vp .hero-cta { color: inherit; }
.vp .hero-slide { background: transparent; background-image: none; visibility: visible; }
.vp .hero-dot { color: inherit; }
.vp .hero-dot::before, .vp .hero-dot::after { content: none; display: none; }
.vp .stat-num, .vp .stat-num sup, .vp .stat-num i { -webkit-text-fill-color: initial; }
.vp .stat-label { color: var(--text-3); }

/* ===== Background mesh (옅은 컬러 글로우) ===== */
.vp .bg-mesh {
  position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(ellipse 900px 700px at 12% 8%, rgba(124,58,237,.10), transparent 60%),
    radial-gradient(ellipse 1000px 800px at 92% 22%, rgba(0,153,204,.10), transparent 60%),
    radial-gradient(ellipse 700px 500px at 50% 95%, rgba(6,182,212,.06), transparent 60%),
    var(--bg-1);
}
.vp .bg-grid {
  position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .5;
  background-image:
    linear-gradient(rgba(13,27,62,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13,27,62,.025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, #000 30%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, #000 30%, transparent 100%);
}

/* ===== Preview banner ===== */
.vp .preview-banner {
  background: linear-gradient(90deg, rgba(124,58,237,.10), rgba(0,153,204,.10));
  border-bottom: 1px solid var(--line);
  font-size: 13px; padding: 8px 0; text-align: center; color: var(--text-2);
}
.vp .preview-banner b { color: var(--accent); font-family: var(--mono); }

/* ===== Header ===== */
.vp .nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.80);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid var(--line);
}
.vp .nav-inner {
  max-width: 1440px; margin: 0 auto; padding: 16px 32px;
  display: flex; align-items: center; justify-content: space-between; gap: 32px;
}
.vp .nav-brand { display: flex; align-items: center; gap: 12px; font-weight: 800; font-size: 18px; letter-spacing: -.02em; color: var(--text); }
.vp .nav-brand .dot { width: 28px; height: 28px; border-radius: 8px; background: var(--grad-1); position: relative; overflow: hidden; }
.vp .nav-brand .dot::after { content: ''; position: absolute; inset: 4px; border-radius: 5px; background: white; }
.vp .nav-brand .dot::before { content: ''; position: absolute; inset: 8px; border-radius: 3px; background: var(--grad-1); }
.vp .nav-links { display: flex; gap: 28px; align-items: center; }
.vp .nav-links a { font-size: 14px; font-weight: 500; color: var(--text-2); transition: color .15s; }
.vp .nav-links a:hover { color: var(--accent); }
.vp .nav-right { display: flex; align-items: center; gap: 14px; }
.vp .lang-pick { display: flex; gap: 2px; background: var(--bg-2); border: 1px solid var(--line); border-radius: 8px; padding: 3px; }
.vp .lang-pick a { font-size: 11px; font-weight: 600; padding: 6px 10px; border-radius: 5px; color: var(--text-3); font-family: var(--mono); letter-spacing: .04em; }
.vp .lang-pick a.on { background: var(--accent); color: white; }
.vp .btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 11px 20px; font-size: 14px; font-weight: 600;
  border-radius: 999px; transition: all .2s; cursor: pointer; border: none;
  font-family: var(--sans); letter-spacing: -.005em;
}
.vp .btn-pri {
  background: var(--accent); color: white;
  box-shadow: 0 4px 12px rgba(0,153,204,.25);
}
.vp .btn-pri:hover { background: var(--accent-bright); box-shadow: 0 8px 32px var(--accent-glow); transform: translateY(-1px); }
.vp .btn-gh { background: white; color: var(--text); border: 1px solid var(--line-2); }
.vp .btn-gh:hover { border-color: var(--accent); color: var(--accent); }
.vp .btn-lg { padding: 16px 28px; font-size: 15px; }

/* ===== Hero ===== */
.vp .hero { padding: 96px 0 80px; position: relative; }
.vp .hero-kicker {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px; border: 1px solid var(--line-2); border-radius: 999px;
  font-size: 12px; font-weight: 600; color: var(--text-2);
  font-family: var(--mono); letter-spacing: .05em; text-transform: uppercase;
  margin-bottom: 28px; background: white; box-shadow: var(--shadow-sm);
}
.vp .hero-kicker .pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--accent-2); box-shadow: 0 0 12px var(--accent-2); animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .4; } }
.vp .hero h1 {
  font-size: clamp(30px, 4.8vw, 60px);
  font-weight: 900; line-height: 1.08; letter-spacing: -.03em;
  margin-bottom: 22px; max-width: 760px; color: var(--text);
}
.vp .hero h1 .grad {
  background: var(--grad-2); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.vp .hero-sub {
  font-size: clamp(14px, 1.15vw, 17px); color: var(--text-2);
  max-width: 580px; margin-bottom: 32px; line-height: 1.6;
}
.vp .hero-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 0; }

/* ===== Hero 2-column with product slider ===== */
.vp .hero-grid {
  display: grid; grid-template-columns: 1fr 1.25fr; gap: 56px;
  align-items: center; margin-bottom: 96px;
}
.vp .hero-visual {
  position: relative; aspect-ratio: 1 / 1;
  max-width: 680px; width: 100%; margin-left: auto;
  overflow: visible;
}
.vp .hero-visual::before {
  content: ''; position: absolute; inset: 5%; border-radius: 50%;
  background: radial-gradient(circle, rgba(0,153,204,.22), rgba(124,58,237,.12) 50%, transparent 72%);
  filter: blur(28px); z-index: 0;
}
.vp .hero-visual::after {
  content: ''; position: absolute; inset: 0;
  border: 1px dashed rgba(0,153,204,.22);
  border-radius: 50%;
  animation: ring-spin 50s linear infinite; z-index: 0;
}
@keyframes ring-spin { to { transform: rotate(360deg); } }

.vp .hero-ring-2 {
  position: absolute; inset: 6%; border-radius: 50%;
  border: 1px dashed rgba(124,58,237,.18);
  animation: ring-spin-rev 70s linear infinite; z-index: 0;
}
@keyframes ring-spin-rev { from { transform: rotate(360deg); } to { transform: rotate(0); } }

.vp .hero-slider { position: absolute; inset: 0; z-index: 1; overflow: visible; }
.vp .hero-slide {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transform: scale(.92) translateY(20px);
  transition: opacity .8s ease, transform .8s ease;
  pointer-events: none;
  overflow: visible;
  padding: 8%;
}
.vp .hero-slide.active { opacity: 1; transform: scale(1) translateY(0); pointer-events: auto; }
.vp .hero-slide img {
  max-width: 100%; max-height: 100%; width: auto; height: auto;
  object-fit: contain;
  filter: drop-shadow(0 35px 60px rgba(0,153,204,.22));
  animation: float 6s ease-in-out infinite;
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
.vp .hero-slide-label {
  position: absolute; bottom: 6%; left: 50%; transform: translateX(-50%);
  padding: 10px 18px;
  background: white; border: 1px solid var(--line); border-radius: 999px;
  font-family: var(--mono); font-size: 12px; color: var(--text-2);
  letter-spacing: .04em; box-shadow: 0 10px 28px rgba(13,27,62,.08);
  white-space: nowrap; display: flex; gap: 10px; align-items: center;
}
.vp .hero-slide-label .num { font-weight: 700; color: var(--accent); }
.vp .hero-slide-label .sep { color: var(--text-3); opacity: .55; }

.vp .hero-dots {
  position: absolute; bottom: -36px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 8px; z-index: 2;
}
.vp .hero-dot {
  width: 28px; height: 4px; background: var(--line-2);
  border: none; border-radius: 2px; cursor: pointer; padding: 0;
  transition: all .3s;
}
.vp .hero-dot.active { background: var(--accent); width: 56px; }
.vp .hero-dot:hover { background: var(--accent); }

/* ===== Stats bar ===== */
.vp .stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
  padding: 40px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.vp .stat-num {
  font-size: clamp(36px, 4.5vw, 56px); font-weight: 800; letter-spacing: -.03em;
  background: var(--grad-1); -webkit-background-clip: text; background-clip: text; color: transparent;
  line-height: 1; margin-bottom: 8px;
}
.vp .stat-label { font-size: 13px; color: var(--text-3); font-family: var(--mono); letter-spacing: .03em; text-transform: uppercase; }

/* ===== Section ===== */
.vp .sec { padding: 120px 0; position: relative; }
.vp .sec-eyebrow {
  display: inline-block; font-family: var(--mono); font-size: 12px; font-weight: 600;
  color: var(--accent); letter-spacing: .12em; text-transform: uppercase; margin-bottom: 20px;
  padding: 4px 12px; border: 1px solid rgba(0,153,204,.25); border-radius: 999px;
  background: rgba(0,153,204,.06);
}
.vp .sec-title {
  font-size: clamp(32px, 4vw, 56px); font-weight: 800; line-height: 1.1; letter-spacing: -.025em;
  margin-bottom: 20px; max-width: 800px; color: var(--text);
}
.vp .sec-desc { font-size: 18px; color: var(--text-2); max-width: 680px; }

/* ===== Featured Product (T3) ===== */
.vp .feat {
  margin-top: 64px; border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(124,58,237,.06), rgba(0,153,204,.03) 60%, white);
  border: 1px solid var(--line-2);
  padding: 32px 56px 56px; overflow: hidden; position: relative;
  display: grid; grid-template-columns: 1.25fr 1fr; gap: 40px; align-items: center;
  box-shadow: var(--shadow);
}
.vp .feat::before {
  content: ''; position: absolute; top: -120px; right: -120px;
  width: 480px; height: 480px; border-radius: 50%;
  background: radial-gradient(circle, rgba(0,153,204,.18), transparent 60%);
  pointer-events: none;
}
.vp .feat-text { padding-bottom: 0; }
.vp .feat-badge {
  display: inline-block; padding: 4px 10px; border-radius: 6px;
  background: var(--accent); color: white;
  font-size: 11px; font-weight: 800; letter-spacing: .08em;
  font-family: var(--mono); text-transform: uppercase; margin-bottom: 20px;
}
.vp .feat h3 { font-size: 40px; font-weight: 800; letter-spacing: -.025em; margin-bottom: 16px; line-height: 1.1; }
.vp .feat p { font-size: 16px; color: var(--text-2); margin-bottom: 24px; line-height: 1.6; }
.vp .feat-meta {
  display: flex; gap: 20px; margin-bottom: 28px; padding: 18px 22px;
  background: white; border-radius: 12px; border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  flex-wrap: nowrap; align-items: stretch;
  width: 100%; max-width: 100%;
}
.vp .feat-meta-item {
  flex: 1 1 auto; min-width: 0;
  display: flex; flex-direction: column; justify-content: center;
}
.vp .feat-meta-item + .feat-meta-item { border-left: 1px solid var(--line); padding-left: 20px; }
.vp .feat-meta dt {
  font-size: 12px; font-weight: 700; color: var(--accent);
  font-family: var(--sans); letter-spacing: .02em;
  margin-bottom: 6px; text-transform: none;
  white-space: nowrap;
}
.vp .feat-meta dd {
  font-size: 14px; font-weight: 600; color: var(--text);
  line-height: 1.4; white-space: nowrap;
}
.vp .feat-img { padding: 0; text-align: center; }
.vp .feat-img img { max-height: 420px; margin: 0 auto; filter: drop-shadow(0 30px 60px rgba(0,153,204,.18)); }

/* ===== 3-up cards ===== */
.vp .cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 64px; }
.vp .card {
  background: white;
  border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 36px; transition: all .25s; position: relative; overflow: hidden;
  display: flex; flex-direction: column; box-shadow: var(--shadow-sm);
}
.vp .card::before {
  content: ''; position: absolute; inset: 0; border-radius: var(--radius-lg);
  padding: 1.5px; background: var(--grad-1);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  opacity: 0; transition: opacity .25s;
}
.vp .card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: transparent; }
.vp .card:hover::before { opacity: 1; }
.vp .card-icon {
  width: 56px !important; height: 56px !important;
  min-width: 56px; min-height: 56px;
  flex-shrink: 0;
  border-radius: 50%;
  background: white;
  border: 1.5px solid var(--accent);
  display: flex; align-items: center; justify-content: center;
  color: var(--accent); font-size: 22px;
  margin-bottom: 24px;
  transition: all .25s ease;
  align-self: flex-start;
}
.vp .card-icon i {
  display: inline-block; line-height: 1; color: inherit;
}
.vp .card-icon svg {
  width: 24px; height: 24px; color: inherit; display: block;
}
.vp .card-link .arr {
  width: 14px; height: 14px; display: inline-block; vertical-align: middle;
  margin-left: 2px;
}
.vp .card:hover .card-icon {
  background: var(--accent);
  color: white;
  border-color: var(--accent);
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0,153,204,.25);
}
.vp .card:hover .card-icon i { color: white; }
.vp .card h4 { font-size: 22px; font-weight: 700; letter-spacing: -.02em; margin-bottom: 12px; color: var(--text); }
.vp .card p { font-size: 15px; color: var(--text-2); line-height: 1.6; flex: 1; }
.vp .card-link {
  display: inline-flex; align-items: center; gap: 6px; margin-top: 24px;
  font-size: 13px; font-weight: 600; color: var(--accent); font-family: var(--mono);
  letter-spacing: .03em; text-transform: uppercase;
}
.vp .card-link i { transition: transform .2s; }
.vp .card:hover .card-link i { transform: translateX(4px); }

/* ===== T series rail ===== */
.vp .tseries { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-top: 56px; }
.vp .t-card {
  background: white; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px 18px; text-align: center; transition: all .2s; position: relative;
  box-shadow: var(--shadow-sm);
}
.vp .t-card:hover { border-color: var(--accent); box-shadow: 0 0 0 1px var(--accent), 0 12px 32px rgba(0,153,204,.15); transform: translateY(-2px); }
.vp .t-card.best { border-color: var(--accent); background: linear-gradient(180deg, rgba(0,153,204,.05), white); box-shadow: 0 8px 24px rgba(0,153,204,.10); }
.vp .t-card.best::after {
  content: 'BEST'; position: absolute; top: -10px; right: 16px;
  background: var(--accent); color: white; padding: 3px 9px; font-size: 10px;
  font-weight: 800; border-radius: 4px; font-family: var(--mono); letter-spacing: .1em;
}
.vp .t-img { width: 100%; height: 140px; background: var(--bg-2); border-radius: 8px; margin-bottom: 16px; background-size: contain; background-position: center; background-repeat: no-repeat; }
.vp .t-model { font-family: var(--mono); font-size: 11px; color: var(--accent); letter-spacing: .08em; margin-bottom: 6px; font-weight: 600; }
.vp .t-name { font-size: 15px; font-weight: 600; margin-bottom: 6px; color: var(--text); }
.vp .t-desc { font-size: 12px; color: var(--text-3); line-height: 1.5; }

/* ===== Cert strip ===== */
.vp .cert-strip {
  margin-top: 64px; padding: 48px; border-radius: var(--radius-lg);
  background: white; border: 1px solid var(--line);
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 24px;
  box-shadow: var(--shadow-sm);
}
.vp .cert-item { text-align: center; }
.vp .cert-item i { font-size: 28px; color: var(--accent); margin-bottom: 12px; }
.vp .cert-item strong { display: block; font-size: 13px; font-weight: 700; margin-bottom: 4px; color: var(--text); }
.vp .cert-item small { font-size: 11px; color: var(--text-3); font-family: var(--mono); letter-spacing: .03em; }

/* ===== Law banner ===== */
.vp .law {
  margin-top: 56px; padding: 32px 40px; border-radius: var(--radius-lg);
  background: linear-gradient(90deg, rgba(255,193,7,.12), rgba(255,87,87,.05));
  border: 1px solid rgba(255,193,7,.30); display: flex; align-items: center; gap: 32px;
}
.vp .law-icon {
  width: 56px; height: 56px; flex-shrink: 0; border-radius: 14px;
  background: linear-gradient(135deg, #ffc107, #ff5757);
  display: flex; align-items: center; justify-content: center;
  color: white; font-size: 24px;
  box-shadow: 0 8px 24px rgba(255,87,87,.25);
}
.vp .law-text { flex: 1; }
.vp .law-text strong { display: block; font-size: 12px; color: #d97706; font-family: var(--mono); letter-spacing: .08em; text-transform: uppercase; margin-bottom: 4px; }
.vp .law-text h4 { font-size: 20px; font-weight: 700; margin-bottom: 4px; letter-spacing: -.015em; color: var(--text); }
.vp .law-text p { font-size: 14px; color: var(--text-2); }

/* ===== CTA band ===== */
.vp .cta {
  margin: 120px 0 0; padding: 80px 48px;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(ellipse 600px 400px at 20% 50%, rgba(124,58,237,.18), transparent 60%),
    radial-gradient(ellipse 600px 400px at 80% 50%, rgba(0,153,204,.18), transparent 60%),
    white;
  border: 1px solid var(--line-2);
  text-align: center; position: relative; overflow: hidden;
  box-shadow: var(--shadow);
}
.vp .cta h2 { font-size: clamp(32px, 4vw, 48px); font-weight: 800; letter-spacing: -.025em; margin-bottom: 16px; color: var(--text); }
.vp .cta p { font-size: 17px; color: var(--text-2); margin-bottom: 32px; max-width: 600px; margin-left: auto; margin-right: auto; }
.vp .cta-buttons { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ===== Footer (라이트 톤에서는 살짝 어두운 푸터로 contrast) ===== */
.vp footer { margin-top: 120px; padding: 64px 0 40px; color: #cbd5e1; }
.vp .foot { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; }
.vp .foot h5 { font-size: 12px; font-family: var(--mono); color: #94a3b8; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 16px; }
.vp .foot a, .foot p { font-size: 14px; color: #cbd5e1; line-height: 1.8; }
.vp .foot a:hover { color: var(--accent-bright); }
.vp .foot-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; font-weight: 800; font-size: 18px; color: white; }
.vp .foot-bot { margin-top: 56px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,.10); display: flex; justify-content: space-between; font-size: 12px; color: #94a3b8; font-family: var(--mono); }

@media (max-width: 1024px) {
  .vp .nav-links { display: none; }
  .vp .hero-grid { grid-template-columns: 1fr; gap: 48px; margin-bottom: 80px; }
  .vp .hero-visual { max-width: 520px; margin: 0 auto; }
  .vp .feat { grid-template-columns: 1fr; padding: 40px 32px 0; }
  .vp .feat-img { padding-top: 0; padding-bottom: 32px; }
  .vp .stats { grid-template-columns: repeat(2, 1fr); }
  .vp .cards-3 { grid-template-columns: 1fr; }
  .vp .tseries { grid-template-columns: repeat(2, 1fr); }
  .vp .cert-strip { grid-template-columns: repeat(3, 1fr); }
  .vp .foot { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .vp .container { padding: 0 20px; }
  .vp .hero { padding: 56px 0 40px; }
  .vp .sec { padding: 80px 0; }
  .vp .tseries { grid-template-columns: 1fr 1fr; }
  .vp .cert-strip { grid-template-columns: 1fr 1fr; gap: 16px; padding: 28px; }
  .vp .foot { grid-template-columns: 1fr; }
  .vp .law { flex-direction: column; align-items: flex-start; padding: 24px; }

  /* ===== Featured (T3) — 모바일 오버플로우 수정 ===== */
  .vp .feat {
    padding: 28px 22px 0;
    gap: 20px;
    border-radius: 18px;
    margin-top: 40px;
    overflow: hidden;
    max-width: 100%;
  }
  .vp .feat::before { width: 280px; height: 280px; top: -80px; right: -80px; }
  .vp .feat-badge { margin-bottom: 14px; font-size: 10.5px; padding: 4px 9px; }
  .vp .feat h3 {
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -.015em;
    margin-bottom: 12px;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
  .vp .feat p {
    font-size: 14.5px;
    line-height: 1.65;
    margin-bottom: 18px;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }

  /* feat-meta : 가로 3분할 → 세로 1열 스택으로 변경 */
  .vp .feat-meta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 14px 16px;
    border-radius: 10px;
    margin-bottom: 22px;
  }
  .vp .feat-meta-item {
    flex: none;
    flex-direction: row;
    align-items: baseline;
    gap: 10px;
    padding: 8px 0;
    min-width: 0;
  }
  .vp .feat-meta-item + .feat-meta-item {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-left: 0;
    padding-top: 10px;
    margin-top: 2px;
  }
  .vp .feat-meta dt {
    font-size: 11px;
    margin-bottom: 0;
    min-width: 42px;
    flex-shrink: 0;
  }
  .vp .feat-meta dd {
    font-size: 13.5px;
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: anywhere;
    min-width: 0;
    flex: 1;
  }
  .vp .feat-img img {
    max-height: 280px;
    max-width: 100%;
    height: auto;
  }
}

/* ===== FAQ (added for index.php) ===== */
.vp .faq-list { display: flex; flex-direction: column; gap: 12px; margin-top: 48px; max-width: 900px; }
.vp .faq-item {
  background: white; border: 1px solid var(--line); border-radius: 14px;
  padding: 0; transition: all .2s; box-shadow: var(--shadow-sm);
}
.vp .faq-item[open] { border-color: var(--accent); box-shadow: 0 8px 24px rgba(0,153,204,.08); }
.vp .faq-item summary {
  list-style: none; cursor: pointer; padding: 20px 24px;
  font-size: 16px; font-weight: 600; color: var(--text);
  display: flex; justify-content: space-between; align-items: center;
}
.vp .faq-item summary::-webkit-details-marker { display: none; }
.vp .faq-item summary::after {
  content: '+'; font-family: var(--mono); font-size: 22px;
  color: var(--accent); transition: transform .2s; font-weight: 400;
}
.vp .faq-item[open] summary::after { transform: rotate(45deg); }
.vp .faq-a { padding: 0 24px 20px; color: var(--text-2); font-size: 15px; line-height: 1.7; border-top: 1px solid var(--line); padding-top: 16px; }

/* ===== FAQ page (news/faq.php) ===== */
.vp .faq-search {
  position: relative; max-width: 720px; margin: 0 auto 48px;
}
.vp .faq-search i {
  position: absolute; left: 22px; top: 50%; transform: translateY(-50%);
  color: var(--text-3); font-size: 16px;
}
.vp .faq-search input {
  width: 100%; padding: 18px 24px 18px 52px;
  font-size: 16px; font-family: var(--sans);
  background: white; border: 1px solid var(--line-2);
  border-radius: 999px; color: var(--text);
  box-shadow: var(--shadow-sm); transition: all .2s;
  outline: none;
}
.vp .faq-search input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(0,153,204,.12);
}
.vp .faq-item summary {
  display: flex; align-items: flex-start; gap: 16px;
  padding: 22px 26px; cursor: pointer; list-style: none;
  font-size: 16px; font-weight: 600; color: var(--text);
  line-height: 1.5;
}
.vp .faq-item summary::-webkit-details-marker { display: none; }
.vp .faq-item summary::after {
  content: '+'; margin-left: auto; flex-shrink: 0;
  font-family: var(--mono); font-size: 24px; font-weight: 400;
  color: var(--accent); transition: transform .25s;
  line-height: 1;
}
.vp .faq-item[open] summary::after { transform: rotate(45deg); }
.vp .faq-item .faq-num {
  flex-shrink: 0; font-family: var(--mono); font-size: 13px;
  font-weight: 700; color: var(--accent); letter-spacing: .04em;
  padding-top: 2px;
}
.vp .faq-item .faq-q { flex: 1; }
.vp .faq-item .faq-a {
  padding: 0 26px 22px 70px;
  color: var(--text-2); font-size: 15px; line-height: 1.75;
  border-top: 1px solid var(--line); padding-top: 18px;
}
.vp .faq-empty {
  text-align: center; padding: 80px 24px;
  color: var(--text-3);
}
.vp .faq-empty i { font-size: 48px; margin-bottom: 16px; color: var(--line-2); }
.vp .faq-empty p { font-size: 15px; }

/* ===== FAQ page CTA ===== */
.vp .faq-cta {
  display: flex; align-items: center; gap: 32px;
  padding: 40px 44px; background: white;
  border: 1px solid var(--line); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}
.vp .faq-cta-icon {
  width: 64px; height: 64px; flex-shrink: 0; border-radius: 16px;
  background: linear-gradient(135deg, rgba(0,153,204,.15), rgba(124,58,237,.15));
  display: flex; align-items: center; justify-content: center;
  color: var(--accent); font-size: 26px;
}
.vp .faq-cta-text { flex: 1; }
.vp .faq-cta-text h3 { font-size: 20px; font-weight: 700; margin-bottom: 6px; color: var(--text); letter-spacing: -.015em; }
.vp .faq-cta-text p { font-size: 14px; color: var(--text-2); }
.vp .faq-cta-actions { display: flex; gap: 10px; flex-shrink: 0; }
@media (max-width: 800px) {
  .vp .faq-cta { flex-direction: column; text-align: center; padding: 32px 24px; }
  .vp .faq-cta-actions { flex-wrap: wrap; justify-content: center; }
  .vp .faq-item summary { padding: 18px 20px; font-size: 15px; }
  .vp .faq-item .faq-a { padding-left: 48px; padding-right: 20px; }
}

/* ===== Section separators & alternating backgrounds ===== */
.vp .sec-alt {
  background: var(--bg-2);
  position: relative;
}
.vp .sec-alt::before, .vp .sec-alt::after {
  content: ''; position: absolute; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--line-2) 20%, var(--line-2) 80%, transparent);
}
.vp .sec-alt::before { top: 0; }
.vp .sec-alt::after  { bottom: 0; }

/* Hero 아래 hairline divider (Hero와 다음 섹션 분리) */
.vp .hero { position: relative; }
.vp .hero::after {
  content: ''; position: absolute; left: 50%; bottom: 0;
  width: 60%; height: 1px; transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, var(--line-2) 30%, var(--line-2) 70%, transparent);
}

/* Stats를 별도 카드 박스로 강조 */
.vp .stats {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 36px 40px;
  margin-top: 0;
  box-shadow: var(--shadow);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  position: relative;
}

/* 섹션 간 자연스러운 분리 — 모든 .sec에 hairline 위 */
.vp .sec + .sec::before {
  content: ''; display: block; width: 60%; max-width: 800px;
  height: 1px; margin: 0 auto;
  background: linear-gradient(90deg, transparent, var(--line) 30%, var(--line) 70%, transparent);
  position: relative; top: -1px;
}

/* ===== OUR SERVICE (제품 필터 + 이미지 그리드) ===== */
.vp .os-filter-bar {
  display: flex; flex-wrap: wrap; gap: 8px; justify-content: center;
  margin: 48px 0 40px;
}
.vp .os-filter-btn {
  padding: 10px 22px; font-size: 14px; font-weight: 600;
  font-family: var(--sans); color: var(--text-2);
  background: white; border: 1px solid var(--line-2);
  border-radius: 999px; cursor: pointer; transition: all .2s;
  letter-spacing: -.005em;
}
.vp .os-filter-btn:hover {
  border-color: var(--accent); color: var(--accent);
}
.vp .os-filter-btn.active {
  background: var(--accent); color: white;
  border-color: var(--accent);
  box-shadow: 0 4px 14px rgba(0,153,204,.25);
}

.vp .os-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.vp .os-card {
  position: relative; display: block;
  background: white; border: 1px solid var(--line);
  border-radius: var(--radius-lg); overflow: hidden;
  transition: all .25s; text-decoration: none; color: inherit;
  box-shadow: var(--shadow-sm);
}
.vp .os-card:hover {
  border-color: var(--accent);
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,153,204,.15);
}
.vp .os-img {
  width: 100%; aspect-ratio: 4 / 3;
  background-color: var(--bg-2);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform .35s;
}
.vp .os-card:hover .os-img { transform: scale(1.05); }
.vp .os-body {
  padding: 18px 20px 22px;
  border-top: 1px solid var(--line);
}
.vp .os-cat {
  display: inline-block; font-family: var(--mono); font-size: 11px;
  font-weight: 600; color: var(--accent);
  letter-spacing: .06em; text-transform: uppercase;
  margin-bottom: 8px;
}
.vp .os-card h3 {
  font-size: 15px; font-weight: 700; color: var(--text);
  line-height: 1.4; letter-spacing: -.01em;
}
.vp .os-overlay {
  position: absolute; top: 16px; right: 16px;
  width: 36px; height: 36px;
  background: white; border: 1px solid var(--line);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--text-3); font-size: 12px;
  transition: all .25s;
  opacity: 0; transform: translateX(-6px);
}
.vp .os-card:hover .os-overlay {
  opacity: 1; transform: translateX(0);
  background: var(--accent); border-color: var(--accent); color: white;
  box-shadow: 0 6px 16px rgba(0,153,204,.30);
}
@media (max-width: 1024px) {
  .vp .os-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 720px) {
  .vp .os-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .vp .os-card h3 { font-size: 13px; }
  .vp .os-filter-btn { padding: 8px 16px; font-size: 13px; }
}

/* ===== 섹션별 미세 색조 (브랜드 컬러 5~8% 톤) ===== */
.vp .sec-cool  { background: #eef7fb; position: relative; }   /* 옅은 시안 — 핵심 제품 */
.vp .sec-lilac { background: #f4f0fa; position: relative; }   /* 옅은 라일락 — 제품 그리드 */
.vp .sec-warm  { background: #fbf8f3; position: relative; }   /* 옅은 크림 — 인증/신뢰 */
.vp .sec-gray  { background: #f3f6fb; position: relative; }   /* 옅은 그레이 — 중립 */

/* 색조 섹션 위/아래 hairline (전 sec-alt와 동일) */
.vp .sec-cool::before, .vp .sec-cool::after,
.vp .sec-lilac::before, .vp .sec-lilac::after,
.vp .sec-warm::before, .vp .sec-warm::after,
.vp .sec-gray::before, .vp .sec-gray::after {
  content: ''; position: absolute; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--line-2) 20%, var(--line-2) 80%, transparent);
}
.vp .sec-cool::before, .vp .sec-lilac::before, .vp .sec-warm::before, .vp .sec-gray::before { top: 0; }
.vp .sec-cool::after,  .vp .sec-lilac::after,  .vp .sec-warm::after,  .vp .sec-gray::after  { bottom: 0; }

/* ===== 한글이 들어가는 라벨은 sans로 강제 (등폭 폴백 방지) ===== */
.vp .stat-label,
.vp .hero-slide-label,
.vp .hero-slide-label .num,
.vp .hero-slide-label .sep,
.vp .hero-slide-label span,
.vp .cert-item small,
.vp .law-text strong,
.vp .card-link,
.vp .os-cat,
.vp .foot-bot,
.vp .foot-bot span {
  font-family: var(--sans);
  letter-spacing: .04em;
}
.vp .stat-label { font-weight: 600; }
.vp .card-link { text-transform: none; letter-spacing: .01em; }
.vp .os-cat { text-transform: none; letter-spacing: .02em; }
.vp .foot-bot { letter-spacing: .02em; }

/* ===== T 시리즈 카드: button 태그로 변경됨 → reset + 클릭 가능 표시 ===== */
.vp .tseries .t-card {
  background: white; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px 18px; text-align: center; transition: all .2s; position: relative;
  box-shadow: var(--shadow-sm);
  cursor: pointer; font: inherit; color: inherit; width: 100%;
  display: block;
}
.vp .tseries .t-card:hover {
  border-color: var(--accent); box-shadow: 0 0 0 1px var(--accent), 0 12px 32px rgba(0,153,204,.15);
  transform: translateY(-2px);
}
.vp .tseries .t-card.is-active {
  border-color: var(--accent);
  background: linear-gradient(180deg, rgba(0,153,204,.07), white);
  box-shadow: 0 0 0 2px var(--accent), 0 16px 40px rgba(0,153,204,.18);
}
/* BEST 카드는 활성화 여부와 상관없이 BEST 뱃지 항상 표시 */
.vp .tseries .t-card.best::after {
  content: 'BEST'; position: absolute; top: -10px; right: 16px;
  background: var(--accent); color: white; padding: 3px 9px; font-size: 10px;
  font-weight: 800; border-radius: 4px; font-family: var(--mono); letter-spacing: .1em;
}
/* 활성화는 보더 + 배경으로만 강조 (별도 마커 없음) */
.vp .tseries .t-card:focus { outline: none; }
.vp .tseries .t-card:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }

/* ===== Featured 영역 트랜지션 부드럽게 ===== */
.vp .feat .feat-text,
.vp .feat .feat-img img {
  transition: opacity .2s ease;
}

/* ============================================================
 * 자연스러운 줄바꿈 (다국어 대응)
 *  - word-break: keep-all → 한글/일본어 어절 단위 분리, 영문 단어 유지
 *  - overflow-wrap: anywhere → 매우 긴 단어/URL이 박스 넘는 것 방지
 *  - text-wrap: balance → 헤드라인 줄 길이 균형 배치
 *  - text-wrap: pretty → 본문 마지막 줄이 외톨이가 되지 않도록
 * ============================================================ */
.vp,
.vp h1, .vp h2, .vp h3, .vp h4, .vp h5, .vp h6,
.vp p, .vp dt, .vp dd, .vp li, .vp span, .vp a, .vp small,
.vp summary, .vp button, .vp label,
.vp .sec-title, .vp .sec-desc, .vp .sec-eyebrow,
.vp .hero h1, .vp .hero-sub, .vp .hero-kicker,
.vp .feat h3, .vp .feat p, .vp .feat-badge,
.vp .card h4, .vp .card p, .vp .card-link,
.vp .t-name, .vp .t-desc, .vp .t-model,
.vp .os-card h3, .vp .os-cat,
.vp .cert-item strong, .vp .cert-item small,
.vp .law-text h4, .vp .law-text p, .vp .law-text strong,
.vp .stat-label, .vp .stat-num,
.vp .hero-slide-label, .vp .hero-slide-label span,
.vp .foot h5, .vp .foot a, .vp .foot p, .vp .foot-bot, .vp .foot-bot span,
.vp .cta h2, .vp .cta p {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

/* 헤드라인: 줄 길이를 균형 있게 배치 */
.vp h1, .vp h2, .vp h3, .vp h4,
.vp .sec-title, .vp .hero h1, .vp .feat h3,
.vp .cta h2, .vp .law-text h4 {
  text-wrap: balance;
}

/* 본문: 마지막 줄이 한 단어만 남지 않도록 */
.vp p, .vp .hero-sub, .vp .sec-desc,
.vp .feat p, .vp .card p,
.vp .law-text p, .vp .cta p,
.vp .t-desc {
  text-wrap: pretty;
}

/* ===== 섹션 분리선 모두 제거 ===== */
.vp .sec-alt::before, .vp .sec-alt::after,
.vp .sec-cool::before, .vp .sec-cool::after,
.vp .sec-lilac::before, .vp .sec-lilac::after,
.vp .sec-warm::before, .vp .sec-warm::after,
.vp .sec-gray::before, .vp .sec-gray::after,
.vp .hero::after,
.vp .sec + .sec::before {
  content: none !important;
  display: none !important;
  background: none !important;
}

/* ============================================================
 *  특허 등록증 / 사업자 등록증 / 언론보도 그리드
 * ============================================================ */

/* 특허 5장 그리드 (awards.php) */
.vp .patent-grid {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px;
  margin-bottom: 24px;
}
.vp .patent-card {
  background: white; border: 1px solid var(--line); border-radius: 12px;
  overflow: hidden; transition: all .25s; text-decoration: none; color: inherit;
  display: block; box-shadow: var(--shadow-sm);
}
.vp .patent-card:hover {
  border-color: var(--accent);
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0,153,204,.18);
}
.vp .patent-img {
  width: 100%; aspect-ratio: 3 / 4;
  background-color: var(--bg-2);
  background-size: cover; background-position: top center; background-repeat: no-repeat;
  border-bottom: 1px solid var(--line);
}
.vp .patent-body { padding: 14px 16px; }
.vp .patent-no {
  display: block; font-family: var(--sans); font-variant-numeric: tabular-nums;
  font-size: 11px;
  color: var(--accent); font-weight: 600; margin-bottom: 6px; letter-spacing: .02em;
}
.vp .patent-card strong {
  display: block; font-size: 13px; font-weight: 600; line-height: 1.4;
  color: var(--text); margin-bottom: 6px;
  word-break: keep-all;
}
.vp .patent-card small {
  font-size: 11px; color: var(--text-3);
  font-family: var(--sans); font-variant-numeric: tabular-nums;
}

/* 사업자/등록증 그리드 (awards.php) */
.vp .biz-cert-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px;
  margin-top: 32px;
}
.vp .biz-cert-card {
  background: white; border: 1px solid var(--line); border-radius: 14px;
  overflow: hidden; transition: all .25s; text-decoration: none; color: inherit;
  display: block; box-shadow: var(--shadow-sm);
}
.vp .biz-cert-card:hover {
  border-color: var(--accent);
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0,153,204,.18);
}
.vp .biz-cert-img {
  width: 100%; aspect-ratio: 1 / 1.3;
  background-color: var(--bg-2);
  background-size: cover; background-position: top center;
  border-bottom: 1px solid var(--line);
}
.vp .biz-cert-body { padding: 16px 18px; }
.vp .biz-cert-card strong {
  display: block; font-size: 14px; font-weight: 700; color: var(--text);
  margin-bottom: 6px; word-break: keep-all;
}
.vp .biz-cert-card small {
  font-size: 12px; color: var(--text-3);
}

/* 언론보도 3장 그리드 (index.php) */
.vp .press-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  margin-top: 48px;
}
.vp .press-card {
  background: white; border: 1px solid var(--line); border-radius: var(--radius-lg);
  overflow: hidden; transition: all .3s; text-decoration: none; color: inherit;
  display: block; box-shadow: var(--shadow-sm);
}
.vp .press-card:hover {
  border-color: var(--accent);
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(0,153,204,.18);
}
.vp .press-img {
  width: 100%; aspect-ratio: 16 / 10;
  background-color: var(--bg-2);
  background-size: cover; background-position: center;
  border-bottom: 1px solid var(--line);
  transition: transform .4s;
}
.vp .press-card:hover .press-img { transform: scale(1.04); }
.vp .press-body { padding: 22px 24px 24px; }
.vp .press-media {
  display: inline-block; font-size: 11px; font-weight: 700;
  color: var(--accent); letter-spacing: .03em;
  padding: 4px 10px; background: rgba(0,153,204,.08);
  border-radius: 999px; margin-bottom: 12px;
}
.vp .press-card h3 {
  font-size: 17px; font-weight: 700; line-height: 1.4;
  color: var(--text); margin-bottom: 16px; letter-spacing: -.015em;
  word-break: keep-all;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  overflow: hidden;
}
.vp .press-meta {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 14px; border-top: 1px solid var(--line);
}
.vp .press-date { font-size: 12px; color: var(--text-3); font-family: var(--mono); }
.vp .press-link {
  font-size: 12px; font-weight: 600; color: var(--accent);
  display: inline-flex; align-items: center; gap: 4px;
}
.vp .press-card:hover .press-link i { transform: translateX(3px); transition: transform .2s; }

@media (max-width: 1024px) {
  .vp .patent-grid { grid-template-columns: repeat(3, 1fr); }
  .vp .biz-cert-grid { grid-template-columns: repeat(2, 1fr); }
  .vp .press-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .vp .patent-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  /* 사업자·등록증: 모바일에서 한 줄에 2개 */
  .vp .biz-cert-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  /* 수상현황: 모바일에서 한 줄에 2개 */
  .vp .award-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 12px; }
}

/* ===== 모바일 표(.info-table) 정렬 깨짐 수정 ===== */
@media (max-width: 900px) {
  .vp table.info-table {
    display: table; width: 100%; table-layout: fixed;
    white-space: normal; border-collapse: collapse;
  }
  .vp table.info-table thead { display: table-header-group; width: auto; }
  .vp table.info-table tbody { display: table-row-group; width: auto; }
  .vp table.info-table tr { display: table-row; }
  .vp table.info-table th,
  .vp table.info-table td {
    display: table-cell;
    width: auto !important;
    padding: 9px 8px; font-size: 12px;
    word-break: break-word; overflow-wrap: anywhere;
    vertical-align: top; white-space: normal;
  }
  .vp table.info-table th { font-size: 11.5px; }
  /* 번호(첫 열)은 좁게 → 나머지 내용 열을 넓게 */
  .vp table.info-table th:first-child,
  .vp table.info-table td:first-child {
    width: 32px !important;
    padding-left: 4px; padding-right: 4px;
    text-align: center;
  }
  .vp table.info-table .mono {
    font-size: 11px; word-break: break-all;
    white-space: normal;
  }
}

/* 표 숫자: 0에 슬래시 없는 일반 글꼴 + 자릿수 정렬 */
.vp table.info-table .mono {
  font-family: var(--sans) !important;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
}

/* ============================================================
 * 찾아오시는 길 (location.php) — org3 디자인 통일
 * ============================================================ */
.vp.loc-page { position: relative; overflow: hidden; }
.vp .loc-bg { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.vp .loc-bg::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 16% 16%, rgba(0,153,204,.09), transparent 55%),
    radial-gradient(ellipse at 88% 84%, rgba(0,184,212,.06), transparent 60%),
    linear-gradient(180deg, #fbfdff 0%, #f5f9fc 60%, #ffffff 100%);
}
.vp .loc-blob {
  position: absolute; width: 460px; height: 460px;
  border-radius: 50%; filter: blur(95px); opacity: .30;
  mix-blend-mode: multiply;
  animation: introFloat 28s ease-in-out infinite;
}
.vp .loc-blob-1 { background: #00b8d4; top: 4%; left: -170px; }
.vp .loc-blob-2 { background: #0099cc; bottom: 2%; right: -180px; animation-delay: -11s; animation-duration: 33s; }
.vp .loc-grid {
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(6,44,79,.055) 1px, transparent 1px);
  background-size: 30px 30px;
  mask-image: radial-gradient(ellipse at center, #000 22%, transparent 78%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 22%, transparent 78%);
}
.vp.loc-page .page-section { position: relative; z-index: 1; padding: 80px 0 110px; }
.vp.loc-page .container { max-width: 1364px; }

/* 헤더 */
.vp .loc-head { text-align: center; max-width: 680px; margin: 0 auto 56px; }
.vp .loc-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--mono);
  font-size: 11.5px; letter-spacing: .28em;
  color: var(--accent);
  margin: 0 0 20px; padding: 7px 16px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(0,153,204,.22);
  border-radius: 999px;
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  font-weight: 700;
}
.vp .loc-eye-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--accent);
  animation: introPulseDot 2s ease-out infinite;
}
.vp .loc-title {
  font-size: clamp(32px, 4.4vw, 52px);
  font-weight: 800; letter-spacing: -.025em; line-height: 1.12;
  margin: 0 0 16px;
  background: linear-gradient(120deg, #062c4f 0%, #0099cc 50%, #062c4f 100%);
  background-size: 200% auto;
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  animation: introTextShine 8s ease-in-out infinite;
}
.vp .loc-lead {
  font-size: clamp(14.5px, 1.2vw, 16.5px);
  color: var(--muted); line-height: 1.7; margin: 0;
  word-break: keep-all;
}

/* 지도 카드 */
.vp .loc-map-card {
  max-width: 1300px; margin: 0 auto 28px;
  border-radius: 20px; overflow: hidden;
  border: 1px solid rgba(6,44,79,.08);
  box-shadow: 0 22px 54px -16px rgba(6,44,79,.18);
  background: #eef2f5;
}
.vp .loc-map-card iframe { display: block; width: 100%; height: 440px; border: 0; }

/* 정보 카드 그리드 */
.vp .loc-cards {
  max-width: 1300px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
}
.vp .loc-card {
  position: relative; overflow: hidden;
  display: flex; flex-direction: column; gap: 18px;
  padding: 32px 28px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(6,44,79,.08);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(6,44,79,.06);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.vp .loc-card::before {
  content: ''; position: absolute; left: 0; right: 0; top: 0; height: 3px;
  background: linear-gradient(90deg, #00b8d4, #0099cc, #062c4f);
  transform: scaleX(0); transform-origin: left;
  transition: transform .4s ease;
}
.vp .loc-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0,153,204,.30);
  box-shadow: 0 26px 54px rgba(6,44,79,.13);
}
.vp .loc-card:hover::before { transform: scaleX(1); }
.vp .loc-card-icon {
  width: 56px; height: 56px; border-radius: 15px;
  background: linear-gradient(135deg, #0099cc, #062c4f);
  display: inline-flex; align-items: center; justify-content: center;
  color: #fff; font-size: 21px;
  box-shadow: 0 10px 22px -6px rgba(0,153,204,.5);
  transition: transform .35s ease;
}
.vp .loc-card:hover .loc-card-icon { transform: scale(1.06) rotate(-3deg); }
.vp .loc-card-title {
  font-size: 18px; font-weight: 800; color: var(--text);
  letter-spacing: -.01em; margin: 0 0 14px; line-height: 1.3;
}
.vp .loc-row { display: flex; gap: 12px; font-size: 15px; line-height: 1.6; margin-bottom: 9px; }
.vp .loc-row:last-child { margin-bottom: 0; }
.vp .loc-row-label {
  flex-shrink: 0; min-width: 52px;
  font-weight: 700; color: var(--text); font-size: 13.5px; padding-top: 1px;
}
.vp .loc-row-val { color: var(--muted); word-break: break-all; }
.vp .loc-row-val a { color: var(--accent); text-decoration: none; }
.vp .loc-row-val a:hover { text-decoration: underline; }
.vp .loc-addr-main { color: var(--text); font-weight: 600; word-break: keep-all; overflow-wrap: anywhere; }

/* 지도앱 버튼 */
.vp .loc-links {
  max-width: 1300px; margin: 30px auto 0;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}
.vp .loc-link {
  display: flex; align-items: center; justify-content: center; gap: 11px;
  padding: 18px 22px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(6,44,79,.08);
  border-radius: 14px;
  font-weight: 700; font-size: 15.5px; color: var(--text);
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(6,44,79,.05);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, color .25s ease;
}
.vp .loc-link i { color: var(--accent); font-size: 18px; transition: transform .25s ease; }
.vp .loc-link:hover {
  transform: translateY(-4px);
  border-color: rgba(0,153,204,.32);
  box-shadow: 0 18px 38px -10px rgba(0,153,204,.32);
  color: var(--accent);
}
.vp .loc-link:hover i { transform: scale(1.12); }

/* reveal */
.vp .loc-page [data-reveal] {
  opacity: 0; transform: translateY(22px);
  transition: opacity .75s cubic-bezier(.2,.7,.2,1), transform .75s cubic-bezier(.2,.7,.2,1);
}
.vp .loc-page [data-reveal].reveal-in { opacity: 1; transform: none; }
.vp .loc-card[data-reveal]:nth-child(1) { transition-delay: .06s; }
.vp .loc-card[data-reveal]:nth-child(2) { transition-delay: .16s; }
.vp .loc-card[data-reveal]:nth-child(3) { transition-delay: .26s; }

@media (max-width: 900px) {
  .vp .loc-cards { grid-template-columns: 1fr; gap: 16px; }
  .vp .loc-links { grid-template-columns: 1fr; gap: 12px; }
}
@media (max-width: 768px) {
  .vp.loc-page .page-section { padding: 56px 0 80px; }
  .vp .loc-head { margin-bottom: 36px; }
  .vp .loc-eyebrow { font-size: 10.5px; padding: 6px 14px; margin-bottom: 16px; }
  .vp .loc-title { font-size: clamp(28px, 8vw, 38px); }
  .vp .loc-lead { font-size: 14px; }
  .vp .loc-map-card iframe { height: 300px; }
  .vp .loc-card { padding: 26px 22px; }
  .vp .loc-card-icon { width: 50px; height: 50px; font-size: 19px; }
  .vp .loc-card-title { font-size: 16.5px; }
  .vp .loc-row { font-size: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  .vp .loc-blob { animation: none !important; }
  .vp .loc-title { animation: none !important; }
  .vp .loc-page [data-reveal] { opacity: 1; transform: none; }
}

/* ============================================================
 * 사업영역 상세 (env.php 등) — 다른 페이지와 디자인 통일
 * ============================================================ */
.vp.bizd-page { position: relative; overflow: hidden; }
.vp .bizd-bg { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.vp .bizd-bg::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 16% 12%, rgba(0,184,212,.045), transparent 56%),
    radial-gradient(ellipse at 86% 88%, rgba(0,153,204,.03), transparent 60%),
    linear-gradient(180deg, #fefeff 0%, #fafcff 55%, #ffffff 100%);
}
.vp .bizd-blob {
  position: absolute; width: 470px; height: 470px;
  border-radius: 50%; filter: blur(100px); opacity: .16;
  mix-blend-mode: multiply;
  animation: introFloat 26s ease-in-out infinite;
}
.vp .bizd-blob-1 { background: #00b8d4; top: 2%; left: -180px; }
.vp .bizd-blob-2 { background: #0099cc; bottom: 0%; right: -190px; animation-delay: -10s; animation-duration: 31s; }
/* 풍속풍향계: 2열 제품 카드 + 사양 카드 (제품 페이지 공통 카드 재사용) */
.vp .bizd-cards-2 {
  max-width: 880px; margin: 0 auto;
  grid-template-columns: repeat(2, 1fr);
}
.vp .wprod-img {
  width: 100%; aspect-ratio: 4 / 3;
  background: #fff center / contain no-repeat;
  border-radius: 12px; border: 1px solid rgba(217,119,6,.14);
}
.vp .wprod-model {
  font-size: 12.5px; font-weight: 800; color: #d97706;
  letter-spacing: .04em; margin: 0;
}
.vp .wspec-list { display: flex; flex-direction: column; width: 100%; }
.vp .wspec-row {
  display: flex; justify-content: space-between; gap: 14px;
  padding: 10px 0; border-bottom: 1px solid rgba(217,119,6,.16);
  font-size: 14px; line-height: 1.5;
}
.vp .wspec-row:last-child { border-bottom: 0; }
.vp .wspec-row b { color: var(--text); font-weight: 700; flex-shrink: 0; }
.vp .wspec-row span { color: var(--muted); text-align: right; word-break: keep-all; }

/* 제품 구성 + 상세 사양 통합 — 좌 이미지 / 우 사양표 */
.vp .wspec-blocks {
  max-width: none; margin: 0 auto;
  display: flex; flex-direction: column; gap: 100px;
}
.vp .wspec-block {
  display: grid; grid-template-columns: 2fr 3fr;
  column-gap: 44px; row-gap: 16px; align-items: start;
  grid-template-areas:
    "head ."
    "img  info";
}
.vp .wspec-block-head { grid-area: head; padding: 0 2px; }
.vp .wspec-block-img  { grid-area: img; }
.vp .wspec-block-info { grid-area: info; }
.vp .wspec-block-img {
  position: relative; overflow: hidden;
  width: 100%; aspect-ratio: 4 / 3;
  background: rgba(255,255,255,.96) center / contain no-repeat;
  background-origin: content-box;
  padding: 34px 30px;
  border-radius: 16px; border: 1px solid rgba(6,44,79,.08);
  box-shadow: 0 14px 34px rgba(6,44,79,.06);
  cursor: zoom-in;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.vp .wspec-block-img::before {
  content: ''; position: absolute; left: 0; right: 0; top: 0; height: 3px;
  background: linear-gradient(90deg, #4aa6e2, #1f7fc4, #0a3f6b);
  transform: scaleX(0); transform-origin: left; transition: transform .4s ease;
  z-index: 1;
}
.vp .wspec-block:hover .wspec-block-img {
  transform: translateY(-5px);
  border-color: rgba(31,127,196,.28);
  box-shadow: 0 26px 52px rgba(6,44,79,.12);
}
.vp .wspec-block:hover .wspec-block-img::before { transform: scaleX(1); }

/* 제품 이미지 라이트박스 */
.wimg-lightbox {
  position: fixed; inset: 0; z-index: 9999;
  display: flex; align-items: center; justify-content: center;
  padding: 5vmin;
  background: rgba(6, 22, 40, .82);
  backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
  opacity: 0; visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease;
  cursor: zoom-out;
}
.wimg-lightbox.is-open { opacity: 1; visibility: visible; }
.wimg-lightbox-img {
  max-width: min(92vw, 1000px); max-height: 88vh;
  width: auto; height: auto;
  border-radius: 14px; background: #fff;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .5);
  transform: scale(.94); transition: transform .3s ease;
  cursor: default;
}
.wimg-lightbox.is-open .wimg-lightbox-img { transform: scale(1); }
.wimg-lightbox-close {
  position: absolute; top: 24px; right: 28px;
  width: 46px; height: 46px; border-radius: 50%;
  border: 0; background: rgba(255, 255, 255, .14); color: #fff;
  font-size: 20px; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s ease;
}
.wimg-lightbox-close:hover { background: rgba(255, 255, 255, .28); }
@media (max-width: 768px) {
  .wimg-lightbox-close { top: 14px; right: 16px; width: 40px; height: 40px; font-size: 18px; }
}
.vp .wspec-block .wprod-model {
  color: #1f7fc4; font-size: 14px; font-weight: 700;
  letter-spacing: .04em; text-transform: uppercase; margin: 0;
}
.vp .wspec-block-title {
  font-size: 30px; font-weight: 800; color: var(--text);
  letter-spacing: -.02em; margin: 6px 0 0; line-height: 1.2;
}
/* 풍속풍향계 통합 — 구분 그룹 표 */
.vp .wspec-table {
  width: 100%; border-collapse: collapse;
  font-size: 14px; background: #fff;
  border: 1px solid rgba(20,64,112,.14); border-radius: 10px; overflow: hidden;
}
.vp .wspec-table thead th {
  background: linear-gradient(135deg, #2b4a63 0%, #1f7fc4 130%);
  color: #fff; font-weight: 800; font-size: 13.5px;
  padding: 12px 14px; text-align: center;
}
.vp .wspec-table tbody th,
.vp .wspec-table tbody td {
  padding: 11px 14px; border-top: 1px solid rgba(20,64,112,.12);
  line-height: 1.5; word-break: keep-all;
}
.vp .wspec-table .wspec-grp {
  width: 88px; text-align: center; font-weight: 800;
  color: var(--text); background: rgba(31,127,196,.07);
  border-left: 0;
}
.vp .wspec-table .wspec-item {
  width: 168px; color: var(--text); font-weight: 600;
  background: rgba(20,64,112,.025);
}
.vp .wspec-table tbody td:last-child { color: var(--muted); }
@media (max-width: 768px) {
  .vp .wspec-table { font-size: 12.5px; }
  .vp .wspec-table thead th,
  .vp .wspec-table tbody th,
  .vp .wspec-table tbody td { padding: 9px 9px; }
  .vp .wspec-table .wspec-grp { width: 60px; }
  .vp .wspec-table .wspec-item { width: auto; }
}
@media (max-width: 768px) {
  .vp .bizd-cards-2 { grid-template-columns: 1fr; }
  .vp .wspec-row { font-size: 13px; }
  .vp .wspec-blocks { gap: 60px; }
  .vp .wspec-block {
    grid-template-columns: 1fr; gap: 16px;
    grid-template-areas: "head" "img" "info";
  }
  .vp .wspec-block-title { font-size: 24px; }
}

/* 제품 페이지 전용 — 앰버/골드 배경 (사업 페이지는 하늘색 유지) */
.vp.bizd-page.is-product .bizd-bg::before {
  background:
    radial-gradient(ellipse at 16% 12%, rgba(217,119,6,.055), transparent 56%),
    radial-gradient(ellipse at 86% 88%, rgba(234,179,8,.04), transparent 60%),
    linear-gradient(180deg, #fffdf8 0%, #fffaf0 55%, #ffffff 100%);
}
.vp.bizd-page.is-product .bizd-blob-1 { background: #f59e0b; }
.vp.bizd-page.is-product .bizd-blob-2 { background: #d97706; }
.vp.bizd-page.is-product .bizd-grid {
  background-image: radial-gradient(rgba(120,72,12,.05) 1px, transparent 1px);
}
/* 풍속풍향계 페이지 — 블루톤 배경 (앰버 대신, 바람·공기 느낌) */
.vp.bizd-page.is-product .bizd-bg.is-wind::before {
  background:
    radial-gradient(ellipse at 16% 12%, rgba(46,130,205,.07), transparent 56%),
    radial-gradient(ellipse at 86% 88%, rgba(0,150,205,.05), transparent 60%),
    linear-gradient(180deg, #f6fbff 0%, #eff6fd 55%, #ffffff 100%);
}
.vp.bizd-page.is-product .bizd-bg.is-wind .bizd-blob-1 { background: #4aa6e2; }
.vp.bizd-page.is-product .bizd-bg.is-wind .bizd-blob-2 { background: #1f7fc4; }
.vp.bizd-page.is-product .bizd-bg.is-wind .bizd-grid {
  background-image: radial-gradient(rgba(20,64,112,.05) 1px, transparent 1px);
}
/* 해가 쨍 뜬 효과 — 빛나는 태양 + 회전 광선 + 반짝임 */
.vp.bizd-page.is-product .bizd-sun {
  position: absolute; top: -210px; right: -180px;
  width: 420px; height: 420px; border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle at center,
    rgba(255,242,190,.34) 0%,
    rgba(255,206,110,.18) 30%,
    rgba(255,180,70,.07) 52%,
    transparent 68%);
  filter: blur(8px);
  animation: bizdSunGlow 7s ease-in-out infinite;
}
.vp.bizd-page.is-product .bizd-sun::before {
  content: ''; position: absolute; inset: -50%;
  background: repeating-conic-gradient(from 0deg,
    rgba(255,200,90,.05) 0deg 4deg,
    transparent 4deg 20deg);
  border-radius: 50%;
  -webkit-mask: radial-gradient(circle, #000 12%, transparent 52%);
          mask: radial-gradient(circle, #000 12%, transparent 52%);
  animation: bizdSunRays 90s linear infinite;
}
@keyframes bizdSunGlow {
  0%, 100% { opacity: .55; transform: scale(1); }
  50%      { opacity: .8;  transform: scale(1.03); }
}
@keyframes bizdSunRays { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) {
  .vp.bizd-page.is-product .bizd-sun,
  .vp.bizd-page.is-product .bizd-sun::before { animation: none !important; }
}

/* 바람 흐름 효과 — 잔잔한 공기 흐름 라인이 화면을 가로질러 흐름 (풍속풍향계 페이지) */
.vp.bizd-page .bizd-bg.is-wind { overflow: hidden; }
.vp .bizd-wind {
  position: absolute; left: 0; height: 6px;
  border-radius: 6px;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(150,200,232,.46) 42%,
    rgba(190,220,240,.62) 55%,
    transparent 100%);
  filter: blur(1.8px);
  opacity: 0; pointer-events: none;
  will-change: transform, opacity;
}
.vp .bizd-wind-1 { top: 13%; width: 360px; height: 6px;  animation: bizdWind 9s  linear 0s   infinite; }
.vp .bizd-wind-2 { top: 28%; width: 480px; height: 8px;  animation: bizdWind 13s linear 2.5s infinite; }
.vp .bizd-wind-3 { top: 47%; width: 300px; height: 5px;  animation: bizdWind 8s  linear 5s   infinite; }
.vp .bizd-wind-4 { top: 64%; width: 440px; height: 7px;  animation: bizdWind 11s linear 7.5s infinite; }
.vp .bizd-wind-5 { top: 80%; width: 340px; height: 6px;  animation: bizdWind 10s linear 10s  infinite; }
@keyframes bizdWind {
  0%   { transform: translate(-44vw, 0)    scaleX(.7);  opacity: 0; }
  14%  { opacity: .65; }
  50%  { transform: translate(55vw, -16px) scaleX(1);   }
  82%  { opacity: .65; }
  100% { transform: translate(150vw, 10px) scaleX(.7);  opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .vp .bizd-wind { animation: none !important; opacity: 0 !important; }
}
.vp .bizd-grid {
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(6,44,79,.05) 1px, transparent 1px);
  background-size: 30px 30px;
  mask-image: radial-gradient(ellipse at center, #000 22%, transparent 78%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 22%, transparent 78%);
}
.vp.bizd-page .page-section { position: relative; z-index: 1; padding: 80px 0 110px; }
.vp.bizd-page .page-section + .page-section { padding: 10px 0 110px; }

/* 헤더 */
.vp .bizd-head { text-align: center; max-width: 720px; margin: 0 auto 52px; }
.vp .bizd-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--mono); font-size: 11.5px; letter-spacing: .26em;
  color: var(--accent); margin: 0 0 18px; padding: 7px 16px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(0,153,204,.22);
  border-radius: 999px; font-weight: 700;
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}
.vp .bizd-eye-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--accent); animation: introPulseDot 2s ease-out infinite;
}
.vp .bizd-title {
  font-size: clamp(30px, 4.2vw, 48px);
  font-weight: 800; letter-spacing: -.025em; line-height: 1.14;
  margin: 0 0 16px;
  background: linear-gradient(120deg, #062c4f 0%, #0099cc 50%, #062c4f 100%);
  background-size: 200% auto;
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  animation: introTextShine 8s ease-in-out infinite;
}
.vp .bizd-lead {
  font-size: clamp(16px, 1.35vw, 18.5px);
  color: var(--muted); line-height: 1.8; margin: 0; word-break: keep-all;
}

/* 히어로 (이미지 + 특징 리스트) */
.vp .bizd-hero {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center;
}
/* 기상모니터링 전용 — 이미지 좁게, 텍스트 넓게 */
.vp .bizd-hero-2col {
  grid-template-columns: 1fr 2fr;
  justify-content: space-around;
}
/* 환경모니터링 전용 — PC에서 2:3 비율 (모바일은 아래 미디어쿼리로 1열) */
.vp .bizd-hero-3col {
  grid-template-columns: 2fr 3fr;
}
.vp .bizd-img {
  border-radius: 20px; overflow: hidden;
  border: 1px solid rgba(6,44,79,.08);
  box-shadow: 0 22px 54px -16px rgba(6,44,79,.2);
  background: #eef2f5 center/cover no-repeat;
  aspect-ratio: 1 / 1;
}
.vp .bizd-img.is-portrait { aspect-ratio: 4 / 5; width: 100%; max-width: 360px; margin-inline: auto; }
/* 제품 페이지 히어로 — 2:3 비율 + 제품 이미지 카드 안쪽 여백 */
.vp .bizd-hero.is-prod-hero { grid-template-columns: 2fr 3fr; }
.vp .bizd-img.is-prod-img {
  background-color: rgba(255,255,255,.96);
  background-size: contain;
  background-origin: content-box;
  padding: 40px;
}
.vp .bizd-points { list-style: none; margin: 0 0 28px; padding: 0; }
.vp .bizd-points li {
  display: flex; align-items: flex-start; gap: 12px;
  font-size: 15.5px; color: var(--text); line-height: 1.6;
  padding: 12px 0; border-bottom: 1px solid rgba(6,44,79,.07);
  word-break: keep-all;
}
.vp .bizd-points li:last-child { border-bottom: 0; }
.vp .bizd-points i {
  flex-shrink: 0; width: 24px; height: 24px; margin-top: 1px;
  border-radius: 7px; font-size: 11px;
  display: inline-flex; align-items: center; justify-content: center;
  color: #fff; background: linear-gradient(135deg, #00b8d4, #0099cc);
}
.vp .bizd-btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 15px 30px; border-radius: 12px;
  background: linear-gradient(135deg, #0099cc 0%, #062c4f 100%);
  color: #fff; font-weight: 700; font-size: 15px; text-decoration: none;
  box-shadow: 0 14px 30px -10px rgba(0,153,204,.55);
  transition: transform .25s ease, box-shadow .25s ease;
}
.vp .bizd-btn i { transition: transform .25s ease; }
.vp .bizd-btn:hover { transform: translateY(-3px); box-shadow: 0 20px 40px -10px rgba(0,153,204,.6); }
.vp .bizd-btn:hover i { transform: translateX(4px); }

/* 본문 단락 */
.vp .bizd-body { font-size: 17px; color: var(--muted); line-height: 1.9; margin: 0 0 18px; word-break: keep-all; }
.vp .bizd-body:last-of-type { margin-bottom: 26px; }
.vp .bizd-body strong { color: var(--text); font-weight: 700; }
/* 강조 인용형 문구 */
.vp .bizd-statement {
  position: relative;
  margin: 0 0 24px; padding: 20px 24px;
  background: linear-gradient(135deg, rgba(0,184,212,.07), rgba(0,153,204,.04));
  border: 1px solid rgba(0,153,204,.16);
  border-left: 4px solid var(--accent);
  border-radius: 12px;
  font-size: 17.5px; line-height: 1.8; color: var(--text);
  word-break: keep-all;
}
.vp .bizd-statement b { color: var(--accent); font-weight: 800; }
/* 측정 항목 태그 */
.vp .bizd-tags-label {
  font-size: 13px; font-weight: 700; color: var(--text-3);
  font-family: var(--mono); letter-spacing: .08em; text-transform: uppercase;
  margin: 0 0 10px;
}
.vp .bizd-tags { display: flex; flex-wrap: wrap; gap: 9px; margin: 0 0 28px; }
.vp .bizd-tag {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 8px 16px; border-radius: 999px;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(0,153,204,.22);
  font-size: 15px; font-weight: 700; color: var(--text);
}
.vp .bizd-tag i { color: var(--accent); font-size: 13px; }
/* 기술지원 안내 박스 */
.vp .bizd-callout {
  max-width: 1100px; margin: 40px auto 0;
  display: flex; align-items: center; gap: 22px;
  padding: 28px 34px;
  background: linear-gradient(135deg, #062c4f 0%, #0a3f6b 60%, #0099cc 130%);
  border-radius: 18px;
  box-shadow: 0 22px 50px -16px rgba(6,44,79,.4);
  color: #fff;
}
.vp .bizd-callout-icon {
  flex-shrink: 0; width: 60px; height: 60px; border-radius: 16px;
  background: rgba(255,255,255,.14);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 24px;
}
.vp .bizd-callout-body strong {
  display: block; font-size: 17.5px; font-weight: 800; margin-bottom: 7px; letter-spacing: -.01em;
}
.vp .bizd-callout-body p { margin: 0; font-size: 15.5px; line-height: 1.7; color: rgba(255,255,255,.85); word-break: keep-all; }

/* Senso T-시리즈 카드 제품 이미지 배경 흰색 */
.vp .tseries-img { background-color: #fff; }
.vp .tseries-img[data-zoom] { cursor: zoom-in; }

/* 제품 페이지: 상단 소개 섹션 너비를 다른 섹션과 동일(전체폭)하게 */
.vp.bizd-page.is-product .bizd-hero,
.vp.bizd-page.is-product .bizd-callout,
.vp.bizd-page.is-product .bizd-cards-6 { max-width: none; }
/* 주요 기능: 모바일에서 한 줄에 2개 */
@media (max-width: 900px) {
  .vp .bizd-cards.bizd-cards-6 { grid-template-columns: repeat(2, 1fr); gap: 14px; }
}

/* 체감온도계 상세보기 PDF 버튼 — 오렌지 */
.vp .tcmp-detail-btn {
  margin-top: 24px;
  padding: 17px 72px;
  min-width: 320px;
  justify-content: center;
  font-size: 16px;
  background: linear-gradient(180deg, #fb8c2a 0%, #ee6f12 100%);
  box-shadow: 0 14px 30px -10px rgba(238,111,18,.55);
}
.vp .tcmp-detail-btn:hover {
  background: linear-gradient(180deg, #fc7e12 0%, #e0640c 100%);
  box-shadow: 0 20px 40px -10px rgba(238,111,18,.6);
}

/* ===== 모델별 비교표 (라이트 크림 + 오렌지 탭) ===== */
.vp .tcmp-section { max-width: none; width: 100%; margin: 56px auto 0; }
.vp .tcmp-title {
  text-align: center; font-weight: 800;
  font-size: clamp(24px, 3vw, 34px); letter-spacing: -.02em;
  color: #d97706; margin: 0 0 24px;
}
.vp .tcmp-wrap {
  overflow-x: auto; -webkit-overflow-scrolling: touch;
  background: #fdf5e7;
  border: 1px solid rgba(217,119,6,.18);
  border-radius: 16px;
  padding: 26px 22px 30px;
  box-shadow: 0 18px 42px -16px rgba(120,72,12,.18);
}
.vp .tcmp {
  width: 100%; min-width: 760px;
  border-collapse: collapse;
  color: var(--text);
}
.vp .tcmp th, .vp .tcmp td {
  text-align: center; padding: 14px 10px;
  border-top: 1px solid rgba(217,119,6,.30);
  word-break: keep-all; line-height: 1.45; font-size: 14.5px;
}
.vp .tcmp thead th { border-top: 0; padding: 0 6px 16px; }
.vp .tcmp-model, .vp .tcmp-tab {
  display: block; border-radius: 10px;
  font-weight: 800; font-size: 17px; padding: 13px 0;
}
.vp .tcmp-model { background: #f5c518; color: #1d1d1d; }
.vp .tcmp-tab {
  background: linear-gradient(180deg, #fb8c2a 0%, #ee6f12 100%);
  color: #fff; position: relative;
}
.vp .tcmp-tab::after {
  content: ''; position: absolute; left: 50%; bottom: -7px;
  width: 14px; height: 14px; background: #ee6f12;
  border-radius: 3px; transform: translateX(-50%) rotate(45deg);
}
.vp .tcmp tbody th {
  color: #6b4f23; font-weight: 800; font-size: 14.5px;
  white-space: nowrap; min-width: 110px;
}
.vp .tcmp tbody td { color: var(--text); font-weight: 600; }
.vp .tcmp td.y { color: #e0301e; font-size: 18px; }
.vp .tcmp td.n { color: #c4b48f; font-weight: 700; font-size: 16px; }
.vp .tcmp-imgrow td { padding: 12px 8px; }
.vp .tcmp-imgrow td img {
  display: block; margin: 0 auto;
  width: 100%; max-width: 96px; height: auto;
  border-radius: 8px; background: #fff;
  border: 1px solid rgba(217,119,6,.16);
}
.vp .tcmp-imgrow th { color: #6b4f23; }
.vp .tcmp-price .tcmp-dots {
  color: #e08a0c; font-size: 13px; letter-spacing: 2px;
}
@media (max-width: 768px) {
  .vp .tcmp-wrap { padding: 18px 14px 22px; }
  .vp .tcmp th, .vp .tcmp td { font-size: 13px; padding: 12px 8px; }
  .vp .tcmp-model, .vp .tcmp-tab { font-size: 15px; padding: 11px 0; }
  .vp .tcmp-imgrow td img { max-width: 80px; }
  /* 모바일: 상세보기 버튼이 좁은 화면을 넘치지 않도록 */
  .vp .tcmp-detail-btn { min-width: 0; width: 100%; padding-left: 24px; padding-right: 24px; }
}

/* 솔루션 카드 */
.vp .bizd-cards {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
}
.vp .bizd-card {
  position: relative; overflow: hidden;
  display: flex; flex-direction: column; gap: 16px;
  padding: 34px 28px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(6,44,79,.08);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(6,44,79,.06);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.vp .bizd-card::before {
  content: ''; position: absolute; left: 0; right: 0; top: 0; height: 3px;
  background: linear-gradient(90deg, #00b8d4, #0099cc, #062c4f);
  transform: scaleX(0); transform-origin: left; transition: transform .4s ease;
}
.vp .bizd-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0,153,204,.30);
  box-shadow: 0 26px 54px rgba(6,44,79,.13);
}
.vp .bizd-card:hover::before { transform: scaleX(1); }
.vp .bizd-card-icon {
  width: 58px; height: 58px; border-radius: 15px;
  background: linear-gradient(135deg, #0099cc, #062c4f);
  display: inline-flex; align-items: center; justify-content: center;
  color: #fff; font-size: 22px;
  box-shadow: 0 10px 22px -6px rgba(0,153,204,.5);
  transition: transform .35s ease;
}
.vp .bizd-card:hover .bizd-card-icon { transform: scale(1.06) rotate(-3deg); }
.vp .bizd-card h3 { font-size: 18px; font-weight: 800; color: var(--text); margin: 0; letter-spacing: -.01em; }
.vp .bizd-card p { font-size: 14px; color: var(--muted); margin: 0; line-height: 1.65; word-break: keep-all; }

/* reveal */
.vp .bizd-page [data-reveal] {
  opacity: 0; transform: translateY(22px);
  transition: opacity .75s cubic-bezier(.2,.7,.2,1), transform .75s cubic-bezier(.2,.7,.2,1);
}
.vp .bizd-page [data-reveal].reveal-in { opacity: 1; transform: none; }
.vp .bizd-card[data-reveal]:nth-child(1) { transition-delay: .06s; }
.vp .bizd-card[data-reveal]:nth-child(2) { transition-delay: .16s; }
.vp .bizd-card[data-reveal]:nth-child(3) { transition-delay: .26s; }

@media (max-width: 900px) {
  .vp .bizd-hero { grid-template-columns: 1fr; gap: 28px; }
  .vp .bizd-hero.is-prod-hero { grid-template-columns: 1fr; }
  .vp .bizd-img.is-prod-img { padding: 26px; }
  .vp .bizd-cards { grid-template-columns: 1fr; gap: 16px; }
  .vp .bizd-callout { flex-direction: column; text-align: center; gap: 16px; padding: 26px 22px; }
  .vp.bizd-page .page-section { padding: 56px 0 80px; }
  .vp.bizd-page .page-section + .page-section { padding: 10px 0 72px; }
}
@media (max-width: 768px) {
  .vp .bizd-head { margin-bottom: 34px; }
  .vp .bizd-eyebrow { font-size: 10.5px; padding: 6px 14px; }
  .vp .bizd-title { font-size: clamp(26px, 8vw, 36px); }
  .vp .bizd-lead { font-size: 15.5px; }
  .vp .bizd-statement { font-size: 16px; }
  .vp .bizd-body { font-size: 15.5px; }
  .vp .bizd-card { padding: 26px 22px; }
}
@media (prefers-reduced-motion: reduce) {
  .vp .bizd-blob { animation: none !important; }
  .vp .bizd-title { animation: none !important; }
  .vp .bizd-page [data-reveal] { opacity: 1; transform: none; }
}

/* Hero CTA 버튼 텍스트 페이드 (슬라이드 변경 시) */
.vp [data-hero-cta-text] {
  display: inline-block;
  transition: opacity .15s ease;
}

/* ============================================================
 * Font Awesome 아이콘 강제 적용 (글로벌 reset이 폰트 덮어쓰는 것 방지)
 * ============================================================ */
.fas, .fa-solid, i.fas, i.fa-solid {
  font-family: 'Font Awesome 6 Free' !important;
  font-weight: 900 !important;
}
.far, .fa-regular, i.far, i.fa-regular {
  font-family: 'Font Awesome 6 Free' !important;
  font-weight: 400 !important;
}
.fab, .fa-brands, i.fab, i.fa-brands {
  font-family: 'Font Awesome 6 Brands' !important;
  font-weight: 400 !important;
}

/* ============================================================
 *  company/intro.php — 회사소개 페이지 새 섹션들
 * ============================================================ */

/* VISION · MISSION · VALUE 3카드 */
.vp .vision-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  margin-top: 48px;
}
.vp .vision-card {
  background: white; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 36px 32px; position: relative; transition: all .25s;
  box-shadow: var(--shadow-sm); overflow: hidden;
}
.vp .vision-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--grad-1); opacity: 0; transition: opacity .25s;
}
.vp .vision-card:hover {
  transform: translateY(-4px); box-shadow: var(--shadow-lg);
  border-color: var(--accent);
}
.vp .vision-card:hover::before { opacity: 1; }
.vp .vision-num {
  display: inline-block; font-family: var(--mono); font-size: 13px;
  font-weight: 700; color: var(--accent); letter-spacing: .08em;
  margin-bottom: 16px;
}
.vp .vision-card h3 {
  font-size: 24px; font-weight: 800; margin-bottom: 14px;
  letter-spacing: -.02em; color: var(--text);
}
.vp .vision-card p {
  font-size: 15px; line-height: 1.7; color: var(--text-2);
}

/* Flagship Platforms 3카드 */
.vp .platform-card-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  margin-top: 48px;
}
.vp .platform-flag {
  background: white; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 36px 32px; transition: all .25s; position: relative;
  box-shadow: var(--shadow-sm);
}
.vp .platform-flag:hover {
  transform: translateY(-4px); box-shadow: var(--shadow-lg);
  border-color: var(--accent);
}
.vp .platform-flag-best {
  background: linear-gradient(180deg, rgba(0,153,204,.06), white);
  border-color: var(--accent);
}
.vp .platform-flag-best-badge {
  position: absolute; top: -10px; right: 16px;
  background: var(--accent); color: white;
  padding: 4px 11px; font-size: 11px; font-weight: 800;
  border-radius: 4px; font-family: var(--mono); letter-spacing: .1em;
}
.vp .platform-flag-icon {
  width: 56px; height: 56px; flex-shrink: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(0,153,204,.12), rgba(124,58,237,.12));
  border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center;
  color: var(--accent); margin-bottom: 20px;
}
.vp .platform-flag-tag {
  display: inline-block; font-family: var(--mono); font-size: 11px;
  font-weight: 600; color: var(--accent); letter-spacing: .05em;
  padding: 4px 10px; background: rgba(0,153,204,.08);
  border-radius: 999px; margin-bottom: 12px;
}
.vp .platform-flag h3 {
  font-size: 22px; font-weight: 800; margin-bottom: 12px;
  letter-spacing: -.02em; color: var(--text);
}
.vp .platform-flag p {
  font-size: 14px; line-height: 1.7; color: var(--text-2);
}

/* Trusted By 파트너 리스트 */
.vp .partner-list {
  list-style: none; padding: 0; margin: 48px 0 0;
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
}
.vp .partner-list li {
  background: white; border: 1px solid var(--line); border-radius: 10px;
  padding: 18px 24px; display: flex; align-items: flex-start; gap: 14px;
  font-size: 15px; color: var(--text); line-height: 1.5;
  font-weight: 500; transition: all .2s;
  box-shadow: var(--shadow-sm);
}
.vp .partner-list li:hover {
  border-color: var(--accent);
  transform: translateX(3px);
}
.vp .partner-list li svg {
  color: var(--accent); flex-shrink: 0;
  width: 18px; height: 18px; margin-top: 2px;
}

/* R&D 카드 그리드 */
.vp .rd-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
  margin-top: 48px;
}
.vp .rd-card {
  background: white; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 24px 22px; transition: all .25s;
  box-shadow: var(--shadow-sm);
  position: relative; overflow: hidden;
}
.vp .rd-card::before {
  content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px;
  background: var(--grad-1); transition: width .3s;
}
.vp .rd-card:hover {
  transform: translateY(-3px); box-shadow: var(--shadow);
  border-color: var(--accent);
}
.vp .rd-card:hover::before { width: 100%; }
.vp .rd-year {
  display: inline-block; font-family: var(--mono); font-size: 12px;
  font-weight: 700; color: var(--accent); letter-spacing: .06em;
  margin-bottom: 10px;
}
.vp .rd-card strong {
  display: block; font-size: 15px; font-weight: 700;
  color: var(--text); letter-spacing: -.01em; margin-bottom: 4px;
}
.vp .rd-card small {
  font-size: 12px; color: var(--text-3); font-family: var(--mono);
}

@media (max-width: 1024px) {
  .vp .vision-grid { grid-template-columns: 1fr; }
  .vp .platform-card-grid { grid-template-columns: 1fr; }
  .vp .partner-list { grid-template-columns: 1fr; }
  .vp .rd-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .vp .rd-grid { grid-template-columns: 1fr; }
}

/* ============================================================
 *  .vp 안 page-section 간격 여유 — 답답함 제거
 * ============================================================ */
.vp .page-section { padding: 110px 0; }
.vp .page-section + .page-section { padding-top: 110px; }
.vp .sec-head { margin-bottom: 56px; }
.vp .sec-head h2 { margin-bottom: 16px; }
.vp .sec-head .sec-desc { margin-bottom: 0; }

/* 첫 섹션은 페이지 헤더 바로 아래라 약간 줄임 */
.vp.sub-main > .page-section:first-child { padding-top: 80px; }

/* 다음 페이지 링크 같은 마지막 short 섹션은 살짝 줄임 */
.vp.sub-main > .page-section:last-child { padding-bottom: 100px; }

@media (max-width: 900px) {
  .vp .page-section { padding: 72px 0; }
  .vp.sub-main > .page-section:first-child { padding-top: 56px; }
}

/* 회사 소개 — 마지막 약속 문장 강조 */
.vp .intro-block .intro-pledge {
  margin-top: 20px;
  padding: 18px 22px;
  background: rgba(0,153,204,.05);
  border-left: 3px solid var(--accent);
  border-radius: 6px;
  font-weight: 500;
  color: var(--text);
}

/* ============================================================
 * COMPANY · INTRO — Creative Animated Page (v2)
 * ============================================================ */
.vp.intro-page { position: relative; overflow: hidden; }

/* --- Animated background --- */
.vp .intro-bg {
  position: absolute; inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}
.vp .intro-bg::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 20% 10%, rgba(0,184,212,.045), transparent 55%),
    radial-gradient(ellipse at 85% 25%, rgba(0,153,204,.03), transparent 60%),
    linear-gradient(180deg, #fefeff 0%, #fafcff 50%, #ffffff 100%);
}

/* gradient blobs */
.vp .intro-blob {
  position: absolute;
  width: 520px; height: 520px;
  border-radius: 50%;
  filter: blur(95px);
  opacity: .2;
  mix-blend-mode: multiply;
  animation: introFloat 22s ease-in-out infinite;
  will-change: transform;
}
.vp .intro-blob-1 { background: #00b8d4; top: -120px; left: -100px; }
.vp .intro-blob-2 { background: #0099cc; top: 18%; right: -160px; animation-delay: -6s; animation-duration: 26s; }
.vp .intro-blob-3 { background: #79e8f5; bottom: 10%; left: -120px; animation-delay: -12s; animation-duration: 30s; opacity: .15; }
.vp .intro-blob-4 { background: #4dd0e1; bottom: -180px; right: 8%; animation-delay: -18s; animation-duration: 28s; opacity: .15; }

@keyframes introFloat {
  0%,100% { transform: translate(0,0) scale(1); }
  25%     { transform: translate(40px,-60px) scale(1.08); }
  50%     { transform: translate(-30px,40px) scale(.95); }
  75%     { transform: translate(60px,30px) scale(1.04); }
}

/* dot constellation */
.vp .intro-dot {
  position: absolute;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--accent);
  opacity: .55;
  box-shadow: 0 0 14px rgba(0,153,204,.55);
  animation: introTwinkle 4s ease-in-out infinite;
}
.vp .intro-dot-a { top: 15%;  left: 12%; animation-delay: -.5s; }
.vp .intro-dot-b { top: 26%;  right: 18%; animation-delay: -1.2s; width: 4px; height: 4px; }
.vp .intro-dot-c { top: 52%;  left: 6%;  animation-delay: -2.0s; width: 8px; height: 8px; }
.vp .intro-dot-d { bottom: 22%; right: 10%; animation-delay: -2.6s; }
.vp .intro-dot-e { bottom: 35%; left: 22%; animation-delay: -3.1s; width: 4px; height: 4px; }
.vp .intro-dot-f { top: 68%;  right: 30%; animation-delay: -3.7s; }

@keyframes introTwinkle {
  0%,100% { opacity: .25; transform: scale(.85); }
  50%     { opacity: .9;  transform: scale(1.25); }
}

/* subtle dotted grid */
.vp .intro-grid {
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(6,44,79,.07) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
  animation: introGridDrift 60s linear infinite;
}
@keyframes introGridDrift {
  0%   { background-position: 0 0; }
  100% { background-position: 28px 28px; }
}

/* --- Content layer above background --- */
.vp.intro-page .page-section { position: relative; z-index: 1; }

/* statement */
.vp .intro-statement { padding-top: 80px; padding-bottom: 0; text-align: center; }
.vp .intro-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--mono);
  font-size: 12px; letter-spacing: .25em;
  color: var(--accent);
  margin: 0 0 28px;
  padding: 8px 18px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(0,153,204,.25);
  border-radius: 999px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.vp .intro-eyebrow .dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 0 rgba(0,153,204,.5);
  animation: introPulseDot 2s ease-out infinite;
}
@keyframes introPulseDot {
  0%   { box-shadow: 0 0 0 0 rgba(0,153,204,.5); }
  70%  { box-shadow: 0 0 0 10px rgba(0,153,204,0); }
  100% { box-shadow: 0 0 0 0 rgba(0,153,204,0); }
}

.vp .intro-bigtitle {
  font-size: clamp(28px, 4.2vw, 56px);
  line-height: 1.25;
  letter-spacing: -.02em;
  font-weight: 800;
  margin: 0 auto 24px;
  max-width: 1080px;
  color: var(--text);
  background: linear-gradient(120deg, #062c4f 0%, #0099cc 50%, #062c4f 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: introTextShine 8s ease-in-out infinite;
}
@keyframes introTextShine {
  0%,100% { background-position: 0% center; }
  50%     { background-position: 100% center; }
}

.vp .intro-bigsub {
  font-size: clamp(15px,1.4vw,18px);
  color: var(--muted);
  max-width: 720px;
  margin: 0 auto 36px;
  line-height: 1.7;
}

/* stat pills */
.vp .intro-stats {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 16px;
  margin-top: 8px;
}
.vp .stat-pill {
  display: inline-flex; align-items: baseline; gap: 10px;
  padding: 12px 30px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(0,153,204,.22);
  border-radius: 999px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 26px rgba(6,44,79,.07);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.vp .stat-pill:hover {
  transform: translateY(-3px);
  border-color: rgba(0,153,204,.5);
  box-shadow: 0 14px 32px rgba(6,44,79,.11);
}
.vp .stat-pill strong {
  font-family: var(--sans);
  font-variant-numeric: tabular-nums;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1;
  background: linear-gradient(135deg, #062c4f 0%, #0099cc 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.vp .stat-pill span {
  font-size: 15px;
  font-weight: 500;
  color: var(--muted);
}

/* story cards — stats 바로 아래로 끌어올림 */
.vp .intro-story { padding-top: 0; padding-bottom: 120px; margin-top: -12px; }
.vp .story-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  max-width: 1180px;
  margin: 0 auto;
}
.vp .story-card {
  position: relative;
  padding: 38px 32px 34px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(6,44,79,.08);
  border-radius: 18px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 16px 50px rgba(6,44,79,.06);
  overflow: hidden;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.vp .story-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,184,212,.10), transparent 50%);
  opacity: 0;
  transition: opacity .35s ease;
  pointer-events: none;
}
.vp .story-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0,153,204,.35);
  box-shadow: 0 24px 60px rgba(6,44,79,.12);
}
.vp .story-card:hover::before { opacity: 1; }
.vp .story-num {
  font-family: var(--sans);
  font-variant-numeric: tabular-nums;
  font-size: 56px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.04em;
  background: linear-gradient(180deg, #0099cc, #062c4f);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  opacity: .85;
  display: block;
  margin-bottom: 18px;
}
.vp .story-h {
  font-size: 22px;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 14px;
  letter-spacing: -.01em;
}
.vp .story-h::after {
  content: '';
  display: block;
  width: 32px; height: 2px;
  background: var(--accent);
  margin-top: 14px;
  transition: width .35s ease;
}
.vp .story-card:hover .story-h::after { width: 60px; }
.vp .story-p {
  font-size: 15px;
  line-height: 1.78;
  color: var(--muted);
  margin: 0;
}

/* accent (마지막 약속) 카드 */
.vp .story-card-accent {
  background: linear-gradient(140deg, rgba(0,153,204,.95), rgba(6,44,79,.92));
  border-color: transparent;
  color: #fff;
}
.vp .story-card-accent .story-num {
  background: linear-gradient(180deg, #ffffff, #b9ecf7);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  opacity: 1;
}
.vp .story-card-accent .story-h { color: #fff; }
.vp .story-card-accent .story-h::after { background: #79e8f5; }
.vp .story-card-accent .story-p { color: rgba(255,255,255,.86); }
.vp .story-card-accent::before {
  background: linear-gradient(135deg, rgba(255,255,255,.12), transparent 55%);
}

/* reveal animation */
.vp [data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1);
}
.vp [data-reveal].reveal-in {
  opacity: 1;
  transform: none;
}
.vp .story-card[data-reveal]:nth-child(1) { transition-delay: .05s; }
.vp .story-card[data-reveal]:nth-child(2) { transition-delay: .18s; }
.vp .story-card[data-reveal]:nth-child(3) { transition-delay: .32s; }

/* responsive */
@media (max-width: 900px) {
  .vp .story-grid { grid-template-columns: 1fr; gap: 18px; }
  .vp .intro-statement { padding-top: 56px; padding-bottom: 0; }
  .vp .intro-story { padding-top: 0; padding-bottom: 72px; margin-top: 6px; }
  .vp .intro-bigtitle { font-size: clamp(24px,7vw,32px); }
  .vp .intro-bigsub { margin-bottom: 28px; }
  .vp .stat-pill { padding: 8px 20px; gap: 8px; }
  .vp .stat-pill strong { font-size: 22px; }
  .vp .stat-pill span { font-size: 13px; }
  .vp .intro-blob { width: 360px; height: 360px; filter: blur(60px); }
}

/* reduce motion */
@media (prefers-reduced-motion: reduce) {
  .vp .intro-blob, .vp .intro-dot, .vp .intro-grid,
  .vp .intro-bigtitle { animation: none !important; }
  .vp [data-reveal] { opacity: 1; transform: none; }
}

/* ============================================================
 * COMPANY · HISTORY (v3) — Zigzag + Milestone Emphasis
 * ============================================================ */
.vp.zz-page { position: relative; overflow: hidden; }

.vp .zz-bg { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.vp .zz-bg::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 15% 18%, rgba(0,153,204,.08), transparent 55%),
    radial-gradient(ellipse at 88% 80%, rgba(0,184,212,.05), transparent 60%),
    linear-gradient(180deg, #fbfdff 0%, #f5f9fc 60%, #ffffff 100%);
}
.vp .zz-blob {
  position: absolute; width: 460px; height: 460px;
  border-radius: 50%; filter: blur(95px); opacity: .28;
  mix-blend-mode: multiply;
  animation: introFloat 28s ease-in-out infinite;
}
.vp .zz-blob-1 { background: #00b8d4; top: 12%; left: -180px; }
.vp .zz-blob-2 { background: #0099cc; bottom: 8%; right: -190px; animation-delay: -10s; animation-duration: 32s; }

.vp.zz-page .page-section { position: relative; z-index: 1; padding: 80px 0 120px; }

/* ===== 섹션 타이틀 (연혁) ===== */
.vp .zz-title {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 60px;
}
.vp .zz-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--mono);
  font-size: 11.5px; letter-spacing: .28em;
  color: var(--accent);
  margin: 0 0 22px;
  padding: 7px 16px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(0,153,204,.22);
  border-radius: 999px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  font-weight: 700;
}
.vp .zz-eye-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--accent);
  animation: introPulseDot 2s ease-out infinite;
}
.vp .zz-bigtitle {
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: 1.1;
  margin: 0 0 18px;
  background: linear-gradient(120deg, #062c4f 0%, #0099cc 50%, #062c4f 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: introTextShine 8s ease-in-out infinite;
}
.vp .zz-lead {
  font-size: clamp(14.5px, 1.2vw, 17px);
  color: var(--muted);
  line-height: 1.75;
  margin: 0;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

/* 타이틀 reveal */
.vp .zz-title[data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1);
}
.vp .zz-title[data-reveal].reveal-in { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .vp .zz-title { margin-bottom: 36px; }
  .vp .zz-eyebrow { font-size: 10.5px; padding: 6px 14px; margin-bottom: 16px; }
  .vp .zz-bigtitle { font-size: clamp(30px, 9vw, 42px); margin-bottom: 12px; }
  .vp .zz-lead { font-size: 14px; }
}

/* ===== 타임라인 컨테이너 ===== */
.vp .zz-timeline {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 0;
}

/* 중앙 척추 라인 — 위/아래 마커 안쪽까지만 그려지도록 inset 적용 */
.vp .zz-spine {
  position: absolute;
  left: 50%;
  top: 62px;     /* padding-top(40) + marker-half(22) */
  bottom: 62px;  /* padding-bottom(40) + marker-half(22) */
  width: 2px;
  transform: translateX(-50%);
  z-index: 0;
}
.vp .zz-spine-track {
  position: absolute; inset: 0;
  background: linear-gradient(180deg,
    transparent 0%,
    rgba(6,44,79,.10) 4%,
    rgba(6,44,79,.10) 96%,
    transparent 100%);
}
.vp .zz-spine-fill {
  position: absolute; left: -1px; right: -1px; top: 0;
  height: 0%;
  background: linear-gradient(180deg, #00b8d4 0%, #0099cc 40%, #062c4f 100%);
  border-radius: 4px;
  box-shadow: 0 0 12px rgba(0,153,204,.4);
  transition: height .15s linear;
}

/* 시작/끝 마커 */
.vp .zz-marker {
  position: relative; z-index: 2;
  display: flex; justify-content: center;
  margin: 0 0 24px;
}
.vp .zz-marker-end { margin: 24px 0 0; }
.vp .zz-marker i {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0099cc, #062c4f);
  color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 15px;
  box-shadow: 0 6px 18px rgba(6,44,79,.25);
}
.vp .zz-marker-end i {
  font-size: 9px;
  background: #fff;
  color: var(--accent);
  border: 2.5px solid var(--accent);
  box-shadow: 0 0 0 4px rgba(0,153,204,.15);
}

/* ===== 지그재그 행 ===== */
.vp .zz-row {
  display: grid;
  grid-template-columns: 1fr 60px 1fr;
  align-items: start;
  margin-bottom: 44px;
  position: relative;
  z-index: 1;
}
/* 카드 위치 분기 (좌/우) — padding은 카드 본체에서 유지하고 margin으로 닷과의 간격만 조정 */
.vp .zz-row .zz-card {
  grid-row: 1;
}
.vp .zz-row.is-left  .zz-card { grid-column: 1; justify-self: end;   margin-right: 30px; }
.vp .zz-row.is-right .zz-card { grid-column: 3; justify-self: start; margin-left: 30px; }

/* 중앙 닷 */
.vp .zz-row .zz-dot {
  grid-column: 2; grid-row: 1;
  justify-self: center;
  margin-top: 26px;
}
.vp .zz-dot {
  position: relative;
  width: 16px; height: 16px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid rgba(0,153,204,.35);
  box-shadow: 0 0 0 5px rgba(255,255,255,.9), 0 2px 8px rgba(6,44,79,.08);
  display: inline-flex; align-items: center; justify-content: center;
  transition: all .35s ease;
  z-index: 2;
}
.vp .zz-row.reveal-in .zz-dot {
  background: var(--accent);
  border-color: var(--accent);
  box-shadow: 0 0 0 5px rgba(255,255,255,.9), 0 0 14px rgba(0,153,204,.45);
}
.vp .zz-dot.is-hero {
  width: 36px; height: 36px;
  background: #fff;
  border: 2.5px solid var(--accent);
  box-shadow: 0 0 0 6px rgba(255,255,255,.95), 0 4px 16px rgba(0,153,204,.30);
}
.vp .zz-dot.is-hero i {
  font-size: 13px;
  color: var(--accent);
  transition: color .35s ease;
}
.vp .zz-row.reveal-in .zz-dot.is-hero {
  background: linear-gradient(135deg, #0099cc, #062c4f);
  border-color: transparent;
  box-shadow: 0 0 0 6px rgba(255,255,255,.95), 0 6px 20px rgba(0,153,204,.45);
}
.vp .zz-row.reveal-in .zz-dot.is-hero i { color: #fff; }

/* 닷 → 카드 연결 가로 라인 */
.vp .zz-row.is-left .zz-card::after,
.vp .zz-row.is-right .zz-card::after {
  content: '';
  position: absolute;
  top: 32px;            /* 일반 닷 중심선과 일치 */
  width: 26px; height: 1.5px;
  background: linear-gradient(90deg, rgba(0,153,204,.55), rgba(0,153,204,.25));
  z-index: 1;
}
.vp .zz-row.is-left  .zz-card::after { right: -28px; }
.vp .zz-row.is-right .zz-card::after { left: -28px; background: linear-gradient(90deg, rgba(0,153,204,.25), rgba(0,153,204,.55)); }

/* Hero 카드(마일스톤)는 닷이 36px이라 중심이 더 아래에 위치 → 연결선도 함께 내려줌 */
.vp .zz-row.is-hero.is-left .zz-card::after,
.vp .zz-row.is-hero.is-right .zz-card::after {
  top: 41px;
}

/* ===== 카드 ===== */
.vp .zz-card {
  position: relative;
  width: 100%;
  max-width: 460px;
  padding: 22px 26px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(6,44,79,.08);
  border-radius: 14px;
  box-shadow: 0 12px 32px rgba(6,44,79,.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.vp .zz-card:hover {
  transform: translateY(-3px);
  border-color: rgba(0,153,204,.30);
  box-shadow: 0 18px 42px rgba(6,44,79,.10);
}

/* Hero 마일스톤 카드 — 좌측 액센트 라인 없이 ★ 태그와 별표 닷으로만 구분 */
.vp .zz-row.is-hero .zz-card {
  padding: 30px 32px;
  border-color: rgba(0,153,204,.22);
  background: linear-gradient(140deg, rgba(255,255,255,.96) 0%, rgba(243,250,253,.94) 100%);
  box-shadow: 0 18px 48px rgba(6,44,79,.10);
}

/* 마일스톤 태그 */
.vp .zz-mile-tag {
  position: absolute;
  top: -12px; right: 20px;
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 14px;
  background: linear-gradient(135deg, #0099cc, #062c4f);
  color: #fff;
  border-radius: 999px;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  box-shadow: 0 6px 18px rgba(6,44,79,.20);
}
.vp .zz-mile-tag i { font-size: 9px; }

/* 카드 헤더 */
.vp .zz-card-head {
  display: flex; align-items: baseline; gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px dashed rgba(6,44,79,.10);
}
.vp .zz-yr {
  font-family: var(--sans);
  font-variant-numeric: tabular-nums;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -.02em;
  background: linear-gradient(135deg, #062c4f, #0099cc);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  line-height: 1;
}
.vp .zz-row.is-hero .zz-yr { font-size: 28px; }
.vp .zz-h {
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
  letter-spacing: -.01em;
  margin: 0;
  flex: 1;
  min-width: 140px;
  line-height: 1.35;
}
.vp .zz-row.is-hero .zz-h { font-size: 18px; }

/* 이벤트 리스트 */
.vp .zz-events { list-style: none; padding: 0; margin: 0; }
.vp .zz-events li {
  display: flex; align-items: flex-start; gap: 10px;
  padding: 5px 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-2, #4a5160);
}
.vp .zz-dot-mini {
  flex-shrink: 0;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--accent);
  margin-top: 9px;
  box-shadow: 0 0 0 2.5px rgba(0,184,212,.15);
}
.vp .zz-events li span:last-child { flex: 1; word-break: keep-all; overflow-wrap: anywhere; }

/* 등장 애니메이션 - 좌측은 왼쪽에서, 우측은 오른쪽에서 */
.vp .zz-row[data-reveal] {
  opacity: 0;
  transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1);
}
.vp .zz-row.is-left[data-reveal]  { transform: translateX(-32px); }
.vp .zz-row.is-right[data-reveal] { transform: translateX(32px); }
.vp .zz-row[data-reveal].reveal-in {
  opacity: 1;
  transform: translateX(0);
}

/* ===== 모바일 ===== */
@media (max-width: 900px) {
  .vp.zz-page .page-section { padding: 60px 0 80px; }
  .vp .zz-timeline { padding: 20px 0; }

  /* 중앙 라인을 왼쪽으로 이동 */
  .vp .zz-spine { left: 22px; transform: none; }

  .vp .zz-marker { justify-content: flex-start; padding-left: 2px; }
  .vp .zz-marker i { width: 38px; height: 38px; font-size: 13px; }

  /* 1열 레이아웃 - 모든 카드 우측 정렬 (좌/우 강제 통합) */
  .vp .zz-row {
    grid-template-columns: 44px 1fr;
    margin-bottom: 28px;
  }
  .vp .zz-row .zz-dot {
    grid-column: 1; grid-row: 1;
    margin-top: 22px;
  }
  .vp .zz-row.is-left  .zz-card,
  .vp .zz-row.is-right .zz-card {
    grid-column: 2; grid-row: 1;
    justify-self: stretch;
    margin-left: 8px;
    margin-right: 0;
    max-width: 100%;
  }
  /* 모바일에서는 카드 → 닷 연결선 숨김 */
  .vp .zz-row.is-left .zz-card::after,
  .vp .zz-row.is-right .zz-card::after { display: none; }

  .vp .zz-card { padding: 18px 20px; }
  .vp .zz-row.is-hero .zz-card { padding: 22px 22px; }
  .vp .zz-yr { font-size: 19px; }
  .vp .zz-row.is-hero .zz-yr { font-size: 22px; }
  .vp .zz-h { font-size: 15px; }
  .vp .zz-row.is-hero .zz-h { font-size: 16px; }
  .vp .zz-events li { font-size: 13.5px; }
  .vp .zz-mile-tag { top: -10px; right: 12px; padding: 5px 11px; font-size: 10px; }

  /* 모바일은 위/아래 슬라이드 */
  .vp .zz-row.is-left[data-reveal],
  .vp .zz-row.is-right[data-reveal] { transform: translateY(20px); }
  .vp .zz-row[data-reveal].reveal-in { transform: translateY(0); }

  .vp .zz-blob { width: 320px; height: 320px; filter: blur(75px); }
}

@media (prefers-reduced-motion: reduce) {
  .vp .zz-blob { animation: none !important; }
  .vp .zz-row[data-reveal] { opacity: 1; transform: none !important; }
  .vp .zz-spine-fill { transition: none; }
}

/* ============================================================
 * (LEGACY) chapter/era history - 미사용 - 보존만
 * ============================================================ */
.vp.hp2-page { position: relative; overflow: hidden; }

.vp .hp2-bg { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.vp .hp2-bg::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 18% 18%, rgba(0,153,204,.08), transparent 55%),
    radial-gradient(ellipse at 86% 78%, rgba(0,184,212,.06), transparent 60%),
    linear-gradient(180deg, #fbfdff 0%, #f5f9fc 60%, #ffffff 100%);
}
.vp .hp2-blob {
  position: absolute; width: 520px; height: 520px;
  border-radius: 50%; filter: blur(100px); opacity: .32;
  mix-blend-mode: multiply;
  animation: introFloat 30s ease-in-out infinite;
}
.vp .hp2-blob-1 { background: #00b8d4; top: 8%; left: -180px; }
.vp .hp2-blob-2 { background: #0099cc; bottom: 12%; right: -200px; animation-delay: -12s; animation-duration: 34s; }
.vp .hp2-grid {
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(6,44,79,.05) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: radial-gradient(ellipse at center, #000 25%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 25%, transparent 80%);
}

/* Era 섹션 */
.vp .hp2-era { position: relative; z-index: 1; padding: 70px 0; }
.vp .hp2-era + .hp2-era { padding-top: 30px; }
.vp .hp2-era:first-of-type { padding-top: 100px; }
.vp .hp2-era:last-of-type { padding-bottom: 140px; }

/* 시대별 배경 톤 변화 (은은한 차이) */
.vp .hp2-era-1 { background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,153,204,.025) 100%); }
.vp .hp2-era-2 { background: linear-gradient(180deg, rgba(0,153,204,.025) 0%, rgba(0,184,212,.04) 100%); }
.vp .hp2-era-3 { background: linear-gradient(180deg, rgba(0,184,212,.04) 0%, rgba(6,44,79,.025) 100%); }
.vp .hp2-era-4 { background: linear-gradient(180deg, rgba(6,44,79,.025) 0%, rgba(0,153,204,.05) 100%); }

/* ===== Era Hero Card ===== */
.vp .hp2-hero {
  display: grid;
  grid-template-columns: minmax(180px, 220px) 1fr minmax(200px, 240px);
  gap: 40px;
  align-items: center;
  padding: 44px 48px;
  margin-bottom: 50px;
  background: linear-gradient(140deg, rgba(255,255,255,.95) 0%, rgba(247,251,253,.92) 100%);
  border: 1px solid rgba(6,44,79,.10);
  border-radius: 24px;
  box-shadow: 0 22px 60px rgba(6,44,79,.07);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  position: relative;
  overflow: hidden;
}
.vp .hp2-hero::before {
  content: '';
  position: absolute;
  top: -120px; right: -120px;
  width: 380px; height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,153,204,.14), transparent 60%);
  pointer-events: none;
}
.vp .hp2-hero::after {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 5px;
  background: linear-gradient(180deg, #0099cc, #062c4f);
}

.vp .hp2-hero-left {
  display: flex; flex-direction: column; gap: 12px;
}
.vp .hp2-num {
  font-family: var(--mono);
  font-size: 84px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.05em;
  background: linear-gradient(135deg, #062c4f 0%, #0099cc 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.vp .hp2-tag {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .15em;
  color: var(--accent);
  padding: 6px 12px;
  background: rgba(0,153,204,.10);
  border-radius: 999px;
  align-self: flex-start;
  text-transform: uppercase;
}

.vp .hp2-hero-mid { min-width: 0; }
.vp .hp2-name {
  font-size: clamp(28px, 3.2vw, 38px);
  font-weight: 800;
  color: var(--text);
  letter-spacing: -.025em;
  margin: 0 0 14px;
  line-height: 1.15;
}
.vp .hp2-desc {
  font-size: 15.5px;
  line-height: 1.75;
  color: var(--muted);
  margin: 0;
  max-width: 60ch;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.vp .hp2-hero-right {
  display: flex; flex-direction: column; gap: 14px;
  align-items: flex-end;
  text-align: right;
}
.vp .hp2-span {
  display: flex; align-items: baseline; gap: 8px;
  font-family: var(--mono);
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -.03em;
  color: var(--text);
}
.vp .hp2-span-sep { color: var(--accent); font-weight: 400; }
.vp .hp2-span-yr {
  background: linear-gradient(135deg, #062c4f, #0099cc);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.vp .hp2-span-meta {
  display: flex; align-items: center; gap: 14px;
  padding: 10px 16px;
  background: rgba(255,255,255,.7);
  border: 1px solid rgba(6,44,79,.08);
  border-radius: 999px;
  font-family: var(--mono);
}
.vp .hp2-span-meta strong {
  font-size: 17px;
  font-weight: 800;
  color: var(--accent);
  margin-right: 6px;
  letter-spacing: -.01em;
}
.vp .hp2-span-meta small {
  font-size: 10.5px;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: .12em;
}
.vp .hp2-span-meta .sep {
  width: 1px; height: 14px;
  background: rgba(6,44,79,.15);
}

/* ===== Year Cards ===== */
.vp .hp2-years {
  display: flex; flex-direction: column;
  gap: 0;
  padding-left: 20px;
  position: relative;
}
.vp .hp2-year-card {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 28px;
  padding: 0;
}
.vp .hp2-year-card + .hp2-year-card { margin-top: 0; }

/* 좌측 라인 + 닷 */
.vp .hp2-year-line {
  position: relative;
  display: flex; justify-content: center;
}
.vp .hp2-year-line::before {
  content: '';
  position: absolute;
  left: 50%; top: 0; bottom: -28px;
  transform: translateX(-50%);
  width: 1.5px;
  background: linear-gradient(180deg, rgba(0,153,204,.25), rgba(6,44,79,.10));
}
.vp .hp2-year-card:last-child .hp2-year-line::before { display: none; }
.vp .hp2-year-dot {
  position: absolute;
  left: 50%; top: 34px;
  transform: translate(-50%, -50%);
  width: 14px; height: 14px;
  border-radius: 50%;
  background: #fff;
  border: 2.5px solid var(--accent);
  box-shadow: 0 0 0 5px rgba(0,153,204,.10), 0 2px 8px rgba(0,153,204,.25);
  z-index: 1;
}
.vp .hp2-year-card:first-child .hp2-year-dot {
  background: var(--accent);
}

/* 우측 카드 본문 */
.vp .hp2-year-body {
  padding: 22px 30px 28px;
  margin-bottom: 18px;
  background: rgba(255,255,255,.85);
  border: 1px solid rgba(6,44,79,.08);
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(6,44,79,.04);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.vp .hp2-year-body:hover {
  transform: translateX(4px);
  border-color: rgba(0,153,204,.30);
  box-shadow: 0 16px 38px rgba(6,44,79,.10);
}
.vp .hp2-year-head {
  display: flex; align-items: baseline; gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px dashed rgba(6,44,79,.10);
}
.vp .hp2-year-yr {
  font-family: var(--mono);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -.02em;
  background: linear-gradient(135deg, #062c4f, #0099cc);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  line-height: 1;
}
.vp .hp2-year-h {
  font-size: 17px;
  font-weight: 700;
  color: var(--text);
  margin: 0;
  letter-spacing: -.01em;
  flex: 1;
  min-width: 160px;
}
.vp .hp2-events { list-style: none; padding: 0; margin: 0; }
.vp .hp2-events li {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 7px 0;
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--text-2, #4a5160);
}
.vp .hp2-bullet {
  flex-shrink: 0;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--accent);
  margin-top: 9px;
  box-shadow: 0 0 0 3px rgba(0,184,212,.15);
}
.vp .hp2-events li span:last-child { flex: 1; word-break: keep-all; overflow-wrap: anywhere; }

/* reveal */
.vp .hp2-page [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1);
}
.vp .hp2-page [data-reveal].reveal-in {
  opacity: 1; transform: none;
}
.vp .hp2-year-card[data-reveal]:nth-child(1) { transition-delay: .05s; }
.vp .hp2-year-card[data-reveal]:nth-child(2) { transition-delay: .14s; }
.vp .hp2-year-card[data-reveal]:nth-child(3) { transition-delay: .22s; }

/* 모바일 */
@media (max-width: 900px) {
  .vp .hp2-era { padding: 50px 0; }
  .vp .hp2-era:first-of-type { padding-top: 70px; }
  .vp .hp2-era:last-of-type { padding-bottom: 90px; }
  .vp .hp2-hero {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 30px 24px;
    margin-bottom: 32px;
    border-radius: 18px;
  }
  .vp .hp2-hero::before { width: 220px; height: 220px; top: -80px; right: -80px; }
  .vp .hp2-hero-left { flex-direction: row; align-items: center; gap: 18px; }
  .vp .hp2-num { font-size: 58px; }
  .vp .hp2-name { font-size: 22px; margin-bottom: 10px; }
  .vp .hp2-desc { font-size: 14px; }
  .vp .hp2-hero-right { align-items: flex-start; text-align: left; gap: 10px; }
  .vp .hp2-span { font-size: 20px; }
  .vp .hp2-span-meta { padding: 8px 14px; gap: 10px; }
  .vp .hp2-span-meta strong { font-size: 15px; }

  .vp .hp2-years { padding-left: 0; }
  .vp .hp2-year-card {
    grid-template-columns: 36px 1fr;
    gap: 14px;
  }
  .vp .hp2-year-body {
    padding: 18px 20px 22px;
    margin-bottom: 14px;
    border-radius: 12px;
  }
  .vp .hp2-year-yr { font-size: 18px; }
  .vp .hp2-year-h { font-size: 15px; min-width: 120px; }
  .vp .hp2-events li { font-size: 13.5px; }
}

@media (max-width: 600px) {
  .vp .hp2-hero { padding: 26px 20px; }
  .vp .hp2-num { font-size: 48px; }
  .vp .hp2-year-card { grid-template-columns: 28px 1fr; gap: 10px; }
  .vp .hp2-year-body { padding: 16px 16px 18px; }
}

/* ===== Zigzag history — 작은 모바일(≤600px) 추가 압축 ===== */
@media (max-width: 600px) {
  .vp .zz-row { margin-bottom: 16px; }                         /* 카드 사이 간격 축소 */
  .vp .zz-row .zz-dot { margin-top: 18px; }                    /* 일반 닷을 연도 중심에 맞춤 */
  .vp .zz-row.is-hero .zz-dot { margin-top: 8px; }             /* 마일스톤(36px) 닷도 연도 중심 정렬 */
  .vp .zz-card-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    margin-bottom: 12px;
    padding-bottom: 10px;
  }
  .vp .zz-yr { font-size: 17px; }
  .vp .zz-row.is-hero .zz-yr { font-size: 20px; }
  .vp .zz-h {
    font-size: 14.5px;
    min-width: 0;
    word-break: keep-all;
    overflow-wrap: anywhere;
    line-height: 1.4;
  }
  .vp .zz-row.is-hero .zz-h { font-size: 15.5px; }
  .vp .zz-mile-tag {
    top: -9px; right: 10px;
    padding: 4px 9px;
    font-size: 9.5px;
  }
  .vp .zz-mile-tag i { font-size: 8px; }
  .vp .zz-events li { font-size: 13px; line-height: 1.55; }
  .vp .zz-card { padding: 16px 16px; }
  .vp .zz-row.is-hero .zz-card { padding: 22px 18px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .vp .hp2-blob { animation: none !important; }
  .vp .hp2-page [data-reveal] { opacity: 1; transform: none; }
}

/* ============================================================
 * (LEGACY) sticky-year history - 미사용 - 보존만
 * ============================================================ */
.vp.history-page { position: relative; overflow: hidden; }

.vp .hp-bg {
  position: absolute; inset: 0;
  pointer-events: none; z-index: 0;
}
.vp .hp-bg::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 15% 20%, rgba(0,153,204,.10), transparent 50%),
    radial-gradient(ellipse at 90% 80%, rgba(0,184,212,.06), transparent 55%),
    linear-gradient(180deg, #fbfdff 0%, #f5f9fc 70%, #ffffff 100%);
}
.vp .hp-blob {
  position: absolute;
  width: 480px; height: 480px;
  border-radius: 50%;
  filter: blur(90px);
  opacity: .35;
  mix-blend-mode: multiply;
  animation: introFloat 28s ease-in-out infinite;
  will-change: transform;
}
.vp .hp-blob-1 { background: #00b8d4; top: 10%; left: -180px; }
.vp .hp-blob-2 { background: #0099cc; bottom: 5%; right: -200px; animation-delay: -10s; animation-duration: 32s; }
.vp .hp-grid {
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(6,44,79,.06) 1px, transparent 1px);
  background-size: 30px 30px;
  mask-image: radial-gradient(ellipse at center, #000 25%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 25%, transparent 80%);
}

.vp.history-page .page-section { position: relative; z-index: 1; padding: 90px 0 120px; }

/* 2-column layout */
.vp .hp-layout {
  display: grid;
  grid-template-columns: minmax(360px, 420px) 1fr;
  gap: 80px;
  align-items: start;
}

/* ===== 좌측 sticky ===== */
.vp .hp-sticky {
  position: sticky;
  top: 90px;
  align-self: start;
  padding: 30px 0;
}
.vp .hp-eye {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .3em;
  color: var(--accent);
  margin: 0 0 16px;
  font-weight: 700;
  display: inline-flex; align-items: center; gap: 10px;
}
.vp .hp-eye::before {
  content: '';
  width: 28px; height: 1px;
  background: var(--accent);
}
.vp .hp-year-wrap {
  position: relative;
  margin-bottom: 36px;
  min-height: 140px;
}
.vp .hp-year {
  font-family: var(--mono);
  font-size: clamp(96px, 11vw, 160px);
  font-weight: 800;
  line-height: .95;
  letter-spacing: -.05em;
  display: inline-block;
  background: linear-gradient(135deg, #062c4f 0%, #0099cc 60%, #062c4f 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: hpYearShine 6s ease-in-out infinite;
}
@keyframes hpYearShine {
  0%,100% { background-position: 0% center; }
  50%     { background-position: 100% center; }
}
@keyframes hpFlip {
  0%   { transform: translateY(20px); opacity: 0; filter: blur(6px); }
  100% { transform: translateY(0);    opacity: 1; filter: blur(0); }
}
.vp .hp-year.hp-flip { animation: hpFlip .55s cubic-bezier(.2,.7,.2,1), hpYearShine 6s ease-in-out infinite; }

/* stats */
.vp .hp-stats {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  margin: 0 0 36px;
  padding: 18px 0;
  border-top: 1px solid rgba(6,44,79,.10);
  border-bottom: 1px solid rgba(6,44,79,.10);
}
.vp .hp-stats > div { padding: 0 4px; }
.vp .hp-stats > div + div { border-left: 1px solid rgba(6,44,79,.08); padding-left: 16px; }
.vp .hp-stats dt {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .2em;
  color: var(--muted);
  font-weight: 700;
  margin-bottom: 8px;
}
.vp .hp-stats dd {
  margin: 0;
  font-family: var(--mono);
  font-size: 22px;
  font-weight: 800;
  color: var(--text);
  letter-spacing: -.02em;
  line-height: 1;
}
.vp .hp-stats dd small {
  font-size: 11px;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: .1em;
  margin-left: 3px;
}

/* scrubber (year dots) */
.vp .hp-scrub {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-left: 14px;
  max-height: 460px;
  overflow-y: auto;
  margin-right: -10px;
  padding-right: 10px;
  scrollbar-width: thin;
}
.vp .hp-scrub::-webkit-scrollbar { width: 4px; }
.vp .hp-scrub::-webkit-scrollbar-thumb { background: rgba(6,44,79,.12); border-radius: 2px; }
.vp .hp-scrub-rail {
  position: absolute;
  left: 6px; top: 12px; bottom: 12px;
  width: 1px;
  background: linear-gradient(180deg, rgba(0,153,204,.35), rgba(6,44,79,.12), rgba(0,153,204,.35));
}
.vp .hp-dot {
  position: relative;
  display: flex; align-items: center; gap: 14px;
  padding: 8px 0 8px 12px;
  background: transparent; border: 0;
  text-align: left;
  cursor: pointer;
  color: var(--muted);
  transition: color .2s;
}
.vp .hp-dot::before {
  content: '';
  position: absolute;
  left: -8px; top: 50%; transform: translate(-50%, -50%);
  width: 9px; height: 9px;
  border-radius: 50%;
  background: #fff;
  border: 1.5px solid rgba(6,44,79,.25);
  transition: all .25s ease;
}
.vp .hp-dot-yr {
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .02em;
  transition: all .25s ease;
}
.vp .hp-dot:hover { color: var(--accent); }
.vp .hp-dot:hover::before { border-color: var(--accent); }
.vp .hp-dot.is-active { color: var(--text); }
.vp .hp-dot.is-active::before {
  background: var(--accent);
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(0,153,204,.18);
  transform: translate(-50%, -50%) scale(1.15);
}
.vp .hp-dot.is-active .hp-dot-yr { font-size: 15px; font-weight: 800; color: var(--accent); }

/* ===== 우측 콘텐츠 ===== */
.vp .hp-content {
  padding-top: 30px;
  position: relative;
}
.vp .hp-card {
  position: relative;
  padding: 36px 38px;
  margin-bottom: 28px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(6,44,79,.08);
  border-radius: 18px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 12px 36px rgba(6,44,79,.05);
  transition: transform .4s ease, border-color .4s ease, box-shadow .4s ease, opacity .4s ease;
  opacity: .55;
}
.vp .hp-card::before {
  content: '';
  position: absolute;
  left: -1px; top: -1px; bottom: -1px;
  width: 4px;
  background: linear-gradient(180deg, #0099cc, #062c4f);
  border-radius: 18px 0 0 18px;
  opacity: 0;
  transition: opacity .4s ease;
}
.vp .hp-card.is-active {
  opacity: 1;
  border-color: rgba(0,153,204,.30);
  box-shadow: 0 22px 56px rgba(6,44,79,.12);
  transform: translateY(-2px);
}
.vp .hp-card.is-active::before { opacity: 1; }

.vp .hp-card-head {
  display: flex; align-items: baseline; gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px dashed rgba(6,44,79,.12);
}
.vp .hp-card-yr {
  font-family: var(--mono);
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -.03em;
  background: linear-gradient(135deg, #062c4f, #0099cc);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  line-height: 1;
}
.vp .hp-card-h {
  font-size: 21px;
  font-weight: 700;
  color: var(--text);
  letter-spacing: -.01em;
  margin: 0;
  flex: 1;
  min-width: 200px;
}
.vp .hp-events { list-style: none; padding: 0; margin: 0; }
.vp .hp-events li {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 10px 0;
  font-size: 15px;
  line-height: 1.65;
  color: var(--text-2, #4a5160);
  border-bottom: 1px solid rgba(6,44,79,.05);
}
.vp .hp-events li:last-child { border-bottom: 0; }
.vp .hp-bullet {
  flex-shrink: 0;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--accent);
  margin-top: 9px;
  box-shadow: 0 0 0 3px rgba(0,184,212,.15);
}
.vp .hp-evt-text { flex: 1; word-break: keep-all; overflow-wrap: anywhere; }

.vp .hp-tail { height: 40vh; }

/* ===== 모바일 ===== */
@media (max-width: 1024px) {
  .vp .hp-layout { grid-template-columns: 1fr; gap: 24px; }
  .vp .hp-sticky {
    position: static;
    padding: 0 0 8px;
    text-align: center;
  }
  .vp .hp-year-wrap { min-height: 0; margin-bottom: 24px; }
  .vp .hp-year { font-size: clamp(72px, 22vw, 120px); }
  .vp .hp-eye { justify-content: center; }
  .vp .hp-eye::before { display: none; }
  .vp .hp-stats { margin-bottom: 20px; }
  .vp .hp-scrub { display: none; } /* 모바일에서는 카드 자체가 네비 역할 */
  .vp .hp-content { padding-top: 0; }
  .vp .hp-card { opacity: 1; padding: 28px 22px; margin-bottom: 18px; }
  .vp .hp-card::before { opacity: 1; }
  .vp .hp-card-yr { font-size: 24px; }
  .vp .hp-card-h { font-size: 17px; }
  .vp .hp-events li { font-size: 14px; }
  .vp .hp-blob { width: 320px; height: 320px; filter: blur(70px); }
  .vp .hp-tail { display: none; }
}
@media (max-width: 600px) {
  .vp.history-page .page-section { padding: 60px 0 80px; }
  .vp .hp-stats { grid-template-columns: 1fr 1fr; gap: 12px; }
  .vp .hp-stats > div:last-child { grid-column: 1 / -1; border-left: 0; border-top: 1px solid rgba(6,44,79,.08); padding-left: 4px; padding-top: 12px; }
  .vp .hp-card-head { gap: 10px; padding-bottom: 14px; margin-bottom: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .vp .hp-blob, .vp .hp-year { animation: none !important; }
  .vp .hp-year.hp-flip { animation: none !important; }
}

/* ============================================================
 * COMPANY · ORGANIZATION (v3) — 풍성한 디자인 (모바일 최적화)
 * ============================================================ */
.vp.org3-page { position: relative; overflow: hidden; }

/* 배경 데코 */
.vp .org3-bg { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.vp .org3-bg::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 16% 16%, rgba(0,153,204,.09), transparent 55%),
    radial-gradient(ellipse at 88% 84%, rgba(0,184,212,.06), transparent 60%),
    linear-gradient(180deg, #fbfdff 0%, #f5f9fc 60%, #ffffff 100%);
}
.vp .org3-blob {
  position: absolute; width: 460px; height: 460px;
  border-radius: 50%; filter: blur(95px); opacity: .30;
  mix-blend-mode: multiply;
  animation: introFloat 28s ease-in-out infinite;
}
.vp .org3-blob-1 { background: #00b8d4; top: 6%; left: -170px; }
.vp .org3-blob-2 { background: #0099cc; bottom: 4%; right: -180px; animation-delay: -11s; animation-duration: 33s; }
.vp .org3-grid {
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(6,44,79,.055) 1px, transparent 1px);
  background-size: 30px 30px;
  mask-image: radial-gradient(ellipse at center, #000 22%, transparent 78%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 22%, transparent 78%);
}

.vp.org3-page .page-section { position: relative; z-index: 1; padding: 80px 0 110px; }

/* 헤더 */
.vp .org3-head { text-align: center; max-width: 680px; margin: 0 auto 64px; }
.vp .org3-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--mono);
  font-size: 11.5px; letter-spacing: .28em;
  color: var(--accent);
  margin: 0 0 20px;
  padding: 7px 16px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(0,153,204,.22);
  border-radius: 999px;
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  font-weight: 700;
}
.vp .org3-eye-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--accent);
  animation: introPulseDot 2s ease-out infinite;
}
.vp .org3-title {
  font-size: clamp(32px, 4.4vw, 52px);
  font-weight: 800; letter-spacing: -.025em; line-height: 1.12;
  margin: 0 0 16px;
  background: linear-gradient(120deg, #062c4f 0%, #0099cc 50%, #062c4f 100%);
  background-size: 200% auto;
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  animation: introTextShine 8s ease-in-out infinite;
}
.vp .org3-lead {
  font-size: clamp(14.5px, 1.2vw, 16.5px);
  color: var(--muted); line-height: 1.7; margin: 0;
  word-break: keep-all;
}

/* 차트 컨테이너 */
.vp .org3 { max-width: 1200px; margin: 0 auto; }

/* 대표 박스 */
.vp .org3-top { display: flex; justify-content: center; }
.vp .org3-ceo {
  display: inline-flex; align-items: center; gap: 16px;
  padding: 22px 56px;
  background: linear-gradient(135deg, #062c4f 0%, #0099cc 100%);
  border-radius: 18px;
  box-shadow: 0 20px 46px -12px rgba(0,153,204,.5);
  color: #fff;
  position: relative;
}
.vp .org3-ceo::after {
  content: '';
  position: absolute; inset: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255,255,255,.16), transparent 55%);
  pointer-events: none;
}
.vp .org3-ceo-badge {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: rgba(255,255,255,.16);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}
.vp .org3-ceo-name { font-size: 26px; font-weight: 800; letter-spacing: .04em; }

/* 트리 연결선 — 1단·2단 사이 125px로 시원하게 */
.vp .org3-connector { position: relative; height: 125px; }
.vp .org3-c-stem {
  position: absolute; left: 50%; top: 0; width: 1px; height: 75px;
  background: linear-gradient(180deg, rgba(0,153,204,.6), rgba(0,153,204,.35));
  transform: translateX(-50%);
}
.vp .org3-c-bar {
  position: absolute; top: 75px; height: 1px;
  left: 16.666%; right: 16.666%;
  background: rgba(0,153,204,.4);
}
.vp .org3-c-drop {
  position: absolute; top: 75px; width: 1px; height: 50px;
  background: rgba(0,153,204,.4);
}
.vp .org3-c-drop-1 { left: 16.666%; }
.vp .org3-c-drop-2 { left: 50%; transform: translateX(-50%); }
.vp .org3-c-drop-3 { right: 16.666%; }

/* 3개 부문 카드 */
.vp .org3-row {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.vp .org3-dept {
  position: relative;
  display: flex; flex-direction: column; align-items: center; text-align: center;
  gap: 16px;
  padding: 38px 26px 32px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(6,44,79,.08);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(6,44,79,.06);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  overflow: hidden;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.vp .org3-dept::before {
  content: '';
  position: absolute; left: 0; right: 0; top: 0; height: 3px;
  background: linear-gradient(90deg, #00b8d4, #0099cc, #062c4f);
  transform: scaleX(0); transform-origin: left;
  transition: transform .4s ease;
}
.vp .org3-dept:hover {
  transform: translateY(-6px);
  border-color: rgba(0,153,204,.30);
  box-shadow: 0 26px 54px rgba(6,44,79,.13);
}
.vp .org3-dept:hover::before { transform: scaleX(1); }
.vp .org3-dept-icon {
  width: 64px; height: 64px;
  border-radius: 16px;
  background: linear-gradient(135deg, #0099cc, #062c4f);
  display: inline-flex; align-items: center; justify-content: center;
  color: #fff; font-size: 24px;
  box-shadow: 0 10px 22px -6px rgba(0,153,204,.5);
  transition: transform .35s ease;
}
.vp .org3-dept:hover .org3-dept-icon { transform: scale(1.06) rotate(-3deg); }
.vp .org3-dept-body { display: flex; flex-direction: column; gap: 9px; }
.vp .org3-dept-name {
  font-size: 19px; font-weight: 800; color: var(--text);
  letter-spacing: -.01em; margin: 0; line-height: 1.35;
}
.vp .org3-dept-desc {
  font-size: 13.5px; color: var(--muted);
  margin: 0; line-height: 1.65; word-break: keep-all;
}

/* reveal */
.vp .org3-page [data-reveal] {
  opacity: 0; transform: translateY(22px);
  transition: opacity .75s cubic-bezier(.2,.7,.2,1), transform .75s cubic-bezier(.2,.7,.2,1);
}
.vp .org3-page [data-reveal].reveal-in { opacity: 1; transform: none; }
.vp .org3-dept[data-reveal]:nth-child(1) { transition-delay: .06s; }
.vp .org3-dept[data-reveal]:nth-child(2) { transition-delay: .16s; }
.vp .org3-dept[data-reveal]:nth-child(3) { transition-delay: .26s; }

/* ===== 모바일 (≤768px) — 세로 스택 ===== */
@media (max-width: 768px) {
  .vp.org3-page .page-section { padding: 60px 0 80px; }
  .vp .org3-head { margin-bottom: 40px; }
  .vp .org3-eyebrow { font-size: 10.5px; padding: 6px 14px; margin-bottom: 16px; }
  .vp .org3-title { font-size: clamp(28px, 8vw, 38px); }
  .vp .org3-lead { font-size: 14px; }

  .vp .org3-ceo {
    width: 100%; max-width: 360px;
    padding: 20px 28px;
    justify-content: center;
  }
  .vp .org3-ceo-name { font-size: 23px; }

  /* 가로 트리 → 세로 단선 (대표 → 1부문 70px) */
  .vp .org3-connector { height: 70px; }
  .vp .org3-c-stem { height: 70px; width: 1px; }
  .vp .org3-c-bar,
  .vp .org3-c-drop-1,
  .vp .org3-c-drop-2,
  .vp .org3-c-drop-3 { display: none; }

  /* 3부문 세로 스택 + 부문 간 연결선 (길게) */
  .vp .org3-row { grid-template-columns: 1fr; gap: 0; }
  .vp .org3-dept {
    flex-direction: row; text-align: left;
    align-items: center; gap: 18px;
    padding: 22px 22px;
    margin-bottom: 30px;
  }
  .vp .org3-dept:last-child { margin-bottom: 0; }
  .vp .org3-dept:not(:last-child)::after {
    content: '';
    position: absolute; left: 50%; bottom: -30px;
    width: 1px; height: 30px;
    background: rgba(0,153,204,.4);
    transform: translateX(-50%);
  }
  /* 모바일에서는 상단 액센트 라인 비활성 */
  .vp .org3-dept::before { display: none; }
  .vp .org3-dept-icon { width: 52px; height: 52px; font-size: 20px; flex-shrink: 0; }
  .vp .org3-dept-body { flex: 1; }
  .vp .org3-dept-name { font-size: 17px; }
  .vp .org3-dept-desc { font-size: 12.5px; }
}

@media (max-width: 380px) {
  .vp .org3-dept { padding: 18px 16px; gap: 14px; }
  .vp .org3-dept-icon { width: 46px; height: 46px; font-size: 18px; }
  .vp .org3-dept-name { font-size: 15.5px; }
  .vp .org3-dept-desc { font-size: 12px; }
  .vp .org3-ceo-name { font-size: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .vp .org3-blob { animation: none !important; }
  .vp .org3-title { animation: none !important; }
  .vp .org3-page [data-reveal] { opacity: 1; transform: none; }
}

/* ============================================================
 * COMPANY · AWARDS — 배경 데코 (org3/loc와 동일 스타일, 바이올렛 컬러)
 * 스티키 탭 보호: .aw-page엔 overflow 미적용, .aw-bg가 자체 클립
 * ============================================================ */
/* overflow-x:hidden(전역 .vp)이 스크롤 컨테이너를 만들어 sticky 탭을 깨뜨리므로
   clip으로 교체 — 가로 넘침은 막고 스크롤 컨테이너는 안 만듦 (sticky 정상) */
.vp.aw-page { position: relative; overflow-x: clip; }
.vp.aw-page .page-section { position: relative; z-index: 1; }
.vp .aw-bg {
  position: absolute; inset: 0; overflow: hidden;
  pointer-events: none; z-index: 0;
}
.vp .aw-bg::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 16% 14%, rgba(0,184,212,.045), transparent 58%),
    radial-gradient(ellipse at 86% 86%, rgba(0,153,204,.03), transparent 62%),
    linear-gradient(180deg, #fefeff 0%, #fafcff 50%, #ffffff 100%);
}
.vp .aw-blob {
  position: absolute; width: 480px; height: 480px;
  border-radius: 50%; filter: blur(100px); opacity: .15;
  mix-blend-mode: multiply;
  will-change: transform;
}
.vp .aw-blob-1 {
  background: #00b8d4; top: 0%; left: -190px;
  animation: awDrift1 22s ease-in-out infinite;
}
.vp .aw-blob-2 {
  background: #0099cc; bottom: -2%; right: -200px;
  animation: awDrift2 27s ease-in-out infinite;
}
/* 재미있는 배경 모션 — 부드럽게 떠다니며 크기가 숨쉬듯 변함 */
@keyframes awDrift1 {
  0%   { transform: translate(0, 0) scale(1); }
  25%  { transform: translate(70px, 45px) scale(1.14); }
  50%  { transform: translate(150px, -25px) scale(1); }
  75%  { transform: translate(55px, 60px) scale(1.08); }
  100% { transform: translate(0, 0) scale(1); }
}
@keyframes awDrift2 {
  0%   { transform: translate(0, 0) scale(1); }
  30%  { transform: translate(-80px, -45px) scale(1.12); }
  60%  { transform: translate(-35px, 35px) scale(.93); }
  100% { transform: translate(0, 0) scale(1); }
}
.vp .aw-grid {
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(6,44,79,.055) 1px, transparent 1px);
  background-size: 30px 30px;
  mask-image: radial-gradient(ellipse at center, #000 22%, transparent 78%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 22%, transparent 78%);
}
/* ===== 별똥별 효과 ===== */
.vp .aw-star {
  position: absolute;
  width: 4px; height: 4px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(255,255,255,.09),
              0 0 8px 3px rgba(255,255,255,.5),
              0 0 16px 5px rgba(0,184,212,.42),
              0 0 30px 9px rgba(0,153,204,.2);
  opacity: 0;
  will-change: transform, opacity;
}
.vp .aw-star::before {
  content: '';
  position: absolute;
  top: 50%; left: 0;
  width: 210px; height: 2px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, rgba(255,255,255,.7) 0%, rgba(190,242,255,.5) 25%, rgba(0,184,212,.3) 55%, transparent 100%);
  border-radius: 3px;
}
.vp .aw-star-1 { top: 5%;  right: 6%;  animation: awShoot 8s   ease-in 0s   infinite; }
.vp .aw-star-2 { top: 14%; right: 22%; animation: awShoot 9s   ease-in 1.4s infinite; }
.vp .aw-star-3 { top: 3%;  right: 40%; animation: awShoot 7.5s ease-in 2.8s infinite; }
.vp .aw-star-4 { top: 19%; right: 58%; animation: awShoot 10s  ease-in 4.2s infinite; }
.vp .aw-star-5 { top: 8%;  right: 74%; animation: awShoot 8.5s ease-in 5.6s infinite; }
.vp .aw-star-6 { top: 23%; right: 88%; animation: awShoot 9.5s ease-in 7s   infinite; }
/* 별똥별: 평소엔 안 보이다가 가끔 빠르게 좌하향으로 흐름 */
@keyframes awShoot {
  0%   { opacity: 0; transform: translate(0, 0) rotate(148deg); }
  3%   { opacity: 1; }
  17%  { opacity: 1; }
  23%  { opacity: 0; transform: translate(-940px, 410px) rotate(148deg); }
  100% { opacity: 0; transform: translate(-940px, 410px) rotate(148deg); }
}

@media (prefers-reduced-motion: reduce) {
  .vp .aw-blob { animation: none !important; }
  .vp .aw-star { display: none !important; }
}

/* ============================================================
 * COMPANY · AWARDS — 탭 인터페이스
 * ============================================================ */
.vp .aw-tabs {
  display: flex;
  gap: 8px;
  margin: 0 0 48px;
  padding: 8px;
  background: rgba(255,255,255,.7);
  border: 1px solid rgba(6,44,79,.08);
  border-radius: 999px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(6,44,79,.06);
  position: sticky;
  top: 14px;
  z-index: 20;
  overflow-x: auto;
  scrollbar-width: none;
}
.vp .aw-tabs::-webkit-scrollbar { display: none; }
.vp .aw-tab {
  flex: 1 0 auto;
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 13px 22px;
  background: transparent;
  border: 0;
  border-radius: 999px;
  font-family: inherit;
  font-size: 14.5px;
  font-weight: 700;
  letter-spacing: -.01em;
  color: var(--muted);
  white-space: nowrap;
  cursor: pointer;
  transition: color .22s ease, background .22s ease, box-shadow .22s ease;
}
.vp .aw-tab i { font-size: 14px; opacity: .75; transition: opacity .2s; }
.vp .aw-tab:hover { color: var(--text); }
.vp .aw-tab:hover i { opacity: 1; }
.vp .aw-tab.is-active {
  color: #fff;
  background: linear-gradient(135deg, #0099cc 0%, #062c4f 100%);
  box-shadow: 0 8px 20px -6px rgba(0,153,204,.5);
}
.vp .aw-tab.is-active i { opacity: 1; }

/* 패널 */
.vp .aw-panel { display: none; }
.vp .aw-panel.is-active {
  display: block;
  animation: awFade .4s cubic-bezier(.2,.7,.2,1);
}
@keyframes awFade {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: none; }
}
.vp .aw-panel .sec-head { margin-bottom: 40px; }

/* 모바일 */
@media (max-width: 768px) {
  .vp .aw-tabs {
    gap: 6px;
    padding: 6px;
    margin-bottom: 32px;
    border-radius: 16px;
    top: 8px;
    justify-content: flex-start;
  }
  .vp .aw-tab {
    flex: 0 0 auto;
    padding: 11px 16px;
    font-size: 13px;
    gap: 7px;
  }
  .vp .aw-tab i { font-size: 12.5px; }
  .vp .aw-panel .sec-head { margin-bottom: 28px; }
}
@media (max-width: 480px) {
  .vp .aw-tab span {
    /* 아주 좁은 화면에선 아이콘 위 텍스트 줄바꿈 방지 위해 폰트만 더 축소 */
    font-size: 12.5px;
  }
  .vp .aw-tab { padding: 10px 13px; }
}

@media (prefers-reduced-motion: reduce) {
  .vp .aw-panel.is-active { animation: none; }
}

/* ===== 기술사 자격 — 프리미엄 크리덴셜 카드 ===== */
.vp .pe-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  max-width: 980px;
  margin: 0 auto;
}
.vp .pe-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 40px 40px 40px 36px;
  background: linear-gradient(135deg, #062c4f 0%, #0a3a63 55%, #0099cc 160%);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 22px 50px -16px rgba(6,44,79,.55);
  transition: transform .4s cubic-bezier(.2,.7,.2,1), box-shadow .4s ease;
}
.vp .pe-card::before {
  content: '';
  position: absolute; right: -70px; top: -70px;
  width: 220px; height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,184,212,.30), transparent 65%);
  pointer-events: none;
}
.vp .pe-card::after {
  content: '\f0a3';
  font-family: 'Font Awesome 6 Free'; font-weight: 900;
  position: absolute; right: 20px; bottom: -28px;
  font-size: 150px; line-height: 1;
  color: rgba(255,255,255,.045);
  pointer-events: none;
}
.vp .pe-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 32px 64px -16px rgba(0,153,204,.55);
}
/* 코너 리본 */
.vp .pe-ribbon {
  position: absolute; top: 16px; right: -34px;
  width: 130px; padding: 5px 0;
  background: linear-gradient(90deg, #00b8d4, #0099cc);
  transform: rotate(38deg);
  box-shadow: 0 4px 12px rgba(0,0,0,.25);
}
/* 인장 엠블럼 */
.vp .pe-seal {
  position: relative;
  flex-shrink: 0;
  width: 92px; height: 92px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00d4ff 0%, #0099cc 50%, #006c91 100%);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 36px;
  box-shadow: 0 10px 26px -6px rgba(0,184,212,.6), inset 0 2px 6px rgba(255,255,255,.35);
}
.vp .pe-seal-ring {
  position: absolute; inset: -9px;
  border-radius: 50%;
  border: 1.5px dashed rgba(255,255,255,.45);
  animation: peSpin 18s linear infinite;
}
@keyframes peSpin { to { transform: rotate(360deg); } }
.vp .pe-card:hover .pe-seal-ring { animation-duration: 6s; }
.vp .pe-body { min-width: 0; }
.vp .pe-tag {
  display: inline-block;
  font-family: var(--mono);
  font-size: 10.5px; letter-spacing: .14em;
  color: #7fe3f5;
  margin-bottom: 12px;
  padding: 5px 12px;
  background: rgba(0,184,212,.14);
  border: 1px solid rgba(0,184,212,.3);
  border-radius: 999px;
  white-space: nowrap;
}
.vp .pe-name {
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 800;
  color: #fff;
  letter-spacing: -.02em;
  margin: 0 0 12px;
  line-height: 1.2;
  word-break: keep-all;
}
.vp .pe-issuer {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 14px;
  color: rgba(255,255,255,.72);
  margin: 0;
}
.vp .pe-issuer i { color: #7fe3f5; font-size: 13px; }

/* 클릭 가능한 크리덴셜 카드 (등록확인서 보기) */
.vp a.pe-card { text-decoration: none; color: inherit; cursor: zoom-in; }
.vp .pe-view {
  position: absolute;
  right: 22px; bottom: 20px;
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--mono);
  font-size: 11px; letter-spacing: .04em;
  color: #cdeff8;
  padding: 7px 14px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(127,227,245,.35);
  border-radius: 999px;
  opacity: .85;
  transition: opacity .25s ease, background .25s ease, transform .25s ease;
  z-index: 2;
}
.vp .pe-view i { font-size: 11px; }
.vp a.pe-card:hover .pe-view {
  opacity: 1;
  background: rgba(0,184,212,.28);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .vp .pe-grid { grid-template-columns: 1fr; gap: 18px; max-width: 520px; }
  .vp .pe-card { gap: 20px; padding: 28px 24px; }
  .vp .pe-seal { width: 72px; height: 72px; font-size: 28px; }
  .vp .pe-card::after { font-size: 110px; bottom: -20px; right: 12px; }
  .vp .pe-name { font-size: 20px; }
  .vp .pe-tag { font-size: 9.5px; letter-spacing: .1em; padding: 4px 10px; }
}
@media (max-width: 380px) {
  .vp .pe-card { flex-direction: column; align-items: flex-start; text-align: left; }
}
@media (prefers-reduced-motion: reduce) {
  .vp .pe-seal-ring { animation: none; }
}

/* 클릭 가능한 수상 카드 (이미지 있을 때) */
.vp a.award-card { text-decoration: none; color: inherit; display: block; cursor: zoom-in; }
.vp a.award-card .award-img,
.vp .patent-card .patent-img,
.vp .biz-cert-card .biz-cert-img { transition: transform .35s ease; }
.vp a.award-card:hover .award-img,
.vp .patent-card:hover .patent-img,
.vp .biz-cert-card:hover .biz-cert-img { transform: scale(1.03); }
.vp [data-zoom] { cursor: zoom-in; }

/* ===== 이미지 라이트박스 ===== */
.vp ~ .aw-lightbox,
.aw-lightbox {
  position: fixed; inset: 0;
  z-index: 9999;
  display: flex; align-items: center; justify-content: center;
  padding: 4vh 4vw;
  background: rgba(6,16,28,.92);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0; visibility: hidden;
  transition: opacity .28s ease, visibility .28s ease;
  cursor: zoom-out;
}
.vp ~ .aw-lightbox.is-open,
.aw-lightbox.is-open { opacity: 1; visibility: visible; }
.aw-lightbox .aw-lb-img {
  max-width: 100%; max-height: 92vh;
  width: auto; height: auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 30px 80px rgba(0,0,0,.6);
  transform: scale(.96);
  transition: transform .3s cubic-bezier(.2,.7,.2,1);
  background: #fff;
}
.vp ~ .aw-lightbox.is-open .aw-lb-img,
.aw-lightbox.is-open .aw-lb-img { transform: scale(1); }
.aw-lightbox .aw-lb-close {
  position: absolute; top: 22px; right: 28px;
  width: 46px; height: 46px;
  border: 0; border-radius: 50%;
  background: rgba(255,255,255,.14);
  color: #fff; font-size: 26px; line-height: 1;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}
.aw-lightbox .aw-lb-close:hover { background: rgba(255,255,255,.28); transform: rotate(90deg); }
@media (max-width: 768px) {
  .aw-lightbox { padding: 3vh 3vw; }
  .aw-lightbox .aw-lb-close { top: 14px; right: 16px; width: 40px; height: 40px; font-size: 22px; }
  .aw-lightbox .aw-lb-img { max-height: 88vh; }
}
@media (prefers-reduced-motion: reduce) {
  .aw-lightbox, .aw-lightbox .aw-lb-img { transition: none; }
}
