@import url(https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{overflow-x:hidden}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}*{border:none;box-sizing:border-box;font-family:Pretendard;margin:0;outline:none}body{zoom:1;transform:scale(1)}.wrap{margin:0 auto;max-width:960px;overflow:hidden;text-align:center}.app-container{align-items:center;background-color:#f0f0f0;display:flex;font-family:Arial,sans-serif;height:100vh;justify-content:center}.card{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;margin:20px auto;max-width:400px;padding:20px;width:100%}.card-title{font-size:24px;font-weight:700}.card-text,.card-title{margin-bottom:15px}.button{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;margin:5px;padding:10px 15px}.button:hover{background-color:#0056b3}.button-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr}.chat-window{border:1px solid #ccc;border-radius:4px;height:300px;margin-bottom:15px;overflow-y:auto;padding:10px}.message{margin-bottom:10px}.message.user{text-align:right}.message.bot{text-align:left}.message-text{font-size:14px;line-height:1.4;margin:0;white-space:pre-wrap;word-break:break-word}.message-text .product-name{white-space:nowrap}.message.user .message-text{background-color:#007bff;color:#fff}.message.bot .message-text{background-color:#f0f0f0;color:#000}.input-area{display:flex}.chat-input{border:1px solid #ccc;border-radius:4px;flex-grow:1;font-size:16px;margin-right:10px;padding:10px}.intro-container{align-items:center;background-color:#fbf7fc;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;font-family:Noto Sans,sans-serif;justify-content:center;min-height:100vh;padding:20px}.logo-container{margin-bottom:20px}.logo{border:2px solid #000;border-radius:10px;height:auto;width:150px}.title{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#000,red);-webkit-background-clip:text;font-size:2.5rem;font-weight:700;margin-bottom:20px}.description{color:#3c3e3f;margin-bottom:30px;max-width:600px;text-align:center}.features{font-weight:700;list-style-type:none;margin-bottom:30px;padding:0;text-align:left}.features li{color:#3c3e3f;font-size:1.1rem;margin-bottom:10px}.start-button{background-color:#000;border:none;border-radius:50px;box-shadow:0 4px 6px #7c2b8433;color:#fff;cursor:pointer;font-size:1.2rem;padding:15px 30px;transition:all .3s ease}.start-button:hover{background-color:#ee222e;box-shadow:0 6px 8px #760209;transform:translateY(-2px)}.gate-start-button{background-color:#9437ff;border:none;border-radius:50px;box-shadow:0 4px 6px #0000004d;color:#fff;cursor:pointer;font-size:1.5rem;font-weight:600;letter-spacing:1px;padding:8px 30px;transition:all .3s ease;width:185px}.gate-start-button:hover{background-color:#000;box-shadow:0 6px 8px #000;transform:translateY(-2px)}@media (max-width:768px){.title{font-size:2rem}.features li,.start-button{font-size:1rem}.start-button{padding:12px 24px}}.product-selection-container{font-family:Pretendard;margin:0 auto;max-width:1400px;min-height:100vh;padding:20px;position:relative}.page-title{color:#000;font-size:2.5rem;margin-bottom:30px;text-align:center}.product-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.product-card{background-color:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{box-shadow:0 6px 12px #00000026;transform:translateY(-5px)}.product-image-list{border-radius:8px;height:190px;margin-bottom:10px;object-fit:contain;width:200px}.product-info-list,.product-name{margin-bottom:15px}.product-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#007bff;display:-webkit-box;font-size:20px;font-weight:700;overflow:hidden}.select-button{background-color:#000;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;padding:10px;transition:background-color .3s ease;width:90%}.select-button:hover{background-color:#ee222e}@media (max-width:768px){.page-title{font-size:2rem}.product-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}.product-title{font-size:22px;font-weight:700;margin:10px 0 5px}.product-subTitle{font-size:15px;font-weight:700;margin-bottom:10px}.product-descr{font-size:13px;font-weight:400;margin-top:10px;min-height:50px;padding:0 10px}.product-negoCard{font-size:13px;font-weight:400;margin-bottom:10px}.product-descr ul{list-style-type:disclosure-closed;list-style:none;padding:0;text-align:center}.product-descr-overlay{margin:10px 0;text-align:left}.product-negoCard ul{text-align:left}.modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;height:100vh;justify-content:center;left:0;position:fixed;right:0;top:0;width:100vw;z-index:9999}.modal-content{background-color:#fff;border-radius:15px;box-shadow:0 10px 25px #0003;max-width:800px;padding:30px 40px;width:90%}.modal-content h2{color:#2c3e50;font-size:24px;margin:0 0 25px;padding-bottom:12px;position:relative;text-align:center}.modal-content h2:after{background:linear-gradient(90deg,#000,#fd0000);bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:100px}.modal-content ul{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));justify-items:center;list-style:none;margin:0;padding:0}.modal-content li{background:#fff;border-radius:12px;border-top:5px solid #ee222e;box-shadow:0 4px 15px #0000001a;display:flex;flex-direction:column;gap:8px;padding:20px;position:relative;transition:all .3s ease;width:100%}.modal-content li:before{content:attr(data-emoji);display:block;font-size:24px;margin-bottom:12px}.modal-content li .card-title{color:#2c3e50;font-size:15px;font-weight:600}.modal-content li .card-subtitle{color:#666;font-size:13px}.modal-content li:hover{box-shadow:0 8px 20px #ee222e33;transform:translateY(-5px)}.modal-content li:after{background:linear-gradient(90deg,#0000,#ee222e,#0000);bottom:0;content:"";height:5px;left:0;opacity:0;position:absolute;transition:opacity .3s ease;width:100%}.modal-content li:hover:after{opacity:1}.modal-buttons{display:flex;gap:15px;justify-content:center;margin-top:30px}.modal-buttons button{border-radius:25px;font-size:15px;font-weight:500;padding:12px 30px;transition:all .3s ease;width:150px}.modal-buttons .select-button{background:linear-gradient(45deg,#000,#333);border:none;color:#fff}.modal-buttons .select-button:hover{background:linear-gradient(45deg,#ee222e,#ff6b6b);transform:translateY(-2px)}.modal-buttons .cancel-button{background-color:initial;border:1px solid #ddd;color:#666}.modal-buttons .cancel-button:hover{background-color:#f8f9fa;border-color:#999;transform:translateY(-2px)}:root{--Color-Neutral-00:#fff;--Color-Neutral-30:#eaebef;--Color-Neutral-60:grey;--Color-Neutral-70:#606060;--Color-Neutral-90:#151515;--Color-P-70:#b0a1f2}.Chat_chat-container__xjNA7{overflow:hidden;width:100%}.Chat_chat-container__xjNA7,.Chat_left-container__YwroV{background:#fff;background:var(--Color-Neutral-00,#fff);display:flex;height:100vh}.Chat_left-container__YwroV{flex-direction:column;min-width:350px;padding-top:8px;width:18.23%}.Chat_left-top-container__Ujr\+B{align-items:center;align-self:stretch;display:flex;flex-shrink:0;height:56px;justify-content:space-between;padding:8px 24px 8px 32px}.Chat_left-logo-container__ToKBW{align-items:center;display:flex;gap:8px}.Chat_left-top-logo__JI8gO{height:14px;width:89.658px}.Chat_left-top-text__f2V4j{color:#303030;color:var(--Color-Neutral-80,#303030);font-family:Pretendard;font-size:18px;font-style:normal;font-weight:600;letter-spacing:-.36px;line-height:normal;word-break:keep-all}.Chat_left-header-icon-container__Ubb\+a{align-items:center;cursor:pointer;display:flex;height:40px;justify-content:center;width:40px}.Chat_left-header-list-icon__fhRkz{cursor:pointer}.Chat_left-product-image-container__7tMTM{align-items:center;align-self:stretch;display:flex;flex-direction:column;gap:32px;justify-content:center;padding:16px 32px}.Chat_product-image__vp69H{border-radius:16px;height:220px;width:220px}.Chat_product-item-name__OsxBn{-webkit-box-orient:vertical;-webkit-line-clamp:2;align-self:stretch;color:#151515;color:var(--Color-Neutral-90,#151515);display:-webkit-box;font-family:Pretendard;font-size:24px;font-style:normal;font-weight:700;letter-spacing:-.48px;line-height:30px;overflow:hidden;text-overflow:ellipsis;word-break:keep-all}.Chat_left-product-info-container__kz2CW{align-items:flex-start;align-self:stretch;display:flex;flex:1 0;margin-right:8px;overflow-y:auto;padding:8px 24px 0 32px}.Chat_left-product-info-container__kz2CW::-webkit-scrollbar{width:6px}.Chat_left-product-info-container__kz2CW::-webkit-scrollbar-track{background:#0000}.Chat_left-product-info-container__kz2CW::-webkit-scrollbar-thumb{background:#dadbde;background:var(--Color-Neutral-40,#dadbde);border-radius:4px;cursor:pointer}.Chat_left-product-info-container__kz2CW::-webkit-scrollbar-button{display:none}.Chat_left-product-info-container__kz2CW::-webkit-scrollbar-thumb:hover{background:#bdbdc2}.Chat_product-info-container__\+Zp8\+{display:flex;flex-direction:column;gap:8px;text-align:left;width:100%}.Chat_product-info-row__\+WiUh{grid-gap:16px;align-items:flex-start;display:grid;gap:16px;grid-template-columns:100px 1fr;width:100%}.Chat_info-title-highlight__V0EcH{width:100px}.Chat_info-title-highlight__V0EcH,.Chat_info-value-highlight__YIRZd{color:#151515;color:var(--Color-Neutral-90,#151515);font-family:Pretendard;font-size:16px;font-style:normal;font-weight:600;letter-spacing:-.32px;line-height:normal}.Chat_info-title__8Th7p{width:100px}.Chat_info-title__8Th7p,.Chat_info-value__SL8ds{color:#606060;color:var(--Color-Neutral-70,#606060);font-family:Pretendard;font-size:16px;font-style:normal;font-weight:400;letter-spacing:-.32px;line-height:normal}.Chat_info-value__SL8ds{word-break:keep-all}.Chat_product-info-row-standard__HBPXu{grid-gap:16px;align-items:flex-start;display:grid;gap:16px;grid-template-columns:100px 1fr;width:100%}.Chat_info-value-standard__eeqda{word-wrap:break-word;align-self:stretch;color:#606060;flex:1 0;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:400;letter-spacing:-.32px;line-height:normal;overflow:hidden;white-space:normal;word-break:keep-all}.Chat_product-info-row-model__1zI\+0{grid-gap:16px;align-items:flex-start;display:grid;gap:16px;grid-template-columns:100px 1fr;width:100%}.Chat_info-value-model__\+UtwR{word-wrap:break-word;align-self:stretch;color:#151515;color:var(--Color-Neutral-90,#151515);flex:1 0;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:600;letter-spacing:-.32px;line-height:normal;overflow:hidden;white-space:normal;word-break:keep-all}.Chat_left-bottom-container__1uUI1{align-items:center;align-self:stretch;display:flex;flex-shrink:0;gap:12px;height:60px;justify-content:center;padding:12px 32px}.Chat_left-bottom-logo__IoRfv{background:#b0a1f2;background:var(--Color-P-70,#b0a1f2);border-radius:999px;height:32px;padding:9px 5px 9px 6px;width:32px}.Chat_left-bottom-logo__IoRfv,.Chat_left-bottom-logo__IoRfv p{align-items:center;display:flex;justify-content:center}.Chat_partner-company-info__bwXBB{align-items:center;display:flex;flex:1 0;gap:12px}.Chat_left-bottom-logo__IoRfv p{color:#f7f8fa;color:var(--Color-Neutral-10,#f7f8fa);font-family:Pretendard;font-size:10px;font-style:normal;font-weight:400;height:14px;letter-spacing:-.24px;line-height:normal;width:21px}.Chat_partner-company-name__LYyHM{font-size:16px;font-weight:600;letter-spacing:-.32px}.Chat_logout-button__jemHO,.Chat_partner-company-name__LYyHM{color:#303030;color:var(--Color-Neutral-80,#303030);font-family:Pretendard;font-style:normal;line-height:normal}.Chat_logout-button__jemHO{align-items:center;background:#eaebef;background:var(--Color-Neutral-30,#eaebef);border:none;border-radius:4px;cursor:pointer;display:flex;font-size:13px;font-weight:400;gap:10px;height:28px;justify-content:center;letter-spacing:-.26px;padding:6px 8px;text-align:right}.Chat_right-container__ewQYy{align-items:center;background:#fff;background:var(--Color-Neutral-00,#fff);box-sizing:border-box;display:flex;flex-direction:column;height:100%;padding:8px 8px 8px 0;width:81.77%}.Chat_right-content-container__lGCJk{background:#f7f8fa;background:var(--Color-Neutral-10,#f7f8fa);border-radius:8px;display:flex;flex-direction:column;height:100%;width:100%}.Chat_right-top-container__uSS9b{align-items:center;background:#151515;background:var(--Color-Neutral-90,#151515);border-radius:8px 8px 0 0;display:flex;flex-shrink:0;gap:10px;height:56px;padding:18px 8.75rem;width:100%}.Chat_content-main-container__Mfajp{border-radius:0 0 8px 8px;display:flex;height:calc(100% - 56px);width:100%}.Chat_right-middle-container__heT7R{margin-right:16px}.Chat_chat-main-container__4qQb9{height:calc(100% - 77px);overflow-y:auto;padding-bottom:166px;width:100%}.Chat_chat-main-container__4qQb9::-webkit-scrollbar{width:6px}.Chat_chat-main-container__4qQb9::-webkit-scrollbar-thumb{background:#dadbde;background:var(--Color-Neutral-40,#dadbde);border-radius:3px;cursor:pointer}.Chat_chat-main-container__4qQb9::-webkit-scrollbar-track{background-color:initial}.Chat_chat-main-container__4qQb9::-webkit-scrollbar-button{display:none}.Chat_chat-sub-container__VR517{padding-left:140px;padding-right:124px;padding-top:32px}.Chat_message-content__Pq\+47{border-radius:12px;display:inline-block;font-weight:400;max-width:87%;position:relative;word-break:keep-all}.Chat_message-bot__V\+R\+G .Chat_message-content__Pq\+47{background-color:#f7f8fa;color:#000;color:#151515;color:var(--Color-Neutral-90,#151515);word-break:keep-all}.Chat_message-user__WdCO9 .Chat_message-content__Pq\+47{background-color:#eaebef;border-radius:999px;color:#151515;color:var(--Color-Neutral-90,#151515);font-family:Pretendard;font-size:18px;font-style:normal;font-weight:400;letter-spacing:-.18px;line-height:150%;min-width:70px;padding:.6rem 1.6rem;white-space:pre-wrap}.Chat_message-bot__V\+R\+G{background-color:#f7f8fa;color:#000;color:#151515;color:var(--Color-Neutral-90,#151515);display:flex;flex-direction:column;font-family:Pretendard;font-size:20px;font-style:normal;font-weight:400;letter-spacing:-.4px;line-height:150%;margin-top:32px;text-align:left;word-break:keep-all}.Chat_message-user__WdCO9{margin-top:3rem;text-align:right}.Chat_user-text__bP9lB{align-items:center;display:flex;justify-content:center}.Chat_text-blue-bold__6zTQb{color:#4880ef;font-weight:700}.Chat_text-blue-bold-underline__KiXvm{color:#4880ef;cursor:pointer;font-weight:700;text-decoration:underline}.Chat_text-red-bold__4jc42{color:red;font-weight:700}.Chat_text-black-bold__mTW65{color:#000;font-weight:700}.Chat_divider__GQQ7g{border-bottom:1px solid #dadbde;margin:3.5rem auto;width:100%}.Chat_toggle-main-container__tfw0O{align-items:center;display:flex;flex-direction:column;height:100%;padding-right:28px;padding-top:64px;width:23.05%}.Chat_toggle-first-container__E7IEA{align-items:flex-start;display:flex;flex-direction:column;gap:28px;max-width:20.75rem;width:100%}.Chat_stage-container__aKB5s{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;gap:8px;transition:background-color .3s ease}.Chat_stage-text__TzTfd{font-weight:400}.Chat_stage-text__TzTfd,.Chat_stage-text__TzTfd.Chat_active-text__GNjsi{color:#303030;color:var(--Color-Neutral-80,#303030);font-family:Pretendard;font-size:16px;font-style:normal;letter-spacing:-.32px;line-height:normal}.Chat_stage-text__TzTfd.Chat_active-text__GNjsi{font-weight:700}.Chat_toggle-notice__lMvVO{align-items:center;align-self:stretch;background:#fff;background:var(--Color-Neutral-00,#fff);border-radius:28px;cursor:pointer;display:flex;gap:19px;padding:20px 16px 20px 24px}.Chat_toggle-notice-text__u8rY8{color:#303030;color:var(--Color-Neutral-80,#303030);flex:1 0;font-family:Pretendard;font-size:24px;font-style:normal;font-weight:700;letter-spacing:-.48px;line-height:30px}.Chat_toggle-notice-button__p8GhE{align-items:center;display:flex;justify-content:center}.Chat_toggle-bottom-memo-container__QOZSk{align-items:flex-start;display:flex;flex-direction:column;gap:8px;height:42px;margin-bottom:24px;margin-left:24px;width:297px}.Chat_company-name__jNEPd{color:#303030;color:var(--Color-Neutral-80,#303030);font-weight:600}.Chat_company-name__jNEPd,.Chat_company-tel__HP3Jw{font-family:Pretendard;font-size:14px;font-style:normal;letter-spacing:-.28px;line-height:normal}.Chat_company-tel__HP3Jw{color:grey;color:var(--Color-Neutral-60,grey);font-weight:400}.Chat_popup-overlay__A0nSp{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.Chat_popup-content__-u2Ce{background-color:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;padding:20px;text-align:center;width:400px}.Chat_popup-button__HmUv7{border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:16px;padding:10px 20px}.Chat_popup-button__HmUv7:disabled{background-color:#a9a7a7;color:#fff;cursor:not-allowed}.Chat_popup-button__HmUv7:not(:disabled){background-color:#000;color:#fff;cursor:pointer}.Chat_zoomed-modal__36z-6{align-items:center;background-color:#00000080;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.Chat_zoomed-image-container__yD3Ft{margin:0 1rem;max-height:90vh;max-width:42rem;position:relative}.Chat_zoomed-image__X3-zG{border-radius:.5rem;object-fit:contain;width:100%}.Chat_zoomed-close-button__Gy\+Vb{background-color:#fff;border:none;cursor:pointer;padding:.5rem;position:absolute;right:1rem;top:1rem}.Chat_coach-mark-container__xxeAP{background:#000c;box-sizing:border-box;height:100vh;inset:0;padding:80px 240px 52px;position:fixed;width:100%;z-index:1000}.Chat_coach-mark-container__xxeAP,.Chat_coach-mark-content-container__EAfBi{align-items:center;display:flex;flex-direction:column;justify-content:center}.Chat_coach-mark-content-container__EAfBi{gap:54.5px;height:52.75rem;transition:all .3s ease;width:90rem}.Chat_coach-mark-image-container__H0jWr{height:44.3438rem;width:90rem}.Chat_coach-mark-image__aO-n\+{border-radius:8px;height:100%;width:100%}.Chat_coach-mark-buttons-container__od5xz{display:flex;gap:12px;height:50px;width:313px}.Chat_coach-mark-button__7MedX{align-items:center;background:#fff;border:1px solid #fff;border-radius:999px;color:#151515;color:var(--Color-Neutral-90,#151515);cursor:pointer;display:flex;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:600;height:3.125rem;justify-content:center;letter-spacing:-.28px;line-height:normal;padding:12px 16px;width:9.4063rem}.Chat_paragraph__wddId{margin-bottom:1em}.Chat_sentence__hC3Io{margin-bottom:.5em}.Chat_paragraph__wddId:last-child,.Chat_sentence__hC3Io:last-child{margin-bottom:0}@media screen and (max-width:1773px){.Chat_toggle-notice-text__u8rY8{font-size:23px}}@media screen and (max-width:1738px){.Chat_toggle-notice-text__u8rY8{font-size:22px}}@media screen and (max-width:1701px){.Chat_toggle-notice-text__u8rY8{font-size:20px}}@media screen and (max-width:1630px){.Chat_toggle-notice__lMvVO{gap:10px;padding:20px 8px 20px 24px}}@media screen and (max-width:1550px){.Chat_coach-mark-content-container__EAfBi{height:47.75rem;width:80rem}}@media screen and (min-width:2200px){.Chat_right-middle-container__heT7R{width:100%}}@media screen and (max-height:850px){.Chat_coach-mark-content-container__EAfBi{gap:27px}}@media screen and (max-height:825px){.Chat_coach-mark-container__xxeAP{padding:56px 240px 52px}.Chat_coach-mark-content-container__EAfBi{gap:13px}}@media screen and (max-height:780px){.Chat_coach-mark-content-container__EAfBi{height:47.75rem;width:80rem}}@media screen and (max-height:710px){.Chat_coach-mark-content-container__EAfBi{height:47.75rem;width:73rem}}.RemainingTime_container__jN9An{color:#fff;color:var(--Color-Neutral-00,#fff);font-family:Pretendard;font-size:20px;font-style:normal;font-weight:600;letter-spacing:-.025rem;line-height:normal;text-align:right}.RemainingTime_timeIcon__ggeQI{margin-right:10px}.RemainingTime_timeText__okIRg{font-size:20px;font-weight:700}.RemainingTime_warning__AaBmg{color:#ff4d4d}.Toggle_toggle-container__Io6bD{display:flex;flex-direction:column;height:auto;max-width:20.75rem;width:100%}.Toggle_toggle-top-container__6Ua3h{align-items:center;background:#fff;background:var(--Color-Neutral-00,#fff);border-radius:28px 28px 0 0;display:flex;gap:19px;height:4.75rem;padding:24px 16px 12px 24px;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.Toggle_toggle-top-container__6Ua3h.Toggle_rounded__Bmjsb{border-radius:28px;padding:24px 16px 22px 24px}.Toggle_toggle-title__GhilH{align-items:center;display:flex;flex:1 0}.Toggle_toggle-title-text__67279{color:#303030;color:var(--Color-Neutral-80,#303030);font-family:Pretendard;font-size:24px;font-style:normal;font-weight:700;letter-spacing:-.48px;line-height:30px}.Toggle_toggle-button-container__wqnwJ{align-items:center;cursor:pointer;display:flex;justify-content:center;z-index:2}.Toggle_toggle-bottom-container__P5UU4{align-items:flex-start;background:#fff;background:var(--Color-Neutral-00,#fff);border-radius:0 0 28px 28px;display:flex;flex-direction:column;gap:19px;max-height:159px;overflow:hidden;padding:0 24px 32px;transform-origin:top;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.Toggle_toggle-bottom-container__P5UU4.Toggle_collapsed__VMH\+3{max-height:0;opacity:0;padding-bottom:0;padding-top:0;transform:translateY(-10px);visibility:hidden}.Toggle_toggle-content__zkY6z{align-items:flex-start;align-self:stretch;color:#606060;color:var(--Color-Neutral-70,#606060);display:flex;flex-direction:column;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:400;gap:8px;letter-spacing:-.32px;line-height:normal;max-height:159px;overflow-y:auto;word-break:keep-all}.Toggle_toggle-content__zkY6z::-webkit-scrollbar{width:4px}.Toggle_toggle-content__zkY6z::-webkit-scrollbar-track{background:#0000}.Toggle_toggle-content__zkY6z::-webkit-scrollbar-thumb{background:#dadbde;background:var(--Color-Neutral-40,#dadbde);border-radius:4px;cursor:pointer}.Toggle_toggle-content__zkY6z::-webkit-scrollbar-button{display:none}.Toggle_toggle-content__zkY6z::-webkit-scrollbar-thumb:hover{background:#bdbdc2}@media screen and (max-width:1701px){.Toggle_toggle-title-text__67279{font-size:20px}}.UserResponseButtons_user-button-container__oROSu{border-radius:16px;display:inline-flex;gap:10px;justify-content:center}.UserResponseButtons_user-button-item__HQ\+KC{width:100%}.UserResponseButtons_user-button__RnJdX{align-items:center;background-color:#000;border-color:#0000;border-radius:999px;color:#fff;color:var(--Color-Neutral-00,#fff);display:flex;font-family:Pretendard;font-size:18px;font-style:normal;font-weight:600;height:50px;justify-content:center;letter-spacing:-.36px;line-height:normal;min-width:120px;padding:.5rem 2rem;text-align:center;white-space:nowrap;width:-webkit-max-content;width:max-content}.UserResponseButtons_user-button-no__Uq4DT{background-color:#fff;border:1px solid #000;color:#000}.UserResponseButtons_user-button__RnJdX:disabled{background-color:#000;cursor:not-allowed;opacity:.8}.UserResponseButtons_user-button__RnJdX:hover{cursor:pointer;opacity:.8}.UserResponseButtons_user-button-item__HQ\+KC{display:flex;flex:1 1;gap:12px;justify-content:center}.UserResponseButtons_input-container__wERaS{align-items:center;display:flex;flex-direction:column;width:30vw}.UserResponseButtons_input-label__qrj--{align-items:center;display:flex;justify-content:center;text-align:center}.UserResponseButtons_error-message__\+XfGv{color:#ed2024;font-family:Pretendard;font-size:18px;font-style:normal;font-weight:600;letter-spacing:-.36px;line-height:normal;margin-top:.75rem;text-align:center}.UserResponseButtons_input-wrapper__aH8ev{align-items:center;display:flex;min-width:480px;position:relative;width:55%}.UserResponseButtons_input-wrapper__aH8ev .UserResponseButtons_unit__gpls0{color:#151515;color:var(--Color-Neutral-90,#151515);font-family:Pretendard;font-size:24px;font-style:normal;font-weight:700;left:35px;letter-spacing:-.48px;line-height:30px;position:absolute;text-align:center}.UserResponseButtons_input-wrapper__aH8ev [data-before]:before{content:attr(data-before);opacity:0}.UserResponseButtons_input-field__DUPb2{background:#fff;border:#000;border-radius:2rem;box-shadow:0 0 0 1px #000;color:#ed2024;flex-grow:1;font-family:Pretendard;font-size:24px;font-style:normal;font-weight:700;height:50px;letter-spacing:-.48px;line-height:30px;outline:none;padding:16px 0 16px 32px;position:relative}.UserResponseButtons_input-field__DUPb2::-webkit-inner-spin-button,.UserResponseButtons_input-field__DUPb2::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.UserResponseButtons_input-field__DUPb2.UserResponseButtons_error__XtYjX{border-color:#dc3545;box-shadow:none}.UserResponseButtons_input-field__DUPb2.UserResponseButtons_error__XtYjX:focus{border-color:#dc3545;box-shadow:0 0 0 1px #dc3545}.UserResponseButtons_input-button__Fmalc{background-color:#000;border-color:#0000;border-radius:2rem;box-shadow:0 0 0 1px #000;color:#fff;color:var(--Color-Neutral-00,#fff);flex:0 0 auto;font-family:Pretendard;font-size:18px;font-style:normal;font-weight:600;height:50px;letter-spacing:-.36px;line-height:normal;margin-left:-50px;min-width:120px;padding:.5rem 2rem;position:relative;text-align:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:1}.UserResponseButtons_input-button__Fmalc:disabled{background-color:#f0f1f4;box-shadow:none;color:#a0a0a0;cursor:not-allowed;font-size:16px;font-weight:600;padding:.5rem 2rem}.UserResponseButtons_fixed-bottom-buttons__BoQ6v{align-items:center;display:flex;gap:24px;width:100%;z-index:1}.UserResponseButtons_go-list-button-container__T3y4s{align-items:center;background:#eaebef;background:var(--Color-Neutral-30,#eaebef);border-radius:999px;cursor:pointer;display:flex;flex-shrink:0;gap:8px;height:50px;justify-content:center;min-width:120px;padding:16px 32px 16px 29px}.UserResponseButtons_go-list-button-text__Y0cc8{color:#303030;color:var(--Color-Neutral-80,#303030);font-family:Pretendard;font-size:18px;font-style:normal;font-weight:600;letter-spacing:-.36px;line-height:normal;text-align:center}.UserResponseButtons_go-list-icon__b1e2Z{height:24px;width:24px}@media only screen and (max-width:768px){.UserResponseButtons_fixed-bottom-buttons__BoQ6v{align-items:stretch;bottom:0;display:flex;flex-direction:column;gap:10px;left:0;position:relative;transform:none;width:100%}.UserResponseButtons_user-button-container__oROSu{border-radius:0;box-shadow:none;padding:8px 20px 12px;width:100%}.UserResponseButtons_input-container__wERaS{flex:1 1}.UserResponseButtons_input-label__qrj--{display:none}}.Information_popup-overlay__zNIz2{align-items:center;background-color:#00000080;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.Information_popup__Mefg\+{align-items:flex-end;background:#fff;border-radius:24px;display:flex;flex-direction:column;flex-shrink:0;gap:24px;height:auto;padding:56px 28px 48px;width:1000px}@media (max-width:768px){.Information_popup-overlay__zNIz2{position:relative}.Information_popup__Mefg\+{border-radius:0;box-shadow:none;max-height:none;max-width:100%;overflow:visible;padding:0}}.Information_popup-content__AoJmW{align-items:flex-start;align-self:stretch;display:flex;flex:1 0;flex-direction:column;gap:32px;height:392px;justify-content:flex-end;overflow-y:scroll;padding:0 52px;width:100%;word-break:keep-all}.Information_popup-content__AoJmW::-webkit-scrollbar{width:6px}.Information_popup-content__AoJmW::-webkit-scrollbar-thumb{background:#dadbde;background:var(--Color-Neutral-40,#dadbde);border-radius:4px;cursor:pointer}.Information_popup-content__AoJmW::-webkit-scrollbar-track{background:#0000}.Information_popup-content__AoJmW::-webkit-scrollbar-button{display:none}.Information_popup-button-container__L1kxR{display:flex;height:40px;justify-content:flex-end}.Information_popup-close-button__T0nKm{cursor:pointer}.Information_notice-content__ic3ZL{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;min-height:0;word-break:keep-all}.Information_notice-title__2gVf1{color:#151515;color:var(--Color-Neutral-90,#151515);font-family:Pretendard;font-size:26px;font-style:normal;font-weight:700;letter-spacing:-.52px;line-height:36px;padding-bottom:8px;text-align:center;width:100%}.Information_notice-first-row__6BtnC{display:flex;margin-left:8px}.Information_notice-first__kA2Q1{color:#151515;color:var(--Color-Neutral-90,#151515);flex:1 0;font-family:Pretendard;font-size:17px;font-style:normal;font-weight:400;letter-spacing:-.34px;line-height:150%}.Information_notice-row__CS3KQ{display:flex;gap:8px;padding-bottom:6px;padding-top:6px}.Information_notice-list-index__1QFrp{align-items:center;display:flex;flex-shrink:0;height:26px;justify-content:center;text-align:right;width:26px}.Information_notice-list-index__1QFrp,.Information_notice-list-value__BElIf{color:#151515;color:var(--Color-Neutral-90,#151515);font-family:Pretendard;font-size:17px;font-style:normal;font-weight:400;letter-spacing:-.34px;line-height:150%}.Information_notice-list-value__BElIf{text-align:left}.Information_notice-list-value-red__b95Vq{color:#ed2024;color:var(--Color-R---Num,#ed2024);font-family:Pretendard;font-size:17px;font-style:normal;font-weight:700;letter-spacing:-.34px;line-height:150%}.Information_popup-sub-section__dQD0g{align-items:center;align-self:stretch;background:#f7f8fa;background:var(--Color-Neutral-10,#f7f8fa);border-radius:16px;display:flex;flex-direction:column;margin-top:20px;padding:24px;width:100%}.Information_popup-sub-title__Qqxqo{font-weight:400}.Information_popup-sub-title__Qqxqo,.Information_popup-sub__Anxn4{color:#151515;color:var(--Color-Neutral-90,#151515);font-family:Pretendard;font-size:17px;font-style:normal;letter-spacing:-.34px;line-height:150%}.Information_popup-sub__Anxn4{font-weight:700}.Information_popup-bottom-buttons-container__qf1TN{align-items:center;display:flex;gap:12px;justify-content:center;width:100%}.Information_popup-not-display-button__cvS29{width:168px}.Information_popup-not-display-button__cvS29,.Information_popup-not-display-today-button__22NEH{align-items:center;background:#fff;border:1px solid #eaebef;border:1px solid var(--Color-Neutral-30,#eaebef);border-radius:999px;color:#606060;color:var(--Color-Neutral-70,#606060);cursor:pointer;display:flex;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:600;height:50px;justify-content:center;letter-spacing:-.28px;line-height:normal;padding:12px 32px}.Information_agreement-choice__y8ikL{align-items:center;background-color:#efefef;border-radius:8px;display:flex;font-size:16px;justify-content:space-between;margin:10px 0;padding:15px 20px}.Information_radio-group__Y-MM7{display:flex;gap:15px}.Information_radio-group__Y-MM7 input[type=radio]{accent-color:red;margin-right:5px}.Information_agreement-text__RMl0F{cursor:pointer}.price-input-form{background-color:#f8f9fa;border-radius:8px;box-shadow:0 4px 8px #0000001a;margin:20px auto;padding:20px;width:90%}.price-input-header{background-color:#bf0019;border-radius:8px;color:#fff;font-size:18px;font-weight:700;padding:10px;text-align:center}.price-input-intro{line-height:1.6;margin-top:20px}.price-section{display:table-row}.fail-price::-webkit-inner-spin-button,.fail-price::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.korean-price{color:gray;font-weight:500;margin-left:15px}.reason-section{background-color:#fff;border-radius:15px;list-style-type:none;margin-top:10px;padding:0;padding:20px 10px}.delivery-type,.reason{margin-bottom:10px}.etc-reason-input{background-color:#ededed;border-radius:5px;height:35px;margin-left:8px;padding:5px;width:80%}.submit-section{align-items:center;display:flex;flex-direction:column;margin-top:15px}.submit-btn{background-color:#000;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-top:10px;padding:10px 20px;width:100%}.submit-btn:hover{opacity:.8}.submit-btn:disabled{background-color:#f0f1f4;color:#a0a0a0}.negotiation-summary{align-items:flex-start;align-self:stretch;background-color:#fff;border-radius:28px;display:flex;flex-direction:column;margin-top:32px;padding:40px}.summary-header{color:#151515;color:var(--Color-Neutral-90,#151515);font-family:Pretendard;font-size:24px;font-style:normal;font-weight:700;letter-spacing:-.48px;line-height:30px;margin-bottom:8px}.summary-intro{line-height:1.6;margin-left:25px;margin-top:20px}.summary-content-text,.summary-intro{color:#151515;color:var(--Color-Neutral-90,#151515);font-family:Pretendard;font-size:20px;font-style:normal;font-weight:400;letter-spacing:-.4px;line-height:150%}.summary-content-text{flex:1 0;margin:8px 0}.summary-first-info{margin:8px 0}.first-info-text{color:#151515;color:var(--Color-Neutral-90,#151515);font-family:Pretendard;font-size:20px;font-style:normal;font-weight:400;letter-spacing:-.4px;line-height:150%}.summary-two-info{display:flex;flex-direction:column;gap:8px;margin:8px 0}.summary-info-row{display:flex;gap:8px;margin-left:20px}.info{display:flex}.summary-info-key{color:#151515;color:var(--Color-Neutral-90,#151515);font-family:Pretendard;font-size:20px;font-style:normal;font-weight:700;letter-spacing:-.4px;line-height:150%}.summary-info-value{margin-left:4px}.summary-info-value,.summary-three-info{color:#151515;color:var(--Color-Neutral-90,#151515);flex:1 0;font-family:Pretendard;font-size:20px;font-style:normal;font-weight:400;letter-spacing:-.4px;line-height:150%}.summary-three-info{margin:8px 0}.summary-footer{color:#151515;color:var(--Color-Neutral-90,#151515);font-family:Pretendard;font-size:20px;font-style:normal;font-weight:700;letter-spacing:-.4px;line-height:150%;margin:8px 0;text-align:left}.product-table{grid-gap:10px;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:grid;gap:10px;grid-template-columns:.5fr 1fr .5fr 1fr;margin-top:20px;padding:15px}.product-table-bidding{background-color:#333;background-color:#fff;border-radius:8px;gap:10px;margin-left:10px;margin-top:8px}.product-table-bidding-ul{list-style-type:disc;margin:0;padding-left:30px}.product-table-bidding-ul li{margin-bottom:8px}.product-table-bidding-ul .label{font-weight:700;min-width:80px}.product-table-bidding-ul .label,.product-table-bidding-ul .value{color:#151515;color:var(--Color-Neutral-90,#151515);font-family:Pretendard;font-size:20px;font-style:normal;letter-spacing:-.4px;line-height:150%}.product-table-bidding-ul .value{font-weight:400}.supply-price{align-items:center;display:flex;margin-left:4px}.supply-price-text{color:#151515;color:var(--Color-Neutral-90,#151515);font-family:Pretendard;font-size:20px;font-style:normal;font-weight:700;letter-spacing:-.4px;line-height:150%}.summary-info-value-price{align-items:center;display:flex;flex:1 0;margin-left:4px}.text-red-bold{color:#ed2024;color:var(--Color-R---Num,#ed2024)}.text-black-bold,.text-red-bold{font-family:Pretendard;font-size:20px;font-style:normal;font-weight:700;letter-spacing:-.4px;line-height:150%;margin:0 4px 0 0}.text-black-bold{color:#151515;color:var(--Color-Neutral-90,#151515)}.summary-two-info .summary-info-row .info-index{display:flex;justify-content:center;margin-top:4.5px}
/*# sourceMappingURL=main.4d4e4c37.css.map*/