.wb-store{--w-main:#4d4dce;--w-deep:#1b1b48;--w-tint:#eeeefb;--ink-1:#22223a;--ink-2:#44445e;--ink-3:#5b5b74;--ink-4:#6b6b85;--cap:#8a8aa3;--hint:#9a9ab5;--dis:#b5b5c9;--arrow:#c9c9dd;--bd-input:#d8d8e6;--bd-btn:#e2e2ee;--bd-card:#e5e5ef;--line:#ececf3;--line-2:#f2f2f7;--chip:#f0f0f6;--sec-alt:#f6f6fa;--panel:#fafafd;--card-dis:#fafafb;--ok-text:#1e8e5a;--ok-dot:#4ade80;--ok-bg:#e9f7f0;--warn-text:#8a3535;--warn-icon:#c0392b;--warn-bg:#fdf3f2;--warn-bd:#f2c9c9;--mono:var(--font-montserrat),"Pretendard Variable",Pretendard,sans-serif;color:var(--ink-1);background:#fff;-webkit-font-smoothing:antialiased;word-break:keep-all;font-family:Pretendard Variable,Pretendard,-apple-system,Apple SD Gothic Neo,sans-serif}.wb-store[data-theme=teal]{--w-main:#00a991;--w-deep:#003b33;--w-tint:#e7f5f1}.wb-store *{box-sizing:border-box}.wb-store a{color:var(--w-main);text-decoration:none}.wb-store a:hover{color:var(--w-deep);text-decoration:underline}.wb-store button{font:inherit;cursor:pointer;border:0;background:none;color:inherit;padding:0}.wb-store input{font:inherit}.wb-store h1,.wb-store h2,.wb-store h3,.wb-store p{margin:0}.wb-store .mono{font-family:var(--mono);font-style:normal;font-weight:700;letter-spacing:.01em;font-variant-numeric:tabular-nums}.wb-store .count-slot{display:inline-block;text-align:right}.wb-store .lang-sel{font-size:15.5px;padding:6px 30px 6px 11px}@media (max-width:356px){.wb-store .lang-sel{font-size:13px;padding:5px 23px 5px 8px}}.wb-store .btn-main{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--w-main);color:#fff;font-weight:800;border-radius:12px;transition:filter .15s}.wb-store .btn-main:hover{filter:brightness(.94)}.wb-store .btn-main:disabled{background:#d8d8e0;color:var(--cap);cursor:not-allowed;filter:none}.wb-store .btn-outline-deep{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1.5px solid var(--w-deep);color:var(--w-deep);font-weight:800;border-radius:10px;transition:background .15s}.wb-store .btn-outline-deep:hover{background:var(--sec-alt)}.wb-store .btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid var(--bd-btn);color:var(--w-deep);font-weight:700;border-radius:12px;transition:background .15s}.wb-store .btn-ghost:hover{background:var(--panel)}.wb-store .track{position:relative;border-radius:99px;overflow:hidden;background:rgba(27,27,72,.07);border:1px solid rgba(27,27,72,.09);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);box-shadow:inset 0 1px 3px rgba(27,27,72,.1)}.wb-store .track>i{display:block;height:100%;border-radius:99px;position:relative;overflow:hidden;background:linear-gradient(90deg,var(--w-main),color-mix(in oklab,var(--w-main) 68%,white));box-shadow:inset 0 1px 1px rgba(255,255,255,.35),0 0 10px color-mix(in oklab,var(--w-main) 35%,transparent);animation:track-fill 1.1s cubic-bezier(.25,.8,.3,1) both;transition:width .4s ease-out}.wb-store .track>i:after{content:"";position:absolute;top:0;bottom:0;width:42%;background:linear-gradient(105deg,transparent,rgba(255,255,255,.55),transparent);animation:track-shine 2.4s ease-in-out infinite}@keyframes track-fill{0%{width:0}}@keyframes track-shine{0%{left:-45%}60%,to{left:110%}}.wb-store .track.on-dark{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.22);box-shadow:inset 0 1px 3px rgba(0,0,0,.28)}.wb-store .track.on-dark>i{background:linear-gradient(90deg,color-mix(in oklab,var(--w-main) 60%,white),color-mix(in oklab,var(--w-main) 28%,white));box-shadow:inset 0 1px 1px rgba(255,255,255,.45),0 0 12px rgba(255,255,255,.18)}.wb-store .track.on-light{background:rgba(27,27,72,.1)}.wb-store .track.gray>i{background:#8a8aa3;box-shadow:none}.wb-store .track.gray>i:after{display:none}@media (prefers-reduced-motion:reduce){.wb-store .track>i{animation:none}.wb-store .track>i:after{animation:none;display:none}}.wb-store .pill{display:inline-flex;align-items:center;border-radius:99px;font-weight:800}.wb-store .wrap{max-width:1280px;margin:0 auto}.wb-store.full-bleed{margin-bottom:-48px}@media (max-width:768px){.wb-store.full-bleed{margin-bottom:-56px}}.wb-store .sec-pad{padding:80px 64px}@media (max-width:720px){.wb-store .sec-pad{padding:36px 20px}}.wb-store .acc-body{overflow:hidden;transition:height .2s ease}.wb-store .acc-chev{transition:transform .2s ease}.wb-store .acc-open .acc-chev{transform:rotate(180deg)}@keyframes modal-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes sheet-in{0%{transform:translateY(100%)}to{transform:none}}@keyframes overlay-in{0%{opacity:0}to{opacity:1}}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.3}}.wb-store .overlay{position:fixed;inset:0;z-index:90;background:rgba(20,20,52,.55);display:flex;align-items:center;justify-content:center;animation:overlay-in .15s ease;padding:24px}.wb-store .modal-card{width:560px;max-width:100%;max-height:92vh;overflow:auto;background:#fff;border-radius:20px;padding:32px 36px;display:flex;flex-direction:column;gap:20px;box-shadow:0 24px 64px rgba(0,0,0,.35);animation:modal-in .2s ease}@media (max-width:720px){.wb-store .overlay{align-items:flex-end;padding:0}.wb-store .modal-card{width:100%;border-radius:20px 20px 0 0;padding:12px 20px 24px;animation:sheet-in .26s ease;max-height:88vh}.wb-store .sheet-handle{width:40px;height:4px;border-radius:99px;background:var(--bd-input);margin:0 auto}}@media (min-width:721px){.wb-store .sheet-handle{display:none}}.wb-store .pulse{animation:pulse-dot 1.2s ease-in-out infinite}@keyframes live-ping{0%{transform:scale(1);opacity:.65}75%,to{transform:scale(2.6);opacity:0}}.wb-store .live-dot{position:relative;display:inline-flex;width:8px;height:8px;flex:none}.wb-store .live-dot:before{animation:live-ping 1.6s cubic-bezier(0,0,.2,1) infinite}.wb-store .live-dot:after,.wb-store .live-dot:before{content:"";position:absolute;inset:0;border-radius:99px;background:var(--ok-dot)}@keyframes step-in{0%{opacity:0;transform:translateX(8px)}to{opacity:1;transform:none}}.wb-store .step-in{animation:step-in .15s ease}.wb-store .mstep-ind{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.wb-store .mstep-dot{width:28px;height:28px;border-radius:99px;font-size:14px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;flex:none}.wb-store .mstep-dot.cur{background:var(--w-main);color:#fff}.wb-store .mstep-dot.done{background:var(--w-tint);color:var(--w-main)}.wb-store .mstep-dot.todo{background:var(--chip);color:var(--dis)}.wb-store .mstep-line{width:16px;height:2px;background:var(--bd-card);flex:none}.wb-store .mstep-line.done{background:var(--w-main)}.wb-store .mstep-label{font-size:14.5px;color:var(--dis)}.wb-store .mstep-label.cur{font-weight:700;color:var(--w-deep)}@media (max-width:560px){.wb-store .mstep-label:not(.cur){display:none}}@media (min-width:721px){.wb-store .hero-h1-en{white-space:nowrap}.wb-store .hero-h1-ko{white-space:nowrap;font-size:clamp(29px,3.95vw,54px)!important}}.wb-store .pre-stat{display:inline-flex;align-items:center;gap:18px;align-self:flex-start}.wb-store .pre-stat .ps-div{width:1px;height:22px;background:rgba(255,255,255,.45);flex:none}@media (max-width:720px){.wb-store .pre-stat{flex-direction:column;align-items:stretch;gap:11px;align-self:stretch;text-align:center}.wb-store .pre-stat .ps-div{width:100%;height:1px}}.wb-store .hero-lockup{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.wb-store .hero-lockup .lk-wb{height:36px;width:auto}.wb-store .hero-lockup .lk-x{font-size:22px;font-weight:700;color:color-mix(in oklab,var(--w-main) 45%,white);line-height:1}.wb-store .hero-lockup .lk-xrpl{height:27px;width:auto;opacity:.92}.wb-store .gnb-logo{height:58px;width:auto;flex-shrink:0}@media (max-width:720px){.wb-store .hero-lockup{gap:9px}.wb-store .hero-lockup .lk-wb{height:24px}.wb-store .hero-lockup .lk-x{font-size:15px}.wb-store .hero-lockup .lk-xrpl{height:18px}}.wb-store .feed-roll{height:280px;overflow:hidden;mask-image:linear-gradient(180deg,transparent,#000 20%,#000 76%,transparent);-webkit-mask-image:linear-gradient(180deg,transparent,#000 20%,#000 76%,transparent)}.wb-store .feed-track{display:grid;grid-template-columns:repeat(3,1fr);column-gap:32px;row-gap:14px;animation:feed-up 32s linear infinite}@media (max-width:900px){.wb-store .feed-track{grid-template-columns:1fr 1fr;column-gap:36px}}.wb-store .feed-row{display:flex;align-items:baseline;gap:18px;justify-content:center;font-size:17px;letter-spacing:.01em}@keyframes feed-up{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@media (max-width:720px){.wb-store .feed-roll{height:220px}.wb-store .feed-row{gap:10px;font-size:15px}.wb-store .feed-track{grid-template-columns:1fr}}@media (min-width:901px){.wb-store .feed-row{gap:12px;font-size:16px}}@media (prefers-reduced-motion:reduce){.wb-store .feed-track{animation:none}}.wb-store #spec{--spec-bg:#e4e4f8;padding-bottom:115px}@media (max-width:720px){.wb-store #spec{padding-bottom:40px}}.wb-store .spec-cols{--spec-left-w:610px;--spec-left-h:569px;display:grid;grid-template-columns:var(--spec-left-w) 1fr;gap:50px;align-items:start}.wb-store .spec-main{width:100%;aspect-ratio:4/3;border-radius:16px;background:var(--w-deep) center /cover no-repeat;transition:background-image .25s ease}.wb-store .spec-thumbs{display:flex;gap:7.5px;margin-top:23px}.wb-store .spec-thumb{flex:1 1 0;aspect-ratio:116/88;border-radius:10px;background:#e9e9f5 50%/cover no-repeat;background-origin:border-box;border:2px solid transparent;opacity:.62;cursor:pointer;transition:opacity .18s,border-color .18s}.wb-store .spec-thumb:focus-visible,.wb-store .spec-thumb:hover{opacity:1}.wb-store .spec-thumb.on{opacity:1;border-color:var(--w-main)}.wb-store .spec-right{display:flex;flex-direction:column;gap:12px}.wb-store .spec-table-clip{position:relative;max-height:calc(var(--spec-left-h) - 52px);overflow:hidden}.wb-store .spec-table-clip.open{max-height:none;overflow:visible}.wb-store .spec-row{display:grid;grid-template-columns:150px 1fr;gap:14px;padding:9px 4px;border-bottom:1px solid var(--line);font-size:17.5px;line-height:1.45}.wb-store .spec-k{font-weight:800;color:var(--w-deep)}.wb-store .spec-v{color:var(--ink-2)}.wb-store .spec-fade{position:absolute;left:0;right:0;bottom:0;height:64px;pointer-events:none;background:linear-gradient(180deg,rgba(228,228,248,0),var(--spec-bg))}.wb-store .spec-more{display:inline-flex;align-items:center;gap:7;align-self:flex-start;font-size:18px;font-weight:800;color:var(--w-main)}@media (max-width:900px){.wb-store .spec-cols{grid-template-columns:1fr;gap:28px}.wb-store .spec-table-clip{max-height:210px}}.wb-store .spec-hero{position:relative;overflow:hidden;background:var(--w-deep)}.wb-store .spec-bg{position:absolute;inset:0;z-index:0;background-position:50%;background-size:cover;background-repeat:no-repeat;opacity:0;transition:opacity 1.2s ease}.wb-store .spec-bg.on{opacity:1}.wb-store .spec-hero-scrim{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,rgba(27,27,72,.72),rgba(27,27,72,.2) 30%,rgba(27,27,72,.16) 62%,rgba(27,27,72,.74))}.wb-store .spec-hero .spec-nav{position:absolute;top:50%;transform:translateY(-50%)}@media (max-width:720px){.wb-store .spec-hero .wrap{min-height:400px!important}}@media (prefers-reduced-motion:reduce){.wb-store .spec-bg{transition:none}}.wb-store .spec-gallery{position:relative;width:100%;max-width:880px;margin:0 auto;height:430px;border-radius:16px;overflow:hidden;border:1px solid var(--bd-card);background:#fff}.wb-store .spec-slide{position:absolute;inset:0;opacity:0;transition:opacity .8s ease}.wb-store .spec-slide.on{opacity:1}.wb-store .spec-slide img{width:100%;height:100%;object-fit:cover;display:block}.wb-store .spec-slide.fit-contain img{object-fit:contain;padding:24px}.wb-store .spec-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:42px;height:42px;border-radius:99px;background:rgba(27,27,72,.55);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:21px;font-weight:800;transition:background .15s}.wb-store .spec-nav:hover{background:rgba(27,27,72,.8)}.wb-store .spec-nav.prev{left:14px}.wb-store .spec-nav.next{right:14px}.wb-store .spec-dots{position:absolute;bottom:14px;left:0;right:0;z-index:2;display:flex;justify-content:center;gap:8px}.wb-store .spec-dot{width:9px;height:9px;border-radius:99px;background:rgba(27,27,72,.25);transition:background .15s,transform .15s}.wb-store .spec-dot.on{background:var(--w-main);transform:scale(1.25)}@media (max-width:720px){.wb-store .spec-gallery{height:250px}.wb-store .spec-nav{width:36px;height:36px}}@media (prefers-reduced-motion:reduce){.wb-store .spec-slide{transition:none}}@media (max-width:720px){.wb-store .hero-cta-row .hero-buy-btn{width:100%}.wb-store .hero-cta-row .hero-social{flex-basis:100%}}.wb-store .hero-grid{display:grid;grid-template-columns:1fr 480px;gap:56px;align-items:center;max-width:1080px;margin:0 auto}.wb-store .btn-shine:after{background:linear-gradient(105deg,transparent 15%,rgba(255,255,255,.5) 50%,transparent 85%);transform:skewX(-18deg)}@keyframes btn-shine-sweep{0%{left:-70%}45%{left:130%}to{left:130%}}@media (prefers-reduced-motion:reduce){.wb-store .btn-shine:after{animation:none;display:none}}.wb-store .hero-photo{position:relative;overflow:hidden;background:var(--w-deep)}.wb-store .hero-bg-slide{position:absolute;inset:0;z-index:0;background-position:100%;background-size:cover;background-repeat:no-repeat;opacity:0;transition:opacity 1.4s ease}.wb-store .hero-bg-slide.on{opacity:1}.wb-store .hero-bg-vid{position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:cover;object-position:right center;opacity:0;transition:opacity .7s ease;pointer-events:none}.wb-store .hero-bg-vid.on{opacity:1}.wb-store .hero-fx{position:absolute;inset:0;z-index:0;width:100%;height:100%;display:block;opacity:0;transition:opacity .6s ease;pointer-events:none}.wb-store .hero-fx.on{opacity:1}.wb-store .hero-scrim{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(92deg,#1b1b48,#1b1b48 38%,rgba(27,27,72,.97) 46%,rgba(27,27,72,.72) 56%,rgba(27,27,72,.3) 68%,rgba(27,27,72,0) 80%,rgba(27,27,72,0))}.wb-store .hero-photo .hero-grid{position:relative;z-index:2;min-height:440px}@media (max-width:720px){.wb-store .hero-bg-slide{background-position:65%}.wb-store .hero-bg-vid{object-position:65% center}.wb-store .hero-scrim{background:linear-gradient(180deg,#1b1b48,#1b1b48 34%,rgba(27,27,72,.96) 52%,rgba(27,27,72,.72) 74%,rgba(27,27,72,.45))}.wb-store .hero-photo .hero-grid{min-height:0}}@media (prefers-reduced-motion:reduce){.wb-store .hero-bg-slide{transition:none}.wb-store .hero-bg-vid,.wb-store .hero-fx{display:none}}.wb-store .spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.wb-store .how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;align-items:stretch}.wb-store .link-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.wb-store .rl-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.wb-store .rl-card{display:flex;flex-direction:column;gap:10px;border:1px solid var(--bd-card);border-radius:14px;padding:24px;box-shadow:0 10px 28px rgba(27,27,72,.05)}.wb-store .rl-card>img{flex:none}.wb-store .rl-step{font-size:15.5px;font-weight:800;color:var(--w-main);margin:8px 0 -6px}.wb-store .rl-title{font-size:21px;font-weight:800;color:var(--w-deep)}.wb-store .rl-desc{font-size:17px;line-height:1.6;color:var(--ink-4)}@media (max-width:900px){.wb-store .rl-card{display:grid;grid-template-columns:auto 1fr;grid-template-areas:"icon step" "icon title" "desc desc";align-content:start;column-gap:16px;row-gap:0}.wb-store .rl-card>img{grid-area:icon;align-self:center}.wb-store .rl-step{grid-area:step;align-self:end;margin:0}.wb-store .rl-title{grid-area:title;align-self:start;margin-top:4px}.wb-store .rl-desc{grid-area:desc;margin-top:14px}}.wb-store .how-divider{height:1px;background-image:repeating-linear-gradient(90deg,#BEBEBE 0 2px,transparent 2px 4px)}.wb-store .faq-top{display:grid;grid-template-columns:1fr 1fr;gap:24px}.wb-store .faq-card{background:#fff;border:1px solid var(--bd-card);border-radius:16px;padding:0;overflow:hidden;display:flex;flex-direction:column}.wb-store .faq-card-bar{background:#23235d;color:#fff;padding:16px 26px}.wb-store .faq-card-bar>b{color:rgba(255,255,255,.72)}.wb-store .faq-card-body{padding:20px 26px}@media (max-width:900px){.wb-store .faq-top{grid-template-columns:1fr;gap:16px}}.wb-store .faq-q{display:flex;align-items:baseline;gap:10px;text-align:left}.wb-store .faq-q>b{flex:none;width:18px;color:var(--w-main);font-weight:800;font-style:normal}.wb-store .faq-q>span{min-width:0;overflow-wrap:anywhere;word-break:normal}.wb-store .tier-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.wb-store .wl-hero-grid{display:grid;grid-template-columns:1fr 420px;gap:56px;align-items:center}.wb-store .dash-top{display:grid;grid-template-columns:1fr 1fr 1.4fr;gap:16px}.wb-store .dash-main{display:grid;grid-template-columns:1.6fr 1fr;gap:16px;align-items:start}.wb-store .me-2col{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width:980px){.wb-store .dash-main,.wb-store .dash-top,.wb-store .hero-grid,.wb-store .how-grid,.wb-store .spec-grid,.wb-store .wl-hero-grid{grid-template-columns:1fr}.wb-store .how-grid{gap:16px}.wb-store .link-grid{grid-template-columns:1fr}.wb-store .tier-grid{grid-template-columns:1fr 1fr}}@media (min-width:721px){.wb-store .order-steps-v{display:none!important}}.wb-store .w720{width:720px;max-width:100%}.wb-store .w440{width:440px;max-width:100%}.wb-store .big-title{font-size:39px}.wb-store .wl-hero-pad{padding:60px 64px}.wb-store .wl-sec-pad{padding:56px 64px}.wb-store .dash-pad{padding:36px}.wb-store .tint-strip{padding:12px 36px}.wb-store .strip-in{display:flex;align-items:center;justify-content:space-between;gap:16px;max-width:1080px;margin:0 auto;width:100%}.wb-store .stat4{display:grid;grid-template-columns:repeat(4,1fr)}.wb-store .stat4>div{border-right:1px solid var(--line-2)}.wb-store .stat4>div:last-child{border-right:0}@media (max-width:720px){.wb-store .big-title{font-size:27px;line-height:1.35}.wb-store .wl-hero-pad,.wb-store .wl-sec-pad{padding:36px 20px}.wb-store .dash-pad{padding:20px 16px}.wb-store .tint-strip{padding:12px 16px}.wb-store .strip-in{flex-direction:column;align-items:flex-start;gap:4px}.wb-store .stat4{grid-template-columns:repeat(2,1fr)}.wb-store .stat4>div:nth-child(2n){border-right:0}.wb-store .desk-only{display:none!important}}@media (min-width:721px){.wb-store .mob-only{display:none!important}}.wb-store .stickybar-in{display:flex;align-items:center;width:100%;justify-content:space-between;gap:12px;padding:12px 16px}@media (min-width:721px){.wb-store .stickybar-in{width:auto;justify-content:center;gap:26px;padding:14px 40px}}.wb-store .stickybar-in .btn-main{flex:none}.wb-store .sb-count{display:flex;align-items:baseline;gap:5px;white-space:nowrap;min-width:0}.wb-store .sb-count .sb-lab{font-size:15px;color:var(--cap)}.wb-store .sb-count .sb-num{font-size:22px;font-weight:800;color:var(--w-deep)}.wb-store .sb-count .sb-dday{font-size:16.5px;font-weight:800;color:var(--w-main);margin-left:3px}@media (max-width:440px){.wb-store .sb-count{gap:3px}.wb-store .sb-count .sb-lab{font-size:13px}.wb-store .sb-count .sb-num{font-size:18px}.wb-store .sb-count .sb-dday{font-size:14.5px;margin-left:2px}}@media (max-width:380px){.wb-store .sb-count .sb-lab{font-size:12px}.wb-store .sb-count .sb-num{font-size:16.5px}.wb-store .sb-count .sb-dday{font-size:13.5px}}@media (max-width:356px){.wb-store .sb-count{flex-wrap:wrap;row-gap:0}.wb-store .sb-count .sb-lab{font-size:11.5px}.wb-store .sb-count .sb-num{font-size:15.5px}.wb-store .sb-count .sb-dday{font-size:12.5px}}@media (max-width:720px){.wb-store .gnb-root{height:60px!important;padding:0 14px!important}.wb-store .gnb-logo{height:36px!important}.wb-store .gnb-root .pill{font-size:12.5px!important;padding:3px 6px!important}.wb-store .gnb-root>div:last-child{gap:6px!important}.wb-store .gnb-root>div:last-child>a,.wb-store .gnb-root>div:last-child>button{font-size:13.5px!important;padding:6px 10px!important}.wb-store .s9-root{padding:40px 20px!important}.wb-store .s9-invite{flex-direction:column;align-items:flex-start!important;padding:22px!important}}.wb-store .loop-row{display:flex;align-items:stretch;justify-content:center;gap:10px;flex-wrap:nowrap;width:100%;margin:2px auto 0}.wb-store .loop-chip>img{flex:none;position:relative;top:-5px}.wb-store .loop-chip>span{position:relative;top:2px}.wb-store .loop-chip{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;flex:1 1 0;min-width:0;color:var(--w-deep);border:1px solid var(--bd-card);border-radius:15px;padding:18px 12px;min-height:146px;font-size:15.5px;font-weight:700;line-height:1.42;text-align:center}.wb-store .loop-box,.wb-store .loop-chip{background:#fff;box-shadow:0 10px 28px rgba(27,27,72,.05)}.wb-store .loop-box{width:100%;border:1px solid var(--bd-card);border-radius:16px;padding:26px 28px;display:flex;flex-direction:column;gap:16px}@media (max-width:760px){.wb-store .loop-box{border:0;background:transparent;box-shadow:none;padding:0;border-radius:0}}.wb-store .loop-2col{display:grid;grid-template-columns:1.35fr 1fr;gap:36px;align-items:center}.wb-store .loop-2col>*{min-width:0}.wb-store .loop-right{text-align:left;display:flex;flex-direction:column;gap:14px}.wb-store .loop-title{font-size:21px;font-weight:800;color:var(--w-deep)}@media (max-width:980px){.wb-store .loop-2col{grid-template-columns:1fr;gap:5px}.wb-store .loop-right{text-align:center;gap:10px}}.wb-store .loop-arrow{display:inline-flex;align-items:center;flex:0 0 auto;align-self:center;color:var(--arrow);font-weight:800;font-size:19px}.wb-store .loop-back{display:inline-flex;align-items:center;padding:0 2px}@media (max-width:760px){.wb-store .loop-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.wb-store .loop-arrow{display:none}.wb-store .loop-chip{flex-direction:column;aspect-ratio:auto;width:auto;max-width:none;justify-content:center;align-items:center;gap:12px;padding:20px 12px;min-height:0;font-size:16.5px;text-align:center}.wb-store .loop-chip>img{width:104px;height:auto;top:0}.wb-store .loop-chip>span{top:0}}.wb-store .loop-return{display:flex;flex-direction:column;align-items:center;gap:4px;color:var(--arrow);margin-top:2px}.wb-store .loop-return .lr-u{align-self:stretch;height:28px;margin:0 calc((100% - 99px) / 8);border:2px solid;border-top:0;border-radius:0 0 15px 15px;position:relative}.wb-store .loop-return .lr-u:before{content:"";position:absolute;left:-4px;top:-1px;width:10px;height:10px;border-left:2px solid;border-top:2px solid;transform:rotate(45deg)}.wb-store .loop-return span{font-size:14.5px;font-weight:700;color:var(--w-deep);opacity:.78}@media (min-width:761px){.wb-store .loop-chip{padding:14px 12px;font-size:15.5px;gap:9px}.wb-store .loop-row{gap:8px}.wb-store .loop-arrow{font-size:17px;width:17px;flex:none;text-align:center}}@media (max-width:760px){.wb-store .loop-return .lr-u{display:none}.wb-store .loop-return{margin-top:10px;margin-bottom:0}.wb-store .loop-return span{font-weight:600}.wb-store .loop-title{font-size:23px}}@media (max-width:380px){.wb-store .gnb-logo{height:32px!important}.wb-store .gnb-root .pill{font-size:12px!important;padding:3px 5px!important}.wb-store .gnb-root>div:last-child{gap:5px!important}.wb-store .gnb-root>div:last-child>a,.wb-store .gnb-root>div:last-child>button{font-size:12.5px!important;padding:5px 8px!important}}.wb-store .hero-ico{border:1px solid rgba(255,255,255,.28);background:transparent;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease}@media (hover:hover){.wb-store .hero-ico:hover{background:rgba(255,255,255,.15);backdrop-filter:blur(14px);border-color:rgba(255,255,255,.45);box-shadow:0 8px 32px rgba(0,0,0,.18)}}.wb-store .hero-ico:focus-visible{background:rgba(255,255,255,.15);backdrop-filter:blur(14px);border-color:rgba(255,255,255,.55);box-shadow:0 8px 32px rgba(0,0,0,.18);outline:2px solid rgba(255,255,255,.7);outline-offset:2px}.wb-store .foot-logo{display:inline-flex;opacity:.9;transition:opacity .16s ease}@media (hover:hover){.wb-store .foot-logo:hover{opacity:1}}.wb-store .foot-logo:focus-visible{opacity:1;outline:2px solid rgba(255,255,255,.7);outline-offset:3px;border-radius:4px}.wb-store .rv{opacity:0;transform:translateY(14px);will-change:opacity,transform}.wb-store .rv.in{opacity:1;transform:none;transition:opacity .58s cubic-bezier(.22,.61,.36,1),transform .58s cubic-bezier(.22,.61,.36,1)}@media (prefers-reduced-motion:reduce){.wb-store .rv{opacity:1;transform:none;transition:none}}@media (max-width:356px){.wb-store .gnb-root{gap:8px!important;padding-left:10px!important;padding-right:10px!important}.wb-store .gnb-logo{height:30px!important}}@media (min-width:1024px){.wb-store .v2-hero{top:-66px;margin-bottom:-66px}}@media (max-width:768px){.wb-store .v2-hero{top:-60px;margin-bottom:-60px}.wb-store .v2-hero .v2-bg:after{content:"";position:absolute;inset:0;background:rgba(15,13,42,.38);pointer-events:none}}.wb-store .v2-hero .v2-product{left:calc(var(--gutter) + 838 * var(--s));top:calc(219 * var(--s));width:calc(812 * var(--s));height:calc(455 * var(--s));transform:scale(.94)}@keyframes v2ProductLift{0%{opacity:0;transform:scale(.94) translateY(26px)}to{opacity:1;transform:scale(.94) translateY(0)}}@media (prefers-reduced-motion:reduce){.wb-store .v2-hero .v2-product{animation:none}.wb-store .v2-hero .v2-reel-track{transition:none}.wb-store .v2-hero .hero-cta,.wb-store .v2-hero .hero-lift,.wb-store .v2-hero .hero-line-inner{animation:none}}.wb-store .v2-hero .v2-lockup{-webkit-mask:url(/brand/logo_w_medium.svg) no-repeat center/contain;mask:url(/brand/logo_w_medium.svg) no-repeat center/contain}.wb-store .v2-hero .v2-cta{border:1px solid transparent;box-shadow:0 10px 28px rgba(0,0,0,.32)}.wb-store .v2-hero .v2-ico{border:1px solid rgba(255,255,255,.22);background:transparent}.wb-store .v2-hero .v2-ico:hover{border-color:rgba(255,255,255,.45);background:rgba(255,255,255,.08)}.wb-store .v2-hero[data-lang=en] .v2-right,.wb-store .v2-hero[data-lang=zh] .v2-right{transform:translateX(-50%)}@media (max-width:720px){.wb-store .v2-hero{height:auto;min-height:560px;display:flex;flex-direction:column;justify-content:flex-start;padding:96px 20px 0}.wb-store .v2-hero .v2-bg{background-position:62% 22%}.wb-store .v2-hero .v2-left,.wb-store .v2-hero .v2-r1,.wb-store .v2-hero .v2-r2,.wb-store .v2-hero .v2-right{position:static;width:auto;left:auto;right:auto;top:auto}.wb-store .v2-hero .v2-right{order:1}.wb-store .v2-hero .v2-r2{margin-top:2px}.wb-store .v2-hero .v2-r1,.wb-store .v2-hero .v2-r2{gap:12px;justify-content:flex-start}.wb-store .v2-hero .v2-left{order:3;margin-top:12px}.wb-store .v2-hero .v2-h1,.wb-store .v2-hero .v2-lockup{display:none}.wb-store .v2-hero .v2-label{font-size:18px}.wb-store .v2-hero .v2-clock{font-size:26px}.wb-store .v2-hero .v2-big-label{font-size:50px}.wb-store .v2-hero .v2-big-dday{font-size:54px}.wb-store .v2-hero .v2-sub{margin-top:0;font-size:15px;white-space:normal}.wb-store .v2-hero .v2-cta-row{margin-top:18px;gap:14px}.wb-store .v2-hero .v2-ico{width:56px;height:56px;border-radius:14px}.wb-store .v2-hero[data-lang=en] .v2-right,.wb-store .v2-hero[data-lang=zh] .v2-right{position:static;left:auto;right:auto;transform:none}.wb-store .v2-hero[data-lang=en] .v2-r1,.wb-store .v2-hero[data-lang=en] .v2-r2,.wb-store .v2-hero[data-lang=zh] .v2-r1,.wb-store .v2-hero[data-lang=zh] .v2-r2{justify-content:flex-start}.wb-store .v2-hero .v2-r1,.wb-store .v2-hero .v2-r2{flex-wrap:wrap;white-space:normal}.wb-store .v2-hero[data-lang=en] .v2-label{font-size:15px}.wb-store .v2-hero[data-lang=en] .v2-clock{font-size:22px}.wb-store .v2-hero[data-lang=en] .v2-big-label{font-size:34px}.wb-store .v2-hero[data-lang=en] .v2-big-dday{font-size:38px}.wb-store .v2-hero .v2-product{position:relative;left:auto;top:auto;width:138%;height:auto;margin:2px -38% 0 0;order:4}}@media (max-width:380px){.wb-store .v2-hero .v2-big-label{font-size:42px}.wb-store .v2-hero .v2-big-dday{font-size:46px}.wb-store .v2-hero .v2-label{font-size:16px}.wb-store .v2-hero .v2-clock{font-size:22px}}@media (prefers-reduced-motion:reduce){.wb-store .v2-hero .v2-bub{opacity:1;animation:none}}.wb-store .v2-hero .v2-bub{z-index:1;pointer-events:none;opacity:0;background:url(/images/air_bubble.png) 50%/100% 100% no-repeat;justify-content:center;align-items:center;animation:v2BubIn 1.05s cubic-bezier(.22,1,.36,1) forwards;display:flex;position:absolute}.wb-store .v2-hero .v2-bub span{font-family:var(--sans);color:#fff;letter-spacing:0;transform:translateY(calc(-4 * var(--s)));text-shadow:0 calc(1 * var(--s)) calc(6 * var(--s)) #140c3c8c;font-weight:600;line-height:1}.wb-store .v2-hero .v2-bub sub{vertical-align:baseline;font-size:.62em;position:relative;top:.22em}.wb-store .v2-hero .v2-bub-1{left:calc(var(--gutter) + 791.568 * var(--s));top:calc(109.047 * var(--s));width:calc(100.219 * var(--s));height:calc(126.853 * var(--s))}.wb-store .v2-hero .v2-bub-2{left:calc(var(--gutter) + 1533.7 * var(--s));top:calc(186.14 * var(--s))}.wb-store .v2-hero .v2-bub-2,.wb-store .v2-hero .v2-bub-3{width:calc(77.948 * var(--s));height:calc(98.664 * var(--s))}.wb-store .v2-hero .v2-bub-3{left:calc(var(--gutter) + 747 * var(--s));top:calc(438 * var(--s))}.wb-store .v2-hero .v2-bub-4{left:calc(var(--gutter) + 1643.69 * var(--s));top:calc(518.8 * var(--s));width:calc(54.563 * var(--s));height:calc(69.065 * var(--s))}.wb-store .v2-hero .v2-bub-1 span{font-size:calc(32.4 * var(--s))}.wb-store .v2-hero .v2-bub-2 span,.wb-store .v2-hero .v2-bub-3 span,.wb-store .v2-hero .v2-bub-4 span{font-size:calc(18 * var(--s))}.wb-store .v2-hero .v2-bub-1{animation:v2BubIn 1.05s cubic-bezier(.22,1,.36,1) forwards,v2BubFloat1 8s ease-in-out -2s infinite}.wb-store .v2-hero .v2-bub-2{animation:v2BubIn 1.05s cubic-bezier(.22,1,.36,1) forwards,v2BubFloat2 11s ease-in-out -5s infinite}.wb-store .v2-hero .v2-bub-3{animation:v2BubIn 1.05s cubic-bezier(.22,1,.36,1) forwards,v2BubFloat3 13s ease-in-out -8.5s infinite}.wb-store .v2-hero .v2-bub-4{animation:v2BubIn 1.05s cubic-bezier(.22,1,.36,1) forwards,v2BubFloat4 9s ease-in-out -3.5s infinite}@keyframes v2BubIn{to{opacity:1}}@keyframes v2BubFloat1{0%,to{transform:translate(0)}25%{transform:translate3d(calc(-14 * var(--s)),calc(-26 * var(--s)),0)}50%{transform:translate3d(calc(9 * var(--s)),calc(-40 * var(--s)),0)}75%{transform:translate3d(calc(16 * var(--s)),calc(-15 * var(--s)),0)}}@keyframes v2BubFloat2{0%,to{transform:translate(0)}25%{transform:translate3d(calc(15 * var(--s)),calc(-18 * var(--s)),0)}50%{transform:translate3d(calc(-8 * var(--s)),calc(-36 * var(--s)),0)}75%{transform:translate3d(calc(-17 * var(--s)),calc(-12 * var(--s)),0)}}@keyframes v2BubFloat3{0%,to{transform:translate(0)}25%{transform:translate3d(calc(-12 * var(--s)),calc(-22 * var(--s)),0)}50%{transform:translate3d(calc(14 * var(--s)),calc(-42 * var(--s)),0)}75%{transform:translate3d(calc(18 * var(--s)),calc(-17 * var(--s)),0)}}@keyframes v2BubFloat4{0%,to{transform:translate(0)}25%{transform:translate3d(calc(13 * var(--s)),calc(-20 * var(--s)),0)}50%{transform:translate3d(calc(-10 * var(--s)),calc(-34 * var(--s)),0)}75%{transform:translate3d(calc(-16 * var(--s)),calc(-13 * var(--s)),0)}}.wb-store{font-weight:400;line-height:1.5}.wb-store .v2b-hero{--w:min(100vw,1920px);--s:calc(var(--w) / 1920);--gutter:calc((100vw - var(--w)) / 2);height:calc(752 * var(--s));color:#fff;margin-bottom:-64px;position:relative;top:-64px;overflow:hidden}.wb-store .v2b-hero .v2b-board{display:contents}.wb-store .v2b-hero .v2b-board>*,.wb-store .v2b-hero>*{white-space:nowrap;z-index:1;margin:0;position:absolute}.wb-store .v2b-hero .v2b-bg{z-index:0;background-color:#0f0d2a;background-image:url(/images/pre_02product_bg.jpg);background-position:50%;background-repeat:no-repeat;background-size:auto 100%;inset:0}.wb-store .v2b-hero .v2b-live{left:calc(var(--gutter) + 271 * var(--s));top:calc(283 * var(--s));width:calc(500 * var(--s));height:calc(310 * var(--s))}.wb-store .v2b-hero .v2b-product-stack{left:calc(var(--gutter) + 914 * var(--s));top:calc(184 * var(--s));width:calc(760 * var(--s));height:calc(520 * var(--s))}.wb-store .v2b-hero .v2b-product-stack>*{width:100%;height:100%;position:absolute;inset:0}.wb-store .v2b-hero .v2b-oldprice{--od-top:210;--od-x1:89.57;--od-x2:144.07;--od-x3:198.07}.wb-store .v2b-hero .v2b-od{top:calc(var(--od-top) * var(--s));width:calc(56.86 * var(--s));height:calc(100 * var(--s));font-family:var(--font-roboto),"Roboto",system-ui,sans-serif;font-weight:500;font-size:calc(100 * var(--s));line-height:calc(100 * var(--s));letter-spacing:0;font-variant-numeric:tabular-nums;text-align:center;color:#484472;position:absolute;overflow:hidden}.wb-store .v2b-hero .v2b-od-1{left:calc(var(--od-x1) * var(--s))}.wb-store .v2b-hero .v2b-od-2{left:calc(var(--od-x2) * var(--s))}.wb-store .v2b-hero .v2b-od-3{left:calc(var(--od-x3) * var(--s))}.wb-store .v2b-hero .v2b-od-track{will-change:transform;display:block}.wb-store .v2b-hero .v2b-od-track>span{height:calc(100 * var(--s));display:block}.wb-store .v2b-hero .v2b-od-1 .v2b-od-track{--od-from:-700;animation:v2bReel .45s cubic-bezier(.16,1,.3,1) 50ms both}.wb-store .v2b-hero .v2b-od-2 .v2b-od-track{--od-from:-400;animation:v2bReel .55s cubic-bezier(.16,1,.3,1) 50ms both}.wb-store .v2b-hero .v2b-od-3 .v2b-od-track{--od-from:-100;animation:v2bReel .65s cubic-bezier(.16,1,.3,1) 50ms both}.wb-store .v2b-hero .v2b-oldline{left:calc(71 * var(--s));top:calc(261 * var(--s));width:calc(192 * var(--s));height:calc(4 * var(--s));transform-origin:0;background:#8756ff;animation:v2bStrike .25s cubic-bezier(.65,0,.35,1) .55s both;position:absolute}.wb-store .v2b-hero .v2b-price-sheen{pointer-events:none;mix-blend-mode:screen;overflow:hidden;-webkit-mask-image:url(/images/pre_02product_450mask.png);mask-image:url(/images/pre_02product_450mask.png);-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.wb-store .v2b-hero .v2b-price-sheen:before{content:"";width:14%;filter:blur(calc(1.5 * var(--s)));background:linear-gradient(100deg,#fff0,#c6d0ff73 35%,#fffffff2 50%,#c6d0ff73 65%,#fff0);animation:v2bSheen .9s cubic-bezier(.35,0,.25,1) 1.05s both;position:absolute;top:0;bottom:0;left:0}@media (prefers-reduced-motion:reduce){.wb-store .v2b-hero .v2b-od-track{transform:translateY(calc(-2000 * var(--s)));animation:none}.wb-store .v2b-hero .v2b-oldline{animation:none}.wb-store .v2b-hero .v2b-price-sheen:before{opacity:0;animation:none}}.wb-store .v2b-hero .v2b-eyebrow{left:calc(var(--gutter) + 282 * var(--s));top:calc(121 * var(--s));font-size:calc(24 * var(--s));color:#c8c8f0;font-weight:400}.wb-store .v2b-hero .v2b-h1{left:calc(var(--gutter) + 276 * var(--s));top:calc(160 * var(--s));font-size:calc(58 * var(--s));font-weight:700;font-family:var(--serif);line-height:1.18}.wb-store .v2b-hero .v2b-note{left:calc(var(--gutter) + 281 * var(--s));top:calc(235 * var(--s));font-size:calc(22 * var(--s));color:#e3e844;font-weight:300}.wb-store .v2b-hero .v2b-period{left:calc(var(--gutter) + 1153 * var(--s));top:calc(110 * var(--s));font-size:calc(25 * var(--s));color:#a17bff;font-weight:300}.wb-store .v2b-hero .v2b-h2{left:calc(var(--gutter) + 1051 * var(--s));top:calc(148 * var(--s));font-size:calc(52 * var(--s));font-weight:600;font-family:var(--serif);line-height:1.18}.wb-store .v2b-hero .v2b-bang{transform-origin:50% 100%;margin-left:calc(-3 * var(--s));display:inline-block;transform:skew(-12deg)}.wb-store .v2b-hero .v2b-live-title{left:calc(var(--gutter) + 293 * var(--s));top:calc(300 * var(--s));font-size:calc(18 * var(--s));font-weight:400;font-family:var(--serif)}.wb-store .v2b-hero .v2b-live-count{left:calc(var(--gutter) + 661 * var(--s));top:calc(303 * var(--s));font-size:calc(16 * var(--s));font-weight:400}@media (min-width:1024px){.wb-store .v2b-hero{margin-bottom:-66px;top:-66px}}@media (max-width:768px){.wb-store .v2b-hero{margin-bottom:-60px;top:-60px}}.wb-store .v2b-hero .v2b-feed{left:calc(var(--gutter) + 295 * var(--s));top:calc(346 * var(--s));width:calc(452 * var(--s));height:calc(232 * var(--s));overflow:hidden;-webkit-mask-image:linear-gradient(#000 0 85%,#0000 100%);mask-image:linear-gradient(#000 0 85%,#0000 100%)}.wb-store .v2b-hero .v2b-feed-track{column-gap:0;row-gap:calc(9 * var(--s));grid-template-columns:1fr 1fr;animation:feed-up 18s linear infinite;display:grid}.wb-store .v2b-hero .v2b-feed-row:nth-child(odd){justify-content:flex-start}.wb-store .v2b-hero .v2b-feed-row:nth-child(2n){justify-content:flex-end}.wb-store .v2b-hero .v2b-feed-row{justify-content:space-between;align-items:baseline;gap:calc(5 * var(--s));height:calc(28 * var(--s));font-size:calc(14 * var(--s));letter-spacing:-.02em;color:#ffffff9e;display:flex}.wb-store .v2b-hero .v2b-feed-row .mono{letter-spacing:-.02em}.wb-store .v2b-hero .v2b-feed-t{color:#fff6}.wb-store .v2b-hero .v2b-feed-q{color:#fff;font-weight:700}@media (prefers-reduced-motion:reduce){.wb-store .v2b-hero .v2b-feed-track{animation:none}}.wb-store .v2b-hero .v2b-cta-row{left:calc(var(--gutter) + 263 * var(--s));top:calc(617 * var(--s));align-items:center;gap:calc(10 * var(--s));display:flex}.wb-store .v2b-hero .v2b-cta{justify-content:center;align-items:center;gap:calc(8 * var(--s));height:calc(56 * var(--s));padding-inline:calc(28 * var(--s));font-size:calc(20 * var(--s));border-radius:calc(12 * var(--s));white-space:nowrap;cursor:pointer;color:#fff;box-shadow:0 calc(10 * var(--s)) calc(28 * var(--s)) #00000052;background:#4d4dce;border:1px solid #0000;font-weight:700;text-decoration:none;transition:background .15s;display:inline-flex}.wb-store .v2b-hero .v2b-cta.btn-shine:after{animation-delay:6.95s}.wb-store .v2b-hero .v2b-cta:hover{background:#4545b9}.wb-store .v2b-hero .v2b-cta:active{background:#3e3ea5}.wb-store .v2b-hero .v2-ico{width:calc(56 * var(--s));height:calc(56 * var(--s));border-radius:calc(14 * var(--s));color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff38;flex:none;justify-content:center;align-items:center;transition:border-color .15s,background .15s;display:inline-flex}.wb-store .v2b-hero .v2-ico:hover{background:#ffffff14;border-color:#ffffff73}@media (max-width:768px){.wb-store .v2b-hero{--bw:min(calc(100vw - 40px),520px);--bs:calc(var(--bw) / 500);--bh:calc(252 * var(--bs));--bsv:calc(var(--bh) / 310);flex-direction:column;align-items:center;height:auto;padding:96px 20px 32px;display:flex}.wb-store .v2b-hero .v2b-bg{background-position:50% 0;background-size:260%}.wb-store .v2b-hero .v2b-bg:after{content:"";pointer-events:none;background:linear-gradient(#0f0d2a6b 0 26%,#0f0d2a 62%);position:absolute;inset:0}.wb-store .v2b-hero>.v2b-board,.wb-store .v2b-hero>.v2b-cta-row,.wb-store .v2b-hero>.v2b-eyebrow,.wb-store .v2b-hero>.v2b-h1,.wb-store .v2b-hero>.v2b-note,.wb-store .v2b-hero>.v2b-period,.wb-store .v2b-hero>.v2b-product-stack{width:var(--bw);white-space:normal;position:relative;top:auto;left:auto;right:auto}.wb-store .v2b-hero .v2b-h2{display:none}.wb-store .v2b-hero .v2b-period{text-shadow:0 1px 10px #0a08228c;order:1;margin-bottom:6px;font-size:clamp(15px,4.3vw,19px);line-height:1.4}.wb-store .v2b-hero .v2b-eyebrow{z-index:2;padding-left:10px;padding-right:max(0px,calc(var(--bw) - 7.4em - 10px));margin-top:14px;margin-bottom:calc(20px - 223 * var(--bw) / 760);order:6;font-size:clamp(16px,4.6vw,20px);line-height:1.4;position:relative}.wb-store .v2b-hero[data-lang=en] .v2b-eyebrow,.wb-store .v2b-hero[data-lang=es] .v2b-eyebrow{padding-right:max(0px,calc(var(--bw) - 11em - 10px));text-shadow:0 1px 12px #0a0822b3;font-size:clamp(13px,3.7vw,16px)}.wb-store .v2b-hero .v2b-h1{text-shadow:0 2px 14px #0a082280;order:2;margin-bottom:8px;font-size:clamp(30px,10vw,48px);line-height:1.2}.wb-store .v2b-hero .v2b-note{text-shadow:0 1px 10px #0a08228c;order:3;margin-bottom:18px;font-size:clamp(13px,3.8vw,17px);line-height:1.45}.wb-store .v2b-hero .v2b-board{width:var(--bw);height:var(--bh);order:4;display:block;position:relative}.wb-store .v2b-hero .v2b-live{width:100%;height:100%;top:0;left:0}.wb-store .v2b-hero .v2b-live-title{left:calc(22 * var(--bs));top:calc(13 * var(--bsv));font-size:clamp(15px,calc(18 * var(--bs)),22px)}.wb-store .v2b-hero .v2b-live-count{left:auto;right:calc(24 * var(--bs));top:calc(16 * var(--bsv));font-size:clamp(14px,calc(16 * var(--bs)),20px)}.wb-store .v2b-hero .v2b-feed{left:calc(24 * var(--bs) + 15px);top:calc(63 * var(--bsv));width:calc(var(--bw) - 48 * var(--bs) - 15px);height:calc(232 * var(--bsv))}.wb-store .v2b-hero .v2b-feed-track{justify-content:stretch;align-items:baseline;column-gap:0;row-gap:clamp(9px,calc(12 * var(--bs)),16px);grid-template-columns:max-content max-content 1fr}.wb-store .v2b-hero .v2b-feed-row{font-size:clamp(15px,calc(16 * var(--bs)),20px);display:contents}.wb-store .v2b-hero .v2b-feed-row .mono:first-child{margin-right:50px}.wb-store .v2b-hero .v2b-feed-row,.wb-store .v2b-hero .v2b-feed-row .mono{letter-spacing:.03em}.wb-store .v2b-hero .v2b-feed-row .mono:first-child{letter-spacing:.05em}.wb-store .v2b-hero[data-lang=en] .v2b-feed-row .mono:first-child,.wb-store .v2b-hero[data-lang=es] .v2b-feed-row .mono:first-child,.wb-store .v2b-hero[data-lang=zh] .v2b-feed-row .mono:first-child{margin-right:20px}.wb-store .v2b-hero[data-lang=es] .v2b-feed-row{font-size:clamp(13px,calc(14 * var(--bs)),18px)}.wb-store .v2b-hero .v2b-feed-q{padding-right:clamp(0px,calc(var(--bw) - 335px),50px);justify-self:end}.wb-store .v2b-hero .v2b-cta-row{width:var(--bw);flex-wrap:wrap;order:5;gap:12px;margin-top:20px}.wb-store .v2b-hero .v2b-cta{border-radius:12px;flex:1 0 100%;gap:8px;height:56px;padding-inline:24px;font-size:17px;box-shadow:0 10px 28px #00000052}.wb-store .v2b-hero .v2-ico{border-radius:14px;width:56px;height:56px}.wb-store .v2b-hero .v2b-product-stack{--s:calc(var(--bw) / 760);order:7;margin-top:0}}@media (max-width:360px){.wb-store .v2b-hero .v2b-feed-row .mono:first-child{margin-right:30px}.wb-store .v2b-hero .v2b-feed-row{font-size:14px}.wb-store .v2b-hero[data-lang=en] .v2b-feed-row .mono:first-child,.wb-store .v2b-hero[data-lang=es] .v2b-feed-row .mono:first-child,.wb-store .v2b-hero[data-lang=zh] .v2b-feed-row .mono:first-child{margin-right:8px}.wb-store .v2b-hero[data-lang=en] .v2b-feed-row,.wb-store .v2b-hero[data-lang=zh] .v2b-feed-row{font-size:13px}.wb-store .v2b-hero[data-lang=es] .v2b-feed-row{font-size:12px}}@media (max-width:380px){.wb-store .v2b-hero{--bw:calc(100vw - 32px);padding-left:16px;padding-right:16px}}@keyframes v2bReel{0%{transform:translateY(calc(var(--od-from) * var(--s)))}to{transform:translateY(calc(-2000 * var(--s)))}}@keyframes v2bStrike{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes v2bSheen{0%{opacity:0;transform:translate(-130%)skew(-12deg)}15%{opacity:1}85%{opacity:1}to{opacity:0;transform:translate(340%)skew(-12deg)}}.wb-store .v2b-hero .v2b-feed-row .mono{font-family:Pretendard Variable,Pretendard,-apple-system,Apple SD Gothic Neo,sans-serif}@media (max-width:768px){.wb-store .v2b-hero .v2b-feed-q{padding-right:clamp(0px,calc(var(--bw) - 335px),50px)}}.wb-store .modal-card.easy{font-size:18px;line-height:1.7;gap:22px;padding:30px 30px 34px}.wb-store .modal-card.easy .field-input{font-size:18px;min-height:54px;padding:14px 16px;border-width:1.5px}.wb-store .modal-card.easy .field-input::placeholder{color:#8a8aa3}.wb-store .modal-card.easy .btn-main{min-height:56px;font-size:19px}.wb-store .modal-card.easy .btn-ghost{min-height:50px;font-size:17px}.wb-store .modal-card.easy .mstep-dot{width:32px;height:32px;font-size:15px}.wb-store .modal-card.easy .mstep-label{font-size:16px}.wb-store .modal-card.easy .mstep-label.cur{font-size:17px}.wb-store .modal-card.easy .note{font-size:16.5px;line-height:1.7}.wb-store .modal-card.easy input[type=checkbox]{width:24px;height:24px}@media (max-width:720px){.wb-store .modal-card.easy{padding:22px 18px 30px}.wb-store .modal-card.easy .mstep-label:not(.cur){display:none}}.wb-store .price-grid{grid-template-columns:1fr 1fr;gap:32px;display:grid}@media (max-width:720px){.wb-store .me-2col,.wb-store .price-grid,.wb-store .rl-grid{grid-template-columns:1fr}.wb-store .order-steps-h{display:none!important}.wb-store .order-steps-v{display:flex!important}}.wb-store .price-split{align-items:start;gap:28px;display:grid}.wb-store .price-notes{flex-direction:column;gap:20px;display:flex}@media (min-width:1280px){.wb-store .wb-lab .price-split{grid-template-columns:minmax(0,1fr) 420px}}.wb-store .dcent-split{align-items:start;gap:34px;display:grid}.wb-store .dcent-left,.wb-store .dcent-right{flex-direction:column;gap:12px;display:flex}@media (min-width:1024px){.wb-store .wb-lab .dcent-split{grid-template-columns:470px minmax(0,1fr)}}.wb-store .buy-split{align-items:center;gap:20px;display:grid}.wb-store .buy-cta,.wb-store .buy-price{flex-direction:column;gap:12px;display:flex}@media (min-width:720px){.wb-store .wb-lab .buy-split{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}.wb-store .buy-card,.wb-store .dcent-card{max-width:520px;margin:0 auto}.wb-store .wb-lab .buy-card,.wb-store .wb-lab .dcent-card{max-width:900px}@media (min-width:1280px){.wb-store .wb-lab .dcent-card{max-width:calc(100% - 448px);margin-left:0;margin-right:auto}}.wb-store .wb-lab .buy-split{align-items:stretch}.wb-store .wb-lab .buy-cta{justify-content:flex-end}.wb-store .wb-lab .buy-cta>*>.btn-main,.wb-store .wb-lab .buy-cta>.btn-main{flex:1}.wb-store .wb-lab .price-notes{border:1px solid var(--bd-card);background:#fff;border-radius:14px;gap:0;padding:6px 20px}@media (min-width:1280px){.wb-store .wb-lab .price-split{align-items:stretch}.wb-store .wb-lab .price-notes{height:100%}}.wb-store .wb-lab .buy-cta>*>.btn-main,.wb-store .wb-lab .buy-cta>.btn-main{flex:none;height:84px}.wb-store .buy-title{letter-spacing:-.6px;color:#333;text-align:center;font-family:Paperlogy,Pretendard Variable,Pretendard,sans-serif;font-size:30px;font-weight:700}.wb-store .buy-panel{background:#fff;border-radius:10px;flex-direction:column;padding:38px 34px 42px 40px;display:flex}@media (min-width:720px){.wb-store .buy-split{grid-template-columns:max-content minmax(280px,1fr);gap:30px}.wb-store .buy-cta{align-items:flex-end}}.wb-store .buy-price{flex-flow:wrap;align-items:baseline;gap:5px 14px}.wb-store .buy-was{flex:0 0 100%}.wb-store .buy-badge{color:#fff;background:#e05bb6;border-radius:6px;justify-content:center;align-self:flex-start;align-items:center;min-width:75.2px;height:32.5px;margin-bottom:17px;padding:0 10.3px;font-size:18.8px;font-weight:700;display:inline-flex}.wb-store .buy-was{color:#969696;font-size:21.6px}.wb-store .buy-badge,.wb-store .buy-now-num,.wb-store .buy-was s{font-family:var(--font-roboto),"Roboto",system-ui,sans-serif;font-variant-numeric:tabular-nums;letter-spacing:0}.wb-store .buy-was s{padding:0 8px 0 2px;font-weight:400}.wb-store .buy-now{align-items:baseline;gap:5px;line-height:1;display:flex}.wb-store .buy-now-num{letter-spacing:-2px;color:#1e1e5b;font-size:68px;font-weight:900;line-height:1}.wb-store .buy-now-unit{color:var(--ink-4);font-size:34px;font-weight:500}.wb-store .buy-alt{letter-spacing:-2px;color:#4d4dce;white-space:nowrap;flex-direction:row;align-items:baseline;gap:3px;font-size:34px;font-weight:700;display:inline-flex}.wb-store .buy-alt .mono{letter-spacing:-2px;margin-left:6px;font-family:inherit;font-weight:700}.wb-store .buy-alt-note{letter-spacing:0;color:#969696;font-size:15px;font-weight:400}.wb-store .buy-cta>*>.buy-btn,.wb-store .buy-cta>.buy-btn{border-radius:10px;flex:none;width:280px;max-width:100%;height:104px;font-size:25px;font-weight:700;transform:translateY(-4px)}.wb-store .buy-dash{border-top:1px dotted #c9c9dd;margin:30px 0 20px}.wb-store .buy-pay{color:#333;font-size:18px}.wb-store .buy-free:before,.wb-store .buy-pay:before{content:"· "}.wb-store .buy-free,.wb-store .buy-pay{text-indent:-.85em;padding-left:.85em}.wb-store .buy-free{color:#333;margin-top:10px;font-size:18px}@media (max-width:900px){.wb-store .buy-card{padding:32px 24px 28px!important}.wb-store .buy-panel{padding:20px 22px 24px}.wb-store .buy-title{font-size:23px}.wb-store .buy-now-num{font-size:54px}.wb-store .buy-now-unit{font-size:28px}.wb-store .buy-alt{white-space:normal;font-size:21px}.wb-store .buy-alt,.wb-store .buy-alt .mono{letter-spacing:0}.wb-store .buy-alt-note{margin-left:7px}.wb-store .buy-was{font-size:18px}.wb-store .buy-free,.wb-store .buy-pay{font-size:15.5px}.wb-store .buy-badge{min-width:70px;height:32px;font-size:18px}.wb-store .buy-cta>*>.buy-btn,.wb-store .buy-cta>.buy-btn{width:100%;height:72px;font-size:20px}}.wb-store .buy-body{align-items:stretch;gap:24px;display:grid}.wb-store .buy-side{flex-direction:column;gap:24px;display:flex}.wb-store .buy-panel{height:100%}.wb-store .buy-side>*{flex:1;grid-auto-rows:1fr}@media (min-width:1024px){.wb-store .buy-body{grid-template-columns:minmax(0,1fr) 430px}.wb-store .buy-body .buy-split{grid-template-columns:minmax(0,1fr);gap:18px}.wb-store .buy-body .buy-cta{align-items:stretch}.wb-store .buy-body .buy-cta>*>.buy-btn,.wb-store .buy-body .buy-cta>.buy-btn{width:100%;transform:none}}@media (min-width:1280px){.wb-store .price-split{align-items:start}.wb-store .price-split,.wb-store .wb-lab .price-split{grid-template-columns:minmax(0,1fr)}.wb-store .dcent-card,.wb-store .wb-lab .dcent-card{max-width:none;margin:0}}.wb-store .buy-card,.wb-store .wb-lab .buy-card{max-width:none}.wb-store .price-notes,.wb-store .wb-lab .price-notes{background:0 0;border:0;border-radius:0;gap:20px;height:auto;margin-bottom:20px;padding:0}.wb-store .price-notes .note-ico,.wb-store .wb-lab .price-notes .note-ico{display:none!important}.wb-store .dcent-num{font-family:var(--font-roboto),"Roboto",system-ui,sans-serif;font-variant-numeric:tabular-nums;letter-spacing:0}.wb-store .buy-side,.wb-store .buy-side>*,.wb-store .buy-side>*>*,.wb-store .price-notes,.wb-store .price-notes>*,.wb-store .price-notes>*>*{word-break:normal;overflow-wrap:anywhere;min-width:0}.wb-store .buy-card,.wb-store .buy-card *{min-width:0}.wb-store .buy-alt,.wb-store .buy-btn,.wb-store .buy-free,.wb-store .buy-pay,.wb-store .buy-title,.wb-store .buy-was{word-break:normal;overflow-wrap:anywhere}.wb-store .buy-alt{white-space:normal;flex-wrap:wrap}.wb-store .buy-alt .mono,.wb-store .buy-alt-note{white-space:nowrap}.wb-store #price{padding-bottom:40px}@media (max-width:720px){.wb-store #price{padding-bottom:18px}}.wb-store #how{padding-top:40px}@media (max-width:720px){.wb-store #how{padding-top:18px}}.wb-store .buy-lead{display:flex;align-items:flex-start;gap:35px}.wb-store .buy-cardart{flex:none}.wb-store .buy-cardart img{display:block;width:205px;height:auto;border-radius:8px}.wb-store .buy-main{display:flex;flex-direction:column;flex:1;min-width:0}.wb-store .buy-lead .buy-alt{display:flex;align-self:flex-start;margin-top:2px}.wb-store .buy-lead .buy-alt-note{margin-left:4px;position:relative;top:-2px}.wb-store .buy-lead .buy-cta{margin-top:22px}.wb-store .buy-lead .buy-cta>*>.buy-btn,.wb-store .buy-lead .buy-cta>.buy-btn{width:calc(100% - 10px);height:72px}@media (max-width:720px){.wb-store .buy-lead{display:grid;grid-template-columns:138px minmax(0,1fr);align-items:start;gap:4px 16px}.wb-store .buy-cardart{grid-area:1/1/span 2}.wb-store .buy-cardart img{width:100%;height:auto}.wb-store .buy-main{display:contents}.wb-store .buy-lead .buy-badge{grid-area:1/2;justify-self:start;margin-bottom:0}.wb-store .buy-lead .buy-price{grid-area:2/2}.wb-store .buy-lead .buy-cta{grid-area:3/1/auto/-1;margin-top:14px}.wb-store .buy-lead .buy-cta>*>.buy-btn,.wb-store .buy-lead .buy-cta>.buy-btn{width:100%}.wb-store .buy-lead .buy-now-num{font-size:44px}.wb-store .buy-lead .buy-now-unit{font-size:23px}.wb-store .buy-lead .buy-alt{font-size:18px}.wb-store .buy-lead .buy-was{font-size:17px}}@media (max-width:520px){.wb-store .buy-lead{grid-template-columns:minmax(0,1fr);gap:14px}.wb-store .buy-cardart{grid-area:auto;justify-self:start}.wb-store .buy-cardart img{width:138px}.wb-store .buy-lead .buy-badge,.wb-store .buy-lead .buy-cta,.wb-store .buy-lead .buy-price{grid-area:auto}}html[lang=ja] .wb-store :is(h1,h2,h3,h4,p,li,dt,dd),html[lang=zh] .wb-store :is(h1,h2,h3,h4,p,li,dt,dd){word-break:normal}.wb-store :where(section:not(.v2b-hero):not(.v2-hero)) :where(p,li,span,div,h1,h2,h3,h4,td,th,dt,dd){word-break:normal;overflow-wrap:anywhere;min-width:0}.wb-store .btn-shine{position:relative;overflow:hidden}.wb-store .btn-shine:after{content:"";pointer-events:none;background:linear-gradient(105deg,#0000 15%,#ffffff80 50%,#0000 85%);width:45%;animation:btn-shine-sweep 3.2s ease-in-out infinite;position:absolute;top:-4px;bottom:-4px;left:-70%;transform:skew(-18deg)}.wb-store .v2-hero{--w:min(100vw,1920px);--s:calc(var(--w) / 1920);--gutter:calc((100vw - var(--w)) / 2);height:calc(752 * var(--s));color:#fff;background:#1a0b3d;margin-bottom:-64px;padding:0;position:relative;top:-64px;overflow:hidden;container-type:inline-size}.wb-store .v2-hero .v2-bg{z-index:0;background-color:#0f0d2a;background-image:url(/images/pre_01product_bgre.jpg);background-position:50%;background-repeat:no-repeat;background-size:auto 100%;position:absolute;inset:0}.wb-store .v2-hero .v2-product{left:calc(var(--gutter) + 990 * var(--s));top:calc(208 * var(--s));width:calc(540 * var(--s));height:calc(485 * var(--s));object-fit:contain;z-index:1;pointer-events:none;transform-origin:50% 100%;position:absolute;transform:scale(.95);animation:v2ProductLift 1.05s cubic-bezier(.22,1,.36,1) both}.wb-store .v2-hero .v2-h1 .hero-line{padding-bottom:0}.wb-store .v2-hero .v2-reel-group{font-variant-numeric:tabular-nums;display:inline-flex}.wb-store .v2-hero .v2-reel{display:inline-block;position:relative}.wb-store .v2-hero .v2-reel-ghost{visibility:hidden}.wb-store .v2-hero .v2-reel-clip{position:absolute;inset:0;overflow:hidden}.wb-store .v2-hero .v2-reel-track{width:100%;transition-property:top;transition-timing-function:cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:0}.wb-store .v2-hero .v2-reel-track>span{display:block}.wb-store .v2-hero .v2-left{z-index:2;left:calc(var(--gutter) + 312 * var(--s));top:calc(144 * var(--s));flex-direction:column;align-items:flex-start;display:flex;position:absolute}.wb-store .v2-hero .v2-lockup{width:calc(290 * var(--s));aspect-ratio:532/75;background-color:#7172fe;-webkit-mask:url(/brand/logo_w_medium.svg) 50%/contain no-repeat;mask:url(/brand/logo_w_medium.svg) 50%/contain no-repeat}.wb-store .v2-hero .v2-h1{margin:calc(16 * var(--s)) 0 0;font-family:var(--serif);font-weight:400;font-size:calc(50 * var(--s));line-height:calc(59 * var(--s));letter-spacing:0;color:#fff;white-space:nowrap}.wb-store .v2-hero .v2-sub{margin:calc(12 * var(--s)) 0 0;font-weight:300;font-size:calc(20 * var(--s));color:#cac8f1;white-space:nowrap;line-height:1.5}.wb-store .v2-hero .v2-cta{white-space:nowrap;cursor:pointer;color:#fff;background:#4d4dce;border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:8px;height:56px;padding-inline:24px;font-size:20px;font-weight:700;text-decoration:none;transition:background .15s;display:inline-flex;box-shadow:0 10px 28px #00000052}.wb-store .v2-hero .v2-cta:hover{background:#4545b9}.wb-store .v2-hero .v2-cta:active{background:#3e3ea5}.wb-store .v2-hero .v2-cta-row{margin-top:calc(23 * var(--s));align-self:flex-start;align-items:center;gap:12px;display:flex}.wb-store .v2-hero .v2-ico{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff38;border-radius:14px;flex:none;justify-content:center;align-items:center;width:56px;height:56px;transition:border-color .15s,background .15s;display:inline-flex}.wb-store .v2-hero .v2-ico:hover{background:#ffffff14;border-color:#ffffff73}.wb-store .v2-hero .v2-right{z-index:2;top:calc(109 * var(--s));right:calc(var(--gutter) + 468 * var(--s));width:max-content;position:absolute}.wb-store .v2-hero .v2-r1,.wb-store .v2-hero .v2-r2{white-space:nowrap;justify-content:space-between;align-items:baseline;display:flex}.wb-store .v2-hero .v2-r2{margin-top:calc(32 * var(--s));gap:calc(20 * var(--s))}.wb-store .v2-hero .v2-r1{top:calc(3 * var(--s));gap:calc(21 * var(--s));position:absolute;left:0;right:0}.wb-store .v2-hero[data-lang=en] .v2-right,.wb-store .v2-hero[data-lang=zh] .v2-right{right:auto;left:calc(var(--gutter) + 1267 * var(--s));transform:translate(-50%)}.wb-store .v2-hero[data-lang=en] .v2-r1,.wb-store .v2-hero[data-lang=zh] .v2-r1{justify-content:flex-end}.wb-store .v2-hero .v2-label{font-weight:400;font-size:calc(26 * var(--s));color:#e3e844;line-height:normal}.wb-store .v2-hero .v2-clock{font-family:var(--serif);font-weight:300;font-size:calc(28 * var(--s));letter-spacing:0;color:#fff;font-variant-numeric:tabular-nums;line-height:normal}.wb-store .v2-hero .v2-big-label{font-size:calc(62 * var(--s))}.wb-store .v2-hero .v2-big-dday,.wb-store .v2-hero .v2-big-label{font-family:var(--serif);font-weight:700;color:#fff;line-height:normal}.wb-store .v2-hero .v2-big-dday{font-size:calc(70 * var(--s));top:calc(2 * var(--s));position:relative}.wb-store .v2-hero[data-variant=p03] .v2-bg{background-image:url(/images/pre_03product_bg.jpg)}.wb-store .v2b-hero[data-variant=p05] .v2b-product-stack{width:calc(885 * var(--s));height:calc(472 * var(--s))}.wb-store .v2b-hero[data-variant=p05] .v2b-oldprice{--od-top:187}.wb-store .v2b-hero[data-variant=p05] .v2b-oldline{top:calc(238 * var(--s))}.wb-store .v2b-hero[data-variant=p05] .v2b-price-sheen{-webkit-mask-image:url(/images/pre_05product_450mask.png);mask-image:url(/images/pre_05product_450mask.png)}.wb-store .v2b-hero .v2b-cta:disabled{color:var(--cap);cursor:not-allowed;box-shadow:none;background:#d8d8e0}.wb-store .v2b-hero[data-variant=p04] .v2b-cta:disabled{color:#ffffff1a;background:#231452;border-color:#ffffff0d}.wb-store .v2b-hero .v2b-cta-icons{display:contents}@media (prefers-reduced-motion:reduce){.wb-store .btn-shine:after{animation:none;display:none}.wb-store .v2-hero .hero-cta,.wb-store .v2-hero .hero-lift,.wb-store .v2-hero .hero-line-inner,.wb-store .v2-hero .v2-product{animation:none}.wb-store .v2-hero .v2-reel-track{transition:none}}@media (min-width:1024px){.wb-store .v2-hero{margin-bottom:-66px;top:-66px}}@media (max-width:768px){.wb-store .v2-hero{margin-bottom:-60px;top:-60px}.wb-store .v2-hero .v2-bg:after{content:"";pointer-events:none;background:#0f0d2a61;position:absolute;inset:0}.wb-store .v2b-hero>.v2b-product-flat{width:var(--bw);white-space:normal;position:relative;top:auto;left:auto;right:auto}.wb-store .v2b-hero[data-variant=p04] .v2b-notice{display:none}.wb-store .v2b-hero[data-variant=p04] .v2b-period{font-size:18px}.wb-store .v2b-hero[data-variant=p04] .v2b-h1{font-size:48px}.wb-store .v2b-hero[data-variant=p04][data-lang=ko] .v2b-h1{font-size:46px}.wb-store .v2b-hero[data-variant=p04][data-lang=en] .v2b-h1,.wb-store .v2b-hero[data-variant=p04][data-lang=es] .v2b-h1{font-size:43px}.wb-store .v2b-hero[data-variant=p04] .v2b-note{font-size:17px}.wb-store .v2b-hero[data-variant=p04] .v2b-cta,.wb-store .v2b-hero[data-variant=p05] .v2b-cta{border-radius:10.8px;height:53.4px;padding-inline:21.6px;font-size:17.3px}.wb-store .v2b-hero[data-variant=p04] .v2b-cta-row,.wb-store .v2b-hero[data-variant=p05] .v2b-cta-row{row-gap:17px;margin-top:0}.wb-store .v2b-hero[data-variant=p04] .v2-ico,.wb-store .v2b-hero[data-variant=p05] .v2-ico{border-radius:13.3px;width:53.2px;height:53.2px}.wb-store .v2b-hero[data-variant=p04] .v2b-eyebrow,.wb-store .v2b-hero[data-variant=p05] .v2b-eyebrow{margin-top:36.8px}.wb-store .v2b-hero[data-variant=p05] .v2b-product-stack{--s:calc(var(--bw) / 885);margin-top:8px}.wb-store .v2b-hero[data-variant=p05] .v2b-eyebrow{margin-bottom:calc(12px - 200 * var(--bw) / 885)}}@media (min-width:721px){.wb-store .v2-hero[data-variant=p03] .v2-product{left:calc(var(--gutter) + 863 * var(--s));top:calc(210 * var(--s));width:calc(790 * var(--s));height:calc(485 * var(--s))}.wb-store .v2-hero[data-variant=p03] .v2-sub{font-size:calc(21 * var(--s))}.wb-store .v2-hero[data-variant=p03] .v2-label{font-size:calc(23 * var(--s))}.wb-store .v2-hero[data-variant=p03] .v2-right{top:calc(114 * var(--s));right:calc(var(--gutter) + 478 * var(--s))}.wb-store .v2-hero[data-variant=p03] .v2-r1{left:auto;right:calc(13 * var(--s));width:max-content}.wb-store .v2-hero[data-variant=p06] .v2-right{right:calc(var(--gutter) + 482 * var(--s));top:calc(110 * var(--s))}.wb-store .v2-hero[data-variant=p06] .v2-r1,.wb-store .v2-hero[data-variant=p06] .v2-r2{justify-content:center}.wb-store .v2-hero[data-variant=p06] .v2-label{font-size:calc(25 * var(--s));color:#a17bff}.wb-store .v2-hero[data-variant=p06] .v2-big-label{font-size:calc(65 * var(--s))}.wb-store .v2-hero[data-variant=p06] .v2-note{margin:calc(20 * var(--s)) 0 0;font-weight:400;font-size:calc(17 * var(--s));color:#cac8f1;line-height:1.5}.wb-store .v2-hero[data-variant=p06] .v2-product{left:calc(var(--gutter) + 875 * var(--s));top:calc(199 * var(--s));width:calc(790 * var(--s));height:calc(485 * var(--s))}.wb-store .v2-hero[data-variant=p06] .v2-bub-2{left:calc(var(--gutter) + 1573.7 * var(--s));top:calc(136.14 * var(--s))}.wb-store .v2b-hero[data-variant=p04] .v2b-eyebrow{top:calc(118 * var(--s))}.wb-store .v2b-hero[data-variant=p04] .v2b-h1{top:calc(155 * var(--s));font-size:calc(60 * var(--s))}.wb-store .v2b-hero[data-variant=p04] .v2b-note{top:calc(233 * var(--s));font-size:calc(24 * var(--s))}.wb-store .v2b-hero[data-variant=p05] .v2b-eyebrow{left:calc(var(--gutter) + 280 * var(--s));top:calc(168 * var(--s))}.wb-store .v2b-hero[data-variant=p05] .v2b-h1{top:calc(210 * var(--s));font-size:calc(60 * var(--s))}.wb-store .v2b-hero[data-variant=p05] .v2b-note{top:calc(288 * var(--s));font-size:calc(23 * var(--s))}.wb-store .v2b-hero[data-variant=p05] .v2b-h2,.wb-store .v2b-hero[data-variant=p05] .v2b-period{left:calc(var(--gutter) + 955.5 * var(--s));width:calc(600 * var(--s));text-align:center;right:auto}.wb-store .v2b-hero[data-variant=p04] .v2b-h2,.wb-store .v2b-hero[data-variant=p04] .v2b-period{left:calc(var(--gutter) + 927.5 * var(--s));width:calc(600 * var(--s));text-align:center;right:auto}.wb-store .v2b-hero[data-variant=p04] .v2b-period{top:calc(113 * var(--s))}.wb-store .v2b-hero[data-variant=p04] .v2b-h2{top:calc(151 * var(--s))}.wb-store .v2b-hero[data-variant]:not([data-lang=ko]) .v2b-h2,.wb-store .v2b-hero[data-variant]:not([data-lang=ko]) .v2b-period{width:calc(600 * var(--s));text-align:center;right:auto}.wb-store .v2b-hero[data-variant=p02]:not([data-lang=ko]) .v2b-period{left:calc(var(--gutter) + 1004 * var(--s))}.wb-store .v2b-hero[data-variant=p02]:not([data-lang=ko]) .v2b-h2{left:calc(var(--gutter) + 989 * var(--s))}.wb-store .v2b-hero[data-variant=p04]:not([data-lang=ko]) .v2b-h2,.wb-store .v2b-hero[data-variant=p04]:not([data-lang=ko]) .v2b-period,.wb-store .v2b-hero[data-variant=p05]:not([data-lang=ko]) .v2b-period{left:calc(var(--gutter) + 927.5 * var(--s))}.wb-store .v2b-hero[data-variant=p05]:not([data-lang=ko]) .v2b-h2{left:calc(var(--gutter) + 955.5 * var(--s));font-size:calc(52 * var(--s))}.wb-store .v2b-hero[data-variant=p04][data-lang=en] .v2b-h1,.wb-store .v2b-hero[data-variant=p04][data-lang=es] .v2b-h1{white-space:normal;width:calc(620 * var(--s))}.wb-store .v2b-hero[data-variant=p04][data-lang=en] .v2b-note,.wb-store .v2b-hero[data-variant=p04][data-lang=es] .v2b-note{top:calc(304 * var(--s))}.wb-store .v2b-hero[data-variant=p04][data-lang=en] .v2b-notice,.wb-store .v2b-hero[data-variant=p04][data-lang=es] .v2b-notice{top:calc(357 * var(--s))}.wb-store .v2b-hero[data-variant=p04][data-lang=en] .v2b-cta-row,.wb-store .v2b-hero[data-variant=p04][data-lang=es] .v2b-cta-row{top:calc(613 * var(--s))}.wb-store .v2b-hero[data-variant=p05] .v2b-product-stack{left:calc(var(--gutter) + 764 * var(--s));top:calc(203 * var(--s))}.wb-store .v2b-hero[data-variant=p04] .v2b-notice{left:calc(var(--gutter) + 277 * var(--s));top:calc(286 * var(--s));width:calc(500 * var(--s));height:calc(226 * var(--s));z-index:1;background:url(/images/pre_04product_box.png) 50%/100% 100% no-repeat}.wb-store .v2b-hero[data-variant=p04] .v2b-notice-h{left:calc(27 * var(--s));top:calc(19 * var(--s));font-family:var(--serif);font-weight:400;font-size:calc(20 * var(--s));color:#fff;line-height:normal;position:absolute}.wb-store .v2b-hero[data-variant=p04] .v2b-notice-p{left:calc(37 * var(--s));top:calc(79 * var(--s));width:calc(430 * var(--s));font-weight:300;font-size:calc(21 * var(--s));line-height:calc(33 * var(--s));color:#fff;white-space:normal;position:absolute}.wb-store .v2b-hero[data-variant=p04] .v2b-notice-p2{top:calc(160 * var(--s))}.wb-store .v2b-hero[data-variant=p04] .v2b-cta-row{left:calc(var(--gutter) + 276 * var(--s));top:calc(542 * var(--s))}.wb-store .v2b-hero[data-variant=p04] .v2b-cta,.wb-store .v2b-hero[data-variant=p05] .v2b-cta{height:calc(64 * var(--s))}.wb-store .v2b-hero[data-variant=p05] .v2b-cta-row{left:calc(var(--gutter) + 276 * var(--s));top:calc(347 * var(--s));align-items:flex-start;gap:calc(19 * var(--s));flex-direction:column}.wb-store .v2b-hero[data-variant=p05] .v2b-cta-icons{align-items:center;gap:calc(10 * var(--s));display:flex}}@media (max-width:720px){.wb-store .v2-hero{flex-direction:column;justify-content:flex-start;height:auto;min-height:560px;padding:96px 20px 0;display:flex}.wb-store .v2-hero .v2-bg{background-position:62% 22%}.wb-store .v2-hero .v2-left,.wb-store .v2-hero .v2-r1,.wb-store .v2-hero .v2-r2,.wb-store .v2-hero .v2-right{width:auto;position:static;top:auto;left:auto;right:auto}.wb-store .v2-hero .v2-right{order:1}.wb-store .v2-hero .v2-r2{margin-top:2px}.wb-store .v2-hero .v2-r1,.wb-store .v2-hero .v2-r2{justify-content:flex-start;gap:12px}.wb-store .v2-hero .v2-left{order:3;margin-top:12px}.wb-store .v2-hero .v2-bub-2,.wb-store .v2-hero .v2-bub-3,.wb-store .v2-hero .v2-h1,.wb-store .v2-hero .v2-lockup,.wb-store .v2-hero[data-variant=p06] .v2-sub{display:none}.wb-store .v2-hero .v2-label{font-size:18px}.wb-store .v2-hero .v2-clock{font-size:26px}.wb-store .v2-hero .v2-big-label,.wb-store .v2-hero[data-variant=p03][data-lang=en] .v2-big-label,.wb-store .v2-hero[data-variant=p06][data-lang=en] .v2-big-label{font-size:50px}.wb-store .v2-hero .v2-big-dday,.wb-store .v2-hero[data-variant=p03][data-lang=en] .v2-big-dday{font-size:54px}.wb-store .v2-hero .v2-sub{white-space:normal;margin-top:0;font-size:15px}.wb-store .v2-hero .v2-cta-row{gap:14px;margin-top:18px}.wb-store .v2-hero .v2-ico{border-radius:14px;width:56px;height:56px}.wb-store .v2-hero[data-lang=en] .v2-right,.wb-store .v2-hero[data-lang=zh] .v2-right{position:static;left:auto;right:auto;transform:none}.wb-store .v2-hero[data-lang=en] .v2-r1,.wb-store .v2-hero[data-lang=en] .v2-r2,.wb-store .v2-hero[data-lang=zh] .v2-r1,.wb-store .v2-hero[data-lang=zh] .v2-r2{justify-content:flex-start}.wb-store .v2-hero .v2-r1,.wb-store .v2-hero .v2-r2{white-space:normal;flex-wrap:wrap}.wb-store .v2-hero[data-lang=en] .v2-label{font-size:15px}.wb-store .v2-hero[data-lang=en] .v2-clock{font-size:22px}.wb-store .v2-hero[data-lang=en] .v2-big-label{font-size:34px}.wb-store .v2-hero[data-lang=en] .v2-big-dday{font-size:38px}.wb-store .v2-hero .v2-product{order:4;width:138%;height:auto;margin:2px -38% 0 0;position:relative;top:auto;left:auto}.wb-store .v2-hero[data-variant=p03] .v2-product{width:124.45%;margin:-9px -24.45% 0 0}.wb-store .v2-hero[data-variant=p06] .v2-label{color:#a17bff}.wb-store .v2-hero[data-variant=p06] .v2-left{margin-top:4px}.wb-store .v2-hero[data-variant=p06] .v2-note{color:#cac8f1;margin:18px 0 0;order:-1;margin:0;font-size:15px;font-weight:300;line-height:1.5}.wb-store .v2-hero[data-variant=p06] .v2-product{width:118.318%;margin:-13px -18.318% 0 0}.wb-store .v2-hero .v2-bub-1{width:71px;height:90px;top:84px;left:auto;right:14px}.wb-store .v2-hero .v2-bub-4{width:47px;height:59px;top:200px;left:auto;right:60px}.wb-store .v2-hero .v2-bub-1 span{font-size:12px}.wb-store .v2-hero .v2-bub-4 span{font-size:9px}}@media (max-width:380px){.wb-store .v2-hero .v2-big-label,.wb-store .v2-hero[data-variant=p03][data-lang=en] .v2-big-label{font-size:42px}.wb-store .v2-hero .v2-big-dday,.wb-store .v2-hero[data-variant=p03][data-lang=en] .v2-big-dday{font-size:46px}.wb-store .v2-hero .v2-label{font-size:16px}.wb-store .v2-hero .v2-clock{font-size:22px}}@media (min-width:769px){.wb-store .v2b-hero:not([data-lang=ko]) .v2b-h2{font-size:calc(42 * var(--s))}.wb-store .v2b-hero:not([data-lang=ko]) .v2b-h2,.wb-store .v2b-hero:not([data-lang=ko]) .v2b-period{left:auto;right:calc(var(--gutter) + 20 * var(--s));text-align:right}}