@charset "UTF-8";html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:""}table{border-collapse:collapse;border-spacing:0}*,*:before,*:after{box-sizing:border-box}a{text-decoration:none;color:inherit}button{border:none;background:none;cursor:pointer;font:inherit}html{font-size:16px}body{min-height:100vh;font-family:Google Sans Flex,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#004e5a;background-color:#fff;overflow-x:hidden}input,button,textarea,select{font:inherit}img{display:block;max-width:100%}#root{min-height:100vh}::selection{background:#0aa5a5;color:#fff}.main-layout{width:100%;min-height:100vh;padding:0}.main-layout__inner{width:100%;min-height:100vh;padding:0 16px}@media(min-width:768px){.main-layout__inner{padding:0 24px}}@media(min-width:1024px){.main-layout__inner{max-width:1280px;margin:0 auto;padding:0 32px}}.header{--mobile-header-height: 76px;--mobile-bottom-nav-height: 95px;width:100%;background:#fff;position:sticky;top:0;z-index:103;border-bottom:1px solid rgba(0,0,0,.06);box-sizing:border-box}.header__nav,.header__top{width:100%;box-sizing:border-box}.header__top{display:flex;align-items:center;justify-content:space-between;flex-direction:row;height:var(--mobile-header-height);padding:0 20px}.header__mobile-back{display:flex;justify-content:center;align-items:center;width:34px;height:34px;padding:0;border:0;background:transparent;cursor:pointer}.header__mobile-back img{width:9px;height:17px}.header__logo{display:none;flex:0 0 auto;margin:0}.header__logo--mobile{display:block}.header__logo a{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;gap:10px}.header__logo-icon{display:block;width:34px;height:34px}.header__logo-full,.header__right,.header__nav{display:none}.header__mobile-user{display:flex;justify-content:center;align-items:center;width:28px;height:28px;padding:0;border:0;background:transparent;cursor:pointer}.header__mobile-user img{width:100%;height:100%;object-fit:contain}.header__search{position:relative}.header__search-panel{position:absolute;top:calc(100% + 14px);right:0;width:min(368px,100vw - 34px);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px);transition:opacity .15s ease,transform .15s ease,visibility .15s ease;z-index:102}.header__search-sheet{position:relative;padding:12px 16px 15px;background:#fff;border-radius:18px;box-shadow:0 18px 40px #0000001f}.header__search.is-open .header__search-panel{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.header__search-form{display:flex;flex-direction:column;gap:14px}.header__search-input-wrap{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;gap:6px;height:36px;padding:0 8px;border-bottom:2px solid #0aa5a5}.header__search-input-wrap input{width:100%;border:0;background:transparent;color:#004e5a;font-size:11px;outline:none}.header__search-input-wrap input::placeholder{color:#00000061}.header__search-icon-button{display:flex;justify-content:center;align-items:center;width:18px;height:18px;padding:0;border:0;background:transparent;cursor:pointer;flex:0 0 auto}.header__search-icon{width:16px;height:16px;display:block}.header__search-suggestions{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.header__search-suggestion{padding:0;border:0;background:transparent;color:#00000061;font-size:11px;line-height:1.3;text-align:left;cursor:pointer;transition:color .15s ease}.header__search-suggestion:hover{color:#0aa5a5}.header__search-submit{display:flex;justify-content:center;align-items:center;width:100%;height:33px;border:0;border-radius:8px;background:#0aa5a5;color:#fff;font-size:11px;font-weight:700;cursor:pointer}.header__search--mobile{display:none}.header__search--mobile .header__search-panel{position:fixed;left:0;right:0;bottom:var(--mobile-bottom-nav-height);width:100%;transform:translateY(8px)}.header__search--mobile .header__search-sheet{width:100%;margin:0;padding:14px 16px 16px;border-radius:18px 18px 0 0;box-shadow:0 -12px 28px #0000001f}.header__search--mobile .header__search-form{gap:12px}.header__search--mobile .header__search-input-wrap{height:36px;padding:0 12px}.header__search--mobile .header__search-submit{display:flex}.header__search-backdrop{display:none}.mobile-menu{position:fixed;top:var(--mobile-header-height);right:0;left:0;bottom:var(--mobile-bottom-nav-height);background:#fff;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(10px);transition:opacity .15s ease,transform .15s ease,visibility .15s ease;overflow-y:auto}.mobile-menu.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.mobile-menu__tabs{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:4px;margin:14px 16px 0;padding:4px;border:1px solid rgba(0,0,0,.1);border-radius:999px;background:#fff}.mobile-menu__tab{flex:1;min-width:0;height:40px;border:0;border-radius:999px;background:transparent;color:#0000009e;font-size:14px;font-weight:700;cursor:pointer;transition:background-color .15s ease,color .15s ease}.mobile-menu__tab.is-active{background:#0000000f;color:#004e5a}.mobile-menu__content{padding:26px 20px 40px}.mobile-menu__section+.mobile-menu__section{margin-top:34px}.mobile-menu__section-button{display:flex;align-items:center;justify-content:space-between;flex-direction:row;width:100%;padding:0;border:0;background:transparent;color:#004e5a;font-size:24px;font-weight:700;line-height:1.2;text-align:left;cursor:pointer}.mobile-menu__chevron{width:18px;height:18px;transform:rotate(0);transition:transform .15s ease}.mobile-menu__chevron.is-open{transform:rotate(180deg)}.mobile-menu__list{margin-top:14px}.mobile-menu__list-item+.mobile-menu__list-item{margin-top:14px}.mobile-menu__list-item a{color:#000000b3;font-size:16px;font-weight:500;line-height:1.45;text-decoration:none}.mobile-menu__list--brand-text .mobile-menu__list-item a{color:#004e5a;font-weight:600}.mobile-menu__cta{padding-top:10px}.mobile-menu__cta-title{color:#004e5a;font-size:24px;font-weight:700;line-height:1.2}.mobile-menu__cta-text{margin-top:12px;color:#000000a6;font-size:15px;line-height:1.5}.mobile-menu__cta-link{display:flex;justify-content:center;align-items:center;width:100%;height:48px;margin-top:20px;border-radius:14px;background:#0aa5a5;color:#fff;font-size:15px;font-weight:700;text-decoration:none}body.mobile-menu-open{overflow:hidden}@media(min-width:768px){.header{--mobile-header-height: 84px}.header__top{padding:0 24px}.header__mobile-user{width:32px;height:32px}.mobile-menu__tabs{max-width:680px;margin-right:24px;margin-left:24px}.mobile-menu__content{padding-right:24px;padding-left:24px}}@media(min-width:1024px){.header{position:relative;border-bottom:1px solid rgba(0,0,0,.08)}.header__mobile-back,.header__logo--mobile{display:none}.header__logo--desktop{display:block}.header__logo-icon{display:none}.header__logo-full{display:block;width:146px;height:auto}.header__top{max-width:1280px;height:86px;margin:0 auto;padding:0 18px}.header__right{align-items:center;justify-content:flex-end;flex-direction:row;gap:22px;display:flex}.header__mobile-user,.mobile-menu{display:none}.header__icons{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;gap:24px}.header__search--mobile{display:none}.header__icon-btn{display:flex;justify-content:center;align-items:center;width:26px;height:26px;padding:0;border:0;background:transparent;cursor:pointer}.header__icon-btn img{width:100%;height:100%;object-fit:contain}.header__search-panel{position:fixed;top:86px;left:0;width:100%;transform:translateY(-6px);background:#fff;border-top:1px solid rgba(0,0,0,.05);box-shadow:0 14px 30px #00000012}.header__search-sheet{max-width:1280px;margin:0 auto;padding:34px 18px 40px;border-radius:0;box-shadow:none;display:flex;align-items:center;justify-content:center;flex-direction:row}.header__search-form{gap:10px;width:652px}.header__search-input-wrap{height:64px;gap:10px;padding:0 4px}.header__search-input-wrap input{font-size:18px}.header__search-icon-button,.header__search-icon{width:24px;height:24px}.header__search-suggestions{gap:8px;padding-left:34px}.header__search-suggestion{font-size:15px;color:#00000080}.header__search-submit,.header__search-backdrop{display:none}.header__auth{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;gap:8px;flex:0 0 auto}.header__auth button{min-width:78px;height:34px;padding:0 16px;border:0;border-radius:10px;background:#0aa5a5;color:#fff;font-size:14px;font-weight:700;cursor:pointer;white-space:nowrap}.header__nav{display:block;position:relative;border-top:1px solid rgba(0,0,0,.04)}.gnb{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:220px;max-width:1280px;height:54px;margin:0 auto;padding:0 18px}.gnb__item{display:flex;justify-content:center;align-items:center;height:100%}.gnb__button,.gnb__link{display:flex;justify-content:center;align-items:center;position:relative;height:100%;padding:0 6px;border:0;background:transparent;color:#0aa5a5;font-size:15px;font-weight:700;line-height:1;white-space:nowrap;cursor:pointer;text-decoration:none}.gnb__button:after,.gnb__link:after{content:"";position:absolute;left:50%;bottom:-1px;width:0;height:2px;background:#0aa5a5;transform:translate(-50%);transition:width .15s ease}.gnb__item.is-open .gnb__button:after,.gnb__item.is-open .gnb__link:after{width:calc(100% + 18px)}.gnb__item.is-open .dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.dropdown{position:absolute;top:calc(100% + 1px);left:0;width:100%;background:#fff;border-top:1px solid rgba(0,0,0,.05);box-shadow:0 14px 30px #00000012;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-6px);transition:opacity .15s ease,transform .15s ease,visibility .15s ease}.dropdown__panel{max-width:1280px;margin:0 auto;padding:42px 18px 56px}.dropdown__inner{display:grid}.dropdown__inner--category{grid-template-columns:repeat(4,minmax(0,1fr));column-gap:24px}.dropdown__inner--brand{grid-template-columns:repeat(3,minmax(0,1fr));column-gap:28px}.dropdown__column{text-align:center}.dropdown__title{display:flex;justify-content:center;align-items:center;min-height:88px;padding:0 24px;border:2px solid rgba(0,0,0,.12);border-radius:14px;color:#004e5a;font-size:22px;font-weight:700;background:#fff}.dropdown__list{margin-top:34px}.dropdown__list-item+.dropdown__list-item{margin-top:28px}.dropdown__list-item a{color:#004e5a;font-size:20px;font-weight:600;line-height:1.25;text-decoration:none;transition:color .15s ease}.dropdown__list-item a:hover{color:#0aa5a5}.dropdown__brand-item a{display:inline-flex}}.header__search-form--modal{display:flex;flex-direction:column;gap:20px}.header__search-input-wrap--modal{min-height:48px;padding:0 0 10px}.header__search-suggestions--modal{display:flex;flex-direction:column;align-items:flex-start;gap:14px}.header__search-submit--modal{width:100%}.modal-overlay{position:fixed;inset:0;background-color:#0000004d;z-index:9999;display:flex;justify-content:center;align-items:flex-end}.modal-overlay--fullscreen{align-items:stretch}.modal{width:100vw;background:#fff;border-radius:16px 16px 0 0;padding:16px;max-width:1024px}.modal__title{font-size:16px;font-weight:700;margin-bottom:16px;text-align:center}.modal--fullscreen{width:100vw;height:100dvh;max-width:none;border-radius:0;display:flex;flex-direction:column;overflow:hidden}.footer{background:#005b66;color:#f5f5f5bd;width:100%}.footer__desktop{display:none}.footer__mobile{padding:48px 32px 148px}.footer__mobile-section+.footer__mobile-section{margin-top:18px}.footer__title{color:#ffffffdb;font-size:14px;font-weight:700;line-height:1.4}.footer__mobile-inline-links,.footer__mobile-company{margin-top:8px}.footer__mobile-inline-links{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;column-gap:16px;flex-wrap:wrap;row-gap:4px}.footer__mobile-inline-links p{font-size:11px;line-height:1.45}.footer__mobile-company p{font-size:11px;line-height:1.5}.footer__support{color:#fff;text-decoration:none}.footer__support--mobile{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;gap:22px;margin-top:24px}.footer__support-number{color:#ffffffd6;font-size:17px;font-weight:700;line-height:1}.footer__support-link{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;gap:10px}.footer__support-link span{color:#f5f5f5bd;font-size:11px;font-weight:600;line-height:1.4}.footer__support-link img{display:block;height:10px;width:10px}.footer__mobile-copy{margin-top:26px}.footer__mobile-copy p{font-size:10px;line-height:1.45}.footer__social{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;gap:16px}.footer__social--mobile{margin-top:28px}.footer__social-link{display:flex;justify-content:center;align-items:center;background:#fffffff2;border-radius:50%;height:54px;width:54px}.footer__social-link img{display:block;height:28px;width:28px}.footer__mobile-nav{display:flex;align-items:center;justify-content:space-between;flex-direction:row;position:fixed;right:0;bottom:0;left:0;z-index:101;background:#fffffffa;border-top:1px solid rgba(0,0,0,.08);height:95px;width:100%;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.footer__mobile-search{position:fixed;right:0;bottom:var(--mobile-bottom-nav-height, 95px);left:0;z-index:102;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(10px);transition:opacity .15s ease,transform .15s ease,visibility .15s ease}.footer__mobile-search.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.footer__mobile-search-sheet{padding:20px 16px 22px;background:#fff;border-radius:18px 18px 0 0;box-shadow:0 -12px 28px #0000001f}.footer__mobile-search-form{display:flex;flex-direction:column;gap:18px}.footer__mobile-search-input-wrap{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;gap:10px;min-height:42px;padding:0 12px;border-bottom:2px solid #0aa5a5}.footer__mobile-search-input-wrap input{width:100%;border:0;background:transparent;color:#004e5a;font-size:11px;outline:none}.footer__mobile-search-input-wrap input::placeholder{color:#00000061}.footer__mobile-search-icon-button{display:flex;justify-content:center;align-items:center;width:18px;height:18px;padding:0;border:0;background:transparent;cursor:pointer;flex:0 0 auto}.footer__mobile-search-icon{display:block;width:16px;height:16px}.footer__mobile-search-suggestions{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.footer__mobile-search-suggestion{padding:0;border:0;background:transparent;color:#00000061;font-size:11px;line-height:1.5;text-align:left}.footer__mobile-search-submit{display:flex;justify-content:center;align-items:center;width:100%;height:40px;border:0;border-radius:8px;background:#0aa5a5;color:#fff;font-size:11px;font-weight:700}.footer__mobile-link{display:flex;justify-content:center;align-items:center;flex:1;height:100%;border:0;background:transparent}.footer__mobile-link img{display:block;height:25px;width:25px}.footer__mobile-link--menu{cursor:pointer}@media(min-width:768px){.footer__mobile-search-sheet{padding:24px 24px 26px}.footer__mobile-search-form{gap:20px}.footer__mobile-search-input-wrap{min-height:48px;padding:0 14px}.footer__mobile-search-input-wrap input{font-size:13px}.footer__mobile-search-icon-button{width:20px;height:20px}.footer__mobile-search-icon{width:18px;height:18px}.footer__mobile-search-suggestions{gap:14px}.footer__mobile-search-suggestion{font-size:13px}.footer__mobile-search-submit{height:44px;font-size:13px}}@media(min-width:1024px){.footer__mobile,.footer__mobile-nav{display:none}.footer__desktop{display:block;margin:0 auto;max-width:1280px;padding:84px 32px 70px}.footer__desktop-top{display:flex;align-items:flex-start;justify-content:space-between;flex-direction:row;gap:40px}.footer__desktop-columns{display:grid;gap:56px;grid-template-columns:repeat(5,minmax(0,max-content))}.footer__desktop-column{min-width:114px}.footer__desktop-column--message{max-width:228px}.footer__desktop-links{margin-top:18px}.footer__desktop-links p{font-size:15px;line-height:1.95}.footer__message{font-size:15px;font-weight:600;line-height:1.4;margin-top:18px}.footer__support--desktop{display:flex;align-items:center;justify-content:center;flex-direction:column;flex-shrink:0;gap:14px;min-width:236px;padding-top:6px;text-align:center}.footer__support--desktop .footer__support-number{font-size:56px;letter-spacing:-.04em}.footer__support--desktop .footer__support-link{justify-content:center}.footer__support--desktop .footer__support-link span{font-size:19px;font-weight:700}.footer__support--desktop .footer__support-link img{height:16px;width:16px}.footer__divider{border-top:1px solid rgba(255,255,255,.45);margin-top:34px;width:100%}.footer__desktop-bottom{display:flex;align-items:center;justify-content:space-between;flex-direction:row;gap:32px;margin-top:70px}.footer__brand{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;gap:14px}.footer__brand-icon{display:flex;justify-content:center;align-items:center;background:#fffffff5;border-radius:16px;flex-shrink:0;height:62px;width:62px}.footer__brand-icon img{display:block;height:36px;width:36px}.footer__brand-copy p:first-child{color:#ffffffdb;font-size:18px;line-height:1.45}.footer__brand-copy p:last-child{font-size:15px;line-height:1.45}.footer__social{gap:18px}.footer__social-link{height:54px;width:54px}}.ai-character{display:block;width:100%;aspect-ratio:1;transform-origin:50% 50%;will-change:transform}.ai-character__image{display:block;width:100%;height:100%;object-fit:contain}.ai-character.is-animated{animation:ai-character-float 4.8s ease-in-out infinite}@keyframes ai-character-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media(prefers-reduced-motion:reduce){.ai-character.is-animated{animation:none}}.cart-icon-button{display:inline-grid;place-items:center;padding:0;border:0;border-radius:9999px;background-color:#fff;box-shadow:0 0 4px #00000040;line-height:0;box-sizing:border-box;cursor:pointer}.cart-icon-button img{display:block;margin:0;object-fit:contain}.cart-icon-button:disabled{cursor:not-allowed;opacity:.5}.cart-icon-button--md{width:30px;height:30px;flex:0 0 30px}.cart-icon-button--md img{width:20px;height:20px}.cart-icon-button--sm{width:24px;height:24px;flex:0 0 24px}.cart-icon-button--sm img{width:15px;height:15px}.wishlist-icon-button{display:inline-grid;place-items:center;padding:0;border:0;border-radius:9999px;background-color:#fff;box-shadow:0 0 4px #00000040;line-height:0;box-sizing:border-box;cursor:pointer}.wishlist-icon-button img{display:block;margin:0;object-fit:contain}.wishlist-icon-button:disabled{cursor:not-allowed;opacity:.5}.wishlist-icon-button--md{width:30px;height:30px;flex:0 0 30px}.wishlist-icon-button--md img{width:20px;height:20px}.wishlist-icon-button--sm{width:24px;height:24px;flex:0 0 24px}.wishlist-icon-button--sm img{width:15px;height:15px}.scroll-top-button{width:64px;height:64px;padding:0;border:0;background:transparent;cursor:pointer;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(8px);transition:opacity .15s ease,transform .15s ease,visibility .15s ease}.scroll-top-button img{display:block;width:100%;height:100%}.scroll-top-button[data-visible=true]{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.scroll-top-button:active{transform:translateY(0)}.scroll-top-button:focus-visible{outline:2px solid rgba(10,165,165,.5);outline-offset:2px;border-radius:9999px}@media(min-width:768px){.scroll-top-button{width:64px;height:64px}}.chat-widget{position:fixed;right:16px;bottom:111px;z-index:999;display:flex;flex-direction:column;align-items:flex-end;gap:8px;pointer-events:none}.chat-widget__window{display:flex;flex-direction:column;width:min(380px,100vw - 32px);height:min(644px,100vh - 140px);background:#fff;border:1px solid rgba(10,165,165,.16);border-radius:22px;box-shadow:0 8px 24px #00000026;overflow:hidden;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(20px) scale(.97);transform-origin:bottom right;transition:opacity .15s ease,transform .15s ease,visibility .15s ease}.chat-widget__window.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1)}.chat-widget__header{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;gap:10px;padding:16px 18px 14px;border-bottom:1px solid rgba(0,78,90,.08)}.chat-widget__back-button{display:flex;justify-content:center;align-items:center;width:24px;height:24px;padding:0;border:0;background:transparent;cursor:pointer}.chat-widget__back-button svg{width:18px;height:18px}.chat-widget__back-button path{fill:none;stroke:#004e5a;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.chat-widget__title{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;gap:8px;font-size:14px;font-weight:700;color:#004e5a}.chat-widget__title-icon{display:flex;justify-content:center;align-items:center;width:24px;height:24px;border-radius:9999px;background:linear-gradient(180deg,#c2f3f1,#77d9d3);box-shadow:0 0 0 2px #fffffff2}.chat-widget__title-icon .ai-character{width:24px;height:24px}.chat-widget__body{display:flex;flex:1;min-height:0;padding:14px 14px 0}.chat-widget__content{display:flex;flex:1;flex-direction:column;min-height:0}.chat-widget__content.is-chatting{gap:14px}.chat-widget__message-list{display:flex;flex-direction:column;min-height:0}.chat-widget__message-list.is-initial{gap:14px;overflow:visible}.chat-widget__message-list.is-chatting{flex:1;gap:20px;overflow-y:auto;padding-right:12px;scrollbar-width:thin;scrollbar-color:rgba(10,165,165,.28) transparent}.chat-widget__message-list.is-chatting::-webkit-scrollbar{width:6px}.chat-widget__message-list.is-chatting::-webkit-scrollbar-thumb{background:#0aa5a547;border-radius:999px}.chat-widget__message-row{display:flex;align-items:flex-start;gap:10px}.chat-widget__message-row.is-user{justify-content:flex-end}.chat-widget__message-content{max-width:calc(100% - 40px)}.chat-widget__avatar{display:flex;justify-content:center;align-items:center;width:28px;height:28px;flex-shrink:0;border-radius:9999px;background:#fff;box-shadow:0 4px 10px #00000024}.chat-widget__avatar .ai-character{width:24px;height:24px}.chat-widget__bubble{display:inline-flex;max-width:100%;padding:10px 12px;border-radius:10px;background:#eef9f8;color:#004e5a;font-size:14px;font-weight:600;line-height:1.45;word-break:keep-all}.chat-widget__bubble.is-loading{position:relative}.chat-widget__bubble.is-loading:after{content:"";width:18px;height:6px;margin-left:8px;border-radius:999px;background:radial-gradient(circle,rgba(10,165,165,.95) 0 1px,transparent 1.4px) left center/6px 6px repeat-x;animation:chat-widget-loading 1s linear infinite}.chat-widget__bubble.is-streaming:after{content:"";width:1px;height:16px;margin-left:2px;background:#004e5aad;animation:chat-widget-caret .9s steps(1) infinite}.chat-widget__message-row.is-user .chat-widget__bubble{justify-content:flex-end;background:#0aa5a5;color:#fff;text-align:right}.chat-widget__quick-replies{display:flex;flex-direction:column;gap:10px;margin:10px 0 0 38px;padding-bottom:14px}.chat-widget__quick-reply{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;gap:6px;width:fit-content;max-width:100%;padding:8px 10px;border:1px solid #c5eded;border-radius:9999px;background:#fff;color:#004e5a;font-size:12px;font-weight:600;line-height:1.3;text-align:left;cursor:pointer;transition:border-color .15s ease,background-color .15s ease,transform .15s ease}.chat-widget__quick-reply:hover{border-color:#0aa5a580;background:#f4fffee6;transform:translate(2px)}.chat-widget__quick-reply-icon{flex-shrink:0}.chat-widget__product-group{display:flex;flex-direction:column;gap:10px}.chat-widget__product-list{display:flex;flex-direction:column;gap:16px}.chat-widget__product-card{width:min(255px,100%);padding:12px;border:1px solid rgba(10,165,165,.12);border-radius:14px;background:#f4fffe}.chat-widget__product-media{position:relative;padding:12px 12px 14px;border:1px solid rgba(10,165,165,.12);border-radius:12px;background:#ffffffdb}.chat-widget__product-image{width:100%;aspect-ratio:1/.8;object-fit:contain}.chat-widget__product-actions{display:flex;align-items:center;justify-content:flex-end;flex-direction:row;gap:8px;margin-top:10px}.chat-widget__icon-button{display:flex;justify-content:center;align-items:center;width:30px;height:30px;padding:0;border:0;border-radius:9999px;background:#fff;box-shadow:0 0 4px #00000040;cursor:pointer}.chat-widget__icon-button img{width:18px;height:18px}.chat-widget__favorite-button.wishlist-icon-button{box-shadow:none}.chat-widget__favorite-button{width:30px;height:30px}.chat-widget__product-body{padding:12px 2px 0}.chat-widget__product-title{color:#003a43;font-size:16px;font-weight:700;line-height:1.35}.chat-widget__product-description,.chat-widget__product-spec{color:#606060;font-size:11px;font-weight:500;line-height:1.45}.chat-widget__product-spec{margin-top:2px}.chat-widget__product-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.chat-widget__product-tag{padding:4px 8px;border-radius:9999px;background:#0aa5a51f;color:#0aa5a5;font-size:10px;font-weight:700;line-height:1}.chat-widget__product-price{margin-top:12px;color:#003a43;font-size:18px;font-weight:700;line-height:1}.chat-widget__product-link{display:flex;justify-content:center;align-items:center;width:100%;height:36px;margin-top:12px;border-radius:10px;background:#0aa5a5;color:#fff;font-size:14px;font-weight:700;text-decoration:none}.chat-widget__composer-wrap{padding:10px 16px 16px;background:linear-gradient(180deg,#fff0,#fff 22%)}.chat-widget__composer{display:flex;align-items:center;justify-content:space-between;flex-direction:row;gap:10px;width:100%;min-height:46px;padding:0 6px 0 16px;border:1.5px solid #0aa5a5;border-radius:40px;background:#fff;box-shadow:0 4px 14px #00000014}.chat-widget__composer input{flex:1;min-width:0;border:0;background:transparent;color:#004e5a;font-size:14px;font-weight:500}.chat-widget__composer input::placeholder{color:#004e5a85}.chat-widget__composer input:focus{outline:none}.chat-widget__composer input:disabled{cursor:not-allowed;opacity:.72}.chat-widget__composer button{display:flex;justify-content:center;align-items:center;width:34px;height:34px;flex-shrink:0;padding:0;border:0;border-radius:9999px;background:#0aa5a5;cursor:pointer;transition:transform .15s ease}.chat-widget__composer button:hover{transform:translateY(-1px)}.chat-widget__composer button:disabled{cursor:not-allowed;opacity:.72;transform:none}.chat-widget__composer button svg{width:18px;height:18px}.chat-widget__composer button path{fill:none;stroke:#fff;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.chat-widget__error{margin:8px 0 0 38px;color:#ef4444;font-size:12px;font-weight:500;line-height:1.4}.chat-widget__trigger-wrap{display:flex;align-items:center;justify-content:flex-end;flex-direction:row;gap:10px;min-height:64px;pointer-events:auto}.chat-widget__scroll-top{width:88px;height:88px;margin-right:-12px;flex-shrink:0}.chat-widget__tooltip{display:flex;justify-content:center;align-items:center;width:164px;min-height:41px;padding:0 14px;border:1px solid rgba(197,237,237,.9);border-radius:12px;background:#fff;box-shadow:0 8px 24px #00000026;opacity:0;visibility:hidden;transform:translate(12px);transition:opacity .15s ease,transform .15s ease,visibility .15s ease;pointer-events:none}.chat-widget__tooltip span{color:#004e5a;font-size:16px;font-weight:700;line-height:1;white-space:nowrap}.chat-widget__tooltip.is-visible{opacity:1;visibility:visible;transform:translate(0)}.chat-widget__trigger{display:flex;justify-content:center;align-items:center;width:64px;height:64px;padding:0;border:0;border-radius:9999px;background:#fff;box-shadow:0 8px 24px #00000026;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.chat-widget__trigger:hover,.chat-widget__trigger.is-open{box-shadow:0 10px 26px #0000002e}.chat-widget__trigger.is-open{transform:translateY(0)}.chat-widget__trigger-icon{display:flex;justify-content:center;align-items:center;width:29px;height:29px}.chat-widget__trigger-icon .ai-character{width:100%;height:100%;animation-name:chat-widget-character-float;animation-duration:3.8s}@media(min-width:768px){.chat-widget{right:24px;bottom:136px}.chat-widget__window{height:min(560px,100vh - 176px);max-height:calc(100vh - 176px)}}@media(min-width:1024px){.chat-widget{bottom:32px}.chat-widget__window{height:min(644px,100vh - 96px);max-height:calc(100vh - 96px)}}@media(max-width:767px){.chat-widget{right:16px;left:16px;bottom:111px}.chat-widget__window{width:100%;height:min(644px,100vh - 150px);transform-origin:bottom center}.chat-widget__body{padding-right:12px;padding-left:12px}.chat-widget__tooltip span{font-size:14px}.chat-widget__quick-replies,.chat-widget__error{margin-left:36px}}@keyframes chat-widget-character-float{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}@keyframes chat-widget-loading{0%{opacity:.4;transform:translate(0)}50%{opacity:1;transform:translate(1px)}to{opacity:.4;transform:translate(0)}}@keyframes chat-widget-caret{0%,49%{opacity:1}50%,to{opacity:0}}.main-page{width:100%;min-height:100vh;margin:0 auto;gap:12px}.main-page h2{margin:0;font-weight:700;font-size:28px;color:#003a43}.main-page h4{margin:0;font-weight:500;font-size:14px;color:#606060}.main-page__section{position:relative;width:100%}.main-page__section--ai-review{overflow:hidden}.ai-stage{position:relative;z-index:1;overflow:hidden}.ai-stage__layer{width:100%}.back{position:absolute;top:0;bottom:0;left:50%;width:100vw;transform:translate(-50%);z-index:0}.sections{position:relative;z-index:1;padding:20px}.back--ai,.back--ai-result{background-color:#f4fffe}.back--ai-review,.back--set-category,.back--new-update{background-color:#fff}.hidden{display:none}.pointer{cursor:pointer}.section__AI{padding:20px 16px;display:flex;align-items:center;justify-content:space-between;flex-direction:column;gap:12px}.section__AI .AI_container{width:100%;display:flex;align-items:center;justify-content:space-between;flex-direction:row;gap:12px}.section__AI .AI_container .AI_logo{width:38%;max-width:160px;flex-shrink:0;align-self:flex-start}.section__AI .AI_description{display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;gap:12px}.section__AI button{padding:5px;display:flex;align-items:center;justify-content:space-between;flex-direction:row;color:#0aa5a5;background-color:#d9f4f3;border:1px solid #0aa5a5;border-radius:25.5px;font-weight:700;font-size:10px;gap:5px}.section__AI button .circle{width:6px;height:6px;border-radius:9999px;background-color:#0aa5a5}.section__AI .AI_Main_text{color:#004e5a;font-size:24px;font-weight:900}.section__AI .AI_Main_text .input{color:#0aa5a5}.section__AI .AI_sub_text{display:none}.main-page__section--ai.is-ai-switching .ai-stage{position:relative}.main-page__section--ai.is-ai-switching .ai-stage__layer--initial.is-leaving{position:absolute;inset:0;z-index:2;pointer-events:none;animation:aiStageFadeOut .55s ease forwards}.main-page__section--ai.is-ai-switching .ai-stage__layer--initial.is-leaving .AI_logo{animation:aiLogoDriftOut .55s ease forwards}.main-page__section--ai.is-ai-switching .ai-stage__layer--result.is-entering{animation:aiStageFadeIn .65s ease-out both}.main-page__section--ai.is-ai-switching .ai-stage__layer--result.is-entering .recommends,.main-page__section--ai.is-ai-switching .ai-stage__layer--result.is-entering .AI_chat_response,.main-page__section--ai.is-ai-switching .ai-stage__layer--result.is-entering .AI_chat_container{animation:aiStageFadeIn .6s ease-out both}.main-page__section--ai.is-ai-switching .ai-stage__layer--result.is-entering .recommends{animation-delay:.04s}.main-page__section--ai.is-ai-switching .ai-stage__layer--result.is-entering .AI_chat_response{animation-delay:.1s}.main-page__section--ai.is-ai-switching .ai-stage__layer--result.is-entering .AI_chat_container{animation-delay:.16s}.main-page__section--ai.is-ai-switching .ai-stage__layer--result.is-entering .AI_logo{animation:aiLogoDriftIn .7s cubic-bezier(.22,1,.36,1) both}@keyframes aiStageFadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-18px)}}@keyframes aiStageFadeIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes aiLogoDriftOut{0%{opacity:1;transform:translateZ(0) scale(1)}to{opacity:0;transform:translate3d(26px,18px,0) scale(.9)}}@keyframes aiLogoDriftIn{0%{opacity:0;transform:translate3d(-42px,-24px,0) scale(.88)}to{opacity:1;transform:translateZ(0) scale(1)}}.AI_Chat_row_2,.AI_Chat_row_2 .buttons{display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;gap:12px}.AI_Chat_row_2 .buttons button{padding:4.5px 6.5px;background-color:#f4fffe;color:#004e5a;border:1px solid #c5eded;border-radius:9999px;font-size:12px;font-weight:700}.AI_Chat_row_2 .buttons .buttons__slide{width:auto!important}.AI_Chat_row_2 .buttons--measure{position:absolute;left:-9999px;top:-9999px;visibility:hidden;pointer-events:none;z-index:-1}.AI_chat_container{width:100%;background-color:#fff;margin-top:18px}.AI_chat_container form{width:100%;border:1px solid #0aa5a5;border-radius:40px}.AI_chat_container form .AI_Chat_row_1{display:flex;align-items:flex-start;justify-content:space-between;flex-direction:row;width:100%;padding:15px 25px;color:#004e5a;gap:10px}.AI_chat_container form .AI_Chat_row_1 button{width:24px;height:24px;padding:0;display:flex;align-items:center;justify-content:center;flex-direction:row;cursor:pointer;flex-shrink:0}.AI_chat_container form .AI_Chat_row_1 button svg{width:100%;height:100%}.AI_chat_container form .AI_Chat_row_1 .submit{width:24px;height:24px}.AI_chat_container form .AI_Chat_row_2{display:none}.AI_chat_container textarea::placeholder{color:#004e5a;font-size:16px;font-weight:700}.AI_chat_container textarea{background-color:#fff;border:none;width:80%;flex:1;padding:0;overflow:hidden;resize:none;color:#004e5a;font-size:16px;font-weight:700}.AI_chat_container textarea:focus{outline:none;border-color:#0aa5a5;box-shadow:none}.section__AI_Review{overflow:hidden;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:12px}.section__AI_Review .text_box{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:8px}.section__AI_Review .review_box{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:12px}.section__AI_Review .review_box.review_swiper{display:block;width:100%;overflow:visible}.section__AI_Review .review_box.review_swiper .swiper-slide{height:auto}.section__AI_Review .review_box.review_swiper .review_main{width:100%;min-width:0}.section__AI_Review .review_box .item_name{color:#606060;font-weight:700;font-size:14px}.section__AI_Review .review_box .description{color:#606060;font-weight:500;font-size:12px}.section__AI_Review .review_main{width:270px;padding:34px 20px;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:17px;border:1px solid rgba(96,96,96,.24);border-radius:20px}.section__AI_Review .AI_box{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:6px}.section__AI_Review .AI_box .user_info{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:8px}.section__AI_Review .AI_box .user_info img{width:34px}.section__AI_Review .AI_box .user_info .user_name{font-weight:700;font-size:22px;color:#003a43}.section__AI_Review .AI_box .stars{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;gap:2px}.section__AI_Review .AI_box .stars svg{width:14px;height:14px;fill:#0aa5a5}.section__AI_Review--revealed{animation:aiReviewFadeUp .45s ease-out}.section__AI_result{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:18px}.section__AI_result .recommends{width:100%;overflow:visible}.section__AI_result .recommends .swiper-wrapper{align-items:stretch}.section__AI_result .recommends .swiper-slide{height:auto;display:flex}.section__AI_result .recommends .recommend{width:100%;min-width:0;height:100%;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:10px;padding:18px 18px 16px;background:#fffffff0;border:1px solid rgba(10,165,165,.18);border-radius:20px;box-shadow:0 10px 24px #0aa6a614}.section__AI_result .recommends .recommend img{width:min(62%,180px);margin:0 auto}.section__AI_result .recommends .recommend .texts{width:100%;flex:1;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:4px}.section__AI_result .recommends .recommend .texts p:first-child,.section__AI_result .recommends .recommend .texts p:last-child{width:100%;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.section__AI_result .recommends .recommend .texts p:first-child{font-size:16px;font-weight:700;color:#003a43;line-height:1.35;min-height:2.7em;-webkit-line-clamp:2}.section__AI_result .recommends .recommend .texts p:last-child{font-size:13px;line-height:1.45;min-height:4.35em;-webkit-line-clamp:3;color:#606060}.section__AI_result .recommends .recommend .go{width:100%;margin-top:auto;display:flex;align-items:center;justify-content:space-between;flex-direction:row}.section__AI_result .recommends .recommend .go .price{font-size:20px;font-weight:700;color:#003a43}.section__AI_result .recommends .recommend .go .chevron{width:14px;height:24px;padding:0;border:0;background:transparent;cursor:pointer;transform:rotate(90deg)}.section__AI_result .recommends .recommend .go .chevron svg{display:block;width:100%;height:10px}.section__AI_result .recommends .recommend .go .chevron path{fill:none;stroke:#004e5a;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round}.section__AI_result .AI_chat_response{width:100%;display:flex;align-items:center;justify-content:flex-start;flex-direction:row;gap:14px;padding:22px 20px;background:#fffffff0;border-radius:20px;box-shadow:0 10px 24px #0aa6a614}.section__AI_result .AI_chat_response img{width:20px;flex-shrink:0}.section__AI_result .AI_chat_response p{font-size:16px;font-weight:500;line-height:1.55}.section__AI_result .AI_chat_container{width:100%;display:flex;align-items:flex-end;justify-content:space-between;gap:8px;background:none;margin-top:0;flex-direction:row;align-items:center;padding-right:8px;box-sizing:border-box}.section__AI_result .AI_chat_container form{flex:1;min-width:0;background:#fffffff5;border-radius:20px}.section__AI_result .AI_chat_container .AI_Chat_row_1{display:flex;align-items:flex-start;justify-content:space-between;flex-direction:row;padding:18px 20px 8px;gap:10px}.section__AI_result .AI_chat_container .AI_Chat_row_1 textarea{width:100%}.section__AI_result .AI_chat_container .AI_Chat_row_1 .submit{width:24px;height:24px;padding:0;display:flex;justify-content:center;align-items:center;flex:0 0 24px;border:0;background:transparent;cursor:pointer}.section__AI_result .AI_chat_container .AI_Chat_row_1 .submit svg{width:100%;height:100%}.section__AI_result .AI_chat_container .AI_Chat_row_2{display:none;padding:0 20px 10px;display:flex;align-items:center;justify-content:space-between;flex-direction:row}.section__AI_result .AI_chat_container .AI_Chat_row_2 .buttons{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;flex-wrap:nowrap;gap:12px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.section__AI_result .AI_chat_container .AI_Chat_row_2 .buttons::-webkit-scrollbar{display:none}.section__AI_result .AI_chat_container .AI_Chat_row_2 .buttons button{flex:0 0 auto;white-space:nowrap}.section__AI_result .AI_chat_container .AI_Chat_row_2 .buttons--desktop{display:block;flex:1;min-width:0;overflow:hidden}.section__AI_result .AI_chat_container .AI_Chat_row_2 .buttons--desktop .buttons__pages-swiper{width:100%;overflow:hidden}.section__AI_result .AI_chat_container .AI_Chat_row_2 .buttons--desktop .buttons__page{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;flex-wrap:nowrap;gap:12px;width:100%;overflow:hidden}.section__AI_result .AI_chat_container .AI_Chat_row_2 .buttons--desktop .swiper-slide{width:100%!important}.section__AI_result .AI_chat_container .AI_Chat_row_2 .buttons--swiper{display:block;overflow:hidden;flex:1;min-width:0;gap:0}.section__AI_result .AI_chat_container .AI_Chat_row_2 .buttons--swiper .buttons__swiper{width:100%}.section__AI_result .AI_chat_container .AI_Chat_row_2 .buttons--swiper .swiper-wrapper{align-items:center}.section__AI_result .AI_chat_container .AI_Chat_row_2 .buttons--swiper .buttons__slide{width:auto!important}.section__AI_result .AI_chat_container .AI_Chat_row_2 .buttons--swiper button{flex:0 0 auto;white-space:nowrap}.section__AI_result .AI_chat_container .AI_Chat_row_2 .submit{display:none}.section__AI_result .AI_chat_container .AI_container{width:60px;flex:0 0 auto;align-self:center;padding-right:6px;overflow:visible}.section__AI_result .AI_chat_container .AI_container .AI_logo{width:100%;display:block;height:auto}@keyframes aiReviewFadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media(min-width:1024px){.section__Set_Category{overflow:hidden}.section__Set_Category .category_swiper{width:100%;overflow:hidden}.section__Set_Category .category_swiper .swiper-wrapper{align-items:stretch}.section__Set_Category .category_swiper .swiper-slide{display:flex;height:auto}}@keyframes desktopCategoryMarquee{0%{transform:translateZ(0)}to{transform:translate3d(calc(-50% - 10px),0,0)}}@keyframes desktopCategoryProgress{0%{left:0}to{left:calc(100% - var(--thumb-width))}}@media(prefers-reduced-motion:reduce){.main-page__section--ai.is-ai-switching .ai-stage__layer--initial.is-leaving,.main-page__section--ai.is-ai-switching .ai-stage__layer--result.is-entering,.main-page__section--ai.is-ai-switching .ai-stage__layer--initial.is-leaving .AI_logo,.main-page__section--ai.is-ai-switching .ai-stage__layer--result.is-entering .AI_logo,.main-page__section--ai.is-ai-switching .ai-stage__layer--result.is-entering .recommends,.main-page__section--ai.is-ai-switching .ai-stage__layer--result.is-entering .AI_chat_response,.main-page__section--ai.is-ai-switching .ai-stage__layer--result.is-entering .AI_chat_container,.section__AI_Review--revealed,.section__Set_Category .category_marquee__track,.section__Set_Category .filled--desktop{animation:none}}@media(min-width:768px)and (max-width:1023px){.sections{width:100%;padding:40px 0}.section__AI{gap:24px}.section__AI .AI_container{align-items:flex-start;gap:28px}.section__AI .AI_container .AI_logo{width:26%;max-width:220px;flex-shrink:0;margin-top:8px}.section__AI .AI_description{flex:1;gap:18px}.section__AI .AI_Main_text{font-size:clamp(34px,4.8vw,42px);line-height:1.16;letter-spacing:-.02em}.section__AI .AI_sub_text{display:block;font-size:18px;line-height:1.5}.section__AI .AI_chat_container{margin-top:0}.section__AI .AI_chat_container form{border-radius:20px}.section__AI .AI_chat_container form .AI_Chat_row_1{padding:20px 24px 16px}.section__AI .AI_chat_container form .AI_Chat_row_2{display:none}.section__AI .AI_chat_container textarea,.section__AI .AI_chat_container textarea::placeholder{font-size:18px}.section__AI_result{gap:26px}.section__AI_result .recommends{width:100%;gap:20px}.section__AI_result .recommends .recommend{width:100%;min-width:0;height:100%;gap:12px;padding:22px 20px 18px;border:2px solid rgba(10,165,165,.18);border-radius:20px;background:#ffffffeb;box-shadow:0 12px 24px #0aa6a614}.section__AI_result .recommends .recommend img{width:min(72%,180px)}.section__AI_result .recommends .recommend .texts{width:100%;flex:1;padding:0;gap:4px}.section__AI_result .recommends .recommend .texts p:first-child,.section__AI_result .recommends .recommend .texts p:last-child{width:100%;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.section__AI_result .recommends .recommend .texts p:first-child{font-size:18px;font-weight:700;color:#003a43;line-height:1.35;min-height:2.7em;-webkit-line-clamp:2}.section__AI_result .recommends .recommend .texts p:last-child{font-size:13px;line-height:1.45;min-height:4.35em;-webkit-line-clamp:3;color:#606060}.section__AI_result .recommends .recommend .go{margin-top:auto;display:flex;align-items:center;justify-content:space-between;flex-direction:row;width:100%;padding:0}.section__AI_result .recommends .recommend .go .price{font-size:22px}.section__AI_result .recommends .recommend .go .chevron{width:16px;padding:0;transform:rotate(90deg)}.section__AI_result .recommends .recommend .go .chevron svg{display:block;width:100%;height:12px}.section__AI_result .recommends .recommend .go .chevron path{fill:none;stroke:#004e5a;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round}.section__AI_result .AI_chat_response{width:100%;padding:24px 26px;border-radius:20px;background:#fffffff0;box-shadow:0 10px 24px #0aa6a614}.section__AI_result .AI_chat_response p{font-size:18px;line-height:1.45}.section__AI_result .AI_chat_container{width:100%;display:flex;align-items:flex-end;justify-content:space-between;gap:20px;flex-direction:row;align-items:center;padding-right:12px;box-sizing:border-box}.section__AI_result .AI_chat_container form{flex:1;min-width:0;background:#fffffff5;border-radius:20px}.section__AI_result .AI_chat_container .AI_Chat_row_1{display:flex;align-items:flex-start;justify-content:space-between;flex-direction:row;padding:20px 24px 10px;gap:10px}.section__AI_result .AI_chat_container .AI_Chat_row_1 textarea{width:100%}.section__AI_result .AI_chat_container .AI_Chat_row_1 .submit{width:24px;height:24px;padding:0;display:flex;justify-content:center;align-items:center;flex:0 0 24px;border:0;background:transparent;cursor:pointer}.section__AI_result .AI_chat_container .AI_Chat_row_1 .submit svg{width:100%;height:100%}.section__AI_result .AI_chat_container .AI_Chat_row_2{display:block;padding:0 24px 12px;display:flex;align-items:center;justify-content:space-between;flex-direction:row}.section__AI_result .AI_chat_container .AI_Chat_row_2 .buttons{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;flex-wrap:nowrap;gap:12px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.section__AI_result .AI_chat_container .AI_Chat_row_2 .buttons::-webkit-scrollbar{display:none}.section__AI_result .AI_chat_container .AI_Chat_row_2 .buttons button{flex:0 0 auto;white-space:nowrap}.section__AI_result .AI_chat_container .AI_Chat_row_2 .buttons--desktop{display:block;flex:1;min-width:0;overflow:hidden}.section__AI_result .AI_chat_container .AI_Chat_row_2 .buttons--desktop .buttons__pages-swiper{width:100%;overflow:hidden}.section__AI_result .AI_chat_container .AI_Chat_row_2 .buttons--desktop .buttons__page{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;flex-wrap:nowrap;gap:12px;width:100%;overflow:hidden}.section__AI_result .AI_chat_container .AI_Chat_row_2 .buttons--desktop .swiper-slide{width:100%!important}.section__AI_result .AI_chat_container .AI_Chat_row_2 .buttons--swiper{display:block;overflow:hidden;flex:1;min-width:0;gap:0}.section__AI_result .AI_chat_container .AI_Chat_row_2 .buttons--swiper .buttons__swiper{width:100%}.section__AI_result .AI_chat_container .AI_Chat_row_2 .buttons--swiper .swiper-wrapper{align-items:center}.section__AI_result .AI_chat_container .AI_Chat_row_2 .buttons--swiper .buttons__slide{width:auto!important}.section__AI_result .AI_chat_container .AI_Chat_row_2 .buttons--swiper button{flex:0 0 auto;white-space:nowrap}.section__AI_result .AI_chat_container .AI_Chat_row_2 .submit{display:none}.section__AI_result .AI_chat_container .AI_container{width:76px;min-width:76px;max-width:76px;flex:0 0 auto;align-self:center;padding-right:12px;overflow:visible}.section__AI_result .AI_chat_container .AI_container .AI_logo{width:100%;display:block;height:auto}.section__AI_result textarea,.section__AI_result textarea::placeholder{font-size:18px}.section__AI_Review{gap:24px}.section__AI_Review .text_box{width:100%;align-items:flex-start}.section__AI_Review .review_box{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:row;gap:16px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none;-ms-overflow-style:none}.section__AI_Review .review_box::-webkit-scrollbar{display:none}.section__AI_Review .review_box .review_main{width:340px;min-width:340px;padding:28px 24px;gap:14px}.section__AI_Review .AI_box{width:100%;display:flex;align-items:center;justify-content:space-between;flex-direction:row}.section__AI_Review .AI_box .user_info{gap:10px}.section__AI_Review .AI_box .stars{gap:4px}.section__Set_Category{gap:18px}.section__Set_Category .category_top,.section__Set_Category .categories{width:100%}.section__Set_Category .categories form{gap:10px;padding:8px;grid-template-columns:repeat(4,minmax(0,1fr))}.section__Set_Category .category_marquee,.section__Set_Category .category_grid{display:none}.section__Set_Category .category_swiper,.section__Set_Category .unfilled{display:block}.section__Set_Category .items{gap:14px}.section__Set_Category .items .item_img_box{height:clamp(200px,25vw,260px)}.section__Set_Category .items .item_name{font-size:clamp(15px,2.2vw,18px)}.section__Set_Category .items .item_price{font-size:clamp(16px,2.3vw,19px)}.section__Collarborates{gap:24px}.section__Collarborates .more--desktop-only{display:none}.section__Collarborates .pakage_boxs{gap:24px;overflow:visible;padding-bottom:4px;scrollbar-width:none;-ms-overflow-style:none}.section__Collarborates .pakage_boxs::-webkit-scrollbar{display:none}.section__Collarborates .pakage_box{min-width:0}.section__New_Update,.section__New_Update .item_boxs,.section__New_Update .item_row{gap:18px}}.section__Set_Category{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:12px;overflow:hidden}.section__Set_Category .category_top,.section__Set_Category .category_top .main-texts{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:8px}.section__Set_Category .categories{width:100%;background-color:#fff;border-radius:9999px}.section__Set_Category .categories form{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));width:100%;gap:12px;background-color:#fff;border:1px solid #f5f5f5;border-radius:9999px;padding:8px}.section__Set_Category .categories form .hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.section__Set_Category .categories form .category{width:100%;min-width:0;display:flex;align-items:center;justify-content:center;flex-direction:row;gap:5px;min-height:38px;padding:8px 12px;background-color:#fff;border-radius:9999px;cursor:pointer;transition:.3s ease}.section__Set_Category .categories form .category img{width:16px;flex-shrink:0}.section__Set_Category .categories form .category p{font-weight:500;font-size:14px;color:#606060;white-space:nowrap}.section__Set_Category .categories form .category:hover p{color:#003a43}.section__Set_Category .categories form .hidden:checked+.category{background-color:#f5f5f5}.section__Set_Category .categories form .hidden:checked+.category p{color:#003a43}.section__Set_Category .categories form .hidden:focus-visible+.category{outline:2px solid rgba(10,165,165,.35);outline-offset:2px}.section__Set_Category .item_box{display:flex;align-items:flex-start;justify-content:center;flex-direction:row;gap:12px}.section__Set_Category .category_swiper{display:block;width:100%;gap:0}.section__Set_Category .category_swiper .swiper-wrapper{align-items:stretch}.section__Set_Category .category_swiper .swiper-slide{display:flex;min-width:0;flex-shrink:0;height:auto}.section__Set_Category .category_swiper .items{height:100%;width:100%;min-width:0}.section__Set_Category .category_grid,.section__Set_Category .category_marquee{display:none}.section__Set_Category .items{width:100%;min-width:0;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:18px;height:100%;overflow:hidden;color:#003a43;font-weight:700}.section__Set_Category .items .item_img_box{display:flex;align-items:flex-end;justify-content:flex-end;flex-direction:column;position:relative;gap:20px;width:100%;height:clamp(154px,48vw,220px);padding:8px 9px;box-sizing:border-box;border:1px solid #d9d9d9;border-radius:10px;background-color:#f5f5f5}.section__Set_Category .items .item_img_box .item_img{position:absolute;width:min(72%,170px);top:50%;left:50%;transform:translate(-50%,-50%)}.section__Set_Category .items .item_img_box .icons{display:flex;align-items:center;justify-content:space-between;flex-direction:row;gap:8px;position:relative;z-index:1;align-self:flex-end}.section__Set_Category .item_name{font-size:clamp(13px,3.4vw,15px);width:100%;min-width:0;min-height:44px;padding:0;border:0;background:transparent;color:inherit;text-align:left;line-height:1.35;cursor:pointer;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.section__Set_Category .options{width:100%;display:flex;align-items:center;justify-content:flex-start;flex-direction:row;gap:6px;flex-wrap:wrap;min-height:48px}.section__Set_Category .options p{font-size:12px;font-weight:600;padding:3px 9px;background-color:#f5f5f5;border-radius:9999px}.section__Set_Category .item_price{font-size:clamp(14px,3.6vw,16px);margin-top:auto}.section__Set_Category .item_colors{width:100%;display:flex;align-items:center;justify-content:flex-start;flex-direction:row;gap:12px}.section__Set_Category .item_colors .colors{width:20px;height:20px;border-radius:9999px}.section__Set_Category .item_colors .color1{background-color:#000}.section__Set_Category .item_colors .color2{background-color:#9ca3af}.section__Set_Category .unfilled{position:relative;margin-top:6px;width:100%;height:3px;background-color:#f5f5f5;border-radius:9999px;overflow:hidden}.section__Set_Category .unfilled .filled{position:absolute;top:0;left:0;height:3px;border-radius:9999px;background-color:#003a43}.section__Collarborates{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:34px;font-weight:700;overflow:hidden}.section__Collarborates .texts{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:8px}.section__Collarborates .gray_text{color:#606060}.section__Collarborates .pakage_boxs{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:row;gap:16px}.section__Collarborates .pakage_swiper{display:block;width:100%;overflow:visible}.section__Collarborates .pakage_swiper .swiper-slide{width:auto;height:auto;display:flex}.section__Collarborates .pakage_box{display:flex;align-items:center;justify-content:center;flex-direction:column;flex:0 0 min(86vw - 10px,330px);width:min(86vw - 10px,330px);box-sizing:border-box;gap:10px;padding:18px 20px;border:1px solid rgba(96,96,96,.25);border-radius:10px;color:#003a43}.section__Collarborates .pakage_box .pakage_big{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:21px;width:100%}.section__Collarborates .pakage_box .pakage_big .pakage_img{margin:0 auto;width:160px}.section__Collarborates .pakage_box .pakage_big .pakage_texts{width:100%;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:2px}.section__Collarborates .pakage_box .pakage_big .pakage_texts>p:not(.gray_text){font-size:16px;line-height:1.25}.section__Collarborates .pakage_box .pakage_big .pakage_texts .gray_text{padding-top:4px;font-size:12px;font-weight:500}.section__Collarborates .pakage_box .pakage_big .pakage_texts .pakage_bottom{width:100%;display:flex;align-items:center;justify-content:space-between;flex-direction:row}.section__Collarborates .pakage_box .pakage_big .pakage_texts .pakage_bottom>p{font-size:18px;line-height:1}.section__Collarborates .pakage_box .pakage_big .pakage_texts .pakage_bottom .icons{display:flex;align-items:center;justify-content:space-between;flex-direction:row;gap:8px}.section__Collarborates .pakage_box .pakage_small{display:grid;grid-template-rows:1fr;width:100%;overflow:hidden;opacity:1;transition:grid-template-rows .55s ease,opacity .4s ease,padding-top .55s ease}.section__Collarborates .pakage_box .pakage_small .pakage_small_inner{min-height:0;display:flex;align-items:stretch;justify-content:center;flex-direction:column;gap:12px}.section__Collarborates .pakage_box .pakage_small .pakage_img_box{display:flex;align-items:center;justify-content:center;flex-direction:row;width:68px;height:68px;flex:0 0 68px;padding:0;border:1px solid rgba(96,96,96,.25);border-radius:10px;background:#fff;cursor:pointer}.section__Collarborates .pakage_box .pakage_small .pakage_img_box img{width:56px;max-height:56px;object-fit:contain}.section__Collarborates .pakage_box .pakage_small .pakage_item{min-width:0;flex:1 1 auto;padding:0;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.section__Collarborates .pakage_box .pakage_small .pakage_item p{font-size:13px;line-height:1.35;overflow-wrap:anywhere}.section__Collarborates .pakage_box .pakage_small .pakage_item .gray_text{font-size:12px}.section__Collarborates .pakage_box .pakage_small .pakage_item .pakage_item_title{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.section__Collarborates .pakage_box .pakage_small .pakage_item .pakage_item_option{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.section__Collarborates .pakage_box .pakage_inner{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:row;gap:8px}.section__Collarborates .pakage_box:not(.is-open) .pakage_small{grid-template-rows:0fr;opacity:0;padding-top:0;pointer-events:none}.section__Collarborates .chevron{display:flex;justify-content:center;align-items:center;width:100%;padding:10px 0;border:none;background:none;cursor:pointer}.section__Collarborates .chevron svg{display:block;width:24px;height:12px;transition:transform .15s ease}.section__Collarborates .chevron path{fill:none;stroke:#606060;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.section__Collarborates .chevron.is-open svg{transform:rotate(180deg)}.section__New_Update{width:100%}.section__New_Update .desktop{display:none}.section__New_Update{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:12px}.section__New_Update .mobile{width:100%}.section__New_Update .item_boxs{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:16px}.section__New_Update .item_boxs .item_row{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.section__New_Update .category_top{width:100%;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:8px}.section__New_Update .item_box{width:100%;min-width:0;display:flex;align-items:flex-start;justify-content:space-between;flex-direction:row;gap:12px}.section__New_Update .items{width:100%;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:12px;overflow:hidden;color:#003a43;font-weight:700}.section__New_Update .items .item_img_box{display:flex;align-items:flex-end;justify-content:flex-end;flex-direction:column;position:relative;gap:14px;width:100%;aspect-ratio:1/1.08;padding:8px 9px;box-sizing:border-box;border:1px solid #d9d9d9;border-radius:10px;background-color:#f5f5f5}.section__New_Update .items .item_img_box .item_img{position:absolute;width:58%;max-height:56%;top:44%;left:50%;transform:translate(-50%,-50%);z-index:0}.section__New_Update .items .item_img_box .icons{display:flex;align-items:center;justify-content:space-between;flex-direction:row;gap:6px;position:relative;z-index:1;align-self:flex-end}.section__New_Update .items .item_texts{width:100%;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:5px}.section__New_Update .items .item_texts .item_name{font-size:16px;line-height:1.35;min-height:44px;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.section__New_Update .items .item_texts .item_price{font-size:16px}.section__New_Update .items .item_texts .item_spec{border:1px solid #003a43;background:transparent;font-size:13px;color:#004e5a;border-radius:9999px;padding:4px 9px;cursor:pointer}.main-spec-modal{color:#004e5a}.main-spec-modal__summary{display:grid;grid-template-columns:minmax(126px,1fr) minmax(0,1.18fr);gap:16px;align-items:center}.main-spec-modal__image{display:flex;justify-content:center;align-items:center;aspect-ratio:174/110;overflow:hidden;border:1px solid #e5e7eb;border-radius:8px;background:#f5f5f5}.main-spec-modal__image img{width:86%;height:86%;object-fit:contain;display:block}.main-spec-modal__product{min-width:0}.main-spec-modal__name,.main-spec-modal__price{margin:0;color:#004e5a;font-size:16px;font-weight:900;line-height:1.25}.main-spec-modal__price{margin-top:24px}.main-spec-modal__list{margin:18px 0 0}.main-spec-modal__row{display:grid;grid-template-columns:74px minmax(0,1fr);gap:12px;padding:8px 0;border-bottom:1px solid #e5e7eb}.main-spec-modal__row dt,.main-spec-modal__row dd{color:#004e5a;font-size:13px;line-height:1.35}.main-spec-modal__row dt{font-weight:900}.main-spec-modal__row dd{margin:0;font-weight:600;word-break:keep-all}.main-spec-modal__actions{display:grid;grid-template-columns:74px minmax(0,1fr);gap:14px;margin-top:18px}.main-spec-modal__button{min-width:0;height:42px;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer}.main-spec-modal__button--ghost{border:1px solid #e5e7eb;background:#fff;color:#004e5a}.main-spec-modal__button--primary{border:1px solid #0aa5a5;background:#0aa5a5;color:#fff}@media(min-width:1024px){.main-page h2{font-size:32px}.main-page h4{font-size:18px}.sections{padding:120px 0;width:100%}.sections .more{gap:80px}.sections .more p{font-size:16px}.sections .more .icon_box{width:56px;height:31px;flex:0 0 56px}.sections .more .icon_box circle{transform:scale(1.35);transform-origin:center;transform-box:fill-box}.back--ai,.back--ai-result{background:url("data:image/svg+xml,%3csvg%20width='1920'%20height='836'%20viewBox='0%200%201920%20836'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_21_2481)'%3e%3crect%20width='1920'%20height='836'%20fill='%23F4FFFE'/%3e%3crect%20width='1920'%20height='836'%20fill='%23F4FFFE'/%3e%3cg%20filter='url(%23filter0_f_21_2481)'%3e%3cpath%20d='M1851.36%20-44C2077.32%20-98.4408%202097%20-72.8333%202242.5%20-0.5C2292.17%20107.5%202312.26%20489.6%202315.86%20522C2320.36%20562.5%201982.36%201053.5%201950.86%201085C1925.66%201110.2%201333.69%201140.83%201040.86%201153C931.19%201004.33%20766.5%20726.5%201040.86%20702.5C1266.37%20682.772%201698%20791.5%201929.5%20522C2079.23%20347.691%201621%2011.5%201851.36%20-44Z'%20fill='%2350E6E6'%20fill-opacity='0.14'%20style='mix-blend-mode:plus-lighter'/%3e%3cpath%20d='M141%2030.5C-228.962%20-63.2404%20-102.144%20337.5%20-103.644%20472.5C-156.144%20520.5%20-263.844%20616.5%20-274.644%20616.5C-288.144%20616.5%20109.5%201171.5%20141%201171.5C172.5%201171.5%20902.196%20937.88%20768.643%20870.5C436.643%20703%20437%20105.5%20141%2030.5Z'%20fill='%2350E6E6'%20fill-opacity='0.14'%20style='mix-blend-mode:plus-lighter'/%3e%3cpath%20d='M815.357%20134.5C591.757%2087.3%20362.833%20-65.1667%20396%20-152L635.357%20-343L1680.36%20-257C1610.29%20-203.089%201833%20-70.5%201551.5%2014C1270%2098.5%201053%20184.664%20815.357%20134.5Z'%20fill='%2350E6E6'%20fill-opacity='0.14'%20style='mix-blend-mode:plus-lighter'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_f_21_2481'%20x='-337.879'%20y='-405.9'%20width='2716.68'%20height='1640.3'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='31.45'%20result='effect1_foregroundBlur_21_2481'/%3e%3c/filter%3e%3cclipPath%20id='clip0_21_2481'%3e%3crect%20width='1920'%20height='836'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center/cover no-repeat}.back--set-category,.back--new-update{background-color:#f4fffe}.section__AI .AI_container .AI_logo{width:30%;max-width:320px}.section__AI .AI_description{gap:36px}.section__AI .AI_Main_text{font-size:48px;line-height:1.2}.section__AI .AI_sub_text{display:block;font-weight:700;font-size:24px;line-height:1.4}.section__AI button{font-size:12px;padding:8px 20px;gap:10px}.section__AI button .circle{gap:10px;width:10px;height:10px}.section__AI textarea::placeholder{font-size:24px}.section__AI form .AI_Chat_row_1{padding:15px 25px 0}.section__AI form .AI_Chat_row_1 textarea{height:40px;font-size:24px}.section__AI form .AI_Chat_row_1 .submit,.section__AI .AI_Chat_row_2{display:none}.section__AI .AI_chat_container,.section__AI .AI_chat_container form{border-radius:20px}.section__AI .AI_chat_container .AI_Chat_row_2{display:block;padding:0 25px 5px;display:flex;align-items:center;justify-content:space-between;flex-direction:row}.section__AI .AI_chat_container .AI_Chat_row_2 .buttons{display:flex;justify-content:flex-start;flex-direction:row;flex-wrap:nowrap;align-items:flex-start;gap:20px;width:100%;min-width:0}.section__AI .AI_chat_container .AI_Chat_row_2 .buttons button{font-size:14px;flex:0 0 auto;white-space:nowrap}.section__AI .AI_chat_container .AI_Chat_row_2 .buttons .buttons__pages-swiper{width:100%;overflow:hidden}.section__AI .AI_chat_container .AI_Chat_row_2 .buttons .buttons__page{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:row;flex-wrap:nowrap;gap:20px;width:100%;overflow:hidden}.section__AI .AI_chat_container .AI_Chat_row_2 .buttons .swiper-slide{width:100%!important}.section__AI .AI_chat_container .AI_Chat_row_2 .submit{background-color:#fff;border:none}.section__AI_result{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;width:100%;gap:43px}.section__AI_result .recommends{display:flex;align-items:flex-start;justify-content:center;flex-direction:row;gap:120px}.section__AI_result .recommends .recommend{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:15px;height:100%;cursor:pointer;background:#fff;border:3px solid #d9d9d9;border-radius:20px;padding:30px 0 20px;font-weight:500;color:#004e5a}.section__AI_result .recommends .recommend:hover{border:3px solid #0aa5a5;transition:.3s ease}.section__AI_result .recommends .recommend img{width:70%;margin:0 auto}.section__AI_result .recommends .recommend .texts{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;flex:1;width:100%;padding:0 40px;gap:4px;line-height:1.2}.section__AI_result .recommends .recommend .texts p:first-child,.section__AI_result .recommends .recommend .texts p:last-child{width:100%;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.section__AI_result .recommends .recommend .texts p:first-child{line-height:1.35;min-height:2.7em;-webkit-line-clamp:2}.section__AI_result .recommends .recommend .texts p:last-child{line-height:1.45;min-height:4.35em;-webkit-line-clamp:3}.section__AI_result .recommends .recommend .go{display:flex;align-items:center;justify-content:space-between;flex-direction:row;width:100%;margin-top:auto;padding:0 20px 0 40px}.section__AI_result .recommends .recommend .go .price{line-height:1.2;font-weight:700;font-size:22px}.section__AI_result .recommends .recommend .go .chevron{width:16px;stroke:#004e5a;fill:none;stroke-width:3px;padding:15px 0;transform:rotate(90deg)}.section__AI_result .AI_chat_response{width:100%;display:flex;align-items:center;justify-content:flex-start;flex-direction:row;background:#fff;border:2px solid #0aa5a5;gap:17px;border-radius:20px;padding:35px}.section__AI_result .AI_chat_response img{width:20px}.section__AI_result .AI_chat_response p{font-size:18px;font-weight:500}.section__AI_result .AI_chat_container{width:100%;background:none;border-radius:20px;display:flex;align-items:center;justify-content:space-between;flex-direction:row;gap:54px;padding-right:20px;overflow:visible}.section__AI_result .AI_chat_container form{background-color:#fff;border-radius:20px}.section__AI_result .AI_chat_container form textarea::placeholder{font-weight:500}.section__AI_result .AI_chat_container .AI_Chat_row_1{padding:15px 25px 0}.section__AI_result .AI_chat_container .AI_Chat_row_1 .submit{display:none}.section__AI_result .AI_chat_container .AI_Chat_row_2{display:block;padding:0 25px 12px;display:flex;align-items:center;justify-content:space-between;flex-direction:row}.section__AI_result .AI_chat_container .AI_Chat_row_2 .buttons{display:flex;justify-content:flex-start;flex-direction:row;flex:1;min-width:0;flex-wrap:nowrap;align-items:flex-start;gap:12px}.section__AI_result .AI_chat_container .AI_Chat_row_2 .buttons button{font-size:14px;flex:0 0 auto;white-space:nowrap}.section__AI_result .AI_chat_container .AI_Chat_row_2 .buttons .buttons__pages-swiper{width:100%;overflow:hidden}.section__AI_result .AI_chat_container .AI_Chat_row_2 .buttons .buttons__page{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:row;flex-wrap:nowrap;gap:12px;width:100%;overflow:hidden}.section__AI_result .AI_chat_container .AI_Chat_row_2 .buttons .swiper-slide{width:100%!important}.section__AI_result .AI_chat_container .AI_Chat_row_2 .submit{display:flex;background-color:#fff;border:none;flex:0 0 auto;margin-left:12px}.section__AI_result .AI_chat_container .AI_container{width:112px;min-width:112px;max-width:112px;flex:0 0 auto;margin-right:8px;overflow:visible}.section__AI_result .AI_chat_container .AI_container img{width:100%;display:block;height:auto}.section__AI_result textarea::placeholder{font-size:24px}.section__AI_result textarea{height:40px;font-size:24px;font-weight:500;resize:none}.section__AI_result .buttons button{font-size:14px}.section__AI_Review{gap:48px}.section__AI_Review .AI_box{width:100%;display:flex;align-items:center;justify-content:space-between;flex-direction:row}.section__AI_Review .AI_box .user_info{gap:10px}.section__AI_Review .AI_box .user_info img{width:40px}.section__AI_Review .AI_box .user_info .user_name{font-size:24px}.section__AI_Review .AI_box .stars{gap:4px}.section__AI_Review .AI_box .stars svg{width:16px;height:16px}.section__AI_Review .review_main{width:33%;padding:38px 24px}.section__AI_Review .review_main .item_name{font-size:20px}.section__AI_Review .review_main .description{font-size:14px;line-height:1.7}.section__Set_Category{overflow:visible;gap:45px}.section__Set_Category .category_top{width:100%;display:flex;align-items:center;justify-content:space-between;flex-direction:row;gap:8px}.section__Set_Category .categories{width:60%;margin:0 auto;background-color:#fff;border-radius:9999px}.section__Set_Category .categories form{width:100%;gap:12px;padding:6px 8px}.section__Set_Category .categories form .category{gap:9px;padding:10px 12px;background-color:#fff;transition:.3s ease}.section__Set_Category .categories form .category img{width:18px}.section__Set_Category .categories form .category p{font-size:16px}.section__Set_Category .categories form .category:hover,.section__Set_Category .categories form .category:active{background-color:#f5f5f5}.section__Set_Category .categories form .category:hover p,.section__Set_Category .categories form .category:active p{color:#003a43}.section__Set_Category .categories form .hidden:checked+.category{background-color:#f5f5f5}.section__Set_Category .categories form .hidden:checked+.category p{color:#003a43}.section__Set_Category .category_grid{display:none}.section__Set_Category .category_swiper{display:block;width:100%}.section__Set_Category .category_marquee{display:none}.section__Set_Category .items{width:100%;gap:13px}.section__Set_Category .items .item_name{font-size:24px}.section__Set_Category .items .options{gap:8px}.section__Set_Category .items .options p{font-size:14px;padding:4px 10px}.section__Set_Category .items .item_price{font-size:30px}.section__Set_Category .items .item_img_box{gap:40px;width:100%;height:clamp(260px,28vw,360px);aspect-ratio:1/1;padding:15px;box-sizing:border-box;margin-bottom:5px;transition:.3s ease}.section__Set_Category .items .item_img_box .item_img{width:60%}.section__Set_Category .items .item_img_box .icons{gap:10px}.section__Set_Category .items .item_img_box:hover{box-shadow:inset 0 0 0 5px #004e5a}.section__Set_Category .unfilled--desktop{position:relative;display:block;height:5px}.section__Set_Category .unfilled--desktop .filled--desktop{height:5px;left:0}.section__Collarborates .more--desktop-only{display:none}.section__Collarborates .category_top{width:100%;display:flex;align-items:center;justify-content:space-between;flex-direction:row;gap:8px}.section__Collarborates .category_top .more,.section__Collarborates .category_top .more--desktop-only{flex-direction:row;align-items:center}.section__Collarborates .category_top .more p,.section__Collarborates .category_top .more--desktop-only p{white-space:nowrap;writing-mode:horizontal-tb}.section__Collarborates .pakage_boxs{display:flex;align-items:flex-start;justify-content:space-between;flex-direction:row;gap:24px;width:100%}.section__Collarborates .pakage_box{gap:10px;padding:20px 35px 0;flex:1 1 0;min-width:0}.section__Collarborates .pakage_box .pakage_big{gap:30px;width:100%}.section__Collarborates .pakage_box .pakage_big .pakage_img{margin:0 auto;width:100%}.section__Collarborates .pakage_box .pakage_big .pakage_texts{gap:8px}.section__Collarborates .pakage_box .pakage_big .pakage_texts>p:not(.gray_text){font-size:24px;line-height:1.25}.section__Collarborates .pakage_box .pakage_big .pakage_texts .gray_text{padding:0;font-size:16px;font-weight:500;line-height:1.45}.section__Collarborates .pakage_box .pakage_big .pakage_texts .pakage_bottom{display:flex;align-items:center;justify-content:space-between;flex-direction:row;width:100%;padding:6px 0}.section__Collarborates .pakage_box .pakage_big .pakage_texts .pakage_bottom>p{font-size:24px;line-height:1}.section__Collarborates .pakage_box .pakage_big .pakage_texts .pakage_bottom .icons{gap:10px}.section__Collarborates .pakage_small{width:100%;padding:24px 2px 0}.section__Collarborates .pakage_small .pakage_inner{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:row;gap:20px;width:100%}.section__Collarborates .pakage_small .pakage_img_box{width:88px;height:88px;flex:0 0 88px;aspect-ratio:1/1;padding:0;background:#fff;cursor:pointer}.section__Collarborates .pakage_small .pakage_img_box img{width:80%;max-height:80%;object-fit:contain}.section__Collarborates .pakage_small .pakage_item{min-width:0;flex:1 1 auto;padding:0;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.section__Collarborates .pakage_small .pakage_item p{font-size:16px;font-weight:700;overflow-wrap:anywhere}.section__Collarborates .pakage_small .pakage_item .gray_text{font-size:14px}.section__Collarborates .chevron{padding:15px 0}.section__Collarborates .more--desktop-only{display:flex}.section__New_Update{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:48px}.section__New_Update .mobile,.section__New_Update .more{display:none}.section__New_Update .desktop{display:block;width:100%;display:flex;align-items:stretch;justify-content:space-between;flex-direction:row;gap:30px}.section__New_Update .desktop .main_item{flex:0 0 60%;width:60%;min-width:0;position:relative;cursor:pointer}.section__New_Update .desktop .main_item .back_img{display:flex;justify-content:center;align-items:center;aspect-ratio:3/2;overflow:hidden;padding:0;border-radius:10px;background-color:#fff}.section__New_Update .desktop .main_item .back_img img{margin:0 auto;width:80%;height:80%;object-fit:contain;display:block;border-radius:10px}.section__New_Update .desktop .main_item .modal_info{position:absolute;top:0;left:0;width:100%;height:100%;padding:48px 48px 36px;display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;border-radius:10px;background:#0009;opacity:0;transition:opacity .3s ease;pointer-events:none}.section__New_Update .desktop .main_item .modal_info .options{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;width:100%;gap:20px}.section__New_Update .desktop .main_item .modal_info .options .option{width:100%;display:flex;align-items:center;justify-content:space-between;flex-direction:row;font-size:20px;color:#fff;font-weight:700}.section__New_Update .desktop .main_item .modal_info .options .option .item_info{font-weight:500}.section__New_Update .desktop .main_item .modal_info .icons{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:10px;margin-left:auto}.section__New_Update .desktop .main_item .modal_info .icons .cart-icon-button,.section__New_Update .desktop .main_item .modal_info .icons .wishlist-icon-button{display:grid;place-items:center}.section__New_Update .desktop .main_item .modal_info .icons .cart-icon-button img,.section__New_Update .desktop .main_item .modal_info .icons .wishlist-icon-button img{display:block;margin:0;width:15px;height:15px;object-fit:contain}.section__New_Update .desktop .main_item.is-modal-open .modal_info{opacity:1;pointer-events:auto}.section__New_Update .desktop .sub_item{flex:1 1 0;min-width:0;display:flex;align-items:center;justify-content:flex-start;flex-direction:column;width:35%;height:100%;gap:40px}.section__New_Update .desktop .sub_item .sub_info{flex:1;width:100%;height:100%;display:flex;align-items:center;justify-content:space-between;flex-direction:row;cursor:pointer;background-color:#fff;border:2px solid #f5f5f5;border-radius:10px;padding:12px;color:inherit;font:inherit;text-align:left;transition:.15s ease}.section__New_Update .desktop .sub_item .sub_info:hover{border:2px solid #004e5a}.section__New_Update .desktop .sub_item .sub_info.is-active{border-color:#004e5a}.section__New_Update .desktop .sub_item .sub_info .sub_title{width:100%;display:flex;align-items:center;justify-content:flex-start;flex-direction:row;gap:24px}.section__New_Update .desktop .sub_item .sub_info .sub_title img{width:20%}.section__New_Update .desktop .sub_item .sub_info .sub_title .pakage_texts{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:5px;color:#004e5a;font-weight:700;font-size:22px}.section__New_Update .desktop .sub_item .sub_info .sub_title .pakage_texts .gray_text{color:#575757;font-weight:500;font-size:16px;line-height:1.45}.section__New_Update .desktop .sub_item .sub_info .chevron{width:20px;stroke:#004e5a;fill:none;stroke-width:2px;padding:15px 0;transform:rotate(90deg)}}@media(max-width:767px){.section__AI .AI_container{align-items:flex-start}.section__AI .AI_container .AI_logo{width:34%;max-width:128px;margin-top:6px}}@media(min-width:768px)and (max-width:1023px){.section__Set_Category .category_marquee,.section__Set_Category .category_grid{display:none}.section__Set_Category .category_swiper,.section__Set_Category .unfilled{display:block;width:100%}}.section__Collarborates .icons,.section__New_Update .icons{align-items:center;gap:8px}.section__New_Update .mobile .icons{gap:6px}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.more{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;gap:8px;cursor:pointer}.more p{color:#003a43;font-weight:700;font-size:13px}.more .icon_box{width:49px;height:31px;flex:0 0 70px}.more .icon_box svg{display:block;width:100%;height:100%}.more .icon_box circle{fill:#7ae0d4}.more .icon_box path{fill:none;stroke:#004e5a;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.event-modal{position:fixed;inset:0;z-index:1000;padding:20px}.event-modal__overlay{position:absolute;inset:0;border:0;padding:0;background:#00000080;cursor:pointer}.event-modal__container{display:flex;justify-content:center;align-items:center;position:relative;min-height:100%}.event-modal__dialog{position:relative;width:min(100%,19.625rem);height:min(30.75rem,100dvh - 40px)}.event-modal__frame{position:relative;display:flex;flex-direction:column;width:100%;height:100%;padding:24px 16px 18px;overflow:hidden;border-radius:20px;background:#fff}.event-modal__frame--drawing{padding-top:18px;padding-bottom:24px}.event-modal__frame--benefit{padding-top:16px;padding-bottom:14px}.event-modal__close{position:absolute;top:20px;right:16px;width:18px;height:18px;padding:0;border:0;background:transparent;line-height:0;cursor:pointer}.event-modal__close img{width:100%;height:100%}.event-modal__inner{flex:1;min-height:0;height:100%}.event-modal__icon-button{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;padding:0;border:0;background:transparent;color:#004e5a;cursor:pointer}.event-modal__icon-button img{width:100%;height:100%}.event-modal__button{width:100%;min-height:48px;padding:12px 16px;border:0;border-radius:12px;font-size:12px;font-weight:900;line-height:1.33;cursor:pointer}.event-modal__button--primary{background:#0aa5a5;color:#fff}.event-modal__button--ghost{border:1px solid #0aa5a5;background:#fff;color:#0aa5a5}.event-modal__text-button{padding:0;border:0;background:transparent;color:#666;font-size:10px;font-weight:500;line-height:1.3;cursor:pointer}.event-modal-view{display:flex;flex-direction:column;height:100%}.event-modal-view__toolbar{display:flex;align-items:center;justify-content:space-between;flex-direction:row;gap:12px;margin-bottom:10px}.event-modal-view__toolbar-title{font-size:11px;font-weight:900;line-height:1.3;color:#004e5a}.event-modal-view__header{display:flex;align-items:center;justify-content:flex-start;flex-direction:column;gap:8px;text-align:center}.event-modal-view__eyebrow{margin:0;font-size:12px;font-weight:600;line-height:1.33;color:#0aa5a5}.event-modal-view__title{margin:0;font-size:18px;font-weight:900;line-height:1.33;color:#0aa5a5}.event-modal-view__body{display:flex;flex:1;flex-direction:column;gap:14px;min-height:0;padding-top:14px}.event-modal-view__actions,.event-modal-view__footer{flex-shrink:0}.event-modal-view__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:auto}.event-modal-view__actions>.event-modal__button:only-child{grid-column:1/-1}.event-modal-view__footer{display:flex;justify-content:center;align-items:center;padding-top:10px}.event-modal-view--intro .event-modal-view__header{gap:8px;padding-top:54px}.event-modal-view--intro .event-modal-view__body{gap:16px;padding-top:18px}.event-modal-view--drawing .event-modal-view__header{gap:8px;padding-top:36px}.event-modal-view--drawing .event-modal-view__eyebrow{font-size:18px;font-weight:900;line-height:1.2}.event-modal-view--drawing .event-modal-view__title{font-size:18px;line-height:1.22}.event-modal-view--drawing .event-modal-view__body{align-items:center;gap:20px;padding-top:26px}.event-modal-view--result .event-modal-view__header{gap:8px;padding-top:56px}.event-modal-view--result .event-modal-view__eyebrow{font-size:18px;font-weight:900;line-height:1.22;color:#004e5a}.event-modal-view--result .event-modal-view__title{font-size:18px;line-height:1.28;color:#004e5a}.event-modal-view--result .event-modal-view__body{gap:18px;padding-top:22px}.event-modal-view--benefit .event-modal-view__toolbar{margin-bottom:16px}.event-modal-view--benefit .event-modal-view__body{gap:14px;padding-top:0;overflow:hidden}.event-modal-intro__visual{display:flex;justify-content:center}.event-modal-intro__image{width:min(100%,170px);height:auto}.event-modal-intro__info{display:flex;align-items:flex-start;gap:8px;padding:14px 12px;border-radius:16px;background:#edf9f9}.event-modal-intro__info-icon{width:22px;height:22px;flex-shrink:0}.event-modal-intro__info-copy{display:flex;flex-direction:column;gap:2px}.event-modal-intro__info-title{font-size:11px;font-weight:900;line-height:1.35;color:#000}.event-modal-intro__info-description{margin:0;font-size:10px;font-weight:600;line-height:1.35;color:#606060}.event-modal-drawing__visual{display:flex;justify-content:center;width:100%}.event-modal-drawing__video{display:block;width:min(100%,256px);height:auto;object-fit:contain}.event-modal-drawing__progress{width:100%;max-width:212px;height:8px;border-radius:9999px;background:#d9d9d9;overflow:hidden}.event-modal-drawing__progress-bar{display:block;height:100%;border-radius:inherit;background:#0aa5a5}.event-modal-drawing__caption{margin:0;font-size:14px;font-weight:900;line-height:1.33;color:#666;text-align:center}.event-modal-result__accent{color:#0aa5a5}.event-modal-result__visual{display:flex;justify-content:center}.event-modal-result__image{display:block;width:min(100%,176px);height:auto}.event-modal-result__code-box{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:14px 12px 14px 16px;border-radius:16px;background:#edf9f9}.event-modal-result__code-copy{display:flex;flex-direction:column;gap:2px;min-width:0}.event-modal-result__code-label{font-size:11px;font-weight:700;line-height:1.36;color:#666}.event-modal-result__code{margin:0;font-size:15px;font-weight:900;line-height:1.3;color:#000}.event-modal-result__copy-button{min-width:62px;height:36px;padding:0 18px;border:0;border-radius:9999px;background:#d9f4f3;color:#0aa5a5;font-size:11px;font-weight:900;line-height:1.36;cursor:pointer;flex-shrink:0}.event-modal-benefit__summary{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:72px;padding:12px 14px;border-radius:16px;background:#edf9f9}.event-modal-benefit__summary-copy{display:flex;flex-direction:column;gap:6px}.event-modal-benefit__summary-title{font-size:16px;font-weight:900;line-height:1.2;color:#000}.event-modal-benefit__summary-rate{color:#0aa5a5}.event-modal-benefit__summary-expire{display:inline-flex;width:fit-content;padding:3px 9px;border-radius:9999px;background:#ffd8da;font-size:9px;font-weight:900;line-height:1.34;color:#f6444e}.event-modal-benefit__summary-icon{width:64px;height:42px;flex-shrink:0}.event-modal-benefit__recommendation{display:flex;flex-direction:column;gap:2px}.event-modal-benefit__recommendation-header{display:flex;align-items:center;gap:6px}.event-modal-benefit__recommendation-title{margin:0;font-size:14px;font-weight:900;line-height:1.22;color:#004e5a}.event-modal-benefit__recommendation-badge{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:24px;padding:0 9px;border-radius:9999px;background:#d9f4f3;font-size:9px;font-weight:900;line-height:1.34;color:#0aa5a5}.event-modal-benefit__recommendation-description{margin:0;font-size:10px;font-weight:700;line-height:1.4;color:#666}.event-modal-benefit__list{display:flex;flex-direction:column;flex:1;gap:12px;justify-content:space-between}.event-modal-benefit__item{min-height:0}.event-modal-benefit__link{display:grid;grid-template-columns:72px minmax(0,1fr);gap:10px;width:100%;padding:0;border:0;background:transparent;text-align:left;cursor:pointer}.event-modal-benefit__thumb{display:block;width:72px;height:72px;border-radius:10px;object-fit:contain;background:#fff;border:1px solid rgba(0,0,0,.08)}.event-modal-benefit__item-body{display:flex;flex-direction:column;justify-content:center;min-width:0}.event-modal-benefit__item-title{font-size:10px;font-weight:900;line-height:1.3;color:#004e5a}.event-modal-benefit__item-option{margin:2px 0 0;font-size:8px;font-weight:500;line-height:1.35;color:#666}.event-modal-benefit__item-price{margin:4px 0 0;font-size:10px;font-weight:500;line-height:1.3;color:#666}.event-modal-benefit__item-discount{display:flex;align-items:flex-end;justify-content:space-between;gap:8px;margin-top:4px}.event-modal-benefit__item-discount-label{font-size:8px;font-weight:900;line-height:1.35;color:#0aa5a5}.event-modal-benefit__item-discount-price{font-size:14px;font-weight:900;line-height:1.2;color:#f6444e}@media(min-width:768px){.event-modal{padding:24px}.event-modal__dialog{width:min(100%,22rem);height:min(31.5rem,100dvh - 48px)}.event-modal__frame{padding:24px 18px 18px}.event-modal__frame--drawing{padding-top:18px;padding-bottom:24px}.event-modal__frame--benefit{padding-top:16px;padding-bottom:14px}}.list-wrap{width:100%;padding:40px 0}.list-wrap .list-assembly__baner,.list-wrap .list-assembly__baner img{width:100%}.list-wrap .list-wrap-content .side_menu{display:none}.list-wrap .list-wrap-content .list-assembly__top{display:flex;justify-content:space-between;align-items:center;margin-top:16px}.list-wrap .list-wrap-content .list-assembly__top span{font-size:12px;margin-left:4px;font-weight:700}.list-wrap .list-wrap-content .list-assembly__title{font-size:1.25rem;font-weight:700}.list-wrap .list-wrap-content .list-assembly .filter-container{display:flex;gap:6px}.list-wrap .list-wrap-content .list-assembly .filter-button{display:flex;align-items:center;border:1px solid rgba(96,96,96,.1411764706);border-radius:999px;font-size:12px;gap:8px;padding:4px 8px}.list-wrap .list-wrap-content .list-assembly .filter-button img{width:12px}.list-wrap .list-wrap-content .list-assembly__content{margin-top:16px}.list-wrap .list-wrap-content .list-assembly__state{padding:16px 0;color:#606060;font-size:16px}.list-wrap .list-wrap-content .list-assembly__product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.list-wrap .list-wrap-content .list-assembly__add-button{background-color:#0aa5a5;color:#fff;border-radius:10px;padding:0 8px}.list-wrap .list-wrap-content .list-assembly__bottom{margin-top:16px;margin-bottom:16px}.list-wrap .list-wrap-content .list-assembly__summary-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.list-wrap .list-wrap-content .list-assembly__total{min-width:78px;height:34px;padding:0 16px;border:0;border-radius:10px;background:#d1d4dc;color:#575757;font-size:14px;font-weight:700;cursor:pointer;background-color:#f5f5f5;color:#004e5a}.list-wrap .list-wrap-content .list-assembly__list-button{min-width:78px;height:34px;padding:0 16px;border:0;border-radius:10px;background:#0aa5a5;color:#fff;font-size:14px;font-weight:700;cursor:pointer}.list-wrap .list-wrap-content .list-assembly__compatibility{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:16px;background-color:#0aa5a515;border-radius:10px}.list-wrap .list-wrap-content .list-assembly__compatibility-count,.list-wrap .list-wrap-content .list-assembly__compatibility-status{display:flex;justify-content:center;align-items:center;padding:8px}.list-wrap .list-wrap-content .list-assembly__compatibility-count{gap:8px;font-weight:700;font-size:14px}.list-wrap .list-wrap-content .list-assembly__compatibility-status{font-size:12px;color:#0aa5a5}.list-wrap .list-wrap-content .list-assembly__button-container{display:flex;gap:5px}@media(min-width:768px){.list-wrap .list-assembly__banner img{width:100%;object-fit:cover}.list-wrap .list-wrap-content .side_menu{display:none}.list-wrap .list-wrap-content .list-assembly__top .list-assembly__title{font-size:32px}.list-wrap .list-wrap-content .list-assembly__top .list-assembly__title span{font-size:20px}.list-wrap .list-wrap-content .list-assembly__content .list-assembly__product-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.list-wrap .list-assembly__banner img{width:100%}.list-wrap .list-wrap-content{display:flex;gap:25px}.list-wrap .list-wrap-content .side_menu{width:24%;display:block}.list-wrap .list-wrap-content .side_menu_top{display:flex;justify-content:space-between;background-color:#f5f5f5;border-radius:20px 20px 0 0;padding:23px;border:1px solid #e5e7eb;gap:40px}.list-wrap .list-wrap-content .side_menu_top h2{font-size:24px;color:#004e5a;font-weight:700}.list-wrap .list-wrap-content .side_menu_top .side_menu_rightbox{display:flex;align-items:center;gap:6px}.list-wrap .list-wrap-content .side_menu_top .side_menu_rightbox p{font-size:16px;font-weight:500;color:#606060}.list-wrap .list-wrap-content .side_menu_bottom_container{display:flex;flex-direction:column;padding:29px 0;gap:40px;background-color:#fff;border:1px solid #e5e7eb}.list-wrap .list-wrap-content .side_menu_bottom_container .side_menu_bottom_range{padding:0 23px}.list-wrap .list-wrap-content .side_menu_bottom_container .side_menu_bottom_range h3{font-size:20px;font-weight:700}.list-wrap .list-wrap-content .side_menu_bottom_container .side_menu_bottom_range input{width:100%}.list-wrap .list-wrap-content .side_menu_bottom_container .side_menu_bottom_range .value{display:flex;justify-content:space-between}.list-wrap .list-wrap-content .side_menu_bottom_container .side_menu_bottom_range .value p{font-size:12px;color:#606060;font-weight:500}.list-wrap .list-wrap-content .side_menu_bottom{background-color:#fff;padding:0 23px;display:flex;flex-direction:column;gap:12px}.list-wrap .list-wrap-content .side_menu_bottom_filter_container{display:flex;justify-content:space-between}.list-wrap .list-wrap-content .side_menu_bottom_filter_container h3{font-size:20px;font-weight:700}.list-wrap .list-wrap-content .side_menu_bottom_filter_list{display:flex;flex-direction:column;gap:4px;overflow:hidden;transition:max-height .4s ease-out}.list-wrap .list-wrap-content .side_menu_bottom_filter_list li{display:flex;gap:8px}.list-wrap .list-wrap-content .side_menu_bottom_filter_list li p{font-size:16px;font-weight:500;color:#606060}.list-wrap .list-wrap-content .list-assembly{width:80%}.list-wrap .list-wrap-content .list-assembly__top .list-assembly__title{font-size:24px}.list-wrap .list-wrap-content .list-assembly__top .filter-container{display:none}.list-wrap .list-wrap-content .list-assembly__content .list-assembly__product-grid{grid-template-columns:repeat(4,1fr)}}.product-card-vertical{display:flex;flex-direction:column;gap:12px;border-radius:16px;border:1px solid rgba(96,96,96,.1411764706);font-size:12px;padding:16px;font-weight:700;cursor:pointer}.product-card-vertical__thumbnail{width:100%;aspect-ratio:1/1;object-fit:contain}.product-card-vertical__title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:36px}.product-card-vertical__bottom{display:flex;justify-content:space-between;align-items:center}.rating{display:flex;gap:4px}.rating img{width:12px;height:12px}.mobile-login,.mobile-register{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;padding-top:20px;padding-bottom:135px;gap:50px}.mobile-login h2,.mobile-register h2{font-size:26px;font-weight:700}.mobile-login .auth-error-message,.mobile-register .auth-error-message{margin:-16px 0 0;color:#cf2f2f;font-size:14px;font-weight:600;line-height:1.5;text-align:center}.mobile-login form,.mobile-register form{display:flex;flex-direction:column;width:100%;gap:40px}.mobile-login form>div:first-child,.mobile-register form>div:first-child{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px}.mobile-login form>div:first-child .inputBox,.mobile-register form>div:first-child .inputBox{display:flex;align-items:center;justify-content:start;flex-direction:row;width:100%;background-color:#fff;padding:17px 26px;border-radius:20px;border:1px solid #0aa5a5;gap:20px}.mobile-login form>div:first-child .inputBox input,.mobile-register form>div:first-child .inputBox input{border:none;background-color:transparent;color:#aeaeae}.mobile-login form>div:first-child .inputBox input:focus,.mobile-register form>div:first-child .inputBox input:focus{outline:none}.mobile-login form>div:first-child .inputBox,.mobile-register form>div:first-child .inputBox{font-size:12px}.mobile-login .auth-error-message,.mobile-register .auth-error-message{margin:-36px 0 -28px;color:#cf2f2f;font-size:15px;font-weight:600;line-height:1.5;text-align:center}.mobile-login .button-container,.mobile-register .button-container{display:flex;flex-direction:column;justify-content:center;width:100%;gap:12px}.mobile-login .button-container .button-reverse,.mobile-register .button-container .button-reverse{min-width:78px;height:34px;padding:12.5px 16px;border:1px solid #0aa5a5;border-radius:10px;background:#fff;color:#0aa5a5;font-size:14px;font-weight:700;cursor:pointer;height:auto;font-size:16px}.mobile-login .button-container .button-base,.mobile-register .button-container .button-base{min-width:78px;height:34px;padding:12.5px 16px;border:0;border-radius:10px;background:#0aa5a5;color:#fff;font-size:14px;font-weight:700;cursor:pointer;width:100%;height:auto;font-size:16px}.mobile-login .button-container p,.mobile-register .button-container p{text-align:center;font-size:12px;color:#0aa5a5;font-weight:500}.mobile-login .social-container,.mobile-register .social-container{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;gap:12px}.mobile-login .social-container .social,.mobile-register .social-container .social{display:flex;align-items:center;justify-content:space-between;width:100%}.mobile-login .social-container .social p,.mobile-register .social-container .social p{width:30%;text-align:center;font-size:8px}.mobile-login .social-container .social hr,.mobile-register .social-container .social hr{width:50%;height:1px;border:none;background-color:#0aa5a5}.mobile-login .social-container .social-icons,.mobile-register .social-container .social-icons{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:50px}.pc{min-height:100vh;height:auto;display:flex;align-items:flex-start;justify-content:center;overflow-y:auto;padding:120px 100px 100px}@media(max-height:900px){.pc{padding-top:32px;padding-bottom:32px}}.pc .container{background-color:#fff;border-radius:10px;box-shadow:0 14px 28px #00000040,0 10px 10px #00000038;position:relative;overflow:hidden;width:100%;max-width:100%;height:auto;min-height:720px}.pc .container.right-panel-active .sign-in-container{transform:translate(100%)}.pc .container.right-panel-active .sign-up-container{transform:translate(100%);opacity:1;z-index:5;animation:show .6s}.pc .container.right-panel-active .overlay-container{transform:translate(-100%)}.pc .container.right-panel-active .overlay{transform:translate(50%)}.pc .container.right-panel-active .overlay-left{transform:translate(0)}.pc .container.right-panel-active .overlay-right{transform:translate(20%)}.pc h2{text-align:center}.pc p{font-size:20px;font-weight:700}.pc span{font-size:12px}.pc a{color:#333;font-size:14px;text-decoration:none;margin:0}.pc button{min-width:78px;height:34px;border:0;border-radius:10px;background:#0aa5a5;color:#fff;font-size:14px;font-weight:700;cursor:pointer;width:100%;height:auto;padding:18px}.pc form{background-color:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:65px;padding:0 50px;height:100%;text-align:center}.pc form .form-title{font-size:40px;font-weight:700}.pc form .input-container{display:flex;flex-direction:column;width:100%;gap:12px}.pc form .input-container .inputBox{display:flex;align-items:center;justify-content:start;flex-direction:row;width:100%;background-color:#fff;padding:17px 26px;border-radius:20px;border:1px solid #0aa5a5;gap:20px}.pc form .input-container .inputBox input{border:none;background-color:transparent;color:#aeaeae}.pc form .input-container .inputBox input:focus{outline:none}.pc form .input-container .inputBox{width:100%;font-size:12px}.pc form .button-container{display:flex;flex-direction:column;width:100%;gap:12px}.pc form .social-container{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;gap:12px}.pc form .social-container .social{display:flex;align-items:center;justify-content:space-between;width:100%}.pc form .social-container .social p{width:30%;text-align:center;font-size:8px}.pc form .social-container .social hr{width:50%;height:1px;border:none;background-color:#0aa5a5}.pc form .social-container .social-icons{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:50px}.pc .form-container{position:absolute;top:0;height:100%;transition:all .6s ease-in-out}.pc .sign-in-container{left:0;width:50%;z-index:2}.pc .sign-up-container{left:0;width:50%;opacity:0;z-index:1}.pc .overlay-container{position:absolute;top:0;left:50%;width:50%;height:100%;overflow:hidden;transition:transform .6s ease-in-out;z-index:100}.pc .overlay{background-image:url(/assets/login-side-back-3-z1IlCW.svg);background-repeat:no-repeat;background-size:cover;background-position:0 0;color:#fff;position:relative;left:-100%;height:100%;width:200%;transform:translate(0);transition:transform .6s ease-in-out}.pc .overlay-panel{position:absolute;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:0 40px;text-align:center;top:0;height:100%;width:50%;transform:translate(0);transition:transform .6s ease-in-out;gap:75px}.pc .overlay-panel .overlay-title{display:flex;flex-direction:column;gap:37px}.pc .overlay-panel .overlay-title h1{font-size:40px;font-weight:700}.pc .overlay-panel .button-reverse{min-width:78px;height:34px;border:1px solid #0aa5a5;border-radius:10px;background:#fff;color:#0aa5a5;font-size:14px;font-weight:700;cursor:pointer;height:auto;padding:18px 0;font-size:16px;border:none}.pc .overlay-left{transform:translate(-20%)}.pc .overlay-right{right:0;transform:translate(0)}@keyframes show{0%,49.99%{opacity:0;z-index:1}50%,to{opacity:1;z-index:5}}@media(max-width:767px){.mobile-only{display:flex}}@media(min-width:768px){.mobile-only{display:flex}}@media(min-width:1024px){.mobile-only{display:none}}@media(min-width:768px){.mobile-login,.mobile-register{padding-top:40px}}@media(max-width:767px){.pc{display:none}}@media(min-width:768px){.pc{display:none}}@media(min-width:1024px){.pc{display:flex}}.cart-page{width:100%;min-width:0;padding:20px 16px 56px;box-sizing:border-box}.cart-page__header,.cart-page__layout,.cart-page__sidebar,.cart-page__list-card,.cart-page__address-card,.cart-page__summary-card,.cart-page__address-row{min-width:0}.cart-page__header{width:100%;max-width:1280px;margin:0 auto;padding-top:0}.cart-page__title{color:#004e5a;font-size:28px;font-weight:900;line-height:1.2;text-align:center}.cart-page__progress{display:none}.cart-page__layout{display:grid;gap:36px;width:100%;max-width:1280px;margin:34px auto 0}.cart-page__list-toolbar{display:flex;align-items:center;justify-content:space-between;flex-direction:row;flex-wrap:wrap;gap:10px 12px;margin-bottom:12px}.cart-page__select-all{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;gap:8px;color:#004e5a;font-size:13px;font-weight:700;cursor:pointer}.cart-page__select-all input{position:absolute;opacity:0;pointer-events:none}.cart-page__checkbox-mark{display:flex;justify-content:center;align-items:center;position:relative;flex-shrink:0;width:22px;height:22px;border:1px solid #004e5a;border-radius:8px;background:#fff;transition:background-color .15s ease,border-color .15s ease}.cart-page__checkbox-mark:after{content:"";width:10px;height:5px;border-left:2px solid transparent;border-bottom:2px solid transparent;transform:translateY(-1px) rotate(-45deg);transition:border-color .15s ease,opacity .15s ease;opacity:0}.cart-page__select-all input:checked+.cart-page__checkbox-mark{border-color:#004e5a;background:#004e5a}.cart-page__select-all input:checked+.cart-page__checkbox-mark:after{border-color:#fff;opacity:1}.cart-page__delete-button{padding:0;border:0;background:transparent;color:#004e5a;font-size:13px;font-weight:700;cursor:pointer}.cart-page__list-card{width:100%;overflow:hidden;padding:8px 12px;border:1px solid rgba(0,78,90,.22);border-radius:12px;background:#fff;box-sizing:border-box}.cart-page__empty{padding:42px 16px;text-align:center}.cart-page__empty p{color:#004e5abd;font-size:14px;font-weight:500}.cart-page__sidebar{display:grid;gap:34px}.cart-page__section-title{margin-bottom:12px;color:#004e5a;font-size:18px;font-weight:900;line-height:1.3}.cart-page__address-card{padding:14px;border:1px solid rgba(10,165,165,.18);border-radius:18px;background:#f8fffe}.cart-page__field{display:grid;gap:8px}.cart-page__field span{color:#004e5a;font-size:13px;font-weight:700;line-height:1.2}.cart-page__field+.cart-page__field{margin-top:14px}.cart-page__input{display:flex;align-items:center;justify-content:start;flex-direction:row;width:100%;background-color:#fff;padding:17px 26px;border-radius:20px;border:1px solid #0aa5a5;gap:20px}.cart-page__input input{border:none;background-color:transparent;color:#aeaeae}.cart-page__input input:focus{outline:none}.cart-page__input{width:100%;padding:0 12px;border-radius:8px;border-color:#004e5a2e;gap:0;box-sizing:border-box}.cart-page__input input{width:100%;min-width:0;height:32px;color:#004e5a;font-size:13px;font-weight:500}.cart-page__input input::placeholder{color:#004e5a66}.cart-page__input+.cart-page__address-row,.cart-page__address-row+.cart-page__input{margin-top:8px}.cart-page__address-row{display:grid;grid-template-columns:minmax(0,1fr) 50px;gap:8px}.cart-page__address-button{min-width:78px;height:34px;padding:0;border:0;background:#0aa5a5;color:#fff;font-size:14px;font-weight:700;cursor:pointer;min-width:50px;width:50px;height:32px;border-radius:8px;font-size:13px}.cart-page__summary-card{padding:20px 16px 18px;border-radius:18px;background:#f7f7f7}.cart-page__summary-count{color:#004e5a;font-size:18px;font-weight:900;line-height:1.2}.cart-page__summary-list{margin-top:18px}.cart-page__summary-line{display:flex;align-items:center;justify-content:space-between;flex-direction:row;gap:12px;color:#004e5ae0;font-size:14px;font-weight:600;line-height:1.4}.cart-page__summary-line span{min-width:0;max-width:72%;word-break:keep-all}.cart-page__summary-line strong{flex-shrink:0;color:#004e5ae0;font-size:14px;font-weight:900;text-align:right}.cart-page__summary-line+.cart-page__summary-line{margin-top:14px}.cart-page__summary-total{display:flex;align-items:center;justify-content:space-between;flex-direction:row;gap:12px;margin-top:18px;padding-top:16px;border-top:1px solid rgba(0,78,90,.22);color:#004e5a;font-size:18px;font-weight:900;line-height:1.2}.cart-page__summary-total span,.cart-page__summary-total strong{min-width:0;word-break:keep-all}.cart-page__summary-total strong{text-align:right}.cart-page__checkout-button{min-width:78px;height:34px;padding:0;border:0;border-radius:8px;background:#0aa5a5;color:#fff;font-size:14px;font-weight:700;cursor:pointer;display:flex;justify-content:center;align-items:center;width:100%;min-height:50px;font-size:22px;line-height:1;text-decoration:none}@media(min-width:768px){.cart-page{padding:40px 24px 72px}.cart-page__layout{margin-top:48px}.cart-page__list-card{padding-right:16px;padding-left:16px}}@media(min-width:1024px){.cart-page{padding:120px 0 118px}.cart-page__header{padding-top:0}.cart-page__title{font-size:64px}.cart-page__progress{display:flex;align-items:center;justify-content:center;flex-direction:row;position:relative;gap:130px;width:500px;margin:40px auto 0}.cart-page__progress-track{position:absolute;top:25px;left:63px;right:63px;height:3px;background:#004e5af2}.cart-page__progress-step{display:flex;align-items:center;justify-content:center;flex-direction:column;position:relative;gap:10px;z-index:1}.cart-page__progress-step .cart-page__progress-link{display:flex;justify-content:center;align-items:center;width:50px;height:50px;border:2px solid rgba(0,78,90,.96);border-radius:50%;background:#fff;color:#004e5a;font-size:18px;font-weight:900;line-height:1;text-decoration:none}.cart-page__progress-step strong{color:#004e5a;font-size:18px;font-weight:900;line-height:1.2}.cart-page__progress-step--active .cart-page__progress-link{background:#004e5a;color:#fff}.cart-page__layout{grid-template-columns:minmax(0,1.55fr) minmax(340px,.95fr);gap:72px;align-items:start;margin-top:92px}.cart-page__list-card{padding:14px 12px;border-radius:18px}.cart-page__list-toolbar{margin-bottom:14px}.cart-page__select-all,.cart-page__delete-button{font-size:18px}.cart-page__sidebar{gap:30px;padding-top:1px}.cart-page__section-title{margin-bottom:14px;font-size:18px}.cart-page__address-card{padding:20px 20px 18px}.cart-page__field span{font-size:14px}.cart-page__input input,.cart-page__address-button{height:42px;font-size:14px}.cart-page__summary-card{padding:18px 18px 22px}.cart-page__summary-count,.cart-page__summary-total{font-size:18px}.cart-page__summary-line,.cart-page__summary-line strong{font-size:16px}.cart-page__summary-total{margin-top:16px;padding-top:18px}.cart-page__checkout-button{min-height:56px;font-size:24px}}.address-modal{display:flex;justify-content:center;align-items:center;position:fixed;inset:0;z-index:1000;padding:16px;background:#00000073}.address-modal__dialog{width:min(100%,520px);max-height:min(100vh - 32px,720px);overflow:hidden;border-radius:16px;background:#fff;box-shadow:0 8px 20px #0000001f}.address-modal__header{display:flex;align-items:center;justify-content:space-between;flex-direction:row;gap:16px;padding:16px 16px 12px;border-bottom:1px solid rgba(0,78,90,.12)}.address-modal__title{color:#004e5a;font-size:18px;font-weight:900;line-height:1.2}.address-modal__close{min-width:78px;height:34px;padding:0;border:0;border-radius:10px;background:transparent;color:#004e5a;font-size:14px;font-weight:700;cursor:pointer;min-width:auto;height:auto;font-size:13px}.address-modal__content{width:100%;min-height:420px;background:#fff}.address-modal__content iframe{display:block;width:100%;height:100%;min-height:460px}@media(min-width:1024px){.address-modal{padding:24px}.address-modal__dialog{width:min(100%,560px);max-height:min(100vh - 48px,760px)}.address-modal__header{padding:18px 20px 14px}.address-modal__title{font-size:20px}.address-modal__close{font-size:14px}.address-modal__content{min-height:460px}}.product-list-row{display:grid;grid-template-columns:91px minmax(0,1fr);column-gap:12px;align-items:center;padding:14px 0}.product-list-row+.product-list-row{border-top:1px solid rgba(0,78,90,.18)}.product-list-row__media{position:relative;flex-shrink:0;width:91px;height:91px}.product-list-row__check{position:absolute;top:8px;left:8px;z-index:2;cursor:pointer}.product-list-row__check input{position:absolute;opacity:0;pointer-events:none}.product-list-row__check-mark{display:flex;justify-content:center;align-items:center;position:relative;width:22px;height:22px;border:1px solid #004e5a;border-radius:8px;background:#fff;transition:background-color .15s ease,border-color .15s ease}.product-list-row__check-mark:after{content:"";width:10px;height:5px;border-left:2px solid transparent;border-bottom:2px solid transparent;transform:translateY(-1px) rotate(-45deg);transition:border-color .15s ease,opacity .15s ease;opacity:0}.product-list-row__check input:checked+.product-list-row__check-mark{border-color:#004e5a;background:#004e5a}.product-list-row__check input:checked+.product-list-row__check-mark:after{border-color:#fff;opacity:1}.product-list-row__image-link{display:block;width:100%;height:100%;text-decoration:none}.product-list-row__thumbnail{display:flex;justify-content:center;align-items:center;position:relative;width:100%;height:100%;overflow:hidden;border:1px solid #d9d9d9;border-radius:8px;background:#f5f5f5}.product-list-row__thumbnail-image{width:100%;height:100%;object-fit:cover}.product-list-row__thumbnail-empty{display:flex;justify-content:center;align-items:center;width:100%;height:100%;padding:12px;color:#004e5a8c;font-size:12px;font-weight:700;line-height:1.2;text-align:center;white-space:nowrap}.product-list-row__overlay-button{display:flex;justify-content:center;align-items:center;position:absolute;bottom:7px;width:23px;height:23px;padding:0;border:1px solid rgba(0,78,90,.18);border-radius:50%;background:#fff;box-shadow:0 2px 6px #0000001f;cursor:pointer}.product-list-row__overlay-button img{width:12px;height:12px}.product-list-row__overlay-button{flex-shrink:0}.product-list-row__overlay-button--cart{left:7px}.product-list-row__overlay-button--cart img{width:14px;height:14px}.product-list-row__overlay-button--wish{right:7px}.product-list-row__quantity{display:flex;align-items:center;justify-content:space-between;flex-direction:row;min-width:84px;width:max-content;gap:12px;flex-shrink:0;color:#004e5a;font-size:16px;font-weight:900}.product-list-row__quantity span{min-width:16px;text-align:center;line-height:1}.product-list-row__quantity-button{min-width:78px;height:34px;padding:0;border:0;background:#fff;color:#004e5a94;font-size:14px;font-weight:700;cursor:pointer;display:flex;justify-content:center;align-items:center;flex:0 0 24px;min-width:24px;width:24px;height:24px;border:1px solid rgba(0,78,90,.18);border-radius:50%;font-size:16px;line-height:1}@media(min-width:768px){.product-list-row{grid-template-columns:91px minmax(0,1fr);column-gap:18px}}@media(min-width:1024px){.product-list-row{grid-template-columns:158px minmax(0,1fr);column-gap:24px;padding:14px 0 16px}.product-list-row__media{width:158px;height:158px}.product-list-row__check-mark{width:22px;height:22px}.product-list-row__thumbnail-empty{font-size:14px}.product-list-row__quantity{min-width:108px;gap:16px;font-size:22px}.product-list-row__quantity-button{flex-basis:30px;min-width:30px;width:30px;height:30px;font-size:18px}}.product-list-name-price{display:flex;flex-direction:column;justify-content:center;min-width:0}.product-list-name-price__details{min-width:0}.product-list-name-price__category{color:#004e5a;font-size:16px;font-weight:900;line-height:1.2}.product-list-name-price__name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-top:4px;color:#004e5a;font-size:15px;font-weight:700;line-height:1.34;word-break:keep-all;overflow-wrap:anywhere}.product-list-name-price__option{margin-top:4px;color:#004e5a9e;font-size:11px;font-weight:500;line-height:1.3}.product-list-name-price__footer{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;column-gap:16px;margin-top:10px}.product-list-name-price__price{color:#004e5a;font-size:18px;font-weight:900;line-height:1;min-width:0}@media(min-width:768px){.product-list-name-price__name{max-width:480px}}@media(min-width:1024px){.product-list-name-price__category{font-size:18px}.product-list-name-price__name{max-width:360px;font-size:18px}.product-list-name-price__option{font-size:14px}.product-list-name-price__footer{margin-top:16px}.product-list-name-price__price{font-size:22px}}.list-wrap-wishlist{width:100%;padding:20px 0 40px}.list-wrap-wishlist .list-assembly__banner,.list-wrap-wishlist .list-assembly__banner img{width:100%}.list-wrap-wishlist .list-wrap-content .side_menu{display:none}.list-wrap-wishlist .list-wrap-content .list-assembly__top{display:flex;justify-content:space-between;align-items:center;margin-top:16px}.list-wrap-wishlist .list-wrap-content .list-assembly__top span{font-size:12px;margin-left:4px;font-weight:700}.list-wrap-wishlist .list-wrap-content .list-assembly__title{font-size:1.25rem;font-weight:700}.list-wrap-wishlist .list-wrap-content .list-assembly .filter-container{display:flex;gap:6px}.list-wrap-wishlist .list-wrap-content .list-assembly .filter-button{display:flex;align-items:center;border:1px solid rgba(96,96,96,.1411764706);border-radius:999px;font-size:12px;gap:8px;padding:4px 8px}.list-wrap-wishlist .list-wrap-content .list-assembly .filter-button img{width:12px}.list-wrap-wishlist .list-wrap-content .list-assembly__content{margin-top:16px}.list-wrap-wishlist .list-wrap-content .list-assembly__state{padding:16px 0;color:#606060;font-size:16px}.list-wrap-wishlist .list-wrap-content .list-assembly__product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.list-wrap-wishlist .list-wrap-content .list-assembly__add-button{background-color:#0aa5a5;color:#fff;border-radius:10px;padding:0 8px}.list-wrap-wishlist .list-wrap-content .list-assembly__bottom{margin-top:16px;margin-bottom:16px}.list-wrap-wishlist .list-wrap-content .list-assembly__summary-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.list-wrap-wishlist .list-wrap-content .list-assembly__total{min-width:78px;height:34px;padding:0 16px;border:0;border-radius:10px;background:#d1d4dc;color:#575757;font-size:14px;font-weight:700;cursor:pointer;background-color:#f5f5f5;color:#004e5a}.list-wrap-wishlist .list-wrap-content .list-assembly__list-button{min-width:78px;height:34px;padding:0 16px;border:0;border-radius:10px;background:#0aa5a5;color:#fff;font-size:14px;font-weight:700;cursor:pointer}.list-wrap-wishlist .list-wrap-content .list-assembly__compatibility{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:16px;background-color:#0aa5a515;border-radius:10px}.list-wrap-wishlist .list-wrap-content .list-assembly__compatibility-count,.list-wrap-wishlist .list-wrap-content .list-assembly__compatibility-status{display:flex;justify-content:center;align-items:center;padding:8px}.list-wrap-wishlist .list-wrap-content .list-assembly__compatibility-count{gap:8px;font-weight:700;font-size:14px}.list-wrap-wishlist .list-wrap-content .list-assembly__compatibility-status{font-size:12px;color:#0aa5a5}.list-wrap-wishlist .list-wrap-content .list-assembly__button-container{display:flex;gap:5px}.list-wrap-wishlist .list-wrap-content .list-assembly__button-container .cart-add-button{padding:5px;background-color:#fff;box-shadow:0 0 4px #00000040;border-radius:9999px}.list-wrap-wishlist .list-wrap-content .list-assembly__button-container .cart-add-button img{width:10px;height:11px}@media(min-width:768px){.list-wrap-wishlist{padding-top:40px}.list-wrap-wishlist .list-assembly__banner img{width:100%}.list-wrap-wishlist .list-wrap-content .side_menu{display:none}.list-wrap-wishlist .list-wrap-content .list-assembly__top .list-assembly__title{font-size:32px}.list-wrap-wishlist .list-wrap-content .list-assembly__top .list-assembly__title span{font-size:20px}.list-wrap-wishlist .list-wrap-content .list-assembly__content .list-assembly__product-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.list-wrap-wishlist{padding-top:40px}.list-wrap-wishlist .list-assembly__banner img{width:100%}.list-wrap-wishlist .list-wrap-content{display:flex;gap:25px}.list-wrap-wishlist .list-wrap-content .side_menu{width:24%;display:block}.list-wrap-wishlist .list-wrap-content .side_menu_top{display:flex;justify-content:space-between;background-color:#f5f5f5;border-radius:20px 20px 0 0;padding:23px;border:1px solid #e5e7eb;gap:40px}.list-wrap-wishlist .list-wrap-content .side_menu_top h2{font-size:24px;color:#004e5a;font-weight:700}.list-wrap-wishlist .list-wrap-content .side_menu_top .side_menu_rightbox{display:flex;align-items:center;gap:6px}.list-wrap-wishlist .list-wrap-content .side_menu_top .side_menu_rightbox p{font-size:16px;font-weight:500;color:#606060}.list-wrap-wishlist .list-wrap-content .side_menu_bottom_container{display:flex;flex-direction:column;padding:29px 0;gap:40px;background-color:#fff;border:1px solid #e5e7eb}.list-wrap-wishlist .list-wrap-content .side_menu_bottom_container .title{font-size:20px;font-weight:700;padding:0 23px}.list-wrap-wishlist .list-wrap-content .side_menu_bottom{background-color:#fff;padding:0 23px;display:flex;flex-direction:column;gap:12px}.list-wrap-wishlist .list-wrap-content .side_menu_bottom_filter_container{display:flex;justify-content:space-between}.list-wrap-wishlist .list-wrap-content .side_menu_bottom_filter_container h3{font-size:20px;font-weight:700;color:#606060}.list-wrap-wishlist .list-wrap-content .side_menu_bottom_filter_container img{transform:rotate(-90deg)}.list-wrap-wishlist .list-wrap-content .side_menu_bottom_filter_list{display:flex;flex-direction:column;gap:4px}.list-wrap-wishlist .list-wrap-content .side_menu_bottom_filter_list li{display:flex;gap:8px}.list-wrap-wishlist .list-wrap-content .side_menu_bottom_filter_list li p{font-size:16px;font-weight:500;color:#606060}.list-wrap-wishlist .list-wrap-content .list-assembly{width:80%}.list-wrap-wishlist .list-wrap-content .list-assembly__top .list-assembly__title{font-size:24px}.list-wrap-wishlist .list-wrap-content .list-assembly__top .filter-container{display:flex}.list-wrap-wishlist .list-wrap-content .list-assembly__content .list-assembly__product-grid{grid-template-columns:repeat(3,1fr)}}.product-detail{width:100%;padding:0 0 132px;color:#004e5a}.product-detail__breadcrumb{display:none;align-items:center;justify-content:center;gap:42px;color:#004e5a;font-size:13px;font-weight:700;line-height:1.25}.product-detail__arrow{transform:rotate(180deg)}.product-detail__hero{display:grid;gap:0}.product-detail__visual{position:relative}.product-detail__visual-frame{display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden;border:1px solid rgba(0,0,0,.04);border-radius:0;background:#f5f5f5;height:min(366px,(100vw - 32px) * .9892);min-height:320px;padding:0}.product-detail__hero-image{width:100%;max-width:min(277px,75%);max-height:61%;margin:0 auto;object-fit:contain}.product-detail__favorite{display:flex;justify-content:center;align-items:center;position:absolute;right:16px;bottom:16px;width:37px;height:37px;padding:9px;border:0;border-radius:9999px;background:#fff;box-shadow:0 0 4px #00000040;cursor:pointer}.product-detail__favorite-icon{display:block;width:20px;height:19px}.product-detail__title{margin-top:20px;color:#004e5a;font-size:20px;font-weight:700;line-height:25px;letter-spacing:0}.product-detail__price{margin-top:6px;color:#004e5a;font-size:20px;font-weight:700;line-height:25px}.product-detail__purchase-box,.product-detail__story-hero,.product-detail__reason-block,.product-detail__feature-card,.product-detail__specs{border:1px solid rgba(0,0,0,.08);border-radius:24px;background:#fff;box-shadow:0 18px 36px #0000000a}.product-detail__purchase-box{margin-top:29px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.product-detail__field{display:block}.product-detail__field select{appearance:none;width:100%;height:30px;padding:0 30px 0 10px;border:1px solid #d9d9d9;border-radius:5px;background:#fff url("data:image/svg+xml,%3csvg%20width='24'%20height='12'%20viewBox='0%200%2024%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.9468%2012L23.5008%202.32986C24.122%201.65335%2024.1634%201.05643%2023.6251%200.539095C22.9211%20-0.137416%2022.2999%20-0.177211%2021.7615%200.419711L11.9468%208.65724L2.2563%200.419711C1.71794%20-0.177211%201.09676%20-0.137416%200.392749%200.539095C-0.187023%201.09622%20-0.124905%201.69314%200.579105%202.32986L11.9468%2012Z'%20fill='%23606060'/%3e%3c/svg%3e") no-repeat right 10px center/12px 6px;color:#606060;font-size:12px;font-weight:500;cursor:pointer}.product-detail__field select::-ms-expand{display:none}.product-detail__selected{display:flex;align-items:center;justify-content:space-between;flex-direction:row;gap:8px;margin-top:9px;min-height:34px;padding:8px 10px;border-radius:5px;background:#f5f5f5}.product-detail__selected-label{color:#004e5a;font-size:12px;font-weight:700;line-height:15px}.product-detail__selected-controls{display:flex;align-items:center;justify-content:flex-end;flex-direction:row;gap:7px}.product-detail__quantity{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:6px}.product-detail__quantity button,.product-detail__quantity span{width:17px;height:16px}.product-detail__quantity button{border:1px solid rgba(0,78,90,.3);border-radius:5px;background:#f5f5f5;color:#004e5a;font-size:10px;line-height:1;cursor:pointer}.product-detail__quantity span{display:flex;justify-content:center;align-items:center;color:#004e5a;font-size:12px;font-weight:700}.product-detail__selected-price{color:#004e5a;font-size:12px;font-weight:700;line-height:15px;white-space:nowrap}.product-detail__total{display:flex;align-items:center;justify-content:flex-end;flex-direction:row;gap:6px;margin-top:15px;color:#003a43;font-size:8px;font-weight:500;text-align:right}.product-detail__total span{color:#003a43}.product-detail__total strong{font-size:16px;font-weight:700;line-height:20px}.product-detail__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:34px}.product-detail__button{height:32px;border-radius:5px;font-size:10px;font-weight:700;cursor:pointer}.product-detail__button--ghost{border:1px solid #0aa5a5;background:#fff;color:#0aa5a5}.product-detail__button--primary{border:0;background:#0aa5a5;color:#fff}.product-detail__tabs{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:0;position:relative;top:auto;z-index:5;width:min(184px,100%);margin:20px auto;padding:4px;border:1px solid rgba(96,96,96,.24);border-radius:999px;background:#fff;-webkit-backdrop-filter:none;backdrop-filter:none}.product-detail__tabs button{flex:1;height:17px;border:0;border-radius:999px;background:transparent;color:#606060;font-size:10px;font-weight:500;cursor:pointer}.product-detail__tabs .is-active{background:#f5f5f5;color:#004e5a}.product-detail__story+.product-detail__tabs{margin-top:20px;margin-bottom:12px}.product-detail__story,.product-detail__reviews{scroll-margin-top:132px}.product-detail__story{display:grid;gap:0}.product-detail__overview-preview{position:relative;overflow:hidden}.product-detail__overview-preview.is-collapsed{max-height:738px}.product-detail__overview-preview.is-collapsed:after{content:"";position:absolute;right:0;bottom:0;left:0;height:96px;background:linear-gradient(180deg,#fff0,#ffffffeb 68%,#fff);pointer-events:none}.product-detail__overview-preview-inner{display:grid;gap:0}.product-detail__overview-toggle{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:8px;width:100%;height:28px;margin:7px auto 0;border:1px solid #d9d9d9;border-radius:5px;background:#fff;color:#606060;font-size:10px;font-weight:700;cursor:pointer;position:relative;z-index:1}.product-detail__overview-toggle-icon{width:12px;height:12px;transition:transform .2s ease}.product-detail__overview-toggle-icon.is-expanded{transform:rotate(180deg)}.product-detail__story-hero,.product-detail__feature-card{overflow:hidden}.product-detail__story-hero{border:0;border-radius:0;background:transparent;box-shadow:none}.product-detail__story-copy{display:none}.product-detail__story-copy,.product-detail__feature-copy,.product-detail__specs-header{padding:22px 22px 0}.product-detail__story-eyebrow,.product-detail__section-label{color:#00000073;font-size:12px;font-weight:600;letter-spacing:.04em}.product-detail__story-copy h2,.product-detail__section-title{margin-top:8px;color:#004e5a;font-size:30px;font-weight:900;line-height:1.18;letter-spacing:-.03em}.product-detail__story-copy p:last-child,.product-detail__feature-body{margin-top:10px;color:#000000ad;font-size:15px;line-height:1.6}.product-detail__story-image,.product-detail__feature-image{margin-top:0;background:transparent}.product-detail__story-image img,.product-detail__feature-image img{width:100%;height:auto;object-fit:contain}.product-detail__reason-block{padding:22px}.product-detail__reason-grid{display:grid;gap:12px;margin-top:18px}.product-detail__reason-card{padding:18px;border-radius:20px;background:linear-gradient(180deg,#263238eb,#56646ee6);color:#fff}.product-detail__reason-title{font-size:18px;font-weight:900;line-height:1.3}.product-detail__reason-body{margin-top:8px;color:#ffffffc7;font-size:14px;line-height:1.6}.product-detail__feature-card{display:grid}.product-detail__feature-image{min-height:260px}.product-detail__specs{padding:0 0 18px}.product-detail__spec-list{display:grid;gap:12px;padding:20px 22px 0}.product-detail__spec-row{display:flex;align-items:center;justify-content:space-between;flex-direction:row;gap:16px;padding:14px 16px;border-radius:16px;background:#f6fbfb}.product-detail__spec-row span{color:#00000080;font-size:13px;font-weight:600}.product-detail__spec-row strong{color:#004e5a;font-size:14px;font-weight:700;text-align:right}.product-detail__reviews{position:relative;margin-top:0}.product-detail__review-photo-swiper{display:block;position:absolute;top:12px;right:0;left:99px;z-index:2;overflow:hidden}.product-detail__review-photo-swiper .swiper{overflow:visible}.product-detail__review-photo-swiper .swiper-slide{width:67px;height:67px;overflow:hidden;border-radius:5px;background:#fff}.product-detail__review-photo-swiper img{display:block;width:100%;height:100%;object-fit:cover}.product-detail .review-section{gap:0;margin-top:0}.product-detail .review-section__summary{display:block;height:101px;padding:5px 0 0;border:0;border-radius:0;background:#fff;box-shadow:none}.product-detail .review-section__eyebrow,.product-detail .review-section__photo-box,.product-detail .review-section__gallery,.product-detail .review-section__sort{display:none}.product-detail .review-section__score-row{display:block;margin-top:0}.product-detail .review-section__score{font-size:16px;line-height:20px}.product-detail .review-section__score:after{content:"/5";margin-left:2px;font-size:8px;line-height:10px}.product-detail .review-section__stars{display:block;margin-top:5px}.product-detail .review-section__stars .rating{gap:2px}.product-detail .review-section__stars .rating img{width:12px;height:12px}.product-detail .review-section__meta{margin-top:9px;color:#004e5a;font-size:8px;font-weight:700;line-height:10px}.product-detail .review-section__meta:before{content:"("}.product-detail .review-section__meta:after{content:")"}.product-detail .review-section__list{gap:12px;margin-top:0}.product-detail .review-card{display:flex;flex-direction:column;min-height:181px;padding:12px 14px;border-color:#6060603d;border-radius:5px;box-shadow:none}.product-detail .review-card__top{order:1}.product-detail .review-card__author{font-size:12px;line-height:15px}.product-detail .review-card__date{color:#b3b3b3;font-size:12px;font-weight:500;line-height:15px}.product-detail .review-card__rating{margin-top:1px}.product-detail .review-card__rating .rating{gap:2px}.product-detail .review-card__rating .rating img{width:12px;height:12px}.product-detail .review-card__body{order:2;margin-top:12px;color:#003a43;font-size:10px;font-weight:500;line-height:12.5px}.product-detail .review-card__images{order:3;gap:12px;margin-top:12px}.product-detail .review-card__image{width:67px;height:67px;border:0;border-radius:5px}.product-detail .review-card__actions{display:none}.product-detail .review-section__more{height:28px;margin-top:12px;border-color:#d9d9d9;border-radius:5px;color:#606060;font-size:10px;box-shadow:none}.product-detail .review-section__more-icon{width:12px;height:12px}@media(min-width:768px){.product-detail{width:min(720px,100vw - 48px);max-width:calc(100vw - 48px);margin:0 auto;padding-top:32px}.product-detail__breadcrumb{display:flex;width:118px;margin:0 auto;justify-content:space-between;gap:0;font-size:14px;line-height:18px}.product-detail__hero{grid-template-columns:1fr;gap:0;margin-top:56px}.product-detail__content,.product-detail__story,.product-detail__reviews{width:100%}.product-detail__title{width:100%;margin-top:28px;font-size:28px;line-height:35px}.product-detail__price{width:100%;margin-top:10px;font-size:28px;line-height:35px}.product-detail__purchase-box{margin-top:40px}.product-detail__field select,.product-detail__selected,.product-detail__overview-toggle{width:100%}.product-detail__field select{height:44px;padding:0 40px 0 16px;border-radius:8px;background-position:right 16px center;background-size:16px 8px;font-size:16px}.product-detail__selected{margin-top:14px;min-height:54px;padding:12px 16px;border-radius:8px}.product-detail__selected-label,.product-detail__selected-price{font-size:16px;line-height:20px}.product-detail__selected-controls{gap:12px}.product-detail__quantity{gap:8px}.product-detail__quantity button,.product-detail__quantity span{width:26px;height:26px}.product-detail__quantity button{border-radius:8px;font-size:14px}.product-detail__quantity span{font-size:15px}.product-detail__total{gap:10px;margin-top:22px;font-size:13px}.product-detail__total strong{font-size:24px;line-height:30px}.product-detail__actions{gap:20px;margin-top:34px}.product-detail__button{height:44px;border-radius:8px;font-size:14px}.product-detail__tabs{width:260px;margin:44px auto;padding:5px}.product-detail__tabs button{height:28px;font-size:14px}.product-detail__story+.product-detail__tabs{margin-top:56px;margin-bottom:24px}.product-detail__overview-preview.is-collapsed{max-height:1280px}.product-detail__visual-frame{width:100%;height:520px;min-height:520px}.product-detail__hero-image{max-width:420px;max-height:330px}.product-detail__favorite{right:22px;bottom:22px;width:42px;height:42px}.product-detail__favorite-icon{width:22px;height:21px}.product-detail__overview-toggle{height:40px;margin-top:10px;font-size:14px}.product-detail__overview-toggle-icon{width:16px;height:16px}.product-detail__review-photo-swiper{display:block;top:18px;right:0;left:172px}.product-detail__review-photo-swiper .swiper-slide{width:110px;height:110px}.product-detail .review-section__summary{height:146px;padding-top:12px}.product-detail .review-section__score{font-size:22px;line-height:28px}.product-detail .review-section__score:after{font-size:12px;line-height:15px}.product-detail .review-section__stars{margin-top:9px}.product-detail .review-section__stars .rating img{width:16px;height:16px}.product-detail .review-section__meta{margin-top:14px;font-size:12px;line-height:15px}.product-detail .review-section__list{gap:16px}.product-detail .review-card{min-height:224px;padding:18px 20px;border-radius:8px}.product-detail .review-card__author,.product-detail .review-card__date{font-size:15px;line-height:19px}.product-detail .review-card__rating .rating img{width:14px;height:14px}.product-detail .review-card__body{margin-top:16px;font-size:13px;line-height:18px}.product-detail .review-card__images{gap:14px;margin-top:16px}.product-detail .review-card__image{width:100px;height:100px;border-radius:8px}.product-detail .review-section__more{height:40px;margin-top:16px;font-size:14px}.product-detail__reason-grid,.product-detail__spec-list{grid-template-columns:1fr}}@media(min-width:1024px){.product-detail{width:min(1320px,100vw - 48px);margin:0 0 0 50%;padding-top:120px;padding-bottom:88px;transform:translate(-50%)}.product-detail__breadcrumb{display:flex;width:142px;margin:0 auto;justify-content:space-between;font-size:16px;line-height:20px}.product-detail__hero{grid-template-columns:minmax(0,649fr) minmax(0,648fr);align-items:start;gap:24px;margin-top:116px}.product-detail__content{position:relative;width:100%;height:auto;min-height:0;aspect-ratio:648/634}.product-detail__tabs{width:min(376px,100%);top:auto;margin:120px auto 119px}.product-detail__overview-preview.is-collapsed{max-height:1768px}.product-detail__story{width:871px;margin:0 auto}.product-detail__story+.product-detail__tabs{margin-top:120px;margin-bottom:38px}.product-detail__visual-frame{width:100%;height:auto;min-height:0;aspect-ratio:649/634;padding:0}.product-detail__hero-image{width:74.11%;height:auto;max-width:481px;max-height:385px}.product-detail__favorite{right:16px;bottom:16px;width:clamp(30px,2.7vw,37px);height:clamp(30px,2.7vw,37px);padding:9px}.product-detail__favorite-icon{width:clamp(16px,1.46vw,20px);height:clamp(15px,1.39vw,19px)}.product-detail__title{width:82.72%;margin-top:0;color:#004e5a;font-size:clamp(30px,2.92vw,40px);font-weight:700;line-height:clamp(38px,3.66vw,50px)}.product-detail__price{width:82.72%;margin-top:24px;color:#004e5a;font-size:clamp(30px,2.92vw,40px);font-weight:700;line-height:clamp(38px,3.66vw,50px)}.product-detail__purchase-box{position:absolute;top:50%;left:0;width:100%;height:50%;margin-top:0}.product-detail__field select{width:100%;height:clamp(42px,4.02vw,55px);padding:0 50px 0 18px;border-color:#d9d9d9;border-radius:clamp(8px,.73vw,10px);background-position:right 18px center;background-size:clamp(16px,1.46vw,20px) clamp(8px,.73vw,10px);color:#606060;font-size:clamp(15px,1.46vw,20px);font-weight:500;line-height:clamp(19px,1.83vw,25px)}.product-detail__selected{width:100%;height:clamp(52px,5.04vw,69px);min-height:0;margin-top:17px;padding:13px 18px;border-radius:clamp(8px,.73vw,10px)}.product-detail__selected-label,.product-detail__selected-price{color:#004e5a;font-size:clamp(15px,1.46vw,20px);font-weight:700;line-height:clamp(19px,1.83vw,25px)}.product-detail__selected-controls,.product-detail__quantity{gap:12px}.product-detail__quantity button{width:clamp(24px,2.34vw,32px);height:clamp(23px,2.27vw,31px);border-color:#004e5a4d;border-radius:clamp(8px,.73vw,10px);background:#f5f5f5;color:#004e5a;font-size:clamp(12px,1.17vw,16px)}.product-detail__quantity span{width:clamp(6px,.51vw,7px);height:clamp(15px,1.46vw,20px);color:#004e5a;font-size:clamp(12px,1.17vw,16px);line-height:clamp(15px,1.46vw,20px)}.product-detail__total{align-items:flex-end;width:41.05%;height:clamp(29px,2.78vw,38px);gap:12px;margin-top:32px;margin-left:auto;color:#004e5a;font-size:clamp(12px,1.17vw,16px);font-weight:500}.product-detail__total span{width:30.83%;line-height:clamp(15px,1.46vw,20px);white-space:nowrap}.product-detail__total strong{width:64.66%;color:#004e5a;font-size:clamp(23px,2.19vw,30px);font-weight:700;line-height:clamp(29px,2.78vw,38px);white-space:nowrap}.product-detail__actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:50px}.product-detail__button{height:clamp(42px,4.09vw,56px);border-radius:clamp(8px,.73vw,10px);font-size:clamp(12px,1.17vw,16px);font-weight:700;line-height:clamp(15px,1.46vw,20px)}.product-detail__story-hero,.product-detail__feature-card{display:block}.product-detail__story-image{width:871px;min-height:0}.product-detail__overview-toggle{width:871px}.product-detail__specs-header{padding:32px 32px 0}.product-detail__spec-list{padding:24px 32px 0}.product-detail .review-section{position:relative;gap:0;margin-top:0}.product-detail__reviews{position:relative}.product-detail__review-photo-swiper{display:block;position:absolute;top:22px;right:30px;left:336px;z-index:2;overflow:hidden}.product-detail__review-photo-swiper .swiper{overflow:visible}.product-detail__review-photo-swiper .swiper-slide{width:140px;height:140px;overflow:hidden;border-radius:10px;background:#fff}.product-detail__review-photo-swiper img{display:block;width:100%;height:100%;object-fit:cover}.product-detail .review-section__summary{position:relative;display:block;height:183px;padding:22px 30px;border:1px solid #d9d9d9;border-radius:0;background:#fff;box-shadow:none}.product-detail .review-section__eyebrow,.product-detail .review-section__photo-box,.product-detail .review-section__gallery,.product-detail .review-section__sort{display:none}.product-detail .review-section__score-row{display:block;margin-top:0}.product-detail .review-section__score{font-size:24px;line-height:30px}.product-detail .review-section__score:after{content:"/ 5";margin-left:2px;font-size:24px;line-height:30px}.product-detail .review-section__stars{display:block;margin-top:16px}.product-detail .review-section__stars .rating img{width:20px;height:20px}.product-detail .review-section__meta{margin-top:21px;color:#004e5a;font-size:20px;font-weight:700;line-height:25px}.product-detail .review-section__meta:before{content:"("}.product-detail .review-section__meta:after{content:")"}.product-detail .review-section__gallery-item{flex:0 0 140px;width:140px;height:140px;border:0;border-radius:10px}.product-detail .review-section__list{gap:16px;margin-top:38px}.product-detail .review-card{min-height:244px;padding:20px 22px;border-color:#d9d9d9;border-radius:10px;box-shadow:none}.product-detail .review-card__author{font-size:24px;line-height:30px}.product-detail .review-card__date{font-size:16px;font-weight:500;line-height:20px}.product-detail .review-card__rating .rating img{width:18px;height:18px}.product-detail .review-card__images{gap:12px;margin-top:16px}.product-detail .review-card__image{width:140px;height:140px;border:0;border-radius:10px}.product-detail .review-card__body{margin-top:16px;color:#004e5a;font-size:16px;line-height:20px}.product-detail .review-section__more{height:50px;margin-top:38px;border-color:#d9d9d9;border-radius:5px;color:#606060;font-size:16px}}.review-section{display:flex;flex-direction:column;gap:20px;margin-top:50px}.review-section__summary{display:flex;align-items:center;justify-content:space-between;flex-direction:row;gap:16px;padding:18px;border:1px solid rgba(0,0,0,.08);border-radius:22px;background:linear-gradient(180deg,#fff,#eef9f9)}.review-section__eyebrow{color:#00000080;font-size:16px;font-weight:600;letter-spacing:.03em}.review-section__score-row{display:flex;align-items:flex-end;justify-content:flex-start;flex-direction:row;gap:10px;margin-top:6px}.review-section__score{color:#004e5a;font-size:45px;font-weight:900;line-height:1}.review-section__stars{display:inline-flex}.review-section__stars .rating img{width:22px;height:22px}.review-section__meta{margin-top:6px;color:#0000008f;font-size:18px;font-weight:600}.review-section__photo-box{display:flex;align-items:center;justify-content:center;flex-direction:column;min-width:92px;min-height:92px;padding:12px;border-radius:20px;background:#0aa5a514;color:#004e5a}.review-section__photo-count{font-size:26px;font-weight:900;line-height:1}.review-section__photo-label{margin-top:6px;font-size:16px;font-weight:600}.review-section__gallery{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.review-section__sort{display:flex;align-items:center;justify-content:flex-end;flex-direction:row;flex-wrap:wrap;gap:8px}.review-section__sort button{padding:0;border:0;background:transparent;color:#0000006b;font-size:14px;font-weight:600;cursor:pointer}.review-section__sort .is-active{color:#004e5a}.review-section__gallery-item,.review-card__image{overflow:hidden;border-radius:14px;border:1px solid rgba(0,0,0,.08);background:#fff}.review-section__gallery-item{aspect-ratio:1/1}.review-section__gallery-item img,.review-card__image img{width:100%;height:100%;object-fit:cover}.review-section__list{display:flex;flex-direction:column;gap:14px}.review-card{padding:18px;border:1px solid rgba(0,0,0,.08);border-radius:18px;background:#fff;box-shadow:0 12px 28px #0000000a}.review-card__top{display:flex;align-items:flex-start;justify-content:space-between;flex-direction:row;gap:12px}.review-card__author{color:#004e5a;font-size:24px;font-weight:700}.review-card__rating{margin-top:4px}.review-card__rating .rating img{width:18px;height:18px}.review-card__date{color:#00000073;font-size:15px;font-weight:600;white-space:nowrap}.review-card__body{margin-top:12px;color:#000000b8;font-size:16px;line-height:1.6}.review-card__actions{display:flex;align-items:center;justify-content:space-between;flex-direction:row;gap:12px;margin-top:18px}.review-card__helpful,.review-card__report{padding:0;border:0;background:transparent;cursor:pointer}.review-card__helpful{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:6px;min-width:94px;height:32px;padding:0 12px;border:1px solid #0aa5a5;border-radius:999px;color:#0aa5a5;font-size:12px;font-weight:600}.review-card__helpful img{width:16px;height:16px}.review-card__helpful.is-active{background:#0aa5a514}.review-card__report{color:#00000070;font-size:12px;font-weight:600;text-decoration:underline;text-underline-offset:2px}.review-card__images{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.review-card__image{width:100px;height:100px;padding:0;cursor:pointer}.review-section__more{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:8px;width:100%;height:44px;margin:-2px auto 0;border:1px solid rgba(0,0,0,.14);border-radius:8px;background:#fff;color:#000000bd;font-size:15px;font-weight:700;cursor:pointer;position:relative;z-index:1}.review-section__more-icon{width:18px;height:18px;transition:transform .2s ease}.review-section__more-icon.is-expanded{transform:rotate(180deg)}.review-lightbox{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px 16px;background:#000000bd}.review-lightbox__dialog{width:min(100%,860px)}.review-lightbox__stage{display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:18px;background:#050505}.review-lightbox__image{display:block;width:100%;max-height:min(70vh,760px);object-fit:contain}.review-lightbox__footer{margin-top:16px}.review-lightbox__thumbs{display:flex;gap:8px;overflow-x:auto;padding-bottom:6px}.review-lightbox__thumb{flex:0 0 auto;width:64px;height:64px;padding:0;overflow:hidden;border:2px solid transparent;border-radius:12px;background:#fff;cursor:pointer}.review-lightbox__thumb img{width:100%;height:100%;object-fit:cover}.review-lightbox__thumb.is-active{border-color:#4a89ff}.review-lightbox__count{margin-top:10px;color:#ffffffe6;font-size:14px;font-weight:600;text-align:center}.review-lightbox__close,.review-lightbox__nav{position:absolute;border:0;background:transparent;color:#fff;cursor:pointer}.review-lightbox__close{top:18px;right:22px;font-size:46px;line-height:1}.review-lightbox__nav{top:50%;transform:translateY(-50%);font-size:72px;line-height:1;padding:8px}.review-lightbox__nav--prev{left:18px}.review-lightbox__nav--next{right:18px}@media(min-width:768px){.review-section__eyebrow{font-size:24px}.review-section__score{font-size:50px}.review-section__stars .rating img{width:24px;height:24px}.review-section__meta{font-size:20px}.review-section__photo-count{font-size:24px}.review-section__photo-label{font-size:20px}.review-card__author{font-size:28px}.review-card__rating .rating img{width:26px;height:26px}.review-card__date{font-size:20px;font-weight:500}.review-card__body{font-size:20px}.review-card__helpful{min-width:122px;height:40px;padding:0 16px;font-size:14px}.review-card__helpful img{width:18px;height:18px}.review-card__report{font-size:14px}.review-section__gallery{grid-template-columns:repeat(6,minmax(0,1fr))}.review-section__sort button{font-size:16px}.review-card__image{width:150px;height:150px}}@media(min-width:1024px){.review-section__eyebrow{font-size:20px}.review-section__score{font-size:50px}.review-section__stars .rating img{width:28px;height:28px}.review-section__meta{font-size:22px}.review-section__sort button{font-size:18px}.review-section__photo-count{font-size:40px}.review-section__photo-label{font-size:26px}.review-card__author{font-size:30px}.review-card__rating .rating img{width:26px;height:26px}.review-card__date{font-size:20px;font-weight:600}.review-card__body{font-size:20px;line-height:1.55}.review-card__helpful{min-width:128px;height:42px;font-size:15px}.review-card__report{font-size:15px}.review-lightbox{padding:28px 84px}.review-lightbox__dialog{width:min(100%,920px)}}.payment-page{width:100%;min-width:0;padding:20px 16px 56px;box-sizing:border-box}.payment-page__header,.payment-page__layout,.payment-page__content,.payment-page__sidebar,.payment-page__card,.payment-page__summary-card,.payment-page__method-list,.payment-page__field-row,.payment-page__address-row{min-width:0}.payment-page__header{width:100%;max-width:1280px;margin:0 auto;padding-top:0}.payment-page__title{color:#004e5a;font-size:28px;font-weight:900;line-height:1.2;text-align:center}.payment-page__progress{display:none}.payment-page__layout{display:grid;gap:36px;width:100%;max-width:1280px;margin:34px auto 0}.payment-page__content,.payment-page__sidebar{display:grid;gap:36px}.payment-page__section-title{margin-bottom:14px;color:#004e5a;font-size:18px;font-weight:900;line-height:1.3}.payment-page__section-title--desktop{display:none}.payment-page__method-list{display:grid;grid-template-columns:1fr;gap:10px}.payment-page__method-option{display:flex;align-items:center;justify-content:flex-start;flex-direction:column;min-height:112px;padding:16px 12px;border:1px solid rgba(0,78,90,.18);border-radius:12px;background:#fff;cursor:pointer;transition:border-color .15s ease}.payment-page__method-option--active{border-color:#004e5aeb}.payment-page__method-icon-box{display:flex;justify-content:center;align-items:center;flex:1;width:100%;min-height:44px}.payment-page__method-icon{width:auto;max-width:74px;max-height:44px}.payment-page__method-label{color:#004e5a;font-size:13px;font-weight:700;line-height:1.3;text-align:center;word-break:keep-all}.payment-page__card{padding:16px;border:1px solid rgba(0,78,90,.18);border-radius:22px;background:#f8fffe}.payment-page__card--shipping{padding:14px;border-color:#0aa5a52e;border-radius:18px}.payment-page__field{display:grid;gap:8px}.payment-page__field+.payment-page__field{margin-top:14px}.payment-page__field--shipping+.payment-page__field--shipping{margin-top:14px}.payment-page__field-label{color:#004e5a;font-size:13px;font-weight:700;line-height:1.2}.payment-page__field-row{display:grid;grid-template-columns:1fr;gap:10px;margin-top:16px}.payment-page__field-row .payment-page__field+.payment-page__field{margin-top:0}.payment-page__input{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;gap:8px;width:100%;min-height:36px;padding:0 12px;border:1px solid rgba(0,78,90,.18);border-radius:10px;background:#fff;box-sizing:border-box}.payment-page__input input{width:100%;min-width:0;height:34px;border:0;background:transparent;color:#004e5a;font-size:13px;font-weight:500}.payment-page__input input::placeholder{color:#004e5a57}.payment-page__input input:focus{outline:none}.payment-page__input--shipping{display:flex;align-items:center;justify-content:start;flex-direction:row;width:100%;background-color:#fff;padding:17px 26px;border-radius:20px;border:1px solid #0aa5a5;gap:20px}.payment-page__input--shipping input{border:none;background-color:transparent;color:#aeaeae}.payment-page__input--shipping input:focus{outline:none}.payment-page__input--shipping{min-height:0;padding:0 12px;border-radius:8px;border-color:#004e5a2e;gap:0}.payment-page__input--shipping input{min-width:0;height:32px;font-size:13px}.payment-page__input--shipping input::placeholder{color:#004e5a66}.payment-page__input--shipping+.payment-page__address-row,.payment-page__address-row+.payment-page__input--shipping{margin-top:8px}.payment-page__input-icon{display:block;flex-shrink:0;width:auto;max-width:38px;max-height:16px}.payment-page__address-row{display:grid;grid-template-columns:minmax(0,1fr) 50px;gap:8px}.payment-page__address-button{min-width:78px;height:34px;padding:0;border:0;border-radius:8px;background:#0aa5a5;color:#fff;font-size:14px;font-weight:700;cursor:pointer;min-width:50px;width:50px;height:32px;font-size:13px}.payment-page__save-card{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;gap:8px;margin-top:18px;cursor:pointer}.payment-page__save-card input{position:absolute;opacity:0;pointer-events:none}.payment-page__save-card-mark{display:flex;justify-content:center;align-items:center;width:16px;height:16px;border-radius:5px;background:#004e5a}.payment-page__save-card-mark:after{content:"";width:7px;height:4px;border-left:2px solid #ffffff;border-bottom:2px solid #ffffff;transform:translateY(-1px) rotate(-45deg)}.payment-page__save-card-label{color:#004e5a;font-size:13px;font-weight:700;line-height:1.2}.payment-page__summary-card{padding:18px 16px;border-radius:22px;background:#f7f7f7}.payment-page__summary-count{color:#004e5a;font-size:18px;font-weight:900;line-height:1.2}.payment-page__summary-list{margin-top:18px}.payment-page__summary-line{display:flex;align-items:center;justify-content:space-between;flex-direction:row;gap:12px;color:#004e5ad6;font-size:14px;font-weight:600;line-height:1.45}.payment-page__summary-line span{min-width:0;max-width:65%;word-break:keep-all}.payment-page__summary-line strong{flex-shrink:0;color:#004e5ad6;font-size:14px;font-weight:900;text-align:right}.payment-page__summary-line+.payment-page__summary-line{margin-top:14px}.payment-page__summary-total{display:flex;align-items:center;justify-content:space-between;flex-direction:row;gap:12px;margin-top:18px;padding-top:18px;border-top:1px solid rgba(0,78,90,.22);color:#004e5a;font-size:18px;font-weight:900;line-height:1.2}.payment-page__summary-total span,.payment-page__summary-total strong{min-width:0;word-break:keep-all}.payment-page__summary-total strong{text-align:right}.payment-page__submit{min-width:78px;height:34px;padding:0;border:0;border-radius:10px;background:#0aa5a5;color:#fff;font-size:14px;font-weight:700;cursor:pointer;width:100%;min-height:46px;font-size:16px;font-weight:900}@media(min-width:480px){.payment-page__method-list{grid-template-columns:repeat(3,minmax(0,1fr))}.payment-page__field-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:768px){.payment-page{padding:40px 24px 72px}.payment-page__layout{margin-top:48px}.payment-page__card{padding-right:18px;padding-left:18px}.payment-page__card--shipping{padding-right:14px;padding-left:14px}.payment-page__method-option{min-height:138px}}@media(min-width:1024px){.payment-page{padding:120px 0 118px}.payment-page__header{padding-top:0}.payment-page__title{font-size:64px}.payment-page__progress{display:flex;align-items:center;justify-content:center;flex-direction:row;position:relative;gap:130px;width:500px;margin:40px auto 0}.payment-page__progress-track{position:absolute;top:25px;left:63px;right:63px;height:3px;background:#004e5af2}.payment-page__progress-step{display:flex;align-items:center;justify-content:center;flex-direction:column;position:relative;gap:10px;z-index:1}.payment-page__progress-step .payment-page__progress-link{display:flex;justify-content:center;align-items:center;width:50px;height:50px;border:2px solid rgba(0,78,90,.96);border-radius:50%;background:#fff;color:#004e5a;font-size:18px;font-weight:900;line-height:1;text-decoration:none}.payment-page__progress-step strong{color:#004e5a;font-size:18px;font-weight:900;line-height:1.2}.payment-page__progress-step--active .payment-page__progress-link{background:#004e5a;color:#fff}.payment-page__layout{grid-template-columns:minmax(0,1.55fr) minmax(340px,.95fr);gap:70px;align-items:start;margin-top:92px}.payment-page__content,.payment-page__sidebar{gap:34px}.payment-page__section-title{margin-bottom:14px;font-size:18px}.payment-page__section-title--desktop{display:block}.payment-page__method-list{gap:8px}.payment-page__method-option{min-height:105px;padding:14px 10px 12px;border-radius:12px}}@media(min-width:1024px)and (hover:hover){.payment-page__method-option:hover{border-color:#004e5a7a}.payment-page__method-option--active:hover{border-color:#004e5aeb}}@media(min-width:1024px){.payment-page__method-icon-box{min-height:40px}.payment-page__method-icon{max-width:74px;max-height:45px}.payment-page__method-label{font-size:13px}.payment-page__card{padding:20px 34px 18px;border-radius:18px}.payment-page__card--shipping{padding:20px 20px 18px}.payment-page__field{gap:8px}.payment-page__field+.payment-page__field{margin-top:14px}.payment-page__field-label,.payment-page__save-card-label{font-size:14px}.payment-page__field-row{gap:20px}.payment-page__input{min-height:42px;border-radius:10px}.payment-page__input input{height:40px;font-size:14px}.payment-page__input--shipping input{height:42px;font-size:14px}.payment-page__address-row{grid-template-columns:minmax(0,1fr) 50px}.payment-page__address-button{height:42px;font-size:14px}.payment-page__save-card{margin-top:16px}.payment-page__summary-card{padding:18px 18px 22px;border-radius:18px}.payment-page__summary-count,.payment-page__summary-total{font-size:18px}.payment-page__summary-line,.payment-page__summary-line strong{font-size:16px}.payment-page__summary-total{margin-top:16px;padding-top:18px}.payment-page__submit{min-height:56px;font-size:24px;border-radius:12px}}.my-page{width:100%;padding-top:20px;padding-bottom:84px;color:#004e5a}.my-page__mobile-frame{width:100%;max-width:402px;margin:0 auto}.my-page__header{padding-top:0}.my-page__header h1{margin:0;font-size:28px;font-weight:900;line-height:1.2}.my-page__profile-card,.my-page__info-panel,.my-page__recent-panel,.my-page__history-panel{background:#fff;border:1px solid rgba(0,78,90,.1);border-radius:22px}.my-page__profile-card{margin-top:40px;overflow:hidden}.my-page__profile-main{padding:18px 16px 12px}.my-page__nickname{margin:0;font-size:28px;font-weight:900;line-height:1.15}.my-page__email{margin:8px 0 0;font-size:16px;font-weight:600;line-height:1.4;color:#004e5ac7}.my-page__metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));min-height:90px;border-top:1px solid rgba(0,78,90,.08)}.my-page__metric{display:flex;align-items:center;justify-content:center;flex-direction:column;position:relative;gap:10px;padding:16px 10px;color:#004e5a;text-decoration:none}.my-page__metric strong{display:none}.my-page__metric-label{font-size:15px;font-weight:600;line-height:1.2;text-align:center;word-break:keep-all}.my-page__metric-icon{display:flex;justify-content:center;align-items:center;width:42px;height:42px}.my-page__metric-icon svg,.my-page__metric-icon img{width:42px;height:42px}.my-page__metric-icon svg{stroke:#004e5a;stroke-width:1;fill:none;stroke-linecap:round;stroke-linejoin:round}.my-page__metric-icon img{object-fit:contain}.my-page__metric-icon--review img{width:30px;height:30px}.my-page__metric-divider{position:absolute;top:8px;right:0;width:1px;height:calc(100% - 16px);background:#004e5a1f}.my-page__section{margin-top:44px}.my-page__overview-grid{display:contents}.my-page__section-title{margin:0 0 14px;font-size:18px;font-weight:900;line-height:1.25}.my-page__info-panel{padding:30px 18px 34px}.my-page__info-item+.my-page__info-item{margin-top:22px}.my-page__info-label{margin:0 0 10px;font-size:14px;font-weight:700;line-height:1.2}.my-page__info-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}.my-page__info-value{min-height:50px;padding:0 20px;border:1px solid rgba(0,78,90,.22);border-radius:14px;background:#f4fffee6;display:flex;align-items:center}.my-page__info-value span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:block;width:100%;font-size:15px;font-weight:600}.my-page__info-value input{width:100%;padding:0;border:0;background:transparent;color:#004e5a;font-size:15px;font-weight:600}.my-page__info-value input:focus{outline:none}.my-page__edit-button{min-width:86px;height:50px;border-radius:14px;font-size:15px;font-weight:700;cursor:pointer}.my-page__edit-button--edit{border:0;background:#12b8c0;color:#fff}.my-page__edit-button--done{border:2px solid #12b8c0;background:#fff;color:#12b8c0}.my-page__recent-panel{padding:20px 0 24px 18px;overflow:hidden}.my-page__rail{display:grid;grid-auto-flow:column;grid-auto-columns:124px;gap:14px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:10px;cursor:grab;touch-action:pan-y;-webkit-overflow-scrolling:touch}.my-page__rail::-webkit-scrollbar{display:none}.my-page__rail.is-dragging{cursor:grabbing;-webkit-user-select:none;user-select:none}.my-page__rail-card{min-width:0;position:relative;display:grid;align-content:start}.my-page__rail-card-media-wrap{position:static;padding-bottom:0;overflow:visible}.my-page__ai-card-media-wrap{position:static}.my-page__rail-card-media{display:block;width:124px;height:142px;border:1px solid rgba(0,78,90,.1);border-radius:12px;background:#fff;overflow:hidden}.my-page__rail-card-media>img{display:block;width:100%;height:100%;padding:18px 14px;box-sizing:border-box;object-fit:contain}.my-page__rail-card-actions,.my-page__ai-card-actions{display:flex;gap:2px;z-index:1}.my-page__rail-card-actions button,.my-page__ai-card-actions button{display:flex;justify-content:center;align-items:center;width:20px;height:20px;padding:0;border:1px solid rgba(0,78,90,.12);border-radius:50%;background:#fff;cursor:pointer}.my-page__rail-card-actions img,.my-page__ai-card-actions img{width:12px;height:12px;padding:0;object-fit:contain}.my-page__rail-card-actions{position:absolute;right:8px;bottom:0;gap:4px}.my-page__rail-card-actions button{width:18px;height:18px;box-shadow:0 2px 6px #004e5a14}.my-page__rail-card-actions img{width:10px;height:10px}.my-page__ai-card-actions{position:absolute;right:0;bottom:0}.my-page__rail-card-copy{display:block;padding-top:10px;padding-right:76px;color:#004e5a;text-decoration:none}.my-page__rail-card-name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0;font-size:12px;font-weight:600;line-height:1.35}.my-page__rail-card-price{margin:8px 0 0;font-size:15px;font-weight:900;line-height:1.2}.my-page__history-list{display:grid;gap:18px}.my-page__history-list-shell{overflow:hidden;transition:height 2s cubic-bezier(.22,1,.36,1);will-change:height}.my-page__history-group{display:grid;gap:10px}.my-page__history-date-row{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;gap:8px}.my-page__history-date{margin:0;flex-shrink:0;color:#004e5a7a;font-size:12px;font-weight:600;line-height:1.2}.my-page__history-line{width:100%;height:1px;background:#004e5a1f}.my-page__history-panel{padding:16px 12px 14px;overflow:hidden}.my-page__history-head{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:row;gap:8px}.my-page__history-head>div{min-width:0;flex:1 1 auto}.my-page__history-badge{display:block;flex:0 0 auto;flex-shrink:0;width:18px;height:18px;max-width:none;object-fit:contain;margin-top:3px}.my-page__history-title{margin:0;font-size:16px;font-weight:900;line-height:1.25}.my-page__history-subtitle{margin:4px 0 0;font-size:12px;font-weight:600;line-height:1.35}.my-page__ai-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:14px}.my-page__ai-grid--slider{grid-auto-flow:column;grid-auto-columns:154px;grid-template-columns:none;overflow-x:auto;scrollbar-width:none}.my-page__ai-grid--slider::-webkit-scrollbar{display:none}.my-page__ai-card{min-width:0;position:relative;display:flex;flex-direction:column}.my-page__ai-card-media{position:relative;display:block;width:100%;height:150px;border:1px solid rgba(0,78,90,.08);border-radius:10px;background:#eefbfb;overflow:hidden}.my-page__ai-card-media>img{display:block;width:100%;height:100%;padding:20px 14px 18px;box-sizing:border-box;object-fit:contain}.my-page__ai-card-copy{display:grid;align-content:start;gap:4px;padding-top:10px;padding-right:26px;color:#004e5a;text-decoration:none}.my-page__ai-card-name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0;min-height:32px;font-size:12px;font-weight:900;line-height:1.35}.my-page__ai-card-desc,.my-page__ai-card-spec{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin:0;min-height:13px;color:#004e5ac7;font-size:9px;font-weight:600;line-height:1.45}.my-page__ai-card-tags{display:flex;flex-wrap:wrap;gap:4px;min-height:24px;margin-top:6px}.my-page__ai-card-tags span{padding:4px 8px;border-radius:999px;background:#dff5f5;color:#004e5a;font-size:8px;font-weight:700;line-height:1}.my-page__ai-card-price{margin:8px 0 0;padding-right:2px;font-size:16px;font-weight:900;line-height:1.1}.my-page__more-wrap{display:flex;justify-content:center;align-items:center;margin-top:28px}.my-page__more-button{min-width:168px;height:42px;padding:0 18px;border:1px solid rgba(0,78,90,.18);border-radius:999px;background:#fff;color:#004e5a;font-size:14px;font-weight:700;cursor:pointer}.my-page__more-button:disabled{cursor:default}@media(min-width:768px){.my-page{padding-top:40px;padding-bottom:104px}.my-page__mobile-frame{max-width:700px}.my-page__section{margin-top:52px}.my-page__section-title{margin-bottom:16px;font-size:20px}.my-page__info-panel{padding:34px 22px 38px}.my-page__info-item+.my-page__info-item{margin-top:24px}.my-page__recent-panel{padding:24px 0 30px 22px}.my-page__rail{grid-auto-columns:148px;gap:16px;padding-bottom:14px}.my-page__rail-card-media{width:148px;height:166px}.my-page__rail-card-name{font-size:13px}.my-page__rail-card-price{font-size:16px}.my-page__ai-card-media{height:180px}.my-page__ai-grid--slider{grid-auto-columns:180px}}@media(min-width:1024px){.my-page{padding-top:40px;padding-bottom:172px}.my-page__mobile-frame{width:100%;max-width:1280px}.my-page__header{padding-top:0}.my-page__header h1{font-size:42px;line-height:1.1;text-align:center}.my-page__profile-card{margin-top:56px;display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:12px;overflow:visible;background:transparent;border:0}.my-page__profile-main,.my-page__metrics{min-height:78px;background:#fff;border:1px solid rgba(0,78,90,.08);border-radius:16px}.my-page__profile-main{padding:18px 28px}.my-page__nickname{font-size:24px}.my-page__email{margin-top:6px;font-size:12px;color:#004e5a}.my-page__metrics{min-height:0;border-top:0}.my-page__metric{gap:8px;padding:14px 10px}.my-page__metric-label{font-size:15px;font-weight:700;line-height:1.2}.my-page__metric-icon{width:44px;height:44px}.my-page__metric-icon svg,.my-page__metric-icon img{width:44px;height:44px}.my-page__metric-icon--review{box-sizing:border-box;padding-bottom:4px}.my-page__metric-icon--review img{width:34px;height:34px}.my-page__overview-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2fr);gap:28px;align-items:stretch}.my-page__overview-grid .my-page__section{margin-top:68px;display:flex;flex-direction:column}.my-page__section{margin-top:68px}.my-page__section-title{margin-bottom:16px;font-size:20px}.my-page__info-panel{flex:1;min-height:352px;padding:42px 34px 0;border-radius:16px}.my-page__info-item+.my-page__info-item{margin-top:24px}.my-page__info-label{margin-bottom:10px;font-size:14px}.my-page__info-row{gap:14px}.my-page__info-value{min-height:40px;padding:0 16px;border-radius:12px}.my-page__info-value span,.my-page__info-value input{font-size:14px}.my-page__edit-button{min-width:58px;height:40px;border-radius:12px;font-size:12px}.my-page__edit-button--done{border-width:1px}.my-page__recent-panel{flex:1;min-height:352px;padding:36px 28px 2px;border-radius:16px;overflow:hidden}.my-page__rail{grid-auto-flow:column;grid-auto-columns:188px;gap:18px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:12px;margin-bottom:0}.my-page__rail-card-media{width:188px;height:184px;border-radius:12px}.my-page__rail-card-media>img{padding:18px 16px}.my-page__rail-card-media-wrap{padding-bottom:0}.my-page__rail-card-actions{right:8px;bottom:0;gap:6px}.my-page__rail-card-actions button{width:24px;height:24px}.my-page__rail-card-actions img{width:12px;height:12px}.my-page__rail-card-copy{padding-top:12px;padding-right:82px}.my-page__rail-card-name{font-size:13px;line-height:1.35}.my-page__rail-card-price{margin-top:8px;font-size:18px}.my-page__history-list{gap:18px}.my-page__history-date-row{gap:10px}.my-page__history-date{font-size:14px}.my-page__history-panel{padding:22px 28px 24px;border-radius:16px}.my-page__history-head{gap:10px}.my-page__history-badge{flex:0 0 auto;width:20px;height:20px;max-width:none;margin-top:2px}.my-page__history-title{font-size:16px}.my-page__history-subtitle{margin-top:6px;font-size:13px}.my-page__ai-grid,.my-page__ai-grid--slider{display:flex;flex-direction:column;gap:0;margin-top:18px;overflow:visible}.my-page__ai-card{position:relative;display:grid;grid-template-columns:108px minmax(0,1fr);gap:22px;align-items:start}.my-page__ai-card-media-wrap{position:static}.my-page__ai-card:nth-child(n+4){display:none}.my-page__ai-card+.my-page__ai-card{margin-top:18px;padding-top:18px;border-top:1px solid rgba(0,78,90,.08)}.my-page__ai-card-media{width:108px;height:108px;border-radius:8px}.my-page__ai-card-media>img{padding:14px 10px 12px}.my-page__ai-card-actions{right:18px;top:auto;bottom:0;gap:6px}.my-page__ai-card-actions button{width:30px;height:30px}.my-page__ai-card-actions img{width:14px;height:14px}.my-page__ai-card-copy{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"name price" "desc price" "spec price" "tags price";column-gap:18px;row-gap:6px;align-items:start;padding-top:4px;min-height:108px;padding-right:24px}.my-page__ai-card-name{grid-area:name;min-height:0;font-size:18px;line-height:1.2}.my-page__ai-card-desc{grid-area:desc;min-height:0;font-size:15px;line-height:1.35}.my-page__ai-card-spec{grid-area:spec;min-height:0;font-size:15px;line-height:1.35}.my-page__ai-card-tags{grid-area:tags;min-height:0;margin-top:0}.my-page__ai-card-tags span{font-size:10px}.my-page__ai-card-price{grid-area:price;align-self:end;justify-self:end;margin:0 0 38px;font-size:18px;line-height:1;white-space:nowrap}.my-page__more-wrap{margin-top:40px}}.category-page{width:100%;padding-top:20px}@media(min-width:768px){.category-page{padding-top:40px}}@media(min-width:1024px){.category-page{padding-top:120px}}.pc-assembly{padding-top:40px}.pc-assembly__banner img{width:100%}.pc-assembly__top{display:flex;margin-top:16px;justify-content:space-between;align-items:center}.pc-assembly__title{font-size:1.25rem;font-weight:700}.pc-assembly .filter-button{display:flex;border:1px solid rgba(96,96,96,.1411764706);border-radius:999px;font-size:12px;gap:8px;padding:4px 8px}.pc-assembly .filter-button img{width:12px}.pc-assembly__content{margin-top:16px}.pc-assembly__product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.pc-assembly__state{grid-column:1/-1;padding:16px 0;color:#606060;font-size:16px;font-weight:500}.pc-assembly__add-button{min-width:78px;height:34px;padding:0 16px;border:0;border-radius:10px;background:#0aa5a5;color:#fff;font-size:14px;font-weight:700;cursor:pointer}.pc-assembly__bottom{margin-top:16px;margin-bottom:16px}.pc-assembly__summary-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.pc-assembly__total{min-width:78px;height:34px;padding:0 16px;border:0;border-radius:10px;background:#d1d4dc;color:#575757;font-size:14px;font-weight:700;cursor:pointer;background-color:#f5f5f5;color:#004e5a}.pc-assembly__list-button{min-width:78px;height:34px;padding:0 16px;border:0;border-radius:10px;background:#0aa5a5;color:#fff;font-size:14px;font-weight:700;cursor:pointer}.pc-assembly__compatibility{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:16px;background-color:#0aa5a515;border-radius:10px}.pc-assembly__compatibility-count,.pc-assembly__compatibility-status{display:flex;justify-content:center;align-items:center;padding:8px}.pc-assembly__compatibility-count{gap:8px;font-weight:700;font-size:14px}.pc-assembly__compatibility-status{font-size:12px;color:#0aa5a5}.pc-assembly__compatibility-status.is-ok{color:#0aa5a5}.pc-assembly__compatibility-status.is-warning{color:#b08900}.pc-assembly__compatibility-status.is-error{color:#ef4444}.pc-assembly__filter{display:flex;flex-direction:column;gap:8px;align-items:flex-start;font-size:14px}.pc-assembly__filter-category{color:#606060}.pc-assembly__filter-category.is-active{color:#004e5a;font-weight:700}.pc-assembly__desktop{display:none}.pc-assembly__desktop-quote-layer{position:fixed;inset:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:24px}.pc-assembly__desktop-quote-dim{position:absolute;inset:0;background:#00000059}.pc-assembly__desktop-quote-panel{position:relative;z-index:1;transform:translate(clamp(-7px,-.55vw,-2px));width:min(var(--quote-w, 1216px),100vw - 48px);height:min(840px,100dvh - 48px);background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 20px 48px #00000038;display:flex;flex-direction:column}.pc-assembly__desktop-quote-header{display:flex;align-items:center;justify-content:space-between;flex-direction:row;height:64px;padding:0 20px;border-bottom:1px solid rgba(96,96,96,.1411764706);flex-shrink:0}.pc-assembly__desktop-quote-header h3{margin:0;font-size:24px;font-weight:700;line-height:1}.pc-assembly__desktop-quote-close{display:flex;justify-content:center;align-items:center;width:36px;height:36px;border:0;background:transparent;cursor:pointer}.pc-assembly__desktop-quote-close img{width:18px;height:18px;display:block}.pc-assembly__desktop-quote-body{flex:1;min-height:0;overflow:hidden;padding:16px 20px 20px}.pc-assembly__quote-modal .modal__title{flex-shrink:0}@media(min-width:768px){.pc-assembly__product-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.pc-assembly{padding-top:120px}.pc-assembly__title{margin:0 auto;font-size:32px;font-weight:700}.pc-assembly__content{display:none}.pc-assembly__desktop{display:grid;grid-template-columns:repeat(12,1fr);gap:24px;margin-top:24px;margin-bottom:24px}.pc-assembly__sidebar{grid-column:span 3;display:flex;flex-direction:column;gap:16px}.pc-assembly__desktop-filter{border-radius:16px;border:1px solid rgba(96,96,96,.1411764706);overflow:hidden}.pc-assembly__desktop-filter-title{font-weight:700;background-color:#f5f5f5;padding:16px;font-size:18px}.pc-assembly__desktop-filter-list{padding:16px}.pc-assembly__desktop-filter-list .pc-assembly__filter-category{font-size:16px;padding-left:0}.pc-assembly__main{grid-column:span 9;display:flex;flex-direction:column;gap:16px}.pc-assembly__desktop-top{display:flex;justify-content:space-between;align-items:center;gap:16px}.pc-assembly__compatibility{margin-top:0;flex:1}.pc-assembly__desktop-list{display:flex;flex-direction:column;gap:16px}.pc-assembly__desktop-list .pc-assembly__state{padding:24px 0}.pc-assembly .filter-button{display:none}}.product-card-horizontal{display:flex;align-items:center;gap:16px;border-radius:16px;border:1px solid rgba(96,96,96,.1411764706);padding:16px;cursor:pointer}.product-card-horizontal__thumbnail{flex-shrink:0;width:120px;aspect-ratio:1/1;object-fit:contain;border-radius:8px}.product-card-horizontal__content{display:flex;flex:1;min-width:0;flex-direction:column;align-self:stretch;gap:8px}.product-card-horizontal__title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#004e5a;font-size:16px;font-weight:700}.product-card-horizontal__bottom{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:auto}.product-card-horizontal__price{color:#004e5a;font-size:18px;font-weight:700}.product-card-horizontal__action{flex-shrink:0}.pc-assembly-quote{width:100%;padding-top:0;margin-bottom:0;color:#004e5a}.pc-assembly-quote *,.pc-assembly-quote *:before,.pc-assembly-quote *:after{box-sizing:border-box}.pc-assembly-quote__title{text-align:left;font-size:24px;font-weight:700;margin:0 0 12px}.pc-assembly-quote__layout{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;min-width:0}.pc-assembly-quote__list,.pc-assembly-quote__compatibility,.pc-assembly-quote__total,.pc-assembly-quote__right{grid-column:1/-1;min-width:0}.pc-assembly-quote__right{display:flex;flex-direction:column;gap:16px;min-width:0}.pc-assembly-quote__control{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.pc-assembly-quote__select-all{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;gap:8px;font-size:18px;font-weight:700;cursor:pointer}.pc-assembly-quote__select-all input{position:absolute;opacity:0;pointer-events:none}.pc-assembly-quote__checkbox-mark{display:flex;justify-content:center;align-items:center;width:22px;height:22px;border:1px solid #004e5a;border-radius:8px;background:#fff;flex-shrink:0}.pc-assembly-quote__checkbox-mark:after{content:"";width:10px;height:5px;border-left:2px solid transparent;border-bottom:2px solid transparent;transform:translateY(-1px) rotate(-45deg);opacity:0}.pc-assembly-quote__select-all input:checked+.pc-assembly-quote__checkbox-mark{background:#004e5a}.pc-assembly-quote__select-all input:checked+.pc-assembly-quote__checkbox-mark:after{border-color:#fff;opacity:1}.pc-assembly-quote__delete-button{border:0;background:transparent;padding:0;font-size:18px;font-weight:700;cursor:pointer}.pc-assembly-quote__panel{border-radius:16px;border:1px solid rgba(60,60,60,.24);padding:16px;background:#fff;display:flex;flex-direction:column;gap:10px;min-width:0}.pc-assembly-quote__section-title{margin:0 0 12px;font-size:18px;font-weight:700}.pc-assembly-quote__insights{display:flex;flex-direction:column;gap:32px;min-height:0}.pc-assembly-quote__performance{margin-bottom:0}.pc-assembly-quote__performance .pc-assembly-quote__panel{max-height:148px;overflow-y:auto;padding-right:10px;scrollbar-color:#7ae0d4 transparent;scrollbar-width:auto}.pc-assembly-quote__performance .pc-assembly-quote__panel::-webkit-scrollbar{width:16px}.pc-assembly-quote__performance .pc-assembly-quote__panel::-webkit-scrollbar-button{display:none;width:0;height:0}.pc-assembly-quote__performance .pc-assembly-quote__panel::-webkit-scrollbar-track{background:transparent}.pc-assembly-quote__performance .pc-assembly-quote__panel::-webkit-scrollbar-thumb{background:#7ae0d4;border-radius:9999px}.pc-assembly-quote__performance .pc-assembly-quote__panel::-webkit-scrollbar-thumb:hover{background:#004e5a}.pc-assembly-quote__panel-item{display:flex;align-items:center;gap:8px;min-width:0;color:#004e5a;font-weight:600}.pc-assembly-quote .indicator--ok{display:inline-block;width:10px;height:10px;border-radius:999px;background-color:#22c55e;flex:0 0 10px}.pc-assembly-quote .indicator--warning{display:inline-block;width:10px;height:10px;border-radius:999px;background-color:#facc15;flex:0 0 10px}.pc-assembly-quote .indicator--error{display:inline-block;width:10px;height:10px;border-radius:999px;background-color:#ef4444;flex:0 0 10px}.pc-assembly-quote__compatibility{display:grid;grid-template-columns:max-content minmax(0,1fr) max-content;gap:16px;align-items:center;background-color:#0aa5a515;border-radius:12px;padding:10px 18px 8px;min-width:0}.pc-assembly-quote__compatibility-count{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;gap:8px;min-width:0;font-size:16px;font-weight:700;white-space:nowrap}.pc-assembly-quote__compatibility-count img{width:18px;height:18px;display:block}.pc-assembly-quote__compatibility-status{display:flex;align-items:center;justify-content:flex-end;flex-direction:row;min-width:0;font-size:14px;color:#0aa5a5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pc-assembly-quote__compatibility-status.is-ok{color:#0aa5a5}.pc-assembly-quote__compatibility-status.is-warning{color:#b08900}.pc-assembly-quote__compatibility-status.is-error{color:#ef4444}.pc-assembly-quote__compatibility-check{min-width:78px;height:34px;padding:0 16px;border:0;border-radius:10px;background:#0aa5a5;color:#fff;font-weight:700;cursor:pointer;height:32px;min-width:96px;font-size:14px;font-weight:600;white-space:nowrap}.pc-assembly-quote__total{display:flex;align-items:center;justify-content:center;flex-direction:row;min-height:46px;border-radius:12px;background:#f5f5f5;font-size:18px;font-weight:700;white-space:nowrap;padding:6px 10px}.pc-assembly-quote__recommend-list{display:flex;flex-direction:column;gap:10px;max-height:240px;overflow:auto;padding-right:2px}.pc-assembly-quote__recommend-card{width:100%;border:1px solid rgba(0,78,90,.14);border-radius:16px;background:#fff;padding:12px;display:grid;grid-template-columns:96px minmax(0,1fr);gap:14px;align-items:center;text-align:left;cursor:pointer}.pc-assembly-quote__recommend-thumb{width:96px;height:96px;border-radius:14px;overflow:hidden;border:1px solid rgba(96,96,96,.1411764706);background:#f8f8f6}.pc-assembly-quote__recommend-thumb img{width:100%;height:100%;object-fit:cover;display:block}.pc-assembly-quote__recommend-main{min-width:0}.pc-assembly-quote__recommend-name{margin:0;color:#004e5a;font-size:18px;font-weight:900;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pc-assembly-quote__recommend-meta{margin:4px 0 0;color:#004e5ac7;font-size:14px;font-weight:600}.pc-assembly-quote__recommend-price{display:block;margin:10px 0 0;color:#004e5a;font-size:40px;font-weight:900;line-height:1;letter-spacing:-.02em}.pc-assembly-quote__action{display:flex;flex-direction:column;gap:12px}.pc-assembly-quote__action-button{min-width:78px;height:34px;padding:0 16px;border:0;border-radius:10px;background:#0aa5a5;color:#fff;font-size:14px;font-weight:700;cursor:pointer;height:42px}.pc-assembly-quote__action-button--secondary{min-width:78px;height:34px;padding:0 16px;border:0;border-radius:10px;background:#d1d4dc;color:#575757;font-size:14px;font-weight:700;cursor:pointer;height:42px}.pc-assembly-quote--modal{padding-right:2px;height:100%;min-height:0;display:flex;flex-direction:column}.pc-assembly-quote--modal .pc-assembly-quote__layout{flex:1;min-height:0;overflow:auto}@media(min-width:1024px){.pc-assembly-quote--modal .pc-assembly-quote__layout{overflow:hidden;grid-template-rows:auto minmax(0,1fr);align-items:stretch}.pc-assembly-quote--modal .pc-assembly-quote__list,.pc-assembly-quote--modal .pc-assembly-quote__right{min-height:0}.pc-assembly-quote--modal .pc-assembly-quote__list{display:flex;flex-direction:column;overflow:hidden}.pc-assembly-quote--modal .pc-assembly-quote__list .pc-assembly-quote-list{flex:0 0 auto}.pc-assembly-quote--modal .pc-assembly-quote__list .pc-assembly-quote-list--has-items{flex:1}.pc-assembly-quote--modal .pc-assembly-quote__right{height:100%;gap:16px}.pc-assembly-quote--modal .pc-assembly-quote__insights{flex:1;justify-content:flex-start;gap:32px}.pc-assembly-quote--modal .pc-assembly-quote__panel{gap:8px}.pc-assembly-quote--modal .pc-assembly-quote__section-title{font-size:18px;margin-bottom:12px}.pc-assembly-quote--modal .pc-assembly-quote__recommend-list{max-height:none;overflow:visible;gap:8px;padding:0}.pc-assembly-quote--modal .pc-assembly-quote__recommend-card{grid-template-columns:72px minmax(0,1fr);gap:10px;padding:10px;border-radius:14px}.pc-assembly-quote--modal .pc-assembly-quote__recommend-thumb{width:72px;height:72px;border-radius:12px}.pc-assembly-quote--modal .pc-assembly-quote__recommend-name{font-size:16px;line-height:1.35;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.pc-assembly-quote--modal .pc-assembly-quote__recommend-meta{font-size:12px;margin-top:3px}.pc-assembly-quote--modal .pc-assembly-quote__recommend-price{font-size:16px;margin-top:6px;letter-spacing:0}.pc-assembly-quote__layout{grid-template-columns:repeat(12,minmax(0,1fr));gap:16px 20px;align-items:start}.pc-assembly-quote__total{grid-column:1/span 3;grid-row:1;min-height:56px}.pc-assembly-quote__compatibility{grid-column:4/-1;grid-row:1;grid-template-columns:repeat(9,minmax(0,1fr));min-height:56px}.pc-assembly-quote__compatibility-count{grid-column:1/span 3}.pc-assembly-quote__compatibility-status{grid-column:4/span 2;justify-content:flex-end}.pc-assembly-quote__compatibility-check{grid-column:7/-1;justify-self:end}.pc-assembly-quote__list{grid-column:1/span 8;grid-row:2}.pc-assembly-quote__right{grid-column:9/-1;grid-row:2;gap:16px}.pc-assembly-quote__action{flex-direction:row}.pc-assembly-quote__action .pc-assembly-quote__action-button,.pc-assembly-quote__action .pc-assembly-quote__action-button--secondary{flex:1}}.pc-assembly-quote-item{position:relative;display:grid;grid-template-columns:88px 1fr;align-items:center;gap:8px;font-size:14px;padding-bottom:12px;border-bottom:1px solid rgba(60,60,60,.24)}.pc-assembly-quote-item:last-child{border-bottom:none;padding-bottom:0}.pc-assembly-quote-item .indicator{display:inline-block;border-radius:999px;width:14px;height:14px}.pc-assembly-quote-item .indicator--ok{background-color:green}.pc-assembly-quote-item .indicator--warning{background-color:orange}.pc-assembly-quote-item .indicator--error{background-color:red}.pc-assembly-quote-item__select{position:absolute;top:0;left:0;z-index:2;cursor:pointer}.pc-assembly-quote-item__select input{position:absolute;opacity:0;pointer-events:none}.pc-assembly-quote-item__select-mark{display:flex;justify-content:center;align-items:center;position:relative;width:16px;height:16px;border:1px solid #004e5a;border-radius:5px;background:#fff;transition:background-color .15s ease,border-color .15s ease}.pc-assembly-quote-item__select-mark:after{content:"";width:7px;height:4px;border-left:2px solid transparent;border-bottom:2px solid transparent;transform:translateY(-1px) rotate(-45deg);transition:border-color .15s ease,opacity .15s ease;opacity:0}.pc-assembly-quote-item__select input:checked+.pc-assembly-quote-item__select-mark{border-color:#004e5a;background:#004e5a}.pc-assembly-quote-item__select input:checked+.pc-assembly-quote-item__select-mark:after{border-color:#fff;opacity:1}.pc-assembly-quote-item__image{aspect-ratio:1/1;padding:8px;border:0;background:transparent;cursor:pointer}.pc-assembly-quote-item__image img{width:100%;height:100%;object-fit:contain}.pc-assembly-quote-item__info{height:100%;display:flex;flex-direction:column;justify-content:space-between}.pc-assembly-quote-item__info-top{display:flex;justify-content:space-between;align-items:center}.pc-assembly-quote-item__info-name{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;padding:0;border:0;color:#004e5a;font:inherit;font-weight:700;text-align:left;background:transparent;cursor:pointer}.pc-assembly-quote-item__info-category{font-weight:700}.pc-assembly-quote-item__info-option{color:#606060;font-size:12px}.pc-assembly-quote-item__info-bottom{display:flex;justify-content:space-between;align-items:center}.pc-assembly-quote-item__info-price{font-weight:700}.pc-assembly-quote-item__info-action{display:flex;align-items:center;gap:8px}.pc-assembly-quote-item__info-action button{padding:0;width:16px;height:16px}.pc-assembly-quote-item__info-action button img{width:100%;height:100%}.pc-assembly-quote-list{display:flex;flex-direction:column;gap:16px;border-radius:16px;border:1px solid rgba(60,60,60,.24);padding:12px;min-height:0;overflow-y:auto;scrollbar-color:#7ae0d4 transparent;scrollbar-width:auto}.pc-assembly-quote-list::-webkit-scrollbar{width:16px}.pc-assembly-quote-list::-webkit-scrollbar-button{display:none;width:0;height:0}.pc-assembly-quote-list::-webkit-scrollbar-track{background:transparent}.pc-assembly-quote-list::-webkit-scrollbar-thumb{background:#7ae0d4;border-radius:9999px}.pc-assembly-quote-list::-webkit-scrollbar-thumb:hover{background:#004e5a}.pc-assembly-quote-list--empty{min-height:auto}.pc-assembly-quote-list__empty{padding:24px 0;text-align:center}.rating-input{display:flex;align-items:center;justify-content:center;gap:24px}.rating-input__button{display:flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:6px;background:transparent;cursor:pointer}.rating-input__button img{width:24px;height:24px;display:block}.review-write{display:flex;flex-direction:column;gap:16px}.review-write__title{font-size:14px;color:#606060;margin-bottom:8px}.review-write__content-area{display:flex;flex-direction:column}.review-write__content-area textarea{background-color:#e5e7eb;border:none;outline:none;border-radius:16px;padding:12px;font-size:14px}.review-write__content-area span{font-size:14px;color:#606060;margin-left:auto;padding-right:8px}.review-write__images button{width:80px;height:80px;display:flex;justify-content:center;align-items:center;padding:8px;border-radius:16px;border:1px solid rgba(60,60,60,.24);flex-shrink:0}.review-write__image-list{display:flex;gap:8px;overflow-x:scroll}.review-write__image-preview{width:80px;height:80px;border-radius:16px;border:1px solid rgba(60,60,60,.24);object-fit:cover;flex-shrink:0}.review-write__actions{display:flex;gap:8px}.review-write__actions button{flex:1}.review-write__actions button:first-child{min-width:78px;height:34px;padding:0 16px;border:0;border-radius:10px;background:#d1d4dc;color:#575757;font-size:14px;font-weight:700;cursor:pointer}.review-write__actions button:last-child{min-width:78px;height:34px;padding:0 16px;border:0;border-radius:10px;background:#0aa5a5;color:#fff;font-size:14px;font-weight:700;cursor:pointer}.order-history-page{width:100%;min-width:0;padding:20px 16px 56px;box-sizing:border-box}.order-history-page__header,.order-history-page__layout,.order-history-page__groups,.order-history-page__group,.order-history-page__card,.order-history-item,.order-history-item__top,.order-history-item__info{min-width:0}.order-history-page__header{width:100%;max-width:1280px;margin:0 auto;padding-top:0}.order-history-page__title{color:#004e5a;font-size:28px;font-weight:900;line-height:1.2;text-align:center}.order-history-page__progress{display:none}.order-history-page__layout{display:grid;gap:36px;width:100%;max-width:1280px;margin:34px auto 0}.order-history-page__groups{display:grid;gap:36px}.order-history-page__group{display:grid;gap:10px}.order-history-page__date-row{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;gap:12px}.order-history-page__date{flex-shrink:0;margin:0;color:#004e5a8c;font-size:16px;font-weight:700;line-height:1.3}.order-history-page__date-line{width:100%;height:1px;background:#e5e7eb}.order-history-page__card{padding:16px;border:1px solid rgba(0,78,90,.18);border-radius:22px;background:#fff}.order-history-item{padding:14px 0}.order-history-item__top{display:grid;grid-template-columns:80px minmax(0,1fr);gap:12px;align-items:start}.order-history-item__thumb{width:80px;height:80px;overflow:hidden;border:1px solid #e5e7eb;border-radius:14px;background:#f5f5f5}.order-history-item__thumb img{display:block;width:100%;height:100%;object-fit:cover}.order-history-item__info{min-width:0}.order-history-item__category{margin:0 0 4px;color:#004e5a;font-size:16px;font-weight:900;line-height:1.3}.order-history-item__name{margin:0;color:#004e5a;font-size:15px;font-weight:700;line-height:1.35;word-break:keep-all}.order-history-item__desc{margin:0;color:#004e5a;font-size:14px;font-weight:700;line-height:1.35;word-break:keep-all}.order-history-item__option{margin:6px 0 0;color:#004e5a99;font-size:13px;font-weight:600;line-height:1.35}.order-history-item__price{display:block;margin-top:8px;color:#004e5a;font-size:18px;font-weight:900;line-height:1.1}.order-history-item__action{display:none}.order-history-item__action--mobile{display:block;margin-top:12px}.order-history-item__review-btn{width:100%;height:44px;border:2px solid #004e5a;border-radius:12px;background:#fff;color:#004e5a;font-size:14px;font-weight:700;cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.order-history-item__review-btn:hover{background:#004e5a;color:#fff}.order-history-item__divider{height:1px;background:#004e5a2e}@media(min-width:768px){.order-history-page{padding:40px 24px 72px}.order-history-page__layout{margin-top:48px}.order-history-page__card{padding-right:18px;padding-left:18px}.order-history-item__top{grid-template-columns:92px minmax(0,1fr)}.order-history-item__thumb{width:92px;height:92px}}@media(min-width:1024px){.order-history-page{padding:120px 0 118px}.order-history-page__header{padding-top:0}.order-history-page__title{font-size:64px}.order-history-page__progress{display:flex;align-items:center;justify-content:center;flex-direction:row;position:relative;gap:130px;width:500px;margin:40px auto 0}.order-history-page__progress-track{position:absolute;top:25px;left:63px;right:63px;height:3px;background:#004e5af2}.order-history-page__progress-step{display:flex;align-items:center;justify-content:center;flex-direction:column;position:relative;gap:10px;z-index:1}.order-history-page__progress-step strong{color:#004e5a;font-size:18px;font-weight:900;line-height:1.2}.order-history-page__progress-link{display:flex;justify-content:center;align-items:center;width:50px;height:50px;border:2px solid rgba(0,78,90,.96);border-radius:50%;background:#fff;color:#004e5a;font-size:18px;font-weight:900;line-height:1;text-decoration:none;transition:background-color .15s ease,color .15s ease}.order-history-page__progress-step--active .order-history-page__progress-link{background:#004e5a;color:#fff}.order-history-page__layout{max-width:760px;margin:92px auto 0;gap:28px}.order-history-page__groups{gap:28px}.order-history-page__date{font-size:18px;font-weight:900;color:#004e5a8c}.order-history-page__card{padding:20px 34px 18px;border-radius:22px}.order-history-item{padding:14px 0}.order-history-item__top{grid-template-columns:96px minmax(0,1fr) 96px;gap:18px;align-items:center}.order-history-item__thumb{width:96px;height:96px}.order-history-item__category{margin-bottom:5px;font-size:18px}.order-history-item__name{font-size:16px}.order-history-item__desc{font-size:15px}.order-history-item__option{margin-top:8px;font-size:14px}.order-history-item__price{margin-top:12px;font-size:28px}.order-history-item__action{display:flex;align-items:center;justify-content:flex-end;flex-direction:row}.order-history-item__action--mobile{display:none}.order-history-item__review-btn{width:auto;min-width:84px;height:42px;border-radius:10px;font-size:14px}}
