:root{--navy:#0b1830;--blue:#155ee9;--sky:#eef5ff;--ink:#101828;--muted:#667085;--line:#e5e9f0;--white:#fff;--shell:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:'Noto Sans KR',sans-serif;background:#fff}body.locked{overflow:hidden}a{text-decoration:none;color:inherit}button,input{font:inherit}.shell{max-width:var(--shell);margin:auto;padding-left:24px;padding-right:24px}.topbar{background:var(--navy);color:#cbd5e1;font-size:12px}.topbar .shell{height:38px;display:flex;align-items:center;justify-content:space-between}.topbar .shell div{display:flex;align-items:center;gap:14px}.divider{width:1px;height:10px;background:#46536a}.header{position:sticky;top:0;z-index:20;background:#fff;box-shadow:0 1px 0 rgba(15,23,42,.08)}.header-main{height:92px;display:grid;grid-template-columns:310px 1fr 130px;align-items:center;gap:42px}.brand{display:flex;align-items:center;gap:12px}.brand img{width:64px;height:52px;object-fit:contain}.brand span{display:flex;flex-direction:column;line-height:1.1}.brand b{font-size:22px;letter-spacing:-1.2px}.brand small{font:700 9px/1.6 Manrope;color:#778197;letter-spacing:1.8px}.search{height:48px;border:1.5px solid #cdd5df;border-radius:8px;display:flex;overflow:hidden;transition:.2s}.search:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px #155ee914}.search input{border:0;outline:0;flex:1;padding:0 18px;color:#344054}.search button{border:0;background:white;width:56px;color:var(--blue);font-size:28px;cursor:pointer}.cart-btn{border:0;background:none;display:flex;align-items:center;justify-content:flex-end;gap:8px;cursor:pointer}.cart-btn b{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:var(--blue);color:#fff;font-size:12px}.menu-btn{display:none}.nav{border-top:1px solid #f0f2f5}.nav .shell{height:56px;display:flex;align-items:center;gap:8px}.nav button,.nav a{border:0;background:none;color:#344054;font-weight:600;font-size:14px;padding:18px 22px;cursor:pointer;white-space:nowrap}.nav button:first-child{background:var(--blue);color:#fff;padding-left:34px;padding-right:34px}.nav button.active:not(:first-child){color:var(--blue)}.nav a:first-of-type{margin-left:auto}.hero{background:linear-gradient(120deg,#f6f9fd 0%,#e8f2ff 100%);overflow:hidden}.hero-inner{min-height:570px;display:grid;grid-template-columns:52% 48%;align-items:center}.eyebrow,.kicker{font:800 12px Manrope;letter-spacing:2.1px;color:var(--blue)}.hero h1{font-size:58px;line-height:1.14;letter-spacing:-3.4px;margin:18px 0 22px}.hero h1 em{font-style:normal;color:var(--blue)}.hero-copy>p{font-size:17px;line-height:1.8;color:#5c6678}.hero-actions{display:flex;align-items:center;gap:22px;margin-top:34px}.hero-actions .primary,.service a{background:var(--blue);color:#fff;padding:16px 28px;border-radius:7px;font-weight:700}.secondary{font-weight:700;color:#344054}.trust{display:flex;gap:32px;margin-top:48px;color:#667085;font-size:12px}.trust span{display:flex;flex-direction:column;border-left:2px solid #cfdaea;padding-left:12px}.trust b{color:#27364d;font:800 20px Manrope}.hero-art{height:570px;position:relative;display:flex;align-items:center;justify-content:center}.hero-art:before{content:'';position:absolute;width:510px;height:510px;background:#d4e6ff;border-radius:50%}.hero-art img{position:relative;z-index:1;max-width:650px;width:115%;height:100%;object-fit:contain}.floating-card{position:absolute;z-index:2;left:15px;bottom:52px;background:rgba(255,255,255,.94);padding:17px 22px;border-radius:12px;box-shadow:0 18px 40px #27466f26;display:flex;flex-direction:column}.floating-card span{font-size:11px;color:#11a36a}.floating-card strong{margin-top:4px}.benefits{display:grid;grid-template-columns:repeat(4,1fr);padding-top:28px;padding-bottom:28px;border-bottom:1px solid var(--line)}.benefits article{display:flex;align-items:center;gap:14px;padding:5px 27px;border-right:1px solid var(--line)}.benefits article:last-child{border:0}.benefits i{font-style:normal;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--sky);color:var(--blue);font-weight:800}.benefits div{display:flex;flex-direction:column}.benefits b{font-size:14px}.benefits span{font-size:11px;color:#8b95a5;margin-top:3px}.section{padding-top:100px;padding-bottom:112px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:38px}.section h2,.service h2,.contact h2{font-size:36px;letter-spacing:-2px;margin:10px 0}.section-head p,.contact>div>p{color:var(--muted);margin:0}.filters{display:flex;gap:5px;padding:5px;background:#f4f6f8;border-radius:9px}.filters button{border:0;background:transparent;padding:10px 17px;border-radius:6px;color:#667085;cursor:pointer;font-size:13px}.filters button.active{background:#fff;color:var(--blue);box-shadow:0 2px 8px #10203b12;font-weight:700}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:34px 20px}.product-card{min-width:0}.product-image{height:280px;background:#f6f7f9;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;border-radius:6px}.product-image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;transition:transform .35s}.product-card:hover img{transform:scale(1.055)}.product-image span{position:absolute;top:12px;left:12px;background:var(--navy);color:#fff;font:700 9px Manrope;letter-spacing:1px;padding:6px 9px;border-radius:3px}.product-info{padding:17px 3px}.product-info small{font-size:11px;color:var(--blue);font-weight:700}.product-info h3{font-size:14px;line-height:1.55;margin:7px 0 14px;height:44px;overflow:hidden}.product-info>div{display:flex;align-items:center;justify-content:space-between}.product-info strong{font:800 17px Manrope}.product-info strong.ask{font-family:'Noto Sans KR';font-size:15px;color:#344054}.add{width:34px;height:34px;border:1px solid var(--line);background:#fff;border-radius:50%;cursor:pointer;font-size:19px;color:#455468}.add:hover{background:var(--blue);color:#fff;border-color:var(--blue)}.empty{text-align:center;padding:80px;background:#f8fafc;color:#667085}.service{background:var(--navy);color:#fff;padding:96px 0}.service-grid{display:grid;grid-template-columns:42% 58%;gap:70px;align-items:center}.kicker.light{color:#71a5ff}.service h2{font-size:38px;line-height:1.38}.service-grid>div>p{color:#9cabc1;line-height:1.8;margin-bottom:38px}.service-cards{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#334158}.service-cards article{background:#121f36;padding:29px}.service-cards b{font:800 12px Manrope;color:#568cf0}.service-cards h3{font-size:17px;margin:13px 0 7px}.service-cards p{font-size:12px;color:#91a0b6;margin:0}.contact{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;padding-top:100px;padding-bottom:100px}.contact h2{font-size:38px;line-height:1.35}.contact-card{padding:36px 42px;background:#f2f6fc;border-left:4px solid var(--blue);display:flex;flex-direction:column}.contact-card span{font-size:12px;color:var(--muted)}.contact-card>a{font:800 34px Manrope;color:var(--blue);margin:8px 0}.contact-card p{font-size:12px;color:#667085}.contact-card a.mail{font-size:13px;color:#344054;margin:5px 0}footer{background:#081326;color:#8793a7;padding:52px 0;font-size:11px}.footer-grid{display:grid;grid-template-columns:250px 1fr 220px;gap:50px}.footer-brand{display:flex;flex-direction:column}.footer-brand b{color:#fff;font-size:20px}.footer-brand span{font:700 9px Manrope;letter-spacing:2px}.footer-grid p{margin:4px 0}.footer-grid>div:last-child b{color:#fff;font:700 18px Manrope}.drawer-backdrop{position:fixed;inset:0;background:#07101f80;z-index:40;opacity:0;pointer-events:none;transition:.25s}.drawer-backdrop.open{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;right:0;top:0;bottom:0;width:min(420px,92vw);background:#fff;z-index:41;transform:translateX(100%);transition:.3s;display:flex;flex-direction:column}.cart-drawer.open{transform:none}.drawer-head{display:flex;justify-content:space-between;align-items:center;padding:24px 26px;border-bottom:1px solid var(--line)}.drawer-head h2{font-size:20px;margin:0}.drawer-head button{border:0;background:none;font-size:30px;cursor:pointer}.cart-items{flex:1;overflow:auto;padding:10px 26px}.cart-items article{display:grid;grid-template-columns:74px 1fr 28px;gap:13px;padding:16px 0;border-bottom:1px solid var(--line)}.cart-items img{width:74px;height:74px;object-fit:contain;background:#f6f7f9}.cart-items div{display:flex;flex-direction:column}.cart-items small{color:var(--blue)}.cart-items b{font-size:13px;line-height:1.5;margin:3px 0}.cart-items strong{font-size:13px}.cart-items button{border:0;background:none;cursor:pointer;color:#98a2b3}.cart-empty{text-align:center;color:#98a2b3;margin-top:60px}.cart-foot{padding:24px 26px;border-top:1px solid var(--line)}.cart-foot>div{display:flex;justify-content:space-between;font-size:17px;margin-bottom:18px}.cart-foot>button{width:100%;border:0;background:var(--blue);color:#fff;padding:15px;border-radius:6px;font-weight:700;cursor:pointer}.cart-foot small{display:block;color:#98a2b3;font-size:10px;line-height:1.5;margin-top:10px}.toast{position:fixed;left:50%;bottom:30px;transform:translate(-50%,20px);background:#101828;color:#fff;padding:12px 21px;border-radius:7px;z-index:50;opacity:0;transition:.25s;font-size:13px}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:900px){.topbar .shell>span{display:none}.header-main{height:72px;grid-template-columns:42px 1fr 48px;gap:8px}.menu-btn{display:block;border:0;background:none;font-size:22px}.brand{justify-content:center}.brand img{display:none}.brand span{display:flex}.brand b{font-size:18px}.brand small{font-size:7px}.search{display:none}.cart-btn span{display:none}.nav{display:none;position:absolute;top:72px;width:100%;background:#fff;padding:10px 0;box-shadow:0 10px 20px #0001}.nav.mobile-open{display:block}.nav .shell{height:auto;display:flex;flex-direction:column;align-items:stretch}.nav button,.nav a{text-align:left;padding:12px 20px}.nav a:first-of-type{margin:0}.hero-inner{min-height:auto;grid-template-columns:1fr;padding-top:55px}.hero h1{font-size:43px}.hero-art{height:380px}.hero-art:before{width:340px;height:340px}.hero-art img{width:110%}.trust{margin-top:35px;gap:18px}.benefits{grid-template-columns:1fr 1fr}.benefits article{border-bottom:1px solid var(--line);padding:14px}.section{padding-top:70px}.section-head{align-items:flex-start;flex-direction:column;gap:24px}.filters{max-width:100%;overflow:auto}.product-grid{grid-template-columns:repeat(2,1fr)}.product-image{height:230px}.service-grid{grid-template-columns:1fr}.contact{grid-template-columns:1fr;gap:30px}.footer-grid{grid-template-columns:1fr;gap:18px}}
@media(max-width:520px){.shell{padding-left:18px;padding-right:18px}.topbar .shell{justify-content:center}.hero h1{font-size:37px}.hero-copy>p br{display:none}.hero-actions{gap:12px}.hero-actions .primary{padding:14px 19px}.hero-art{height:315px}.floating-card{bottom:20px;left:0}.trust{justify-content:space-between}.benefits{grid-template-columns:1fr}.benefits article{border-right:0}.section h2,.service h2,.contact h2{font-size:29px}.product-grid{gap:28px 12px}.product-image{height:175px}.product-info h3{font-size:13px}.service-cards{grid-template-columns:1fr}.contact-card{padding:28px}.contact-card>a{font-size:28px}}
