:root{
  /* 밝고 쨍한 그린 계열 */
  --green:#3AAE5A;        /* 메인 그린 (선명) */
  --green-lt:#A5E3B0;
  --green-glow:#5FD37B;   /* 하이라이트 */
  --forest:#1F8F42;       /* CTA · 퀵메뉴 */
  --forest-d:#17743A;     /* 어두운 섹션 (기존보다 밝고 채도 높음) */
  --crimson:#C6323F;      /* 로고 깃발 */
  --blue:#3B6FD4;
  --yellow:#F5E27C;
  --yellow-hi:#FFE94D;
  --mint:#E9F7EC;
  --foot:#F1FAF3;
  --red:#C6323F;
  --red-soft:#E29AA1;
  --ink:#1A1A1A;
  --gray:#6B6B6B;
  --gray-lt:#9A9A9A;
  --line:#E6E6E6;
  --wrap:1180px;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:76px}
body{
  font-family:"Pretendard Variable",Pretendard,-apple-system,"Apple SD Gothic Neo","Malgun Gothic",sans-serif;
  color:var(--ink);background:#fff;
  font-size:16px;line-height:1.7;letter-spacing:-.025em;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
/* 카드가 화면 밖에서 날아 들어올 때 가로 스크롤이 생기지 않게
   iOS 사파리는 body 에만 걸면 새는 경우가 있어 html 에도 함께 겁니다 */
html,body{overflow-x:hidden}
a{color:inherit;text-decoration:none}
button,input,select{font:inherit;color:inherit}
.wrap{max-width:var(--wrap);margin:0 auto;padding:0 24px}
:focus-visible{outline:3px solid var(--yellow-hi);outline-offset:3px}

/* ============ shared bits ============ */
.pill-logo{
  display:inline-block;background:#111;color:#fff;
  font-weight:900;letter-spacing:-.04em;
  padding:.12em .5em;border-radius:.5em;
}
.pill-logo em{font-style:normal;color:var(--green-lt)}
.hl-green{background:linear-gradient(transparent 56%,#CFE6CB 56%);padding:0 3px}
.hl-blue{color:var(--blue);font-weight:800}
.hl-box{
  display:inline-block;background:#fff;color:#1F3A26;
  font-weight:800;padding:2px 10px;border-radius:5px;
}
.hl-box--dark{background:#111;color:#fff}
.hl-red{color:var(--red)}
.circle-mark{position:relative;display:inline-block;padding:0 .18em}
.circle-mark::after{
  content:"";position:absolute;left:-6%;top:-16%;width:112%;height:132%;
  border:3.5px solid var(--crimson);border-radius:50%;
  transform:rotate(-6deg);pointer-events:none;
}
.sticker{
  display:inline-block;background:var(--crimson);color:#fff;
  font-size:12.5px;font-weight:800;letter-spacing:-.03em;
  padding:4px 11px;border-radius:4px;transform:rotate(-7deg);
  white-space:nowrap;
}
.strike{text-decoration:line-through;color:var(--gray-lt);margin-right:4px}

.ph{
  width:100%;height:100%;display:flex;flex-direction:column;
  align-items:center;justify-content:center;gap:6px;text-align:center;padding:20px;
  background:repeating-linear-gradient(-45deg,rgba(0,0,0,.05) 0 11px,transparent 11px 22px),#CBD8C6;
  color:#4E6350;font-size:13px;font-weight:600;letter-spacing:0;line-height:1.5;
}
.ph b{font-size:15px}
.ph--dark{background:repeating-linear-gradient(-45deg,rgba(255,255,255,.05) 0 11px,transparent 11px 22px),#25392B;color:#9EB6A4}

.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  min-height:48px;padding:0 26px;border-radius:8px;
  font-weight:800;font-size:16px;border:0;cursor:pointer;letter-spacing:-.03em;
}
.btn-lg{min-height:60px;padding:0 40px;font-size:19px}
.btn-yellow{background:var(--green);color:#fff}
.btn-green{background:var(--green);color:#fff}
.btn-dark{background:#111;color:#fff}
.btn-line{background:var(--forest);color:#fff;border:0;font-weight:800;border-radius:999px}
/* 헤더 우측 창업문의 알약 (참고 사이트와 동일 구성) */
.btn-tel{
  display:inline-flex;align-items:center;gap:8px;background:var(--forest);color:#fff;
  border-radius:999px;padding:0 26px;min-height:52px;font-weight:800;letter-spacing:-.03em;
}
.btn-tel small{font-size:14px;font-weight:600;opacity:.9}
.btn-tel i{font-style:normal;font-size:16px}
.btn-tel b{font-size:22px;font-weight:900;letter-spacing:-.04em}
.btn-tel:hover{background:var(--green)}
@media (max-width:720px){ .btn-tel{padding:0 16px;min-height:44px}
  .btn-tel small,.btn-tel i{display:none} .btn-tel b{font-size:17px} }

/* ============ header ============ */
header{
  position:fixed;inset:0 0 auto 0;z-index:120;height:84px;
  background:rgba(255,255,255,.97);display:flex;align-items:center;border-bottom:1px solid #EFEFEF;
}
.nav{display:flex;align-items:center;gap:26px;width:100%;max-width:var(--wrap);margin:0 auto;padding:0 24px}
.brand{display:flex;align-items:center}
.brand img{height:38px;width:auto;display:block}
.logo-inline{height:.9em;width:auto;display:inline-block;vertical-align:-6%}
.logo-inline.sm{height:.46em;margin:0 3px}
.nav ul{display:flex;gap:24px;list-style:none;margin-left:12px}
.nav ul{gap:34px}
.nav ul a{font-size:16.5px;font-weight:700;color:#222;letter-spacing:-.03em}
.nav ul a:hover{color:var(--green)}
.nav-cta{margin-left:auto;display:flex;gap:9px}
.nav .btn{min-height:44px;font-size:15px;padding:0 20px}

/* ============ 01 hero ============ */
.hero{background:linear-gradient(165deg,#1B8C42 0%,#15803A 55%,#127033 100%);padding:150px 0 84px;text-align:center;color:#fff}
.hero .quote{
  font-size:clamp(20px,2.8vw,30px);font-weight:900;color:var(--green-lt);
  letter-spacing:-.04em;margin-bottom:6px;
}
.hero h1{
  font-size:clamp(38px,6.6vw,74px);font-weight:900;line-height:1.14;
  letter-spacing:-.055em;margin-bottom:20px;
}
.hero h1{color:#fff}
.hero p.sub{font-size:clamp(16px,1.9vw,19px);color:rgba(255,255,255,.82);line-height:1.75}
.hero-cta{display:flex;gap:11px;justify-content:center;margin:30px 0 0}
.stage-wrap{position:relative}
/* ── 히어로 지표 원형 ──
   영상 위에 얹지 않고 히어로 안에 두어 전체 분위기와 이어지게 했습니다.
   흰 원을 그대로 쓰지 않고 옅은 녹색 테두리와 은은한 그림자로 배경과 붙였습니다. */
.badges{
  display:flex;justify-content:center;gap:28px;margin:52px 0 0;
}
.badge{
  width:208px;height:208px;border-radius:50%;
  background:radial-gradient(120% 120% at 50% 0%,#FFFFFF 0%,#F2F9F3 100%);
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  padding:0 18px;text-align:center;
  border:1px solid rgba(255,255,255,.85);
  box-shadow:0 18px 42px rgba(4,42,18,.34), 0 0 0 9px rgba(255,255,255,.10);
}
.badge-ico{
  width:30px;height:30px;color:var(--green);opacity:.62;margin-bottom:9px;
  display:block;flex:none;
}
.badge-ico svg{width:100%;height:100%;display:block}
.badge b{
  font-size:60px;font-weight:900;color:var(--green);
  letter-spacing:-.055em;line-height:1;display:flex;align-items:baseline;
}
.badge b small{font-size:23px;font-weight:800;margin-left:3px;letter-spacing:-.03em;color:#3E8C50}
.badge-line{
  display:block;width:30px;height:2px;border-radius:2px;
  background:var(--green);opacity:.32;margin:12px 0 10px;
}
.badge span{
  font-size:15.5px;font-weight:700;color:#54655A;letter-spacing:-.03em;line-height:1.4;
}
.stage{
  border-radius:22px;overflow:hidden;aspect-ratio:16/6.2;
  background:#0F5A2A;position:relative;
  box-shadow:0 26px 60px rgba(4,42,18,.38);
}

/* ============ 02 growth ============ */
.growth{padding:110px 0;text-align:center}
.growth .kicker{font-size:clamp(26px,3.8vw,42px);font-weight:900;color:var(--crimson);letter-spacing:-.05em;line-height:1.2}
.growth .kicker-sub{font-size:16px;font-weight:700;margin:8px 0 4px}
.growth h2{font-size:clamp(30px,5.2vw,56px);font-weight:900;letter-spacing:-.055em;line-height:1.2;margin-bottom:44px}
.chart-card{position:relative;max-width:920px;margin:0 auto}
.watermark{
  position:absolute;top:16%;left:50%;transform:translateX(-50%) rotate(-9deg);
  font-size:clamp(28px,5vw,58px);font-weight:900;color:rgba(232,54,42,.09);
  white-space:nowrap;pointer-events:none;letter-spacing:-.05em;
}
.growth-notes{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;max-width:920px;margin:26px auto 0}
.gnote{background:#fff;border:1px solid var(--line);border-radius:14px;padding:26px 18px;color:var(--ink);text-align:center}
.gnote b{display:block;font-size:clamp(22px,2.8vw,28px);font-weight:900;letter-spacing:-.045em;line-height:1.3;color:var(--green)}
.gnote span{display:block;font-size:13.5px;color:var(--gray);margin-top:10px;line-height:1.65}

/* ============ 03 revenue cards ============ */
.rev{padding:0 0 110px;text-align:center}
.rev h2{font-size:clamp(28px,4.6vw,48px);font-weight:900;letter-spacing:-.055em;margin-bottom:40px}
.rev-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;max-width:900px;margin:0 auto}
.rc{
  width:158px;border:1px solid var(--line);border-radius:9px;padding:16px 12px;
  background:linear-gradient(#fff,#FAFAFA);box-shadow:0 1px 0 rgba(0,0,0,.05);
}
.rc h3{font-size:15px;font-weight:800;letter-spacing:-.045em;margin-bottom:3px}
.rc .meta{font-size:12px;color:var(--gray-lt);margin-bottom:11px}
.rc .lab{font-size:12px;color:var(--gray);margin-bottom:2px}
.rc b{display:block;font-size:20px;font-weight:900;color:var(--crimson);letter-spacing:-.05em}
.rc .code{
  margin-top:11px;height:22px;
  background:repeating-linear-gradient(90deg,#111 0 2px,transparent 2px 4px,#111 4px 5px,transparent 5px 8px,#111 8px 11px,transparent 11px 14px);
}
.rc--avg{background:var(--forest);border-color:var(--forest)}
.rc--avg h3{color:#fff}
.rc--avg .meta{color:rgba(255,255,255,.6)}
.rc--avg .lab{color:var(--yellow)}
.rc--avg b{color:#fff}
.rc--avg .code{background:repeating-linear-gradient(90deg,rgba(255,255,255,.75) 0 2px,transparent 2px 4px,rgba(255,255,255,.75) 4px 5px,transparent 5px 8px)}
.rev-foot{max-width:900px;margin:26px auto 0;font-size:13px;color:var(--gray-lt);line-height:1.85;text-align:left}

/* ============ 04 story ============ */
.story{padding:0 0 96px;text-align:center}
.story p{font-size:17px;line-height:2;color:#2B2B2B;max-width:76ch;margin:0 auto 26px}
/* 가로 자동 롤링 스트립 (쇼츠 비율 9:16)
   스크롤 위치를 조금씩 옮기는 방식이라, 손으로 넘기는 것과 자동 흐름이
   같은 원리로 동작합니다. 그래서 튀거나 끊기지 않습니다. */
.strip{
  overflow-x:auto;overflow-y:hidden;padding:10px 0 4px;margin-top:40px;position:relative;
  -webkit-overflow-scrolling:touch;touch-action:pan-x;
  scrollbar-width:none;overscroll-behavior-x:contain;
}
.strip::-webkit-scrollbar{display:none}
.strip-track{display:flex;gap:10px;width:max-content}
.strip-track>div{flex:0 0 258px;aspect-ratio:9/16;border-radius:13px;overflow:hidden;position:relative;background:#E7EDE5}

/* ============ 05 dark secret ============ */
.secret{background:linear-gradient(180deg,#1B8C42,#116230);color:#fff;padding:96px 0 104px;text-align:center}
.secret .top{font-size:clamp(24px,3.6vw,40px);font-weight:900;color:var(--green-lt);letter-spacing:-.05em;line-height:1.25}
.secret h2{font-size:clamp(34px,6vw,66px);font-weight:900;letter-spacing:-.06em;margin:10px 0 8px}
.secret .rule{width:210px;height:4px;background:var(--crimson);margin:0 auto 52px;border-radius:2px}
.secret-circles{display:flex;justify-content:center;gap:18px;flex-wrap:wrap}
.sc{
  width:220px;height:220px;border-radius:50%;background:var(--green);
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  padding:22px;border:2px dashed rgba(255,255,255,.35);
}
.sc i{font-size:30px;font-style:normal;margin-bottom:8px}
.sc b{font-size:20px;font-weight:900;color:#fff;letter-spacing:-.045em;margin-bottom:8px}
.sc span{font-size:14px;line-height:1.55;color:rgba(255,255,255,.92)}

/* ============ 06 panels on black ============ */
.panels{background:linear-gradient(180deg,#17743A,#116230);padding:70px 0 90px}
.panel{
  border-radius:28px;overflow:hidden;margin-bottom:26px;
  display:grid;grid-template-columns:1.05fr .95fr;align-items:stretch;min-height:390px;
}
.panel .body{padding:52px 48px;display:flex;flex-direction:column;justify-content:center}
.panel .visual{position:relative;min-height:260px}
.panel--green{background:var(--green);color:#fff}
.panel--forest{background:var(--forest-d);color:#fff}
.panel--white{background:#fff;color:var(--ink)}
.panel--flip{grid-template-columns:.95fr 1.05fr}
.panel--flip .body{order:2;text-align:right}
.panel--flip .visual{order:1}
.eyeline{display:flex;align-items:center;gap:16px;margin-bottom:22px}
.eyeline span{font-size:15px;font-weight:700;white-space:nowrap}
.eyeline i{flex:1;height:1px;background:currentColor;opacity:.4;display:block}
.panel--flip .eyeline{flex-direction:row-reverse}
.panel--green .eyeline span{color:#2C4A34}
.panel--white .eyeline span{color:var(--gray)}
.panel h3{font-size:clamp(25px,3.4vw,38px);font-weight:900;letter-spacing:-.055em;line-height:1.24;margin-bottom:20px}
.panel--green h3 .t1{color:#2C4A34;display:block}
.panel--green h3 .t2{color:#fff;display:block}
.panel--white h3 .t1{display:block}
.panel--white h3 .t2{color:var(--red);display:block}
.panel--forest h3 .t1{color:#fff;display:block}
.panel--forest h3 .t2{color:var(--green-lt);display:block}
.panel p{font-size:16px;line-height:1.85;opacity:.95;max-width:52ch}
.panel--flip p{margin-left:auto}
.panel .flow{display:inline-flex;gap:6px;flex-wrap:wrap;margin-bottom:14px}
.panel .flow b{background:var(--red);color:#fff;font-size:14px;font-weight:800;padding:4px 12px;border-radius:5px}
.panel .flow i{font-style:normal;align-self:center;font-weight:800;color:var(--red)}

/* ============ 07 credentials (mint) ============ */
.cred{background:var(--mint);padding:100px 0}
.cred h2{font-size:clamp(28px,4.4vw,46px);font-weight:900;letter-spacing:-.055em;text-align:center;margin-bottom:42px;line-height:1.24}
.cred-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.cd{background:#fff;border-radius:12px;padding:20px;display:grid;grid-template-columns:104px 1fr;gap:18px;align-items:center}
.cd .thumb{width:104px;height:78px;border-radius:8px;overflow:hidden}
.cd h3{font-size:17px;font-weight:800;color:#2F6B3C;letter-spacing:-.04em;margin-bottom:5px}
.cd p{font-size:14px;color:var(--gray);line-height:1.6}
.cd code{font-family:inherit;font-weight:800;color:#111;background:var(--yellow);padding:1px 6px;border-radius:4px;letter-spacing:0}
.cred-why{
  margin-top:22px;background:#fff;border-radius:12px;padding:32px 34px;
  border-left:6px solid var(--green);
}
.cred-why h3{font-size:20px;font-weight:900;letter-spacing:-.045em;margin-bottom:10px}
.cred-why p{font-size:16px;color:#3B4A3D;line-height:1.85}

/* ============ 08 cost ============ */
.cost{padding:104px 0}
.cost .pre{font-size:16px;font-weight:700;color:var(--gray);margin-bottom:6px}
.cost h2{font-size:clamp(32px,5.4vw,58px);font-weight:900;letter-spacing:-.06em;line-height:1.16;margin-bottom:12px}
.cost .honest{
  background:var(--forest-d);color:#fff;border-radius:16px;padding:32px 34px;margin:26px 0 46px;
  font-size:17px;line-height:1.85;
}
.cost .honest b{color:var(--yellow)}
.cost h3.tbl{font-size:26px;font-weight:900;letter-spacing:-.05em}
.cost h3.tbl em{font-style:normal;color:var(--red)}
.cost .unit{font-size:13.5px;color:var(--gray-lt);margin:2px 0 18px}
table{width:100%;border-collapse:collapse}
thead th{background:var(--forest);color:#fff;font-size:15.5px;font-weight:800;padding:15px 10px;text-align:center;letter-spacing:-.03em}
thead th:first-child{border-radius:6px 0 0 0}
thead th:last-child{border-radius:0 6px 0 0}
tbody td,tbody th{padding:16px 10px;border-bottom:1px solid var(--line);font-size:15.5px;text-align:center;font-weight:500}
tbody th{font-weight:700}
tbody tr.sum td,tbody tr.sum th{background:#F7F7F7;font-weight:900;font-size:16.5px}
td.note-cell{text-align:center;padding:10px}
.tbl-note{margin-top:18px;font-size:13.5px;color:var(--gray);line-height:1.8}
.finance{
  margin-top:34px;background:var(--green);color:#fff;border-radius:20px;padding:38px 36px;
  display:flex;flex-wrap:wrap;gap:22px;align-items:center;justify-content:space-between;
}
.finance h3{font-size:clamp(22px,3vw,30px);font-weight:900;letter-spacing:-.05em;margin-bottom:8px}
.finance p{font-size:16px;color:rgba(255,255,255,.92);max-width:56ch}

/* ============ 09 faq ============ */
.faq{padding:0 0 104px}
.faq-head{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-bottom:34px}
.faq-head h2{font-size:clamp(28px,4.4vw,46px);font-weight:900;letter-spacing:-.055em}
.faq-head h2 em{font-style:normal;color:var(--green)}
.faq-head p{font-size:16px;color:var(--gray);width:100%}
details{border-bottom:1px solid var(--line)}
details:first-of-type{border-top:2px solid #111}
summary{
  padding:22px 46px 22px 4px;font-size:18px;font-weight:700;cursor:pointer;
  list-style:none;position:relative;letter-spacing:-.04em;
}
summary::-webkit-details-marker{display:none}
summary::after{content:"+";position:absolute;right:8px;top:18px;font-size:26px;font-weight:400;color:var(--green)}
details[open] summary{color:var(--green)}
details[open] summary::after{content:"−"}
details .ans{padding:0 46px 24px 4px;font-size:16px;color:#4A4A4A;line-height:1.9}
details .ans strong{color:#111;font-weight:800}

/* ============ 10 apply ============ */
.apply{position:relative;padding:110px 0 120px;color:#fff;background:#15803A;overflow:hidden}
.apply::before{
  content:"";position:absolute;inset:0;
  background:repeating-linear-gradient(-45deg,rgba(255,255,255,.022) 0 13px,transparent 13px 26px),
             radial-gradient(circle at 30% 30%,#2A2A2A,#131313 70%);
}
.apply .wrap{position:relative;text-align:center}
.apply h2{font-size:clamp(32px,5.6vw,60px);font-weight:900;color:#fff;letter-spacing:-.06em;line-height:1.18}
.apply .sub{font-size:17px;color:rgba(255,255,255,.8);margin:14px 0 44px}
form{max-width:660px;margin:0 auto;text-align:left;border-top:1px solid rgba(255,255,255,.45);padding-top:8px}
.field{display:grid;grid-template-columns:112px 1fr;gap:14px;align-items:center;padding:11px 0}
.field label{font-size:15.5px;font-weight:600}
.field input,.field select{
  width:100%;min-height:48px;padding:0 15px;border-radius:5px;
  border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.1);color:#fff;font-size:15.5px;
}
.field input::placeholder{color:rgba(255,255,255,.4)}
.field select option{color:#111}
.radios{display:flex;gap:22px;flex-wrap:wrap}
.radios label{display:flex;align-items:center;gap:7px;font-weight:500;cursor:pointer}
.agree{border-top:1px solid rgba(255,255,255,.45);margin-top:14px;padding-top:18px;display:grid;gap:10px}
.agree label{display:flex;align-items:flex-start;gap:9px;font-size:14.5px;color:rgba(255,255,255,.82);cursor:pointer;line-height:1.6}
.agree a{text-decoration:underline;color:var(--yellow)}
form .btn{display:flex;margin:26px auto 0;min-width:230px}
.form-note{text-align:center;font-size:13.5px;color:rgba(255,255,255,.5);margin-top:16px;line-height:1.8}

/* ============ 11 finder ============ */
.finder{padding:100px 0}
.finder-top{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center;margin-bottom:40px}
.finder-top h2{font-size:clamp(34px,5.6vw,62px);font-weight:900;letter-spacing:-.06em;line-height:1.1}
.finder-top h2 .small{display:block;font-size:.42em;font-weight:500;color:var(--gray);letter-spacing:-.03em;margin-bottom:2px}
.finder-top h2 .thin{font-weight:400}
.search{display:flex;max-width:420px;border-bottom:2px solid #111;margin-top:22px}
.search input{flex:1;border:0;min-height:50px;font-size:16px;background:transparent}
.search button{border:0;background:transparent;font-weight:800;color:var(--red);cursor:pointer;padding:0 14px}
.finder-shot{aspect-ratio:4/3;border-radius:14px;overflow:hidden}
.store-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.store .thumb{aspect-ratio:4/3;border-radius:10px;overflow:hidden;margin-bottom:9px}
.store .chat{
  display:block;text-align:center;background:var(--yellow-hi);color:#111;
  font-size:13.5px;font-weight:800;padding:8px;border-radius:6px;margin-bottom:6px;
}
.store .two{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-bottom:12px}
.store .two a{text-align:center;font-size:13px;font-weight:700;padding:8px 4px;border-radius:6px}
.store .two .a1{background:#2DB400;color:#fff}
.store .two .a2{background:#333;color:#fff}
.store h3{font-size:17px;font-weight:800;letter-spacing:-.045em;margin-bottom:6px}
.store p{font-size:13.5px;color:var(--gray);line-height:1.6}
.pager{display:flex;gap:7px;justify-content:center;margin-top:34px;font-size:14px;color:var(--gray)}
.pager b{background:var(--green);color:#fff;width:24px;height:24px;border-radius:5px;display:grid;place-items:center;font-weight:800}

/* ============ footer ============ */
footer{background:var(--foot);padding:46px 0 132px;font-size:13.5px;color:#5C6B5E}
.f-row{display:flex;gap:34px;flex-wrap:wrap;align-items:flex-start}
.f-logo img{height:34px;width:auto;display:block}
.f-logo small{display:block;font-size:11px;font-weight:700;letter-spacing:.06em;margin-top:8px;color:var(--green)}
.f-info{line-height:1.95;flex:1;min-width:280px}
.f-info b{color:#2E3D30}
.legal{margin-top:22px;font-size:12.5px;line-height:1.85;color:#7A8A7C}

/* ============ 우측 세로 퀵메뉴 ============ */
.quick{
  position:fixed;right:18px;top:50%;transform:translateY(-50%);z-index:110;
  display:flex;flex-direction:column;align-items:center;gap:10px;
}
.quick>a{
  width:92px;background:var(--forest);color:#fff;text-align:center;
  padding:16px 8px 14px;font-size:12.5px;font-weight:700;line-height:1.45;
  letter-spacing:-.03em;border-bottom:1px solid rgba(255,255,255,.14);
}
.quick>a:first-of-type{border-radius:14px 14px 0 0}
.quick>a:last-of-type{border-radius:0 0 14px 14px;border-bottom:0}
.quick>a:hover{background:var(--green)}
.quick>a i{display:block;font-style:normal;margin:0 auto 8px;width:28px;height:28px}
.quick>a i svg{width:100%;height:100%;display:block}
.quick .q-tel{background:var(--crimson)}
.quick .q-tel:hover{background:#8E2839}
.quick-top svg{width:20px;height:20px;display:block;margin:0 auto}
.quick-top{
  width:46px;height:46px;border-radius:50%;border:0;cursor:pointer;
  background:var(--forest-d);color:#fff;font-size:20px;line-height:1;
  box-shadow:0 6px 18px rgba(0,0,0,.2);
}
.quick-top:hover{background:var(--green)}
.mobar{position:fixed;left:0;right:0;bottom:0;z-index:110;display:none;grid-template-columns:1fr 1fr}
.mobar a{min-height:58px;display:flex;align-items:center;justify-content:center;font-size:16.5px;font-weight:800}
.mobar .m1{background:var(--forest);color:#fff}
.mobar .m2{background:var(--green);color:#fff}

/* ============ reveal ============ */
.rv{opacity:0;transform:translateY(16px);transition:opacity .5s ease,transform .5s ease}
.rv.on{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){.rv{opacity:1;transform:none;transition:none}html{scroll-behavior:auto}}

/* ============ responsive ============ */
@media (max-width:1024px){
  .badge{width:190px;height:190px}
  .badge b{font-size:54px}
  .badge b small{font-size:21px}
  .badge span{font-size:14.5px}
  .nav ul{display:none}
  .panel,.panel--flip{grid-template-columns:1fr}
  .panel--flip .body{order:1;text-align:left}
  .panel--flip .visual{order:2}
  .panel--flip .eyeline{flex-direction:row}
  .panel--flip p{margin-left:0}
  .cred-grid{grid-template-columns:1fr}
  .store-grid{grid-template-columns:1fr 1fr}
  .finder-top{grid-template-columns:1fr}
}
@media (max-width:720px){
  body{font-size:15.5px}
  .hero{padding-top:112px;padding-bottom:52px}
  .badges{gap:14px;margin-top:36px}
  .badge{width:150px;height:150px;padding:0 12px}
  .badge-ico{width:22px;height:22px;margin-bottom:6px}
  .badge b{font-size:42px}
  .badge b small{font-size:17px}
  .badge-line{width:22px;margin:8px 0 7px}
  .badge span{font-size:12.5px}
  .stage{border-radius:16px}
  .growth,.cost,.finder{padding:74px 0}
  .rev,.faq{padding-bottom:74px}
  .growth-notes,.secret-circles{grid-template-columns:1fr;display:grid}
  .sc{width:100%;height:auto;border-radius:16px;padding:26px}
  .panel .body{padding:34px 26px}
  .panels{padding:40px 0 60px}
  .store-grid{grid-template-columns:1fr}
  .field{grid-template-columns:1fr;gap:7px}
  .quick{display:none}
  .mobar{display:grid}
  footer{padding-bottom:88px}
  thead th,tbody td,tbody th{padding:11px 6px;font-size:13px}
  .rc{width:calc(50% - 6px)}
  .rev-foot{font-size:12.5px}
}

/* 관리자에서 올린 이미지가 들어가는 자리 */
img.pk-slot{display:block;width:100%;height:100%;object-fit:cover}

/* ── 히어로 동영상 ──
   영상이 잘리지 않고 원본 그대로 다 보이도록,
   프레임 자체를 영상 비율(16:9)에 맞춥니다. */
.stage{position:relative;overflow:hidden}
.stage--video{aspect-ratio:16/9;background:#0F5A2A}
.pk-video{
  position:absolute;inset:0;
  width:100%;height:100%;
  border:0;display:block;background:#0F5A2A;
}
/* 동영상 파일은 비율이 제각각일 수 있으므로 잘리지 않게 맞춰 넣습니다 */
video.pk-video{object-fit:contain}
.stage iframe.pk-video{pointer-events:none}

/* 이미지 자리일 때만 옅은 그린 덮개 — 영상에는 씌우지 않습니다 */
.stage:not(.stage--video)::after{content:"";position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(180deg,rgba(10,60,28,.22),rgba(10,60,28,.04) 45%,rgba(10,60,28,.28))}
/* 흰 원형 뱃지가 겹치는 윗부분만 아주 옅게 */
.stage--video::after{content:"";position:absolute;left:0;right:0;top:0;height:120px;
  pointer-events:none;background:linear-gradient(180deg,rgba(8,55,25,.30),rgba(8,55,25,0))}

@media (max-width:720px){
  .stage--video{aspect-ratio:16/9}
}

/* ============================================================
   모션 — 텍스트와 아이콘에 생동감을 주되 과하지 않게
   동작 줄이기를 켠 사용자에게는 전부 꺼집니다.
   ============================================================ */
@keyframes pkUp   { from{opacity:0;transform:translateY(30px)}   to{opacity:1;transform:none} }
@keyframes pkPop  { 0%{opacity:0;transform:scale(.7)} 60%{opacity:1;transform:scale(1.06)} 100%{transform:scale(1)} }
@keyframes pkFloat{ 0%,100%{transform:translateY(0)} 50%{transform:translateY(-6px)} }
@keyframes pkGlow { 0%,100%{opacity:.55;transform:scale(1)} 50%{opacity:1;transform:scale(1.12)} }
@keyframes pkBob  { 0%,100%{transform:translateY(0)} 50%{transform:translateY(7px)} }
@keyframes pkSweep{ 0%{transform:translateX(-120%)} 100%{transform:translateX(220%)} }

/* ── 히어로 : 역동적인 순차 등장 ──
   .js-on 은 <head> 인라인 스크립트가 붙입니다.
   스크립트가 막히면 이 규칙이 적용되지 않아 내용이 그대로 보입니다. */

/* 인용구 — 위에서 내려오며 자간이 좁혀짐 */
@keyframes pkQuoteIn{
  0%  {opacity:0;transform:translateY(-38px);letter-spacing:.42em}
  60% {opacity:1}
  100%{opacity:1;transform:none;letter-spacing:-.04em}
}
/* 헤드라인 — 아래에서 크게 올라오며 초점이 잡힘 */
@keyframes pkTitleIn{
  0%  {opacity:0;transform:translateY(70px) scale(.86);filter:blur(14px)}
  55% {opacity:1;filter:blur(0)}
  78% {transform:translateY(-8px) scale(1.02)}
  100%{opacity:1;transform:none;filter:blur(0)}
}
/* 서브 카피 — 살짝 늦게 밀려 올라옴 */
@keyframes pkSubIn{
  from{opacity:0;transform:translateY(26px)}
  to  {opacity:1;transform:none}
}
/* 버튼 — 튕기며 등장 */
@keyframes pkCtaIn{
  0%  {opacity:0;transform:translateY(34px) scale(.9)}
  70% {opacity:1;transform:translateY(-5px) scale(1.03)}
  100%{opacity:1;transform:none}
}
/* 헤드라인 위를 한 번 스치는 빛 */
@keyframes pkShine{ 0%{left:-45%} 55%,100%{left:135%} }

.js-on .hero.on .quote{opacity:0;animation:pkQuoteIn .95s cubic-bezier(.2,.85,.3,1) .05s forwards}
.js-on .hero.on h1{opacity:0;animation:pkTitleIn 1.15s cubic-bezier(.2,.9,.25,1) .22s forwards}
.js-on .hero.on .sub{opacity:0;animation:pkSubIn .8s cubic-bezier(.22,.9,.3,1) .62s forwards}
.js-on .hero.on .hero-cta{opacity:0;animation:pkCtaIn .8s cubic-bezier(.25,1.3,.4,1) .80s forwards}
.js-on .hero.on .stage-wrap{opacity:0;animation:pkUp .85s cubic-bezier(.22,.9,.3,1) 1.28s forwards}

/* 헤드라인에 빛이 한 번 지나감 */
.hero h1{position:relative;overflow:hidden;padding:.10em 0}
.js-on .hero.on h1::after{
  content:"";position:absolute;top:-30%;left:-45%;width:34%;height:170%;
  background:linear-gradient(100deg,transparent,rgba(255,255,255,.5),transparent);
  transform:skewX(-18deg);pointer-events:none;
  animation:pkShine 2.6s ease-in-out 1.5s infinite;
}

/* 원형 뱃지 — 멀리서 튀어 들어옴 */
@keyframes pkBadgeIn{
  0%  {opacity:0;transform:translateY(70px) scale(.35)}
  65% {opacity:1;transform:translateY(-10px) scale(1.09)}
  100%{opacity:1;transform:none}
}
.js-on .hero.on .badge{opacity:0;animation:pkBadgeIn .85s cubic-bezier(.24,1.35,.45,1) forwards}
.js-on .hero.on .badge:nth-child(1){animation-delay:.98s}
.js-on .hero.on .badge:nth-child(2){animation-delay:1.12s}

/* 애니메이션이 실행되지 않는 환경 대비 — 2.5초 뒤 무조건 표시 */
.anim-done .hero .quote,.anim-done .hero h1,.anim-done .hero .sub,
.anim-done .hero .hero-cta,.anim-done .hero .stage-wrap,.anim-done .hero .badge{opacity:1}
/* 히어로에 .on 이 붙기 전에는 화면에 보이도록 (스크립트가 막혔을 때 대비) */
.js-on .hero:not(.on) .quote,.js-on .hero:not(.on) h1,.js-on .hero:not(.on) .sub,
.js-on .hero:not(.on) .hero-cta,.js-on .hero:not(.on) .stage-wrap,
.js-on .hero:not(.on) .badge{opacity:0}

/* (스크롤 안내 화살표는 지표 원형으로 대체) */

/* ── 스크롤 진입 : 더 또렷하게 ── */
.rv{opacity:0;transform:translateY(34px);
  transition:opacity .7s cubic-bezier(.22,.9,.3,1),transform .7s cubic-bezier(.22,.9,.3,1)}
.rv.on{opacity:1;transform:none}

/* 자식 요소를 차례로 — 카드가 하나씩 올라옵니다 */
.rv.on>*{animation:pkUp .6s cubic-bezier(.22,.9,.3,1) backwards}
.rv.on>*:nth-child(1){animation-delay:.02s}
.rv.on>*:nth-child(2){animation-delay:.09s}
.rv.on>*:nth-child(3){animation-delay:.16s}
.rv.on>*:nth-child(4){animation-delay:.23s}
.rv.on>*:nth-child(5){animation-delay:.30s}
.rv.on>*:nth-child(6){animation-delay:.37s}
.rv.on>*:nth-child(7){animation-delay:.44s}
.rv.on>*:nth-child(8){animation-delay:.51s}

/* ── 카드 · 버튼 반응 ── */
.rc,.ch,.cd,.st,.sc,.gnote,.store,.tcard{
  transition:transform .28s cubic-bezier(.22,.9,.3,1),box-shadow .28s ease}
.rc:hover,.ch:hover,.cd:hover,.st:hover,.gnote:hover,.store:hover,.tcard:hover{
  transform:translateY(-6px);box-shadow:0 14px 34px rgba(17,90,45,.14)}
.sc:hover{transform:translateY(-6px) scale(1.03)}

.btn{transition:transform .18s ease,background .2s ease,box-shadow .2s ease}
.btn:hover{transform:translateY(-2px)}
.btn-yellow:hover,.btn-main:hover{box-shadow:0 10px 24px rgba(58,174,90,.35)}

/* 히어로 CTA 에 빛이 스치는 효과 */
.hero-cta .btn-yellow{position:relative;overflow:hidden}
.hero-cta .btn-yellow::after{
  content:"";position:absolute;top:-40%;left:0;width:38%;height:180%;
  background:linear-gradient(100deg,transparent,rgba(255,255,255,.42),transparent);
  animation:pkSweep 3.4s ease-in-out infinite}

/* ── 우측 퀵메뉴 아이콘 ── */
.quick>a i{transition:transform .3s cubic-bezier(.3,1.4,.5,1)}
.quick>a:hover i{transform:translateY(-4px) scale(1.14)}
.quick>a{transition:background .22s ease,padding .22s ease}
.quick .q-tel i{animation:pkFloat 2.4s ease-in-out infinite}
.quick-top{transition:transform .25s ease,background .2s ease}
.quick-top:hover{transform:translateY(-4px)}

/* ── 숫자 · 강조 ── */
.badge b,.gnote b,.rc b,.track-num{transition:color .2s ease}
.circle-mark::after{animation:pkGlow 2.6s ease-in-out infinite}
.hero .quote{position:relative}

/* 표 행 반응 */
tbody tr{transition:background .2s ease}
tbody tr:hover{background:#F4FBF6}

/* FAQ 열림 */
details .ans{animation:pkUp .38s ease backwards}

@media (prefers-reduced-motion:reduce){
  .js-on .hero.on .quote,.js-on .hero.on h1,.js-on .hero.on .sub,.js-on .hero.on .hero-cta,
  .js-on .hero.on .stage-wrap,.js-on .hero.on .badge,.js-on .hero.on h1::after,
  .js-on .hero:not(.on) .quote,.js-on .hero:not(.on) h1,.js-on .hero:not(.on) .sub,
  .js-on .hero:not(.on) .hero-cta,.js-on .hero:not(.on) .stage-wrap,.js-on .hero:not(.on) .badge,
  .rv.on>*,details .ans{animation:none!important;opacity:1!important;transform:none!important}
  .quick .q-tel i,.circle-mark::after,.hero-cta .btn-yellow::after{animation:none!important}
  .rc:hover,.ch:hover,.cd:hover,.st:hover,.gnote:hover,.store:hover,.tcard:hover,
  .sc:hover,.btn:hover,.quick>a:hover i,.quick-top:hover{transform:none!important}
}

/* ============================================================
   시장 성장 그래프 — 곡선이 좌에서 우로 그려지는 모션
   ============================================================ */
@keyframes pkDrawX { from{transform:scaleX(0)} to{transform:scaleX(1)} }
@keyframes pkDotIn { from{opacity:0;transform:scale(.4)} to{opacity:1;transform:scale(1)} }
/* 화면 밖 멀리에서 회전하며 날아 들어옵니다 */
@keyframes pkFlyIn{
  0%  {opacity:0;transform:translateX(520px) rotate(9deg) scale(.72)}
  55% {opacity:1}
  78% {transform:translateX(-22px) rotate(-2deg) scale(1.04)}
  100%{opacity:1;transform:none}
}

/* 클립 사각형을 좌측 기준으로 넓히면 선·점·라벨이 순서대로 드러납니다 */
/* 좌표를 0 기준으로 두어 transform-box 지원 여부와 무관하게 왼쪽에서 펼쳐집니다 */
.js-on #pkChartRect{transform:scaleX(0);transform-origin:0 0}
.js-on .chart-card.on #pkChartRect{
  animation:pkDrawX 2s cubic-bezier(.32,.72,.3,1) forwards;
}

/* 마지막 점은 다 그려진 뒤 한 번 강조 */
.js-on .chart-card.on .chart-draw circle:last-of-type{
  animation:pkDotIn .5s cubic-bezier(.3,1.5,.5,1) 1.9s backwards;
}

/* 워터마크는 살짝 늦게 */
.js-on .chart-card .watermark{opacity:0}
.js-on .chart-card.on .watermark{animation:pkUp .8s ease 1.3s forwards}

/* ── 그래프 아래 지표 카드 3개 : 우측에서 밀려 들어옴 ── */
.growth-notes{overflow:visible}
.js-on .growth-notes.rv.on>.gnote{
  animation:pkFlyIn 1.05s cubic-bezier(.18,.86,.28,1) backwards;
}
.js-on .growth-notes.rv.on>.gnote:nth-child(1){animation-delay:.05s}
.js-on .growth-notes.rv.on>.gnote:nth-child(2){animation-delay:.24s}
.js-on .growth-notes.rv.on>.gnote:nth-child(3){animation-delay:.43s}

@media (prefers-reduced-motion:reduce){
  .js-on #pkChartRect{transform:none!important;animation:none!important}
  .js-on .chart-card .watermark{opacity:1!important;animation:none!important}
  .js-on .chart-card.on .chart-draw circle:last-of-type,
  .js-on .growth-notes.rv.on>.gnote{animation:none!important;opacity:1!important;transform:none!important}
}

/* 지표 원형 반응 */
.badge{transition:transform .3s cubic-bezier(.22,.9,.3,1),box-shadow .3s ease}
.badge:hover{transform:translateY(-6px);box-shadow:0 26px 52px rgba(4,42,18,.4),0 0 0 12px rgba(255,255,255,.14)}
@media (prefers-reduced-motion:reduce){ .badge:hover{transform:none} }

/* ============================================================
   타석당 실적 카드 — 공중에서 떨어지는 느낌
   원근(perspective)을 주고 Z축 거리 · X축 회전 · 흐림을 함께 써서
   화면 앞쪽 위에서 떨어져 바닥에 닿는 것처럼 보이게 합니다.
   ============================================================ */
.rev-grid{perspective:1100px;perspective-origin:50% -10%}
.js-on .rev-grid.rv.on>.rc{transform-style:preserve-3d;will-change:transform}

@keyframes pkFall{
  0%{
    opacity:0;
    transform:translate3d(0,-320px,420px) rotateX(-62deg) scale(1.18);
    filter:blur(7px);
    animation-timing-function:cubic-bezier(.55,.02,.78,.36);   /* 중력 가속 */
  }
  38%{ opacity:1; filter:blur(3px) }
  62%{
    transform:translate3d(0,0,0) rotateX(0deg) scale(1);
    filter:blur(0);
    animation-timing-function:cubic-bezier(.18,.9,.3,1);       /* 착지 충격 */
  }
  72%{ transform:translate3d(0,-26px,0) rotateX(4deg) scale(.985) }  /* 한 번 튀어오름 */
  82%{ transform:translate3d(0,0,0) rotateX(0deg) scale(1.015) }
  90%{ transform:translate3d(0,-9px,0) scale(.995) }
  100%{ opacity:1;transform:none;filter:blur(0) }
}
/* 떨어지는 동안 그림자가 커졌다가 착지하며 좁아집니다 */
@keyframes pkFallShadow{
  0%  { box-shadow:0 70px 60px -24px rgba(6,50,22,.04) }
  55% { box-shadow:0 34px 34px -16px rgba(6,50,22,.20) }
  63% { box-shadow:0 6px 14px -4px rgba(6,50,22,.34) }
  74% { box-shadow:0 24px 30px -12px rgba(6,50,22,.16) }
  100%{ box-shadow:0 2px 0 rgba(20,20,20,.05) }
}
/* 마지막 평균 카드는 더 높은 곳에서 무겁게 */
@keyframes pkFallAvg{
  0%{
    opacity:0;
    transform:translate3d(0,-420px,560px) rotateX(-70deg) scale(1.3);
    filter:blur(9px);
    animation-timing-function:cubic-bezier(.6,.01,.8,.32);
  }
  40%{ opacity:1;filter:blur(3px) }
  64%{
    transform:translate3d(0,0,0) rotateX(0deg) scale(1);
    filter:blur(0);
    animation-timing-function:cubic-bezier(.16,.92,.28,1);
  }
  74%{ transform:translate3d(0,-34px,0) rotateX(5deg) scale(.98) }
  85%{ transform:translate3d(0,0,0) scale(1.03) }
  93%{ transform:translate3d(0,-11px,0) scale(.995) }
  100%{ opacity:1;transform:none }
}

.js-on .rev-grid.rv.on>.rc{
  animation:pkFall .95s linear backwards, pkFallShadow .95s linear backwards;
}
.js-on .rev-grid.rv.on>.rc:nth-child(1){animation-delay:.00s,.00s}
.js-on .rev-grid.rv.on>.rc:nth-child(2){animation-delay:.11s,.11s}
.js-on .rev-grid.rv.on>.rc:nth-child(3){animation-delay:.22s,.22s}
.js-on .rev-grid.rv.on>.rc:nth-child(4){animation-delay:.33s,.33s}
.js-on .rev-grid.rv.on>.rc:nth-child(5){animation-delay:.44s,.44s}
.js-on .rev-grid.rv.on>.rc:nth-child(6){animation-delay:.55s,.55s}
.js-on .rev-grid.rv.on>.rc:nth-child(7){animation-delay:.66s,.66s}
.js-on .rev-grid.rv.on>.rc:nth-child(8){
  animation:pkFallAvg 1.05s linear .79s backwards, pkFallShadow 1.05s linear .79s backwards;
}

/* 떨어지는 동안 숫자는 0, 카운트가 시작되면 살짝 커집니다 */
.js-on .rev-grid.rv .rc b{transition:color .3s ease,transform .3s ease}
.js-on .rev-grid.rv .rc b.counting{transform:scale(1.04)}

@media (prefers-reduced-motion:reduce){
  .js-on .rev-grid.rv.on>.rc,
  .js-on .rev-grid.rv.on>.rc:nth-child(8){
    animation:none!important;opacity:1!important;transform:none!important;filter:none!important}
}

/* ============================================================
   모바일 최적화
   ------------------------------------------------------------
   작은 화면에서는 이동 거리를 줄이고, GPU 부담이 큰
   흐림(blur) · 3D 깊이 · 무한 반복 효과를 덜어냅니다.
   ============================================================ */
@media (max-width:820px){

  /* 히어로 — PC 와 같은 모션. 빛 스침만 배터리를 위해 생략 */
  .js-on .hero.on h1::after{display:none}

  /* 실적 카드 — PC 와 같은 3D 낙하.
     작은 화면에서는 원근 거리를 좁혀야 같은 정도의 입체감이 나옵니다. */
  .rev-grid{perspective:620px;perspective-origin:50% -6%}
  .js-on .rev-grid.rv.on>.rc{backface-visibility:hidden;will-change:transform,filter}

  /* 지표 카드 — PC 와 같이 화면 밖 멀리서 날아 들어옵니다 */
  .js-on .growth-notes.rv.on>.gnote{backface-visibility:hidden;will-change:transform}

  /* 그래프 — 조금 빠르게 */
  .js-on .chart-card.on #pkChartRect{animation-duration:1.4s}
  .js-on .chart-card.on .watermark{animation-delay:.9s}

  /* 무한 반복 효과는 배터리를 위해 끕니다 */
  .quick .q-tel i,.circle-mark::after,.hero-cta .btn-yellow::after{animation:none}
  .hero-cta .btn-yellow::after{display:none}

  /* 일반 카드의 순차 등장만 조금 빠르게 (실적 카드·지표 카드는 제외) */
  .rv.on:not(.rev-grid):not(.growth-notes)>*{animation-duration:.45s}

  /* 손가락 조작에는 hover 가 없으므로 들어올림 효과 제거 */
  .rc:hover,.ch:hover,.cd:hover,.st:hover,.gnote:hover,.store:hover,.tcard:hover,
  .sc:hover,.badge:hover,.btn:hover{transform:none;box-shadow:none}
}

/* 데이터 절약 모드를 켠 기기에서는 모션을 최소화 */
@media (prefers-reduced-data:reduce){
  .js-on .hero h1::after,.quick .q-tel i,.circle-mark::after{animation:none;display:none}
}

/* 슬롯에 들어가는 동영상 · 임베드 */
video.pk-slot{width:100%;height:100%;object-fit:cover;display:block;background:#123}
iframe.pk-slot{width:100%;height:100%;border:0;display:block;background:transparent;pointer-events:none}
.stage--video video.pk-slot,.stage--video iframe.pk-slot{object-fit:contain}

/* ============================================================
   히어로 배경 미디어 (이미지 · 동영상 · 임베드)
   설정하지 않으면 원래 초록 배경이 그대로 보입니다.
   ============================================================ */
.hero{position:relative;overflow:hidden}
.hero-bg{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none}
.hero-bg .pk-slot{width:100%;height:100%;object-fit:cover;display:block}

/* 유튜브·비메오는 16:9 라서 세로가 긴 히어로를 채우려면 잘라 넣어야 합니다 */
.hero-bg iframe.pk-slot{
  position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);
  width:100vw;height:56.25vw;min-width:100%;min-height:180%;
  border:0;pointer-events:none;
}
/* 글자가 묻히지 않도록 덮개 — 관리자에서 진하기를 조절합니다 */
.hero-bg::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,
    rgba(12,86,40,calc(var(--hero-dim,.55) + .12)) 0%,
    rgba(12,86,40,var(--hero-dim,.55)) 45%,
    rgba(12,86,40,calc(var(--hero-dim,.55) + .18)) 100%);
}
/* 배경이 깔리면 본문이 그 위로 올라와야 합니다 */
.hero .wrap{position:relative;z-index:2}
.hero--bg .stage-wrap{position:relative;z-index:2}

/* 편집자 모드에서 배경을 고를 수 있게 하는 얇은 표시 */
.hero-bg-empty{position:absolute;left:0;right:0;top:0;height:120px;z-index:3;
  outline:2px dashed rgba(232,163,58,.85);outline-offset:-6px;cursor:pointer}
.hero-bg-empty::after{content:"히어로 배경 설정";position:absolute;left:50%;top:14px;
  transform:translateX(-50%);background:#E8A33A;color:#1B3021;font-size:12px;font-weight:800;
  padding:5px 12px;border-radius:999px}

/* ============================================================
   매장 영상 섹션 — 히어로 바로 아래 독립 구역
   ============================================================ */
.stagesec{background:#fff;padding:74px 0 6px;position:relative}
.stagesec .wrap{max-width:var(--wrap);margin:0 auto;padding:0 24px}
.stagesec .stage{margin:0 auto}

@media (max-width:820px){
  .stagesec{padding:44px 0 4px}
  .stagesec .wrap{padding:0 16px}
}

/* ============================================================
   스토리 스트립 — 유튜브 쇼츠 (9:16) + 가로 롤링 + 낙하 모션
   ============================================================ */
/* 칸이 9:16 이라 쇼츠가 잘리지 않고 그대로 다 보입니다 */
.strip-track iframe.pk-slot{
  position:absolute;inset:0;width:100%;height:100%;border:0;pointer-events:none;
}
.strip-track video.pk-slot,
.strip-track img.pk-slot{width:100%;height:100%;object-fit:cover;display:block}
.strip-track .ph{width:100%;height:100%}



/* ── 카드가 공중에서 떨어지는 모션 ── */
.strip{perspective:900px;perspective-origin:50% -10%}
@keyframes pkDropCard{
  0%  {opacity:0;transform:translate3d(0,-190px,300px) rotateX(-46deg) scale(1.1);
       filter:blur(5px);animation-timing-function:cubic-bezier(.55,.02,.78,.36)}
  45% {opacity:1;filter:blur(1px)}
  64% {transform:translate3d(0,0,0) rotateX(0) scale(1);filter:blur(0);
       animation-timing-function:cubic-bezier(.18,.9,.3,1)}
  75% {transform:translate3d(0,-16px,0) scale(.99)}
  87% {transform:translate3d(0,0,0) scale(1.012)}
  100%{opacity:1;transform:none}
}
@keyframes pkDropCardShadow{
  0%  {box-shadow:0 46px 40px -18px rgba(6,50,22,.04)}
  60% {box-shadow:0 20px 22px -10px rgba(6,50,22,.20)}
  66% {box-shadow:0 4px 10px -3px rgba(6,50,22,.30)}
  78% {box-shadow:0 14px 20px -8px rgba(6,50,22,.14)}
  100%{box-shadow:0 1px 0 rgba(20,20,20,.05)}
}
.js-on .strip.rv.on .strip-track>div{
  animation:pkDropCard .8s linear backwards, pkDropCardShadow .8s linear backwards;
  backface-visibility:hidden;will-change:transform;
}
.js-on .strip.rv.on .strip-track>div:nth-child(1){animation-delay:.00s,.00s}
.js-on .strip.rv.on .strip-track>div:nth-child(2){animation-delay:.08s,.08s}
.js-on .strip.rv.on .strip-track>div:nth-child(3){animation-delay:.16s,.16s}
.js-on .strip.rv.on .strip-track>div:nth-child(4){animation-delay:.24s,.24s}
.js-on .strip.rv.on .strip-track>div:nth-child(5){animation-delay:.32s,.32s}
.js-on .strip.rv.on .strip-track>div:nth-child(6){animation-delay:.40s,.40s}
.js-on .strip.rv.on .strip-track>div:nth-child(7){animation-delay:.48s,.48s}

/* ── 모바일 ── */
@media (max-width:820px){
  .strip{margin-top:28px;perspective:520px;
    padding-left:16px;padding-right:16px;margin-left:-16px;margin-right:-16px}
  .strip-track{gap:8px}
  .strip-track>div{flex:0 0 198px;border-radius:12px}
  /* 스크롤되는 동안 양옆 흐림이 같이 밀려나므로 모바일에서는 뺍니다 */
}
@media (max-width:460px){
  .strip-track>div{flex:0 0 174px}
}
@media (prefers-reduced-motion:reduce){
  .js-on .strip.rv.on .strip-track>div{animation:none!important;opacity:1!important;transform:none!important;filter:none!important}
  }

/* ============================================================
   언론보도 섹션
   ============================================================ */
.press{background:#EDF3EC;padding:100px 0 106px}
.press .eyebrow{font-size:13px;font-weight:800;letter-spacing:.18em;color:var(--green);text-align:center}
.press h2{font-size:clamp(30px,4.6vw,50px);font-weight:900;letter-spacing:-.055em;
  text-align:center;margin:12px 0 10px}
.press .lead{text-align:center;font-size:16px;color:var(--gray);line-height:1.8;margin-bottom:44px}

.press-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.pcard{display:grid;grid-template-columns:196px 1fr;gap:16px;align-items:center;
  background:#fff;border-radius:14px;padding:14px;color:inherit;
  transition:transform .26s cubic-bezier(.22,.9,.3,1),box-shadow .26s ease}
a.pcard:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(17,90,45,.14)}
.pcard-th{width:196px;aspect-ratio:16/10;border-radius:10px;overflow:hidden;background:#E7EDE5;
  display:grid;place-items:center}
.pcard-th img{width:100%;height:100%;object-fit:cover;display:block}
.pcard-th span{font-size:14px;font-weight:800;color:#8FA091;letter-spacing:-.02em;padding:0 8px;text-align:center}
.pcard-body b{display:block;font-size:17px;font-weight:800;letter-spacing:-.04em;line-height:1.4;
  color:var(--ink);
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.pcard-body p{font-size:13.5px;color:var(--gray);line-height:1.65;margin:7px 0 8px;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.pcard-body em{font-style:normal;font-size:12.5px;color:var(--gray-lt);font-weight:600}

/* 카드가 순서대로 올라옴 */
.js-on .press-grid.rv.on>*{animation:pkUp .55s cubic-bezier(.22,.9,.3,1) backwards}
.js-on .press-grid.rv.on>*:nth-child(1){animation-delay:.02s}
.js-on .press-grid.rv.on>*:nth-child(2){animation-delay:.08s}
.js-on .press-grid.rv.on>*:nth-child(3){animation-delay:.14s}
.js-on .press-grid.rv.on>*:nth-child(4){animation-delay:.20s}
.js-on .press-grid.rv.on>*:nth-child(5){animation-delay:.26s}
.js-on .press-grid.rv.on>*:nth-child(6){animation-delay:.32s}
.js-on .press-grid.rv.on>*:nth-child(7){animation-delay:.38s}
.js-on .press-grid.rv.on>*:nth-child(8){animation-delay:.44s}

@media (max-width:900px){
  .press-grid{grid-template-columns:1fr}
}
@media (max-width:820px){
  .press{padding:70px 0 74px}
  .press .lead{font-size:14.5px;margin-bottom:28px}
  .pcard{grid-template-columns:118px 1fr;gap:12px;padding:11px;border-radius:12px}
  .pcard-th{width:118px;border-radius:9px}
  .pcard-body b{font-size:14.5px}
  .pcard-body p{font-size:12.5px;-webkit-line-clamp:2}
  .pcard-body em{font-size:11.5px}
}

/* 스트립 칸 — 임베드가 뜨기 전/실패해도 빈칸으로 보이지 않게 라벨을 깔아 둡니다 */
.strip-track .scell{position:relative}
.scell-label{
  position:absolute;inset:0;display:grid;place-items:center;padding:0 10px;
  font-size:13px;font-weight:800;color:#8FA091;text-align:center;letter-spacing:-.02em;
  background:repeating-linear-gradient(135deg,#E7EDE5 0 10px,#DFE7DC 10px 20px);
  z-index:0;pointer-events:none;
}
.scell>.pk-slot,.scell>iframe,.scell>video,.scell>img{position:relative;z-index:1}
.scell>.ph{position:relative;z-index:1}

/* 스트립 칸 : 썸네일 → 영상 순서로 겹칩니다.
   영상이 아직 안 떴거나 못 뜨더라도 썸네일이 보여 빈칸이 되지 않습니다. */
.scell-thumb{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
  display:block;z-index:1;
}
.scell>iframe.pk-slot{position:absolute;inset:0;z-index:2;background:transparent}
.scell.playing .scell-thumb{opacity:0;transition:opacity .35s ease}
/* 재생 표시 — 아직 영상이 붙지 않은 칸에만 */
.scell[data-kind="embed"]:not(.playing)::after{
  content:"";position:absolute;left:50%;top:50%;width:52px;height:52px;z-index:3;
  transform:translate(-50%,-50%);border-radius:50%;
  background:rgba(0,0,0,.45) url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E") center/22px no-repeat;
  pointer-events:none;
}

/* 미리보기 이미지 모드 — 누르면 유튜브가 열립니다 */
.scell-link{position:absolute;inset:0;z-index:2;display:block;cursor:pointer}
.scell-link .scell-thumb{z-index:auto}
.scell-link::after{
  content:"";position:absolute;left:50%;top:50%;width:56px;height:56px;
  transform:translate(-50%,-50%);border-radius:50%;
  background:rgba(0,0,0,.5) url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E") center/24px no-repeat;
  transition:transform .22s ease,background .22s ease;
}
.scell-link:hover::after{transform:translate(-50%,-50%) scale(1.12);background-color:rgba(200,32,40,.85)}
/* 링크 모드에서는 중복 재생 표시를 숨깁니다 */
.scell[data-kind="embed"]:has(.scell-link)::after{display:none}
@media (max-width:820px){ .scell-link::after{width:44px;height:44px;background-size:19px} }

/* 쇼츠 임베드 화질 개선
   유튜브는 플레이어 크기를 보고 화질을 정합니다.
   칸의 두 배 크기로 그린 뒤 절반으로 줄여 더 높은 화질을 받습니다. */
.scell>iframe.pk-slot{
  position:absolute;left:0;top:0;right:auto;bottom:auto;
  width:200%;height:200%;
  transform:scale(.5);transform-origin:0 0;
}

/* ============================================================
   창업 예상 비용 표 — 항목 · 비용 · 비고 3열
   ============================================================ */
.cost-tbl{width:100%;border-collapse:separate;border-spacing:0;background:#fff;
  border-radius:14px;overflow:hidden;box-shadow:0 8px 26px rgba(17,90,45,.10)}
.cost-tbl thead th{background:var(--green);color:#fff;font-size:15.5px;font-weight:800;
  padding:17px 20px;letter-spacing:-.03em;border:0}
.cost-tbl thead th:nth-child(2){text-align:center;width:32%}
.cost-tbl thead th:nth-child(3){text-align:center;width:38%}
.cost-tbl tbody th{text-align:left;font-size:16px;font-weight:800;color:var(--ink);
  padding:18px 20px;border-bottom:1px solid #EDF1EB;letter-spacing:-.03em;background:#fff}
.cost-tbl tbody td{padding:18px 20px;border-bottom:1px solid #EDF1EB;text-align:center;background:#fff}
.cost-tbl tbody tr:last-child th,
.cost-tbl tbody tr:last-child td{border-bottom:0}
.cost-tbl tbody tr:hover th,
.cost-tbl tbody tr:hover td{background:#F7FBF7}
.cost-tbl .price{font-size:19px;font-weight:900;color:var(--ink);letter-spacing:-.04em;line-height:1.5}
.cost-tbl .note-cell{text-align:center}
.cost-tbl .note-cell .sticker{
  position:relative;display:inline-block;background:var(--crimson);color:#fff;
  font-size:13px;font-weight:800;padding:7px 14px;border-radius:7px;
  letter-spacing:-.03em;line-height:1.4;transform:rotate(-1.2deg);
  box-shadow:0 3px 0 rgba(0,0,0,.10)}


@media (max-width:720px){
  /* 좁은 화면에서는 표를 카드처럼 세로로 풉니다 */
  .cost-tbl thead{display:none}
  .cost-tbl,.cost-tbl tbody,.cost-tbl tr,.cost-tbl th,.cost-tbl td{display:block;width:100%}
  .cost-tbl{box-shadow:none;background:transparent;border-radius:0}
  .cost-tbl tbody tr{background:#fff;border-radius:12px;margin-bottom:10px;
    box-shadow:0 4px 14px rgba(17,90,45,.09);overflow:hidden}
  .cost-tbl tbody th{padding:14px 16px 6px;font-size:15px;border-bottom:0}
  .cost-tbl tbody td{padding:0 16px 6px;text-align:left;border-bottom:0}
  .cost-tbl tbody td:last-child{padding-bottom:14px}
  .cost-tbl .price{font-size:22px;color:var(--green)}
  .cost-tbl .note-cell{text-align:left}
  .cost-tbl .note-cell .sticker{font-size:12px;padding:5px 11px;transform:none}
}

/* ============================================================
   전국 오픈 현황 지도 — 매장 핀이 공중에서 떨어집니다
   ============================================================ */
.mapsec{background:#fff;padding:100px 0 106px}
.mapsec .eyebrow{font-size:13px;font-weight:800;letter-spacing:.18em;color:var(--green);text-align:center}
.mapsec h2{font-size:clamp(30px,4.8vw,52px);font-weight:900;letter-spacing:-.055em;
  text-align:center;margin:12px 0 10px;line-height:1.25;white-space:pre-line}
.mapsec .lead{text-align:center;font-size:16px;color:var(--gray);line-height:1.8;margin-bottom:40px}

/* 프레임 비율은 올린 지도 이미지에 맞춰 자동으로 바뀝니다.
   그래야 이미지가 잘리지 않고, 핀 위치도 어긋나지 않습니다. */
.mapwrap{position:relative;max-width:560px;margin:0 auto;aspect-ratio:900/1254;
  border-radius:18px;overflow:visible;background:transparent}
.mapimg{position:absolute;inset:0}
.mapimg .pk-slot{width:100%;height:100%;object-fit:contain;display:block;
  filter:drop-shadow(0 10px 24px rgba(17,90,45,.16))}
.mapimg .ph{width:100%;height:100%}

.pins{position:absolute;inset:0;pointer-events:none}
/* 핀 하나 — 물방울 모양 + 가운데 흰 점
   .pin       : 위치만 잡는 껍데기 (마스크 없음 → 그림자·충격파를 그릴 수 있음)
   .pin b     : 실제 핀 모양
   .pin::before : 바닥 그림자
   .pin::after  : 착지 순간 퍼지는 충격파 */
.pin{position:absolute;width:22px;height:29px;margin:-29px 0 0 -11px}
.pin b{
  display:block;width:100%;height:100%;background:var(--green);
  -webkit-mask:var(--pin-shape) center/contain no-repeat;
          mask:var(--pin-shape) center/contain no-repeat;
  filter:drop-shadow(0 3px 4px rgba(6,50,22,.35));
  transform-origin:50% 100%;
}
:root{--pin-shape:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 29'%3E%3Cpath d='M11 0C4.9 0 0 4.9 0 11c0 8.2 11 18 11 18s11-9.8 11-18C22 4.9 17.1 0 11 0z'/%3E%3C/svg%3E");}
.pin b::after{content:"";position:absolute;left:50%;top:11px;transform:translate(-50%,-50%);
  width:8px;height:8px;border-radius:50%;background:#fff}

.pin::before{content:"";position:absolute;left:50%;bottom:-2px;transform:translateX(-50%) scale(0);
  width:20px;height:6px;border-radius:50%;background:rgba(6,50,22,.30);filter:blur(1.5px)}
.pin::after{content:"";position:absolute;left:50%;bottom:0;transform:translate(-50%,50%) scale(0);
  width:26px;height:26px;border-radius:50%;border:2.5px solid rgba(31,143,66,.75);opacity:0}

/* ── 하나씩 강하게 꽂히는 낙하 ── */
@keyframes pkPinFall{
  0%   {opacity:0;transform:translateY(calc(var(--h,340px) * -1)) rotate(var(--r,0deg)) scale(1.7);
        animation-timing-function:cubic-bezier(.7,0,.9,.25)}   /* 가속하며 급강하 */
  38%  {opacity:1}
  58%  {transform:translateY(0) rotate(0deg) scale(1);
        animation-timing-function:cubic-bezier(.2,0,.2,1)}
  64%  {transform:translateY(0) scaleX(1.42) scaleY(.62)}      /* 충돌 — 납작하게 눌림 */
  72%  {transform:translateY(-13px) scaleX(.88) scaleY(1.2)}   /* 반동으로 튀어오름 */
  81%  {transform:translateY(0) scaleX(1.14) scaleY(.9)}
  89%  {transform:translateY(-4px) scaleX(.97) scaleY(1.04)}
  100% {opacity:1;transform:translateY(0) scale(1)}
}
@keyframes pkPinShadow{
  0%,52%{transform:translateX(-50%) scale(.25);opacity:.15}
  64%   {transform:translateX(-50%) scale(1.5);opacity:.42}
  76%   {transform:translateX(-50%) scale(.8);opacity:.22}
  100%  {transform:translateX(-50%) scale(1);opacity:.3}
}
@keyframes pkPinShock{
  0%,56%{transform:translate(-50%,50%) scale(0);opacity:0}
  60%   {opacity:.85}
  100%  {transform:translate(-50%,50%) scale(2.9);opacity:0}
}
/* 모바일 — 낙하 거리와 시간을 줄이되 충돌감은 유지 */
@keyframes pkPinFallM{
  0%   {opacity:0;transform:translateY(-170px) rotate(var(--r,0deg)) scale(1.5);
        animation-timing-function:cubic-bezier(.7,0,.9,.25)}
  40%  {opacity:1}
  60%  {transform:translateY(0) rotate(0deg) scale(1);
        animation-timing-function:cubic-bezier(.2,0,.2,1)}
  67%  {transform:translateY(0) scaleX(1.34) scaleY(.68)}
  76%  {transform:translateY(-8px) scaleX(.92) scaleY(1.14)}
  88%  {transform:translateY(0) scaleX(1.08) scaleY(.95)}
  100% {opacity:1;transform:translateY(0) scale(1)}
}

.js-on .mapwrap.rv .pin b,
.js-on .mapwrap.rv .pin::before,
.js-on .mapwrap.rv .pin::after{opacity:0}

.js-on .mapwrap.rv.on .pin b{
  animation:pkPinFall .86s linear var(--d,0s) both;
  will-change:transform;
}
.js-on .mapwrap.rv.on .pin::before{animation:pkPinShadow .86s linear var(--d,0s) both}
.js-on .mapwrap.rv.on .pin::after{animation:pkPinShock .86s ease-out var(--d,0s) both}

/* 지도 위 문구 */
.mapbadge{position:absolute;left:50%;bottom:9%;transform:translateX(-50%);
  background:rgba(255,255,255,.94);color:var(--ink);font-size:15px;font-weight:800;
  letter-spacing:-.03em;padding:11px 20px;border-radius:9px;white-space:nowrap;
  box-shadow:0 6px 18px rgba(6,50,22,.18)}
.js-on .mapwrap.rv .mapbadge{opacity:0}
.js-on .mapwrap.rv.on .mapbadge{animation:pkUp .6s ease 2.75s forwards}

@media (max-width:820px){
  .mapsec{padding:70px 0 76px}
  .mapsec .lead{font-size:14.5px;margin-bottom:26px}
  .mapwrap{max-width:100%;border-radius:14px}
  .pin{width:16px;height:21px;margin:-21px 0 0 -8px}
  .pin b::after{top:8px;width:6px;height:6px}
  .pin::before{width:14px;height:5px}
  .pin::after{width:18px;height:18px;border-width:2px}
  .mapbadge{font-size:12px;padding:8px 12px;bottom:7%;white-space:normal;max-width:88%;text-align:center}
  .js-on .mapwrap.rv.on .pin b{animation-name:pkPinFallM;animation-duration:.72s}
  .js-on .mapwrap.rv.on .pin::before,
  .js-on .mapwrap.rv.on .pin::after{animation-duration:.72s}
}
@media (prefers-reduced-motion:reduce){
  .js-on .mapwrap.rv .pin b,.js-on .mapwrap.rv .mapbadge{opacity:1}
  .js-on .mapwrap.rv.on .pin b,.js-on .mapwrap.rv.on .mapbadge{animation:none!important;transform:none!important}
  .js-on .mapwrap.rv.on .pin::after{animation:none!important;opacity:0!important}
}

/* ============================================================
   창업 비용 표 — 행이 화면에 닿는 순간 하나씩 실행
   (표 전체를 한 번에 재생하지 않고 행마다 따로 관찰합니다.
    그래서 재생 속도가 스크롤 속도를 그대로 따라갑니다)
   ============================================================ */

/* 행 안의 세 요소만 순서를 둡니다 — 항목 → 금액 → 스티커 */
@keyframes pkCostRow{
  0%  {opacity:0;transform:translateX(-48px) scale(.965)}
  55% {opacity:1;transform:translateX(8px) scale(1.01)}
  76% {transform:translateX(-3px) scale(.998)}
  90% {transform:translateX(1px)}
  100%{opacity:1;transform:none}
}
/* ① 항목 이름 — 왼쪽에서 또렷하게 밀려 들어옵니다 */
@keyframes pkCostName{
  0%  {opacity:0;transform:translateX(-22px)}
  60% {opacity:1;transform:translateX(3px)}
  100%{opacity:1;transform:none}
}
/* ② 금액 — 흐릿하고 작았다가 커지며 또렷해집니다 */
@keyframes pkCostPrice{
  0%  {opacity:0;transform:scale(.7);filter:blur(7px)}
  55% {opacity:1;transform:scale(1.14);filter:blur(0)}
  76% {transform:scale(.965)}
  100%{opacity:1;transform:none;filter:blur(0)}
}
/* ③ 스티커 — 위에서 돌면서 날아와 도장처럼 꽂힙니다 */
@keyframes pkStamp{
  0%  {opacity:0;transform:translate(58px,-72px) rotate(26deg) scale(2.1);
       animation-timing-function:cubic-bezier(.7,0,.85,.3)}
  40% {opacity:1}
  54% {transform:translate(0,0) rotate(-1.2deg) scale(1);
       animation-timing-function:cubic-bezier(.2,0,.25,1)}
  61% {transform:translate(0,0) rotate(-1.2deg) scaleX(1.36) scaleY(.64)}
  70% {transform:translate(0,-10px) rotate(3deg) scaleX(.9) scaleY(1.18)}
  79% {transform:translate(0,0) rotate(-4deg) scaleX(1.12) scaleY(.93)}
  87% {transform:translate(0,0) rotate(1.6deg) scale(1.03)}
  94% {transform:translate(0,0) rotate(-2.2deg) scale(.99)}
  100%{opacity:1;transform:rotate(-1.2deg) scale(1)}
}
@keyframes pkStampShock{
  0%,52%{transform:translate(-50%,-50%) scale(.2);opacity:0}
  57%   {opacity:.75}
  100%  {transform:translate(-50%,-50%) scale(2.3);opacity:0}
}
@keyframes pkStampGlow{
  0%,100%{box-shadow:0 3px 0 rgba(0,0,0,.10), 0 0 0 0 rgba(169,50,68,.34)}
  50%    {box-shadow:0 3px 0 rgba(0,0,0,.10), 0 0 0 9px rgba(169,50,68,0)}
}

/* 행이 화면에 닿기 전에는 숨겨 둡니다 */
.js-on .cost-tbl tbody tr.crow{opacity:0}
.js-on .cost-tbl tbody tr.crow th>span,
.js-on .cost-tbl tbody tr.crow .price>span,
.js-on .cost-tbl tbody tr.crow .sticker{opacity:0}

.js-on .cost-tbl tbody tr.crow.on{
  animation:pkCostRow .58s cubic-bezier(.22,.9,.3,1) both;
}
.js-on .cost-tbl tbody tr.crow.on th>span{
  display:inline-block;
  animation:pkCostName .46s cubic-bezier(.22,.9,.3,1) .06s both;
}
/* td 에 직접 display·transform 을 주면 표 배치가 흐트러지므로
   안쪽 span 에만 모션을 겁니다. */
.js-on .cost-tbl tbody tr.crow.on .price>span{
  display:inline-block;
  animation:pkCostPrice .52s ease-out .14s both;
}
.js-on .cost-tbl tbody tr.crow.on .sticker{
  animation:pkStamp .74s linear .26s both,
            pkStampGlow 2.6s ease-in-out 1.1s infinite;
  will-change:transform;
}
.cost-tbl .sticker::after{
  content:"";position:absolute;left:50%;top:50%;
  transform:translate(-50%,-50%) scale(0);
  width:100%;height:100%;border-radius:9px;
  border:2.5px solid rgba(169,50,68,.85);opacity:0;pointer-events:none;
}
.js-on .cost-tbl tbody tr.crow.on .sticker::after{
  animation:pkStampShock .74s ease-out .26s both;
}

/* 마우스를 올리면 스티커가 살짝 튀어오릅니다 */
.cost-tbl tbody tr:hover .sticker{transform:rotate(-1.2deg) translateY(-2px) scale(1.05);
  transition:transform .2s cubic-bezier(.22,.9,.3,1)}

/* ── 모바일 ── */
@keyframes pkCostRowM{
  0%  {opacity:0;transform:translateY(24px) scale(.98)}
  70% {opacity:1;transform:translateY(-3px) scale(1.005)}
  100%{opacity:1;transform:none}
}
@keyframes pkStampM{
  0%  {opacity:0;transform:translate(28px,-42px) rotate(18deg) scale(1.75);
       animation-timing-function:cubic-bezier(.7,0,.85,.3)}
  44% {opacity:1}
  58% {transform:translate(0,0) rotate(0deg) scale(1)}
  67% {transform:scaleX(1.28) scaleY(.72)}
  78% {transform:translateY(-7px) scaleX(.93) scaleY(1.12)}
  90% {transform:translateY(0) rotate(-2.4deg) scale(1.02)}
  100%{opacity:1;transform:none}
}
@media (max-width:720px){
  .js-on .cost-tbl tbody tr.crow.on{animation-name:pkCostRowM;animation-duration:.48s}
  .js-on .cost-tbl tbody tr.crow.on .sticker{
    animation:pkStampM .6s linear .22s both;    /* 숨쉬는 빛은 끔 — 배터리 */
  }
}
@media (prefers-reduced-motion:reduce){
  .js-on .cost-tbl tbody tr.crow,
  .js-on .cost-tbl tbody tr.crow th>span,
  .js-on .cost-tbl tbody tr.crow .price>span,
  .js-on .cost-tbl tbody tr.crow .sticker{opacity:1}
  .js-on .cost-tbl tbody tr.crow.on,
  .js-on .cost-tbl tbody tr.crow.on th>span,
  .js-on .cost-tbl tbody tr.crow.on .price>span,
  .js-on .cost-tbl tbody tr.crow.on .sticker,
  .js-on .cost-tbl tbody tr.crow.on .sticker::after{
    animation:none!important;transform:none!important;filter:none!important}
}
