:root{color-scheme:light;--ink:#18231f;--muted:#64716b;--line:#dbe3de;--soft:#f3f6f4;--paper:#fff;--brand:#173d32;--brand-2:#24614e;--accent:#d8ad5b;--danger:#a33b31;--shadow:0 18px 60px rgba(19,50,40,.12);font-family:Pretendard,"Noto Sans KR","Apple SD Gothic Neo",system-ui,sans-serif;font-synthesis:none}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f7f8f7;color:var(--ink);word-break:keep-all}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}.skip-link{position:fixed;z-index:1000;top:8px;left:8px;transform:translateY(-160%);padding:10px 14px;background:#111;color:#fff}.skip-link:focus{transform:none}.site-header{position:sticky;z-index:20;top:0;display:flex;align-items:center;justify-content:space-between;min-height:72px;padding:12px max(20px,env(safe-area-inset-left));border-bottom:1px solid rgba(219,227,222,.8);background:rgba(255,255,255,.92);backdrop-filter:blur(18px)}.brand{display:flex;align-items:center;gap:11px;color:inherit;text-decoration:none}.brand-mark{display:grid;width:42px;height:42px;place-items:center;border-radius:14px;background:var(--brand);color:#fff;font-family:Georgia,serif;font-size:22px}.brand strong,.brand small{display:block}.brand strong{font-family:Georgia,serif;font-size:19px;letter-spacing:.08em}.brand small{margin-top:2px;color:var(--muted);font-size:9px;letter-spacing:.12em}.header-chip{padding:8px 11px;border:1px solid #d7dfda;border-radius:999px;background:#fff;color:#486057;font-size:11px}main{width:min(1180px,100%);margin:auto;padding:20px 18px 80px}.hero{display:grid;overflow:hidden;margin-top:8px;border:1px solid #d8e2dc;border-radius:28px;background:var(--paper);box-shadow:0 14px 50px rgba(26,62,50,.08)}.hero-copy{padding:36px 26px 24px}.eyebrow{margin:0 0 10px;color:#31725c;font-size:11px;font-weight:800;letter-spacing:.17em}.hero h1{margin:0;font-family:Georgia,"Noto Serif KR",serif;font-size:clamp(37px,10vw,68px);font-weight:600;line-height:1.05;letter-spacing:-.045em}.hero-copy>p:not(.eyebrow){max-width:570px;margin:20px 0 0;color:var(--muted);font-size:15px;line-height:1.75}.hero-points{display:flex;flex-wrap:wrap;gap:8px;margin:22px 0 0;padding:0;list-style:none}.hero-points li{padding:8px 11px;border-radius:999px;background:#eef4f0;color:#2f594b;font-size:11px}.hero-visual{position:relative;min-height:260px;margin:0;background:#dce8df}.hero-visual:after{position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(8,35,26,.22));content:""}.hero-visual img{width:100%;height:100%;min-height:260px;object-fit:cover}.primary-button,.quiet-button,.secondary-link,.icon-button{min-height:48px;border-radius:13px;font-weight:750;cursor:pointer}.primary-button{border:1px solid var(--brand);background:var(--brand);color:#fff}.primary-button:hover{background:var(--brand-2)}.primary-button:disabled{border-color:#b9c5bf;background:#c8d0cc;cursor:not-allowed}.quiet-button{border:1px solid #cbd6d0;background:#fff;color:#355348}.hero-buy{margin:16px 20px 0}.hero-status{min-height:20px;margin:9px 22px 22px;color:var(--muted);font-size:12px;text-align:center}.catalog-section{padding-top:68px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:20px}.section-heading h2{margin:0;font-size:27px;letter-spacing:-.04em}.section-heading>p{margin:0;color:var(--muted);font-size:13px}.catalog-grid{display:grid;grid-template-columns:1fr;gap:16px}.product-card{overflow:hidden;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 8px 26px rgba(27,54,44,.05)}.product-image{position:relative;overflow:hidden;aspect-ratio:4/3;background:#edf1ef}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.product-card:hover .product-image img{transform:scale(1.025)}.product-badge{position:absolute;top:14px;left:14px;padding:7px 9px;border-radius:999px;background:rgba(23,61,50,.9);color:#fff;font-size:10px;font-weight:800;letter-spacing:.07em}.product-body{padding:18px}.product-partner{margin:0 0 7px;color:#4c6c60;font-size:11px}.product-body h3{min-height:48px;margin:0;font-size:19px;line-height:1.35}.product-meta{display:flex;justify-content:space-between;gap:12px;min-height:20px;margin:10px 0 0;color:var(--muted);font-size:11px}.product-price{display:flex;align-items:baseline;gap:8px;margin-top:17px}.product-price strong{font-size:24px}.product-price del{color:#8a938f;font-size:12px}.product-card .primary-button{width:100%;margin-top:17px}.product-card.is-selected{border-color:#769c8d;box-shadow:0 0 0 2px rgba(64,119,97,.12),0 15px 38px rgba(20,62,47,.11)}.product-card.is-unavailable{opacity:.68}.skeleton-card{height:420px;border-radius:22px;background:#fff;padding:18px}.skeleton-card span{display:block;margin-bottom:14px;border-radius:10px;background:linear-gradient(90deg,#eef1ef,#f8faf9,#eef1ef);background-size:220% 100%;animation:shimmer 1.4s linear infinite}.skeleton-card span:first-child{height:245px}.skeleton-card span:nth-child(2){height:20px;width:72%}.skeleton-card span:last-child{height:48px}.empty-state{padding:60px 20px;border:1px dashed #c8d3cd;border-radius:22px;background:#fff;text-align:center}.empty-state p{margin:8px 0 0;color:var(--muted)}.trust-section{display:grid;gap:12px;margin-top:70px}.trust-section article{padding:22px;border:1px solid var(--line);border-radius:18px;background:#fff}.trust-section span{color:#7c9b8e;font-family:Georgia,serif}.trust-section strong{display:block;margin-top:13px}.trust-section p{margin:8px 0 0;color:var(--muted);font-size:13px;line-height:1.65}.return-panel{margin-top:28px;padding:25px;border:1px solid #cbded5;border-radius:20px;background:#eff7f3;text-align:center}.return-panel p{color:#4e675d}.secondary-link{display:inline-grid;place-items:center;padding:0 18px;border:1px solid #b8cbc2;color:#244b3d;text-decoration:none}footer{padding:30px 20px calc(30px + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:#fff;text-align:center}footer p{margin:7px 0 0;color:var(--muted);font-size:11px}.checkout-dialog{width:min(680px,100%);max-width:none;height:auto;max-height:calc(100dvh - 18px);margin:auto auto 0;padding:0;border:0;border-radius:25px 25px 0 0;background:#fff;box-shadow:var(--shadow)}.checkout-dialog::backdrop{background:rgba(10,26,20,.55);backdrop-filter:blur(4px)}.dialog-shell{max-height:calc(100dvh - 18px);overflow:auto;padding:22px 20px calc(28px + env(safe-area-inset-bottom))}.dialog-head{display:flex;align-items:start;justify-content:space-between}.dialog-head h2{margin:0;font-size:27px}.icon-button{display:grid;width:44px;min-height:44px;place-items:center;border:1px solid #d7dfdb;background:#fff;color:#43564e;font-size:25px}.checkout-progress{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;margin:22px 0 18px;padding:0;list-style:none}.checkout-progress li{padding:9px 4px;border-radius:8px;background:#f0f3f1;color:#87918d;font-size:10px;text-align:center}.checkout-progress li.is-current{background:#dcebe4;color:#1b5742;font-weight:800}.checkout-progress li.is-complete{background:#eef5f1;color:#467361}.selected-offer{display:grid;grid-template-columns:72px 1fr;gap:14px;padding:13px;border:1px solid var(--line);border-radius:15px;background:#fafbfa}.selected-offer img{width:72px;height:72px;border-radius:11px;object-fit:cover;background:#eef2f0}.selected-offer h3{margin:4px 0 8px;font-size:14px;line-height:1.35}.selected-offer strong{font-size:16px}.dialog-notice{min-height:20px;margin:12px 2px;color:#5f6c66;font-size:12px}.dialog-notice.is-error{color:var(--danger)}.dialog-notice.is-success{color:#176542}.checkout-step{padding-top:8px}.step-copy h3{margin:0;font-size:20px}.step-copy p{margin:7px 0 18px;color:var(--muted);font-size:12px;line-height:1.55}.stack-form,.shipping-form{display:grid;gap:13px}.stack-form label,.shipping-form label:not(.check-row){display:grid;gap:7px}.stack-form label>span,.shipping-form label>span{color:#46564f;font-size:12px;font-weight:700}input{width:100%;min-height:49px;padding:0 14px;border:1px solid #cbd5d0;border-radius:12px;background:#fff;color:var(--ink);outline:none}input:focus{border-color:#3b7962;box-shadow:0 0 0 3px rgba(59,121,98,.1)}.otp-form{margin-top:16px;padding-top:16px;border-top:1px solid var(--line)}.inline-actions,.form-actions{display:flex;justify-content:space-between;gap:9px}.inline-actions>*{flex:1}.shipping-form{grid-template-columns:1fr 1fr}.wide-field{grid-column:1/-1}.short-field{grid-column:1/-1}.check-row{display:flex;grid-column:1/-1;align-items:flex-start;gap:10px;padding:13px;border:1px solid #e0e6e2;border-radius:12px;background:#fafbfa;color:#4d5e57;font-size:11px;line-height:1.55}.check-row input{width:18px;min-height:18px;margin:1px 0}.check-row strong{color:#28634e}.form-actions{margin-top:7px}.form-actions .quiet-button{min-width:90px}.form-actions .primary-button{flex:1}.payment-step{text-align:center}.payment-loader{width:42px;height:42px;margin:28px auto 16px;border:4px solid #dfebe5;border-top-color:#2e765a;border-radius:50%;animation:spin .8s linear infinite}.payment-step h3{margin:0}.payment-step p{color:var(--muted);font-size:12px}.is-busy{cursor:progress}noscript{display:block;padding:15px;background:#fff4e0;color:#754c11;text-align:center}@keyframes shimmer{to{background-position:-220% 0}}@keyframes spin{to{transform:rotate(360deg)}}
@media (min-width:720px){main{padding-inline:28px}.hero{grid-template-columns:1.05fr .95fr}.hero-copy{align-self:center;padding:58px 46px}.hero-visual{grid-column:2;grid-row:1/4;min-height:530px}.hero-visual img{min-height:530px}.hero-buy{align-self:end;margin:0 46px 12px}.hero-status{margin:0 46px 42px;text-align:left}.catalog-grid{grid-template-columns:repeat(2,1fr)}.trust-section{grid-template-columns:repeat(3,1fr)}.checkout-dialog{margin:auto;border-radius:25px}.dialog-shell{padding:28px 30px 34px}.short-field{grid-column:auto}}
@media (min-width:1050px){.catalog-grid{grid-template-columns:repeat(3,1fr)}.site-header{padding-inline:44px}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
.return-panel>p{color:#4e675d}.return-order-summary{max-width:520px;margin:18px auto;padding:16px;border:1px solid #c8dbd2;border-radius:14px;background:#fff;text-align:left}.return-order-summary dl{display:grid;grid-template-columns:90px 1fr;gap:9px;margin:0}.return-order-summary dt{color:#68766f;font-size:11px}.return-order-summary dd{margin:0;font-size:12px;font-weight:700}.return-order-summary ul{margin:14px 0 0;padding:13px 0 0;border-top:1px solid var(--line);list-style:none}.return-order-summary li{display:flex;justify-content:space-between;gap:12px;margin-top:7px;font-size:12px}.return-order-summary li span{min-width:0}
.header-actions{display:flex;align-items:center;gap:8px}.header-order-button{min-height:38px;padding:0 13px;border-radius:999px;font-size:11px}.return-lookup-button{min-height:46px;margin:0 8px 10px;padding:0 18px}.order-lookup-dialog{width:min(720px,100%)}.policy-notice{margin:18px 0 14px;padding:13px;border:1px solid #eadfbe;border-radius:13px;background:#fff9e9;color:#705b25;font-size:12px;line-height:1.65}.lookup-order-summary{max-width:none}.support-panel{margin-top:18px;padding-top:18px;border-top:1px solid var(--line)}select,textarea{width:100%;padding:12px 14px;border:1px solid #cbd5d0;border-radius:12px;background:#fff;color:var(--ink);font:inherit;outline:none}select{min-height:49px}textarea{min-height:120px;resize:vertical;line-height:1.6}select:focus,textarea:focus{border-color:#3b7962;box-shadow:0 0 0 3px rgba(59,121,98,.1)}.inquiry-history{display:grid;gap:9px;margin-top:16px}.inquiry-card{padding:13px;border:1px solid var(--line);border-radius:13px;background:#fafbfa}.inquiry-card strong,.inquiry-card span{display:block}.inquiry-card span{margin-top:5px;color:var(--muted);font-size:11px}.support-policy{margin-top:14px;padding:12px;border-radius:11px;background:#f2f6f4;color:#405b51;font-size:12px;line-height:1.6}
@media (max-width:520px){.header-chip{display:none}.header-order-button{min-height:36px}.return-panel .secondary-link,.return-lookup-button{display:grid;width:100%;margin:8px 0}.order-lookup-dialog .dialog-shell{padding-inline:18px}.return-order-summary dl{grid-template-columns:78px 1fr}}
.inquiry-open-button{width:100%;min-height:40px;margin-top:10px}.inquiry-thread-detail{display:grid;gap:12px;padding:14px;border:1px solid var(--line);border-radius:14px;background:#fff}.inquiry-thread-detail h4{margin:0}.inquiry-messages{display:grid;gap:9px}.inquiry-message{padding:11px;border-radius:12px;background:#f0f4f2}.inquiry-message.is-customer{margin-left:26px;background:#e8f3ed}.inquiry-message:not(.is-customer){margin-right:26px}.inquiry-message strong{font-size:11px}.inquiry-message p{margin:5px 0;color:#30453d;font-size:13px;line-height:1.6;white-space:pre-wrap}.inquiry-message span{color:var(--muted);font-size:10px}.inquiry-thread-detail .primary-button{min-height:44px}
