
:root{--navy:#0B4A88;--deep:#173856;--blue:#1E88E5;--gold:#F59E0B;--gold2:#FF8A00;--light:#F5F7FA;--ink:#1e2a36;--muted:#687786;--line:#dce6ef;--soft:#eef6fc;--shopsoft:#fff7ea;--white:#fff;--shadow:0 14px 35px rgba(13,63,103,.11)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Pretendard,"Noto Sans KR","Malgun Gothic",Arial,sans-serif;color:var(--ink);background:#fff;letter-spacing:-.02em}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}.container{width:min(1220px,calc(100% - 40px));margin:auto}
.utility{height:31px;background:#f4f7f9;border-bottom:1px solid #e5ebef;color:#5a6875;font-size:11px}.utility .container{height:100%;display:flex;align-items:center;justify-content:space-between}.util-links{display:flex;gap:12px}.util-links a:hover{color:var(--navy)}
.header{height:78px;background:#fff;border-bottom:1px solid #dce5ec;position:sticky;top:0;z-index:50}.nav{height:100%;display:flex;align-items:center;gap:20px}.brand{width:180px;flex:none}.brand img{width:100%;display:block}.menu{display:flex;align-items:center;justify-content:center;gap:27px;margin-left:auto;font-size:13px;font-weight:800;color:#33424f}.menu a{white-space:nowrap}.menu a:hover{color:var(--blue)}.nav-right{display:flex;gap:10px;align-items:center}.navbtn{height:39px;padding:0 17px;border:1px solid #bcd0df;border-radius:8px;display:inline-flex;align-items:center;font-weight:900;font-size:12px;color:var(--deep);background:#fff}.navbtn.primary{background:var(--navy);color:#fff;border-color:var(--navy)}.navbtn.shop{background:var(--gold2);color:#fff;border-color:var(--gold2)}
.hero{position:relative;overflow:hidden}.public-hero{background:linear-gradient(90deg,#eaf5fc 0,#f6fbfe 52%,#fff 100%);min-height:515px}.shop-hero{background:linear-gradient(90deg,#fff8ed 0,#fffdf9 50%,#fff 100%);min-height:515px}.hero .container{display:grid;grid-template-columns:1.02fr .98fr;min-height:515px;align-items:center}.hero-copy{padding:48px 0 55px;position:relative;z-index:2}.micro{font-size:12px;font-weight:900;color:var(--navy);letter-spacing:.03em}.shop-hero .micro{color:#bd6b00}.hero h1{font-size:49px;line-height:1.17;letter-spacing:-.055em;margin:13px 0 12px;color:var(--navy)}.shop-hero h1{color:var(--deep)}.shop-hero h1 em{color:var(--gold2);font-style:normal}.hero-copy p{font-size:17px;line-height:1.68;color:#5b6a78;margin:0 0 24px}.hero-actions{display:flex;gap:10px}.btn{height:43px;padding:0 20px;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;font-size:13px;font-weight:900;cursor:pointer}.btn.blue{background:var(--navy);color:#fff}.btn.orange{background:var(--gold2);color:#fff}.btn.white{background:#fff;color:var(--deep);border-color:#bfd0dd}.btn.soft{background:#edf6fc;color:var(--navy)}
.hero-visual{height:100%;position:relative}.gov-shape{position:absolute;left:-8%;bottom:0;width:68%;height:65%;opacity:.16}.gov-shape:before{content:"";position:absolute;left:7%;bottom:0;width:90%;height:47%;background:repeating-linear-gradient(90deg,rgba(11,74,136,.24) 0 4%,transparent 4% 12%);border-top:18px solid rgba(11,74,136,.22);clip-path:polygon(0 22%,15% 22%,20% 9%,28% 22%,42% 22%,50% 0,58% 22%,72% 22%,80% 9%,85% 22%,100% 22%,100% 100%,0 100%)}
.product-stage{position:absolute;inset:25px 0 18px 0}.product-stage img{position:absolute;object-fit:contain;filter:drop-shadow(0 18px 16px rgba(34,54,72,.16))}.public-hero .p1{width:55%;height:78%;right:22%;top:5%}.public-hero .p2{width:38%;height:47%;right:0;bottom:5%;transform:rotate(4deg)}.public-hero .p3{width:40%;height:44%;left:5%;bottom:3%;transform:rotate(-4deg)}.shop-hero .p1{width:58%;height:78%;right:17%;top:2%}.shop-hero .p2{width:36%;height:43%;left:0;bottom:9%;transform:rotate(-5deg)}.shop-hero .p3{width:38%;height:45%;right:-2%;bottom:5%;transform:rotate(7deg)}
.feature-row{display:flex;gap:12px;margin-top:26px;flex-wrap:wrap}.feature-mini{display:flex;align-items:center;gap:9px;font-size:11px;font-weight:800;color:#40515f}.roundicon{width:36px;height:36px;border-radius:50%;background:#fff;border:1px solid #cfe1ee;display:grid;place-items:center;color:var(--blue);font-size:18px}.shop-hero .roundicon{color:#c96e00;border-color:#f0d8ad}
.promise{background:#fff;border-bottom:1px solid #e5ebf0}.promise-grid{display:grid;grid-template-columns:repeat(4,1fr)}.promise-card{padding:18px 23px;display:grid;grid-template-columns:44px 1fr;gap:11px;align-items:center;border-right:1px solid #e7edf2}.promise-card:last-child{border-right:0}.promise-icon{width:44px;height:44px;border-radius:50%;background:#e9f5fe;color:var(--navy);display:grid;place-items:center;font-size:20px}.shop .promise-icon{background:#fff4df;color:#be6b00}.promise-card strong{font-size:13px;color:var(--deep);display:block}.promise-card small{display:block;margin-top:4px;color:#7b8791;font-size:10px}
.main-section{padding:43px 0 49px}.section-title{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:18px}.section-title h2{margin:0;color:var(--deep);font-size:23px;letter-spacing:-.04em}.section-title a{color:var(--blue);font-size:11px;font-weight:900}.shop .section-title a{color:#d67700}.category-strip{display:grid;grid-template-columns:repeat(8,1fr);gap:10px}.mini-product{display:block;text-align:center}.mini-img{height:110px;border:1px solid #e0e8ee;border-radius:9px;background:#f7f9fb;padding:7px;display:flex;align-items:center;justify-content:center}.mini-img img{max-width:100%;max-height:100%;object-fit:contain}.mini-product strong{display:block;font-size:11px;margin-top:7px;color:#40505d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.action-band{margin-top:36px;border-radius:8px;background:#075599;color:#fff;padding:18px 26px;display:flex;align-items:center;justify-content:space-between;gap:24px;box-shadow:0 8px 18px rgba(11,74,136,.13)}.shop .action-band{background:linear-gradient(90deg,#fff4df,#ffedc2);color:#3b2b13;border:1px solid #f5d89d;box-shadow:none}.action-band h3{margin:0 0 4px;font-size:19px}.action-band p{margin:0;font-size:11px;opacity:.88}.action-band .btn{min-width:155px}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.card{border:1px solid #dfe7ed;border-radius:12px;overflow:hidden;background:#fff;transition:.18s}.card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.card-img{height:190px;background:#f7f9fa;display:flex;align-items:center;justify-content:center;padding:12px}.card-img img{max-width:100%;max-height:100%;object-fit:contain}.card-body{padding:14px}.card-kicker{font-size:10px;color:var(--blue);font-weight:900}.shop .card-kicker{color:#d47700}.card h3{font-size:15px;line-height:1.4;margin:6px 0 7px}.card p{font-size:11px;line-height:1.5;color:#788590;min-height:34px;margin:0}.card-actions{display:flex;gap:6px;margin-top:11px}.card-actions .btn{height:35px;font-size:11px;flex:1;padding:0 9px}
.page-title{background:#eef7fd;padding:43px 0}.shop .page-title{background:#fff6e8}.page-title h1{font-size:35px;color:var(--deep);margin:5px 0}.page-title p{margin:0;color:#687786;font-size:14px}.filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px}.filter{border:1px solid #d7e2e9;background:#fff;border-radius:999px;padding:8px 13px;font-size:11px;font-weight:900}.filter.active{background:var(--deep);color:#fff}
.detail{padding:45px 0}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:start}.main-photo{border:1px solid #dce5eb;border-radius:16px;background:#fafbfc;min-height:460px;display:flex;align-items:center;justify-content:center;padding:20px}.main-photo img{max-width:100%;max-height:540px;object-fit:contain}.detail-info h1{font-size:34px;line-height:1.3;color:var(--deep);margin:9px 0}.detail-info p{font-size:14px;line-height:1.7;color:#667684}.chips{display:flex;flex-wrap:wrap;gap:7px;margin-top:15px}.chip{padding:7px 10px;border-radius:999px;background:#edf5fb;color:#315b7c;font-size:10px;font-weight:800}.shop .chip{background:#fff2dc;color:#8d5b13}.info-box{border:1px solid #dde6ed;border-radius:12px;padding:15px;margin-top:20px}.info-row{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid #edf1f4;font-size:12px}.info-row:last-child{border-bottom:0}.info-row span{color:#778590}.long-detail{max-width:1000px;margin:38px auto 0}.long-detail img{width:100%;display:block}
.form-area{padding:45px 0}.form-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:25px}.form-card,.side-card{border:1px solid #dde6ed;border-radius:14px;background:#fff;padding:23px}.fields{display:grid;grid-template-columns:1fr 1fr;gap:13px}.field.full{grid-column:1/-1}.field label{display:block;font-size:11px;font-weight:900;margin-bottom:6px}.field input,.field select,.field textarea{width:100%;border:1px solid #cfdbe4;border-radius:7px;padding:11px}.field textarea{min-height:120px;resize:vertical}.notice{background:#fff6e8;border:1px solid #f0d29b;border-radius:10px;padding:14px;font-size:11px;line-height:1.6;color:#6c4c1d}
.footer{background:#f7fafc;border-top:1px solid #dce6ed;padding:25px 0 20px;color:#4e5f6d}.footer-grid{display:grid;grid-template-columns:220px 1.3fr .9fr .7fr;gap:28px;align-items:center}.footer-logo img{width:190px}.footer p{font-size:11px;line-height:1.75;margin:0}.footer strong{color:var(--deep)}.footer-contact b{font-size:16px;color:var(--deep)}.signature{text-align:right;font-size:13px;font-style:italic;color:#1f4b70}.copyright{border-top:1px solid #e1e8ed;margin-top:20px;padding-top:12px;text-align:center;font-size:10px;color:#86929b}
.launcher{min-height:100vh;background:linear-gradient(135deg,#eef7fd,#fff8eb);display:grid;place-items:center}.launchbox{width:min(900px,calc(100% - 40px));background:#fff;border:1px solid #dce6ed;border-radius:24px;padding:42px;box-shadow:var(--shadow)}.launchbox .logo-large{width:300px}.launch-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-top:30px}.launch-card{border-radius:16px;padding:28px;color:#fff;background:var(--navy)}.launch-card.shop-card{background:linear-gradient(135deg,#f4a100,#ff8700)}.launch-card h2{margin:0 0 6px;font-size:25px}
@media(max-width:1000px){.menu{display:none}.hero .container{grid-template-columns:1fr 1fr}.hero h1{font-size:42px}.category-strip{grid-template-columns:repeat(4,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.detail-grid,.form-grid{grid-template-columns:1fr}}
@media(max-width:680px){.container{width:min(100% - 24px,1220px)}.utility{display:none}.header{height:66px}.brand{width:155px}.nav-right .navbtn:first-child{display:none}.hero .container{grid-template-columns:1fr;min-height:auto}.hero{min-height:0}.hero-copy{padding:38px 0 10px}.hero h1{font-size:36px}.hero-visual{height:330px}.promise-grid{grid-template-columns:1fr 1fr}.promise-card:nth-child(2){border-right:0}.category-strip{grid-template-columns:repeat(2,1fr)}.mini-img{height:135px}.product-grid{grid-template-columns:1fr}.action-band{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr}.signature{text-align:left}.detail-grid{gap:24px}.main-photo{min-height:330px}.fields{grid-template-columns:1fr}.field.full{grid-column:1}.launch-grid{grid-template-columns:1fr}.launchbox{padding:28px}.launchbox .logo-large{width:230px}}


/* v5: final mockup hero image + SVG icon fidelity */
.hero-visual{display:flex;align-items:center;justify-content:flex-end;padding:34px 0 34px 28px}
.hero-reference{position:relative;width:94%;max-width:540px;border-radius:2px;overflow:hidden;box-shadow:0 18px 38px rgba(35,65,90,.10);background:#fff}
.hero-reference img{display:block;width:100%;height:auto;object-fit:cover}
.public-reference:after{content:"";position:absolute;inset:0;pointer-events:none;box-shadow:inset 0 0 35px rgba(234,245,252,.16)}
.shop-reference{box-shadow:0 18px 38px rgba(75,55,25,.10)}
.roundicon{padding:8px}.roundicon img{display:block;width:20px;height:20px}
.promise-icon{padding:9px}.promise-icon img{display:block;width:25px;height:25px}
.shop .promise-grid.shop-five{grid-template-columns:repeat(5,1fr)}
.shop .promise-grid.shop-five .promise-card{padding-left:17px;padding-right:17px}
.shop .promise-grid.shop-five .promise-card:last-child{border-right:0}
@media(max-width:1000px){.shop .promise-grid.shop-five{grid-template-columns:repeat(3,1fr)}.shop .promise-grid.shop-five .promise-card:nth-child(3){border-right:0}}
@media(max-width:680px){.hero-visual{height:auto;padding:10px 0 28px}.hero-reference{width:100%;max-width:none}.shop .promise-grid.shop-five{grid-template-columns:1fr 1fr}.shop .promise-grid.shop-five .promise-card:nth-child(3){border-right:1px solid #e7edf2}.shop .promise-grid.shop-five .promise-card:nth-child(even){border-right:0}}


/* =========================================================
   v6 — FINAL TARGET BOARD fidelity overrides
   Authority: docs/FINAL_TARGET_BOARD.png
   ========================================================= */
.container{width:min(1180px,calc(100% - 40px));margin:auto}

/* header */
.header{height:82px}
.brand{width:176px}
.menu{gap:24px;font-size:12px}
.nav-right{margin-left:2px}
.cart-link{width:42px;height:42px;display:grid;place-items:center}
.cart-link img{width:27px;height:27px}

/* Hero: flush image, no card/shadow margins */
.public-hero,.shop-hero{min-height:500px}
.hero .container{grid-template-columns:1fr 1fr;min-height:500px;position:relative}
.hero-copy{padding:54px 0 46px}
.hero h1{font-size:47px;line-height:1.12;margin:0 0 14px}
.hero-copy p{font-size:16px;line-height:1.6;margin:0 0 20px}
.flush-visual{padding:0!important;align-self:stretch;height:500px!important;display:block!important;position:relative;z-index:1;overflow:hidden}
.flush-hero-image{width:100%;height:100%;object-fit:cover;display:block}
.public-hero .flush-hero-image{object-position:56% center}
.shop-hero .flush-hero-image{object-position:50% center}

/* public faint building continuation under the left side */
.public-building-bg{position:absolute;left:0;bottom:0;width:53%;height:165px;background:url("hero/public_building_strip.jpg") left bottom/100% 100% no-repeat;opacity:.24;z-index:0}
.public-copy{z-index:2}

/* PUBLIC hero: target has 3 vertical glass cards and no hero buttons */
.public-copy h1{margin-top:7px}
.public-feature-cards{display:flex;gap:12px;margin-top:18px}
.public-feature-card{width:82px;height:76px;border:1px solid rgba(173,207,230,.88);background:rgba(255,255,255,.64);border-radius:6px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;box-shadow:0 4px 10px rgba(55,91,117,.04)}
.public-feature-card i{width:29px;height:29px;display:grid;place-items:center}
.public-feature-card i img{width:26px;height:26px}
.public-feature-card strong{font-size:10px;color:#31536f;white-space:nowrap}

/* SHOP feature row exactly like target */
.shop-copy{padding-left:8px}
.shop-copy h1{font-size:45px;margin-bottom:12px}
.shop-feature-row{display:flex;gap:20px;margin:20px 0 24px}
.shop-feature-item{display:flex;align-items:center;gap:9px;min-width:86px}
.shop-feature-item i{width:38px;height:38px;border:1px solid #efcf9e;border-radius:50%;background:#fff;display:grid;place-items:center;flex:none}
.shop-feature-item i img{width:22px;height:22px}
.shop-feature-item strong{font-size:10px;line-height:1.2;color:#3a4d5c}
.shop-buy{margin-top:0!important}

/* trust/promise row: individual cards with gaps as in target */
.promise{padding:10px 0 12px;border-bottom:0;background:#fff}
.promise-grid{gap:8px}
.promise-card{min-height:58px;padding:10px 13px;border:1px solid #e4ebf0!important;border-radius:8px;background:#fff;grid-template-columns:38px 1fr;box-shadow:0 2px 6px rgba(26,68,103,.025)}
.promise-icon{width:38px;height:38px}
.promise-icon img{width:23px;height:23px}
.promise-card strong{font-size:12px}
.promise-card small{font-size:9px}
.shop .promise-grid.shop-five{gap:8px}
.shop .promise-grid.shop-five .promise-card{padding:9px 10px}

/* product strip */
.main-section{padding:31px 0 38px}
.section-title{margin-bottom:13px}
.section-title h2{font-size:20px}
.category-strip{gap:9px}
.mini-img{height:92px;border-radius:7px;padding:5px}
.mini-product strong{font-size:10px;margin-top:6px}

/* CTA exact target structure */
.action-band{margin-top:26px;min-height:72px;padding:12px 16px 12px 18px;border-radius:7px;display:grid;grid-template-columns:54px 1fr auto;align-items:center;gap:14px}
.action-icon{width:48px;height:48px;display:grid;place-items:center}
.action-icon img{width:45px;height:45px;display:block}
.public-action-band .action-icon img{filter:none}
.shop-action-band{background:linear-gradient(90deg,#fff9ee 0%,#fff0d0 100%)!important;border:1px solid #f4d89f!important}
.shop-cart img{width:41px;height:41px}
.action-copy h3{font-size:18px;margin:0 0 3px}
.action-copy p{font-size:10px}
.action-band .btn{min-width:148px}

/* Footer closer to target spacing */
.footer{padding:20px 0 14px}
.footer-grid{grid-template-columns:195px 1.35fr .9fr .72fr;gap:24px}
.footer-logo img{width:178px}
.footer p{font-size:10px}
.footer-contact b{font-size:15px}
.signature{font-size:12px}
.copyright{margin-top:14px;padding-top:9px;font-size:9px}

/* desktop target breakpoint */
@media(min-width:1001px){
 .shop .promise-grid.shop-five{grid-template-columns:repeat(5,1fr)}
}
@media(max-width:1000px){
 .public-building-bg{display:none}
 .flush-visual{height:400px!important}
 .hero .container{min-height:400px}
 .public-hero,.shop-hero{min-height:400px}
}
@media(max-width:680px){
 .header{height:66px}
 .flush-visual{height:310px!important}
 .public-feature-cards{gap:8px}
 .public-feature-card{width:76px;height:70px}
 .shop-feature-row{gap:10px;flex-wrap:wrap}
 .action-band{grid-template-columns:44px 1fr}
 .action-band .btn{grid-column:1/-1;width:100%}
}


/* =========================================================
   v7 HERO PIXEL MATCH
   Desktop hero = exact visual composition from approved board.
   Mobile keeps semantic responsive fallback.
   ========================================================= */
.hero-pixelmatch-wrap{
  padding:0!important;
  min-height:0!important;
  background:#fff!important;
  overflow:hidden;
}
.hero-pixelmatch-desktop{
  display:block;
  width:100%;
  max-width:1180px;
  margin:0 auto;
  position:relative;
  overflow:hidden;
  background:#fff;
}
.hero-pixelmatch-desktop img{
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
}
.hero-mobile-fallback{display:none}

.hero-shop-clickable{position:relative}
.hero-hotspot-buy{
  position:absolute;
  left:5.2%;
  top:73.0%;
  width:20.8%;
  height:14.2%;
  z-index:4;
  border-radius:8px;
  background:transparent;
}
.hero-hotspot-buy:focus{
  outline:3px solid rgba(30,136,229,.65);
  outline-offset:2px;
}

/* eliminate former split-hero artifacts on desktop */
@media(min-width:769px){
  .public-hero-v7,
  .shop-hero-v7{
    background:#fff!important;
  }
  .public-building-bg,
  .public-hero-v7 .container,
  .shop-hero-v7 .container{
    display:none!important;
  }
}

/* responsive fallback */
@media(max-width:768px){
  .hero-pixelmatch-desktop{display:none!important}
  .hero-mobile-fallback{
    display:block;
    padding:42px 0 36px;
  }
  .public-hero-v7 .hero-mobile-fallback{
    background:linear-gradient(180deg,#eaf7ff 0%,#f7fbfe 100%);
  }
  .shop-hero-v7 .hero-mobile-fallback{
    background:linear-gradient(180deg,#fffaf1 0%,#fff 100%);
  }
  .hero-mobile-fallback .container{
    display:block!important;
    min-height:0!important;
  }
  .hero-mobile-fallback .hero-copy{padding:0!important}
  .hero-mobile-fallback h1{font-size:38px!important}
}


/* =========================================================
   v7.1 — V7 BASE + V6 LIVE LEFT TEXT + APPROVED HERO BACKGROUND
   ========================================================= */

.hero-v71{
  position:relative;
  overflow:hidden;
  min-height:500px!important;
  padding:0!important;
}

/* Approved mockup tones */
.public-hero.hero-v71{
  background:
    linear-gradient(90deg,
      #eaf6fd 0%,
      #f4faff 48%,
      #f8fcff 57%,
      #ffffff 100%)!important;
}
.shop-hero.hero-v71{
  background:
    linear-gradient(90deg,
      #fffaf0 0%,
      #fffdf8 49%,
      #ffffff 58%,
      #ffffff 100%)!important;
}

/* V6-like 50/50 text / visual split */
.hero-v71 .container{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  align-items:stretch!important;
  min-height:500px!important;
  position:relative!important;
  z-index:2!important;
}

/* Left live text */
.hero-v71 .hero-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:48px 40px 48px 0!important;
  position:relative;
  z-index:4;
}
.hero-v71 .hero-copy h1{
  margin:0 0 14px!important;
  font-size:47px!important;
  line-height:1.12!important;
  letter-spacing:-.055em!important;
}
.public-hero.hero-v71 .hero-copy h1{color:#0B4A88!important}
.shop-hero.hero-v71 .hero-copy h1{color:#173856!important}
.shop-hero.hero-v71 .hero-copy h1 em{color:#F59E0B!important;font-style:normal}
.hero-v71 .hero-copy p{
  margin:0 0 20px!important;
  font-size:16px!important;
  line-height:1.65!important;
  color:#5e6d79!important;
}

/* PUBLIC background building, matching approved mockup */
.hero-v71-building{
  position:absolute;
  left:0;
  bottom:0;
  width:58%;
  height:44%;
  z-index:1;
  background:
    linear-gradient(180deg,rgba(234,246,253,0) 0%,rgba(234,246,253,.08) 22%,rgba(255,255,255,.14) 100%),
    url("../assets/hero/hero_public_building_v71.png") center bottom/cover no-repeat;
  opacity:.42;
  pointer-events:none;
}

/* Right hero visual taken from approved mockup, no text duplicated */
.hero-v71-visual{
  position:relative;
  min-height:500px;
  overflow:hidden;
  z-index:3;
}
.hero-v71-visual img{
  width:100%;
  height:100%;
  min-height:500px;
  display:block;
  object-fit:cover;
}
.public-hero.hero-v71 .hero-v71-visual img{
  object-position:center center;
}
.shop-hero.hero-v71 .hero-v71-visual img{
  object-position:center center;
}

/* Soft seam, so left background naturally flows into the product image */
.hero-v71-visual::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:44px;
  z-index:2;
  pointer-events:none;
  background:linear-gradient(90deg,rgba(255,255,255,.82),rgba(255,255,255,0));
}
.public-hero.hero-v71 .hero-v71-visual::before{
  background:linear-gradient(90deg,rgba(244,250,255,.86),rgba(244,250,255,0));
}
.shop-hero.hero-v71 .hero-v71-visual::before{
  background:linear-gradient(90deg,rgba(255,253,248,.90),rgba(255,253,248,0));
}

/* PUBLIC V6-style feature cards */
.hero-v71 .public-feature-cards{
  display:flex;
  gap:12px;
  margin-top:4px;
}
.hero-v71 .public-feature-card{
  width:82px;
  height:76px;
  border:1px solid rgba(155,200,232,.92);
  background:rgba(255,255,255,.72);
  border-radius:6px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:7px;
  box-shadow:0 3px 10px rgba(55,91,117,.04);
  backdrop-filter:blur(2px);
}
.hero-v71 .public-feature-card i{
  width:29px;height:29px;display:grid;place-items:center;
}
.hero-v71 .public-feature-card i img{width:26px;height:26px}
.hero-v71 .public-feature-card strong{
  font-size:10px;color:#31536f;white-space:nowrap;
}

/* SHOP V6-style live feature row */
.hero-v71 .shop-feature-row{
  display:flex;
  gap:20px;
  margin:18px 0 22px;
}
.hero-v71 .shop-feature-item{
  display:flex;
  align-items:center;
  gap:9px;
  min-width:86px;
}
.hero-v71 .shop-feature-item i{
  width:38px;height:38px;
  border:1px solid #efcf9e;
  border-radius:50%;
  background:rgba(255,255,255,.82);
  display:grid;place-items:center;flex:none;
}
.hero-v71 .shop-feature-item i img{width:22px;height:22px}
.hero-v71 .shop-feature-item strong{
  font-size:10px;line-height:1.2;color:#3a4d5c;
}

/* Disable V7 full-image hero mechanisms after restoring live HTML */
.hero-v71 + .hero-mobile-fallback,
.hero-v71 .hero-pixelmatch-desktop,
.hero-v71 .hero-mobile-fallback{
  display:none!important;
}

/* Tablet */
@media(max-width:1000px){
  .hero-v71{min-height:440px!important}
  .hero-v71 .container{min-height:440px!important}
  .hero-v71 .hero-copy{padding-right:28px!important}
  .hero-v71 .hero-copy h1{font-size:39px!important}
  .hero-v71-visual,
  .hero-v71-visual img{min-height:440px}
  .hero-v71-building{width:65%;height:39%}
}

/* Mobile: live HTML remains; visual drops below text */
@media(max-width:768px){
  .hero-v71 .container{
    grid-template-columns:1fr!important;
    min-height:0!important;
  }
  .hero-v71 .hero-copy{
    padding:38px 0 28px!important;
  }
  .hero-v71 .hero-copy h1{font-size:36px!important}
  .hero-v71-visual{
    min-height:290px;
    height:290px;
  }
  .hero-v71-visual img{
    min-height:290px;
    height:290px;
  }
  .hero-v71-building{
    width:100%;
    height:35%;
    opacity:.22;
  }
  .hero-v71-visual::before{
    top:0;left:0;right:0;width:auto;height:38px;bottom:auto;
    background:linear-gradient(180deg,rgba(255,255,255,.82),rgba(255,255,255,0))!important;
  }
}


/* =========================================================
   v7.2 — HERO LEFT TEXT AREA BACKGROUND 0% OPACITY
   좌측 텍스트 영역 자체의 배경만 완전 투명 처리.
   텍스트/아이콘/우측 이미지/기타 레이아웃은 유지.
   ========================================================= */

.hero-v71 .hero-copy,
.public-hero.hero-v71 .hero-copy,
.shop-hero.hero-v71 .hero-copy{
  background: transparent !important;
  background-color: rgba(255,255,255,0) !important;
  background-image: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* 좌측 절반에 덮이던 색상막도 0% 불투명으로 변경.
   오른쪽 이미지 쪽의 자연스러운 마감만 남김. */
.public-hero.hero-v71{
  background:
    linear-gradient(90deg,
      rgba(234,246,253,0) 0%,
      rgba(244,250,255,0) 49.9%,
      rgba(248,252,255,.28) 57%,
      rgba(255,255,255,1) 100%) !important;
}

.shop-hero.hero-v71{
  background:
    linear-gradient(90deg,
      rgba(255,250,240,0) 0%,
      rgba(255,253,248,0) 49.9%,
      rgba(255,255,255,.25) 58%,
      rgba(255,255,255,1) 100%) !important;
}

/* PUBLIC 하단 건물 이미지는 배경 레이어이므로 그대로 보이게 유지 */
.hero-v71-building{
  opacity:.42 !important;
}


/* =========================================================
   v7.3 — HERO PROPORTION / POSITION PRECISION TUNING
   기준: 사용자가 승인한 최종 시안과 현재 v7.2 화면 직접 비교
   ========================================================= */

/* 공통 hero height는 시안과 현재 viewport 비율상 500px가 적정 */
.hero-v71,
.hero-v71 .container{
  min-height:500px !important;
}

/* PUBLIC 시안:
   좌측 약 47.8%, 우측 약 52.2%
   SHOP 시안:
   좌측 약 44%, 우측 약 56%
*/
.public-hero.hero-v71 .container{
  grid-template-columns:47.8% 52.2% !important;
}
.shop-hero.hero-v71 .container{
  grid-template-columns:44% 56% !important;
}

/* PUBLIC 텍스트는 시안보다 현재가 너무 왼쪽/아래였으므로
   안쪽 + 위쪽 이동 */
.public-hero.hero-v71 .hero-copy{
  justify-content:flex-start !important;
  padding-top:104px !important;
  padding-left:72px !important;
  padding-right:28px !important;
}
.public-hero.hero-v71 .hero-copy h1{
  font-size:59px !important;
  line-height:1.07 !important;
  letter-spacing:-.06em !important;
  margin-bottom:16px !important;
}
.public-hero.hero-v71 .hero-copy p{
  font-size:17px !important;
  margin-bottom:16px !important;
}

/* PUBLIC 3개 기능카드도 목표 시안 비율에 맞게 약간 확대 */
.public-hero.hero-v71 .public-feature-cards{
  gap:13px !important;
  margin-top:3px !important;
}
.public-hero.hero-v71 .public-feature-card{
  width:94px !important;
  height:88px !important;
}
.public-hero.hero-v71 .public-feature-card i{
  width:32px !important;
  height:32px !important;
}
.public-hero.hero-v71 .public-feature-card i img{
  width:29px !important;
  height:29px !important;
}
.public-hero.hero-v71 .public-feature-card strong{
  font-size:11px !important;
}

/* SHOP 텍스트: 목표 시안처럼 더 위쪽, 약간 안쪽 */
.shop-hero.hero-v71 .hero-copy{
  justify-content:flex-start !important;
  padding-top:88px !important;
  padding-left:42px !important;
  padding-right:24px !important;
}
.shop-hero.hero-v71 .hero-copy h1{
  font-size:58px !important;
  line-height:1.08 !important;
  letter-spacing:-.055em !important;
  margin-bottom:15px !important;
}
.shop-hero.hero-v71 .hero-copy p{
  font-size:17px !important;
  line-height:1.55 !important;
  margin-bottom:16px !important;
}

/* SHOP 아이콘은 목표 시안에서 현재보다 약간 크게 보임 */
.shop-hero.hero-v71 .shop-feature-row{
  gap:24px !important;
  margin:18px 0 22px !important;
}
.shop-hero.hero-v71 .shop-feature-item{
  min-width:96px !important;
  gap:10px !important;
}
.shop-hero.hero-v71 .shop-feature-item i{
  width:43px !important;
  height:43px !important;
}
.shop-hero.hero-v71 .shop-feature-item i img{
  width:24px !important;
  height:24px !important;
}
.shop-hero.hero-v71 .shop-feature-item strong{
  font-size:11px !important;
}

/* 목표 시안에서 우측 이미지 영역의 비율과 원본 crop 비율을 일치시킴.
   따라서 cover에 의한 과도한 확대/잘림 최소화 */
.hero-v71-visual,
.hero-v71-visual img{
  min-height:500px !important;
  height:500px !important;
}
.public-hero.hero-v71 .hero-v71-visual img,
.shop-hero.hero-v71 .hero-v71-visual img{
  object-fit:cover !important;
  object-position:center center !important;
}

/* 좌우 경계가 선처럼 보이지 않도록 아주 짧은 blend만 사용 */
.hero-v71-visual::before{
  width:18px !important;
}
.public-hero.hero-v71 .hero-v71-visual::before{
  background:linear-gradient(90deg,rgba(232,246,254,.40),rgba(232,246,254,0)) !important;
}
.shop-hero.hero-v71 .hero-v71-visual::before{
  background:linear-gradient(90deg,rgba(255,251,243,.42),rgba(255,251,243,0)) !important;
}

/* PUBLIC 건물 배경은 시안처럼 hero 전체 하단에 더 자연스럽게 */
.hero-v71-building{
  width:55% !important;
  height:47% !important;
  opacity:.48 !important;
  background-size:cover !important;
  background-position:center bottom !important;
}

/* Tablet: 비율 유지하되 과대 제목 방지 */
@media(max-width:1100px) and (min-width:769px){
  .public-hero.hero-v71 .hero-copy{
    padding-left:46px !important;
    padding-top:88px !important;
  }
  .public-hero.hero-v71 .hero-copy h1{
    font-size:49px !important;
  }
  .shop-hero.hero-v71 .hero-copy{
    padding-left:34px !important;
    padding-top:76px !important;
  }
  .shop-hero.hero-v71 .hero-copy h1{
    font-size:49px !important;
  }
}

/* 모바일은 v7.2 반응형 구조 유지 */
@media(max-width:768px){
  .public-hero.hero-v71 .container,
  .shop-hero.hero-v71 .container{
    grid-template-columns:1fr !important;
  }
  .public-hero.hero-v71 .hero-copy,
  .shop-hero.hero-v71 .hero-copy{
    padding:38px 0 28px !important;
  }
  .public-hero.hero-v71 .hero-copy h1,
  .shop-hero.hero-v71 .hero-copy h1{
    font-size:36px !important;
  }
  .hero-v71-visual,
  .hero-v71-visual img{
    min-height:290px !important;
    height:290px !important;
  }
}

/* Site8 Stage8A account */
.inline-logout{display:inline;margin:0;padding:0}
.inline-logout button{border:0;background:none;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer}
.account-page{background:#f5f7fa;min-height:100vh}
.account-header{height:86px;background:#fff;border-bottom:1px solid #e4eaf0;display:flex;align-items:center;padding:0 7%}
.account-header .brand img{width:170px;height:auto}
.account-wrap{max-width:760px;margin:55px auto;padding:0 20px}
.account-card{background:#fff;border:1px solid #e2e9ef;border-radius:16px;padding:38px;box-shadow:0 12px 40px rgba(24,54,84,.06)}
.account-card h1{font-size:32px;margin:7px 0 8px;color:#153b5d}
.account-lead{color:#6a7b89;margin-bottom:28px;line-height:1.7}
.account-form{display:grid;gap:10px}
.account-form label{font-size:14px;font-weight:700;color:#34495a;margin-top:8px}
.account-form input{width:100%;box-sizing:border-box;border:1px solid #ccd8e2;border-radius:9px;padding:13px 14px;font-size:15px}
.account-form input:focus{outline:2px solid rgba(30,136,229,.18);border-color:#1e88e5}
.account-submit{margin-top:14px;width:100%}
.account-links{margin-top:20px;display:flex;gap:12px;justify-content:center;flex-wrap:wrap;color:#71808d;font-size:14px}
.account-links a{color:#0b4a88;font-weight:700}
.field-help{font-size:12px;color:#7a8995;line-height:1.55}
.field-help ul{margin:4px 0 0 18px;padding:0}
.form-error{font-size:13px;color:#b42318;background:#fff2f0;border-radius:7px;padding:9px 10px}
.account-card-wide{max-width:720px}
.account-summary{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:22px 0}
.account-summary div{background:#f7f9fb;border:1px solid #e4eaf0;border-radius:10px;padding:16px}
.account-summary span{display:block;font-size:12px;color:#7c8994;margin-bottom:5px}
.account-summary strong{color:#183b56}
.account-menu{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:22px 0}
.account-menu-card{display:block;border:1px solid #dbe5ed;border-radius:12px;padding:18px;text-decoration:none;background:#fff}
.account-menu-card strong{display:block;color:#0b4a88;margin-bottom:6px}
.account-menu-card span{font-size:13px;color:#72808b}
.account-notice{margin-top:20px}
.account-logout{margin-top:22px;text-align:right}
@media(max-width:640px){
  .account-header{padding:0 20px}
  .account-card{padding:25px 20px}
  .account-summary,.account-menu{grid-template-columns:1fr}
}

/* Site8 Stage8B2 orders */
.order-wrap{max-width:1080px;margin:48px auto;padding:0 20px}
.order-card{background:#fff;border:1px solid #e2e9ef;border-radius:16px;padding:34px;box-shadow:0 12px 40px rgba(24,54,84,.05)}
.order-card h1{font-size:32px;color:#153b5d}
.order-title-row{display:flex;justify-content:space-between;gap:18px;align-items:center;margin-bottom:20px}
.buy-grid{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(320px,1.1fr);gap:34px;align-items:start}
.buy-image{width:100%;border-radius:13px;background:#f5f7fa}
.buy-price{font-size:27px;font-weight:800;color:#173c5a;margin:18px 0}
.buy-form{display:flex;gap:12px;align-items:end;flex-wrap:wrap}
.buy-form label{display:grid;gap:6px}
.buy-form input{width:90px;padding:11px;border:1px solid #ccd7df;border-radius:8px}
.order-back{display:inline-block;margin-bottom:22px;color:#0b4a88;text-decoration:none}
.cart-list{border-top:1px solid #e6edf2}
.cart-row{display:grid;grid-template-columns:90px minmax(180px,1fr) auto 120px auto;align-items:center;gap:18px;padding:18px 0;border-bottom:1px solid #e6edf2}
.cart-row>img{width:88px;height:88px;object-fit:cover;border-radius:10px;background:#f5f7fa}
.cart-main strong,.cart-main span{display:block}
.cart-main span{margin-top:6px;color:#74828d}
.cart-qty{display:flex;gap:7px;align-items:center}
.cart-qty input{width:70px;padding:9px;border:1px solid #ccd7df;border-radius:7px}
.cart-remove{border:0;background:none;color:#9a3a32;cursor:pointer}
.order-total-box,.summary-row,.summary-total{display:flex;justify-content:space-between;gap:15px;padding:12px 0}
.order-total-box strong,.summary-total strong{font-size:22px;color:#173c5a}
.order-main-btn{display:block;width:100%;text-align:center;box-sizing:border-box;margin-top:12px}
.order-policy-note{font-size:12px;color:#7b8790;line-height:1.6}
.empty-box{text-align:center;padding:55px 20px}
.checkout-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,.8fr);gap:28px}
.checkout-summary,.order-detail-box{background:#f7f9fb;border:1px solid #e2e9ef;border-radius:12px;padding:20px}
.bank-box{margin-top:17px;background:#fff8e9;border:1px solid #f1d58b;border-radius:11px;padding:18px}
.bank-box span,.bank-box strong,.bank-box b,.bank-box small{display:block}
.bank-box strong{font-size:21px;color:#5e4813;margin:6px 0}
.bank-box small{margin-top:10px;line-height:1.6;color:#7f6c3c}
.order-list{border-top:1px solid #e2e9ef}
.order-list-row{display:flex;justify-content:space-between;gap:20px;padding:18px 4px;border-bottom:1px solid #e2e9ef;text-decoration:none}
.order-list-row strong,.order-list-row span,.order-list-row b,.order-list-row em{display:block}
.order-list-row span,.order-list-row em{margin-top:5px;font-size:13px;color:#7a8994}
.order-list-row em{font-style:normal;color:#d97b00}
.status-badge{background:#fff4d8;color:#946a00;border-radius:999px;padding:8px 13px;font-weight:700}
.order-detail-grid{display:grid;gap:16px}
@media(max-width:780px){
  .buy-grid,.checkout-grid{grid-template-columns:1fr}
  .cart-row{grid-template-columns:70px 1fr}
  .cart-row>img{width:68px;height:68px}
  .cart-qty,.cart-row>strong,.cart-row>form:last-child{grid-column:2}
  .order-title-row{flex-direction:column;align-items:flex-start}
}

/* Site8 Stage8C sales guard */
.order-price-summary{border-top:1px solid #e2e9ef;margin-top:18px;padding-top:12px}
.order-price-summary>div{display:flex;justify-content:space-between;gap:20px;padding:7px 0}
.order-price-summary .grand{font-size:19px;border-top:1px solid #e2e9ef;margin-top:6px;padding-top:14px}
.order-price-summary .grand strong{font-size:24px;color:#173c5a}
.buy-shipping{font-size:14px;color:#6a7883;margin:-8px 0 18px}
