.shop-root{--shop-primary: #0b7a6b;--shop-primary-dark: #085f54;--shop-accent: #e8402a;--shop-ink: #1a1a1a;--shop-sub: #6b7280;--shop-line: #e5e7eb;--shop-bg: #ffffff;--shop-bg-soft: #f7f8fa;background:var(--shop-bg);color:var(--shop-ink);min-height:100vh;display:flex;flex-direction:column;font-family:Inter,Pretendard,-apple-system,sans-serif}.shop-root a{text-decoration:none;color:inherit}.shop-main{flex:1;padding-bottom:5rem}.shop-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;width:100%}.shop-header{position:sticky;top:0;z-index:500;background:var(--shop-bg);border-bottom:1px solid var(--shop-line)}.shop-utility{background:var(--shop-bg-soft);border-bottom:1px solid var(--shop-line);font-size:.75rem}.shop-utility-inner{display:flex;align-items:center;justify-content:space-between;height:34px}.shop-utility-note{color:var(--shop-sub)}.shop-utility-links{display:flex;align-items:center;gap:.75rem}.shop-utility-links a,.shop-utility-links button{background:none;border:none;padding:0;font-size:.75rem;font-weight:600;color:var(--shop-sub);cursor:pointer;transition:color .2s}.shop-utility-links a:hover,.shop-utility-links button:hover{color:var(--shop-primary)}.shop-utility-divider{width:1px;height:10px;background:var(--shop-line)}.shop-main-inner{display:flex;align-items:center;gap:2rem;height:78px}.shop-logo{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.shop-logo img{height:42px;width:auto}.shop-logo-text{font-family:Montserrat,sans-serif;font-size:1.35rem;font-weight:800;letter-spacing:-.02em;color:var(--shop-ink)}.shop-logo-text strong{color:var(--shop-primary);font-weight:800;margin-left:.2rem}.shop-search{flex:1;max-width:520px;display:flex;align-items:center;height:46px;border:2px solid var(--shop-primary);border-radius:9999px;overflow:hidden;background:#fff}.shop-search input{flex:1;height:100%;padding:0 1.25rem;border:none;outline:none;font-size:.95rem;color:var(--shop-ink);background:transparent}.shop-search input::placeholder{color:#9ca3af}.shop-search button{display:flex;align-items:center;justify-content:center;width:52px;height:100%;border:none;background:var(--shop-primary);color:#fff;cursor:pointer;transition:background .2s}.shop-search button:hover{background:var(--shop-primary-dark)}.shop-quote-btn{flex-shrink:0;padding:.7rem 1.4rem;border-radius:9999px;border:1.5px solid var(--shop-primary);color:var(--shop-primary);font-size:.875rem;font-weight:700;transition:all .2s}.shop-quote-btn:hover{background:var(--shop-primary);color:#fff}.shop-catbar{border-top:1px solid var(--shop-line)}.shop-catbar-inner{display:flex;align-items:center;gap:2rem;height:48px}.shop-cat{position:relative;font-size:.95rem;font-weight:600;color:var(--shop-sub);height:100%;display:flex;align-items:center;transition:color .2s}.shop-cat:hover{color:var(--shop-ink)}.shop-cat.active{color:var(--shop-primary)}.shop-cat.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:3px;background:var(--shop-primary);border-radius:3px 3px 0 0}.shop-hero{background:linear-gradient(120deg,#f0fdfa,#f7f8fa 55%,#fff7ed);border-bottom:1px solid var(--shop-line)}.shop-hero-inner{display:flex;align-items:center;justify-content:space-between;gap:3rem;padding-top:3.5rem;padding-bottom:3.5rem}.shop-hero-eyebrow{display:inline-block;padding:.3rem .75rem;border-radius:9999px;background:#0b7a6b1a;color:var(--shop-primary);font-size:.75rem;font-weight:700;letter-spacing:.05em;margin-bottom:1rem}.shop-hero-title{font-size:clamp(1.75rem,3.5vw,2.6rem);font-weight:800;line-height:1.3;letter-spacing:-.03em;color:var(--shop-ink);word-break:keep-all;margin-bottom:.85rem}.shop-hero-desc{font-size:1rem;line-height:1.7;color:var(--shop-sub);word-break:keep-all;margin-bottom:1.75rem;max-width:32rem}.shop-hero-actions{display:flex;flex-wrap:wrap;gap:.75rem}.shop-btn{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.75rem;border-radius:.65rem;font-size:.95rem;font-weight:700;border:1.5px solid transparent;cursor:pointer;transition:all .2s}.shop-btn.primary{background:var(--shop-primary);color:#fff}.shop-btn.primary:hover{background:var(--shop-primary-dark)}.shop-btn.primary:disabled{opacity:.55;cursor:not-allowed}.shop-btn.ghost{background:#fff;border-color:var(--shop-line);color:var(--shop-ink)}.shop-btn.ghost:hover{border-color:var(--shop-primary);color:var(--shop-primary)}.shop-hero-visual{flex-shrink:0}.shop-hero-card{display:flex;flex-direction:column;align-items:center;justify-content:center;width:200px;height:200px;border-radius:1.5rem;background:#fff;border:1px solid var(--shop-line);box-shadow:0 18px 40px #0f172a14}.shop-hero-card-label{font-size:.8rem;font-weight:600;color:var(--shop-sub)}.shop-hero-card-num{font-family:Montserrat,sans-serif;font-size:3.5rem;font-weight:800;line-height:1.1;color:var(--shop-primary)}.shop-hero-card-unit{font-size:.85rem;color:var(--shop-sub)}.shop-section{padding-top:3rem}.shop-section-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:1.25rem}.shop-section-head h2{font-size:1.4rem;font-weight:800;letter-spacing:-.02em;color:var(--shop-ink)}.shop-section-accent{color:var(--shop-accent)}.shop-section-head a{font-size:.85rem;font-weight:600;color:var(--shop-sub)}.shop-section-head a:hover{color:var(--shop-primary)}.shop-cat-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.shop-cat-card{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;border:1px solid var(--shop-line);border-radius:1rem;background:#fff;transition:all .2s}.shop-cat-card:hover{border-color:var(--shop-primary);box-shadow:0 8px 24px #0f172a12;transform:translateY(-2px)}.shop-cat-card-icon{font-size:1.75rem;line-height:1}.shop-cat-card strong{display:block;font-size:1rem;font-weight:700;margin-bottom:.2rem}.shop-cat-card p{font-size:.8rem;color:var(--shop-sub);word-break:keep-all}.shop-cat-card-count{margin-left:auto;font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:800;color:var(--shop-primary)}.sp-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:1.25rem}.sp-grid.cosmetic{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.sp-card{display:flex;flex-direction:column;border:1px solid var(--shop-line);border-radius:.9rem;background:#fff;overflow:hidden;transition:box-shadow .25s,transform .25s,border-color .25s}.sp-card:hover{border-color:#cbd5e1;box-shadow:0 12px 28px #0f172a1a;transform:translateY(-3px)}.sp-thumb{position:relative;aspect-ratio:1 / 1;background:var(--shop-bg-soft);overflow:hidden;flex-shrink:0}.sp-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.sp-card:hover .sp-thumb img{transform:scale(1.05)}.sp-thumb-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:600;letter-spacing:.02em;color:#94a3b8;background:linear-gradient(135deg,#f8fafc,#eef2f5)}.sp-badge{position:absolute;top:.6rem;left:.6rem;padding:.25rem .55rem;border-radius:.4rem;background:var(--shop-accent);color:#fff;font-size:.75rem;font-weight:800}.sp-body{display:flex;flex-direction:column;flex:1;padding:.9rem 1rem 1rem;gap:.25rem}.sp-name{font-size:.95rem;font-weight:600;line-height:1.45;color:var(--shop-ink);word-break:keep-all;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sp-spec{font-size:.75rem;color:#9ca3af}.sp-price{margin-top:.55rem}.sp-price-before{display:flex;align-items:center;gap:.4rem;margin-bottom:.1rem}.sp-original{font-size:.8rem;color:#ef4444;text-decoration:line-through;text-decoration-color:#ef4444;text-decoration-thickness:1.5px}.sp-off{font-size:.8rem;font-weight:800;color:var(--shop-accent)}.sp-final{font-size:.85rem;color:var(--shop-ink)}.sp-final strong{font-size:1.25rem;font-weight:800;letter-spacing:-.02em;margin-right:.1rem}.sp-inquiry{margin-top:.55rem;font-size:.9rem;font-weight:700;color:var(--shop-primary)}.sp-link{display:flex;flex-direction:column;height:100%}.sd-crumb{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;font-size:.8rem;color:var(--shop-sub)}.sd-crumb a:hover{color:var(--shop-primary)}.sd-crumb strong{color:var(--shop-ink);font-weight:600}.sd-top{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:3rem;align-items:start}.sd-gallery{position:relative;aspect-ratio:1 / 1;border:1px solid var(--shop-line);border-radius:1rem;overflow:hidden;background:var(--shop-bg-soft)}.sd-gallery img{width:100%;height:100%;object-fit:cover}.sd-thumb-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:1.05rem;font-weight:600;letter-spacing:.02em;color:#94a3b8;background:linear-gradient(135deg,#f8fafc,#eef2f5)}.sd-badge{position:absolute;top:1rem;left:1rem;padding:.35rem .75rem;border-radius:.45rem;background:var(--shop-accent);color:#fff;font-size:.95rem;font-weight:800}.sd-category{display:inline-block;padding:.25rem .65rem;border-radius:9999px;background:#0b7a6b1a;color:var(--shop-primary);font-size:.75rem;font-weight:700;margin-bottom:.85rem}.sd-name{font-size:1.75rem;font-weight:800;line-height:1.35;letter-spacing:-.02em;word-break:keep-all}.sd-name-en{margin-top:.35rem;font-size:.9rem;color:var(--shop-sub)}.sd-desc{margin-top:1rem;font-size:.95rem;line-height:1.7;color:var(--shop-sub);word-break:keep-all}.sd-price-box{margin-top:1.75rem;padding:1.5rem;border-radius:.85rem;background:var(--shop-bg-soft);border:1px solid var(--shop-line)}.sd-price-inquiry{display:block;font-size:1.35rem;font-weight:800;letter-spacing:-.02em;color:var(--shop-primary)}.sd-price-inquiry-note{margin-top:.35rem;font-size:.9rem;color:#6b7280}.sd-price-row{display:flex;align-items:baseline;gap:.6rem;margin-bottom:.25rem}.sd-original{font-size:1rem;color:#ef4444;text-decoration:line-through;text-decoration-color:#ef4444;text-decoration-thickness:1.5px}.sd-off{font-size:1rem;font-weight:800;color:var(--shop-accent)}.sd-final-row{display:flex;align-items:baseline;gap:.2rem}.sd-final{font-size:2rem;font-weight:800;letter-spacing:-.02em;color:var(--shop-ink)}.sd-won{font-size:1rem;color:var(--shop-ink)}.sd-saved{margin-top:.5rem;font-size:.85rem;font-weight:600;color:var(--shop-primary)}.sd-spec-table{margin-top:1.5rem;border-top:1px solid var(--shop-line)}.sd-spec-row{display:flex;gap:1rem;padding:.85rem 0;border-bottom:1px solid var(--shop-line);font-size:.9rem}.sd-spec-row dt{flex-shrink:0;width:7rem;font-weight:700;color:var(--shop-sub)}.sd-spec-row dd{color:var(--shop-ink);word-break:keep-all}.sd-actions{display:flex;gap:.75rem;margin-top:1.75rem}.sd-cta{flex:1;padding:1rem}.sd-notice{margin-top:1rem;font-size:.8rem;line-height:1.6;color:#9ca3af;word-break:keep-all}.sd-detail{margin-top:4rem;padding-top:2.5rem;border-top:2px solid var(--shop-ink)}.sd-detail-title{font-size:1.3rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1.5rem}.sd-detail-body p{font-size:.95rem;line-height:1.8;color:var(--shop-sub);word-break:keep-all;margin-bottom:1rem}.sd-detail-list{margin:1.5rem 0;padding:1.5rem;border-radius:.85rem;background:var(--shop-bg-soft);list-style:none}.sd-detail-list li{position:relative;padding-left:1.5rem;font-size:.95rem;line-height:1.7;color:var(--shop-ink);word-break:keep-all}.sd-detail-list li+li{margin-top:.75rem}.sd-detail-list li:before{content:"";position:absolute;left:0;top:.6rem;width:6px;height:6px;border-radius:50%;background:var(--shop-primary)}.sd-detail-caution{padding:1rem 1.25rem;border-radius:.65rem;background:#fffbeb;border:1px solid #fde68a;font-size:.85rem!important;color:#92400e!important;line-height:1.7!important;margin-bottom:0!important}.sd-related{margin-top:4rem}@media(max-width:900px){.sd-top{grid-template-columns:1fr;gap:2rem}.sd-name{font-size:1.4rem}.sd-final{font-size:1.6rem}.sd-spec-row dt{width:5.5rem}}.shop-listing-head{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding-bottom:1rem;margin-bottom:1.5rem;border-bottom:2px solid var(--shop-ink)}.shop-listing-title{font-size:1.6rem;font-weight:800;letter-spacing:-.02em}.shop-listing-count{margin-top:.3rem;font-size:.85rem;color:var(--shop-sub)}.shop-sort{display:flex;gap:.4rem}.shop-sort-btn{padding:.45rem .9rem;border-radius:9999px;border:1px solid var(--shop-line);background:#fff;font-size:.8rem;font-weight:600;color:var(--shop-sub);cursor:pointer;transition:all .2s}.shop-sort-btn:hover{border-color:var(--shop-primary);color:var(--shop-primary)}.shop-sort-btn.active{background:var(--shop-ink);border-color:var(--shop-ink);color:#fff}.shop-empty{padding:5rem 0;text-align:center;color:var(--shop-sub)}.shop-note{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--shop-line);font-size:.8rem;line-height:1.7;color:#9ca3af;word-break:keep-all}.shop-quote-head{padding-bottom:1.25rem;margin-bottom:2.5rem;border-bottom:2px solid var(--shop-ink)}.shop-quote-head h1{font-size:1.7rem;font-weight:800;letter-spacing:-.02em;margin-bottom:.5rem;word-break:keep-all}.shop-quote-head p{font-size:.95rem;line-height:1.7;color:var(--shop-sub);word-break:keep-all;white-space:pre-wrap}.shop-step{margin-bottom:3.5rem}.shop-step-head{margin-bottom:1.5rem}.shop-step-num{display:inline-block;font-family:Montserrat,sans-serif;font-size:.75rem;font-weight:800;letter-spacing:.12em;color:var(--shop-primary);margin-bottom:.5rem}.shop-step-head h2{font-size:1.3rem;font-weight:800;letter-spacing:-.02em;margin-bottom:.4rem}.shop-step-head p{font-size:.9rem;line-height:1.7;color:var(--shop-sub);word-break:keep-all}.shop-material-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.shop-material-card{position:relative;padding:1.5rem;border:1.5px solid var(--shop-line);border-radius:1rem;background:#fff;cursor:pointer;transition:all .2s}.shop-material-card:hover{border-color:var(--shop-primary)}.shop-material-card.selected{border-color:var(--shop-primary);background:#0b7a6b0a;box-shadow:0 8px 24px #0b7a6b1a}.shop-material-check{position:absolute;top:1rem;right:1rem;display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;border:1.5px solid var(--shop-line);font-size:.7rem;color:transparent;transition:all .2s}.shop-material-card.selected .shop-material-check{background:var(--shop-primary);border-color:var(--shop-primary);color:#fff}.shop-material-ko{font-size:.75rem;font-weight:600;color:var(--shop-sub);margin-bottom:.2rem}.shop-material-card h3{font-size:1.15rem;font-weight:700;margin-bottom:.35rem}.shop-material-compound{font-size:.8rem;color:var(--shop-primary)}.shop-material-controls{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.6rem;margin-top:1.25rem;padding-top:1.25rem;border-top:1px dashed var(--shop-line);cursor:default}.shop-field{display:flex;flex-direction:column;gap:.35rem}.shop-field label{font-size:.75rem;font-weight:600;color:var(--shop-sub)}.shop-field input,.shop-field select,.shop-field textarea{width:100%;padding:.65rem .75rem;border:1px solid var(--shop-line);border-radius:.5rem;background:#fff;font-size:.9rem;color:var(--shop-ink);font-family:inherit;outline:none;transition:border-color .2s,box-shadow .2s}.shop-field textarea{min-height:130px;resize:vertical}.shop-field input:focus,.shop-field select:focus,.shop-field textarea:focus{border-color:var(--shop-primary);box-shadow:0 0 0 3px #0b7a6b1a}.shop-required{color:var(--shop-accent)}.shop-quote-form{padding:2rem;border:1px solid var(--shop-line);border-radius:1rem;background:var(--shop-bg-soft)}.shop-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.75rem}.shop-field-full{grid-column:1 / -1}.shop-summary{padding:1.25rem;border:1px dashed var(--shop-line);border-radius:.75rem;background:#fff;margin-bottom:1.5rem}.shop-summary-title{font-size:.8rem;font-weight:700;color:var(--shop-sub);margin-bottom:.75rem}.shop-summary-empty{font-size:.9rem;color:#9ca3af}.shop-summary-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.5rem 0;border-bottom:1px solid var(--shop-line);font-size:.9rem}.shop-summary-row:last-of-type{border-bottom:none}.shop-summary-detail{font-size:.85rem;color:var(--shop-primary);font-weight:600;white-space:nowrap}.shop-summary-count{margin-top:.75rem;font-size:.8rem;font-weight:700;color:var(--shop-sub);text-align:right}.shop-status{padding:.85rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:600;margin-bottom:1rem}.shop-status.error{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.shop-status.success{background:#f0fdf4;border:1px solid #bbf7d0;color:#15803d}.shop-submit{width:100%;padding:1rem;font-size:1rem}.shop-footer{border-top:1px solid var(--shop-line);background:var(--shop-bg-soft);padding:2.5rem 0 3rem}.shop-footer-top{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--shop-line)}.shop-footer-brand p{margin-top:.5rem;font-size:.85rem;color:var(--shop-sub);word-break:keep-all}.shop-footer-nav{display:flex;flex-wrap:wrap;gap:1.5rem;font-size:.875rem;font-weight:600;color:var(--shop-sub)}.shop-footer-nav a:hover{color:var(--shop-primary)}.shop-footer-info{margin-top:1.5rem;font-size:.8rem;line-height:1.8;color:#9ca3af}.shop-footer-info p{margin:0}.shop-footer-copy{margin-top:.5rem;font-size:.75rem}.shop-page-head{padding-top:3.5rem}.shop-page-head-tight{padding-top:0;padding-bottom:1.5rem;margin-bottom:2rem;border-bottom:2px solid var(--shop-ink)}.shop-page-eyebrow{display:inline-block;font-family:Montserrat,sans-serif;font-size:.75rem;font-weight:800;letter-spacing:.14em;color:var(--shop-primary);margin-bottom:.85rem}.shop-page-title{font-size:clamp(1.6rem,3vw,2.3rem);font-weight:800;line-height:1.3;letter-spacing:-.03em;color:var(--shop-ink);word-break:keep-all;margin-bottom:1rem}.shop-lead{max-width:44rem;font-size:1.05rem;line-height:1.75;color:var(--shop-sub);word-break:keep-all}.shop-body-text{max-width:44rem;margin-bottom:1.75rem;font-size:.95rem;line-height:1.8;color:var(--shop-sub);word-break:keep-all}.shop-values{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.shop-value-card{padding:1.75rem 1.5rem;border:1px solid var(--shop-line);border-radius:1rem;background:#fff;transition:box-shadow .2s,transform .2s}.shop-value-card:hover{box-shadow:0 10px 26px #0f172a12;transform:translateY(-2px)}.shop-value-card h3{font-size:1.1rem;font-weight:800;margin-bottom:.6rem;color:var(--shop-ink)}.shop-value-card p{font-size:.9rem;line-height:1.7;color:var(--shop-sub);word-break:keep-all}.shop-engines{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.shop-engine-card{position:relative;padding:2rem 1.75rem;border-radius:1rem;background:linear-gradient(135deg,#f0fdfa,#f7f8fa);border:1px solid var(--shop-line);overflow:hidden}.shop-engine-num{font-family:Montserrat,sans-serif;font-size:2.25rem;font-weight:800;color:#0b7a6b40;line-height:1}.shop-engine-card h3{margin-top:.5rem;font-size:1.2rem;font-weight:800;color:var(--shop-ink)}.shop-engine-card p{margin-top:.6rem;font-size:.9rem;line-height:1.7;color:var(--shop-sub);word-break:keep-all}.shop-info-table{border-top:2px solid var(--shop-ink)}.shop-info-row{display:flex;gap:1.5rem;padding:1rem .25rem;border-bottom:1px solid var(--shop-line);font-size:.95rem}.shop-info-row dt{flex-shrink:0;width:8rem;font-weight:700;color:var(--shop-sub)}.shop-info-row dd{color:var(--shop-ink);word-break:keep-all}.shop-cta-band{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.5rem;margin-top:1rem;padding:2rem 2.25rem;border-radius:1.25rem;background:var(--shop-ink);color:#fff}.shop-cta-band h2{font-size:1.35rem;font-weight:800;letter-spacing:-.02em;word-break:keep-all}.shop-cta-band p{margin-top:.4rem;font-size:.9rem;color:#ffffffb3;word-break:keep-all}.shop-cta-actions{display:flex;gap:.6rem;flex-shrink:0}.shop-principles{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.shop-principle-card{padding:1.75rem 1.5rem;border:1px solid var(--shop-line);border-radius:1rem;background:#fff}.shop-principle-step{font-family:Montserrat,sans-serif;font-size:.72rem;font-weight:800;letter-spacing:.12em;color:var(--shop-primary)}.shop-principle-card h3{margin-top:.6rem;font-size:1.2rem;font-weight:800;color:var(--shop-ink)}.shop-principle-en{font-size:.78rem;font-weight:600;color:#9ca3af;letter-spacing:.02em;margin-bottom:.75rem}.shop-principle-card>p:last-child{font-size:.9rem;line-height:1.7;color:var(--shop-sub);word-break:keep-all}.shop-lineup{border-top:2px solid var(--shop-ink)}.shop-lineup-row{display:grid;grid-template-columns:14rem 1fr;gap:1.5rem;align-items:baseline;padding:1.35rem .25rem;border-bottom:1px solid var(--shop-line)}.shop-lineup-name{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.shop-lineup-name strong{font-family:Montserrat,sans-serif;font-size:1.05rem;font-weight:800;color:var(--shop-ink)}.shop-lineup-status{padding:.2rem .6rem;border-radius:9999px;background:#0b7a6b1a;color:var(--shop-primary);font-size:.72rem;font-weight:700;white-space:nowrap}.shop-lineup-row p{font-size:.92rem;line-height:1.7;color:var(--shop-sub);word-break:keep-all}.shop-passport{padding:2.5rem;border-radius:1.25rem;background:linear-gradient(135deg,#f0fdfa,#fff7ed);border:1px solid var(--shop-line)}.shop-passport-tag{display:inline-block;font-family:Montserrat,sans-serif;font-size:.72rem;font-weight:800;letter-spacing:.1em;color:var(--shop-primary);margin-bottom:.75rem}.shop-passport h2{font-size:1.4rem;font-weight:800;letter-spacing:-.02em;color:var(--shop-ink);margin-bottom:.85rem;word-break:keep-all}.shop-passport p{max-width:42rem;font-size:.95rem;line-height:1.8;color:var(--shop-sub);word-break:keep-all}.shop-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.shop-metric-card{display:flex;flex-direction:column;gap:.4rem;padding:2rem 1.75rem;border:1px solid var(--shop-line);border-radius:1rem;background:#fff}.shop-metric-value{font-family:Montserrat,sans-serif;font-size:2.75rem;font-weight:800;line-height:1;letter-spacing:-.02em;color:var(--shop-primary)}.shop-metric-label{font-size:.9rem;font-weight:600;color:var(--shop-sub);word-break:keep-all}.shop-customer-tags{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:2rem}.shop-customer-tag{padding:.6rem 1.1rem;border-radius:9999px;border:1px solid var(--shop-line);background:#fff;font-size:.9rem;font-weight:600;color:var(--shop-ink)}.shop-dev-card{padding:2.25rem 2rem;border:1px dashed var(--shop-primary);border-radius:1.25rem;background:#0b7a6b0a}.shop-dev-status{display:inline-block;padding:.25rem .7rem;border-radius:9999px;background:var(--shop-primary);color:#fff;font-size:.72rem;font-weight:700;margin-bottom:.75rem}.shop-dev-card h2{font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:800;color:var(--shop-ink);margin-bottom:.6rem}.shop-dev-card p{max-width:42rem;font-size:.92rem;line-height:1.75;color:var(--shop-sub);word-break:keep-all}.shop-notice-list{list-style:none;border-top:2px solid var(--shop-ink)}.shop-notice-item{padding:1.5rem .25rem;border-bottom:1px solid var(--shop-line)}.shop-notice-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:.6rem}.shop-notice-cat{padding:.2rem .65rem;border-radius:9999px;background:#0b7a6b1a;color:var(--shop-primary);font-size:.72rem;font-weight:700}.shop-notice-date{font-family:Montserrat,sans-serif;font-size:.8rem;color:#9ca3af}.shop-notice-title{font-size:1.1rem;font-weight:700;color:var(--shop-ink);margin-bottom:.5rem;word-break:keep-all}.shop-notice-body{font-size:.92rem;line-height:1.75;color:var(--shop-sub);word-break:keep-all}.shop-news-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}@media(max-width:560px){.shop-news-grid{grid-template-columns:1fr}}.shop-news-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--shop-line);border-radius:1rem;background:#fff;transition:box-shadow .25s,transform .25s,border-color .25s}.shop-news-card:hover{border-color:var(--shop-primary);box-shadow:0 12px 28px #0f172a1a;transform:translateY(-3px)}.shop-news-thumb{width:100%;aspect-ratio:16 / 10;overflow:hidden;background:var(--shop-bg-soft)}@media(min-width:768px){.shop-news-card.has-image{flex-direction:row-reverse;align-items:flex-start}.shop-news-card.has-image .shop-news-thumb{width:10.5rem;flex-shrink:0;aspect-ratio:4 / 3;margin:1.5rem 1.5rem 0 0;border-radius:.6rem}}.shop-news-thumb img{display:block;width:100%;height:100%;object-fit:cover}.shop-news-body{display:flex;flex-direction:column;flex:1;padding:1.5rem}.shop-news-meta{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.85rem}.shop-news-source{font-size:.8rem;font-weight:700;color:var(--shop-primary)}.shop-news-date{font-family:Montserrat,sans-serif;font-size:.78rem;color:#9ca3af}.shop-news-title{font-size:1.05rem;font-weight:700;line-height:1.5;color:var(--shop-ink);word-break:keep-all;margin-bottom:.7rem}.shop-news-summary{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;flex:1;font-size:.88rem;line-height:1.7;color:var(--shop-sub);word-break:keep-all;margin-bottom:1.1rem}.shop-news-more{font-size:.85rem;font-weight:700;color:var(--shop-primary)}@media(max-width:640px){.shop-cta-band{flex-direction:column;align-items:flex-start}.shop-cta-actions{width:100%}.shop-cta-actions .shop-btn{flex:1}.shop-lineup-row{grid-template-columns:1fr;gap:.5rem}.shop-info-row dt{width:6rem}}@media(max-width:900px){.shop-hero-visual{display:none}.shop-material-controls,.shop-form-grid{grid-template-columns:1fr}}@media(max-width:768px){.shop-main-inner{flex-wrap:wrap;height:auto;padding-top:.9rem;padding-bottom:.9rem;gap:.9rem}.shop-search{order:3;max-width:none;width:100%;height:42px}.shop-quote-btn{margin-left:auto}.shop-catbar-inner{gap:1.25rem;overflow-x:auto}.sp-grid,.sp-grid.cosmetic{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.85rem}.shop-listing-head{align-items:flex-start}.shop-sort{flex-wrap:wrap}.shop-quote-form{padding:1.25rem}}.premium-section{position:relative;z-index:10}.pt-10{padding-top:2.5rem}.pt-16{padding-top:4rem}.pt-24{padding-top:6rem}.pt-44{padding-top:11rem}.pb-12{padding-bottom:3rem}.pb-16{padding-bottom:4rem}.py-20{padding-top:5rem;padding-bottom:5rem}.pb-20{padding-bottom:5rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.mx-auto{margin-left:auto;margin-right:auto}.my-10{margin-top:2.5rem;margin-bottom:2.5rem}.mt-1{margin-top:.25rem}.mt-4{margin-top:1rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.mb-16{margin-bottom:4rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.shrink-0{flex-shrink:0}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-16{gap:4rem}@media(min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:text-5xl{font-size:3rem;line-height:1}}.contact-email-link{font-size:1.05rem;margin-bottom:2rem;word-break:break-all}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.text-center{text-align:center}.text-left{text-align:left}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-extrabold{font-weight:800}.font-mono{font-family:var(--font-mono)}.tracking-widest{letter-spacing:.1em}.uppercase{text-transform:uppercase}.text-sm{font-size:.875rem;line-height:1.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.leading-relaxed{line-height:1.625}.text-white{color:#fff}.text-slate-300{color:#cbd5e1}.text-slate-400{color:#94a3b8}.text-slate-500{color:#64748b}.text-cyan-400{color:#22d3ee}.text-blue-400{color:#60a5fa}.text-indigo-400{color:#818cf8}.bg-\[\#060b17\]{background-color:#060b17}.bg-\[\#030712\]{background-color:#030712}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-tr{background-image:linear-gradient(to top right,var(--tw-gradient-stops))}.from-\[\#00f2fe\]{--tw-gradient-from: #00f2fe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-\[\#4facfe\]{--tw-gradient-to: #4facfe}.from-cyan-500\/10{--tw-gradient-from: rgba(6, 182, 212, .1);--tw-gradient-stops: var(--tw-gradient-from), transparent}.from-cyan-500\/20{--tw-gradient-from: rgba(6, 182, 212, .2);--tw-gradient-stops: var(--tw-gradient-from), transparent}.p-8{padding:2rem}.p-10{padding:2.5rem}.p-12{padding:3rem}.p-16{padding:4rem}.w-full{width:100%}.h-full{height:100%}.h-48{height:12rem}.h-96{height:24rem}@media(min-width:640px){.sm\:w-48{width:12rem}.sm\:h-auto{height:auto}.sm\:flex-row{flex-direction:row}}.rounded-3xl{border-radius:1.5rem}.overflow-hidden{overflow:hidden}.object-cover{object-fit:cover}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-slate-800{border-color:#1e293b}.relative{position:relative}.absolute{position:absolute}.inset-0{inset:0}.z-10{z-index:10}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke}.transition-transform{transition-property:transform}.duration-500{transition-duration:.5s}.duration-700{transition-duration:.7s}.group:hover .group-hover\:scale-110{transform:scale(1.1)}.group:hover .group-hover\:scale-105{transform:scale(1.05)}.hover\:border-cyan-500\/30:hover{border-color:#06b6d44d}.corp-news-card{display:flex;flex-direction:column;overflow:hidden;text-decoration:none;transition:transform .4s ease,border-color .4s ease,box-shadow .4s ease}.corp-news-thumb{width:100%;aspect-ratio:16 / 10;overflow:hidden;background:#0f172a}@media(min-width:768px){.corp-news-card.has-image{flex-direction:row-reverse;align-items:flex-start}.corp-news-card.has-image .corp-news-thumb{width:11rem;flex-shrink:0;aspect-ratio:4 / 3;margin:1.5rem 1.5rem 0 0;border-radius:.75rem}}.corp-news-thumb img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.corp-news-card:hover .corp-news-thumb img{transform:scale(1.05)}.corp-news-body{display:flex;flex-direction:column;flex:1;padding:1.5rem}.corp-news-card:hover{transform:translateY(-6px);border-color:#06b6d480;box-shadow:0 10px 40px #06b6d426}.corp-news-meta{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;font-family:var(--font-mono);font-size:.8rem;letter-spacing:.05em}.corp-news-source{color:#22d3ee;font-weight:700}.corp-news-date{color:#64748b}.corp-news-title{font-size:1.2rem;font-weight:700;line-height:1.45;color:#fff;word-break:keep-all;margin-bottom:.7rem;transition:color .3s ease}.corp-news-card:hover .corp-news-title{color:#22d3ee}.corp-news-summary{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;font-size:.85rem;line-height:1.7;color:#94a3b8;word-break:keep-all;margin-bottom:1.25rem}.corp-news-more{margin-top:auto;padding-top:1.25rem;border-top:1px solid #1e293b;font-size:.85rem;font-weight:700;letter-spacing:.05em;color:#22d3ee}.store-cta-banner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:2rem;padding:3rem;border-radius:1.5rem;background:linear-gradient(120deg,#00bfd81f,#0b7a6b14);border:1px solid rgba(0,191,216,.25)}.store-cta-eyebrow{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#00bfd8;margin-bottom:.75rem}.store-cta-title{font-size:clamp(1.4rem,3vw,2rem);font-weight:700;line-height:1.35;color:#f8fafc;letter-spacing:-.02em;word-break:keep-all;margin-bottom:.6rem}.store-cta-desc{font-size:1rem;line-height:1.7;color:#94a3b8;word-break:keep-all;max-width:34rem}.store-cta-btn{flex-shrink:0}@media(max-width:768px){.store-cta-banner{padding:2rem}}.space-y-6>:not([hidden])~:not([hidden]){margin-top:1.5rem}.space-y-8>:not([hidden])~:not([hidden]){margin-top:2rem}*{margin:0;padding:0;box-sizing:border-box}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}button{background:none;border:none;padding:0;cursor:pointer}input,textarea,select{border:none;outline:none;font-family:inherit}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}html{scroll-behavior:smooth}html,body{-webkit-text-size-adjust:100%}:root{--primary-green: #00bfd8;--secondary-green: #00d4e8;--accent-blue: #0096c7;--dark-blue: #0d1b2e;--primary-gradient: linear-gradient(135deg, #00bfd8 0%, #0096c7 100%);--hero-gradient: linear-gradient(135deg, #0d1b2e 0%, #0f2744 100%);--tech-gradient: linear-gradient(45deg, #0d1b2e, #00bfd8);--text-primary: #1a2332;--text-secondary: #4a5568;--text-light: #718096;--text-white: #ffffff;--bg-white: #ffffff;--bg-light: #f0f7fa;--bg-dark: #0d1b2e;--bg-overlay: rgba(0, 0, 0, .5);--bg-overlay-light: rgba(255, 255, 255, .9);--shadow-light: 0 2px 10px rgba(0, 0, 0, .08);--shadow-medium: 0 4px 20px rgba(0, 0, 0, .12);--shadow-heavy: 0 8px 30px rgba(0, 0, 0, .18);--shadow-green: 0 4px 15px rgba(0, 191, 216, .3);--font-primary: "Noto Sans KR", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", "Malgun Gothic", sans-serif;--font-secondary: "Pretendard", "Noto Sans KR", "Inter", sans-serif;--font-mono: "JetBrains Mono", "Fira Code", "D2Coding", monospace;--fs-xs: .75rem;--fs-sm: .875rem;--fs-base: 1rem;--fs-lg: 1.125rem;--fs-xl: 1.25rem;--fs-2xl: 1.5rem;--fs-3xl: 1.875rem;--fs-4xl: 2.25rem;--fs-5xl: 3rem;--fs-6xl: 3.75rem;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--spacing-3xl: 4rem;--spacing-4xl: 6rem;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 9999px;--transition-fast: .15s ease;--transition-normal: .3s ease;--transition-slow: .5s ease;--z-dropdown: 100;--z-sticky: 200;--z-fixed: 1000;--z-modal: 400;--z-popover: 500;--z-tooltip: 600;--z-toast: 700}html{font-size:16px;line-height:1.5}body{font-family:var(--font-primary);font-size:var(--fs-base);line-height:1.6;color:var(--text-primary);background-color:var(--bg-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:flex;flex-direction:column;min-height:100vh}main{flex-grow:1}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:var(--spacing-md);color:var(--text-primary);white-space:pre-wrap!important}h1{font-size:var(--fs-5xl)}h2{font-size:var(--fs-4xl)}h3{font-size:var(--fs-3xl)}h4{font-size:var(--fs-2xl)}h5{font-size:var(--fs-xl)}h6{font-size:var(--fs-lg)}p{margin-bottom:var(--spacing-md);line-height:1.7;white-space:pre-wrap!important}a{color:var(--primary-green);transition:var(--transition-normal);text-decoration:none}a:hover{color:var(--secondary-green)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:var(--spacing-md) var(--spacing-xl);font-size:var(--fs-base);font-weight:600;border-radius:var(--radius-lg);transition:var(--transition-normal);cursor:pointer;border:none;text-decoration:none}.btn-primary{background:var(--primary-gradient);color:var(--text-white);box-shadow:var(--shadow-green)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00bfd866}.btn-outline{background:transparent;color:var(--primary-green);border:2px solid var(--primary-green)}.btn-outline:hover{background:var(--primary-green);color:var(--text-white)}.container{max-width:1200px;margin:0 auto;padding:0 var(--spacing-xl)}.section{padding:var(--spacing-4xl) 0}.grid{display:grid;gap:var(--spacing-xl)}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.team-cta{background:var(--primary-gradient);color:#fff;text-align:center}.team-cta .cta-content h2{font-size:var(--fs-4xl);font-weight:700;margin-bottom:var(--spacing-lg);color:#fff}.team-cta .cta-content p{font-size:var(--fs-xl);margin-bottom:var(--spacing-3xl);opacity:.9}.cta-buttons{display:flex;gap:var(--spacing-lg);justify-content:center;flex-wrap:wrap}.cta-buttons .btn{min-width:180px}.team-cta .btn-primary{background:#fff;color:var(--primary-green)}.team-cta .btn-primary:hover{background:#e8f9fc;transform:translateY(-3px)}.team-cta .btn-outline{border-color:#fff;color:#fff}.team-cta .btn-outline:hover{background:#fff;color:var(--primary-green)}.footer{background:var(--bg-dark);color:#fff;padding:var(--spacing-3xl) 0 var(--spacing-xl)}.footer-content{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:var(--spacing-xl)}.footer-brand{flex-shrink:0}.footer-brand h3{font-size:var(--fs-2xl);font-weight:700;margin-bottom:var(--spacing-sm);color:var(--secondary-green)}.footer-brand p{color:#94a3b8;font-size:var(--fs-sm)}.footer-links-container{display:flex;flex-direction:column;gap:var(--spacing-lg)}.footer-main-link{display:flex;align-items:flex-start;gap:var(--spacing-xl)}.footer-main-link>a{font-weight:700;font-size:var(--fs-lg);color:#fff;width:120px;text-align:left}.footer-sub-links{display:flex;gap:var(--spacing-lg);flex-wrap:wrap}.footer-sub-links a{color:#94a3b8;text-decoration:none;font-weight:500;transition:var(--transition-normal)}.footer-sub-links a:hover{color:var(--secondary-green)}.footer-nav{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.5rem 2.5rem;align-items:flex-start;align-content:flex-start}.footer-nav-link{color:#fff;text-decoration:none;font-weight:500;transition:var(--transition-normal)}.footer-nav-link:hover{color:var(--secondary-green)}@media(max-width:1024px){html{font-size:15px}.container{padding:0 var(--spacing-lg)}.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){html{font-size:14px}.container{padding:0 var(--spacing-md)}.grid-4,.grid-3,.grid-2{grid-template-columns:1fr}.section{padding:var(--spacing-3xl) 0}h1{font-size:var(--fs-4xl)}h2{font-size:var(--fs-3xl)}h3{font-size:var(--fs-2xl)}.footer-content{flex-direction:column;align-items:center;gap:var(--spacing-2xl);text-align:center}.footer-brand{text-align:center}.footer-links-container{align-items:center;width:100%}.footer-main-link{flex-direction:column;gap:var(--spacing-md);align-items:center;text-align:center}.footer-main-link>a{text-align:center}.footer-sub-links{justify-content:center}.footer-nav{justify-content:center;gap:1.1rem 1.75rem;max-width:22rem;margin:0 auto}.footer-info{word-break:break-all;text-align:center}}@media(max-width:480px){.container{padding:0 var(--spacing-md)}.section{padding:var(--spacing-2xl) 0}}.hero-section{position:relative;height:500px;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;background-size:cover;background-position:center}.hero-section.about{background:linear-gradient(135deg,#0d1b2e,#0f2744,#0a3d52)}.hero-section.technology{background:linear-gradient(135deg,#0d1b2e,#0a2d45,#0f3a58)}.hero-section.investment{background:linear-gradient(135deg,#0a1628,#0d1b2e,#0a3d52)}.hero-section.faq{background:linear-gradient(135deg,#0a3d52,#0d1b2e,#0a1628)}.hero-section .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0003;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:1}.hero-title{font-size:4.5rem;font-weight:900;color:#fff;margin:0 0 1rem;text-transform:uppercase;letter-spacing:.1em;text-shadow:0 4px 10px rgba(0,0,0,.3)}.breadcrumb{display:flex;justify-content:center;align-items:center;gap:.75rem;font-size:1.125rem;color:#fff;margin-top:1rem;z-index:10}.breadcrumb span{opacity:.8}.breadcrumb a{color:#fffc;text-decoration:none;transition:opacity .15s}.breadcrumb a:hover{opacity:1}.breadcrumb .current{font-weight:600}.sub-nav-menu{position:absolute;bottom:0;width:100%;background-color:#0d1b2ee6;min-height:80px;display:flex;justify-content:center;align-items:center;z-index:20}.sub-nav-menu ul{display:flex;justify-content:center;list-style:none;margin:0;padding:0;width:100%}.sub-nav-menu li{flex:1;text-align:center;cursor:pointer;transition:background-color .2s}.sub-nav-menu li:hover{background-color:#0000001a}.sub-nav-menu a{color:#fff;text-decoration:none;font-size:1.125rem;font-weight:500;padding:20px;display:block;width:100%;height:100%;transition:all .2s}.sub-nav-menu li.active-tab{position:relative}.sub-nav-menu li.active-tab:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80%;height:4px;background-color:#fff}@media(max-width:768px){.hero-section{height:450px}.hero-section .hero-overlay{padding-top:80px;padding-bottom:80px}.hero-title{font-size:3rem}.breadcrumb{font-size:1rem}.sub-nav-menu{min-height:60px}.sub-nav-menu a{font-size:1rem;padding:15px}.sub-nav-menu ul{flex-wrap:wrap}.sub-nav-menu li{flex:1 1 50%}}@media(max-width:480px){.hero-section{height:400px}.hero-section .hero-overlay{padding-top:80px;padding-bottom:140px}.hero-title{font-size:2rem}.breadcrumb{font-size:.875rem;flex-wrap:wrap;gap:.5rem}.sub-nav-menu a{font-size:.875rem;padding:12px}.sub-nav-menu li{flex:1 1 100%}}.glass{background:#ffffff08;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.05)}.glass-dark{background:#030712b3!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important;border-bottom:1px solid rgba(255,255,255,.05)!important;box-shadow:0 4px 30px #0000001a!important}.header.transparent{background:#fff!important;box-shadow:none!important;border-bottom:1px solid rgba(13,27,46,.08)}.header.glass-dark{background:#ffffffd9!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important;border-bottom:1px solid rgba(13,27,46,.08)!important;box-shadow:0 4px 30px #0d1b2e14!important}.header{position:fixed;top:0;left:0;width:100%;height:80px;background:#fff;z-index:var(--z-fixed);transition:var(--transition-normal);border-bottom:1px solid rgba(13,27,46,.08)}.nav{display:flex;align-items:center;justify-content:space-between;height:100%;padding:0 var(--spacing-xl);max-width:1200px;margin:0 auto}.logo{display:flex;align-items:center;flex-shrink:0;font-size:var(--fs-3xl);font-weight:800;color:#0d1b2e;text-decoration:none;z-index:var(--z-modal)}.logo:hover{color:var(--secondary-green)}.logo-img{height:65px;width:auto;margin-right:var(--spacing-sm);background-color:transparent;border-radius:4px;padding:0}.logo-text{font-family:Montserrat,sans-serif;margin-left:var(--spacing-sm);background:linear-gradient(to right,#0d1b2e,#00bfd8);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.desktop-links{display:flex;align-items:center;list-style:none;gap:var(--spacing-xl);margin-left:auto;margin-right:var(--spacing-xl);white-space:nowrap}.desktop-links.lang-ko{gap:var(--spacing-2xl)}.desktop-links .nav-link a{color:#0d1b2ed9;text-decoration:none;border-radius:var(--radius-md);transition:var(--transition-normal)}.desktop-links .nav-link a:hover{background:#00bfd81f;color:#00bfd8}.nav-link.has-dropdown{position:relative}.nav-dropdown{position:absolute;top:100%;left:50%;transform:translate(-50%,8px);min-width:160px;padding:.5rem;margin-top:.75rem;background:#fff;border:1px solid rgba(13,27,46,.08);border-radius:.85rem;box-shadow:0 12px 32px #0d1b2e1f;opacity:0;visibility:hidden;transition:opacity .25s ease,transform .25s ease,visibility .25s;z-index:1000}.nav-dropdown:before{content:"";position:absolute;top:-.75rem;left:0;right:0;height:.75rem}.nav-dropdown.visible{opacity:1;visibility:visible;transform:translate(-50%)}.nav-dropdown ul{list-style:none;display:flex;flex-direction:column;gap:.15rem}.nav-dropdown a{display:block;padding:.6rem .9rem;border-radius:.55rem;color:#0d1b2ed9;font-size:.9rem;font-weight:600;text-decoration:none;white-space:nowrap;transition:var(--transition-normal)}.nav-dropdown a:hover{background:#00bfd81f;color:#00bfd8}.nav-actions{display:flex;align-items:center;flex-shrink:0;gap:1.5rem}.store-link{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 1.4rem;border-radius:.5rem;background:transparent;border:1.5px solid rgba(11,122,107,.55);color:#0b7a6b;font-size:.875rem;font-weight:600;letter-spacing:.01em;text-decoration:none;white-space:nowrap;transition:var(--transition-normal)}.store-link:hover{border-color:#0b7a6b;background:#0b7a6b12}.lang-switch-group{display:flex;align-items:center;background:#0d1b2e0a;border:1px solid rgba(13,27,46,.12);border-radius:9999px;padding:.25rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 2px 8px #0d1b2e0f}.lang-switch-btn{display:flex;align-items:center;gap:.4rem;background:transparent;border:none;color:#64748b;font-size:.75rem;font-weight:600;letter-spacing:.05em;padding:.4rem .8rem;border-radius:9999px;cursor:pointer;transition:all .3s ease;font-family:Inter,sans-serif;white-space:nowrap}.lang-switch-btn:hover{color:#fff}.lang-switch-btn.active{background:#00bfd826;color:#00bfd8;box-shadow:0 0 12px #00bfd833}.lang-switch-btn.active .lang-flag{opacity:1;filter:grayscale(0%)}.lang-flag{font-size:1rem;opacity:.5;filter:grayscale(80%);transition:all .3s ease}.lang-switch-btn:hover .lang-flag{opacity:.8;filter:grayscale(30%)}.hamburger{display:none;position:relative;width:30px;height:30px;cursor:pointer;z-index:890;background:none;border:none;padding:0}.hamburger-line{position:absolute;left:0;width:100%;height:2px;background:#0d1b2e;border-radius:1px;transition:var(--transition-normal);transform-origin:center}.hamburger-line:nth-child(1){top:6px}.hamburger-line:nth-child(2){top:14px}.hamburger-line:nth-child(3){top:22px}.hamburger.active .hamburger-line:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger.active .hamburger-line:nth-child(2){opacity:0}.hamburger.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(8px,-8px)}.nav-menu{display:flex;position:fixed;top:0;right:0;width:400px;height:100vh;background:#0d1b2ef7;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);transform:translate(100%);transition:transform var(--transition-slow);z-index:1100;flex-direction:column;border-left:1px solid rgba(0,191,216,.2);overflow:hidden}.nav-menu.active{transform:translate(0)}.nav-close-btn{position:absolute;top:25px;right:25px;background:none;border:none;font-size:2.5rem;color:#fffc;cursor:pointer;z-index:1000;padding:0;line-height:1}.nav-close-btn:hover{color:#00bfd8}.nav-menu-content{flex:1;overflow-y:auto;overflow-x:hidden;padding-top:70px;padding-bottom:var(--spacing-xl)}.mobile-links{list-style:none;padding:0 var(--spacing-xl)}.mobile-links .nav-link{margin-bottom:var(--spacing-md)}.mobile-links .nav-link a{display:flex;font-size:var(--fs-2xl);font-weight:700;color:#ffffffe6;text-decoration:none;border-radius:var(--radius-lg);transition:var(--transition-normal)}.mobile-links .nav-link a:hover{background:#00bfd81f;color:#00bfd8;transform:translate(8px)}.nav-icon{width:24px;height:24px;margin-right:var(--spacing-md)}.nav-footer{flex-shrink:0;padding:var(--spacing-xl);border-top:1px solid rgba(0,191,216,.2);background:#0d1b2ecc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav-footer-text{font-size:var(--fs-sm);color:#ffffff80;text-align:center;line-height:1.4}.nav-footer-slogan{font-weight:600;color:#00bfd8;margin-top:var(--spacing-sm)}.nav-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:#0000004d;opacity:0;visibility:hidden;transition:all var(--transition-slow);z-index:1050}.nav-overlay.active{opacity:1;visibility:visible}.mega-menu-container{position:absolute;top:100%;left:50%;transform:translate(-50vw);width:100vw;background-color:#0d1b2ef7;box-shadow:0 8px 24px #0006,0 1px #00bfd833;padding:4rem 0;display:none;z-index:1000}.mega-menu-container:before{content:"";position:absolute;top:0;left:0;bottom:0;background-color:#00bfd8;z-index:0}@media(min-width:1200px){.mega-menu-container:before{width:calc((100vw - 1200px)/2 + 250px + 2rem)}}@media(min-width:768px)and (max-width:1199.98px){.mega-menu-container:before{width:calc(250px + 2rem)}}.mega-menu-content{max-width:1200px;margin:0 auto;padding:0;display:flex;align-items:flex-start;position:relative;z-index:1}.mega-menu-container.visible{display:block}.mega-menu-title{font-size:2rem;font-weight:700;color:#fff;margin-right:2rem;min-width:150px}.mega-menu-links{display:flex;list-style:none;padding:0;margin:0;gap:3rem;margin-left:12rem}.mega-menu-links li a{color:#ffffffd9;text-decoration:none;transition:var(--transition-normal);font-size:1.125rem}.mega-menu-links li a:hover{color:#00bfd8}.nav-link.has-dropdown .dropdown-menu{display:none!important}.nav-link-header{display:flex;justify-content:space-between;align-items:center;width:100%}.submenu-toggle{background:none;border:none;color:#ffffffb3;font-size:var(--fs-2xl);cursor:pointer;padding:var(--spacing-md);line-height:1;flex-shrink:0}.submenu-placeholder{padding:var(--spacing-md);font-size:var(--fs-2xl);line-height:1;flex-shrink:0;visibility:hidden}.nav-link-header>a{flex-grow:1}.submenu-toggle:hover{color:var(--primary-green)}.submenu{list-style:none;padding-left:calc(var(--spacing-md) + 24px);max-height:0;overflow:hidden;transition:max-height .5s ease-in-out,padding .5s ease-in-out}.submenu.active{padding-top:var(--spacing-sm);padding-bottom:var(--spacing-sm)}.submenu li a{display:block;padding:var(--spacing-sm) var(--spacing-md);color:#ffffff8c;text-decoration:none;font-size:var(--fs-sm)!important;border-radius:var(--radius-md);transition:var(--transition-normal)}.submenu li a:hover{background:#00bfd81f;color:#00bfd8}@media(min-width:1025px)and (max-width:1280px){.desktop-links{gap:var(--spacing-md);margin-right:var(--spacing-md);font-size:.9rem}.desktop-links.lang-ko{gap:var(--spacing-lg)}.logo-img{height:52px}.nav-actions{gap:.85rem}.store-link{padding:.5rem .9rem}}@media(max-width:1024px){.nav-actions{gap:1.5rem}.lang-switch-btn{padding:.3rem .5rem;font-size:.65rem;gap:.25rem}.lang-flag{font-size:.8rem}.desktop-links,.hidden-on-mobile{display:none!important}.hamburger{display:block}.mega-menu-container{display:none!important}.nav{padding:0 var(--spacing-lg)}.nav-menu{width:100vw}.logo{font-size:var(--fs-xl)}.logo-img{height:55px}.mobile-links{padding:0 var(--spacing-lg)}.nav-icon{width:20px;height:20px}}@media(max-width:480px){.nav{padding:0 var(--spacing-md)}.logo{font-size:var(--fs-lg)}.logo-img{height:45px}.hamburger{width:25px;height:25px}.hamburger-line:nth-child(1){top:5px}.hamburger-line:nth-child(2){top:12px}.hamburger-line:nth-child(3){top:19px}.nav-icon{width:18px;height:18px}}.bg-ultra-dark{background-color:#030712;color:#f8fafc}.hero{position:relative;height:100vh;min-height:800px;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:#030712}.hero-background{position:absolute;inset:0;z-index:1}.hero-video{width:100%;height:100%;object-fit:cover;opacity:.7}.hero-gradient-overlay{position:absolute;inset:0;background:radial-gradient(circle at center,transparent 0%,rgba(3,7,18,.85) 100%),linear-gradient(to bottom,#03071233,#030712 95%);z-index:2}.hero-content{position:relative;z-index:10;text-align:center;display:flex;flex-direction:column;align-items:center;padding:0 2rem;max-width:1000px}.premium-badge{display:inline-block;padding:.5rem 1rem;border-radius:9999px;background:#ffffff08;border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);font-size:.875rem;font-weight:500;color:#cbd5e1;letter-spacing:.05em;margin-bottom:2rem;text-transform:uppercase}.hero-brand-premium{font-size:clamp(4rem,8vw,7rem);font-weight:800;line-height:1;margin:0 0 1rem;letter-spacing:-.04em;background:linear-gradient(180deg,#fff,#94a3b8);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0px 10px 30px rgba(0,0,0,.5))}.hero-slogan-premium{font-size:clamp(1.2rem,3vw,2.2rem);font-weight:400;color:#94a3b8;margin-bottom:3rem;letter-spacing:-.01em}.highlight-glow{color:#fff;font-weight:600;background:linear-gradient(135deg,#00f2fe,#4facfe);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 40px rgba(0,242,254,.4)}.premium-btn{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;border-radius:9999px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1);cursor:pointer}.primary-glow{background:#fff;color:#030712;box-shadow:0 0 #ffffff4d}.primary-glow:hover{background:#e2e8f0;transform:translateY(-2px);box-shadow:0 10px 30px #ffffff26}.ghost-glow{background:#ffffff0d;color:#fff;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ghost-glow:hover{background:#ffffff1a;border-color:#fff3}.btn-icon{transition:transform .3s ease}.premium-btn:hover .btn-icon{transform:translate(4px)}.mt-6{margin-top:1.5rem}.bento-section{padding:8rem 2rem;background-color:#030712;position:relative}.bento-container{max-width:1200px;margin:0 auto}.bento-header{text-align:center;margin-bottom:5rem}.premium-heading{font-size:clamp(2rem,5vw,4rem);font-weight:700;line-height:1.1;color:#f8fafc;letter-spacing:-.03em;margin-bottom:1.5rem;white-space:pre-wrap!important}.premium-subtext{font-size:1.25rem;color:#94a3b8;max-width:700px;margin:0 auto;line-height:1.6;white-space:pre-wrap!important}.bento-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,300px);gap:1.5rem}.bento-card{position:relative;border-radius:24px;overflow:hidden;background:#0f172a;border:1px solid rgba(255,255,255,.05);transition:border-color .4s ease}.bento-card:hover{border-color:#00f2fe4d}.bento-large{grid-column:span 2;grid-row:span 2}.bento-img-wrap{position:absolute;inset:0;z-index:1;overflow:hidden}.bento-img-wrap img{width:100%;height:100%;object-fit:cover;opacity:.6;transition:transform .8s cubic-bezier(.16,1,.3,1)}.bento-card:hover .bento-img-wrap img{transform:scale(1.05)}.bento-overlay{position:absolute;inset:0;background:linear-gradient(to top,#030712 10%,#03071233 80%)}.bento-content{position:absolute;bottom:0;left:0;right:0;padding:2.5rem;z-index:2;display:flex;flex-direction:column}.bento-icon-wrapper{width:48px;height:48px;border-radius:12px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#fff;border:1px solid rgba(255,255,255,.1)}.bento-content h3{font-size:1.75rem;font-weight:600;color:#fff;margin-bottom:.75rem;letter-spacing:-.01em}.bento-content p{font-size:1rem;color:#cbd5e1;line-height:1.6}.hero-cta-group{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1.5rem;margin-top:2.5rem}@media(max-width:640px){.hero-cta-group{gap:1rem}}.cinematic-section{padding:2rem 2rem 8rem;background-color:#030712}.cinematic-wrapper{position:relative;max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:center;text-align:center}.cinematic-store-btn{font-size:1.05rem;padding:1.1rem 2.75rem}.cinematic-bg{position:absolute;inset:0;z-index:1}.cinematic-bg img{width:100%;height:100%;object-fit:cover}.cinematic-gradient{position:absolute;inset:0;background:linear-gradient(0deg,#030712b3,#03071240)}.cinematic-content{position:relative;z-index:2;padding:2rem}.cinematic-content h2{font-size:clamp(2.5rem,6vw,5rem);font-weight:700;line-height:1.1;color:#fff;letter-spacing:-.03em}.text-gradient-cyan{background:linear-gradient(to right,#00f2fe,#4facfe);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@media(max-width:900px){.bento-grid{grid-template-columns:1fr;grid-template-rows:auto}.bento-large{grid-column:span 1;grid-row:span 1;height:400px}.bento-card{height:350px}.bento-content h3{font-size:1.5rem}}
