
    :root {
      --y:    #F5A100;
      --y2:   #FFB830;
      --y3:   #C47D00;
      --k:    #0D0D0D;
      --d1:   #141414;
      --d2:   #1C1C1C;
      --d3:   #252525;
      --d4:   #313131;
      --muted:#7A7A7A;
      --txt:  #1A1A1A;
      --txt2: #3D3D3D;
      --bg:   #F4F1EB;
      --bdr:  #E2DFDA;
      --wht:  #FFFFFF;
      --font: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
      --r:    4px;
      --r2:   8px;
      --tr:   .28s ease;
    }

    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; font-size: 16px; }
    body { font-family: var(--font); color: var(--txt); background: var(--wht); line-height: 1.6; overflow-x: hidden; }
    img  { max-width: 100%; display: block; }
    a    { color: inherit; text-decoration: none; }
    em   { font-style: normal; }
    ul   { list-style: none; }
    button { cursor: pointer; font-family: var(--font); border: none; outline: none; background: none; }
    input, textarea, select { font-family: var(--font); }

    .wrap { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 28px; }
    .sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

    .reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
    .reveal.in { opacity: 1; transform: none; }
    .d1 { transition-delay: .1s; }
    .d2 { transition-delay: .2s; }
    .d3 { transition-delay: .3s; }
    .d4 { transition-delay: .4s; }

    .eyebrow {
      font-size: .7rem; font-weight: 800; letter-spacing: .22em;
      text-transform: uppercase; color: var(--y); display: block; margin-bottom: 10px;
    }
    .sec-title {
      font-size: clamp(1.75rem, 3.8vw, 2.8rem); font-weight: 900;
      line-height: 1.18; letter-spacing: -.03em; color: var(--txt);
    }
    .sec-title.lt { color: var(--wht); margin-bottom: 20px; }
    .sec-sub { margin-top: 14px; font-size: .9375rem; color: var(--muted); max-width: 540px; line-height: 1.75; }
    .sec-sub.lt { color: rgba(255,255,255,.55); }

    .btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 26px; border-radius: var(--r); font-size: .9375rem; font-weight: 800; transition: all var(--tr); letter-spacing: .01em; }
    .btn-y { background: var(--y); color: #111; }
    .btn-y:hover { background: var(--y2); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(245,161,0,.35); }
    .btn-ghost { border: 2px solid rgba(255,255,255,.4); color: var(--wht); }
    .btn-ghost:hover { border-color: var(--y); color: var(--y); }

    .iph {
      background: var(--d3);
      background-image: repeating-linear-gradient(-45deg, transparent, transparent 8px, rgba(255,255,255,.025) 8px, rgba(255,255,255,.025) 16px);
      display: flex; flex-direction: column; align-items: center; justify-content: center;
      gap: 8px; color: rgba(255,255,255,.25); font-size: .75rem; font-weight: 600;
      letter-spacing: .06em; text-align: center; padding: 16px;
    }
    .iph svg { opacity: .3; }
    .iph-note { font-size: .65rem; opacity: .5; }

    #hdr {
      position: fixed; top: 0; left: 0; width: 100%; z-index: 1000;
      padding: 22px 0; transition: background var(--tr), padding var(--tr), box-shadow var(--tr);
    }
    #hdr.sc {
      background: rgba(13,13,13,.97); backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px); padding: 13px 0;
      box-shadow: 0 2px 24px rgba(0,0,0,.45);
    }
    .hdr-in { display: flex; align-items: center; justify-content: space-between; gap: 20px; }

    .logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
    .logo-mark {
      width: 42px; height: 42px; background: #F5A100; border-radius: 50%;
      display: flex; align-items: center; justify-content: center; flex-shrink: 0; overflow: hidden;
    }
    .logo-text { line-height: 1.1; display: flex; flex-direction: column; }
    .logo-hd   { font-family: 'Montserrat', var(--font); font-weight: 900; font-size: 1.8rem; color: var(--wht); letter-spacing: -.04em; line-height: 1; }
    .logo-main { font-size: 1.8rem; font-weight: 900; color: var(--wht); letter-spacing: -.02em; }
    .logo-sub  { font-family: 'Montserrat', var(--font); font-size: .575rem; font-weight: 700; color: var(--y); letter-spacing: .15em; text-transform: uppercase; }

    .nav { display: flex; align-items: center; gap: 34px; }
    .nav a { font-size: 1rem; font-weight: 700; color: rgba(255,255,255,.7); transition: color var(--tr); position: relative; letter-spacing: .01em; }
    .nav a::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px; background: var(--y); transition: width var(--tr); }
    .nav a:hover { color: var(--wht); }
    .nav a:hover::after { width: 100%; }

    .hdr-right { display: flex; align-items: center; gap: 14px; }
    .hdr-phone .lbl  { font-size: .6rem; font-weight: 700; letter-spacing: .1em; color: rgba(255,255,255,.4); display: block; text-align: right; margin-bottom: 1px; }
    .hdr-phone a { font-size: 1.1rem; font-weight: 900; color: var(--y); white-space: nowrap; }
    .hdr-cta {
      padding: 9px 18px; background: var(--y); color: var(--k);
      border-radius: var(--r); font-size: 0.9rem; font-weight: 900;
      transition: all var(--tr); white-space: nowrap;
    }
    .hdr-cta:hover { background: var(--y2); transform: translateY(-1px); }

    .ham { display: none; flex-direction: column; justify-content: center; align-items: center; gap: 5px; width: 40px; height: 40px; }
    .ham span { display: block; width: 24px; height: 2px; background: var(--wht); transition: all var(--tr); transform-origin: center; }
    .ham.op span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .ham.op span:nth-child(2) { opacity: 0; transform: scaleX(0); }
    .ham.op span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

    .mnav {
      display: none; position: fixed; inset: 0; background: rgba(13,13,13,.98);
      z-index: 999; flex-direction: column; align-items: center; justify-content: center;
      gap: 28px; opacity: 0; pointer-events: none; transition: opacity var(--tr);
    }
    .mnav.op { display: flex; opacity: 1; pointer-events: all; }
    .mnav a { font-size: 1.5rem; font-weight: 900; color: var(--wht); }
    .mnav a:hover { color: var(--y); }
    .mnav .mphone { margin-top: 8px; font-size: 1.4rem; font-weight: 900; color: var(--y); }

    #hero {
      position: relative; min-height: 100vh;
      display: flex; align-items: center; background: var(--k); overflow: hidden;
    }

    .hero-bg { position: absolute; inset: 0; z-index: 0; background: var(--k); overflow: hidden; }
    .hero-video { position: absolute; inset: 0; overflow: hidden; pointer-events: none; opacity: 1; transition: opacity .8s ease; }
    .hero-video.fading { opacity: 0; }
    .hero-video iframe {
      position: absolute; top: 53%; left: 52%; transform: translate(-50%, -50%) scale(1.32);
      width: 100vw; height: 56.25vw;
      min-width: 177.78vh; min-height: 100%;
      border: 0; pointer-events: none;
    }
    .hero-overlay {
      position: absolute; inset: 0; z-index: 2;
      background:
        linear-gradient(105deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,.58) 52%, rgba(0,0,0,.5) 100%),
        rgba(0,0,0,.25);
    }

    .hero-loader {
      position: absolute; inset: 0; z-index: 4;
      display: flex; align-items: center; justify-content: center;
      background: var(--k);
      transition: opacity .6s ease, visibility .6s ease;
    }
    .hero-loader.hide { opacity: 0; visibility: hidden; }
    .hd-load-wrap { display: flex; flex-direction: column; align-items: center; }
    .hd-load { display: flex; gap: 1px; font-family: 'Montserrat', var(--font); font-weight: 900; font-size: clamp(1.8rem, 6vw, 3rem); letter-spacing: .06em; line-height: 1; }
    .hd-load span { display: inline-block; color: rgba(255,255,255,.22); animation: hd-wave 1.35s ease-in-out infinite; }
    .hd-load .hd-dash { color: var(--y); animation: none; }
    .hd-load span:nth-child(1){animation-delay:0s}
    .hd-load span:nth-child(2){animation-delay:.08s}
    .hd-load span:nth-child(3){animation-delay:.16s}
    .hd-load span:nth-child(4){animation-delay:.24s}
    .hd-load span:nth-child(6){animation-delay:.40s}
    .hd-load span:nth-child(7){animation-delay:.48s}
    .hd-load span:nth-child(8){animation-delay:.56s}
    .hd-load span:nth-child(9){animation-delay:.64s}
    @keyframes hd-wave {
      0%, 55%, 100% { color: rgba(255,255,255,.22); transform: translateY(0); text-shadow: none; }
      28% { color: var(--y); transform: translateY(-9px); text-shadow: 0 8px 22px rgba(245,161,0,.45); }
    }
    .hd-bar { width: 130px; height: 2px; background: rgba(255,255,255,.12); border-radius: 2px; margin-top: 22px; overflow: hidden; }
    .hd-bar span { display: block; height: 100%; width: 35%; background: var(--y); border-radius: 2px; animation: hd-bar 1.15s ease-in-out infinite; }
    @keyframes hd-bar { 0%{transform:translateX(-120%)} 100%{transform:translateX(400%)} }

    .hero-stripe {
      position: absolute; top: -15%; right: -3%;
      width: 52%; height: 140%; z-index: 1;
      background: linear-gradient(to bottom right, rgba(245,161,0,.07) 0%, rgba(245,161,0,.03) 45%, transparent 70%);
      transform: skewX(-13deg); pointer-events: none;
    }
    .hero-stripe-bar {
      position: absolute; top: -15%; right: 14%; z-index: 1;
      width: 3px; height: 140%;
      background: linear-gradient(to bottom, transparent, var(--y) 25%, var(--y) 75%, transparent);
      transform: skewX(-13deg); opacity: .45; pointer-events: none;
    }

    .hero-content { position: relative; z-index: 3; max-width: 720px; }
    .hero-eyebrow {
      display: inline-flex; align-items: center; gap: 12px; margin-bottom: 22px;
      font-size: 1.5rem; font-weight: 800; letter-spacing: .28em; text-transform: uppercase; color: var(--y);
    }
    .hero-eyebrow::before { content: ''; width: 32px; height: 2px; background: var(--y); }
    .hero-en { font-size: clamp(.7rem, 1.2vw, .875rem); font-weight: 700; letter-spacing: .3em; text-transform: uppercase; color: rgba(255,255,255,.25); display: block; margin-bottom: 6px; }
    .hero-h1 {
      font-size: clamp(2.6rem, 7vw, 5.8rem); font-weight: 900;
      line-height: 1.12; letter-spacing: -.03em; color: var(--wht); margin-bottom: 24px;
      height: 2.3em; overflow: visible;
      display: flex; align-items: center;
    }
    .hero-h1 em { color: var(--y); font-style: normal; }
    #slogan-txt { color: var(--wht); word-break: keep-all; white-space: pre-line; display: inline-block; }
    #slogan-txt.in  { animation: sl-in .6s ease forwards; }
    #slogan-txt.out { animation: sl-out .42s ease forwards; }
    @keyframes sl-in  { from { opacity: 0; filter: blur(16px); } to { opacity: 1; filter: blur(0); } }
    @keyframes sl-out { from { opacity: 1; filter: blur(0); } to { opacity: 0; filter: blur(16px); } }
    .slogan-cursor {
      display: inline-block; color: var(--y); font-weight: 300;
      margin-left: 3px; animation: cur-blink .65s step-end infinite;
    }
    @keyframes cur-blink { 0%,100%{opacity:1} 50%{opacity:0} }
    .hero-p { font-size: clamp(.9375rem, 1.8vw, 1.0625rem); color: rgba(255,255,255,.68); margin-bottom: 38px; line-height: 1.8; max-width: 500px; }
    .hero-btns { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }

    .hero-stats {
      position: absolute; bottom: 52px; left: 0; right: 0; z-index: 3;
    }
    .hero-stats-in {
      display: flex; gap: 44px; padding-top: 24px;
      border-top: 1px solid rgba(255,255,255,.1);
    }
    .hs-item { display: flex; flex-direction: column; gap: 4px; }
    .hs-num  { font-size: clamp(1.5rem, 2.8vw, 2.1rem); font-weight: 900; color: var(--wht); letter-spacing: -.04em; line-height: 1; }
    .hs-num span { color: var(--y); }
    .hs-lbl  { font-size: .7rem; font-weight: 700; color: rgba(255,255,255,.4); letter-spacing: .06em; }

    .scroll-ind {
      position: absolute; bottom: 24px; right: 36px; z-index: 3;
      display: flex; flex-direction: column; align-items: center; gap: 8px;
      color: rgba(255,255,255,.35); font-size: .6rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase;
    }
    .scroll-line { width: 1px; height: 44px; background: linear-gradient(to bottom, var(--y), transparent); animation: spulse 2s ease-in-out infinite; }
    @keyframes spulse { 0%,100% { opacity:.3; } 50% { opacity:1; } }

    #trust { background: var(--y); padding: 0; overflow: hidden; }
    .trust-in { display: flex; align-items: stretch; flex-wrap: wrap; }
    .ti {
      display: flex; align-items: center; gap: 10px; padding: 18px 28px;
      border-right: 1px solid rgba(0,0,0,.13); flex: 1; min-width: 160px; justify-content: center;
    }
    .ti:last-child { border-right: none; }
    .ti-icon { font-size: 1.3rem; flex-shrink: 0; line-height: 1; }
    .ti-text { font-size: .85rem; font-weight: 900; color: var(--k); white-space: nowrap; }

    #services { padding: 96px 0; background: var(--bg); }
    .svc-hdr { margin-bottom: 52px; }
    .svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }

    .svc-card {
      background: var(--wht); border-radius: var(--r2); overflow: hidden;
      border: 1px solid var(--bdr); transition: all var(--tr);
    }
    .svc-card:hover { transform: translateY(-6px); box-shadow: 0 20px 48px rgba(0,0,0,.1); border-color: var(--y); }
    .svc-img  { height: 280px; }
    .svc-img .iph { height: 100%; }
    .svc-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
    .svc-body { padding: 22px; }
    .svc-num  { font-size: .65rem; font-weight: 900; letter-spacing: .18em; color: var(--y); margin-bottom: 7px; }
    .svc-card h3 { font-size: 1.0625rem; font-weight: 900; color: var(--txt); margin-bottom: 9px; letter-spacing: -.015em; }
    .svc-card p  { font-size: .85rem; color: var(--muted); line-height: 1.72; }
    .svc-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 13px; }
    .svc-tag { font-size: .83rem; font-weight: 800; padding: 3px 8px; background: var(--bg); color: var(--txt2); border-radius: 2px; letter-spacing: .03em; }

    #about { background: var(--d1); padding: 96px 0; position: relative; overflow: hidden; }
    .abt-watermark {
      position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
      font-size: clamp(5rem, 14vw, 14rem); font-weight: 900;
      color: rgba(255,255,255,.025); white-space: nowrap; pointer-events: none; user-select: none; letter-spacing: -.04em;
    }
    .abt-in { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; position: relative; z-index: 1; }
    .abt-text p { font-size: .9375rem; color: rgba(255,255,255,.6); line-height: 1.85; margin-top: 18px; }
    .abt-hl { margin-top: 26px; padding: 18px 22px; background: rgba(245,161,0,.08); border-left: 3px solid var(--y); border-radius: 0 var(--r) var(--r) 0; }
    .abt-hl p { font-size: .875rem; color: rgba(255,255,255,.8); margin-top: 0 !important; }
    .abt-in .reveal > p { color: rgba(255,255,255,.75); line-height: 1.85; }

    .stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
    .stat { padding: 30px 26px; position: relative; overflow: hidden; }
    .stat::before { content: ''; position: absolute; left: 0; top: 0; width: 3px; height: 0; background: var(--y); transition: height .7s ease; }
    .stat.in::before { height: 100%; }
    .stat-n { font-size: 2.4rem; font-weight: 900; color: var(--wht); letter-spacing: -.04em; line-height: 1; margin-bottom: 7px; }
    .stat-n em { color: var(--y); font-style: normal; }
    .stat-l { font-size: .75rem; font-weight: 700; color: rgba(255,255,255,.4); letter-spacing: .06em; }

    #portfolio { padding: 96px 0; background: var(--wht); }
    .pf-hdr { margin-bottom: 40px; }
    .pf-tabs { display: flex; gap: 4px; flex-wrap: wrap; margin-top: 32px; }
    .tab-btn {
      padding: 8px 18px; font-size: .8rem; font-weight: 800;
      color: var(--muted); background: var(--bg); border-radius: var(--r);
      transition: all var(--tr); letter-spacing: .02em;
    }
    .tab-btn:hover { color: var(--txt); }
    .tab-btn.act { background: var(--y); color: var(--k); }

    .pf-panels { margin-top: 24px; }
    .pf-panel { display: none; }
    .pf-panel.act { display: block; }

    .gal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
    .gal-item { aspect-ratio: 4/3; border-radius: var(--r); overflow: hidden; position: relative; cursor: zoom-in; }
    .gal-item .iph { width: 100%; height: 100%; transition: transform .4s ease; }
    .gal-item:hover .iph { transform: scale(1.04); }
    .gal-ov {
      position: absolute; inset: 0;
      background: linear-gradient(to top, rgba(0,0,0,.72) 0%, transparent 55%);
      opacity: 0; transition: opacity var(--tr);
      display: flex; align-items: flex-end; padding: 14px;
    }
    .gal-item:hover .gal-ov { opacity: 1; }
    .gal-ov span { font-size: .78rem; font-weight: 800; color: var(--wht); }

    .gal-grid .gal-item:first-child { grid-column: span 2; grid-row: span 2; }

    #pricing { padding: 96px 0; background: var(--d1); }
    .pr-hdr { margin-bottom: 44px; }
    .pr-note { margin-top: 10px; font-size: .78rem; color: rgba(255,255,255,.35); }

    .tbl-wrap { overflow-x: auto; border-radius: var(--r2); border: 1px solid var(--d3); }
    .ptbl { width: 100%; border-collapse: collapse; font-size: .9375rem; }
    .ptbl th {
      padding: 15px 18px; font-size: 1rem; font-weight: 900; letter-spacing: .02em;
      text-transform: uppercase; color: rgba(255,255,255,.35); background: var(--d2); text-align: left; white-space: nowrap;
    }
    .ptbl td { padding: 18px 18px; border-top: 1px solid var(--d3); color: rgba(255,255,255,.82); vertical-align: middle; }
    .ptbl tbody tr:hover { background: rgba(245,161,0,.04); }
    .price.half { color: var(--y2); font-size: 1.1rem; }
    .eq-name { font-weight: 900; color: var(--wht); font-size: .9375rem; }
    .eq-sub  { font-size: .72rem; color: var(--muted); margin-top: 2px; }
    .price   { font-weight: 900; color: var(--y); font-size: .9375rem; font-variant-numeric: tabular-nums; white-space: nowrap; }
    .price-u { font-size: .68rem; color: var(--muted); display: block; margin-top: 2px; }
    .badge   { display: inline-block; padding: 3px 8px; background: rgba(245,161,0,.12); color: var(--y); border-radius: 2px; font-size: .65rem; font-weight: 900; letter-spacing: .04em; }
    .pr-foot { margin-top: 18px; padding: 16px 20px; background: var(--d2); border-radius: var(--r); font-size: .98rem; color: rgba(255,255,255,.45); line-height: 1.7; }
    .pr-foot strong { color: rgba(255,255,255,.7); }

    #contact { padding: 96px 0; background: var(--bg); }
    .ct-in { display: grid; grid-template-columns: 1fr 1.3fr; gap: 60px; align-items: start; }

    .ci-item { display: flex; align-items: flex-start; gap: 15px; padding: 18px 0; border-bottom: 1px solid var(--bdr); }
    .ci-item:first-of-type { border-top: 1px solid var(--bdr); margin-top: 28px; }
    .ci-ico { width: 42px; height: 42px; background: var(--y); border-radius: var(--r); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; color: #111; }
    .ci-ico .fi { line-height: 18px; }
    .ci-lbl { font-size: .65rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 3px; }
    .ci-val { font-size: 1rem; font-weight: 900; color: var(--txt); }
    .ci-val a:hover { color: var(--y3); }
    .ci-note{ font-size: .8rem; color: var(--muted); margin-top: 2px; }

    .phone-box { margin-top: 28px; padding: 26px; background: var(--d1); border-radius: var(--r2); text-align: center; }
    .phone-box .pb-lbl { font-size: .78rem; color: rgba(255,255,255,.45); margin-bottom: 8px; }
    .phone-box .pb-num { display: block; font-size: 1.75rem; font-weight: 900; color: var(--y); letter-spacing: -.01em; margin-bottom: 14px; }
    .phone-box .pb-sub { font-size: .7rem; color: rgba(255,255,255,.3); margin-top: 10px; }

    .form-card { background: var(--wht); border-radius: var(--r2); padding: 38px; box-shadow: 0 4px 32px rgba(0,0,0,.07); border: 1px solid var(--bdr); }
    .form-card h3 { font-size: 1.1875rem; font-weight: 900; color: var(--txt); margin-bottom: 4px; }
    .form-card .f-sub { font-size: .8125rem; color: var(--muted); margin-bottom: 26px; }

    .f-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
    .f-grp { display: flex; flex-direction: column; gap: 5px; margin-bottom: 12px; }
    .f-grp label { font-size: .8rem; font-weight: 800; color: var(--txt); }
    .f-grp label .req { color: var(--y3); margin-left: 2px; }
    .f-ctrl {
      width: 100%; padding: 11px 15px; border: 1.5px solid var(--bdr);
      border-radius: var(--r); font-size: .9375rem; color: var(--txt);
      background: var(--wht); transition: border-color var(--tr); appearance: none; -webkit-appearance: none;
    }
    .f-ctrl:focus { outline: none; border-color: var(--y); box-shadow: 0 0 0 3px rgba(245,161,0,.15); }
    textarea.f-ctrl { resize: vertical; min-height: 168px; }
    select.f-ctrl {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C%2Fsvg%3E");
      background-repeat: no-repeat; background-position: right 14px center; padding-right: 38px;
    }
    .f-submit {
      width: 100%; padding: 15px; background: var(--y); color: var(--k);
      border-radius: var(--r); font-size: .9375rem; font-weight: 900; letter-spacing: .02em;
      transition: all var(--tr); margin-top: 6px;
    }
    .f-submit:hover { background: var(--y2); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(245,161,0,.35); }
    .f-submit:disabled { opacity: .6; cursor: not-allowed; transform: none; }

    .f-success { display: none; text-align: center; padding: 36px 16px; }
    .f-success.show { display: block; }
    .f-success .ico { font-size: 2.8rem; margin-bottom: 14px; }
    .f-success h4 { font-size: 1.125rem; font-weight: 900; color: var(--txt); margin-bottom: 7px; }
    .f-success p  { font-size: .9rem; color: var(--muted); }

    #footer { background: var(--k); padding: 72px 0 32px; }
    .ft-in { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 48px; padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,.07); }
    .ft-brand { display: flex; align-items: center; gap: 10px; }
    .ft-logo { font-size: 1.1875rem; font-weight: 900; color: var(--wht); letter-spacing: -.02em; }
    .ft-logo em { color: var(--y); font-style: normal; }
    .ft-desc { font-size: .8125rem; color: rgba(255,255,255,.35); line-height: 1.75; margin-top: 10px; max-width: 290px; }
    .ft-col-title { font-size: .68rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; color: var(--y); margin-bottom: 14px; }
    .ft-links { display: flex; flex-direction: column; gap: 10px; }
    .ft-links a { font-size: .8375rem; color: rgba(255,255,255,.45); transition: color var(--tr); }
    .ft-links a:hover { color: var(--wht); }
    .ft-ci { display: flex; gap: 10px; margin-bottom: 11px; }
    .ft-ci .ico { font-size: .875rem; color: var(--y); flex-shrink: 0; margin-top: 1px; }
    .ft-ci .tx { font-size: .8125rem; color: rgba(255,255,255,.45); }
    .ft-ci .tx strong { color: var(--wht); display: block; }
    .ft-bot { padding-top: 22px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
    .ft-copy { font-size: .78rem; color: rgba(255,255,255,.2); }
    .ft-blinks { display: flex; gap: 18px; }
    .ft-blinks a { font-size: .78rem; color: rgba(255,255,255,.2); transition: color var(--tr); }
    .ft-blinks a:hover { color: rgba(255,255,255,.55); }

    .btt {
      position: fixed; bottom: 116px; right: 22px; width: 46px; height: 46px;
      background: var(--y); color: var(--k); border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.1rem; font-weight: 900; box-shadow: 0 4px 16px rgba(0,0,0,.25);
      opacity: 0; pointer-events: none; transition: all var(--tr); z-index: 500;
    }
    .btt.show { opacity: 1; pointer-events: all;bottom:30px;right:36px;}
    .btt:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(245,161,0,.4); }

    .float-call {
      display: none; position: fixed; bottom: 28px; left: 50%; transform: translateX(-50%);
      z-index: 500; align-items: center; gap: 9px; padding: 13px 28px;
      background: var(--y); color: var(--k); border-radius: 50px;
      font-size: 1.2rem; font-weight: 900; white-space: nowrap; text-shadow: 0px 1px #d0d0d0;
      box-shadow: 0 8px 32px rgba(245,161,0,.45); animation: fpulse 2.5s ease-in-out infinite;
      overflow: hidden;
    }
    .float-call::before {
      content: ''; position: absolute; top: 0; left: -65%; width: 55%; height: 100%;
      background: linear-gradient(100deg, transparent 20%, rgba(255,255,255,.6) 50%, transparent 80%);
      transform: skewX(-18deg); pointer-events: none;
      animation: fc-shine 3.4s ease-in-out infinite;
    }
    @keyframes fpulse { 0%,100% { box-shadow: 0 8px 32px rgba(245,161,0,.45); } 50% { box-shadow: 0 8px 48px rgba(245,161,0,.7); } }
    @keyframes fc-shine { 0% { left: -65%; } 45%, 100% { left: 135%; } }

    @media (max-width: 1024px) {
      .svc-grid { grid-template-columns: repeat(2, 1fr); }
      .abt-in   { grid-template-columns: 1fr; gap: 48px; }
      .gal-grid { grid-template-columns: repeat(2, 1fr); }
      .gal-grid .gal-item:first-child { grid-column: span 1; grid-row: span 1; }
      .ft-in    { grid-template-columns: 1fr 1fr; }
    }

    @media (max-width: 768px) {
      .nav, .hdr-phone, .hdr-cta { display: none; }
      .ham { display: flex; }
      .float-call { display: flex; }
      .btt { bottom: 33px !important;right:35px !important; }
      .hero-stats, .scroll-ind { display: none; }
      .svc-grid  { grid-template-columns: 1fr; }
      .f-row     { grid-template-columns: 1fr; }
      .ct-in     { grid-template-columns: 1fr; }
      .ft-in     { grid-template-columns: 1fr; gap: 28px; }
      .ft-bot    { flex-direction: column; align-items: flex-start; }
      .form-card { padding: 24px; }
      .trust-in  { flex-wrap: wrap; }
      .ti        { min-width: 50%; border-right: none; border-bottom: 1px solid rgba(0,0,0,.1); }
      .ti:last-child { border-bottom: none; }
    }

    @media (max-width: 480px) {
      .gal-grid  { grid-template-columns: 1fr; }
      .pf-tabs   { gap: 5px; }
      .stat-grid { grid-template-columns: 1fr 1fr; }
    }

    @media (prefers-reduced-motion: reduce) {
      *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
    }

  #excavators { background: var(--wht); padding: 96px 0; }
  .exc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 32px;
    margin-top: 48px;
  }
  .exc-card {
    background: var(--wht);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,0,0,.08);
    transition: transform var(--tr), box-shadow var(--tr);
    display: flex;
    flex-direction: column;
  }
  .exc-card:hover { transform: translateY(-6px); box-shadow: 0 16px 48px rgba(0,0,0,.14); }
  .exc-img {
    width: 100%; height: 220px; overflow: hidden; position: relative;
    display: flex; align-items: center; justify-content: center;
    flex-direction: column; gap: 4px;
  }
  .exc-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .exc-img .exc-badge {
    position: absolute; top: 12px; left: 12px;
    background: rgba(0,0,0,.55); color: #fff;
    font-size: .72rem; font-weight: 900; padding: 4px 10px; border-radius: 4px;
    letter-spacing: .04em;
  }
  .exc-body { padding: 24px; flex: 1; display: flex; flex-direction: column; gap: 12px; }
  .exc-name {
    font-size: 1.22rem; font-weight: 900; color: #111;
    display: flex; align-items: center; gap: 8px;
  }
  .exc-name span { font-size: .78rem; font-weight: 700; color: var(--y); background: #fff8e1; padding: 2px 8px; border-radius: 4px; }
  .exc-specs {
    display: flex; flex-wrap: wrap; gap: 8px;
  }
  .exc-spec {
    font-size: .74rem; font-weight: 700; padding: 4px 10px;
    border: 1.5px solid #e0e0e0; border-radius: 20px; color: #555;
    background: #fafafa;
  }
  .exc-spec b { color: #111; }
  .exc-desc { font-size: 1.05rem; line-height: 1.75; color: #444; flex: 1; }
  .exc-sites {
    display: flex; flex-wrap: wrap; gap: 6px; padding-top: 17px;
    border-top: 1px solid #f0f0f0; margin-top: 4px;
  }
  .exc-site {
    font-size: .85rem; font-weight: 700; padding: 4px 10px;
    background: #fff3e0; color: #e65100; border-radius: 20px;
  }
  .exc-site::before { content: '✓ '; }
  @media(max-width:1024px){ .exc-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; } }
  @media(max-width:640px){
    .exc-grid { grid-template-columns: 1fr; gap: 16px; }
    .exc-img { height: 190px; }
  }

  #attachments { background: var(--d1); padding: 96px 0; }
  #attachments .sec-title { color: var(--wht); }
  #attachments .sec-sub   { color: var(--y);  }
  #attachments .sec-intro { text-align:center; color:rgba(255,255,255,.55); font-size:.95rem; margin-top:14px; max-width:640px; margin-left:auto; margin-right:auto; line-height:1.85; }
  .att-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 48px;
  }
  .att-card {
    background: var(--d2);
    border: 1px solid var(--d3);
    border-radius: 10px;
    overflow: hidden;
    transition: transform var(--tr), border-color var(--tr), box-shadow var(--tr);
    display: flex; flex-direction: column;
  }
  .att-card:hover { transform: translateY(-5px); border-color: var(--y); box-shadow: 0 12px 36px rgba(0,0,0,.35); }
  .att-img {
    width: 100%; height: 300px; overflow: hidden; position: relative;
    background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
    display: flex; align-items: center; justify-content: center;
  }
  .att-img img { position: absolute; top:0; left:0; width:100%; height:100%; object-fit:cover; display:block; transition: transform .5s ease; }
  .att-card:hover .att-img img { transform: scale(1.07); }
  .att-img-ph {
    display: flex; flex-direction: column; align-items: center; gap: 6px;
    color: rgba(255,255,255,.18); font-size: .75rem; text-align: center;
  }
  .att-num {
    position: absolute; top: 10px; left: 10px; z-index: 2;
    background: var(--y); color: #111; font-size: .68rem; font-weight: 900;
    padding: 3px 9px; border-radius: 3px; letter-spacing: .05em;
  }
  .att-body { padding: 20px; flex: 1; display: flex; flex-direction: column; gap: 10px; }
  .att-name {
    font-size: 1.05rem; font-weight: 900; color: var(--wht);
    display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap;
  }
  .att-name em { font-size: .75rem; font-style: normal; font-weight: 700; color: var(--y); }
  .att-nick { font-size: .72rem; font-weight: 700; color: rgba(255,255,255,.35); background: rgba(255,255,255,.06); padding: 2px 8px; border-radius: 3px; }
  .att-desc { font-size: .98rem; line-height: 1.75; color: rgba(255,255,255,.58); flex: 1; }
  .att-tags { display: flex; flex-wrap: wrap; gap: 5px; padding-top: 17px; border-top: 1px solid var(--d3); margin-top: 2px; }
  .att-tag  { font-size: .85rem; font-weight: 700; padding: 3px 9px; background: rgba(245,161,0,.12); color: var(--y2); border-radius: 20px; }
  @media(max-width:1024px){ .att-grid { grid-template-columns: repeat(2, 1fr); gap:18px; } }
  @media(max-width:640px) { .att-grid { grid-template-columns: 1fr; gap:14px; } .att-img { height:260px; } }

  .att-grid.collapsed .att-card:nth-child(n+7) { display: none; }
  .att-more-wrap { text-align: center; margin-top: 40px; }
  .att-more {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 14px 36px; border: 1.5px solid var(--y);
    background: transparent; color: var(--y);
    font-size: .95rem; font-weight: 800; border-radius: 50px;
    letter-spacing: .02em; transition: all var(--tr);
  }
  .att-more:hover { background: var(--y); color: #111; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(245,161,0,.3); }
  @media(max-width:640px){ .att-grid.collapsed .att-card:nth-child(n+4) { display: none; } }

  .hero-iph { width: 100%; height: 100%; font-size: .85rem; }

  .sec-head { text-align: center; margin-bottom: 48px; }
  .sec-head .sec-title { display: block; }
  .sec-head .sec-sub   { display: block; margin-top: 10px; margin-left: auto; margin-right: auto; }
  .exc-intro { color: #666; font-size: .95rem; margin-top: 14px; max-width: 640px; margin-left: auto; margin-right: auto; line-height: 1.8; }

  .svc-ico  { margin-right: 8px; color: var(--y); }
  .stat-ico { font-size: 1.6rem; color: var(--y); margin-bottom: 6px; display: block; }
  svg.stat-ico { width: 30px; height: 30px; margin: 0 0 6px; }

  .exc-note { text-align: center; margin-top: 48px; font-size: .9rem; color: #888; line-height: 1.8; }
  .exc-cta  { display: inline-block; margin-top: 12px; padding: 10px 28px; background: var(--y); color: #111; font-weight: 900; border-radius: 6px; font-size: .85rem; text-decoration: none; }

  .free-badge { display: inline-block; background: var(--y); color: #111; font-weight: 900; font-size: .82rem; padding: 4px 12px; border-radius: 4px; margin-bottom: 8px; letter-spacing: .03em; }

  .exc-img img.fit-contain { object-fit: contain; padding: 12px; }

  .t-y2      { color: var(--y2); }
  .t-dark    { color: #111; }
  .t-inherit { color: inherit; }
  .t-link    { color: var(--y3); font-weight: 800; }
  .btn-center{ display: inline-flex; margin: 0 auto; }
  .mt-20     { margin-top: 20px; }

  .modal { position: fixed; inset: 0; z-index: 2000; display: none; }
  .modal.open { display: block; }
  .modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.62); backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px); }
  .modal-box {
    position: relative; width: calc(100% - 40px); max-width: 640px;
    max-height: 84vh; overflow: hidden; margin: 8vh auto 0;
    display: flex; flex-direction: column;
    background: var(--wht); border-radius: var(--r2); padding: 0;
    box-shadow: 0 24px 64px rgba(0,0,0,.4); animation: modal-in .3s ease;
  }
  @keyframes modal-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
  .modal-x {
    position: absolute; top: 14px; right: 16px; width: 36px; height: 36px;
    font-size: 1.6rem; line-height: 1; color: var(--muted); border-radius: 50%;
    display: flex; align-items: center; justify-content: center; transition: all var(--tr);
  }
  .modal-x:hover { background: var(--bg); color: var(--txt); }
  .modal-title { flex-shrink: 0; font-size: 1.35rem; font-weight: 900; color: var(--txt); padding: 32px 48px 14px 36px; letter-spacing: -.02em; }
  .modal-body { overflow-y: auto; padding: 0 36px 34px; font-size: .9rem; color: var(--txt2); line-height: 1.8; }
  .modal-body h4 { font-size: .95rem; font-weight: 800; color: var(--txt); margin: 18px 0 6px; }
  .modal-body p { margin-bottom: 8px; }
  .modal-body ul { margin: 4px 0 10px; }
  .modal-body li { position: relative; padding-left: 14px; margin-bottom: 4px; }
  .modal-body li::before { content: '·'; position: absolute; left: 4px; color: var(--y3); font-weight: 900; }
  .modal-body .modal-eff { margin-top: 20px; padding-top: 14px; border-top: 1px solid var(--bdr); font-size: .8rem; color: var(--muted); }
  @media (max-width: 768px) {
    .modal-box { margin-top: 5vh; max-height: 88vh; }
    .modal-title { padding: 24px 44px 12px 22px; }
    .modal-body { padding: 0 22px 26px; }
  }

.hp{position:absolute!important;left:-9999px!important;top:auto;width:1px;height:1px;overflow:hidden}

.gal-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}
.gal-item:hover .gal-img{transform:scale(1.04)}
.gal-more-wrap{text-align:center;margin-top:28px}
.gal-more{background:transparent;border:1.5px solid var(--y);color:var(--y);padding:11px 30px;border-radius:30px;font-weight:800;font-size:.9rem;cursor:pointer;transition:all .25s ease}
.gal-more:hover{background:var(--y);color:#111;transform:translateY(-2px);box-shadow:0 8px 24px rgba(245,161,0,.3)}
.gal-more:disabled{opacity:.6;cursor:default;transform:none}

.lightbox{position:fixed;inset:0;z-index:2000;display:none;align-items:center;justify-content:center;background:rgba(10,10,10,.94);padding:40px;opacity:0;transition:opacity .25s ease}
.lightbox.open{display:flex;opacity:1}
.lb-figure{margin:0;max-width:92vw;max-height:88vh;display:flex;flex-direction:column;align-items:center;gap:14px}
.lb-img{max-width:92vw;max-height:80vh;width:auto;height:auto;object-fit:contain;border-radius:8px;box-shadow:0 20px 60px rgba(0,0,0,.6);animation:lbZoom .3s ease}
@keyframes lbZoom{from{transform:scale(.92);opacity:.4}to{transform:scale(1);opacity:1}}
.lb-cap{color:#eee;font-size:.92rem;font-weight:700;text-align:center;letter-spacing:.02em;max-width:80vw}
.lb-close{position:absolute;top:20px;right:24px;width:46px;height:46px;border:0;border-radius:50%;background:rgba(255,255,255,.12);color:#fff;font-size:1.8rem;line-height:1;cursor:pointer;transition:background .2s,color .2s;z-index:2}
.lb-close:hover{background:var(--y);color:#111}
.lb-nav{position:absolute;top:50%;transform:translateY(-50%);width:54px;height:54px;border:0;border-radius:50%;background:rgba(255,255,255,.12);color:#fff;font-size:1.4rem;cursor:pointer;transition:background .2s,color .2s;display:flex;align-items:center;justify-content:center;z-index:2}
.lb-nav:hover{background:var(--y);color:#111}
.lb-prev{left:24px}
.lb-next{right:24px}
@media(max-width:640px){
  .lightbox{padding:16px}
  .lb-close{top:10px;right:12px;width:40px;height:40px;font-size:1.5rem}
  .lb-nav{width:44px;height:44px;font-size:1.1rem}
  .lb-prev{left:8px}.lb-next{right:8px}
  .lb-img{max-height:74vh}
}

@media (max-width: 640px) {
  .logo-sub { display: none; }

  .tbl-wrap { overflow: visible; }
  .ptbl { font-size: 1rem; }
  .ptbl thead { display: none; }
  .ptbl tbody, .ptbl tr, .ptbl td { display: block; width: 100%; }
  .ptbl tr {
    background: var(--d2); border: 1px solid var(--d3); border-radius: 12px;
    padding: 4px 16px 12px; margin-bottom: 16px;
  }
  .ptbl tbody tr:hover { background: var(--d2); }
  .ptbl td {
    border: 0; border-top: 1px solid rgba(255,255,255,.07);
    padding: 11px 0; display: flex; align-items: center; gap: 14px; text-align: right;
  }
  .ptbl td::before {
    content: attr(data-label); margin-right: auto; text-align: left;
    font-size: .82rem; font-weight: 700; color: var(--muted); flex-shrink: 0;
  }
  .ptbl td:first-child { border-top: 0; padding: 14px 0 10px; display: block; text-align: left; }
  .ptbl td:first-child::before { content: none; }
  .ptbl td .price-u { display: none; }
  .ptbl td .price { font-size: .95rem; }
  .eq-name { font-size: 1.1rem; }
  .eq-sub { font-size: .8rem; }
}

@media (max-width: 640px) {
  .hero-eyebrow { font-size: 1.2rem; letter-spacing: .2em; gap: 8px; }
  .hero-eyebrow::before { width: 22px; }
}

@media (max-width: 640px) {
  .hero-btns .btn-ghost { display: none; }
}

@media (max-width: 640px) {
  .logo-main { font-size: 1.4rem; }
  .logo-mark { width: 32px; height: 32px; }
  .logo-hd   { font-size: .95rem; }
}

@media (max-width: 640px) {
  .exc-desc { font-size: .95rem; }
  .att-name { font-size: .95rem; }
}

@media (max-width: 640px) {
  .stat-n { font-size: 1.6rem; }
}

.pwa-banner{position:fixed;left:12px;right:12px;bottom:16px;z-index:1600;display:none;align-items:center;gap:11px;
  background:#fff;color:#1a1a1a;border:1px solid var(--bdr);border-radius:14px;padding:12px 14px;box-shadow:0 12px 40px rgba(0,0,0,.22)}
.pwa-banner.show{display:flex}
.pwa-ico{width:38px;height:38px;border-radius:50%;background:var(--y);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.pwa-ico .logo-hd{font-size:.95rem}
.pwa-txt{flex:1;font-size:.88rem;font-weight:700;line-height:1.45}
.pwa-txt b{color:var(--y3)}
.pwa-install{background:var(--y);color:#111;border-radius:8px;padding:9px 17px;font-weight:800;font-size:.85rem;white-space:nowrap}
.pwa-install:hover{background:var(--y2)}
.pwa-close{width:30px;height:30px;color:#aaa;font-size:1.5rem;line-height:1;flex-shrink:0}
body.pwa-open .float-call{bottom:92px}
body.pwa-open .btt{bottom:184px}
@media(min-width:769px){.pwa-banner{left:auto;right:20px;bottom:20px;max-width:380px}}

/* 고객 후기 (자동 슬라이드 마퀴) */
.rv-section { background: var(--bg); padding: 90px 0; overflow: hidden; border-top: 1px solid var(--bdr); }
.rv-head { text-align: center; max-width: 600px; margin: 0 auto 46px; }
.rv-head .sec-sub { margin-left: auto; margin-right: auto; }
.rv-viewport { position: relative; overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; scrollbar-width: none; -ms-overflow-style: none; cursor: grab; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.rv-viewport::-webkit-scrollbar { display: none; }
.rv-viewport.drag { cursor: grabbing; }
.rv-track { display: flex; gap: 20px; width: max-content; padding: 4px 0; }
.rv-card { flex: 0 0 330px; background: #fff; border: 1px solid var(--bdr); border-radius: 14px; padding: 24px; display: flex; flex-direction: column; gap: 13px; box-shadow: 0 6px 24px rgba(0,0,0,.04); }
.rv-stars { color: var(--y); font-size: 1rem; letter-spacing: 3px; }
.rv-text { font-size: .92rem; line-height: 1.72; color: var(--txt2); flex: 1; }
.rv-meta { display: flex; align-items: center; gap: 11px; padding-top: 14px; border-top: 1px solid var(--bdr); }
.rv-av { width: 38px; height: 38px; border-radius: 50%; background: var(--k); color: var(--y); font-weight: 900; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 1rem; font-family: 'Montserrat', var(--font); }
.rv-who { display: flex; flex-direction: column; line-height: 1.35; }
.rv-name { font-weight: 800; font-size: .9rem; color: var(--txt); }
.rv-loc { font-size: .78rem; color: var(--muted); }
@media (max-width: 640px) { .rv-section { padding: 64px 0; } .rv-card { flex-basis: 280px; padding: 20px; } }

/* 헤더 앱 설치 버튼 (모바일, 설치 가능할 때만 표시) */
.app-install { display: none; align-items: center; justify-content: center; width: 40px; height: 40px; padding: 0; color: var(--y); background: rgba(245,161,0,.12); border: 1px solid rgba(245,161,0,.45); border-radius: 10px; flex-shrink: 0; cursor: pointer; transition: background .2s, transform .15s; }
.app-install svg { width: 22px; height: 22px; }
.app-install:active { transform: scale(.93); }
@media (max-width: 768px) { .app-install.show { display: flex; } }

/* float-call: 푸터 2/3 지나면 자연스럽게 숨김 */
.float-call { transition: opacity .35s ease, transform .35s ease, visibility .35s; }
.float-call.fc-hidden { opacity: 0; transform: translateX(-50%) translateY(26px); pointer-events: none; visibility: hidden; }

/* 플로팅 카카오톡 24시간 상담 버튼 (공식 아이콘) */
.kakao-float { position: fixed; right: 16px; bottom: 98px; z-index: 600; display: flex; flex-direction: column; align-items: center; gap: 6px; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(10px); transition: opacity .3s ease, visibility .3s ease, transform .3s ease; }
.btt.show ~ .kakao-float { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
.kakao-label { background: #3C1E1E; color: #fff; font-size: .66rem; font-weight: 700; letter-spacing: -.01em; padding: 4px 9px; border-radius: 20px; white-space: nowrap; box-shadow: 0 3px 10px rgba(0,0,0,.22); }
.kakao-ico { width: 52px; height: 52px; display: block; border-radius: 16px; box-shadow: 0 6px 18px rgba(0,0,0,.28); transition: transform .2s ease; }
.kakao-float:hover .kakao-ico { transform: translateY(-3px); }
body.pwa-open .kakao-float { bottom: 88px; }

/* 모바일 메뉴 카카오톡 상담 버튼 */
.mkakao { display: flex; flex-direction: column; align-items: center; gap: 6px; }
