@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Nanum+Gothic&family=Outfit:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";@import"https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css";@import"https://fonts.googleapis.com/css2?family=Inconsolata:wght@200..900&display=swap";@import"https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css";.user-type-selection{display:flex;flex-direction:column;align-items:flex-start;max-width:800px;margin:0 auto;padding:356px 40px 20px}.user-type-selection .selection-title{font-size:32px;font-weight:700;margin-bottom:38px;text-align:center}.user-type-selection .selection-options{display:flex;gap:24px;width:100%;justify-content:center;align-items:flex-start}@media (max-width: 768px){.user-type-selection .selection-options{flex-direction:column;align-items:center}}.user-type-selection .selection-options .option{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:339px;height:161px;padding:24px;border-radius:4px;background-color:#f5f5f5;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px #0000000d;position:relative;overflow:hidden;border:2px solid transparent}.user-type-selection .selection-options .option:hover{animation:backgroundChange .4s ease forwards;box-shadow:0 8px 15px #0000001a;color:#fff}.user-type-selection .selection-options .option:hover .option-text{animation:changeFontWeight .4s ease forwards}.user-type-selection .selection-options .option.selected{animation:backgroundChange .1s ease-in forwards,fadeIn .5s ease forwards;color:#fff;border-color:#3730a3;transform:translateY(-5px);box-shadow:0 8px 15px #504bff4d}.user-type-selection .selection-options .option.selected .option-icon svg path{fill:#fff}.user-type-selection .selection-options .option.selected .option-text{animation:fontChange .5s ease forwards}.user-type-selection .selection-options .option .option-icon{font-size:48px}.user-type-selection .selection-options .option .option-icon svg{width:48px;height:48px}.user-type-selection .selection-options .option .option-text{font-size:34px;font-weight:500;transition:font-weight .5s ease}@keyframes changeFontWeight{0%{font-weight:400}50%{font-weight:600}to{font-weight:700}}@keyframes backgroundChange{0%{background-color:#f5f5f5}to{background-color:#504bff}}@keyframes fontChange{0%{font-weight:600}to{font-weight:800}}.page-transition-enter{opacity:0}.page-transition-enter-active{opacity:1;transition:opacity .5s ease}.page-transition-exit{opacity:1}.page-transition-exit-active{opacity:0;transition:opacity .5s ease}.text-field-container{display:flex;flex-direction:column;gap:4px}.text-field-container.full-width{width:100%}.text-field-container .text-field-label{display:flex;align-items:center}.text-field-container .text-field-label label{font-size:14px;font-weight:500;margin-bottom:4px;line-height:var(--Content-Basic-Line-Height);color:var(--Color-Palette-Content-Primary)}.text-field-container .text-field-label .required-mark{margin-left:2px;color:var(--Color-Palette-Core-Negative)}.text-field-container .text-field-wrapper{width:100%;border-radius:var(--Radius-4);border:1px solid #D0D0D0;transition:border-color .2s ease-in-out;display:flex}.text-field-container .text-field-wrapper:focus-within{border-color:var(--Color-Palette-Primary-Primary)}.text-field-container .text-field-wrapper.error{border-color:var(--Color-Palette-Core-Negative)}.text-field-container .text-field{font-family:Pretendard,sans-serif;font-size:16px;line-height:1.5;color:#333;border:none;width:100%;height:48px;padding:4px 14px;background-color:transparent}.text-field-container .text-field:focus{outline:none}.text-field-container .text-field::placeholder{color:var(--Color-Palette-Content-Invert)}.text-field-container .text-field[type=password]{-webkit-user-select:text!important;-moz-user-select:text!important;-ms-user-select:text!important;user-select:text!important;-webkit-touch-callout:default!important;-webkit-text-select:text!important}.text-field-container .text-field:-webkit-autofill,.text-field-container .text-field:-webkit-autofill:hover,.text-field-container .text-field:-webkit-autofill:focus,.text-field-container .text-field:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px white inset!important;-webkit-text-fill-color:var(--Color-Palette-Content-Primary)!important;transition:background-color 5000s ease-in-out 0s}.text-field-container .text-field:-moz-autofill{background-color:transparent!important;color:var(--Color-Palette-Content-Primary)!important}.text-field-container .helper-text{margin-top:var(--Spacing-4);font-size:var(--Caption-Basic-Size);line-height:var(--Caption-Basic-Line-Height);color:var(--Color-Palette-Content-Invert);position:absolute;bottom:-2px;transform:translateY(100%)}.text-field-container .helper-text.error{color:var(--Color-Palette-Core-Negative)}.checkbox-container{display:flex;flex-direction:column;margin-bottom:var(--Spacing-16)}.checkbox-container .checkbox-wrapper{display:flex;align-items:center}.checkbox-container .checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border:1px solid var(--Color-Palette-Border-Basic);border-radius:var(--Radius-4);background-color:var(--Color-Palette-Background-Primary);position:relative;cursor:pointer;margin-right:var(--Spacing-8);transition:all .2s ease-in-out}.checkbox-container .checkbox:checked{background-color:var(--Color-Palette-Primary-Primary);border-color:var(--Color-Palette-Primary-Primary)}.checkbox-container .checkbox:checked:after{content:"";position:absolute;top:30%;left:50%;transform:translate(-50%,-50%) rotate(45deg);width:5px;height:10px;border-right:2px solid var(--Color-Palette-System-White);border-bottom:2px solid var(--Color-Palette-System-White)}.checkbox-container .checkbox:focus{outline:none;border-color:var(--Color-Palette-Primary-Primary);box-shadow:0 0 0 2px var(--Color-Palette-Primary-PrimaryWeek)}.checkbox-container .checkbox-label{font-size:var(--Content-Basic-Size);line-height:var(--Content-Basic-Line-Height);color:var(--Color-Palette-Content-Primary);cursor:pointer}.checkbox-container .checkbox-error{margin-top:var(--Spacing-4);margin-left:28px;font-size:var(--Caption-Basic-Size);line-height:var(--Caption-Basic-Line-Height);color:var(--Color-Palette-Core-Negative)}.button{display:inline-flex;align-items:center;justify-content:center;font-family:Pretendard,sans-serif;font-weight:500;cursor:pointer;border:none;transition:background-color .2s,color .2s,border-color .2s;height:48px;padding:var(--Spacing-8) var(--Spacing-24);border-radius:var(--Radius-4);font-size:var(--Body-Basic-Size);font-weight:var(--Body-Emphasized-Weight);transition:all .2s ease-in-out;position:relative;overflow:hidden}.button.full-width{width:100%}.button.button-primary{background-color:#504bff;color:var(--Color-Palette-System-White)}.button.button-primary:hover:not(:disabled){background-color:#504bff}.button.button-primary:active:not(:disabled){transform:translateY(1px)}.button.button-secondary{background-color:var(--Color-Palette-Background-Primary);color:var(--Color-Palette-Content-Primary);border:1px solid var(--Color-Palette-Border-Basic)}.button.button-secondary:hover:not(:disabled){border-color:#504bff;color:#504bff}.button.button-secondary:active:not(:disabled){transform:translateY(1px)}.button.button-outline{background-color:transparent;color:var(--Color-Palette-Content-Primary);border:1px solid var(--Color-Palette-Border-Basic)}.button.button-outline:hover:not(:disabled){border-color:var(--Color-Palette-Content-Primary)}.button.button-outline:active:not(:disabled){transform:translateY(1px)}.button:disabled{opacity:.6;cursor:not-allowed}.button.is-loading{min-width:120px;justify-content:center}.button .button-loading{display:inline-flex;align-items:center;justify-content:center;height:100%}.button.button-primary .button-loading__dot{background-color:#fff}.button.button-secondary .button-loading__dot,.button.button-outline .button-loading__dot{background-color:var(--Color-Palette-Content-Primary)}.button-loading{display:inline-flex;align-items:center;justify-content:center}.button-loading__dots{display:flex;align-items:center;justify-content:center;gap:6px}.button-loading__dot{width:6px;height:6px;background-color:currentColor;border-radius:50%;opacity:0;animation:buttonPulse 1.5s infinite}.button-loading__dot:nth-child(1){animation-delay:0s}.button-loading__dot:nth-child(2){animation-delay:.2s}.button-loading__dot:nth-child(3){animation-delay:.4s}@keyframes buttonPulse{0%{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1)}to{opacity:.3;transform:scale(.8)}}.dashboard__button-area-button{min-width:200px;justify-content:center}.auth-form{width:100%;max-width:500px;margin:0 auto;padding:172px 0 24px;position:relative}.auth-form .form-header{margin-bottom:32px}.auth-form .form-header .back-button{display:flex;align-items:center;cursor:pointer;color:var(--Color-Palette-Content-Secondary, #757575);margin-bottom:16px;transition:color .2s ease}.auth-form .form-header .back-button:hover{color:var(--Color-Palette-Content-Primary, #212121)}.auth-form .form-header .back-button svg{width:20px;height:20px;margin-right:8px}.auth-form .form-header .back-button span{font-size:16px;line-height:1.5}.auth-form .form-header .form-title{font-size:24px;font-weight:700;line-height:1.4;color:var(--Color-Palette-Content-Primary, #212121)}.auth-form .form-fields{margin-bottom:32px;display:flex;flex-direction:column;gap:32px}.auth-form .form-fields .form-row{display:flex;gap:20px;width:100%}@media (max-width: 768px){.auth-form .form-fields .form-row{flex-direction:column;gap:16px}}.auth-form .form-fields .business-number-field{display:flex;flex-direction:column;gap:8px}.auth-form .form-fields .business-number-field .business-number-row{display:flex;align-items:flex-end;gap:38px;position:relative}.auth-form .form-fields .business-number-field .business-number-row .business-number-input{max-width:239px;flex:1}.auth-form .form-fields .business-number-field .business-number-row .lookup-button{width:85px;height:49px;flex-shrink:0}.auth-form .form-fields .form-field{margin-bottom:20px}.auth-form .form-fields .form-field .field-label{display:flex;align-items:center;margin-bottom:8px;font-size:14px;font-weight:500;position:absolute;bottom:0;transform:translateY(100%)}.auth-form .form-fields .form-field .field-label .required-mark{position:absolute;bottom:0;transform:translateY(100%);color:#f33;margin-left:4px}.auth-form .form-fields .form-field .address-input-container{display:flex;flex-direction:column;gap:8px}.auth-form .form-fields .form-field .zipcode-row{display:flex;gap:8px}.auth-form .form-fields .form-field .address-input{width:100%;padding:14px;border:1px solid #E0E0E0;border-radius:4px;font-size:14px}.auth-form .form-fields .form-field .address-input::placeholder{color:#3339}.auth-form .form-fields .form-field .address-input:focus{outline:none;border-color:#504bff}.auth-form .form-fields .form-field .address-input.has-error{border-color:#f33}.auth-form .form-fields .form-field .zipcode-input{flex:1}.auth-form .form-fields .form-field .postcode-search-button{width:120px;padding:0 16px;background-color:#504bff;color:#fff;border:none;border-radius:4px;font-size:14px;font-weight:600;cursor:pointer}.auth-form .form-fields .form-field .postcode-search-button:hover{background-color:#403ad9}.auth-form .form-fields .form-field .postcode-search-button:disabled{background-color:#ccc;cursor:not-allowed}.auth-form .form-fields .form-field .error-message{margin-top:4px;color:#f33;font-size:12px}.auth-form .form-fields .address-fields-container{width:100%;display:flex;flex-direction:column;gap:16px}.auth-form .form-fields .address-fields-container .form-row{display:flex;align-items:flex-end;gap:12px}.auth-form .form-fields .address-fields-container .form-row .address-search-button{min-width:85px;height:49px}.auth-form .form-fields .address-fields-container .address-error-message{margin-top:4px;color:#f33;font-size:12px}.auth-form .form-actions{width:100%}.auth-form .form-actions.form-actions-multiple{display:flex;gap:16px}.auth-form .form-actions.form-actions-multiple .back-btn,.auth-form .form-actions.form-actions-multiple .submit-btn{flex:1}@media (max-width: 768px){.auth-form{padding:16px}.auth-form .form-header{margin-bottom:24px}.auth-form .form-header .form-title{font-size:20px}.auth-form .form-fields{margin-bottom:24px;gap:16px}}.step-indicator{display:flex;flex-direction:column;width:auto;padding:32px 0;background-color:var(--Color-Palette-Background-Primary, #FFFFFF)}.step-indicator .step{display:flex;align-items:center;justify-content:center;padding:8px 24px;text-align:center;position:relative}.step-indicator .step:not(:last-child):after{content:"";position:absolute;left:50%;bottom:-8px;transform:translate(-50%);width:1px;height:8px}.step-indicator .step .step-text{font-size:16px;line-height:1.5;color:var(--Color-Palette-Content-Secondary, #757575);transition:color .3s ease;font-weight:400}.step-indicator .step.active .step-text{color:var(--Color-Palette-Primary-Primary, #0066FF);font-weight:500}.step-indicator .step.completed .step-text{color:var(--Color-Palette-Content-Secondary, #757575)}@media (max-width: 768px){.step-indicator{padding:12px 0;flex-direction:row}.step-indicator .step{padding:12px 16px}.step-indicator .step:not(:last-child):after{content:"";position:absolute;left:auto;right:-8px;bottom:50%;transform:translateY(50%);width:8px;height:1px;background-color:var(--Color-Palette-Border-Neutral, #E0E0E0)}.step-indicator .step .step-text{font-size:14px}}.register-page{min-height:100vh;background-color:var(--Color-Palette-Background-Primary, #FFFFFF);display:flex;flex-direction:column;padding-bottom:40px}.register-page .full-height{height:100vh;position:relative;margin:0;padding:0}.register-page .register-container{display:flex;flex:1;width:100%;max-width:700px;margin:0 auto;flex-direction:column}.register-page .register-content{flex:1;display:flex;flex-direction:column;align-items:flex-start;padding:20px}.register-page .register-steps{width:200px;padding:260px 0;position:absolute;margin-left:600px}.register-page .register-error{background-color:#ff52521a;color:var(--Color-Palette-Error-Primary, #D32F2F);padding:16px;border-radius:4px;text-align:center;width:100%;max-width:600px;margin:24px auto 0;font-size:14px}.register-page .back-button{display:flex;align-items:center;gap:8px;color:var(--Color-Palette-Content-Secondary, #757575);font-size:14px;cursor:pointer;margin-bottom:16px}.register-page .back-button svg{width:20px;height:20px}@media (max-width: 768px){.register-page{padding-bottom:24px}.register-page .register-container{flex-direction:column}.register-page .register-steps{width:100%;padding:12px 16px;border-left:none;border-top:1px solid var(--Color-Palette-Border-Neutral, #E0E0E0)}.register-page .register-steps .step-indicator{flex-direction:row}.register-page .register-content{padding:16px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.register-success{animation:fadeInUp .5s ease-out forwards;background-color:#4caf501a;color:var(--Color-Palette-Success-Primary, #4CAF50);padding:16px;border-radius:4px;text-align:center;width:100%;max-width:600px;margin:24px auto 0;font-size:14px}._flex_gtgyp_1{width:100%}.login-page{display:flex;justify-content:center;align-items:center;min-height:100vh;height:100vh;background-color:#f5f5f5;width:100%;padding:40px 20px;box-sizing:border-box;overflow-y:auto}.login-container{display:flex;flex-direction:column;width:420px;margin:0 auto}.login-header{display:flex;justify-content:flex-start;align-items:center;margin-bottom:30px}.login-header .logo-text{font-family:Roboto,sans-serif;font-size:28px;font-weight:700;letter-spacing:-4%;color:#000;margin:0}.login-title{font-family:Pretendard,sans-serif;font-size:24px;font-weight:700;color:#333;margin-bottom:20px}.login-form-container{background-color:#fff;border:1px solid #d0d0d0;border-radius:8px;padding:40px 30px;margin-bottom:20px;display:flex;flex-direction:column}.login-form{display:flex;flex-direction:column;gap:24px;width:100%}.login-options{display:flex;justify-content:space-between;align-items:center;font-size:14px}.login-options .remember-me{display:flex;align-items:center;gap:8px;cursor:pointer;color:#333c}.login-options .remember-me input[type=checkbox]{width:16px;height:16px;cursor:pointer}.login-options .find-password{color:#333c;text-decoration:none}.login-options .find-password:hover{text-decoration:underline}.login-actions{display:flex;flex-direction:column;gap:12px;width:100%}.to-register{display:flex;justify-content:center;align-items:center;margin-top:24px}.to-register .register-description{font-family:Pretendard,sans-serif;font-size:14px;font-weight:500;color:#3339;margin-right:5px}.to-register .register-link{font-family:Pretendard,sans-serif;font-size:14px;font-weight:500;color:#333;text-decoration:none}.to-register .register-link:hover{text-decoration:underline}.login-footer{display:flex;justify-content:center;margin-top:20px}.login-footer p{font-family:Pretendard,sans-serif;font-size:14px;font-weight:500;color:#3339;letter-spacing:-2.5%;margin:0}@media screen and (max-width: 480px){.login-container{width:100%;padding:0 20px}.login-form-container{padding:30px 20px}}.main-layout{height:100%;display:flex;flex-direction:column;background-color:var(--Color-Palette-Background-Secondary);overflow:hidden;position:relative}.main-layout.with-header{margin-top:140px}.main-layout .main-header{background-color:var(--Color-Palette-Background-Primary);box-shadow:0 1px 4px #0000000d;position:sticky;top:0;z-index:100}.main-layout .main-header .header-container{max-width:1200px;margin:0 auto;padding:var(--Spacing-16);display:flex;justify-content:space-between;align-items:center}.main-layout .main-header .logo{display:flex;align-items:center;text-decoration:none}.main-layout .main-header .logo .logo-icon{width:24px;height:24px;color:var(--Color-Palette-Primary-Primary);margin-right:var(--Spacing-8)}.main-layout .main-header .logo .logo-sub-text,.main-layout .main-header .logo .logo-text{font-size:var(--Body-Emphasized-Size);font-weight:var(--Body-Emphasized-Weight);color:var(--Color-Palette-Content-Primary)}.main-layout .main-content{flex:1;display:flex;flex-direction:column;position:relative;height:calc(100% - 120px)}@media (max-width: 768px){.main-layout .main-content{height:calc(100% - 72px);padding-top:8px}}.daum-postcode-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.daum-postcode-modal{background-color:#fff;border-radius:4px;width:463px;max-width:95%;box-shadow:0 4px 10px #0000001a;border:2px solid #333333;overflow:hidden;display:flex;flex-direction:column;padding:40px}.daum-postcode-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:27px}.daum-postcode-modal-header h2{font-family:Pretendard,sans-serif;font-weight:700;font-size:24px;line-height:1.5em;letter-spacing:-.025em;color:#000;margin:0}.daum-postcode-modal-header .close-button{background:none;border:none;padding:8px;margin:0;cursor:pointer;font-size:20px;line-height:1;display:flex;align-items:center;justify-content:center}.daum-postcode-modal-header .close-button:hover{opacity:.8}.daum-postcode-modal-content{width:100%}.daum-postcode-container{width:100%;border:1px solid #F0F0F1;border-radius:4px;overflow:hidden}.address-detail-container{width:100%}.address-detail-container .address-form{width:100%;display:flex;flex-direction:column;gap:24px}.address-detail-container .field-container{width:100%;margin-bottom:16px}.address-detail-container .field-label{display:flex;flex-direction:row;align-items:center;gap:4px;margin-bottom:8px;font-size:14px;font-weight:500}.address-detail-container .field-label .required-mark{color:#f33}.address-detail-container .zipcode-field-container{display:flex;gap:8px;width:100%}.address-detail-container .zipcode-field,.address-detail-container .address-field,.address-detail-container .detail-field,.address-detail-container .full-address-field{width:100%;padding:14px;border:1px solid #F0F0F1;border-radius:4px;background-color:#f8f8f9;font-size:14px}.address-detail-container .zipcode-field::placeholder,.address-detail-container .address-field::placeholder,.address-detail-container .detail-field::placeholder,.address-detail-container .full-address-field::placeholder{color:#3339}.address-detail-container .zipcode-field:focus,.address-detail-container .address-field:focus,.address-detail-container .detail-field:focus,.address-detail-container .full-address-field:focus{outline:none;border-color:#504bff}.address-detail-container .full-address-field{background-color:#f1f1f1;font-weight:500;color:#333}.address-detail-container .zipcode-field{flex:1}.address-detail-container .search-button,.address-detail-container .confirm-button{background-color:#504bff;color:#fff;border:none;border-radius:4px;padding:8px 16px;font-size:14px;font-weight:600;cursor:pointer}.address-detail-container .search-button:hover,.address-detail-container .confirm-button:hover{background-color:#403ad9}.address-detail-container .search-button{width:120px}.address-detail-container .button-container{width:100%;margin-top:24px}.address-detail-container .button-container .confirm-button{width:100%;padding:12px}.logo-container{width:100%;display:flex;justify-content:space-between;align-items:center;background-color:#1c1c22}.fixed-header-container{position:fixed;top:0;left:0;width:100%;z-index:1000;background-color:#fff;box-shadow:0 2px 10px #0000001a}.header{padding:20px 12vw;display:flex;justify-content:space-between;align-items:center;width:100%;height:80px;background-color:#fff}.search-boxHeader{max-width:600px;width:100%;height:80%}.nemuIcons{display:flex;align-content:flex-end;gap:20px;padding-top:4px 4px 4px 4px}.navBarFrame{background:#333333;width:100%;display:flex;justify-content:center;align-items:center;height:64px}.navigation{width:100%;display:flex;align-items:center;justify-content:center;height:100%}.navigation-container{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:79%;padding:0 20px;margin:0 auto}.navigation-item{color:var(--color-palette-content-invert-weak, rgba(255, 255, 255, .6));text-align:center;font-family:Pretendard Variable,sans-serif;font-size:18px;line-height:20px;letter-spacing:-.025em;font-weight:400;padding:12px 16px;cursor:pointer;transition:all .3s ease;position:relative;white-space:nowrap}.navigation-item:hover{color:var(--color-palette-content-invert, #ffffff);transform:translateY(-2px)}.navigation-item.active{color:var(--color-palette-content-invert, #ffffff);font-weight:700;letter-spacing:-.015em}.navigation-item.active:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:3px;background-color:var(--color-palette-content-invert, #ffffff);border-radius:2px}@media (max-width: 1024px){.header{padding:22px 5vw}.navigation-container{width:90%;justify-content:space-around;gap:70px}.navigation-item{font-size:16px;padding:10px 12px}}.logo{font-family:Roboto,sans-serif;font-size:28px;font-weight:700;transition:all .3s ease}.logoSub{font-family:Roboto,sans-serif;font-size:16px;line-height:19px;margin-bottom:7.75px;font-weight:600;color:#828587}@media (max-width: 768px){.header{padding:22px 20px;flex-direction:column;gap:15px;height:auto}.search-boxHeader{max-width:100%}.navBarFrame{height:auto;padding:10px 0}.navigation{height:auto}.navigation-container{width:95%;flex-wrap:wrap;justify-content:center;gap:10px}.navigation-item{font-size:14px;padding:8px 10px}body{padding-top:200px}.fixed-header-container{max-height:100vh;overflow-y:auto}}.cartIcon{cursor:pointer;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);padding:8px;border-radius:8px}.cartIcon:hover{transform:scale(1.1);background-color:#504bff1a}.cartIcon:hover svg path{stroke:#504bff;transition:all .3s ease}.cartIcon:active{transform:scale(.98)}.cartIcon.active{background-color:#504bff26}.cartIcon.active svg path{stroke:#504bff;fill:#504bff}@media (hover: none){.cartIcon:hover{transform:none;background-color:transparent}.cartIcon:hover svg path{stroke:initial}}.search-box-container{position:relative;width:100%}.search-box-container .main-search-box{background:#f5f5f5;border-radius:4px;border:1px solid #d0d0d0;padding:9px 13px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:40px;position:relative;box-shadow:0 1px 5px #00000040;transition:border-color .2s ease,box-shadow .2s ease}.search-box-container .main-search-box *{box-sizing:border-box}.search-box-container .main-search-box.focused{border-color:gray;box-shadow:0 2px 8px #00000026}.search-box-container .main-search-box .search-placeholder{font-family:WantedSans-Medium,sans-serif;font-size:16px;line-height:20px;letter-spacing:-.025em;font-weight:500;color:#333;position:absolute;left:13px;top:50%;transform:translateY(-50%);pointer-events:none;-webkit-user-select:none;user-select:none;cursor:text;opacity:.8;transition:opacity .2s ease}.search-box-container .main-search-box .search-input{flex:1;border:none;background:transparent;font-family:WantedSans-Medium,sans-serif;font-size:16px;line-height:20px;letter-spacing:-.025em;font-weight:500;color:#333;outline:none;padding:0;width:100%}.search-box-container .main-search-box .search-input::placeholder{color:transparent}.search-box-container .main-search-box .search{flex-shrink:0;width:24px;height:24px;position:relative;margin-left:10px;cursor:pointer;transition:transform .2s ease}.search-box-container .main-search-box .search path{transition:fill .2s ease;fill:gray}.search-box-container .main-search-box .search:hover{transform:scale(1.05)}.search-box-container .main-search-box .search:hover path{fill:#333}.search-box-container .main-search-box .search.active path{fill:#333}.search-box-container .main-search-box .clear-button{background:transparent;border:none;padding:4px;margin-left:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:50%;transition:background-color .2s ease}.search-box-container .main-search-box .clear-button:hover{background-color:#0000000d}.search-box-container .search-suggestions{position:absolute;top:100%;left:0;width:100%;background:white;border-radius:0 0 4px 4px;box-shadow:0 4px 8px #00000026;margin-top:4px;max-height:300px;overflow-y:auto;z-index:100}.search-box-container .search-suggestions .suggestion-loading,.search-box-container .search-suggestions .suggestion-no-results,.search-box-container .search-suggestions .suggestion-api-error{padding:12px;text-align:center;color:#666;font-size:14px}.search-box-container .search-suggestions .suggestion-api-error{background-color:#fff0f080;color:#d32f2f;font-size:12px;padding:8px 12px}.search-box-container .search-suggestions .suggestion-item{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;padding:10px 12px;cursor:pointer;transition:background-color .2s ease}.search-box-container .search-suggestions .suggestion-item:hover,.search-box-container .search-suggestions .suggestion-item.active{background-color:#f5f5f5}.search-box-container .search-suggestions .suggestion-item .search-icon{margin-right:10px;flex-shrink:0}.search-box-container .search-suggestions .suggestion-item span{font-family:WantedSans-Medium,sans-serif;font-size:16px;line-height:20px;letter-spacing:-.025em;font-weight:500;color:#333;font-size:14px}.search-box-container .search-suggestions .suggestion-item span .highlight{color:#1a73e8;font-weight:600}@media (max-width: 768px){.search-box-container .main-search-box{height:46px;padding:8px 12px}.search-box-container .main-search-box .search-input,.search-box-container .main-search-box .search-placeholder{font-size:15px}}@media (max-width: 480px){.search-box-container .main-search-box{height:40px}.search-box-container .main-search-box .search-input,.search-box-container .main-search-box .search-placeholder{font-size:14px}.search-box-container .main-search-box .search{width:20px;height:20px}}._cartListContainer_1cv8b_130{width:100%;display:flex;flex-direction:column;gap:24px}._header_1cv8b_137{background-color:#fff;border:1.5px solid #D0D0D0;border-radius:4px;padding:20px 30px;display:flex;justify-content:space-between;align-items:center}._headerTitle_1cv8b_147{font-family:Pretendard,sans-serif;font-weight:700;font-size:20px;line-height:1.4em;letter-spacing:.57%;color:#333;margin:0}._headerColumns_1cv8b_157{display:flex;justify-content:space-between;align-items:center;width:calc(100% - 310px);padding-left:30px}._columnHeader_1cv8b_165{font-family:Pretendard,sans-serif;font-weight:600;font-size:16px;line-height:1.25em;letter-spacing:-2.5%;color:#333;text-align:center}._columnHeader_1cv8b_165._productInfo_1cv8b_174{width:310px;text-align:left}._columnHeader_1cv8b_165._quantity_1cv8b_178{width:94px}._columnHeader_1cv8b_165._delivery_1cv8b_181{width:200px}._columnHeader_1cv8b_165._price_1cv8b_184{width:190px}._cartItems_1cv8b_188{display:flex;flex-direction:column;gap:6px}._emptyCart_1cv8b_194{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 0;background-color:#fff;border:1.5px solid #D0D0D0;border-radius:4px}._emptyCart_1cv8b_194 h3{font-family:Pretendard,sans-serif;font-weight:600;font-size:18px;color:#333;margin-bottom:16px}._emptyCart_1cv8b_194 p{font-family:Pretendard,sans-serif;font-weight:500;font-size:14px;color:#e0e0e050;margin-bottom:24px}._emptyCart_1cv8b_194 button{background-color:#504bff;color:#fff;padding:10px 20px;border:none;border-radius:4px;font-family:Pretendard,sans-serif;font-weight:600;font-size:14px;cursor:pointer;transition:background-color .2s ease}._emptyCart_1cv8b_194 button:hover{background-color:#1e18ff}@media (min-width: 768px) and (max-width: 1023px){._header_1cv8b_137{padding:16px 20px}._headerColumns_1cv8b_157,._columnLabels_1cv8b_241{display:none}}@media (max-width: 767px){._header_1cv8b_137{padding:12px 16px}._headerTitle_1cv8b_147{font-size:18px}}._cartItem_nituu_130{background-color:#fff;border:1.5px solid #D0D0D0;border-radius:4px;padding:20px 30px;width:100%;margin-bottom:6px;transition:box-shadow .2s ease-in-out}._cartItem_nituu_130:hover{box-shadow:0 2px 8px #0000000d}._itemContent_nituu_143{display:flex;justify-content:space-between;align-items:flex-start;width:100%}._productSection_nituu_150{display:flex;gap:24px;width:310px}._productImage_nituu_156{width:60px;height:60px;border-radius:4px;overflow:hidden;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center}._productImage_nituu_156 img{width:100%;height:100%;object-fit:contain}._productInfo_nituu_172{display:flex;flex-direction:column;justify-content:space-between;padding:4px 0;gap:10px}._partNumber_nituu_180{font-family:Pretendard,sans-serif;font-weight:700;font-size:18px;line-height:1em;letter-spacing:-2.5%;color:#333;margin:0}._manufacturerLogo_nituu_190{max-width:100px;max-height:20px}._quantitySection_nituu_195{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;width:94px}._quantityInput_nituu_204{width:94px;padding:10px 0;text-align:center;border:1.5px solid #D0D0D0;border-radius:4px;font-family:Pretendard,sans-serif;font-weight:500;font-size:14px;line-height:1.71em;letter-spacing:.57%;color:#333}._leadTime_nituu_218{font-family:Pretendard,sans-serif;font-weight:500;font-size:16px;line-height:1em;letter-spacing:-2.5%;color:#333}._deliverySection_nituu_227{display:flex;flex-direction:column;justify-content:space-between;gap:8px;min-width:200px}._deliveryOption_nituu_235{display:flex;align-items:center;gap:10px;cursor:pointer;padding:4px 0}._radioButton_nituu_243{width:18px;height:18px;border:1.5px solid #E0E0E0;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}._radioButton_nituu_243._selected_nituu_253{border-color:#504bff}._radioButton_nituu_243._selected_nituu_253:after{content:"";width:10px;height:10px;border-radius:50%;background-color:#504bff}._optionLabel_nituu_264{font-family:Pretendard,sans-serif;font-weight:500;font-size:14px;line-height:2.14em;letter-spacing:-2.5%;color:#333;display:flex;align-items:center;gap:4px}._optionLabel_nituu_264._unavailable_nituu_275{color:#d91e28}._optionLabel_nituu_264 ._icon_nituu_278{width:16px;height:16px;display:flex;align-items:center;justify-content:center}._priceSection_nituu_286{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;gap:10px;min-width:190px}._priceInfo_nituu_295{font-family:Pretendard,sans-serif;font-weight:500;font-size:16px;line-height:1.875em;letter-spacing:-2.5%;color:#333;text-align:left}._removeButton_nituu_305{background:none;border:none;cursor:pointer;padding:6px;color:#333;transition:color .2s ease}._removeButton_nituu_305:hover{color:#d91e28}._removeButton_nituu_305 svg{width:20px;height:20px}@media (min-width: 768px) and (max-width: 1023px){._cartItem_nituu_130{padding:16px 20px}._productSection_nituu_150{width:250px}._deliverySection_nituu_227{min-width:170px}}@media (max-width: 767px){._cartItem_nituu_130{padding:12px 16px}._itemContent_nituu_143{flex-direction:column;gap:16px}._productSection_nituu_150,._quantitySection_nituu_195,._deliverySection_nituu_227,._priceSection_nituu_286{width:100%}._quantitySection_nituu_195{flex-direction:row;justify-content:space-between;align-items:center}._priceSection_nituu_286{align-items:flex-start}}._container_1in3r_1{position:absolute;top:calc(100% + 8px);right:0;width:374px;height:298px;max-width:90vw;background-color:#fff;border-radius:4px;box-shadow:0 3px 4px #00000040;border:2px solid #333333;z-index:100;padding:16px;display:flex;flex-direction:column;align-items:flex-end;gap:16px;animation:_slideDownFade_1in3r_1 .3s cubic-bezier(.34,1.56,.64,1);transform-origin:top right}@keyframes _slideDownFade_1in3r_1{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}._container_1in3r_1:after{content:"";position:absolute;top:-10px;right:20px;width:20px;height:20px;background-color:#fff;transform:rotate(45deg);box-shadow:-3px -3px 8px #00000014;border-radius:2px}@media (max-width: 768px){._container_1in3r_1{width:100vw;right:-20px;border-radius:12px 12px 0 0;max-height:70vh;overflow-y:auto}._container_1in3r_1:after{right:50px}}._closeButton_1in3r_56{position:absolute;top:8px;right:8px;width:24px;height:24px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:.6;transition:opacity .2s}._closeButton_1in3r_56:hover{opacity:1}._closeButton_1in3r_56:before,._closeButton_1in3r_56:after{content:"";position:absolute;width:16px;height:2px;background-color:#333;transform-origin:center}._closeButton_1in3r_56:before{transform:rotate(45deg)}._closeButton_1in3r_56:after{transform:rotate(-45deg)}._emptyCart_1in3r_89{width:100%;padding:40px 20px;text-align:center;color:#666;font-size:14px}._emptyCart_1in3r_89 h3{margin-bottom:12px;font-weight:600;color:#333;font-size:16px}._emptyCart_1in3r_89 p{margin-bottom:24px;line-height:1.5;color:#777}._emptyCart_1in3r_89 button{padding:12px 24px;background:linear-gradient(135deg,#504BFF 0%,#6B66FF 100%);color:#fff;border:none;border-radius:6px;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #504bff4d}._emptyCart_1in3r_89 button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #504bff66;background:linear-gradient(135deg,#4B45FF 0%,#6661FF 100%)}._emptyCart_1in3r_89 button:active{transform:translateY(0);box-shadow:0 2px 8px #504bff4d}._loading_1in3r_129{width:100%;padding:32px 16px;text-align:center}._loading_1in3r_129 ._spinner_1in3r_134{margin:0 auto 16px;width:32px;height:32px;border:3px solid rgba(80,75,255,.3);border-radius:50%;border-top-color:#504bff;animation:_spin_1in3r_134 1s ease-in-out infinite}@keyframes _spin_1in3r_134{to{transform:rotate(360deg)}}._tableContainer_jqhhv_1{width:100%;display:flex;flex-direction:column;gap:16px}._tableContent_jqhhv_8{border:1px solid #E0E0E0;border-radius:4px;overflow:hidden;background-color:#fff}._tableHeader_jqhhv_15{background-color:#e0e0e080;border-bottom:1px solid #E0E0E0}._headerRow_jqhhv_20{display:flex;align-items:center}._headerCell_jqhhv_25{display:flex;justify-content:center;align-items:center;padding:16px 12px;font-family:Pretendard,sans-serif;font-weight:600;font-size:14px;line-height:1.29;letter-spacing:.57%;color:#333;border-right:1px solid #E0E0E0}._headerCell_jqhhv_25:last-child{border-right:none}._headerCell_jqhhv_25._partNumberCol_jqhhv_41{width:137px;flex-shrink:0}._headerCell_jqhhv_25._quantityCol_jqhhv_45{flex:1;gap:8px;padding:14px 0}._headerCell_jqhhv_25._priceCol_jqhhv_50{flex:1;gap:8px;padding:14px 8px}._tableBody_jqhhv_56{background-color:#fff}._bodyRow_jqhhv_60{display:flex;align-items:center;border-bottom:1px solid #E0E0E0;background-color:#fff}._bodyRow_jqhhv_60:last-child{border-bottom:none}._bodyCell_jqhhv_70{display:flex;align-items:center;padding:4px;border-right:1px solid #E0E0E0}._bodyCell_jqhhv_70:last-child{border-right:none}._bodyCell_jqhhv_70._partNumberCol_jqhhv_41{width:137px;flex-shrink:0;justify-content:center;padding:16px 12px}._bodyCell_jqhhv_70._quantityCol_jqhhv_45{flex:1;justify-content:flex-end;padding:4px 20px 4px 0}._bodyCell_jqhhv_70._priceCol_jqhhv_50{flex:1;justify-content:flex-end;padding:4px 10px 4px 0}._totalRow_jqhhv_96{display:flex;align-items:center;background-color:#e0e0e080;border-top:2px solid rgba(224,224,224,.5);border-radius:0 0 4px 4px}._totalCell_jqhhv_104{display:flex;align-items:center;border-right:1px solid #E0E0E0}._totalCell_jqhhv_104:last-child{border-right:none}._totalCell_jqhhv_104._partNumberCol_jqhhv_41{width:137px;flex-shrink:0;justify-content:center;padding:16px 12px;background-color:#e0e0e080;border-right:1px solid #E0E0E0;border-radius:0 0 0 4px}._totalCell_jqhhv_104._quantityCol_jqhhv_45{flex:1;background-color:#e0e0e080}._totalCell_jqhhv_104._priceCol_jqhhv_50{flex:1;justify-content:flex-end;padding:4px 10px 4px 0;background-color:#e0e0e080;border-radius:0 0 4px}._totalLabel_jqhhv_133{font-family:Pretendard,sans-serif;font-weight:600;font-size:14px;line-height:1.29;letter-spacing:.57%;color:#333}._totalAmount_jqhhv_142{font-family:Pretendard,sans-serif;font-weight:600;font-size:14px;line-height:1.29;letter-spacing:.57%;color:#333;text-align:right}._partNumber_jqhhv_41{font-family:Pretendard Variable,sans-serif;font-weight:500;font-size:14px;line-height:1.14;letter-spacing:.57%;color:#504bff}._quantity_jqhhv_45{font-family:Pretendard Variable,sans-serif;font-weight:500;font-size:14px;line-height:1.14;letter-spacing:.57%;color:#333;text-align:right}._price_jqhhv_50{font-family:Wanted Sans,sans-serif;font-weight:500;font-size:14px;line-height:1.14;letter-spacing:.57%;color:#333;text-align:right}._bottomControls_jqhhv_181{display:flex;justify-content:space-between;align-items:center;gap:12px}._pagination_jqhhv_188{display:flex;gap:8px}._paginationButton_jqhhv_193{width:26px;height:32px;display:flex;justify-content:center;align-items:center;border-radius:4px;border:1px solid #E0E0E0;background-color:#fff;font-family:Pretendard,sans-serif;font-size:12px;font-weight:600;line-height:1.5;letter-spacing:-2.5%;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}._paginationButton_jqhhv_193:hover{background-color:#f8f9fa;border-color:#c8c8c8;transform:translateY(-1px)}._paginationButton_jqhhv_193._active_jqhhv_215{background:linear-gradient(135deg,#504BFF 0%,#6B66FF 100%);color:#fff;border-color:#504bff;box-shadow:0 2px 8px #504bff4d}._paginationButton_jqhhv_193:disabled{opacity:.5;cursor:not-allowed;transform:none}._paginationButton_jqhhv_193:disabled:hover{background-color:#fff;border-color:#e0e0e0;transform:none}._viewCartButton_jqhhv_232{display:flex;justify-content:center;align-items:center;padding:6px 20px;background:linear-gradient(135deg,#504BFF 0%,#6B66FF 100%);color:#f5f5f5;border-radius:4px;font-family:Pretendard,sans-serif;font-weight:600;font-size:14px;line-height:1.14;letter-spacing:.57%;text-align:center;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #504bff4d}._viewCartButton_jqhhv_232:hover{transform:translateY(-2px);box-shadow:0 6px 20px #504bff66;background:linear-gradient(135deg,#4B45FF 0%,#6661FF 100%)}._viewCartButton_jqhhv_232:active{transform:translateY(0);box-shadow:0 2px 8px #504bff4d}.api-environment-toggle{position:fixed;bottom:20px;left:20px;z-index:9999;font-family:Pretendard,sans-serif}.api-environment-toggle .toggle-button{padding:8px 12px;border-radius:20px;border:none;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 10px #0000001a}.api-environment-toggle .toggle-button.local{background-color:#ffd8d8;color:#d63031;border:1px solid #ff9a9a}.api-environment-toggle .toggle-button.development{background-color:#d8f8ff;color:#0984e3;border:1px solid #74c0fc}.api-environment-toggle .toggle-button.staging{background-color:#fff3d8;color:#d68000;border:1px solid #ffcc5f}.api-environment-toggle .toggle-button.production{background-color:#d8ffdf;color:#00a854;border:1px solid #5de290}.api-environment-toggle .toggle-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.api-environment-toggle .environment-menu{position:absolute;bottom:45px;left:0;width:280px;background-color:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;overflow:hidden;border:1px solid #eaeaea}.api-environment-toggle .environment-menu .menu-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid #f0f0f0}.api-environment-toggle .environment-menu .menu-header h3{margin:0;font-size:14px;font-weight:600;color:#333}.api-environment-toggle .environment-menu .menu-header .close-button{background:none;border:none;font-size:18px;color:#999;cursor:pointer}.api-environment-toggle .environment-menu .menu-header .close-button:hover{color:#333}.api-environment-toggle .environment-menu .environment-list{max-height:300px;overflow-y:auto}.api-environment-toggle .environment-menu .environment-list .environment-item{padding:12px 16px;cursor:pointer;transition:background-color .2s ease;border-bottom:1px solid #f5f5f5}.api-environment-toggle .environment-menu .environment-list .environment-item:hover{background-color:#f9f9f9}.api-environment-toggle .environment-menu .environment-list .environment-item.active{background-color:#f0f7ff;border-left:3px solid #4751FF}.api-environment-toggle .environment-menu .environment-list .environment-item.active .env-name{color:#4751ff;font-weight:600}.api-environment-toggle .environment-menu .environment-list .environment-item .env-name{font-size:14px;margin-bottom:4px;color:#333}.api-environment-toggle .environment-menu .environment-list .environment-item .env-description{font-size:12px;color:#888}.api-environment-toggle .environment-menu .menu-footer{padding:8px 16px;text-align:center;font-size:12px;color:#999;background-color:#f9f9f9}.api-environment-toggle .environment-menu .menu-footer .shortcut-hint{font-style:italic}.api-environment-toggle .environment-info{margin-top:8px;font-size:12px}.api-environment-toggle .environment-info .url{color:#666;margin-right:8px}.api-environment-toggle .environment-info .backend-status{display:inline-flex;align-items:center;gap:4px;padding:2px 6px;background:#f8f9fa;border-radius:4px;border:1px solid #e9ecef}.api-environment-toggle .environment-info .backend-status .status-indicator{font-size:12px}.api-environment-toggle .environment-info .backend-status .status-text{font-size:11px;color:#495057}.api-environment-toggle .environment-info .backend-status .refresh-button{background:none;border:none;cursor:pointer;font-size:10px;padding:0;color:#6c757d}.api-environment-toggle .environment-info .backend-status .refresh-button:hover{color:#495057}.api-environment-toggle .warning-message{margin-top:8px;padding:8px;background:#fff3cd;border:1px solid #ffeaa7;border-radius:4px;font-size:11px;color:#856404;line-height:1.4}@media (max-width: 768px){.api-environment-toggle .toggle-button{padding:6px 10px;font-size:11px}.api-environment-toggle .environment-menu{width:250px}}._mainContentWrapper_ljptr_2{width:100%;background-color:#f9f9f9;min-height:calc(100vh - 161px);height:calc(100vh - 161px);display:flex;justify-content:center;align-items:flex-start;overflow:hidden}._container_ljptr_13{width:100%;max-width:calc(100% - 15vw);height:100%;padding:24px;box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden}._contentContainer_ljptr_24{width:100%;height:100%;display:flex;gap:24px;overflow:hidden;flex:1}._productInfoSection_ljptr_34{width:35%;flex:0 0 45%;min-width:300px;max-width:540px;overflow:hidden;display:flex;flex-direction:column}._productTableSection_ljptr_45{width:65%;flex:1 1 75%;min-width:700px;max-width:none;overflow:hidden;display:flex;flex-direction:column}._productInfoSection_ljptr_34>div,._tableWrapper_ljptr_57{background-color:#fff;border-radius:8px;box-shadow:0 1px 5px #0000000d;padding:24px;box-sizing:border-box;height:100%;overflow:hidden;display:flex;flex-direction:column;flex:1}._filterControls_ljptr_71{flex-shrink:0}._tableContainer_ljptr_76{flex:1;position:relative;overflow:hidden;display:flex;flex-direction:column}._table_ljptr_57{width:100%;height:100%;flex:1}._desktopView_ljptr_92{position:absolute;top:0;left:0;right:0;bottom:0;overflow-y:auto;height:100%}._productInfo_ljptr_34{display:flex;flex-direction:column;height:100%;flex:1}._productGallery_ljptr_110{flex:1;display:flex;flex-direction:column;justify-content:center}._productHeader_ljptr_117{flex-shrink:0}._loadingContainer_ljptr_122,._errorContainer_ljptr_122{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;width:100%;text-align:center;padding:40px;background-color:#fff;border-radius:8px;box-shadow:0 1px 5px #0000000d}._spinner_ljptr_136{width:50px;height:50px;border:5px solid rgba(0,0,0,.1);border-top-color:#007bff;border-radius:50%;animation:_spin_ljptr_136 1s ease-in-out infinite;margin-bottom:20px}@keyframes _spin_ljptr_136{to{transform:rotate(360deg)}}._errorContainer_ljptr_122 h2{color:#e53935;margin-bottom:10px}._scrollHint_ljptr_157{margin-top:10px;padding:8px;background-color:#00000008;border-radius:4px;text-align:center;font-size:14px;color:#666}.section-box{height:100%;display:flex;flex-direction:column}.product-details{height:100%;display:flex;flex-direction:column;flex:1}.MuiStack-root{flex:1}@media screen and (min-width: 2560px){._container_ljptr_13{max-width:80%}}@media screen and (min-width: 1921px) and (max-width: 2559px){._container_ljptr_13{width:74%}}@media screen and (min-width: 1441px) and (max-width: 1920px){._container_ljptr_13{width:79%}}@media screen and (max-width: 1440px) and (min-width: 1025px){._container_ljptr_13{width:83%;max-width:calc(100% - 10vw)}}@media screen and (max-width: 1024px) and (min-width: 769px){._mainContentWrapper_ljptr_2{min-height:calc(100vh - 140px);height:calc(100vh - 140px)}._container_ljptr_13{width:90%;max-width:calc(100% - 60px);padding:20px}._contentContainer_ljptr_24{flex-direction:column}._productInfoSection_ljptr_34,._productTableSection_ljptr_45{width:100%;flex:0 0 auto;min-width:100%}._productInfoSection_ljptr_34{height:45%}._productTableSection_ljptr_45{height:55%}}@media screen and (max-width: 768px){._mainContentWrapper_ljptr_2{min-height:calc(100vh - 120px);height:calc(100vh - 120px)}._container_ljptr_13{width:100%;max-width:calc(100% - 32px);padding:16px}._contentContainer_ljptr_24{flex-direction:column;gap:16px}._productInfoSection_ljptr_34,._productTableSection_ljptr_45{width:100%;flex:0 0 auto;min-width:100%}._productInfoSection_ljptr_34{height:40%}._productTableSection_ljptr_45{height:60%}._productInfoSection_ljptr_34>div,._tableWrapper_ljptr_57{padding:16px}}div._container_16ccx_1._cocItem_16ccx_1 div._text_16ccx_1._accent_16ccx_1,div._text_16ccx_1._cocText_16ccx_2._accent_16ccx_1{color:#8a2be2!important;font-weight:600!important}._accent_16ccx_1:not(._cocText_16ccx_2){font-weight:600}._priceCell_16ccx_13:not(._cocText_16ccx_2){font-weight:500}._container_toj1z_2{width:100%;-webkit-user-select:none;user-select:none;border:1.5px solid #D0D0D0;border-radius:4px;position:relative}._dropdown_toj1z_10{width:100%;height:34px;display:flex;align-items:center;justify-content:center;padding:6px 6px 6px 14px;border-radius:2px;box-shadow:inset 0 0 0 1px var(--Color-Palette-Border-Basic);max-width:200px;margin:0 auto;cursor:pointer;transition:box-shadow .2s ease-in-out,background-color .2s ease;text-align:center;position:relative;background-color:#504bff1a}._dropdown_toj1z_10:focus{outline:2px solid var(--Color-Palette-Primary-Primary);outline-offset:1px}._dropdown_toj1z_10._selected_toj1z_34{background-color:transparent}._dropdown_toj1z_10:hover:not(._open_toj1z_37){box-shadow:inset 0 0 0 1.5px var(--Color-Palette-Primary-PrimaryWeek)}._dropdown_toj1z_10._open_toj1z_37{box-shadow:inset 0 0 0 1.5px var(--Color-Palette-Border-Aceent)}._dropdown_toj1z_10._open_toj1z_37 ._icon_toj1z_43{transform:rotate(180deg)}._dropdown_toj1z_10._darker_toj1z_46{background:var(--Color-Palette-Background-Primary)}._icon_toj1z_43{transform:rotate(0)}._portalMenu_toj1z_54{width:100%;max-height:250px;padding:var(--Spacing-4);margin-top:var(--Spacing-8);border-radius:var(--Radius-4);background:var(--Color-Palette-Background-Tertiary);overflow:auto;z-index:10000;border:1px solid #eee;text-align:center}._portalMenu_toj1z_54::-webkit-scrollbar{display:none}._portalMenu_toj1z_54>div{display:flex;justify-content:center;align-items:center}._option_toj1z_75{width:100%;max-width:none;min-width:auto;height:auto;min-height:42px;padding:10px var(--Spacing-14);border-radius:var(--Radius-4);cursor:pointer;transition:background .2s ease-in-out;font-size:13px;display:flex;align-items:center;justify-content:center;white-space:normal;overflow:visible;text-overflow:clip;word-break:break-word;line-height:1.4;text-align:center}._option_toj1z_75:hover{outline:1px solid var(--Color-Palette-Border-Basic);background:var(--Color-Palette-Background-Secondary)}._option_toj1z_75._active_toj1z_103{background-color:#504bff1a;outline:1px solid var(--Color-Palette-Primary-PrimaryWeek)}._option_toj1z_75._selected_toj1z_34{background-color:#504bff0d;font-weight:500}._option_toj1z_75._selected_toj1z_34._active_toj1z_103{background-color:#504bff26}._empty_toj1z_115{width:100%;padding:var(--Spacing-8);text-align:center;font-size:13px}._selectedText_toj1z_123{font-size:13px;font-weight:500;color:var(--Color-Palette-Content-Primary);text-align:center;width:100%;margin:0 auto;padding:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:none}._selectedText_toj1z_123._placeholder_toj1z_138{color:var(--Color-Palette-Content-Secondary);opacity:.7}._dropdown_toj1z_10._selected_toj1z_34 ._selectedText_toj1z_123{display:block}._sr-only_toj1z_147{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}._requestQuote_uhzxh_1{background:var(--color-palette-content-primary, #333333);border-radius:var(--radius-4, 4px);display:flex;flex-direction:row;gap:0px;align-items:center;justify-content:center;position:relative;width:100%;max-width:100%;margin:0 auto;cursor:pointer;transition:all .2s ease}._requestQuote_uhzxh_1,._requestQuote_uhzxh_1 *{box-sizing:border-box}._requestQuote_uhzxh_1:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}._requestQuote_uhzxh_1._loading_uhzxh_23{cursor:not-allowed;opacity:.8}._frame2080013439_uhzxh_28{display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%;gap:2px;padding:5px 0;position:relative}._cocButton_uhzxh_39{background-color:#5a29f3}._majesticonsShoppingCartLine_uhzxh_43{flex-shrink:0;width:20px;height:20px;position:relative;aspect-ratio:1;display:flex;align-items:center;justify-content:center}._group_uhzxh_54{width:75%;height:75%;position:relative;overflow:visible}._twemojiPlus_uhzxh_61{flex-shrink:0;width:10px;height:10px;position:relative;overflow:visible;aspect-ratio:1}._loadingSpinner_uhzxh_70{display:flex;align-items:center;justify-content:center;width:20px;height:20px}._spinner_uhzxh_78{animation:_spin_uhzxh_78 1s linear infinite}@keyframes _spin_uhzxh_78{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._desktopView_l5n58_22{overflow-y:auto}._headerCell_l5n58_44{padding:4px 10px;text-align:center;font-size:16px;font-weight:600;white-space:nowrap;position:relative;box-sizing:border-box;vertical-align:middle;top:0;z-index:10;border-left:1px solid #E0E0E0;background-color:#f0f0f0;color:#333}._tableCell_l5n58_115{padding:4px 14px;border:1px solid #E0E0E0;text-align:center;vertical-align:middle;box-sizing:border-box;overflow:auto;text-overflow:ellipsis;white-space:nowrap;height:39px}table tbody tr td:last-child{padding:4px 5px!important;text-align:center!important;vertical-align:middle!important}._mobileActions_l5n58_135{padding:4px 5px;display:flex;justify-content:center;margin-top:8px}._container_l5n58_2{display:flex;flex-direction:column;width:100%;overflow:hidden;border-radius:4px;border:1px solid #E0E0E0}._tableContainer_l5n58_11{box-sizing:border-box;background:#ffffff;display:flex;flex-direction:column;width:100%;overflow-x:auto;max-height:clamp(500px,100vh,900px)}._desktopView_l5n58_22{max-height:100%;overflow-y:auto}._stickyHeader_l5n58_174{position:sticky;top:0;z-index:30;background-color:#f0f0f0;box-shadow:0 2px 4px #0000001a}._table_l5n58_11{width:100%;border-collapse:collapse;border-spacing:0;font-size:14px;table-layout:inherit}._headerRow_l5n58_36{background-color:#f0f0f0;height:38px;position:sticky;top:0;z-index:20}._headerCell_l5n58_44{padding:6px 10px;text-align:center;font-size:16px;font-weight:600;border:1px solid #E0E0E0;white-space:nowrap;position:sticky;box-sizing:border-box;vertical-align:middle;top:0;z-index:10;background-color:#f0f0f0;color:#333}._headerContent_l5n58_60{display:flex;align-items:center;justify-content:center;overflow:hidden;text-overflow:ellipsis}._quantityColumn_l5n58_69 ._headerContent_l5n58_60,._priceColumn_l5n58_70 ._headerContent_l5n58_60,._amountColumn_l5n58_71 ._headerContent_l5n58_60{justify-content:center!important}._rightAligned_l5n58_75{justify-content:center!important;padding:0 16px}._sortIcon_l5n58_80{font-size:10px;margin-left:4px}._actionHeader_l5n58_241{min-width:51px!important;max-width:54px!important}._tableRow_l5n58_86{background-color:#fff;transition:background-color .15s ease;height:39px}._tableRow_l5n58_86:hover{background-color:#f8f0ff}._evenRow_l5n58_96{background-color:#f2f2f2}._evenRow_l5n58_96:hover{background-color:#f8f0ff}tr._tableRow_l5n58_86._cocRow_l5n58_104{font-weight:600;color:#8a2be2}tr._tableRow_l5n58_86._cocRow_l5n58_104:hover{background-color:#f8f0ff}._tableCell_l5n58_115{padding:4px 14px;border:1px solid #E0E0E0;text-align:center;vertical-align:middle;box-sizing:border-box;overflow:auto;text-overflow:ellipsis;white-space:nowrap}td._tableCell_l5n58_115._cocText_l5n58_143{color:#8a2be2;font-weight:600}._companyColumn_l5n58_315{width:22%}._cocColumn_l5n58_308,._dcColumn_l5n58_309,._ltColumn_l5n58_310{width:10%;text-align:center}._actionColumn_l5n58_311{width:5%;text-align:center;min-width:53px;max-width:73px;padding:0}._cartButton_l5n58_376{display:flex;align-items:center;justify-content:center;background-color:#333;color:#fff;padding:6px 8px;border-radius:4px;cursor:pointer;font-weight:500;border:none;outline:none;width:100%;margin:0 auto;font-size:14px;transition:background-color .15s ease}._rightAlignedCell_l5n58_294{text-align:right!important;padding:0 16px}._quantityColumn_l5n58_69,._priceColumn_l5n58_70,._amountColumn_l5n58_71{text-align:right!important}._regionColumn_l5n58_307,._cocColumn_l5n58_308,._dcColumn_l5n58_309,._ltColumn_l5n58_310,._actionColumn_l5n58_311{text-align:center}._companyColumn_l5n58_315{text-align:left}._okCell_l5n58_320{color:#4e4bff;font-weight:600;text-align:center;width:100%;display:block}._priceCell_l5n58_328{color:#4e4bff;font-weight:500;text-align:right;width:100%;display:block}._regionColumn_l5n58_307{width:15%}._companyColumn_l5n58_315{width:20%}._cocColumn_l5n58_308{width:9%;text-align:center}._dcColumn_l5n58_309,._ltColumn_l5n58_310{width:10%;text-align:center}._quantityColumn_l5n58_69{width:10%}._priceColumn_l5n58_70{width:12%}._actionColumn_l5n58_311{width:3%;text-align:center;padding:0}._cartButton_l5n58_376{display:flex;align-items:center;justify-content:center;background-color:#333;color:#fff;padding:6px 8px;border-radius:4px;cursor:pointer;font-weight:500;border:none;outline:none;width:100%;margin:0;font-size:14px;transition:background-color .15s ease}._cartButton_l5n58_376:hover{background-color:#222}._cartButton_l5n58_376._coc-ok_l5n58_396{background-color:#8a2be2;font-weight:700}._cartButton_l5n58_376._coc-ok_l5n58_396:hover{background-color:#7b1fa2}._cartButton_l5n58_376 svg{margin-right:4px}._mobileView_l5n58_408{display:none;flex-direction:column;width:100%;gap:16px;padding:8px;max-height:500px;overflow-y:auto}._mobileCard_l5n58_418{display:flex;flex-direction:column;border:1px solid #E0E0E0;border-radius:4px;overflow:hidden;background-color:#fff;box-shadow:0 1px 3px #0000000d;transition:background-color .15s ease,box-shadow .15s ease}._mobileCard_l5n58_418:hover{background-color:#f8f0ff;box-shadow:0 1px 3px #0000001a}._mobileCard_l5n58_418._evenCard_l5n58_432{background-color:#f2f2f2}._mobileCard_l5n58_418._evenCard_l5n58_432:hover{background-color:#f8f0ff}div._mobileView_l5n58_408 div._mobileCard_l5n58_418._cocCard_l5n58_440{font-weight:600;color:#8a2be2}div._mobileView_l5n58_408 div._mobileCard_l5n58_418._cocCard_l5n58_440:hover{background-color:#f8f0ff}div._mobileView_l5n58_408 div._mobileCard_l5n58_418._cocCard_l5n58_440 div._mobileCell_l5n58_449{color:#8a2be2}._mobileRow_l5n58_453{display:flex;padding:10px 12px;border-bottom:1px solid #F0F0F0}._mobileRow_l5n58_453:last-child{border-bottom:none}._mobileHeader_l5n58_462{flex:0 0 40%;font-weight:600;color:#555;position:sticky;left:0;background-color:inherit;z-index:1}._mobileCell_l5n58_449{flex:0 0 60%}div._mobileCard_l5n58_418._cocCard_l5n58_440 div._mobileRow_l5n58_453 div._mobileCell_l5n58_449{color:#8a2be2}._mobileCell_l5n58_449._alignRight_l5n58_482{text-align:right!important}._scrollHint_l5n58_487{text-align:center;color:#666;font-size:12px;padding:8px 0 0;animation:_pulse_l5n58_1 2s infinite}@keyframes _pulse_l5n58_1{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@media screen and (max-width: 991px){._headerCell_l5n58_44,._tableCell_l5n58_115{padding:10px 6px;font-size:13px}._tableRow_l5n58_86{height:50px}._cartButton_l5n58_376{padding:5px 8px;font-size:13px;width:90%}}@media screen and (max-width: 767px){._desktopView_l5n58_22{display:none}._mobileView_l5n58_408{display:flex}._mobileRow_l5n58_453{padding:8px 12px}._mobileHeader_l5n58_462,._mobileCell_l5n58_449{font-size:13px}}._sectionBox_d05aq_3{background-color:#fff!important;border-radius:8px!important;border:1px solid #E0E0E0!important;box-shadow:0 1px 5px #0000000d!important;padding:24px;width:100%!important;box-sizing:border-box!important}._sectionBox_d05aq_3>div{padding:0 24px 0 0!important}._sectionBox_d05aq_3>div+div{margin-top:24px}._productDetails_7lgbh_3{width:100%;height:100%;display:flex;flex-direction:column;flex:1;padding:24px!important;background-color:#fff;border-radius:4px;box-shadow:0 1px 5px #0000000d}._productInfo_7lgbh_16{width:100%;position:relative;display:flex;flex-direction:column;flex:1;gap:24px}._productHeader_7lgbh_26{width:100%;display:flex;align-items:center;justify-content:space-between;min-height:59px;transition:min-height .3s ease;margin-bottom:14px}._productHeader_7lgbh_26 ._productName_7lgbh_35{color:#333;text-align:left;font-family:Pretendard Variable,sans-serif;font-size:28px;line-height:1.2;letter-spacing:-.012em;font-weight:600;position:relative;transition:font-size .3s ease}._productHeader_7lgbh_26 ._productImage_7lgbh_46{flex-shrink:0;height:auto;max-height:59px;position:relative;object-fit:contain;transition:width .3s ease}._productGallery_7lgbh_56{width:100%;display:flex;flex-direction:column;flex:1;height:100%}._productGallery_7lgbh_56 ._mainImageContainer_7lgbh_63{display:flex;justify-content:center;width:100%}._productGallery_7lgbh_56 ._productMainImage_7lgbh_68{border-radius:4px;width:100%;max-width:380px;height:auto;aspect-ratio:1;position:relative;overflow:hidden;object-fit:cover;transition:max-width .3s ease}._productGallery_7lgbh_56 ._productPackageType_7lgbh_79{color:#333;text-align:center;font-size:20px;line-height:28px;letter-spacing:-.012em;font-weight:600;position:relative;margin:20px 0 30px;transition:font-size .3s ease}._productGallery_7lgbh_56 ._productThumbnailsSection_7lgbh_90{width:100%;margin-top:auto;margin-bottom:20px}._productGallery_7lgbh_56 ._productThumbnailsRow_7lgbh_95{width:100%;display:flex;justify-content:space-between;align-items:center}._productGallery_7lgbh_56 ._thumbnailsContainer_7lgbh_101{position:relative;width:100%;max-width:280px;display:flex;justify-content:space-between;gap:10px;transition:max-width .3s ease}._productGallery_7lgbh_56 ._thumbnailsContainer_7lgbh_101 ._thumbnail_7lgbh_101{border-radius:4px;border:1.5px solid #E0E0E0;width:calc(25% - 8px);height:auto;aspect-ratio:1;overflow:hidden;object-fit:cover;position:relative;cursor:pointer;transition:all .3s ease}._productGallery_7lgbh_56 ._thumbnailsContainer_7lgbh_101 ._thumbnail_7lgbh_101:hover{border-color:#4e4bff}._productGallery_7lgbh_56 ._thumbnailsContainer_7lgbh_101 ._thumbnail_7lgbh_101._activeThumbnail_7lgbh_125{border:2px solid #4E4BFF}._productGallery_7lgbh_56 ._datasheetContainer_7lgbh_128{position:relative;display:flex;align-items:center;cursor:pointer}._productGallery_7lgbh_56 ._datasheetContainer_7lgbh_128:hover ._datasheetText_7lgbh_134{color:#4240d4}._productGallery_7lgbh_56 ._datasheetContainer_7lgbh_128 ._datasheetIcon_7lgbh_137{flex-shrink:0;width:30px;height:30px;position:relative;overflow:visible}._productGallery_7lgbh_56 ._datasheetContainer_7lgbh_128 ._datasheetText_7lgbh_134{color:#4e4bff;text-align:left;font-family:Pretendard Variable,sans-serif;font-size:20px;line-height:20px;letter-spacing:.00569em;font-weight:500;text-decoration:underline;position:relative;margin-left:8px;transition:font-size .3s ease,color .15s ease}@media screen and (max-width: 991px){._productGallery_7lgbh_56 ._thumbnailsContainer_7lgbh_101{max-width:250px}._productGallery_7lgbh_56 ._datasheetText_7lgbh_134{font-size:18px}}@media screen and (max-width: 768px){._productHeader_7lgbh_26{flex-direction:column;align-items:flex-start;gap:16px}._productHeader_7lgbh_26 ._productName_7lgbh_35{font-size:22px;width:100%}._productHeader_7lgbh_26 ._productImage_7lgbh_46{width:120px;align-self:center}._productGallery_7lgbh_56 ._productMainImage_7lgbh_68{max-width:100%}._productGallery_7lgbh_56 ._productPackageType_7lgbh_79{font-size:18px;margin:16px 0 24px}._productGallery_7lgbh_56 ._productThumbnailsRow_7lgbh_95{flex-direction:column;gap:20px}._productGallery_7lgbh_56 ._thumbnailsContainer_7lgbh_101{max-width:260px;margin:0 auto}._productGallery_7lgbh_56 ._datasheetContainer_7lgbh_128{width:100%;justify-content:center;margin-top:12px}._productGallery_7lgbh_56 ._datasheetContainer_7lgbh_128 ._datasheetText_7lgbh_134{font-size:18px}}@media screen and (max-height: 800px){._productGallery_7lgbh_56 ._thumbnailsContainer_7lgbh_101{max-width:240px}._productGallery_7lgbh_56 ._productPackageType_7lgbh_79{margin:16px 0 24px}}@media screen and (max-height: 600px){._productGallery_7lgbh_56 ._thumbnailsContainer_7lgbh_101{max-width:210px}._productGallery_7lgbh_56 ._productPackageType_7lgbh_79{font-size:18px;margin:12px 0 20px}._productGallery_7lgbh_56 ._productMainImage_7lgbh_68{max-width:340px}}._filterControls_xcjcr_1{width:100%;display:flex;align-items:center;gap:12px;margin-bottom:20px}._searchField_xcjcr_9,._quantityField_xcjcr_13{width:240px}._searchInput_xcjcr_17,._quantityInput_xcjcr_17{border:1px solid #E0E0E0;border-radius:4px;height:46px;padding:0 12px;background-color:#fff}._filterButton_xcjcr_25{width:50px;height:46px;display:flex;align-items:center;justify-content:center;background-color:#fff;border:1px solid #E0E0E0;border-radius:4px;cursor:pointer;transition:all .2s ease}._filterButton_xcjcr_25:hover{background-color:#f5f5f5;border-color:#504bff}._filterButton_xcjcr_25:active{background-color:#504bff;border-color:#504bff}._filterButton_xcjcr_25:active svg path{stroke:#fff}._filterButton_xcjcr_25._active_xcjcr_48{background-color:#504bff;border-color:#504bff}._filterButton_xcjcr_25._active_xcjcr_48 svg path{stroke:#fff}._rfqButton_xcjcr_56{margin-left:auto;background-color:#4e4bff;color:#fff;height:46px;width:100px;border-radius:4px;font-weight:500;border:none;outline:none;cursor:pointer}._rfqButton_xcjcr_56:hover{background-color:#4240d4}@media screen and (max-width: 767px){._filterControls_xcjcr_1{flex-direction:column;gap:12px}._searchField_xcjcr_9,._quantityField_xcjcr_13{width:100%}._rfqButton_xcjcr_56{margin-left:0;width:100%}}._typography_1n3cw_1{transition:color .3s ease-in-out,font-weight .3s ease-in-out}._display_1n3cw_5._basic_1n3cw_5{font-size:var(--Display-Basic-Size);font-weight:var(--Display-Basic-Weight);line-height:var(--Display-Basic-Line-Height)}._display_1n3cw_5._emphasized_1n3cw_10{font-size:var(--Display-Emphasized-Size);font-weight:var(--Display-Emphasized-Weight);line-height:var(--Display-Emphasized-Line-Height)}._title_1n3cw_16._basic_1n3cw_5{font-size:var(--Title-Basic-Size);font-weight:var(--Title-Basic-Weight);font-style:var(--Title-Basic-Style);line-height:var(--Title-Basic-Line-Height)}._title_1n3cw_16._emphasized_1n3cw_10{font-size:var(--Title-Emphasized-Size);font-weight:var(--Title-Emphasized-Weight);font-style:var(--Title-Emphasized-Style);line-height:var(--Title-Emphasized-Line-Height)}._headline_1n3cw_29._basic_1n3cw_5{font-size:var(--Headline-Basic-Size);font-weight:var(--Headline-Basic-Weight);font-style:var(--Headline-Basic-Style);line-height:var(--Headline-Basic-Line-Height)}._headline_1n3cw_29._emphasized_1n3cw_10{font-size:var(--Headline-Emphasized-Size);font-weight:var(--Headline-Emphasized-Weight);font-style:var(--Headline-Emphasized-Style);line-height:var(--Headline-Emphasized-Line-Height)}._body_1n3cw_42._basic_1n3cw_5{font-size:var(--Body-Basic-Size);font-weight:var(--Body-Basic-Weight);font-style:var(--Body-Basic-Style);line-height:var(--Body-Basic-Line-Height)}._body_1n3cw_42._emphasized_1n3cw_10{font-size:var(--Body-Emphasized-Size);font-weight:var(--Body-Emphasized-Weight);font-style:var(--Body-Emphasized-Style);line-height:var(--Body-Emphasized-Line-Height)}._body_1n3cw_42._strike-through_1n3cw_54{font-size:var(--Body-Strike_Through-Size);font-weight:var(--Body-Strike_Through-Weight);font-style:var(--Body-Strike_Through-Style);line-height:var(--Body-Strike_Through-Line-Height)}._body_1n3cw_42._strike-through_1n3cw_54._emphasized_1n3cw_10{font-size:var(--Body-Strike_Through-Emphasized-Size);font-weight:var(--Body-Strike_Through-Emphasized-Weight);font-style:var(--Body-Strike_Through-Emphasized-Style);line-height:var(--Body-Strike_Through-Emphasized-Line-Height)}._body_1n3cw_42._underline_1n3cw_66{font-size:var(--Body-Underline-Size);font-weight:var(--Body-Underline-Weight);font-style:var(--Body-Underline-Style);line-height:var(--Body-Underline-Line-Height);text-decoration:underline}._body_1n3cw_42._underline_1n3cw_66._emphasized_1n3cw_10{font-size:var(--Body-Underline-Emphasized-Size);font-weight:var(--Body-Underline-Emphasized-Weight);font-style:var(--Body-Underline-Emphasized-Style);line-height:var(--Body-Underline-Emphasized-Line-Height)}._content_1n3cw_80._basic_1n3cw_5{font-size:var(--Content-Basic-Size);font-weight:var(--Content-Basic-Weight);font-style:var(--Content-Basic-Style);line-height:var(--Content-Basic-Line-Height)}._content_1n3cw_80._emphasized_1n3cw_10{font-size:var(--Content-Emphasized-Size);font-weight:var(--Content-Emphasized-Weight);font-style:var(--Content-Emphasized-Style);line-height:var(--Content-Emphasized-Line-Height)}._content_1n3cw_80._strike-through_1n3cw_54{font-size:var(--Content-Strike_Through-Size);font-weight:var(--Content-Strike_Through-Weight);font-style:var(--Content-Strike_Through-Style);line-height:var(--Content-Strike_Through-Line-Height)}._content_1n3cw_80._strike-through_1n3cw_54._emphasized_1n3cw_10{font-size:var(--Content-Strike_Through-Emphasized-Size);font-weight:var(--Content-Strike_Through-Emphasized-Weight);font-style:var(--Content-Strike_Through-Emphasized-Style);line-height:var(--Content-Strike_Through-Emphasized-Line-Height)}._content_1n3cw_80._underline_1n3cw_66{font-size:var(--Content-Underline-Size);font-weight:var(--Content-Underline-Weight);font-style:var(--Content-Underline-Style);line-height:var(--Content-Underline-Line-Height);text-decoration:underline}._content_1n3cw_80._underline_1n3cw_66._emphasized_1n3cw_10{font-size:var(--Content-Underline-Emphasized-Size);font-weight:var(--Content-Underline-Emphasized-Weight);font-style:var(--Content-Underline-Emphasized-Style);line-height:var(--Content-Underline-Emphasized-Line-Height)}._caption_1n3cw_118._basic_1n3cw_5{font-size:var(--Caption-Basic-Size);font-weight:var(--Caption-Basic-Weight);font-style:var(--Caption-Basic-Style);line-height:var(--Caption-Basic-Line-Height)}._caption_1n3cw_118._emphasized_1n3cw_10{font-size:var(--Caption-Emphasized-Size);font-weight:var(--Caption-Emphasized-Weight);font-style:var(--Caption-Emphasized-Style);line-height:var(--Caption-Emphasized-Line-Height)}._caption_1n3cw_118._strike-through_1n3cw_54{font-size:var(--Caption-Strike_Through-Size);font-weight:var(--Caption-Strike_Through-Weight);font-style:var(--Caption-Strike_Through-Style);line-height:var(--Caption-Strike_Through-Line-Height)}._caption_1n3cw_118._strike-through_1n3cw_54._emphasized_1n3cw_10{font-size:var(--Caption-Strike_Through-Emphasized-Size);font-weight:var(--Caption-Strike_Through-Emphasized-Weight);font-style:var(--Caption-Strike_Through-Emphasized-Style);line-height:var(--Caption-Strike_Through-Emphasized-Line-Height)}._caption_1n3cw_118._underline_1n3cw_66{font-size:var(--Caption-Underline-Size);font-weight:var(--Caption-Underline-Weight);font-style:var(--Caption-Underline-Style);line-height:var(--Caption-Underline-Line-Height);text-decoration:underline}._caption_1n3cw_118._underline_1n3cw_66._emphasized_1n3cw_10{font-size:var(--Caption-Underline-Emphasized-Size);font-weight:var(--Caption-Underline-Emphasized-Weight);font-style:var(--Caption-Underline-Emphasized-Style);line-height:var(--Caption-Underline-Emphasized-Line-Height)}._clickable_1n3cw_156{-webkit-user-select:none;user-select:none;cursor:pointer}._unselectable_1n3cw_161{-webkit-user-select:none;user-select:none}._frame_13clo_1{border-radius:var(--Radius-4);box-shadow:inset 0 0 0 1px var(--Color-Palette-Border-Basic);background:var(--Color-Palette-Background-Secondary);padding:var(--Spacing-14);transition:box-shadow .2s ease-in-out;cursor:text}._frame_13clo_1 input,._frame_13clo_1 textarea{width:100%;background:transparent;border:none;padding-right:0;font-family:inherit}._frame_13clo_1 input:focus,._frame_13clo_1 textarea:focus{outline:none}._frame_13clo_1:has(input:focus,textarea:focus):not(._error_13clo_19){box-shadow:inset 0 0 0 1.5px var(--Color-Palette-Border-Aceent)}._frame_13clo_1:hover:not(._error_13clo_19,._immutable_13clo_22){box-shadow:inset 0 0 0 1.5px var(--Color-Palette-Primary-PrimaryWeek)}._frame_13clo_1 svg{flex-shrink:0}._error_13clo_19{box-shadow:inset 0 0 0 1px var(--Color-Palette-Core-Negative)}._immutable_13clo_22,._immutable_13clo_22 input{cursor:not-allowed}._textarea_13clo_40{resize:none}._transition_11o8s_1,._base_11o8s_1{transition:transform .15s ease-in-out,background .3s ease-in-out}._transition_11o8s_1:active,._base_11o8s_1:active{transform:scale(.98)}._base_11o8s_1{border:none;border-radius:var(--Radius-4);display:flex;justify-content:center;align-items:center;cursor:pointer;font-family:inherit;white-space:nowrap;-webkit-user-select:none;user-select:none}._base_11o8s_1:disabled:not(._loading_11o8s_19){color:var(--Color-Palette-System-White);background:var(--Color-Palette-Background-Disabled)}._primary_11o8s_24{background:#504BFF;color:var(--Color-Palette-System-White)}._primary_11o8s_24:hover:not(:disabled:not(._loading_11o8s_19)){background:#504BFF}._secondary_11o8s_32{color:var(--Color-Palette-Content-Primary);background:var(--Color-Palette-Primary-Secondary)}._negative_11o8s_37{color:var(--Color-Palette-System-White);background:var(--Color-Palette-Core-Negative)}._large_11o8s_42{width:100%;height:46px;padding:var(--Spacing-8) var(--Spacing-16)}._small_11o8s_48{width:fit-content;height:36px;padding:var(--Spacing-8) var(--Spacing-14)}._loading_11o8s_19{cursor:progress;pointer-events:none}._loading_11o8s_19 span{width:6px;aspect-ratio:1;border-radius:50%;background-color:#fff}._loading_11o8s_19 span:nth-child(1){animation:_fadeInOut_11o8s_1 2s infinite}._loading_11o8s_19 span:nth-child(2){animation:_fadeInOut_11o8s_1 2s infinite .33s;opacity:.5}._loading_11o8s_19 span:nth-child(3){animation:_fadeInOut_11o8s_1 2s infinite .66s;opacity:.5}@keyframes _fadeInOut_11o8s_1{0%{transform:scale(1);opacity:.5}50%{transform:scale(1.2);opacity:1}to{transform:scale(1);opacity:.5}}._popoverContainer_1ysc9_1{background:white;border-radius:4px;border:2px solid #333333;box-shadow:0 3px 4px #00000040;width:189px;display:flex;flex-direction:column;gap:8px;padding:8px}._tableContent_1ysc9_13{display:flex;flex-direction:column;border-radius:4px}._tableHeader_1ysc9_19{display:flex;background:rgba(224,224,224,.5);border:1px solid #E0E0E0;border-radius:4px 4px 0 0;border-bottom:1px solid #E0E0E0}._headerColumn_1ysc9_27{flex:1;padding:16px 12px;font-family:Pretendard,sans-serif;font-weight:600;font-size:12px;line-height:1.5;letter-spacing:.57%;color:#333;text-align:center}._headerColumn_1ysc9_27:first-child{border-right:1px solid #E0E0E0}._tableBody_1ysc9_42{display:flex;flex-direction:column;border:1px solid #E0E0E0;border-top:none;border-radius:0 0 4px 4px}._tableRow_1ysc9_50{display:flex;border-bottom:1px solid #E0E0E0;background:white}._tableRow_1ysc9_50:last-child{border-bottom:none;border-radius:0 0 4px 4px}._categoryColumn_1ysc9_60{flex:1;padding:16px 12px;display:flex;align-items:center;justify-content:center;border-right:1px solid #E0E0E0}._categoryText_1ysc9_69{font-family:Pretendard,sans-serif;font-weight:600;font-size:12px;line-height:1.33;letter-spacing:.57%;color:#504bff;text-align:center}._conditionColumn_1ysc9_79{flex:1;padding:4px;display:flex;align-items:center;justify-content:center}._dropdownContainer_1ysc9_87{position:relative;width:100%;height:16px;display:flex;align-items:center;justify-content:center}._dropdown_1ysc9_87{width:100%;height:16px;border:1px solid #D0D0D0;border-radius:4px;background:white;font-family:Pretendard,sans-serif;font-size:10px;padding:0 4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}._dropdown_1ysc9_87:focus{outline:none;border-color:#504bff}._dropdownIcon_1ysc9_113{position:absolute;right:4px;top:50%;transform:translateY(-50%);pointer-events:none}._timeCondition_1ysc9_121{display:flex;align-items:center;justify-content:center;gap:4px;width:100%}._checkboxContainer_1ysc9_129{position:relative;width:20px;height:16px;display:flex;align-items:center;justify-content:center}._checkbox_1ysc9_129{width:16px;height:16px;margin:0;opacity:0;cursor:pointer;position:absolute;z-index:1}._checkboxLabel_1ysc9_148{width:16px;height:16px;border:1px solid #D0D0D0;border-radius:2px;background:white;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative}._checkboxLabel_1ysc9_148:after{content:"";width:6px;height:3px;border:1px solid #333333;border-top:none;border-right:none;transform:rotate(-45deg);opacity:0;transition:opacity .2s ease}._checkbox_1ysc9_129:checked+._checkboxLabel_1ysc9_148:after{opacity:1}._quantityInput_1ysc9_176{width:20px;height:16px;border:1px solid #D0D0D0;border-radius:4px;background:white;font-family:Pretendard,sans-serif;font-size:10px;text-align:center;padding:0}._quantityInput_1ysc9_176:focus{outline:none;border-color:#504bff}._timeText_1ysc9_192{font-family:Pretendard,sans-serif;font-weight:600;font-size:12px;line-height:1.33;letter-spacing:.57%;color:#333;white-space:nowrap}._actionButton_1ysc9_202{display:flex;align-items:center;justify-content:center;background:#333333;border-radius:4px;padding:8px 0}._completeButton_1ysc9_211{background:none;border:none;font-family:Pretendard,sans-serif;font-weight:600;font-size:10px;line-height:1.4;letter-spacing:.57%;color:#fff;cursor:pointer;padding:0}._completeButton_1ysc9_211:hover{opacity:.9}._completeButton_1ysc9_211:active{transform:translateY(1px)}._mainContent_79f7r_130{width:100%;display:flex;flex-direction:column;gap:26px;padding:30px 0;background-color:#f5f5f5}._purchaseContainer_79f7r_139{max-width:1450px;margin:0 auto;width:100%}._sectionBox_79f7r_145{background-color:#fff;border-radius:4px;border:2px solid #E0E0E0;padding:30px;margin-bottom:16px;width:100%}._sectionTitle_79f7r_154{font-family:Pretendard,sans-serif;font-size:18px;font-weight:700;color:#504bff;margin-bottom:8px}._sectionDescription_79f7r_162{font-family:Pretendard,sans-serif;font-size:14px;font-weight:600;color:#504bff;line-height:1.857;margin-bottom:24px}._tableContainer_79f7r_172{width:100%;border-radius:4px;overflow:hidden;border:2px solid #E0E0E0}._tableContainer_79f7r_172 table{table-layout:fixed;box-sizing:border-box}._tableHeaderContainer_79f7r_184{max-height:60px}._table_79f7r_172{width:100%;border-collapse:collapse;table-layout:fixed}._table_79f7r_172 td{padding:2px 0;height:51px;vertical-align:middle;text-align:center;font-family:Pretendard,sans-serif;font-size:14px;font-weight:500;color:#333;border-bottom:1px solid #E0E0E0}._table_79f7r_172 td:first-child{padding-left:16px}._table_79f7r_172 th:nth-child(1),._table_79f7r_172 td:nth-child(1){width:18%}._table_79f7r_172 th:nth-child(2),._table_79f7r_172 td:nth-child(2){width:10%}._table_79f7r_172 th:nth-child(3),._table_79f7r_172 td:nth-child(3){width:13%}._table_79f7r_172 th:nth-child(4),._table_79f7r_172 td:nth-child(4){width:6%}._table_79f7r_172 th:nth-child(5),._table_79f7r_172 td:nth-child(5){width:7%}._table_79f7r_172 th:nth-child(6),._table_79f7r_172 td:nth-child(6){width:8%}._table_79f7r_172 th:nth-child(7),._table_79f7r_172 td:nth-child(7){width:7%}._table_79f7r_172 th:nth-child(8),._table_79f7r_172 td:nth-child(8){width:6%}._table_79f7r_172 th:nth-child(9),._table_79f7r_172 td:nth-child(9){width:11%}._table_79f7r_172 th:nth-child(10),._table_79f7r_172 td:nth-child(10){width:100%}._table_79f7r_172 th:nth-last-child(2),._table_79f7r_172 td:nth-last-child(2),._table_79f7r_172 th:nth-last-child(1),._table_79f7r_172 td:nth-last-child(1){width:104px;padding:0}._tableHeader_79f7r_184{background-color:#e0e0e080;border-bottom:1px solid #E0E0E0;vertical-align:middle;height:40px;padding:0;font-weight:700;color:#333}._headerCell_79f7r_253{font-family:Pretendard,sans-serif;font-size:16px;font-weight:700;text-align:center;height:40px;display:flex;align-items:center;justify-content:center}._tableRow_79f7r_264{border-bottom:1px solid #E0E0E0;background-color:#fff}._tableRow_79f7r_264:last-child{border-bottom:none}._tableRow_79f7r_264._evenRow_79f7r_271{background-color:#f5f5f5}._tableCell_79f7r_275{font-family:Pretendard,sans-serif;font-size:14px;font-weight:500;color:#333;display:flex;align-items:center;justify-content:center;height:100%;width:100%;padding:0;box-sizing:border-box}._tableCell_79f7r_275[style*="text-align: center"]{justify-content:center;padding:0}._tableCell_79f7r_275._buttonCell_79f7r_292{padding:0;margin:0}._partNumber_79f7r_298{font-weight:600;cursor:pointer;color:#504bff}._cocOkText_79f7r_305{color:#504bff;font-weight:600}._statusWaiting_79f7r_311{color:#b8860b;font-weight:600}._statusShipping_79f7r_316{color:#28a745;font-weight:600}._statusRejected_79f7r_321{color:#d91e28;font-weight:600}button._primary_79f7r_327{background-color:#504bff!important}button._secondary_79f7r_331{background-color:#888!important}._actionButton_79f7r_336{display:flex;justify-content:center;align-items:center;font-family:Pretendard,sans-serif;font-weight:600;font-size:14px;line-height:1.714;letter-spacing:.57%;text-align:center;border-radius:4px;cursor:pointer;transition:all .3s ease;padding:5px;margin:0;border:none;outline:none;width:92px;height:39px;box-sizing:border-box}._actionButton_79f7r_336._primary_79f7r_327{background-color:#504bff;color:#fff}._actionButton_79f7r_336._primary_79f7r_327:hover{background-color:#1e18ff}._actionButton_79f7r_336._secondary_79f7r_331{background-color:#888;color:#fff}._actionButton_79f7r_336._secondary_79f7r_331:hover{background-color:#6f6f6f}._actionButton_79f7r_336._accent_79f7r_371{background-color:#333;color:#fff}._actionButton_79f7r_336._accent_79f7r_371:hover{background-color:#1a1a1a}._buttonGroup_79f7r_379{display:flex;gap:6px;justify-content:center}._buttonGroup_79f7r_379 ._historyButton_79f7r_384{min-width:100px;font-size:14px}@media (max-width: 992px){._mainContent_79f7r_130{padding:4px 12px}._sectionBox_79f7r_145{padding:24px 12px}._table_79f7r_172{min-width:900px}._tableContainer_79f7r_172{overflow-x:auto}}@media (max-width: 768px){._sectionTitle_79f7r_154{font-size:18px}._sectionDescription_79f7r_162{font-size:14px}}._purchaseHistoryContainer_wdnnk_66{width:100%}._sectionBox_wdnnk_70{background-color:#fff;border-radius:4px;border:2px solid #E0E0E0;padding:30px;margin-bottom:16px;width:100%}._sectionTitle_wdnnk_79{font-family:Pretendard,sans-serif;font-size:18px;font-weight:700;color:#504bff}._tableContainer_wdnnk_87{width:100%;border-radius:4px;overflow:hidden;border:1px solid #E0E0E0}._tableContainer_wdnnk_87 table{table-layout:fixed;box-sizing:border-box}._tableHeaderContainer_wdnnk_99{max-height:60px}._table_wdnnk_87{width:100%;border-collapse:collapse;table-layout:fixed}._table_wdnnk_87 td{padding:0;height:51px;vertical-align:middle;text-align:center;font-family:Pretendard,sans-serif;font-size:14px;font-weight:500;color:#333;border-bottom:1px solid #E0E0E0}._table_wdnnk_87 td:first-child{padding-left:16px}._table_wdnnk_87 th:nth-child(1),._table_wdnnk_87 td:nth-child(1){width:19%}._table_wdnnk_87 th:nth-child(2),._table_wdnnk_87 td:nth-child(2){width:10%}._table_wdnnk_87 th:nth-child(3),._table_wdnnk_87 td:nth-child(3){width:13%}._table_wdnnk_87 th:nth-child(4),._table_wdnnk_87 td:nth-child(4){width:6%}._table_wdnnk_87 th:nth-child(5),._table_wdnnk_87 td:nth-child(5){width:7%}._table_wdnnk_87 th:nth-child(6),._table_wdnnk_87 td:nth-child(6){width:8%}._table_wdnnk_87 th:nth-child(7),._table_wdnnk_87 td:nth-child(7){width:7%}._table_wdnnk_87 th:nth-child(8),._table_wdnnk_87 td:nth-child(8){width:6%}._table_wdnnk_87 th:nth-child(9),._table_wdnnk_87 td:nth-child(9){width:9%}._table_wdnnk_87 th:nth-child(10),._table_wdnnk_87 td:nth-child(10){width:14.6%}._tableHeader_wdnnk_99{background-color:#e0e0e080;border-bottom:1px solid #E0E0E0;vertical-align:middle;height:40px;padding:0;font-weight:700;color:#333}._headerCell_wdnnk_163{font-family:Pretendard,sans-serif;font-size:16px;font-weight:700;text-align:center;height:40px;display:flex;align-items:center;justify-content:center}._tableRow_wdnnk_174{border-bottom:1px solid #E0E0E0;background-color:#fff}._tableRow_wdnnk_174:last-child{border-bottom:none}._tableRow_wdnnk_174._evenRow_wdnnk_181{background-color:#f5f5f5}._tableCell_wdnnk_185{font-family:Pretendard,sans-serif;font-size:14px;font-weight:500;color:#333;display:flex;align-items:center;justify-content:center;height:100%;width:100%;padding:0;box-sizing:border-box}._tableCell_wdnnk_185[style*="text-align: center"]{justify-content:center;padding:0}._tableCell_wdnnk_185._buttonCell_wdnnk_202{padding:0;margin:0}._partNumber_wdnnk_208{font-weight:600;cursor:pointer;color:#504bff}._cocText_wdnnk_215{font-weight:600}._cocOkText_wdnnk_220{color:#504bff;font-weight:600}._buttonContainer_wdnnk_226{display:flex;gap:6px;align-items:center;justify-content:center;width:100%}._actionButton_wdnnk_235{display:flex;justify-content:center;align-items:center;font-family:Pretendard,sans-serif;font-weight:600;font-size:14px;line-height:1.714;letter-spacing:.57%;text-align:center;border-radius:4px;cursor:pointer;transition:all .3s ease;padding:5px;margin:0;border:none;outline:none;width:92px;height:39px;box-sizing:border-box}._actionButton_wdnnk_235._primary_wdnnk_256{background-color:#504bff;color:#fff}._actionButton_wdnnk_235._primary_wdnnk_256:hover{background-color:#1e18ff}._actionButton_wdnnk_235._secondary_wdnnk_263{background-color:#333;color:#fff}._actionButton_wdnnk_235._secondary_wdnnk_263:hover{background-color:#6f6f6f}._actionButton_wdnnk_235._accent_wdnnk_270{background-color:#333;color:#fff}._actionButton_wdnnk_235._accent_wdnnk_270:hover{background-color:#1a1a1a}._historyButton_wdnnk_278{min-width:92px;font-size:14px}@media (max-width: 992px){._sectionBox_wdnnk_70{padding:24px 12px}._table_wdnnk_87{min-width:900px}._tableContainer_wdnnk_87{overflow-x:auto}}@media (max-width: 768px){._sectionTitle_wdnnk_79{font-size:18px}}.dashboard{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background-color:#fff;padding:1.5rem}.dashboard__header{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.5rem 0;margin-bottom:2.5rem}.dashboard__header-title{font-family:Pretendard,sans-serif;font-weight:700;font-size:2.125rem;line-height:1.5em;letter-spacing:-.025em;text-align:center;color:#000}.dashboard__header-subtitle{font-family:Pretendard,sans-serif;font-weight:500;font-size:1.5rem;line-height:1.5em;letter-spacing:-.025em;text-align:center;color:#333;margin-top:.25rem}.dashboard__content{display:flex;flex-direction:column;align-items:center;gap:2.5rem;margin-bottom:2rem}.dashboard__country-card{display:flex;align-items:center;gap:3.5rem;background-color:#f5f5f5;padding:2.5rem;border-radius:4px;border:1px solid #D0D0D0}.dashboard__country-card-flag{width:4rem;height:4rem;background-color:#e0e0e0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700}.dashboard__country-card-info{display:flex;flex-direction:column;justify-content:space-between;height:8rem}.dashboard__country-card-info-title{font-family:Pretendard,sans-serif;font-weight:500;font-size:1.25rem;line-height:1.5em;letter-spacing:-.025em;color:#504bff}.dashboard__country-card-info-content{display:flex;flex-direction:column}.dashboard__country-card-info-content-label{font-family:Pretendard,sans-serif;font-weight:700;font-size:1.5rem;line-height:1.5em;letter-spacing:-.025em;color:#000}.dashboard__country-card-info-content-value{font-family:Pretendard,sans-serif;font-weight:500;font-size:1.5rem;line-height:1.5em;letter-spacing:-.025em;color:#333}.dashboard__button-area{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem}.dashboard__button-area-button{display:flex;align-items:center;font-family:Pretendard,sans-serif;font-weight:500;font-size:1.25rem;line-height:1.5em;letter-spacing:-.025em;color:#504bff;background:none;border:none;cursor:pointer;min-width:220px;justify-content:center}.dashboard__button-area-button--loading{cursor:not-allowed}.dashboard__button-area-button-icon{margin-left:.5rem}.dashboard__footer{display:flex;align-items:center;margin-top:2rem}.dashboard__footer-icon{color:#3339;margin-right:.5rem}.dashboard__footer-text{font-family:Pretendard,sans-serif;font-weight:500;font-size:1rem;line-height:1.625em;letter-spacing:-.025em;color:#3339}._heroSection_1xhe7_1{padding:110px 0;width:100%}._container_1xhe7_6{max-width:1414px;margin:0 auto;padding:0 20px;display:flex;flex-direction:column;align-items:flex-start;gap:60px}@media (min-width: 1200px){._container_1xhe7_6{padding:0}}._heroTitle_1xhe7_21{font-family:Pretendard Variable,sans-serif;font-weight:800;font-size:64px;color:#000;margin-bottom:14px}.search-field-container{max-width:1411px;margin-bottom:50px}._serviceFlow_838km_2{display:flex;align-items:center;justify-content:space-between;width:100%;gap:10px;padding:22px 0}@media (max-width: 767px){._serviceFlow_838km_2{gap:20px}}@media (max-width: 991px){._serviceFlow_838km_2{gap:30px}}@media (max-width: 1199px){._serviceFlow_838km_2{gap:81px}}._arrowIcon_838km_26{display:flex;justify-content:center;align-items:center}._arrowIcon_838km_26 img{width:24px;height:24px}._monitorFrame_838km_60{position:relative;width:48px;height:48px;display:flex;flex-direction:column;align-items:center}._monitorFrame_838km_60 img{position:absolute}._monitorFrame_838km_60 img:first-child{width:100%;height:85%;top:0}._monitorFrame_838km_60 img:nth-child(2){width:40%;height:20%;bottom:0}._xrayText_838km_82{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-family:Pretendard,sans-serif;font-weight:600;font-size:14px;line-height:1.14;letter-spacing:-.025em;color:#d91e28;text-align:center}._searchPlus_838km_96{position:absolute;bottom:-5px;right:-5px}._searchPlus_838km_96 img{width:24px;height:24px}._plusText_838km_106{position:absolute;top:50%;left:50%;transform:translate(-50%,-40%);font-family:Pretendard,sans-serif;font-weight:500;font-size:14px;line-height:.86;letter-spacing:-.025em;color:#000;text-align:center}._cartDelivery_838km_120{position:relative;width:32px;height:32px}._cartDelivery_838km_120 img{position:absolute}._cartDelivery_838km_120 img:first-child{width:100%;height:100%;top:0;left:0}._cartDelivery_838km_120 img:nth-child(2){width:40%;height:40%;bottom:-5px;right:-5px}._serviceItem_36svf_1{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}._serviceIcon_36svf_9{display:flex;justify-content:center;align-items:center}._serviceIcon_36svf_9 img{width:60px;height:60px}._serviceIcon_36svf_9._xrayMonitor_36svf_18{position:relative;width:52px;height:52px}._serviceIcon_36svf_9._xrayMonitor_36svf_18 ._monitorFrame_36svf_23{position:relative;width:100%;height:100%;display:flex;flex-direction:column;align-items:center}._serviceIcon_36svf_9._xrayMonitor_36svf_18 ._monitorFrame_36svf_23 img{position:absolute}._serviceIcon_36svf_9._xrayMonitor_36svf_18 ._monitorFrame_36svf_23 img:first-child{width:100%;height:85%;top:0}._serviceIcon_36svf_9._xrayMonitor_36svf_18 ._monitorFrame_36svf_23 img:nth-child(2){width:40%;height:20%;bottom:0}._serviceIcon_36svf_9._xrayMonitor_36svf_18 ._xrayText_36svf_44{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-family:Pretendard,sans-serif;font-weight:600;font-size:14px;line-height:1.14;letter-spacing:-.025em;color:#d91e28;text-align:center}._serviceIcon_36svf_9._xrayMonitor_36svf_18 ._searchPlus_36svf_57{position:absolute;bottom:-5px;right:-5px}._serviceIcon_36svf_9._xrayMonitor_36svf_18 ._searchPlus_36svf_57 img{width:24px;height:24px}._serviceIcon_36svf_9._xrayMonitor_36svf_18 ._searchPlus_36svf_57 ._plusText_36svf_66{position:absolute;top:50%;left:50%;transform:translate(-50%,-40%);font-family:Pretendard,sans-serif;font-weight:500;font-size:14px;line-height:.86;letter-spacing:-.025em;color:#000;text-align:center}._serviceTitle_36svf_80{font-family:Pretendard,sans-serif;font-weight:600;font-size:20px;line-height:1;letter-spacing:-.025em;color:#000;text-align:center}.autocomplete-search-container{position:relative;width:100%;font-family:Pretendard,sans-serif}.autocomplete-search-box{position:relative;display:flex;align-items:center;width:100%;height:106px;border-radius:12px;border:1px solid #E0E0E0;text-align:right;padding:8px 40px;background-color:#fff;box-shadow:0 1px 5px #00000040}@media (max-width: 768px){.autocomplete-search-box{height:80px;padding:8px 20px}}.autocomplete-search-box.focused{border-color:#504bff;box-shadow:0 0 0 2px #504bff33}.autocomplete-search-box .search-input{font-size:16px;line-height:1.5;border:none;width:100%;height:100%;font-family:Pretendard,sans-serif;font-weight:500;text-align:left;font-size:32px;line-height:1.25em;letter-spacing:-.025em;color:#333;background-color:transparent}@media (max-width: 992px){.autocomplete-search-box .search-input{font-size:28px}}@media (max-width: 768px){.autocomplete-search-box .search-input{font-size:24px}}@media (max-width: 576px){.autocomplete-search-box .search-input{font-size:20px}}.autocomplete-search-box .search-input:focus{outline:none}.autocomplete-search-box .search-input::placeholder{color:#3339}.autocomplete-search-box .search-icon{display:flex;align-items:center;justify-content:center}.autocomplete-search-box .search-icon img{width:32px;height:32px}@media (max-width: 768px){.autocomplete-search-box .search-icon img{width:24px;height:24px}}.autocomplete-search-box .clear-button{position:absolute;right:10px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#F5F5F5;border:none;border-radius:50%;cursor:pointer;color:#757575;transition:all .2s ease}.autocomplete-search-box .clear-button:hover{background-color:#e8e8e8;color:#4f4f4f}@media (max-width: 768px){.autocomplete-search-box .clear-button{width:28px;height:28px}}.search-suggestions{position:absolute;top:100%;left:0;width:100%;max-height:400px;overflow-y:auto;background-color:#fff;border-radius:0 0 12px 12px;margin-top:4px;box-shadow:0 2px 10px #0000001a;z-index:1000;border:1px solid #E0E0E0}.search-suggestions::-webkit-scrollbar{width:8px;height:8px}.search-suggestions::-webkit-scrollbar-track{background:#F5F5F5;border-radius:4px}.search-suggestions::-webkit-scrollbar-thumb{background:#E0E0E0;border-radius:4px}.search-suggestions::-webkit-scrollbar-thumb:hover{background:rgba(224,224,224,.3137254902)}.search-suggestions .suggestion-loading,.search-suggestions .suggestion-error,.search-suggestions .suggestion-no-results{padding:16px;text-align:center;color:#757575;font-size:14px}.search-suggestions .suggestion-loading{display:flex;align-items:center;justify-content:center;gap:10px}.search-suggestions .suggestion-loading .spinner{width:20px;height:20px;border:2px solid rgba(80,75,255,.3);border-radius:50%;border-top-color:#504bff;animation:spin .8s linear infinite}.search-suggestions .suggestion-item{display:flex;align-items:center;padding:16px;cursor:pointer;transition:background-color .2s ease}.search-suggestions .suggestion-item:hover,.search-suggestions .suggestion-item.active{background-color:#504bff1a}.search-suggestions .suggestion-item .suggestion-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;color:#504bff}.search-suggestions .suggestion-item .suggestion-content{flex:1;margin:0 12px}.search-suggestions .suggestion-item .suggestion-content .suggestion-text{font-size:18px;color:#333;font-weight:500}.search-suggestions .suggestion-item .suggestion-content .suggestion-text .highlight{color:#504bff;font-weight:600}.search-suggestions .suggestion-item .suggestion-content .suggestion-meta{display:flex;align-items:center;gap:8px;margin-top:4px;flex-wrap:wrap}.search-suggestions .suggestion-item .suggestion-content .suggestion-meta .suggestion-type{font-size:12px;color:#757575;background-color:#f5f5f5;padding:2px 6px;border-radius:3px}.search-suggestions .suggestion-item .suggestion-content .suggestion-meta .suggestion-manufacturer{font-size:12px;color:#504bff;font-weight:500}.search-suggestions .suggestion-item .suggestion-content .suggestion-meta .suggestion-package{font-size:11px;color:#5c5c5c;background-color:#504bff1a;padding:1px 4px;border-radius:2px;font-weight:500}.search-suggestions .suggestion-item .suggestion-content .suggestion-meta .suggestion-similarity{font-size:11px;color:#757575;font-style:italic;font-weight:600}.search-suggestions .suggestion-item .suggestion-content .suggestion-description{font-size:13px;color:#8f8f8f;margin-top:6px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.search-suggestions .suggestion-item .suggestion-hint{display:flex;align-items:center;justify-content:center}.search-suggestions .suggestion-item .suggestion-hint span{padding:2px 8px;background-color:#f5f5f5;color:#757575;border-radius:4px;font-size:12px;font-weight:500}.search-suggestions .search-history{padding:8px 0}.search-suggestions .search-history .history-header{padding:12px 16px;font-size:14px;color:#757575;font-weight:500;border-bottom:1px solid #F5F5F5}.search-suggestions .search-history .history-item{display:flex;align-items:center;padding:12px 16px;cursor:pointer;font-size:16px;color:#333}.search-suggestions .search-history .history-item:hover{background-color:#504bff1a}.search-suggestions .search-history .history-item .history-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;margin-right:12px;color:#757575}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 768px){.autocomplete-search-box{height:80px}.search-suggestions .suggestion-item{padding:12px}.search-suggestions .suggestion-item .suggestion-icon{width:28px;height:28px}.search-suggestions .suggestion-item .suggestion-content .suggestion-text{font-size:16px}.search-suggestions .suggestion-item .suggestion-content .suggestion-type{font-size:12px}}._warningMessageBox_1ge72_2{font-size:calc(1rem + .5vw);text-align:start;font-weight:600;transition:font-size .3s ease;padding:24px 34px;color:#504bff;box-sizing:border-box;border:2px solid #E0E0E0;border-radius:calc(2px + .2vw);width:100%;max-width:1450px;background-color:#fff}@media (max-width: 768px){._warningMessageBox_1ge72_2{font-size:calc(.9rem + .3vw);padding:20px clamp(12px,2vw,24px);margin:15px auto;width:calc(100% - 20px)}}@media (max-width: 480px){._warningMessageBox_1ge72_2{font-size:calc(.8rem + .2vw);padding:16px clamp(8px,2vw,16px);margin:10px auto;border-radius:2px;width:calc(100% - 10px)}}._warningMessageTitle_1ge72_36{font-size:clamp(14px,.9rem + .2vw,18px);font-weight:700}@media (max-width: 480px){._warningMessageTitle_1ge72_36{font-size:clamp(13px,.85rem + .1vw,16px);margin-bottom:clamp(6px,.4rem + .2vw,12px)}}._warningMessageSubTitle_1ge72_47{font-size:clamp(12px,.75rem + .1vw,15px);line-height:26px}@media (max-width: 480px){._warningMessageSubTitle_1ge72_47{font-size:clamp(11px,.7rem + .05vw,14px);margin-bottom:clamp(6px,.4rem + .1vw,10px)}}._container_1ge72_58{border-radius:4px;width:100%;max-width:1450px;max-height:calc(100vh - 200px);margin:0 auto;padding-top:30px}._tableContainer_1ge72_68{width:100%;max-width:1450px;border-radius:4px;overflow-x:auto;display:flex;flex-direction:column;gap:8px}@media (max-width: 768px){._tableContainer_1ge72_68{border-radius:2px;width:100%}}._tableContainer_1mtet_2{width:100%;max-width:1460px;margin:0 auto;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000000d;background-color:#f5f5f7;isolation:isolate}@media (max-width: 768px){._tableContainer_1mtet_2{overflow-x:auto;border-radius:4px}}._table_1mtet_2{width:100%;border-collapse:collapse;table-layout:fixed}._table_1mtet_2 th,._table_1mtet_2 td{padding:0;border-right:1px solid #e0e0e0}._table_1mtet_2 th:last-child,._table_1mtet_2 td:last-child{border-right:none}._table_1mtet_2 th:nth-child(1),._table_1mtet_2 td:nth-child(1){width:9%}._table_1mtet_2 th:nth-child(2),._table_1mtet_2 td:nth-child(2){width:11%}._table_1mtet_2 th:nth-child(3),._table_1mtet_2 td:nth-child(3){width:8%}._table_1mtet_2 th:nth-child(4),._table_1mtet_2 td:nth-child(4){width:8%}._table_1mtet_2 th:nth-child(5),._table_1mtet_2 td:nth-child(5){width:12%}._table_1mtet_2 th:nth-child(6),._table_1mtet_2 td:nth-child(6){width:8%}._table_1mtet_2 th:nth-child(7),._table_1mtet_2 td:nth-child(7){width:6%}._table_1mtet_2 th:nth-child(8),._table_1mtet_2 td:nth-child(8){width:10%}._table_1mtet_2 th:nth-child(9),._table_1mtet_2 td:nth-child(9){width:10%}._table_1mtet_2 th:nth-child(10),._table_1mtet_2 td:nth-child(10){width:12%}._table_1mtet_2 th:nth-child(11),._table_1mtet_2 td:nth-child(11){width:7.5%}@media (max-width: 768px){._table_1mtet_2{min-width:900px;table-layout:auto}}._padding_1mtet_71{padding:0 4px;text-align:center}._tableHeader_1mtet_76{background-color:#f0f0f2;font-weight:600;text-align:center;padding:0}._tableHeader_1mtet_76>div{padding:8px;display:flex;justify-content:center;align-items:center;margin:0 auto;width:100%}._tableRow_1mtet_91{background-color:#fff;text-align:center;height:45px}._tableRow_1mtet_91:hover{background-color:#f9f9fb}._tableRow_1mtet_91:nth-child(2n){background-color:#f5f5f5}._tableCell_1mtet_103{padding:0 8px;vertical-align:middle;text-align:center;isolation:isolate;height:45px;border:1.5px solid #E0E0E0}._tableCell_1mtet_103>div{display:flex;justify-content:center;align-items:center;width:100%;height:100%;text-align:center;padding:0 2px}._tableCell_1mtet_103 input,._tableCell_1mtet_103 select,._tableCell_1mtet_103 ._dropdown_1mtet_121{margin:0 auto;height:30px;width:100%;text-align:center}._partNumber_1mtet_128{color:#4751ff;text-decoration:underline;cursor:pointer;text-align:center}._partNumber_1mtet_128:hover{color:#2930cc}._unitPriceHeader_1mtet_138{display:flex;align-items:center;justify-content:center;gap:6px}._unitPriceHeader_1mtet_138 ._infoIcon_1mtet_144{color:#888;font-size:14px;cursor:pointer}._unitPriceHeader_1mtet_138 ._infoIcon_1mtet_144:hover{color:#555}._checkboxContainer_1mtet_153{display:flex;align-items:center;justify-content:center;height:14px;width:14px;margin:0 auto;border:1.5px solid #D0D0D0}._cocCheckbox_1mtet_163{width:16px;height:16px;cursor:pointer;margin:0 auto;border:1.5px solid #D0D0D0;border-radius:4px}._priceContainer_1mtet_172{display:flex;align-items:center;justify-content:center;gap:10px;width:100%}._settingsButton_1mtet_180{background:none;border:none;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center}._actionsCell_1mtet_190{display:flex;gap:8px;padding:8px;justify-content:center;flex-wrap:wrap}._actionsHeader_1mtet_198{width:100%;height:100%}._detailsButton_1mtet_203{padding:8px 12px;border-radius:4px;background-color:#333;color:#fff;font-size:12px;cursor:pointer;max-width:98px;width:95px;max-height:33px;text-align:center;transition:all .2s ease-in-out}._proceedButton_1mtet_217,._rejectButton_1mtet_217,._viewPartButton_1mtet_217{border-radius:4px;width:73px;height:35px;display:flex;align-items:center;justify-content:center;cursor:pointer;border:1px solid #4751FF;transition:all .2s ease-in-out;font-size:12px;text-align:center;padding:0;margin:0 auto}._proceedButton_1mtet_217{background-color:#4751ff;color:#fff}._proceedButton_1mtet_217:hover{background-color:#3740e0;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}._proceedButton_1mtet_217:active{transform:translateY(0)}._proceedButton_1mtet_217:disabled{background-color:#6c74ff;cursor:not-allowed}._rejectButton_1mtet_217{background-color:transparent;color:#4751ff}._rejectButton_1mtet_217:hover{background-color:#4751ff0d;transform:translateY(-1px)}._rejectButton_1mtet_217:active{transform:translateY(0)}._rejectButton_1mtet_217:disabled{color:#6c74ff;border-color:#6c74ff;cursor:not-allowed}._viewPartButton_1mtet_217{padding:6px 12px;border-radius:4px;font-size:14px;cursor:pointer;border:1px solid #333;background-color:#333;color:#fff}._viewPartButton_1mtet_217:hover{background-color:#222}._pagination_1mtet_281{display:flex;justify-content:center;align-items:center;gap:16px;padding:16px;background-color:#f5f5f7;border-top:1px solid #e0e0e0}@media (max-width: 480px){._pagination_1mtet_281{padding:12px 8px;gap:8px}}._pageButton_1mtet_297{padding:6px 16px;border:1px solid #ddd;background-color:#fff;border-radius:4px;cursor:pointer;color:#555;transition:all .2s ease-in-out;font-weight:500}._pageButton_1mtet_297:hover:not(:disabled){background-color:#f5f5f7;border-color:#4751ff;color:#4751ff}._pageButton_1mtet_297:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 480px){._pageButton_1mtet_297{padding:6px 12px;font-size:13px}}._pageInfo_1mtet_323{font-size:14px;color:#666;font-weight:500}@media (max-width: 480px){._pageInfo_1mtet_323{font-size:13px}}input[type=select],select,._dropdown_1mtet_121{width:calc(100% - 4px);height:28px;padding:0 8px;border:1.5px solid #D0D0D0;border-radius:4px;background-color:#504bff1a;font-size:12px;text-align:center;display:flex;align-items:center;justify-content:space-between;margin:0 auto}input[type=select]:focus,select:focus,._dropdown_1mtet_121:focus{outline:none;border-color:#4751ff}._dropdownIcon_1mtet_353{width:12px;height:12px;margin-left:auto}._fieldWrapper_1tibj_2{display:flex;flex-direction:column;width:100%}._label_1tibj_8{font-size:14px;font-weight:500;color:var(--Color-Palette-Content-Primary, #333);margin-bottom:8px}._inputContainer_1tibj_15{width:100%;height:35px;display:flex;align-items:center;justify-content:space-between;padding:6px 8px;border-radius:4px;border:1.5px solid #D0D0D0;transition:border-color .2s ease-in-out,background-color .2s ease-in-out;position:relative;background-color:#fff}._inputContainer_1tibj_15._hasValue_1tibj_28{background-color:#fff}._inputContainer_1tibj_15:hover:not(._disabled_1tibj_31){border-color:#7b77ff}._inputContainer_1tibj_15:focus-within:not(._disabled_1tibj_31){border-color:#4e4bff;outline:none}._inputContainer_1tibj_15._disabled_1tibj_31{background-color:#0000000d;cursor:not-allowed}._inputContainer_1tibj_15._hasError_1tibj_42{border-color:#ff4d4f}._inputContainer_1tibj_15._darker_1tibj_45{background:#F5F5F5}._input_1tibj_15{flex:1;border:none!important;background:transparent;outline:none!important;box-shadow:none!important;font-size:14px;font-weight:500;color:#333;margin-right:8px;width:calc(100% - 32px)}._input_1tibj_15::placeholder{color:#999;opacity:.7}._input_1tibj_15:disabled{cursor:not-allowed}._input_1tibj_15[readonly]{cursor:pointer}._input_1tibj_15:focus{border:none!important;outline:none!important;box-shadow:none!important}._iconContainer_1tibj_77{display:flex;align-items:center;justify-content:center;cursor:pointer;width:24px;height:24px;min-width:24px;flex-shrink:0;transition:background-color .2s ease;border-radius:50%}._iconContainer_1tibj_77:hover:not(._disabled_1tibj_31){background-color:#0000000d}._iconContainer_1tibj_77._disabled_1tibj_31{cursor:not-allowed;opacity:.5}._helpText_1tibj_97{font-size:12px;color:var(--Color-Palette-Content-Secondary, #999);margin-top:4px;margin-bottom:0}._errorText_1tibj_104{font-size:12px;color:var(--Color-Palette-Error, #FF4D4F);margin-top:4px;margin-bottom:0}._modalContent_1tibj_111{background-color:#fff;border-radius:4px}._defaultModalContent_1tibj_116{min-width:200px}._modalHeader_1tibj_120{border-bottom:1px solid #eee;padding-bottom:12px;margin-bottom:16px}._modalTitle_1tibj_126{font-size:16px;font-weight:600;margin:0}._modalBody_1tibj_132{margin-bottom:16px}._modalFooter_1tibj_136{display:flex;justify-content:flex-end;gap:8px;border-top:1px solid #eee;padding-top:12px}._cancelButton_1tibj_144{padding:8px 16px;border-radius:4px;background-color:#f5f5f5;border:1px solid #d9d9d9;cursor:pointer;font-size:14px;transition:all .2s}._cancelButton_1tibj_144:hover{background-color:#e8e8e8}._submitButton_1tibj_157{width:100%;padding:.75rem;font-size:1.1rem;font-weight:600;color:#fff;background:#4f46e5;border:none;border-radius:.5rem;cursor:pointer}._submitButton_1tibj_157:hover{background:#4338ca}._submitButton_1tibj_157:active{transform:translateY(1px)}h2{font-size:1.25rem;font-weight:600}._tableWrapper_go3bc_12{border:1px solid #e5e7eb;border-radius:.5rem;overflow:auto}._table_go3bc_12{width:100%;border-collapse:collapse;text-align:center}._table_go3bc_12 th,._table_go3bc_12 td{border-bottom:1px solid #e5e7eb;padding:4px}._table_go3bc_12 th{background:#f8f9fa;font-weight:700;font-size:.875rem}._table_go3bc_12 ._label_go3bc_33{color:#3b82f6;font-weight:600}._table_go3bc_12 ._input_go3bc_37{width:100%;text-align:right;border-radius:.375rem;padding:6px 8px;height:34px}._table_go3bc_12 ._input_go3bc_37:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 1px #6366f1}._table_go3bc_12 ._select_go3bc_49{width:100%;padding:6px 8px;height:34px;border:1px solid #d1d5db;border-radius:.375rem;background:#ffffff;-webkit-appearance:none;-moz-appearance:none;appearance:none}._table_go3bc_12 ._helpIcon_go3bc_58{display:inline-block;width:1.05rem;height:1.05rem;line-height:1rem;border:1px solid #6366f1;border-radius:50%;font-size:.675rem;text-align:center;color:#6366f1;margin-left:.15rem}._table_go3bc_12 ._addRow_go3bc_70 td{background:#f1f5f9;cursor:pointer}._addBtn_go3bc_75{width:100%;background:transparent;border:none;font-size:1.25rem;color:#374151;cursor:pointer}._addBtn_go3bc_75:hover{color:#111827}._removeButton_go3bc_87{background:#dc2626;color:#fff;border:none;border-radius:50%;width:24px;height:24px;font-size:16px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}._removeButton_go3bc_87:hover:not(:disabled){background:#b91c1c}._removeButton_go3bc_87:disabled{background:#d1d5db;cursor:not-allowed}._textFieldContainer_go3bc_110{width:100%}._textFieldContainer_go3bc_110>div{width:100%}._packagingOptions_go3bc_119{display:flex;flex-direction:column;gap:12px;margin-top:16px}._packagingOption_go3bc_119{padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s ease;background:#ffffff}._packagingOption_go3bc_119:hover{border-color:#6366f1;background:#f8fafc}._packagingOption_go3bc_119._selected_go3bc_138{border-color:#6366f1;background:#eef2ff;box-shadow:0 0 0 1px #6366f1}._methodName_go3bc_144{font-weight:600;font-size:.875rem;color:#1f2937;margin-bottom:4px}._methodDescription_go3bc_151{font-size:.75rem;color:#6b7280}._container_1i94h_2{width:100%;position:relative;background-color:#f0f0f0;align-items:stretch;min-height:calc(100vh - 144px)}._contentContainer_1i94h_10{margin:26px auto 0;max-width:1450px;width:100%;display:flex;flex-wrap:wrap;gap:26px;align-items:stretch}._leftColumn_1i94h_21{flex:1;min-width:400px;max-width:450px}._rightColumn_1i94h_27{flex:2;min-width:600px}._supportIcon_1i94h_32{position:fixed;bottom:40px;right:40px;z-index:100;border-radius:16px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .3s ease}._supportIcon_1i94h_32:hover{transform:scale(1.1)}@media (max-width: 1024px){._container_1i94h_2{padding:20px max(20px,min(6vw,100px))}._leftColumn_1i94h_21,._rightColumn_1i94h_27{min-width:100%;max-width:100%}._contentContainer_1i94h_10{flex-direction:column;align-items:center}}@media (max-width: 768px){._container_1i94h_2{padding:16px}._supportIcon_1i94h_32{bottom:20px;right:20px;width:40px;height:40px}._supportIcon_1i94h_32 svg{width:40px;height:40px}}._inventoryGuide_ugkbd_2{background-color:#fff;border:2px solid #E0E0E0;border-radius:4px;padding:20px 24px;display:flex;flex-direction:column;gap:20px;width:100%;box-sizing:border-box;height:100%;min-height:249px}._inventoryGuide_ugkbd_2 ._guideContent_ugkbd_15,._inventoryGuide_ugkbd_2 ._tableContent_ugkbd_16{width:100%;opacity:1;transform:translateY(0)}._inventoryGuide_ugkbd_2 ._inventoryImportBtn_ugkbd_21{font-size:12px;max-width:85px;max-height:40px;padding:0 20px}._inventoryGuide_ugkbd_2 ._guideTitle_ugkbd_27{font-family:Pretendard,sans-serif;font-weight:600;font-size:16px;line-height:1.5em;letter-spacing:.57%;color:#000;margin:0}._inventoryGuide_ugkbd_2 ._guideSteps_ugkbd_36{display:flex;flex-direction:column;gap:10px;width:100%;max-width:260px}._inventoryGuide_ugkbd_2 ._guideSteps_ugkbd_36 ._step_ugkbd_43{font-family:Pretendard,sans-serif;font-weight:600;font-size:14px;line-height:2.14em;letter-spacing:.57%;color:#000}._inventoryGuide_ugkbd_2 ._guideSteps_ugkbd_36 ._step_ugkbd_43:before{content:"•";margin-right:8px}._inventoryGuide_ugkbd_2 ._guideActions_ugkbd_55{display:flex;gap:20px}._inventoryGuide_ugkbd_2 ._guideActions_ugkbd_55 ._registerButton_ugkbd_59{background-color:#504bff;border:none;border-radius:4px;color:#fff;font-family:Pretendard,sans-serif;font-weight:600;font-size:12px;line-height:2em;padding:8px 20px;cursor:pointer;transition:background-color .3s ease}._inventoryGuide_ugkbd_2 ._guideActions_ugkbd_55 ._registerButton_ugkbd_59:hover{background-color:#3f3ad5}._inventoryGuide_ugkbd_2 ._errorMessage_ugkbd_75{background-color:#fee;border:1px solid #FF6B6B;border-radius:4px;padding:12px 16px;margin-top:16px;color:#d32f2f;font-size:14px}._inventoryGuide_ugkbd_2 ._uploadingMessage_ugkbd_84{background-color:#fff3e0;border:1px solid #FF9800;border-radius:4px;padding:12px 16px;margin-top:16px;color:#e65100;font-size:14px;text-align:center}._inventoryGuide_ugkbd_2 ._uploadingMessage_ugkbd_84 p{margin:6px 0}._inventoryGuide_ugkbd_2 ._uploadingMessage_ugkbd_84 p:first-child{font-weight:600}._inventoryGuide_ugkbd_2 ._uploadingMessage_ugkbd_84 p:last-child{font-size:12px;opacity:.8}._inventoryGuide_ugkbd_2 ._successMessage_ugkbd_104{background-color:#e6f7e9;border:1px solid #43A047;border-radius:4px;padding:12px 16px;margin-top:16px;color:#2e7d32;font-size:14px}._inventoryGuide_ugkbd_2 ._successMessage_ugkbd_104 p{margin:8px 0}._inventoryGuide_ugkbd_2 ._guideContent_ugkbd_15{display:flex;flex-direction:column;gap:20px}._inventoryGuide_ugkbd_2 ._sectionHeader_ugkbd_121 ._sectionTitle_ugkbd_121{font-family:Pretendard,sans-serif;font-weight:600;font-size:16px;line-height:1.5em;letter-spacing:-1.2%;color:#000;margin:0}._inventoryGuide_ugkbd_2 ._tableContent_ugkbd_16{border:2px solid #E0E0E0;border-radius:4px;overflow:hidden}._inventoryGuide_ugkbd_2 ._fieldTable_ugkbd_135{width:100%;border-collapse:collapse;table-layout:fixed}._inventoryGuide_ugkbd_2 ._tableHeader_ugkbd_140{background-color:#e0e0e080;border-bottom:1.5px solid #E0E0E0}._inventoryGuide_ugkbd_2 ._tableHeader_ugkbd_140 th{padding:10px 8px;text-align:center;font-family:Pretendard,sans-serif;font-weight:600;font-size:16px;line-height:1.25em;letter-spacing:-2.5%;color:#000;border-right:1.5px solid #E0E0E0}._inventoryGuide_ugkbd_2 ._tableHeader_ugkbd_140 th:first-child{width:185px}._inventoryGuide_ugkbd_2 ._tableHeader_ugkbd_140 th:last-child{border-right:none}._inventoryGuide_ugkbd_2 ._tableBody_ugkbd_161{background-color:#fff}._inventoryGuide_ugkbd_2 ._tableBody_ugkbd_161 ._tableRow_ugkbd_164{border-bottom:1.5px solid #E0E0E0}._inventoryGuide_ugkbd_2 ._tableBody_ugkbd_161 ._tableRow_ugkbd_164:last-child{border-bottom:none;border-radius:0 0 4px 4px}._inventoryGuide_ugkbd_2 ._tableBody_ugkbd_161 ._tableCell_ugkbd_171{padding:6 px 12px;text-align:center;border-right:1.5px solid #E0E0E0;vertical-align:middle}._inventoryGuide_ugkbd_2 ._tableBody_ugkbd_161 ._tableCell_ugkbd_171:first-child{width:185px}._inventoryGuide_ugkbd_2 ._tableBody_ugkbd_161 ._tableCell_ugkbd_171:last-child{border-right:none}._inventoryGuide_ugkbd_2 ._fieldCell_ugkbd_183{display:flex;flex-direction:column;align-items:center;gap:4px}._inventoryGuide_ugkbd_2 ._fieldDescription_ugkbd_189{font-family:Wanted Sans,sans-serif;font-weight:500;font-size:14px;line-height:1.714em;letter-spacing:.57%;color:#333}._inventoryGuide_ugkbd_2 ._fieldRequired_ugkbd_197{font-family:Wanted Sans,sans-serif;font-weight:500;font-size:14px;line-height:1.714em;letter-spacing:.57%;color:#28a745}._inventoryGuide_ugkbd_2 ._fieldOptional_ugkbd_205{font-family:Wanted Sans,sans-serif;font-weight:500;font-size:14px;line-height:1.714em;letter-spacing:.57%;color:#d91e28}._inventoryGuide_ugkbd_2 ._actionButtons_ugkbd_213{display:flex}._inventoryGuide_ugkbd_2 ._actionButtons_ugkbd_213 ._addButton_ugkbd_216{background-color:#504bff;color:#fff;border:none;border-radius:4px;padding:8px 20px;font-family:Pretendard,sans-serif;font-weight:600;font-size:12px;line-height:2em;letter-spacing:.57%;cursor:pointer;transition:all .2s ease}._inventoryGuide_ugkbd_2 ._actionButtons_ugkbd_213 ._addButton_ugkbd_216:hover{background-color:#4338ca}._inventoryGuide_ugkbd_2 ._actionButtons_ugkbd_213 ._downloadButton_ugkbd_233{background-color:#fff;color:#504bff;border:1px solid #504BFF;border-radius:4px;padding:8px 20px;font-family:Pretendard,sans-serif;font-weight:600;font-size:12px;line-height:2em;letter-spacing:.57%;cursor:pointer;transition:all .2s ease}._inventoryGuide_ugkbd_2 ._actionButtons_ugkbd_213 ._downloadButton_ugkbd_233:hover{background-color:#f8f9ff}._inventoryGuide_ugkbd_2 ._actionButtons_ugkbd_213 ._downloadButton_ugkbd_233:disabled{opacity:.6;cursor:not-allowed}._inventoryTableContainer_ugkbd_255{width:100%;padding:24px;background:#f9fafb;min-height:100vh;box-sizing:border-box}._inventoryTableContainer_ugkbd_255 ._tableHeader_ugkbd_140{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding:0 4px}._inventoryTableContainer_ugkbd_255 ._tableHeader_ugkbd_140 ._tableTitle_ugkbd_269{font-family:Pretendard,sans-serif;font-weight:700;font-size:24px;color:#111827;margin:0}._inventoryTableContainer_ugkbd_255 ._tableHeader_ugkbd_140 button{padding:10px 20px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s}._inventoryTableContainer_ugkbd_255 ._tableHeader_ugkbd_140 button:hover{background-color:#2563eb}._inventoryTableContainer_ugkbd_255 ._successMessageSticky_ugkbd_290{position:sticky;top:20px;z-index:10;padding:16px 24px;background:#10b981;color:#fff;border-radius:8px;margin-bottom:24px;font-size:14px;font-weight:500;box-shadow:0 4px 6px #0000001a;animation:_slideDown_ugkbd_1 .3s ease-out}@keyframes _slideDown_ugkbd_1{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}._inventoryTableContainer_ugkbd_255 ._successMessageSticky_ugkbd_290 p{margin:0}._inventoryTableContainer_ugkbd_255 ._loadingIndicator_ugkbd_317{display:flex;justify-content:center;align-items:center;height:200px;font-size:16px;color:#666}@media (max-width: 768px){._inventoryGuide_ugkbd_2{padding:16px 20px}._inventoryGuide_ugkbd_2 ._guideTitle_ugkbd_27{font-size:14px}._inventoryGuide_ugkbd_2 ._guideSteps_ugkbd_36 ._step_ugkbd_43{font-size:12px}._inventoryGuide_ugkbd_2 ._guideActions_ugkbd_55 ._registerButton_ugkbd_59{font-size:11px;padding:6px 16px}}._inventoryGuideTable_tpck1_1{width:100%;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014}._tableWrapper_tpck1_9{width:100%;overflow-x:auto;border:1px solid #e5e7eb;border-radius:12px 12px 0 0}._table_tpck1_9{width:100%;border-collapse:collapse;font-size:14px}._table_tpck1_9 thead{background-color:#f9fafb;border-bottom:1px solid #e5e7eb}._table_tpck1_9 thead tr th{padding:16px;text-align:left;font-weight:600;color:#374151;white-space:nowrap;border-right:1px solid #e5e7eb}._table_tpck1_9 thead tr th:last-child{border-right:none}._table_tpck1_9 thead tr th._sortable_tpck1_36{cursor:pointer;-webkit-user-select:none;user-select:none}._table_tpck1_9 thead tr th._sortable_tpck1_36:hover{background-color:#f3f4f6}._table_tpck1_9 tbody tr{border-bottom:1px solid #f3f4f6;transition:background-color .2s}._table_tpck1_9 tbody tr:hover{background-color:#f9fafb}._table_tpck1_9 tbody tr:last-child{border-bottom:none}._table_tpck1_9 tbody tr td{padding:16px;color:#111827;border-right:1px solid #f3f4f6}._table_tpck1_9 tbody tr td:last-child{border-right:none}._headerContent_tpck1_62{display:flex;align-items:center;gap:8px}._sortIndicator_tpck1_68{font-size:12px;color:#6b7280}._productCode_tpck1_73{font-weight:500;color:#1f2937}._quantity_tpck1_78{text-align:right;font-weight:500}._productionDate_tpck1_83,._manufacturer_tpck1_84,._leadTime_tpck1_85,._coc_tpck1_86,._moq_tpck1_87,._packagingMethod_tpck1_88{color:#6b7280}._unitPrice_tpck1_92{text-align:right;font-weight:500;color:#1f2937}._actionButtons_tpck1_98{display:flex;gap:8px;justify-content:center}._actionBtn_tpck1_104{padding:6px;border:none;background:transparent;color:#6b7280;cursor:pointer;border-radius:4px;transition:all .2s;display:flex;align-items:center;justify-content:center}._actionBtn_tpck1_104:hover{background-color:#f3f4f6;color:#1f2937}._actionBtn_tpck1_104._dangerBtn_tpck1_120:hover{background-color:#fee2e2;color:#dc2626}._pagination_tpck1_125{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-top:1px solid #e5e7eb;background-color:#fff}._paginationInfo_tpck1_134{font-size:14px;color:#6b7280}._paginationControls_tpck1_139{display:flex;align-items:center;gap:8px}._paginationBtn_tpck1_145{padding:6px 12px;border:1px solid #e5e7eb;background:#fff;color:#374151;cursor:pointer;border-radius:6px;font-size:14px;transition:all .2s;display:flex;align-items:center;justify-content:center;min-width:32px;height:32px}._paginationBtn_tpck1_145:hover:not(:disabled){background-color:#f3f4f6;border-color:#d1d5db}._paginationBtn_tpck1_145:disabled{opacity:.5;cursor:not-allowed}._pageNumber_tpck1_169{padding:0 16px;font-size:14px;color:#374151}._pageSizeSelector_tpck1_175 select{padding:6px 12px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#374151;font-size:14px;cursor:pointer;outline:none}._pageSizeSelector_tpck1_175 select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}@media (max-width: 768px){._table_tpck1_9{font-size:13px}._table_tpck1_9 thead tr th,._table_tpck1_9 tbody tr td{padding:12px 8px}._pagination_tpck1_125{flex-direction:column;gap:16px;padding:16px}._paginationControls_tpck1_139{width:100%;justify-content:center}._pageSizeSelector_tpck1_175,._pageSizeSelector_tpck1_175 select{width:100%}}._tableContainer_hni32_2{width:100%;border:2px solid #e0e0e0;border-radius:4px;overflow:visible;background-color:#fff}@media (max-width: 768px){._tableContainer_hni32_2{overflow-x:auto;overflow-y:visible}}._fileFormatContainer_hni32_16{background-color:#fff;border-radius:4px;padding:20px 24px;display:flex;flex-direction:column;width:100%;max-width:1450px;height:100%;box-sizing:border-box;border:.5px solid #E0E0E0;box-shadow:0 1px 3px #0000001a}._pageContainer_hni32_30{display:flex;flex-direction:column;gap:22px}._loadingAlert_hni32_37{background-color:transparent;border:1px solid #4751FF;border-radius:4px;color:#4751ff;font-size:14px;font-weight:500;margin-bottom:16px;padding:12px 16px;text-align:center}._loadingContent_hni32_51{display:flex;align-items:center;justify-content:center;gap:12px}._loadingSpinner_hni32_58{width:18px;height:18px;border:2px solid #e0f2ff;border-top:2px solid #4751FF;border-radius:50%}@keyframes _spin_hni32_414{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._errorAlert_hni32_75{background-color:transparent;border:1px solid #E53E3E;border-radius:4px;color:#e53e3e;font-size:14px;font-weight:500;margin-bottom:16px;padding:12px 16px;text-align:center}._modificationAlert_hni32_87{background-color:transparent;border:1px solid #FFE4CC;border-radius:4px;color:#ff6b00;font-size:14px;font-weight:500;margin-bottom:16px;padding:12px 16px;text-align:center}._paginationInfo_hni32_99{background-color:transparent;border-top:1px solid #E0E0E0;color:#666;font-size:13px;font-weight:500;padding:12px 16px;text-align:center}@keyframes _pulse_hni32_1{0%,to{opacity:1}50%{opacity:.7}}._table_hni32_2,._editableTable_hni32_117{width:100%;border-collapse:collapse;table-layout:fixed;overflow:visible;position:relative}._table_hni32_2 th,._editableTable_hni32_117 th,._table_hni32_2 td,._editableTable_hni32_117 td{padding:0;border-right:1px solid #e0e0e0;overflow:visible;position:relative}._table_hni32_2 th:last-child,._editableTable_hni32_117 th:last-child,._table_hni32_2 td:last-child,._editableTable_hni32_117 td:last-child{border-right:none}@media (max-width: 768px){._table_hni32_2,._editableTable_hni32_117{min-width:900px;table-layout:auto}}._padding_hni32_153{padding:0 4px;text-align:center}._tableHeader_hni32_158,._editableTableHeader_hni32_158{background-color:#e0e0e080;font-weight:600;text-align:center;padding:0;font-size:16px;height:40px;border-bottom:1.5px solid #e0e0e0;border-right:1.5px solid #e0e0e0}._tableHeader_hni32_158:last-child,._editableTableHeader_hni32_158:last-child{border-right:none}._tableHeader_hni32_158>div,._editableTableHeader_hni32_158>div{padding:8px;display:flex;justify-content:center;align-items:center;height:100%;width:100%}._tableRow_hni32_180,._editableTableRow_hni32_180{background-color:#fff;text-align:center;height:45px;border:1.5px solid #e0e0e0}._tableRow_hni32_180:hover,._editableTableRow_hni32_180:hover{background-color:#fff}._tableCell_hni32_190,._editableTableCell_hni32_190{padding:6px;vertical-align:middle;text-align:center;height:45px;border-right:1.5px solid #e0e0e0;overflow:visible;position:relative;z-index:1}._tableCell_hni32_190:last-child,._editableTableCell_hni32_190:last-child{border-right:none}._tableCell_hni32_190:has(._manufacturerAutocomplete_hni32_203),._editableTableCell_hni32_190:has(._manufacturerAutocomplete_hni32_203){z-index:1001;overflow:visible}._tableCell_hni32_190>div,._editableTableCell_hni32_190>div{display:flex;justify-content:center;align-items:center;width:100%;height:100%;text-align:center;padding:6px;box-sizing:border-box;overflow:visible;position:relative}._tableCell_hni32_190 input,._editableTableCell_hni32_190 input,._tableCell_hni32_190 select,._editableTableCell_hni32_190 select,._tableCell_hni32_190 ._dropdown_hni32_219,._editableTableCell_hni32_190 ._dropdown_hni32_219{margin:0 auto;height:33px;width:100%;text-align:center;padding:6px 12px;box-sizing:border-box;border:1.5px solid #d0d0d0;border-radius:4px;background-color:#fff;font-size:14px}._tableCell_hni32_190 input:focus,._editableTableCell_hni32_190 input:focus,._tableCell_hni32_190 select:focus,._editableTableCell_hni32_190 select:focus,._tableCell_hni32_190 ._dropdown_hni32_219:focus,._editableTableCell_hni32_190 ._dropdown_hni32_219:focus{outline:none;border-color:#504bff}._partNumber_hni32_236{color:#4751ff;text-decoration:underline;cursor:pointer;text-align:center}._partNumber_hni32_236:hover{color:#2930cc}._unitPriceHeader_hni32_246{display:flex;align-items:center;justify-content:center;gap:6px}._unitPriceHeader_hni32_246 ._infoIcon_hni32_252{color:#888;font-size:14px;cursor:pointer}._unitPriceHeader_hni32_246 ._infoIcon_hni32_252:hover{color:#555}._unitPriceCell_hni32_261{display:flex;align-items:center;justify-content:center;gap:8px;width:100%}._priceTierButton_hni32_269{background:none;border:none;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;padding:4px;border-radius:2px}._priceTierButton_hni32_269:hover{background-color:#4751ff1a}._checkboxContainer_hni32_284{display:flex;align-items:center;justify-content:center;height:14px;width:14px;margin:0 auto;border:1.5px solid #D0D0D0}._cocCheckbox_hni32_294{width:16px;height:16px;cursor:pointer;margin:0 auto;border:1.5px solid #D0D0D0;border-radius:4px}._actionsHeader_hni32_303{width:100%;height:100%}._detailsButton_hni32_308{padding:8px 12px;border-radius:4px;background-color:#333;color:#fff;font-size:12px;cursor:pointer;max-width:98px;width:95px;max-height:33px;text-align:center;border:none;transition:all .2s ease-in-out}._detailsButton_hni32_308:hover{background-color:#222}._saveButton_hni32_326,._deleteButton_hni32_326{border-radius:4px;width:76.5px;height:35px;display:flex;align-items:center;justify-content:center;cursor:pointer;border:1px solid #4751FF;transition:all .2s ease-in-out;font-size:12px;text-align:center;padding:0;margin:0 auto}._saveButton_hni32_326{background-color:#4751ff;color:#fff}._saveButton_hni32_326:hover:not(:disabled){background-color:#3740e0;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}._saveButton_hni32_326:active{transform:translateY(0)}._saveButton_hni32_326:disabled{background-color:#6c74ff;cursor:not-allowed;opacity:.6}._saveButtonModified_hni32_361{background-color:#4751ff;color:#fff;animation:_pulse_hni32_1 2s infinite}._deleteButton_hni32_326{background-color:transparent;color:#4751ff}._deleteButton_hni32_326:hover{background-color:#4751ff0d;transform:translateY(-1px)}._deleteButton_hni32_326:active{transform:translateY(0)}._deleteButton_hni32_326:disabled{color:#6c74ff;border-color:#6c74ff;cursor:not-allowed}._modifiedInput_hni32_384{background-color:#4751ff0d}input[type=select],select,._dropdown_hni32_219{width:100%;height:35px;padding:6px 8px;border:1.5px solid #D0D0D0;border-radius:4px;background-color:#504bff1a;font-size:12px;text-align:center;display:flex;align-items:center;justify-content:space-between;margin:0 auto;box-sizing:border-box}input[type=select]:focus,select:focus,._dropdown_hni32_219:focus{outline:none;border-color:#4751ff}._dropdownIcon_hni32_408{width:12px;height:12px;margin-left:auto}._spinner_hni32_414{width:10px;height:10px;border:1px solid #e0f2ff;border-top:1px solid #4751FF;border-radius:50%;animation:_spin_hni32_414 1s linear infinite}input[type=number]._modifiedInput_hni32_384,input[type=text]._modifiedInput_hni32_384{border-color:#4751ff;background-color:#4751ff1a}._optionCell_hni32_444{display:flex!important;justify-content:space-between;align-items:center;gap:10px;padding:6px 8px!important;width:100%;height:100%;background-color:#fff;border:1.5px solid #D0D0D0;border-radius:4px;box-sizing:border-box;min-height:36px;position:relative;z-index:1}._optionText_hni32_461{font-family:Pretendard Variable,sans-serif;font-weight:500;font-size:12px;line-height:2em;letter-spacing:.0057em;color:#333;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}._optionIcon_hni32_475{display:flex;justify-content:center;align-items:center;width:20px;height:20px;background-color:#e0e0e0;border-radius:4px;padding:2px 3px;cursor:pointer;flex-shrink:0;transition:background-color .2s ease}._optionIcon_hni32_475:hover{background-color:#d0d0d0}._optionIcon_hni32_475 svg{width:14px;height:14px;color:#504bff}._editableTableContainer_hni32_497{background:white;border-radius:8px;padding:20px;box-shadow:0 2px 8px #0000000d}._addRowButton_hni32_504{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px;border:2px dashed #4751FF;border-radius:4px;background:transparent;color:#4751ff;cursor:pointer;margin-top:16px;transition:all .2s ease}._addRowButton_hni32_504:hover{background:rgba(71,81,255,.05);border-color:#3740e0}._actionButtons_hni32_524{display:flex;gap:22px;justify-content:flex-start}._actionButton_hni32_524{padding:8px 20px;border-radius:4px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;font-family:Pretendard,sans-serif}._actionButton_hni32_524._primary_hni32_540{background:#504bff;color:#fff;border:none}._actionButton_hni32_524._primary_hni32_540:hover{background:#3740E0}._actionButton_hni32_524._secondary_hni32_548{background:#ffffff;color:#504bff;border:1px solid #504bff}._actionButton_hni32_524._secondary_hni32_548:hover{background:rgba(80,75,255,.05)}._manufacturerAutocomplete_hni32_203{position:relative;width:100%}._manufacturerAutocomplete_hni32_203 ._dropdown_hni32_219{position:absolute;top:100%;left:0;right:0;background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;box-shadow:0 4px 6px #0000001a;z-index:1000;max-height:200px;overflow-y:auto}._manufacturerAutocomplete_hni32_203 ._dropdown_hni32_219 ._suggestion_hni32_574{padding:8px 12px;cursor:pointer;border-bottom:1px solid #f0f0f0;font-size:14px}._manufacturerAutocomplete_hni32_203 ._dropdown_hni32_219 ._suggestion_hni32_574:hover,._manufacturerAutocomplete_hni32_203 ._dropdown_hni32_219 ._suggestion_hni32_574._selected_hni32_580{background-color:#f0f0f0}._manufacturerAutocomplete_hni32_203 ._dropdown_hni32_219 ._suggestion_hni32_574:last-child{border-bottom:none}._manufacturerAutocomplete_hni32_203 ._dropdown_hni32_219 ._suggestion_hni32_574 ._name_hni32_586{font-weight:500;color:#333}._manufacturerAutocomplete_hni32_203 ._dropdown_hni32_219 ._suggestion_hni32_574 ._country_hni32_590{font-size:12px;color:#666;margin-top:2px}._backdrop_lyomn_1{position:fixed;top:0;left:0;right:0;bottom:0;background:transparent;z-index:10000}._popover_lyomn_11{background:#ffffff;border-radius:5px;border:2px solid #333333;box-shadow:0 3px 4px #00000040;max-width:320px;min-width:280px;animation:_popoverFadeIn_lyomn_1 .2s ease-in-out;font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif}@keyframes _popoverFadeIn_lyomn_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._header_lyomn_32{padding:12px;text-align:center}._title_lyomn_37{font-family:IBM Plex Sans,sans-serif;font-weight:600;font-size:14px;line-height:16px;letter-spacing:-.168px;color:#000;margin:0}._content_lyomn_47{padding:0 12px 12px;display:flex;flex-direction:column;gap:12px}._tableContainer_lyomn_54{border:1px solid #e0e0e0;border-radius:4px;overflow:hidden}._tableHeader_lyomn_60{display:flex;background:rgba(224,224,224,.5);border-bottom:1.5px solid #e0e0e0;height:30px;align-items:center}._headerCell_lyomn_68{flex:1;display:flex;align-items:center;justify-content:center;padding:0 8px;gap:2px}._headerCell_lyomn_68:first-child{border-right:1px solid #e0e0e0}._headerText_lyomn_80{font-family:Pretendard,sans-serif;font-weight:600;font-size:14px;line-height:20px;letter-spacing:-.35px;color:#000}._infoIcon_lyomn_89{color:#504bff;flex-shrink:0}._tableRow_lyomn_94{display:flex;background:#ffffff;border-bottom:1px solid #e0e0e0;height:36px;align-items:center}._cell_lyomn_102{flex:1;padding:2px 4px;height:100%;display:flex;align-items:center}._cell_lyomn_102:first-child{border-right:1px solid #e0e0e0}._selectWrapper_lyomn_113{position:relative;width:100%;height:100%;display:flex;align-items:center}._select_lyomn_113{width:100%;height:100%;background:#ffffff;border:1px solid #d0d0d0;border-radius:4px;padding:2px 24px 2px 4px;font-family:IBM Plex Sans,sans-serif;font-weight:500;font-size:14px;line-height:20px;letter-spacing:-.35px;color:#333;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}._select_lyomn_113:focus{outline:none;border-color:#504bff;box-shadow:0 0 0 2px #504bff33}._selectIcon_lyomn_143{position:absolute;right:8px;top:50%;transform:translateY(-50%);color:#333;pointer-events:none}._input_lyomn_152{width:100%;height:100%!important;background:#ffffff;border:1px solid #d0d0d0;border-radius:4px;font-family:IBM Plex Sans,sans-serif;font-weight:500;font-size:14px;line-height:20px;letter-spacing:-.35px;color:#333}._input_lyomn_152:focus{outline:none;border-color:#504bff;box-shadow:0 0 0 2px #504bff33}._input_lyomn_152::placeholder{color:#999}._checkbox_lyomn_174{width:18px;height:18px;cursor:pointer;accent-color:#504bff}._checkbox_lyomn_174:focus{outline:2px solid rgba(80,75,255,.2);outline-offset:2px}._addRow_lyomn_185{background:rgba(224,224,224,.5);border-radius:0 0 4px 4px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease}._addRow_lyomn_185:hover{background:rgba(224,224,224,.7)}._addButton_lyomn_199{font-family:Pretendard Variable,sans-serif;font-weight:500;font-size:20px;line-height:24px;letter-spacing:.114px;color:#333;-webkit-user-select:none;user-select:none}._completeButton_lyomn_209{width:100%;height:34px;background:#504bff;border:none;border-radius:4px;color:#fff;font-family:Pretendard,sans-serif;font-weight:600;font-size:12px;line-height:24px;letter-spacing:.0684px;cursor:pointer;transition:all .2s ease}._completeButton_lyomn_209:hover{background:#403cd4;transform:translateY(-1px)}._completeButton_lyomn_209:active{background:#3532b8;transform:translateY(0)}._completeButton_lyomn_209:focus{outline:none;box-shadow:0 0 0 2px #504bff4d}@media (max-width: 768px){._popover_lyomn_11{max-width:280px;min-width:240px}._headerText_lyomn_80,._select_lyomn_113,._input_lyomn_152{font-size:12px}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){._popover_lyomn_11{border-width:1px}}@media (prefers-color-scheme: dark){._popover_lyomn_11{background:#1a1a1a;border-color:#666}._title_lyomn_37,._headerText_lyomn_80{color:#fff}._tableHeader_lyomn_60{background:rgba(64,64,64,.5);border-color:#666}._tableRow_lyomn_94{background:#1a1a1a;border-color:#666}._select_lyomn_113,._input_lyomn_152{background:#1a1a1a;border-color:#666;color:#fff}._select_lyomn_113::placeholder,._input_lyomn_152::placeholder{color:#999}._addRow_lyomn_185{background:rgba(64,64,64,.5)}._addButton_lyomn_199{color:#fff}}._backdrop_1pjwg_1{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;background:transparent!important;z-index:10000!important}._popover_1pjwg_11{background:#ffffff!important;border-radius:5px!important;border:2px solid #333333!important;box-shadow:0 3px 4px #00000040!important;width:282px!important;animation:_popoverFadeIn_1pjwg_1 .2s ease-in-out!important;font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif!important}@keyframes _popoverFadeIn_1pjwg_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._header_1pjwg_31{padding:12px!important;text-align:center!important}._title_1pjwg_36{font-family:IBM Plex Sans,sans-serif!important;font-weight:600!important;font-size:14px!important;line-height:20px!important;letter-spacing:-.168px!important;color:#000!important;margin:0!important}._content_1pjwg_46{padding:0 12px 12px!important;display:flex!important;flex-direction:column!important;gap:12px!important}._tableContainer_1pjwg_53{border:1px solid #e0e0e0!important;border-radius:4px!important;overflow:hidden!important;background:#ffffff!important}._tableHeader_1pjwg_60{display:flex!important;background:rgba(224,224,224,.5)!important;border-bottom:1px solid #e0e0e0!important;height:30px!important;align-items:center!important}._headerCellQty_1pjwg_68{width:35%!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;border-right:1px solid #e0e0e0!important}._headerCellPrice_1pjwg_77{width:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0 12px!important;border-right:1px solid #e0e0e0!important}._headerCellAction_1pjwg_86{width:15%!important;display:flex!important;align-items:center!important;justify-content:center!important}._headerText_1pjwg_93{font-family:IBM Plex Sans,sans-serif!important;font-weight:600!important;font-size:14px!important;line-height:24px!important;letter-spacing:-.168px!important;color:#000!important}._tableRow_1pjwg_102{display:flex!important;background:#ffffff!important;border-bottom:1px solid #e0e0e0!important;height:36px!important;align-items:center!important}._tableRow_1pjwg_102:last-child{border-bottom:1px solid #e0e0e0!important}._cellQty_1pjwg_113{width:35%!important;padding:4px!important;border-right:1px solid #e0e0e0!important;display:flex!important;align-items:center!important;justify-content:center!important}._cellPrice_1pjwg_122{width:50%!important;padding:4px!important;border-right:1px solid #e0e0e0!important;display:flex!important;align-items:center!important;justify-content:center!important}._cellAction_1pjwg_131{width:15%!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:4px!important}._inputQty_1pjwg_139{width:100%!important;height:28px!important;background:#ffffff!important;border:1px solid #d0d0d0!important;border-radius:4px!important;padding:6px 16px!important;font-family:Pretendard Variable,sans-serif!important;font-weight:500!important;font-size:14px!important;line-height:12px!important;letter-spacing:-.168px!important;color:#504bff!important;text-align:center!important}._inputQty_1pjwg_139:focus{outline:none!important;border-color:#504bff!important;box-shadow:0 0 0 2px #504bff33!important}._inputQty_1pjwg_139::placeholder{color:#504bff!important}._priceInputWrapper_1pjwg_163{position:relative!important;width:100%!important;display:flex!important;align-items:center!important}._currency_1pjwg_170{position:absolute!important;left:8px!important;font-family:Pretendard Variable,sans-serif!important;font-weight:500!important;font-size:14px!important;color:#333!important;z-index:1!important}._priceInput_1pjwg_163{width:100%!important;height:28px!important;background:#ffffff!important;border:1px solid #d0d0d0!important;border-radius:4px!important;padding:6px 8px 6px 20px!important;font-family:Pretendard Variable,sans-serif!important;font-weight:500!important;font-size:14px!important;line-height:16px!important;letter-spacing:-.168px!important;color:#333!important;text-align:right!important}._priceInput_1pjwg_163:focus{outline:none!important;border-color:#504bff!important;box-shadow:0 0 0 2px #504bff33!important}._priceInput_1pjwg_163::placeholder{color:#333!important;text-align:right!important}._priceInput_1pjwg_163::-webkit-outer-spin-button,._priceInput_1pjwg_163::-webkit-inner-spin-button{-webkit-appearance:none!important;margin:0!important}._priceInput_1pjwg_163[type=number]{-moz-appearance:textfield!important}._removeButton_1pjwg_212{width:14px!important;height:14px!important;background:transparent!important;border:none!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;color:#666!important;transition:color .2s ease!important}._removeButton_1pjwg_212:hover{color:#ef4444!important}._removeButton_1pjwg_212:focus{outline:none!important}._removeButton_1pjwg_212 svg{width:14px!important;height:14px!important}._addRow_1pjwg_235{background:rgba(224,224,224,.5)!important;border-radius:0 0 4px 4px!important;height:34px!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;transition:background-color .2s ease!important;border-top:1px solid #e0e0e0!important}._addRow_1pjwg_235:hover{background:rgba(224,224,224,.7)!important}._addIcon_1pjwg_250{color:#666!important;width:9px!important;height:9px!important;transition:color .2s ease!important}._addRow_1pjwg_235:hover ._addIcon_1pjwg_250{color:#333!important}._completeButton_1pjwg_260{width:100%!important;height:34px!important;background:#504bff!important;border:none!important;border-radius:4px!important;color:#fff!important;font-family:Pretendard,sans-serif!important;font-weight:600!important;font-size:12px!important;line-height:24px!important;letter-spacing:.0684px!important;cursor:pointer!important;transition:all .2s ease!important}._completeButton_1pjwg_260:hover:not(:disabled){background:#403cd4!important;transform:translateY(-1px)!important}._completeButton_1pjwg_260:active:not(:disabled){background:#3532b8!important;transform:translateY(0)!important}._completeButton_1pjwg_260:focus{outline:none!important;box-shadow:0 0 0 2px #504bff4d!important}._completeButton_1pjwg_260:disabled{background:#cccccc!important;cursor:not-allowed!important;transform:none!important}@media (max-width: 768px){._popover_1pjwg_11{width:260px!important}._headerCellQty_1pjwg_68,._cellQty_1pjwg_113{width:80px!important}._headerCellPrice_1pjwg_77,._cellPrice_1pjwg_122{width:140px!important}}._container_497me_2{width:100%;-webkit-user-select:none;user-select:none;border:1.5px solid #D0D0D0;border-radius:4px;position:relative}._dropdown_497me_10{width:100%;height:34px;display:flex;align-items:center;justify-content:center;padding:6px 6px 6px 14px;border-radius:2px;box-shadow:inset 0 0 0 1px var(--Color-Palette-Border-Basic);max-width:200px;margin:0 auto;cursor:pointer;transition:box-shadow .2s ease-in-out,background-color .2s ease;text-align:center;position:relative;background-color:#504bff1a}._dropdown_497me_10:focus{outline:2px solid var(--Color-Palette-Primary-Primary);outline-offset:1px}._dropdown_497me_10._selected_497me_34{background-color:transparent}._dropdown_497me_10:hover:not(._open_497me_37){box-shadow:inset 0 0 0 1.5px var(--Color-Palette-Primary-PrimaryWeek)}._dropdown_497me_10._open_497me_37{box-shadow:inset 0 0 0 1.5px var(--Color-Palette-Border-Aceent)}._dropdown_497me_10._open_497me_37 ._icon_497me_43{transform:rotate(180deg)}._dropdown_497me_10._darker_497me_46{background:var(--Color-Palette-Background-Primary)}._icon_497me_43{transform:rotate(0)}._portalMenu_497me_54{width:100%;max-height:250px;padding:var(--Spacing-4);margin-top:var(--Spacing-8);border-radius:var(--Radius-4);background:var(--Color-Palette-Background-Tertiary);overflow:auto;z-index:10000;border:1px solid #eee;text-align:center}._portalMenu_497me_54::-webkit-scrollbar{display:none}._portalMenu_497me_54>div{display:flex;justify-content:center;align-items:center}._option_497me_75{width:100%;max-width:none;min-width:auto;height:auto;min-height:42px;padding:10px var(--Spacing-14);border-radius:var(--Radius-4);cursor:pointer;transition:background .2s ease-in-out;font-size:13px;display:flex;align-items:center;justify-content:center;white-space:normal;overflow:visible;text-overflow:clip;word-break:break-word;line-height:1.4;text-align:center}._option_497me_75:hover{outline:1px solid var(--Color-Palette-Border-Basic);background:var(--Color-Palette-Background-Secondary)}._option_497me_75._active_497me_103{background-color:#504bff1a;outline:1px solid var(--Color-Palette-Primary-PrimaryWeek)}._option_497me_75._selected_497me_34{background-color:#504bff0d;font-weight:500}._option_497me_75._selected_497me_34._active_497me_103{background-color:#504bff26}._option_497me_75._directInputOption_497me_114{border-top:1px solid #e5e7eb;margin-top:4px;padding-top:14px;font-weight:500;color:var(--Color-Palette-Primary-Primary)}._option_497me_75._directInputOption_497me_114:hover{background-color:#504bff0d}._empty_497me_125{width:100%;padding:var(--Spacing-8);text-align:center;font-size:13px}._selectedText_497me_133{font-size:13px;font-weight:500;color:var(--Color-Palette-Content-Primary);text-align:center;width:100%;margin:0 auto;padding:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._selectedText_497me_133._placeholder_497me_145{color:var(--Color-Palette-Content-Secondary);opacity:.7}._sr-only_497me_151{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}._directInput_497me_114{width:100%;height:36px;border:1.5px solid #4751FF;border-radius:4px;padding:6px 12px;font-size:13px;text-align:center;box-sizing:border-box;outline:none;background-color:#f8f9ff}._directInput_497me_114:focus{border-color:#4751ff;box-shadow:0 0 0 3px #4751ff1a}._autocomplete_497me_182{position:absolute;top:calc(100% + 4px);left:0;right:0;background-color:#fff;border:1px solid #d1d5db;border-radius:6px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;z-index:999999;max-height:200px;overflow-y:auto;font-family:ui-monospace,SFMono-Regular,SF Mono,Monaco,Consolas,Liberation Mono,Courier New,monospace}._suggestion_497me_198{padding:10px 12px;cursor:pointer;background-color:transparent;border-bottom:1px solid #f1f5f9;font-size:13px;color:#374151;transition:background-color .1s ease;display:flex;align-items:center}._suggestion_497me_198:last-of-type{border-bottom:none}._suggestion_497me_198:hover{background-color:#f8fafc}._suggestion_497me_198._selected_497me_34,._suggestion_497me_198._selected_497me_34:hover{background-color:#e0e7ff}._shortcutInfo_497me_223{padding:8px 12px;border-top:1px solid #f1f5f9;background-color:#f8fafc;font-size:10px;color:#6b7280;font-family:ui-monospace,SFMono-Regular,Monaco,Consolas;display:flex;justify-content:center;gap:12px}._shortcutInfo_497me_223 kbd{background-color:#e5e7eb;padding:1px 3px;border-radius:2px;color:#374151}._container_2dwxc_3{max-width:1450px;margin:0 auto;width:100%;padding:0;position:relative}._horizontalLayout_2dwxc_12{display:flex;align-items:center}@media (max-width: 768px){._horizontalLayout_2dwxc_12{flex-direction:column;gap:20px}}._fullWidthLayout_2dwxc_25{width:100%}._guideSection_2dwxc_30{flex:1;width:100%;padding:26px 0}._formatSection_2dwxc_37{flex:1;padding:26px 0}._webSocketDebugContainer_2dwxc_43,._section_2dwxc_50{margin:20px 0;padding:15px;border:1px solid #ddd;border-radius:5px}._section_2dwxc_50 h3{margin-top:0}._tableHeader_2dwxc_61{display:flex;justify-content:space-between;align-items:center;margin:20px 0 16px;padding-bottom:12px;border-bottom:2px solid #e9ecef}._tableHeader_2dwxc_61 h2{margin:0;font-size:20px;font-weight:600;color:#333}._loadMoreTrigger_2dwxc_77{text-align:center;padding:20px;color:#666;font-style:italic}._endMessage_2dwxc_84{text-align:center;padding:20px;color:#999;font-style:italic;border-top:1px solid #e9ecef;margin-top:20px}._inventoryRegistrationPage_2dwxc_93{width:100%;margin:0 auto;position:relative;padding:0;max-width:1450px}._inventoryRegistrationPage_2dwxc_93 .ant-card{box-shadow:0 2px 8px #00000017}._errorContainer_2dwxc_105{display:flex;flex-direction:column;justify-content:center;align-items:center;height:400px;background-color:#fff5f5;border:1px solid #fed7d7;border-radius:8px;padding:40px;text-align:center}._errorContainer_2dwxc_105 h2{color:#e53e3e;font-size:24px;margin-bottom:16px}._errorContainer_2dwxc_105 p{color:#c53030;font-size:16px;margin-bottom:24px}._retryButton_2dwxc_128{background-color:#e53e3e;color:#fff;border:none;border-radius:6px;padding:12px 24px;font-size:16px;cursor:pointer;transition:all .2s ease}._retryButton_2dwxc_128:hover{background-color:#c53030;transform:translateY(-1px);box-shadow:0 4px 8px #e53e3e33}._retryButton_2dwxc_128:active{transform:translateY(0)}._inventoryGuide_2dwxc_147{background-color:#fff;border:2px solid #E0E0E0;border-radius:4px;padding:20px 28px;display:flex;flex-direction:column;gap:30px;width:428px;height:339px;box-sizing:border-box}._inventoryGuide_2dwxc_147 ._guideTitle_2dwxc_159{font-family:Pretendard,sans-serif;font-weight:600;font-size:16px;line-height:1.5em;letter-spacing:.57%;color:#000;margin:0}._inventoryGuide_2dwxc_147 ._guideSteps_2dwxc_168{display:flex;flex-direction:column;gap:6px;width:100%;max-width:260px}._inventoryGuide_2dwxc_147 ._guideSteps_2dwxc_168 ._step_2dwxc_175{font-family:Pretendard,sans-serif;font-weight:600;font-size:14px;line-height:2.14em;letter-spacing:.57%;color:#000}._inventoryGuide_2dwxc_147 ._guideSteps_2dwxc_168 ._step_2dwxc_175:before{content:"•";margin-right:8px}._inventoryGuide_2dwxc_147 ._guideActions_2dwxc_187{display:flex;gap:20px}._inventoryGuide_2dwxc_147 ._guideActions_2dwxc_187 ._registerButton_2dwxc_191{background-color:#504bff;border:none;border-radius:4px;color:#fff;font-family:Pretendard,sans-serif;font-weight:600;font-size:12px;line-height:2em;padding:8px 20px;cursor:pointer;transition:background-color .3s ease}._inventoryGuide_2dwxc_147 ._guideActions_2dwxc_187 ._registerButton_2dwxc_191:hover{background-color:#3f3ad5}@media (max-width: 768px){._inventoryGuide_2dwxc_147{padding:16px 20px;width:100%;height:auto}._inventoryGuide_2dwxc_147 ._guideTitle_2dwxc_159{font-size:14px}._inventoryGuide_2dwxc_147 ._guideSteps_2dwxc_168 ._step_2dwxc_175{font-size:12px}._inventoryGuide_2dwxc_147 ._guideActions_2dwxc_187 ._registerButton_2dwxc_191{font-size:11px;padding:6px 16px}}._loadingOverlay_2dwxc_226{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#fffc;display:flex;justify-content:center;align-items:center;z-index:9999}._loadingSpinner_2dwxc_239{display:flex;flex-direction:column;align-items:center;gap:16px}._loadingSpinner_2dwxc_239 p{color:#4751ff;font-size:16px;font-weight:500}._spinner_2dwxc_251{width:40px;height:40px;border:4px solid #e2e8f0;border-top:4px solid #4751FF;border-radius:50%;animation:_spin_2dwxc_251 1s linear infinite}@keyframes _spin_2dwxc_251{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._registrationOptions_2dwxc_269{margin-top:30px;display:flex;flex-direction:column;gap:16px}._optionButton_2dwxc_276{background-color:#4751ff;color:#fff;border:none;border-radius:6px;padding:14px 24px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease}._optionButton_2dwxc_276:hover{background-color:#3740e0;transform:translateY(-2px);box-shadow:0 4px 12px #4751ff4d}._optionButton_2dwxc_276:active{transform:translateY(0)}._additionalOptions_2dwxc_297{margin-top:40px;padding:30px;background-color:#f8f9fa;border-radius:12px;border:1px solid #e9ecef}._additionalOptions_2dwxc_297 h3{font-size:20px;font-weight:600;color:#333;margin-bottom:24px;text-align:center}._optionsGrid_2dwxc_312{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}._optionCard_2dwxc_318{background-color:#fff;border:2px solid #e9ecef;border-radius:8px;padding:24px;cursor:pointer;transition:all .2s ease;text-align:left}._optionCard_2dwxc_318:hover{border-color:#4751ff;transform:translateY(-4px);box-shadow:0 8px 24px #4751ff26}._optionCard_2dwxc_318 h4{font-size:18px;font-weight:600;color:#333;margin-bottom:8px}._optionCard_2dwxc_318 p{font-size:14px;color:#666;margin:0;line-height:1.5}._horizontalContentLayout_2dwxc_346{display:flex;gap:40px;align-items:flex-start;margin-top:40px;justify-content:center}@media (max-width: 1440px){._horizontalContentLayout_2dwxc_346{gap:20px}._horizontalContentLayout_2dwxc_346 ._inventoryGuide_2dwxc_147{width:380px}._horizontalContentLayout_2dwxc_346 ._fileFormatSection_2dwxc_362{width:800px}}@media (max-width: 1024px){._horizontalContentLayout_2dwxc_346{flex-direction:column;gap:30px;align-items:center}._horizontalContentLayout_2dwxc_346 ._inventoryGuide_2dwxc_147{width:100%;max-width:600px;height:auto}._horizontalContentLayout_2dwxc_346 ._fileFormatSection_2dwxc_362{width:100%;max-width:966px;height:auto}}._fileFormatSection_2dwxc_362{width:966px;height:339px}._loadingContainer_2dwxc_391{display:flex;justify-content:center;align-items:center;height:300px;font-size:18px;color:#666}._errorNotice_2dwxc_400{margin-top:16px;padding:12px 16px;background-color:#ff00000d;border-left:4px solid #ff4d4d;color:#d32f2f;font-size:14px;border-radius:4px}._debugControls_2dwxc_410{margin-top:24px;padding:12px;background-color:#f5f5f5;border:1px dashed #ccc;border-radius:4px;display:flex;justify-content:center}._debugButton_2dwxc_420{background-color:#333;color:#fff;border:none;border-radius:4px;padding:8px 16px;font-size:14px;cursor:pointer}._debugButton_2dwxc_420:hover{background-color:#555}._formButtonWrapper_2dwxc_433{margin-top:30px;padding:20px;background-color:#f5f9ff;border-radius:8px;text-align:center}._formButton_2dwxc_433,._tableButton_2dwxc_441{background-color:#4751ff;color:#fff;border:none;border-radius:4px;padding:12px 20px;font-size:16px;cursor:pointer;transition:all .2s ease}._formButton_2dwxc_433:hover,._tableButton_2dwxc_441:hover{background-color:#3740e0;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}._formButton_2dwxc_433:active,._tableButton_2dwxc_441:active{transform:translateY(0)}._formButtonNote_2dwxc_460,._tableButtonNote_2dwxc_460{font-size:14px;color:#666;margin-top:5px}._helpText_2dwxc_466{margin-top:10px;font-size:14px;color:#666}._subtitle_2dwxc_472{font-size:18px;font-weight:500;margin-bottom:15px;color:#333}._topDivider_2dwxc_479{margin:20px 0}._warningText_2dwxc_483{color:#f5222d;font-size:13px;margin-top:5px}._templateLink_2dwxc_489{color:#1890ff;text-decoration:underline;font-weight:500}._templateLink_2dwxc_489:hover{color:#40a9ff}._pageTitle_2dwxc_498{font-size:24px;font-weight:600;margin-bottom:16px;color:#333}._pageDescription_2dwxc_505{font-size:16px;color:#666;margin-bottom:24px}._tableWrapper_2dwxc_511{margin:26px 0 0}._buttonContainer_2dwxc_515{display:flex;justify-content:center;margin-top:24px}._buttonContainer_2dwxc_515 button{margin:0 10px}._backButton_2dwxc_524{background-color:transparent;color:#4751ff;border:1px solid #4751FF;border-radius:4px;padding:10px 20px;font-size:16px;cursor:pointer;transition:all .2s ease}._backButton_2dwxc_524:hover{background-color:#4751ff0d;transform:translateY(-1px)}._backButton_2dwxc_524:active{transform:translateY(0)}._sseStatus_2dwxc_543{margin:1rem 0;padding:1rem;background:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;font-size:.9rem}._sseHeader_2dwxc_552{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}._sseHeader_2dwxc_552 h4{margin:0;color:#333}._recoveryButtons_2dwxc_563{display:flex;gap:.5rem;flex-wrap:wrap}._recoveryButton_2dwxc_563,._forceCleanupButton_2dwxc_570,._resetButton_2dwxc_571{padding:.4rem .8rem;border:none;border-radius:4px;font-size:.8rem;cursor:pointer;transition:all .2s ease;font-weight:500}._recoveryButton_2dwxc_563:disabled,._forceCleanupButton_2dwxc_570:disabled,._resetButton_2dwxc_571:disabled{opacity:.6;cursor:not-allowed}._recoveryButton_2dwxc_563{background:#28a745;color:#fff}._recoveryButton_2dwxc_563:hover:not(:disabled){background:#218838}._forceCleanupButton_2dwxc_570{background:#ffc107;color:#212529}._forceCleanupButton_2dwxc_570:hover:not(:disabled){background:#e0a800}._resetButton_2dwxc_571{background:#6c757d;color:#fff}._resetButton_2dwxc_571:hover:not(:disabled){background:#5a6268}._statusGrid_2dwxc_611{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.5rem;margin-bottom:1rem}._statusGrid_2dwxc_611 span{padding:.3rem .6rem;background:white;border-radius:4px;border:1px solid #e9ecef}._statusGrid_2dwxc_611 span strong{font-weight:600}._healthCheck_2dwxc_627{margin:1rem 0;padding:.8rem;background:#e3f2fd;border:1px solid #90caf9;border-radius:6px}._healthCheck_2dwxc_627 h5{margin:0 0 .5rem;color:#1565c0;font-size:.9rem}._healthGrid_2dwxc_640{display:flex;gap:1rem;flex-wrap:wrap}._healthGrid_2dwxc_640 span{padding:.2rem .5rem;background:white;border-radius:4px;border:1px solid #bbdefb;font-size:.8rem}._healthGrid_2dwxc_640 span strong{font-weight:600}._errorSection_2dwxc_656{margin:1rem 0;padding:.8rem;background:#fff3cd;border:1px solid #ffeaa7;border-radius:6px}._errorSection_2dwxc_656 ._errorText_2dwxc_663{color:#856404;font-weight:500;margin:0 0 .5rem}._errorSection_2dwxc_656 small{color:#6c757d;font-size:.8rem;line-height:1.4}._debugDetails_2dwxc_674{margin-top:1rem}._debugDetails_2dwxc_674 summary{cursor:pointer;font-weight:500;color:#6c757d;padding:.5rem;background:#f8f9fa;border:1px solid #dee2e6;border-radius:4px}._debugDetails_2dwxc_674 summary:hover{background:#e9ecef}._debugInfo_2dwxc_690{background:#f8f9fa;border:1px solid #dee2e6;border-radius:4px;padding:1rem;margin:.5rem 0 0;font-size:.8rem;overflow-x:auto;max-height:300px;overflow-y:auto}._importActions_2dwxc_703{display:flex;gap:8px}._importActions_2dwxc_703 button{min-width:60px}._importActions_2dwxc_703 button:disabled{opacity:.6;cursor:not-allowed}._emergencySection_2dwxc_716{background:linear-gradient(135deg,#fff3cd 0%,#ffeaa7 100%);border:2px solid #fd7e14;border-radius:12px;padding:16px;margin-bottom:24px;animation:_pulse_2dwxc_1 2s infinite}._emergencySection_2dwxc_716 ._emergencyHeader_2dwxc_724{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}._emergencySection_2dwxc_716 ._emergencyHeader_2dwxc_724 h4{margin:0;color:#d63384;font-size:18px;font-weight:600}._emergencySection_2dwxc_716 ._emergencyText_2dwxc_736{margin:0;color:#6c757d;font-size:14px;line-height:1.5}@keyframes _pulse_2dwxc_1{0%{box-shadow:0 0 #fd7e1466}70%{box-shadow:0 0 0 10px #fd7e1400}to{box-shadow:0 0 #fd7e1400}}@media (max-width: 768px){._emergencySection_2dwxc_716{padding:12px}._emergencySection_2dwxc_716 ._emergencyHeader_2dwxc_724{flex-direction:column;gap:8px;align-items:flex-start}._sseStatus_2dwxc_543{padding:12px}._sseStatus_2dwxc_543 ._statusGrid_2dwxc_611{grid-template-columns:1fr}._importActions_2dwxc_703{flex-direction:column}._importActions_2dwxc_703 button{width:100%}}._emergencyText_2dwxc_736{font-size:14px;color:#666;margin-top:8px}._tableContainer_1xiz2_2{width:100%;max-width:1460px;margin:0 auto;border-radius:8px;overflow:visible;box-shadow:0 2px 8px #0000000d;background-color:transparent;isolation:isolate}@media (max-width: 768px){._tableContainer_1xiz2_2{overflow-x:auto;overflow-y:visible;border-radius:4px}}._fileFormatContainer_1xiz2_20{background-color:#fff;border-radius:4px;padding:20px 24px;display:flex;flex-direction:column;width:100%;max-width:1450px;height:100%;box-sizing:border-box;border:.5px solid #E0E0E0;box-shadow:0 1px 3px #0000001a}._pageContainer_1xiz2_34{width:100%;margin:0 auto;background-color:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:26px}._loadingAlert_1xiz2_46{background-color:transparent;border:1px solid #4751FF;border-radius:4px;color:#4751ff;font-size:14px;font-weight:500;margin-bottom:16px;padding:12px 16px;text-align:center}._loadingContent_1xiz2_60{display:flex;align-items:center;justify-content:center;gap:12px}._loadingSpinner_1xiz2_67{width:18px;height:18px;border:2px solid #e0f2ff;border-top:2px solid #4751FF;border-radius:50%}@keyframes _spin_1xiz2_410{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._errorAlert_1xiz2_84{background-color:transparent;border:1px solid #E53E3E;border-radius:4px;color:#e53e3e;font-size:14px;font-weight:500;margin-bottom:16px;padding:12px 16px;text-align:center}._modificationAlert_1xiz2_96{background-color:transparent;border:1px solid #FFE4CC;border-radius:4px;color:#ff6b00;font-size:14px;font-weight:500;margin-bottom:16px;padding:12px 16px;text-align:center}._paginationInfo_1xiz2_108{background-color:transparent;border-top:1px solid #E0E0E0;color:#666;font-size:13px;font-weight:500;padding:12px 16px;text-align:center}@keyframes _pulse_1xiz2_1{0%,to{opacity:1}50%{opacity:.7}}._table_1xiz2_2{width:100%;border-collapse:collapse;table-layout:fixed;overflow:visible;position:relative}._table_1xiz2_2 th,._table_1xiz2_2 td{padding:0;border-right:1px solid #e0e0e0;overflow:visible;position:relative}._table_1xiz2_2 th:last-child,._table_1xiz2_2 td:last-child{border-right:none}@media (max-width: 768px){._table_1xiz2_2{min-width:900px;table-layout:auto}}._padding_1xiz2_162{padding:0 4px;text-align:center}._tableHeader_1xiz2_167{background-color:transparent;font-weight:600;text-align:center;padding:0;font-size:16px}._tableHeader_1xiz2_167>div{padding:8px;display:flex;justify-content:center;align-items:center;margin:0 auto;width:100%}._tableRow_1xiz2_183{background-color:#fff;text-align:center;height:40px}._tableRow_1xiz2_183:hover{background-color:transparent}._tableRow_1xiz2_183:nth-child(2n){background-color:transparent}._tableCell_1xiz2_195{padding:0 4px;vertical-align:middle;text-align:center;isolation:isolate;height:40px;border:1.5px solid #E0E0E0;overflow:visible;position:relative;z-index:1}._tableCell_1xiz2_195:has(._manufacturerAutocomplete_1xiz2_207){z-index:1001;overflow:visible}._tableCell_1xiz2_195>div{display:flex;justify-content:center;align-items:center;width:100%;height:100%;text-align:center;padding:6px 8px;box-sizing:border-box;overflow:visible;position:relative}._tableCell_1xiz2_195 input,._tableCell_1xiz2_195 select,._tableCell_1xiz2_195 ._dropdown_1xiz2_223{margin:0 auto;height:30px;width:100%;text-align:center;padding:6px 8px;box-sizing:border-box}._partNumber_1xiz2_232{color:#4751ff;text-decoration:underline;cursor:pointer;text-align:center}._partNumber_1xiz2_232:hover{color:#2930cc}._unitPriceHeader_1xiz2_242{display:flex;align-items:center;justify-content:center;gap:6px}._unitPriceHeader_1xiz2_242 ._infoIcon_1xiz2_248{color:#888;font-size:14px;cursor:pointer}._unitPriceHeader_1xiz2_242 ._infoIcon_1xiz2_248:hover{color:#555}._unitPriceCell_1xiz2_257{display:flex;align-items:center;justify-content:center;gap:8px;width:100%}._priceTierButton_1xiz2_265{background:none;border:none;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;padding:4px;border-radius:2px}._priceTierButton_1xiz2_265:hover{background-color:#4751ff1a}._checkboxContainer_1xiz2_280{display:flex;align-items:center;justify-content:center;height:14px;width:14px;margin:0 auto;border:1.5px solid #D0D0D0}._cocCheckbox_1xiz2_290{width:16px;height:16px;cursor:pointer;margin:0 auto;border:1.5px solid #D0D0D0;border-radius:4px}._actionsHeader_1xiz2_299{width:100%;height:100%}._detailsButton_1xiz2_304{padding:8px 12px;border-radius:4px;background-color:#333;color:#fff;font-size:12px;cursor:pointer;max-width:98px;width:95px;max-height:33px;text-align:center;border:none;transition:all .2s ease-in-out}._detailsButton_1xiz2_304:hover{background-color:#222}._saveButton_1xiz2_322,._deleteButton_1xiz2_322{border-radius:4px;width:76.5px;height:35px;display:flex;align-items:center;justify-content:center;cursor:pointer;border:1px solid #4751FF;transition:all .2s ease-in-out;font-size:12px;text-align:center;padding:0;margin:0 auto}._saveButton_1xiz2_322{background-color:#4751ff;color:#fff}._saveButton_1xiz2_322:hover:not(:disabled){background-color:#3740e0;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}._saveButton_1xiz2_322:active{transform:translateY(0)}._saveButton_1xiz2_322:disabled{background-color:#6c74ff;cursor:not-allowed;opacity:.6}._saveButtonModified_1xiz2_357{background-color:#4751ff;color:#fff;animation:_pulse_1xiz2_1 2s infinite}._deleteButton_1xiz2_322{background-color:transparent;color:#4751ff}._deleteButton_1xiz2_322:hover{background-color:#4751ff0d;transform:translateY(-1px)}._deleteButton_1xiz2_322:active{transform:translateY(0)}._deleteButton_1xiz2_322:disabled{color:#6c74ff;border-color:#6c74ff;cursor:not-allowed}._modifiedInput_1xiz2_380{background-color:#4751ff0d}input[type=select],select,._dropdown_1xiz2_223{width:100%;height:35px;padding:6px 8px;border:1.5px solid #D0D0D0;border-radius:4px;background-color:#504bff1a;font-size:12px;text-align:center;display:flex;align-items:center;justify-content:space-between;margin:0 auto;box-sizing:border-box}input[type=select]:focus,select:focus,._dropdown_1xiz2_223:focus{outline:none;border-color:#4751ff}._dropdownIcon_1xiz2_404{width:12px;height:12px;margin-left:auto}._spinner_1xiz2_410{width:10px;height:10px;border:1px solid #e0f2ff;border-top:1px solid #4751FF;border-radius:50%;animation:_spin_1xiz2_410 1s linear infinite}input[type=number],input[type=text]{width:100%;height:35px;padding:6px 8px;border:1.5px solid #D0D0D0;border-radius:4px;font-size:12px;text-align:center;margin:0 auto;box-sizing:border-box}input[type=number]:focus,input[type=text]:focus{outline:none;border-color:#4751ff;background-color:#4751ff0d}input[type=number]._modifiedInput_1xiz2_380,input[type=text]._modifiedInput_1xiz2_380{border-color:#4751ff;background-color:#4751ff1a}._optionCell_1xiz2_440{display:flex!important;justify-content:space-between;align-items:center;gap:10px;padding:6px 8px!important;width:100%;height:100%;background-color:#fff;border:1.5px solid #D0D0D0;border-radius:4px;box-sizing:border-box;min-height:36px;position:relative;z-index:1}._optionText_1xiz2_457{font-family:Pretendard Variable,sans-serif;font-weight:500;font-size:12px;line-height:2em;letter-spacing:.0057em;color:#333;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}._optionIcon_1xiz2_471{display:flex;justify-content:center;align-items:center;width:20px;height:20px;background-color:#e0e0e0;border-radius:4px;padding:2px 3px;cursor:pointer;flex-shrink:0;transition:background-color .2s ease}._optionIcon_1xiz2_471:hover{background-color:#d0d0d0}._optionIcon_1xiz2_471 svg{width:14px;height:14px;color:#504bff}._manufacturerAutocomplete_1xiz2_207{position:relative;width:100%}._manufacturerAutocomplete_1xiz2_207 ._dropdown_1xiz2_223{position:absolute;top:100%;left:0;right:0;background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;box-shadow:0 4px 6px #0000001a;z-index:1000;max-height:200px;overflow-y:auto}._manufacturerAutocomplete_1xiz2_207 ._dropdown_1xiz2_223 ._suggestion_1xiz2_510{padding:8px 12px;cursor:pointer;border-bottom:1px solid #f0f0f0;font-size:14px}._manufacturerAutocomplete_1xiz2_207 ._dropdown_1xiz2_223 ._suggestion_1xiz2_510:hover,._manufacturerAutocomplete_1xiz2_207 ._dropdown_1xiz2_223 ._suggestion_1xiz2_510._selected_1xiz2_516{background-color:#f0f0f0}._manufacturerAutocomplete_1xiz2_207 ._dropdown_1xiz2_223 ._suggestion_1xiz2_510:last-child{border-bottom:none}._manufacturerAutocomplete_1xiz2_207 ._dropdown_1xiz2_223 ._suggestion_1xiz2_510 ._name_1xiz2_522{font-weight:500;color:#333}._manufacturerAutocomplete_1xiz2_207 ._dropdown_1xiz2_223 ._suggestion_1xiz2_510 ._country_1xiz2_526{font-size:12px;color:#666;margin-top:2px}._container_l85d2_3{background:#FFFFFF;border:2px solid #333333;border-radius:4px;box-shadow:0 3px 4px #00000040,0 8px 16px #0003;padding:12px;display:flex;flex-direction:column;gap:12px;width:244px;z-index:2147483647;position:relative;transform:translateZ(0);will-change:transform;isolation:isolate}._title_l85d2_20{font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600;font-size:14px;line-height:1.14;letter-spacing:.57%;color:#000;margin:0;text-align:left}._content_l85d2_31{display:flex;flex-direction:column;gap:16px;align-items:stretch}._tableContainer_l85d2_38{flex:1;display:flex;flex-direction:column;gap:12px}._tableContent_l85d2_45{border:1px solid #E0E0E0;border-radius:4px;display:flex;flex-direction:column;overflow:hidden}._table_l85d2_38{width:100%;border-collapse:collapse;table-layout:fixed}._tableHeader_l85d2_61{background:rgba(224,224,224,.5);border-bottom:1.5px solid #E0E0E0}._headerCell_l85d2_66{padding:6px 0;text-align:center;border-right:1px solid #E0E0E0}._headerCell_l85d2_66:last-child{border-right:none}._headerText_l85d2_75{font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600;font-size:14px;line-height:1.43;letter-spacing:-2.5%;color:#000}._headerWithIcon_l85d2_84{display:flex;justify-content:center;align-items:center;gap:2px}._infoIcon_l85d2_91{width:14px;height:14px;display:flex;align-items:center;justify-content:center}._tableRow_l85d2_100{background:#FFFFFF;border-bottom:1px solid #E0E0E0}._tableRow_l85d2_100:last-child{border-bottom:none}._rowCell_l85d2_108{padding:4px;border-right:1px solid #E0E0E0}._rowCell_l85d2_108:last-child{border-right:none}._dropdown_l85d2_117{position:relative;width:100%;background:#FFFFFF;border:1px solid #D0D0D0;border-radius:4px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:4px 8px;min-height:32px}._select_l85d2_131{flex:1;background:transparent;border:none;outline:none;font-family:Pretendard Variable,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:14px;line-height:1.43;letter-spacing:-2.5%;color:#333;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;padding:0;width:100%}._select_l85d2_131:focus{outline:none}._select_l85d2_131 option{background:#FFFFFF;color:#333;padding:8px}._dropdownIcon_l85d2_156{width:14px;height:14px;display:flex;align-items:center;justify-content:center;pointer-events:none;flex-shrink:0}._inputField_l85d2_167{width:100%;background:#FFFFFF;border:1px solid #D0D0D0;border-radius:4px;display:flex;align-items:center;padding:4px 8px;min-height:32px}._input_l85d2_167{width:100%;background:transparent;border:none;outline:none;font-family:Pretendard Variable,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:14px;line-height:1.43;letter-spacing:-2.5%;color:#333;padding:0}._input_l85d2_167:focus{outline:none}._input_l85d2_167::placeholder{color:#999}._input_l85d2_167::-webkit-outer-spin-button,._input_l85d2_167::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}._input_l85d2_167[type=number]{-moz-appearance:textfield}._addRow_l85d2_207{background:rgba(224,224,224,.5);display:flex;justify-content:center;align-items:center;padding:4px 0;cursor:pointer;transition:background-color .2s ease}._addRow_l85d2_207:hover{background:rgba(224,224,224,.7)}._addButton_l85d2_220{font-family:Pretendard Variable,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:20px;line-height:1.2;letter-spacing:.57%;color:#333;text-align:center}._completeButton_l85d2_231{background:#504BFF;border:none;border-radius:4px;padding:8px;display:flex;justify-content:center;align-items:center;gap:10px;cursor:pointer;transition:background-color .2s ease;width:100%;font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600;font-size:12px;line-height:2;letter-spacing:.57%;color:#fff;text-align:center}._completeButton_l85d2_231:hover{background:#3d37e6}._completeButton_l85d2_231:active{background:#2f29cc}._completeButton_l85d2_231:focus{outline:2px solid #504BFF;outline-offset:2px}._dropdown_1onqm_1{width:480px;background-color:#fff;border:1px solid #E5E5E5;border-radius:12px;box-shadow:0 8px 32px #0000001f;overflow:hidden;font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif}._header_1onqm_11{padding:24px 24px 16px;border-bottom:none}._header_1onqm_11 ._title_1onqm_15{font-weight:700;font-size:20px;line-height:1.4;color:#1a1a1a;margin:0}._tableHeader_1onqm_23{display:grid;grid-template-columns:1fr 1fr;background-color:#f8f9fa;padding:16px 24px;border-bottom:1px solid #E5E5E5}._quantityHeaderCell_1onqm_31,._priceHeaderCell_1onqm_31{font-weight:600;font-size:16px;line-height:1.5;color:#374151;text-align:center}._tableBody_1onqm_39{padding:8px 24px 16px}._tableRow_1onqm_43{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:12px;align-items:center}._tableRow_1onqm_43:last-child{margin-bottom:0}._quantityCell_1onqm_54{display:flex;justify-content:center}._quantityButton_1onqm_59{background-color:#f8f9ff;border:2px solid #E5E7FF;border-radius:8px;padding:12px 24px;min-width:80px;text-align:center;font-weight:600;font-size:16px;line-height:1.5;color:#5b5fff;cursor:default;transition:all .2s ease}._quantityButton_1onqm_59:hover{background-color:#f0f1ff;border-color:#d1d5ff}._priceCell_1onqm_78{display:flex;justify-content:center}._priceInput_1onqm_83{background-color:#fff;border:2px solid #E5E5E5;border-radius:8px;padding:12px 16px;width:100%;max-width:180px;text-align:center;font-weight:500;font-size:16px;line-height:1.5;color:#1a1a1a;transition:all .2s ease}._priceInput_1onqm_83:focus{outline:none;border-color:#5b5fff;box-shadow:0 0 0 3px #5b5fff1a}._priceInput_1onqm_83:hover{border-color:#ccc}._priceInput_1onqm_83::placeholder{color:#9ca3af}._addRow_1onqm_109{display:flex;justify-content:center;padding:16px 24px;border-top:1px solid #F3F4F6}._addButton_1onqm_116{background-color:#f8f9fa;border:2px dashed #D1D5DB;border-radius:8px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:400;color:#6b7280;cursor:pointer;transition:all .2s ease}._addButton_1onqm_116:hover{background-color:#f3f4f6;border-color:#9ca3af;color:#374151}._addButton_1onqm_116:active{transform:scale(.95)}._completeButton_1onqm_140{background-color:#5b5fff;border:none;padding:16px 24px;margin:0 24px 24px;border-radius:8px;cursor:pointer;width:calc(100% - 48px);font-weight:600;font-size:16px;line-height:1.5;color:#fff;transition:all .2s ease}._completeButton_1onqm_140:hover{background-color:#4f54e8;transform:translateY(-1px);box-shadow:0 4px 12px #5b5fff4d}._completeButton_1onqm_140:active{background-color:#4349d1;transform:translateY(0);box-shadow:0 2px 6px #5b5fff4d}._popoverContainer_ize5h_1{background:white;border-radius:4px;border:2px solid #333333;box-shadow:0 3px 4px #00000040;padding:12px;width:244px;display:flex;flex-direction:column;gap:12px}._header_ize5h_13{display:flex;flex-direction:column;align-items:center;gap:4px}._title_ize5h_20{font-family:Pretendard,sans-serif;font-weight:600;font-size:14px;line-height:1.1428571429;letter-spacing:.57%;color:#000;margin:0}._partNumber_ize5h_30{font-family:Pretendard,sans-serif;font-weight:400;font-size:12px;color:#666;margin:0}._tableContainer_ize5h_38{display:flex;flex-direction:column;border:1px solid #E0E0E0;border-radius:4px}._tableHeader_ize5h_45{display:flex;background:rgba(224,224,224,.5);border-bottom:1px solid #E0E0E0;border-radius:4px 4px 0 0}._quantityHeader_ize5h_52,._priceHeader_ize5h_53{flex:1;padding:14px 12px;font-family:Pretendard,sans-serif;font-weight:600;font-size:14px;line-height:1.4285714286;letter-spacing:-2.5%;color:#000;text-align:center}._quantityHeader_ize5h_52{border-right:1px solid #E0E0E0}._priceHeader_ize5h_53{font-size:14px;line-height:1.7142857143;letter-spacing:.57%}._tableBody_ize5h_75{display:flex;flex-direction:column}._row_ize5h_80{display:flex;border-bottom:1px solid #E0E0E0}._row_ize5h_80:last-child{border-bottom:none}._quantityCell_ize5h_88,._priceCell_ize5h_89{flex:1;padding:4px;display:flex;align-items:stretch}._quantityCell_ize5h_88{border-right:1px solid #E0E0E0}._priceCell_ize5h_89{position:relative;gap:12px}._quantityInput_ize5h_105{flex:1;background:white;border:1px solid #D0D0D0;border-radius:4px;padding:6px 16px;font-family:Pretendard Variable,sans-serif;font-weight:500;font-size:14px;line-height:.8571428571;letter-spacing:.57%;color:#504bff;text-align:center;outline:none}._quantityInput_ize5h_105::placeholder{color:#999}._quantityInput_ize5h_105:focus{border-color:#504bff}._priceInput_ize5h_127{flex:1;background:white;border:1px solid #D0D0D0;border-radius:4px;padding:12px 16px;font-family:Pretendard Variable,sans-serif;font-weight:500;font-size:14px;color:#333;text-align:left;outline:none}._priceInput_ize5h_127::placeholder{color:#999}._priceInput_ize5h_127:focus{border-color:#504bff}._removeButton_ize5h_147{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:#ff4444;color:#fff;border:none;border-radius:50%;width:20px;height:20px;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center}._removeButton_ize5h_147:hover{background:#cc0000}._addRowContainer_ize5h_168{display:flex;justify-content:center;align-items:center;padding:8px;background:rgba(224,224,224,.5);border-radius:0 0 4px 4px}._addButton_ize5h_177{background:none;border:none;font-family:Pretendard Variable,sans-serif;font-weight:500;font-size:16px;line-height:1.5;letter-spacing:.57%;color:#333;cursor:pointer;padding:4px 8px;border-radius:4px;transition:background-color .2s}._addButton_ize5h_177:hover{background:rgba(0,0,0,.1)}._actions_ize5h_195{display:flex;justify-content:center}._completeButton_ize5h_200{background:#504BFF;color:#fff;border:none;border-radius:4px;padding:8px 16px;font-family:Pretendard,sans-serif;font-weight:600;font-size:12px;line-height:2;letter-spacing:.57%;cursor:pointer;min-width:42px;transition:background-color .2s}._completeButton_ize5h_200:hover{background:#3d35cc}._completeButton_ize5h_200:active{background:#2d26b3}#_root_dvrs7_1{height:100%;display:flex;flex-direction:column}._container_dvrs7_383{width:100%;max-width:1440px;margin:0 auto;padding:0 20px}@media (min-width: 768px){._container_dvrs7_383{padding:0 24px}}._text-center_dvrs7_395{text-align:center}._text-primary_dvrs7_399{color:#504bff}._text-secondary_dvrs7_403{color:#3339}._mt-1_dvrs7_407{margin-top:4px}._mt-2_dvrs7_411{margin-top:8px}._mt-3_dvrs7_415{margin-top:12px}._mt-4_dvrs7_419{margin-top:16px}._mt-5_dvrs7_423{margin-top:24px}._mb-1_dvrs7_427{margin-bottom:4px}._mb-2_dvrs7_431{margin-bottom:8px}._mb-3_dvrs7_435{margin-bottom:12px}._mb-4_dvrs7_439{margin-bottom:16px}._mb-5_dvrs7_443{margin-bottom:24px}._sr-only_dvrs7_463{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@keyframes _fadeIn_dvrs7_1{0%{opacity:0}to{opacity:1}}._fade-in_dvrs7_483{animation:_fadeIn_dvrs7_1 .3s ease-in-out}#_toast-root_dvrs7_1{position:fixed;display:flex;flex-direction:column;gap:10px;top:84px;right:20px;z-index:9999;pointer-events:none}._progressTracker_dvrs7_498{background:#ffffff;border-radius:12px;box-shadow:0 4px 20px #00000014;border:1px solid #e5e7eb;padding:24px;font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._progressTracker_dvrs7_498 ._header_dvrs7_506{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}._progressTracker_dvrs7_498 ._header_dvrs7_506 ._titleSection_dvrs7_512{display:flex;flex-direction:column;gap:8px}._progressTracker_dvrs7_498 ._header_dvrs7_506 ._titleSection_dvrs7_512 ._title_dvrs7_512{font-size:20px;font-weight:700;color:#1f2937;margin:0;display:flex;align-items:center;gap:8px}._progressTracker_dvrs7_498 ._header_dvrs7_506 ._titleSection_dvrs7_512 ._connectionStatus_dvrs7_526{display:flex;gap:12px}._progressTracker_dvrs7_498 ._header_dvrs7_506 ._titleSection_dvrs7_512 ._connectionStatus_dvrs7_526 ._indicator_dvrs7_530{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:500;padding:4px 8px;border-radius:6px}._progressTracker_dvrs7_498 ._header_dvrs7_506 ._titleSection_dvrs7_512 ._connectionStatus_dvrs7_526 ._indicator_dvrs7_530._connected_dvrs7_539,._progressTracker_dvrs7_498 ._header_dvrs7_506 ._titleSection_dvrs7_512 ._connectionStatus_dvrs7_526 ._indicator_dvrs7_530._subscribed_dvrs7_539{background-color:#10b9811a;color:#059669}._progressTracker_dvrs7_498 ._header_dvrs7_506 ._titleSection_dvrs7_512 ._connectionStatus_dvrs7_526 ._indicator_dvrs7_530._disconnected_dvrs7_543,._progressTracker_dvrs7_498 ._header_dvrs7_506 ._titleSection_dvrs7_512 ._connectionStatus_dvrs7_526 ._indicator_dvrs7_530._unsubscribed_dvrs7_543{background-color:#ef44441a;color:#dc2626}._progressTracker_dvrs7_498 ._header_dvrs7_506 ._statusBadge_dvrs7_547{padding:8px 16px;border-radius:20px;color:#fff;font-size:14px;font-weight:600;text-align:center;min-width:120px}._progressTracker_dvrs7_498 ._metricsGrid_dvrs7_556{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px;margin-bottom:24px}._progressTracker_dvrs7_498 ._metricsGrid_dvrs7_556 ._metric_dvrs7_556{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:16px;text-align:center}._progressTracker_dvrs7_498 ._metricsGrid_dvrs7_556 ._metric_dvrs7_556 ._metricValue_dvrs7_569{font-size:24px;font-weight:700;color:#1e293b;margin-bottom:4px}._progressTracker_dvrs7_498 ._metricsGrid_dvrs7_556 ._metric_dvrs7_556 ._metricLabel_dvrs7_575{font-size:12px;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.5px}._progressTracker_dvrs7_498 ._progressBarSection_dvrs7_582{margin-bottom:24px}._progressTracker_dvrs7_498 ._progressBarSection_dvrs7_582 ._progressBarContainer_dvrs7_585{position:relative;background:#f1f5f9;border-radius:8px;height:40px;overflow:hidden}._progressTracker_dvrs7_498 ._progressBarSection_dvrs7_582 ._progressBarContainer_dvrs7_585 ._progressBar_dvrs7_582{height:100%;background:linear-gradient(90deg,#3b82f6,#1d4ed8);border-radius:8px;transition:width .3s ease;position:relative}._progressTracker_dvrs7_498 ._progressBarSection_dvrs7_582 ._progressBarContainer_dvrs7_585 ._progressBar_dvrs7_582:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:_shine_dvrs7_1 2s infinite}._progressTracker_dvrs7_498 ._progressBarSection_dvrs7_582 ._progressBarContainer_dvrs7_585 ._progressText_dvrs7_609{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:14px;font-weight:600;color:#1e293b;text-align:center;white-space:nowrap;text-shadow:0 1px 2px rgba(255,255,255,.8)}._progressTracker_dvrs7_498 ._currentStage_dvrs7_621{background:#fef7e7;border:1px solid #f59e0b;border-radius:8px;padding:20px;margin-bottom:24px}._progressTracker_dvrs7_498 ._currentStage_dvrs7_621 ._stageTitle_dvrs7_628{font-size:16px;font-weight:600;color:#92400e;margin:0 0 8px}._progressTracker_dvrs7_498 ._currentStage_dvrs7_621 ._stageDescription_dvrs7_634{font-size:14px;color:#78350f;margin:0 0 16px;line-height:1.5}._progressTracker_dvrs7_498 ._currentStage_dvrs7_621 ._stageProgress_dvrs7_640 ._stageProgressBar_dvrs7_640{background:#fbbf24;border-radius:4px;height:8px;overflow:hidden;margin-bottom:8px}._progressTracker_dvrs7_498 ._currentStage_dvrs7_621 ._stageProgress_dvrs7_640 ._stageProgressBar_dvrs7_640 ._stageProgressFill_dvrs7_647{height:100%;background:#f59e0b;border-radius:4px;transition:width .3s ease}._progressTracker_dvrs7_498 ._currentStage_dvrs7_621 ._stageProgress_dvrs7_640 ._stageProgressText_dvrs7_653{font-size:12px;color:#92400e;font-weight:500}._progressTracker_dvrs7_498 ._stageTimeline_dvrs7_658{margin-bottom:24px}._progressTracker_dvrs7_498 ._stageTimeline_dvrs7_658 ._timelineTitle_dvrs7_661{font-size:16px;font-weight:600;color:#1f2937;margin:0 0 16px}._progressTracker_dvrs7_498 ._stageTimeline_dvrs7_658 ._timeline_dvrs7_661 ._timelineItem_dvrs7_667{display:flex;gap:16px;margin-bottom:16px}._progressTracker_dvrs7_498 ._stageTimeline_dvrs7_658 ._timeline_dvrs7_661 ._timelineItem_dvrs7_667:last-child{margin-bottom:0}._progressTracker_dvrs7_498 ._stageTimeline_dvrs7_658 ._timeline_dvrs7_661 ._timelineItem_dvrs7_667 ._timelineMarker_dvrs7_675{flex-shrink:0;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;border:2px solid}._progressTracker_dvrs7_498 ._stageTimeline_dvrs7_658 ._timeline_dvrs7_661 ._timelineItem_dvrs7_667 ._timelineMarker_dvrs7_675._completed_dvrs7_686{background:#dcfce7;border-color:#22c55e}._progressTracker_dvrs7_498 ._stageTimeline_dvrs7_658 ._timeline_dvrs7_661 ._timelineItem_dvrs7_667 ._timelineMarker_dvrs7_675._current_dvrs7_621{background:#fef3c7;border-color:#f59e0b;animation:_pulse_dvrs7_1 2s infinite}._progressTracker_dvrs7_498 ._stageTimeline_dvrs7_658 ._timeline_dvrs7_661 ._timelineItem_dvrs7_667 ._timelineContent_dvrs7_695{flex:1}._progressTracker_dvrs7_498 ._stageTimeline_dvrs7_658 ._timeline_dvrs7_661 ._timelineItem_dvrs7_667 ._timelineContent_dvrs7_695 ._timelineHeader_dvrs7_698{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}._progressTracker_dvrs7_498 ._stageTimeline_dvrs7_658 ._timeline_dvrs7_661 ._timelineItem_dvrs7_667 ._timelineContent_dvrs7_695 ._timelineHeader_dvrs7_698 ._stageName_dvrs7_704{font-weight:600;color:#1e293b}._progressTracker_dvrs7_498 ._stageTimeline_dvrs7_658 ._timeline_dvrs7_661 ._timelineItem_dvrs7_667 ._timelineContent_dvrs7_695 ._timelineHeader_dvrs7_698 ._stageDuration_dvrs7_708{font-size:12px;color:#64748b;background:#f1f5f9;padding:2px 8px;border-radius:12px}._progressTracker_dvrs7_498 ._stageTimeline_dvrs7_658 ._timeline_dvrs7_661 ._timelineItem_dvrs7_667 ._timelineContent_dvrs7_695 ._timelineDetails_dvrs7_715{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:4px;font-size:12px}._progressTracker_dvrs7_498 ._stageTimeline_dvrs7_658 ._timeline_dvrs7_661 ._timelineItem_dvrs7_667 ._timelineContent_dvrs7_695 ._timelineDetails_dvrs7_715 span{color:#64748b}._progressTracker_dvrs7_498 ._stageTimeline_dvrs7_658 ._timeline_dvrs7_661 ._timelineItem_dvrs7_667 ._timelineContent_dvrs7_695 ._timelineDetails_dvrs7_715 ._errorCount_dvrs7_725{color:#dc2626!important;font-weight:600}._progressTracker_dvrs7_498 ._stageTimeline_dvrs7_658 ._timeline_dvrs7_661 ._timelineItem_dvrs7_667 ._timelineContent_dvrs7_695 ._timelineDetails_dvrs7_715 ._stageMessage_dvrs7_729{font-style:italic}._progressTracker_dvrs7_498 ._stageTimeline_dvrs7_658 ._timeline_dvrs7_661 ._timelineItem_dvrs7_667 ._timelineContent_dvrs7_695 ._timelineTime_dvrs7_732{font-size:11px;color:#9ca3af}._progressTracker_dvrs7_498 ._stageTimeline_dvrs7_658 ._totalDuration_dvrs7_736{text-align:center;font-size:14px;font-weight:600;color:#059669;background:#ecfdf5;padding:12px;border-radius:8px;border:1px solid #10b981;margin-top:16px}._progressTracker_dvrs7_498 ._footer_dvrs7_747{border-top:1px solid #e5e7eb;padding-top:16px}._progressTracker_dvrs7_498 ._footer_dvrs7_747 ._jobInfo_dvrs7_751{display:flex;justify-content:space-between;font-size:12px;color:#6b7280}._progressTracker_dvrs7_498 ._footer_dvrs7_747 ._jobInfo_dvrs7_751 ._jobId_dvrs7_757{font-family:Monaco,Menlo,monospace;background:#f3f4f6;padding:4px 8px;border-radius:4px}._progressTracker_dvrs7_498 ._footer_dvrs7_747 ._jobInfo_dvrs7_751 ._timestamp_dvrs7_763{font-style:italic}@keyframes _shine_dvrs7_1{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes _pulse_dvrs7_1{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}}@media (max-width: 768px){._progressTracker_dvrs7_498{padding:16px}._progressTracker_dvrs7_498 ._header_dvrs7_506{flex-direction:column;gap:12px}._progressTracker_dvrs7_498 ._header_dvrs7_506 ._titleSection_dvrs7_512 ._title_dvrs7_512{font-size:18px}._progressTracker_dvrs7_498 ._metricsGrid_dvrs7_556{grid-template-columns:repeat(2,1fr);gap:12px}._progressTracker_dvrs7_498 ._metricsGrid_dvrs7_556 ._metric_dvrs7_556{padding:12px}._progressTracker_dvrs7_498 ._metricsGrid_dvrs7_556 ._metric_dvrs7_556 ._metricValue_dvrs7_569{font-size:20px}._progressTracker_dvrs7_498 ._timeline_dvrs7_661 ._timelineItem_dvrs7_667 ._timelineContent_dvrs7_695 ._timelineHeader_dvrs7_698{flex-direction:column;align-items:flex-start;gap:4px}._progressTracker_dvrs7_498 ._footer_dvrs7_747 ._jobInfo_dvrs7_751{flex-direction:column;gap:8px}}._progressContainer_1ujiz_1{margin:20px 0;padding:20px;border:1px solid #e0e0e0;border-radius:12px;background-color:#fff;box-shadow:0 2px 8px #00000014;font-family:Pretendard,sans-serif}._progressContainer_1ujiz_1 h3{margin-bottom:20px;color:#1a1a1a;font-size:18px;font-weight:600;text-align:center}._progressContainer_1ujiz_1 ._progressBar_1ujiz_17{width:100%;height:24px;background-color:#f0f0f0;border-radius:12px;overflow:hidden;margin-bottom:20px;position:relative}._progressContainer_1ujiz_1 ._progressBar_1ujiz_17 ._progressFill_1ujiz_26,._progressContainer_1ujiz_1 ._progressBar_1ujiz_17 ._progressFillSuccess_1ujiz_27,._progressContainer_1ujiz_1 ._progressBar_1ujiz_17 ._progressFillWarning_1ujiz_28,._progressContainer_1ujiz_1 ._progressBar_1ujiz_17 ._progressFillError_1ujiz_29{height:100%;transition:width .3s ease;position:relative;display:flex;align-items:center;justify-content:center}._progressContainer_1ujiz_1 ._progressBar_1ujiz_17 ._progressFill_1ujiz_26{background:linear-gradient(90deg,#504BFF 0%,#3938d9 100%)}._progressContainer_1ujiz_1 ._progressBar_1ujiz_17 ._progressFillSuccess_1ujiz_27{background:linear-gradient(90deg,#4caf50 0%,#388e3c 100%)}._progressContainer_1ujiz_1 ._progressBar_1ujiz_17 ._progressFillWarning_1ujiz_28{background:linear-gradient(90deg,#ff9800 0%,#f57c00 100%)}._progressContainer_1ujiz_1 ._progressBar_1ujiz_17 ._progressFillError_1ujiz_29{background:linear-gradient(90deg,#d91e28 0%,#b71c1c 100%)}._progressContainer_1ujiz_1 ._progressBar_1ujiz_17 ._progressText_1ujiz_49{color:#fff;font-size:12px;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.2)}._progressContainer_1ujiz_1 ._progressDetails_1ujiz_55 ._statusRow_1ujiz_55,._progressContainer_1ujiz_1 ._progressDetails_1ujiz_55 ._progressRow_1ujiz_56{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._progressContainer_1ujiz_1 ._progressDetails_1ujiz_55 p{margin:8px 0;font-size:14px;color:#666}._progressContainer_1ujiz_1 ._progressDetails_1ujiz_55 p strong{color:#333;font-weight:600;margin-right:8px}._progressContainer_1ujiz_1 ._progressDetails_1ujiz_55 ._error_1ujiz_72{color:#d91e28;font-weight:500}._progressContainer_1ujiz_1 ._progressDetails_1ujiz_55 ._stageInfo_1ujiz_76{color:#504bff;font-size:13px;margin:12px 0;padding:8px 12px;background-color:#f0f0ff;border-radius:6px}._progressContainer_1ujiz_1 ._progressDetails_1ujiz_55 ._message_1ujiz_84{margin-top:12px;padding-top:12px;border-top:1px solid #e0e0e0;font-size:14px;line-height:1.5}._progressContainer_1ujiz_1 ._progressDetails_1ujiz_55 ._statusPENDING_1ujiz_91{color:#9e9e9e}._progressContainer_1ujiz_1 ._progressDetails_1ujiz_55 ._statusSTARTED_1ujiz_94{color:#504bff}._progressContainer_1ujiz_1 ._progressDetails_1ujiz_55 ._statusPROCESSING_1ujiz_97{color:#3938d9}._progressContainer_1ujiz_1 ._progressDetails_1ujiz_55 ._statusCOMPLETED_1ujiz_100{color:#4caf50}._progressContainer_1ujiz_1 ._progressDetails_1ujiz_55 ._statusCOMPLETED_WITH_ERRORS_1ujiz_103{color:#ff9800}._progressContainer_1ujiz_1 ._progressDetails_1ujiz_55 ._statusFAILED_1ujiz_106{color:#d91e28}._progressContainer_1ujiz_1 ._progressDetails_1ujiz_55 ._statusCANCELLED_1ujiz_109{color:#757575}._progressContainer_1ujiz_1 ._connectionWarning_1ujiz_112{margin-top:16px;padding:12px 16px;background-color:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;display:flex;align-items:center;gap:8px;color:#856404;font-size:14px}._progressContainer_1ujiz_1 ._connectionWarning_1ujiz_112 ._warningIcon_1ujiz_124{font-size:18px}._fileFormatContainer_1l0j8_1{background-color:#fff;border-radius:4px;padding:20px 24px;display:flex;flex-direction:column;gap:22px;width:100%;max-width:1450px;height:100%;box-sizing:border-box;border:2px solid rgb(224,224,224);max-height:339px}._fileFormatContainer_1l0j8_1 ._tableTitle_1l0j8_15{font-family:Pretendard,sans-serif;font-weight:600;font-size:16px;line-height:1.5em;color:#000}._fileFormatContainer_1l0j8_1 ._tableWrapper_1l0j8_22{width:100%;border-radius:4px;overflow:hidden;border:1.5px solid rgb(224,224,224)}._fileFormatContainer_1l0j8_1 ._tableWrapper_1l0j8_22 ._formatTable_1l0j8_28{width:100%;border-collapse:collapse;margin:0;border:none}._fileFormatContainer_1l0j8_1 ._tableWrapper_1l0j8_22 ._formatTable_1l0j8_28 th,._fileFormatContainer_1l0j8_1 ._tableWrapper_1l0j8_22 ._formatTable_1l0j8_28 td{padding:0;vertical-align:middle;border-right:1.5px solid rgb(224,224,224);border-bottom:1.5px solid rgb(224,224,224)}._fileFormatContainer_1l0j8_1 ._tableWrapper_1l0j8_22 ._formatTable_1l0j8_28 th:last-child,._fileFormatContainer_1l0j8_1 ._tableWrapper_1l0j8_22 ._formatTable_1l0j8_28 td:last-child{border-right:none}._fileFormatContainer_1l0j8_1 ._tableWrapper_1l0j8_22 ._formatTable_1l0j8_28 tbody tr:last-child td{border-bottom:none}._fileFormatContainer_1l0j8_1 ._labelHeader_1l0j8_46{text-align:center;padding:8px 0;font-family:Pretendard,sans-serif;font-weight:600;font-size:15px;line-height:1.25em;letter-spacing:-2.5%;color:#000;width:120px}._fileFormatContainer_1l0j8_1 ._labelCell_1l0j8_57{text-align:center;padding:14px 0;font-family:Pretendard,sans-serif;font-weight:600;font-size:15px;line-height:1.25em;letter-spacing:-2.5%;color:#000;background-color:#e0e0e080;width:120px}._fileFormatContainer_1l0j8_1 ._headerRow_1l0j8_69{height:38px}._fileFormatContainer_1l0j8_1 ._tableHeader_1l0j8_72{text-align:center;padding:14px 0;font-family:Pretendard,sans-serif;font-weight:700;font-size:16px;line-height:1.25em;letter-spacing:-2.5%;color:#000}._fileFormatContainer_1l0j8_1 ._columnHeader_1l0j8_82{display:flex;align-items:center;justify-content:center;height:100%}._fileFormatContainer_1l0j8_1 ._dataRow_1l0j8_88{background-color:#fff}._fileFormatContainer_1l0j8_1 ._dataRow_1l0j8_88 td{padding:16px 12px;vertical-align:middle;text-align:center}._fileFormatContainer_1l0j8_1 ._dataRow_1l0j8_88:nth-child(2),._fileFormatContainer_1l0j8_1 ._dataRow_1l0j8_88:nth-child(3){height:45px!important;min-height:45px!important;box-sizing:border-box}._fileFormatContainer_1l0j8_1 ._cellContent_1l0j8_102{font-family:Pretendard Variable,sans-serif;font-weight:500;font-size:14px;line-height:1.7em;letter-spacing:.57%;color:#333;display:flex;flex-direction:column;align-items:center;justify-content:center}._fileFormatContainer_1l0j8_1 ._cellContent_1l0j8_102 div:first-child{color:#000;font-weight:600}._fileFormatContainer_1l0j8_1 ._cellContent_1l0j8_102 div:last-child{font-size:13px;font-weight:500}._fileFormatContainer_1l0j8_1 ._cellContent_1l0j8_102 div:last-child[style*="color: #28A745"]{color:#28a745!important}._fileFormatContainer_1l0j8_1 ._cellContent_1l0j8_102 div:last-child[style*="color: #D91E28"]{color:#d91e28!important}._fileFormatContainer_1l0j8_1._updateMode_1l0j8_128{background:linear-gradient(135deg,#f8f9ff 0%,#ffffff 100%);border:1px solid rgba(80,75,255,.2);box-shadow:0 4px 12px #504bff14}._fileFormatContainer_1l0j8_1._updateMode_1l0j8_128 ._updateHeader_1l0j8_133{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}._fileFormatContainer_1l0j8_1._updateMode_1l0j8_128 ._updateHeader_1l0j8_133 ._tableTitle_1l0j8_15{color:#504bff;font-size:18px;font-weight:700}._fileFormatContainer_1l0j8_1._updateMode_1l0j8_128 ._updateHeader_1l0j8_133 ._inventoryStatus_1l0j8_144{display:flex;align-items:center;gap:12px}._fileFormatContainer_1l0j8_1._updateMode_1l0j8_128 ._updateHeader_1l0j8_133 ._inventoryStatus_1l0j8_144 ._statusBadge_1l0j8_149{background-color:#28a745;color:#fff;padding:6px 12px;border-radius:16px;font-size:12px;font-weight:600}._fileFormatContainer_1l0j8_1._updateMode_1l0j8_128 ._updateHeader_1l0j8_133 ._inventoryStatus_1l0j8_144 ._statusText_1l0j8_157{font-size:13px;color:#666}._fileFormatContainer_1l0j8_1._updateMode_1l0j8_128 ._updateTableWrapper_1l0j8_161{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000000f}._fileFormatContainer_1l0j8_1._updateMode_1l0j8_128 ._updateTableWrapper_1l0j8_161 ._updateTable_1l0j8_161{width:100%;border-collapse:collapse}._fileFormatContainer_1l0j8_1._updateMode_1l0j8_128 ._updateTableWrapper_1l0j8_161 ._updateTable_1l0j8_161 ._updateHeaderRow_1l0j8_171{background-color:#f8f9ff}._fileFormatContainer_1l0j8_1._updateMode_1l0j8_128 ._updateTableWrapper_1l0j8_161 ._updateTable_1l0j8_161 ._updateHeaderRow_1l0j8_171 ._updateTableHeader_1l0j8_174{padding:16px 20px;font-family:Pretendard,sans-serif;font-weight:600;font-size:14px;color:#504bff;text-align:left;border-bottom:2px solid #e8e9ff}._fileFormatContainer_1l0j8_1._updateMode_1l0j8_128 ._updateTableWrapper_1l0j8_161 ._updateTable_1l0j8_161 ._updateHeaderRow_1l0j8_171 ._updateTableHeader_1l0j8_174:last-child{text-align:center;width:100px}._fileFormatContainer_1l0j8_1._updateMode_1l0j8_128 ._updateTableWrapper_1l0j8_161 ._updateTable_1l0j8_161 ._updateDataRow_1l0j8_187{border-bottom:1px solid #f0f0f0;transition:background-color .2s ease}._fileFormatContainer_1l0j8_1._updateMode_1l0j8_128 ._updateTableWrapper_1l0j8_161 ._updateTable_1l0j8_161 ._updateDataRow_1l0j8_187:hover{background-color:#fafbff}._fileFormatContainer_1l0j8_1._updateMode_1l0j8_128 ._updateTableWrapper_1l0j8_161 ._updateTable_1l0j8_161 ._updateDataRow_1l0j8_187:last-child{border-bottom:none}._fileFormatContainer_1l0j8_1._updateMode_1l0j8_128 ._updateTableWrapper_1l0j8_161 ._updateTable_1l0j8_161 ._updateDataRow_1l0j8_187 ._updateTableCell_1l0j8_197{padding:16px 20px;font-family:Pretendard,sans-serif;font-size:14px;color:#333}._fileFormatContainer_1l0j8_1._updateMode_1l0j8_128 ._updateTableWrapper_1l0j8_161 ._updateTable_1l0j8_161 ._updateDataRow_1l0j8_187 ._updateTableCell_1l0j8_197 ._fieldCell_1l0j8_203{font-weight:600;color:#000}._fileFormatContainer_1l0j8_1._updateMode_1l0j8_128 ._updateTableWrapper_1l0j8_161 ._updateTable_1l0j8_161 ._updateDataRow_1l0j8_187 ._updateTableCell_1l0j8_197 ._actionCell_1l0j8_207{color:#504bff;font-weight:500}._fileFormatContainer_1l0j8_1._updateMode_1l0j8_128 ._updateTableWrapper_1l0j8_161 ._updateTable_1l0j8_161 ._updateDataRow_1l0j8_187 ._updateTableCell_1l0j8_197 ._noteCell_1l0j8_211{color:#666;font-size:13px;line-height:1.5}._fileFormatContainer_1l0j8_1._updateMode_1l0j8_128 ._updateTableWrapper_1l0j8_161 ._updateTable_1l0j8_161 ._updateDataRow_1l0j8_187 ._updateTableCell_1l0j8_197 ._priorityCell_1l0j8_216{text-align:center}._fileFormatContainer_1l0j8_1._updateMode_1l0j8_128 ._updateTableWrapper_1l0j8_161 ._updateTable_1l0j8_161 ._updateDataRow_1l0j8_187 ._updateTableCell_1l0j8_197 ._priorityCell_1l0j8_216 ._priorityBadge_1l0j8_219{display:inline-block;padding:4px 10px;border-radius:12px;font-size:11px;font-weight:600;color:#fff}._fileFormatContainer_1l0j8_1._updateMode_1l0j8_128 ._warningSection_1l0j8_227{background-color:#fff9e6;border:1px solid #ffeb99;border-radius:8px;padding:16px 20px;margin-top:8px}._fileFormatContainer_1l0j8_1._updateMode_1l0j8_128 ._warningSection_1l0j8_227 ._warningTitle_1l0j8_234{font-family:Pretendard,sans-serif;font-weight:600;font-size:15px;color:#ff9800;margin-bottom:12px}._fileFormatContainer_1l0j8_1._updateMode_1l0j8_128 ._warningSection_1l0j8_227 ._warningList_1l0j8_241{margin:0;padding-left:20px}._fileFormatContainer_1l0j8_1._updateMode_1l0j8_128 ._warningSection_1l0j8_227 ._warningList_1l0j8_241 li{font-family:Pretendard,sans-serif;font-size:13px;color:#666;line-height:1.8;margin-bottom:4px}._fileFormatContainer_1l0j8_1._updateMode_1l0j8_128 ._warningSection_1l0j8_227 ._warningList_1l0j8_241 li:last-child{margin-bottom:0}._fileFormatContainer_1l0j8_1._updateMode_1l0j8_128 ._actionButtons_1l0j8_255{display:flex;gap:12px;margin-top:8px}._fileFormatContainer_1l0j8_1._updateMode_1l0j8_128 ._actionButtons_1l0j8_255 ._downloadButton_1l0j8_260{background-color:#504bff;border:none;border-radius:6px;color:#fff;font-family:Pretendard,sans-serif;font-weight:600;font-size:14px;padding:12px 24px;cursor:pointer;transition:all .3s ease}._fileFormatContainer_1l0j8_1._updateMode_1l0j8_128 ._actionButtons_1l0j8_255 ._downloadButton_1l0j8_260:hover{background-color:#1e18ff;transform:translateY(-1px);box-shadow:0 4px 12px #504bff4d}._fileFormatContainer_1l0j8_1._updateMode_1l0j8_128 ._actionButtons_1l0j8_255 ._guideButton_1l0j8_277{background-color:transparent;border:1px solid #504BFF;border-radius:6px;color:#504bff;font-family:Pretendard,sans-serif;font-weight:600;font-size:14px;padding:12px 24px;cursor:pointer;transition:all .3s ease}._fileFormatContainer_1l0j8_1._updateMode_1l0j8_128 ._actionButtons_1l0j8_255 ._guideButton_1l0j8_277:hover{background-color:#504bff0d;border-color:#1e18ff}._fileFormatContainer_1l0j8_1 ._actionButton_1l0j8_255{display:flex;justify-content:flex-start;align-items:center;gap:12px}._fileFormatContainer_1l0j8_1 ._actionButton_1l0j8_255 ._downloadButton_1l0j8_260{background-color:#504bff;border:none;border-radius:4px;color:#fff;font-family:Pretendard,sans-serif;font-weight:600;font-size:12px;line-height:2em;padding:8px 20px;cursor:pointer;transition:background-color .3s ease}._fileFormatContainer_1l0j8_1 ._actionButton_1l0j8_255 ._downloadButton_1l0j8_260:hover{background-color:#1e18ff}._fileFormatContainer_1l0j8_1 ._actionButton_1l0j8_255 ._addInventoryButton_1l0j8_315{background-color:#fff;border:1.5px solid #504BFF;border-radius:4px;color:#504bff;font-family:Pretendard,sans-serif;font-weight:600;font-size:12px;line-height:2em;padding:8px 20px;cursor:pointer;transition:all .3s ease}._fileFormatContainer_1l0j8_1 ._actionButton_1l0j8_255 ._addInventoryButton_1l0j8_315:hover{background-color:#504bff0d;border-color:#1e18ff;transform:translateY(-1px);box-shadow:0 2px 8px #504bff33}._fileFormatContainer_1l0j8_1 ._actionButton_1l0j8_255 ._addInventoryButton_1l0j8_315:active{transform:translateY(0);box-shadow:0 1px 4px #504bff33}._tableCell_1l0j8_339{padding:12px 8px}@media (max-width: 768px){._fileFormatContainer_1l0j8_1{padding:16px}._fileFormatContainer_1l0j8_1 ._tableTitle_1l0j8_15{font-size:14px}._fileFormatContainer_1l0j8_1 ._tableWrapper_1l0j8_22 ._formatTable_1l0j8_28 th,._fileFormatContainer_1l0j8_1 ._tableWrapper_1l0j8_22 ._formatTable_1l0j8_28 td{padding:12px 8px}._fileFormatContainer_1l0j8_1 ._tableHeader_1l0j8_72{font-size:14px}._fileFormatContainer_1l0j8_1 ._labelHeader_1l0j8_46,._fileFormatContainer_1l0j8_1 ._labelCell_1l0j8_57{font-size:13px;width:100px}._fileFormatContainer_1l0j8_1 ._cellContent_1l0j8_102{font-size:12px}._fileFormatContainer_1l0j8_1 ._cellContent_1l0j8_102 div:last-child{font-size:11px}._fileFormatContainer_1l0j8_1 ._dataRow_1l0j8_88:nth-child(2),._fileFormatContainer_1l0j8_1 ._dataRow_1l0j8_88:nth-child(3){height:45px!important;min-height:45px!important}._fileFormatContainer_1l0j8_1 ._actionButton_1l0j8_255 ._downloadButton_1l0j8_260{font-size:11px;padding:6px 16px}._fileFormatContainer_1l0j8_1._updateMode_1l0j8_128 ._updateHeader_1l0j8_133{flex-direction:column;align-items:flex-start;gap:12px}._fileFormatContainer_1l0j8_1._updateMode_1l0j8_128 ._updateHeader_1l0j8_133 ._inventoryStatus_1l0j8_144 ._statusText_1l0j8_157{display:none}._fileFormatContainer_1l0j8_1._updateMode_1l0j8_128 ._updateTableWrapper_1l0j8_161{overflow-x:auto}._fileFormatContainer_1l0j8_1._updateMode_1l0j8_128 ._updateTableWrapper_1l0j8_161 ._updateTable_1l0j8_161{min-width:600px}._fileFormatContainer_1l0j8_1._updateMode_1l0j8_128 ._actionButtons_1l0j8_255{flex-direction:column;width:100%}._fileFormatContainer_1l0j8_1._updateMode_1l0j8_128 ._actionButtons_1l0j8_255 button{width:100%}}.button{display:inline-flex;align-items:center;justify-content:center;font-family:Pretendard,sans-serif;font-weight:500;cursor:pointer;border:none;transition:background-color .2s,color .2s,border-color .2s;position:relative;overflow:hidden}.button:disabled{cursor:not-allowed}.button__text{position:relative;z-index:1}.button__icon{display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.button__loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin .8s linear infinite;z-index:2}.button--primary{background-color:#504bff;color:#fff}.button--primary:hover:not(:disabled){background-color:#1e18ff}.button--primary:active:not(:disabled){background-color:#0700fe}.button--secondary{background-color:#333;color:#fff}.button--secondary:hover:not(:disabled){background-color:#4d4d4d}.button--secondary:active:not(:disabled){background-color:#595959}.button--outline{background-color:transparent;color:#504bff;border:1.5px solid #504BFF}.button--outline:hover:not(:disabled){background-color:#504bff0d}.button--outline:active:not(:disabled){background-color:#504bff1a}.button--text{background-color:transparent;color:#504bff}.button--text:hover:not(:disabled){background-color:#504bff0d}.button--text:active:not(:disabled){background-color:#504bff1a}.button--small{padding:4px 8px;font-size:12px;height:28px;min-width:60px}.button--medium{padding:8px 12px;font-size:12px;height:36px;min-width:80px}.button--large{padding:12px 16px;font-size:14px;height:44px;min-width:100px}.button--full-width{width:100%}.button--loading .button__text,.button--loading .button__icon{visibility:hidden}.button--with-icon .button__text{margin-left:8px}.button--icon-right .button__text{margin-left:0;margin-right:8px}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.loading-bar{width:100%;height:70px;background-color:#504bff;border-radius:8px;display:flex;justify-content:center;align-items:center;overflow:hidden}.loading-bar__dots{display:flex;align-items:center;justify-content:center;gap:12px}.loading-bar__dot{width:10px;height:10px;background-color:#ffffffb3;border-radius:50%;opacity:0;animation:pulse 1.5s infinite}.loading-bar__dot:nth-child(1){animation-delay:0s}.loading-bar__dot:nth-child(2){animation-delay:.2s}.loading-bar__dot:nth-child(3){animation-delay:.4s}@keyframes pulse{0%{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1)}to{opacity:.3;transform:scale(.8)}}._alert_172p0_1{display:flex;align-items:center;justify-content:space-between;padding:16px;margin-bottom:20px;border-radius:8px;border:1px solid}._alert_172p0_1._warning_172p0_10{background-color:#fff3cd;border-color:#ffeaa7;color:#856404}._alert_172p0_1._error_172p0_15{background-color:#f8d7da;border-color:#f5c6cb;color:#721c24}._alert_172p0_1._info_172p0_20{background-color:#d1ecf1;border-color:#bee5eb;color:#0c5460}._content_172p0_26{flex:1}._title_172p0_30{margin:0 0 8px;font-size:16px;font-weight:600}._message_172p0_36{margin:0;font-size:14px;line-height:1.4}._refreshButton_172p0_42{margin-left:16px;white-space:nowrap}._indicator_1rurw_1{height:60px;border-radius:8px;display:flex;align-items:center;justify-content:center;margin:20px 0;font-size:14px;font-weight:500;transition:all .3s ease}._indicator_1rurw_1[data-has-more=true]{background:linear-gradient(90deg,#e8f5e8,#fff3e0);border:2px solid #4caf50;color:#2e7d32}._indicator_1rurw_1[data-has-more=false]{background:#f5f5f5;border:1px solid #ddd;color:#666}._loadingContent_1rurw_23{display:flex;align-items:center;gap:10px}._spinner_1rurw_29{width:20px;height:20px;border:2px solid #c8e6c9;border-top:2px solid #4caf50;border-radius:50%;animation:_spin_1rurw_29 1s linear infinite}._moreText_1rurw_38,._completedText_1rurw_42{color:inherit}@keyframes _spin_1rurw_29{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.quote-table-container{width:100%;position:relative;height:100%;max-height:60vh;border:1.5px solid #E0E0E0;border-radius:4px;display:flex;flex-direction:column;margin-top:15px}.quote-table{width:100%;height:100%;overflow:auto}.quote-table::-webkit-scrollbar{width:8px;height:8px}.quote-table::-webkit-scrollbar-track{background:#F5F5F5;border-radius:4px}.quote-table::-webkit-scrollbar-thumb{background:#E0E0E0;border-radius:4px}.quote-table::-webkit-scrollbar-thumb:hover{background:rgba(224,224,224,.3137254902)}.quote-table table{width:100%;border-collapse:separate;border-spacing:0}.quote-table thead{position:sticky;top:0;z-index:1000;background-color:#f0f0f2;box-shadow:0 1px 3px #0000001f}.quote-table thead tr{height:40px}.quote-table thead th{position:sticky;top:0;z-index:1000;background-color:#f0f0f2!important;font-weight:600;padding:10px;border-bottom:2px solid #E0E0E0}.quote-table thead th:hover{background-color:#ebebed!important}.quote-table thead .header-content{display:flex;align-items:center;justify-content:center;gap:6px}.quote-table thead .header-content .sort-icon{font-size:12px;color:#e0e0e050;transition:all .2s ease}.quote-table thead .header-content .sort-icon.sort-none{opacity:.3}.quote-table thead .header-content .sort-icon.sort-asc,.quote-table thead .header-content .sort-icon.sort-desc{color:#504bff;opacity:1}.quote-table thead .header-content:hover .sort-icon{opacity:1}.quote-table tbody tr{background-color:#fff;border-bottom:1px solid #E0E0E0;height:40px}.quote-table tbody tr.alternate-row{background-color:#f5f5f5}.quote-table tbody tr:last-child{border-bottom:none}.quote-table tbody tr:hover{background-color:#504bff0a}.quote-table tbody td{padding:6px 8px;border-bottom:1px solid #E0E0E0;font-family:Pretendard Variable,sans-serif;font-weight:500;font-size:14px;line-height:1.71em;letter-spacing:.0057em;color:#333;text-align:center;vertical-align:middle}.quote-table tbody td:first-child{text-align:left;padding-left:12px}.quote-table tbody td.no-data{padding:40px 0;font-weight:500;color:#e0e0e050}.quote-table th{font-family:Pretendard,sans-serif;font-size:16px;line-height:1.5;letter-spacing:-1.2%;font-weight:600;color:#333;text-align:center;padding:6px 8px}.quote-table th:first-child{text-align:left;padding-left:12px}.quote-table .date-column{width:clamp(80px,12%,125px)}.quote-table .part-number-column{width:clamp(100px,20%,231px)}.quote-table th.part-number-column{color:#333}.quote-table td.part-number-column{color:#333;text-align:center;padding-left:12px}.quote-table .quantity-column{width:clamp(80px,10%,118px)}.quote-table .quotes-column{width:clamp(80px,10%,121px)}.quote-table .action-column{padding:6px 8px}.quote-table .part-page-button{width:100%;height:100%;min-height:32px;display:flex;justify-content:center;align-items:center;background-color:#333;border-radius:4px;transition:background-color .2s ease}.quote-table .part-page-button span{font-family:Pretendard Variable,sans-serif;font-weight:600;font-size:12px;line-height:2em;letter-spacing:.0057em;color:var(--Color-Palette-Background-Primary)}.quote-table .part-page-button:hover{background-color:#504bff}@media (max-width: 767px){.quote-table th,.quote-table td{padding:8px 4px;font-size:12px}.quote-table .part-number-column{padding-left:6px}}@media (max-width: 768px){.quote-table table{min-width:600px}}.main-content12{display:flex;justify-content:center;gap:40px;padding:26px 250px;position:relative;background-color:#f0f0f0}.main-content12 .support-agent{position:absolute;right:250px;bottom:200px;width:50px;height:50px;border-radius:16px;background-color:#504bff;display:flex;justify-content:center;align-items:center;cursor:pointer}.main-content12 .profile-container{display:flex;flex-direction:column;justify-content:space-between;background-color:#fff;border:2px solid #E0E0E0;border-radius:4px;padding:30px 40px;width:100%;max-width:926px}.main-content12 .profile-container .profile-content{display:flex;flex-direction:column;gap:40px}.main-content12 .profile-container .member-info-section{display:flex;flex-direction:column;gap:30px}.main-content12 .profile-container .member-info-section .section-title{font-family:Pretendard,sans-serif;font-weight:700;font-size:20px;line-height:1.9em;letter-spacing:-.025em;color:#000;margin:0}.main-content12 .profile-container .member-info-section .company-info{display:flex;flex-direction:row;gap:30px;align-items:center}.main-content12 .profile-container .member-info-section .company-info .company-logo{width:120px;height:120px;background-color:#d9d9d9;background-image:url(https://via.placeholder.com/120);background-size:cover;border-radius:4px}.main-content12 .profile-container .member-info-section .company-info .company-name{font-family:Pretendard,sans-serif;font-weight:700;font-size:20px;line-height:1.8em;letter-spacing:-.025em;color:#000}.main-content12 .profile-container .user-details{display:flex;flex-direction:column;gap:30px}.main-content12 .profile-container .user-details .form-row{display:flex;justify-content:space-between;gap:30px;width:100%}.main-content12 .profile-container .user-details .contact-info{display:flex;flex-direction:column;gap:30px;width:448px}.main-content12 .profile-container .user-details .form-field{display:flex;flex-direction:column;gap:8px;width:448px}.main-content12 .profile-container .user-details .form-field.full-width{width:100%}.main-content12 .profile-container .user-details .form-field .field-label{display:flex;gap:4px}.main-content12 .profile-container .user-details .form-field .field-label label{font-family:Pretendard,sans-serif;font-weight:500;font-size:14px;line-height:1.43em;letter-spacing:-.025em;color:#000}.main-content12 .profile-container .user-details .form-field .field-input{display:flex;justify-content:space-between;align-items:center;padding:14px;background-color:#f5f5f5;border:1px solid #D0D0D0;border-radius:4px;box-shadow:0 1px 5px #00000040;width:100%}.main-content12 .profile-container .user-details .form-field .field-input input{font-family:Pretendard,sans-serif;font-weight:500;font-size:14px;line-height:1.43em;letter-spacing:-.025em;color:#3339;border:none;background-color:transparent;width:100%;outline:none}.main-content12 .profile-container .user-details .form-field .field-input input[type=password]{font-family:Arial,sans-serif}.main-content12 .profile-container .user-details .form-field .field-input .edit-icon{display:flex;justify-content:center;align-items:center;cursor:pointer}.main-content12 .profile-container .action-buttons{display:flex;justify-content:flex-end;margin-top:30px}.main-content12 .profile-container .action-buttons .apply-button{display:flex;justify-content:center;align-items:center;padding:16px 30px;background-color:#504bff;border-radius:4px;border:none;cursor:pointer;font-family:Pretendard,sans-serif;font-weight:600;font-size:16px;line-height:1.5em;letter-spacing:.0057em;color:#fff;transition:background-color .2s}.main-content12 .profile-container .action-buttons .apply-button:hover{background-color:#403bdf}@media (max-width: 1440px){.main-content{padding:26px 50px}.main-content .support-agent{right:50px}}@media (max-width: 1024px){.main-content .profile-container .user-details .form-row{flex-direction:column;gap:30px}.main-content .profile-container .user-details .form-field,.main-content .profile-container .user-details .contact-info{width:100%}}@media (max-width: 768px){.main-content{padding:26px 20px}.main-content .profile-container{padding:20px}.main-content .support-agent{right:20px;bottom:100px}}.address-search-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.address-search-modal .modal-content{background-color:#fff;border-radius:8px;padding:20px;width:500px;max-width:90%;box-shadow:0 4px 6px #0000001a}.address-search-modal .modal-content .modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.address-search-modal .modal-content .modal-header h3{margin:0;font-size:18px;font-weight:600}.address-search-modal .modal-content .modal-header button{background:none;border:none;font-size:14px;cursor:pointer;color:#666}.address-search-modal .modal-content .modal-header button:hover{color:#333}._mainContent_8fpzs_1{background-color:#f8f9fa;padding:24px;display:flex;flex-direction:column;gap:24px;width:100%}._cardGrid_8fpzs_10{display:grid;grid-template-columns:repeat(1,1fr);gap:16px}@media (min-width: 768px){._cardGrid_8fpzs_10{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){._cardGrid_8fpzs_10{grid-template-columns:repeat(5,1fr)}}._card_8fpzs_10{background-color:#fff;border-radius:4px;border:1px solid #e5e7eb;box-shadow:0 1px 2px #0000000d;overflow:hidden}._cardHeader_8fpzs_34{padding:16px;display:flex;align-items:flex-start;justify-content:space-between}._cardTitleContainer_8fpzs_41{display:flex;gap:12px}._iconContainer_8fpzs_46{padding:8px;background-color:#fff;border-radius:4px;display:flex;align-items:center;justify-content:center}._icon_8fpzs_46{height:24px;width:24px;color:#000}._iconWithdraw_8fpzs_61{padding:4px;border-radius:4px}._iconWithdraw_8fpzs_61 svg{color:#6b7280}._cardTitleGroup_8fpzs_69{display:flex;flex-direction:column}._cardTitle_8fpzs_41{font-size:18px;font-weight:600;color:#1f2937;margin:0}._cardSubtitle_8fpzs_81{font-size:14px;color:#6b7280;margin:0}._cardFooter_8fpzs_87{padding:12px 16px;border-top:1px solid #e5e7eb}._cardValue_8fpzs_92{font-size:20px;font-weight:700;color:#1f2937;margin:0}._tableGrid_8fpzs_99{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width: 1024px){._tableGrid_8fpzs_99{grid-template-columns:repeat(2,1fr)}}._tableContainer_8fpzs_110{background-color:#fff;border-radius:4px;border:1px solid #e5e7eb;overflow:hidden}._tableHeader_8fpzs_117{padding:16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e5e7eb}._tableTitle_8fpzs_125{font-size:18px;font-weight:600;color:#000;margin:0}._moreIcon_8fpzs_132{width:20px;height:20px;color:#6b7280}._tableWrapper_8fpzs_138{overflow-x:auto}._table_8fpzs_99{width:100%;border-collapse:collapse}._tableHeaderCell_8fpzs_147{padding:12px 16px;text-align:left;font-size:14px;font-weight:500;color:#4b5563;background-color:#f3f4f6;border-bottom:1px solid #d1d5db}._tableRow_8fpzs_157{background-color:#fff}._tableRowAlt_8fpzs_161{background-color:#f9fafb}._tableCell_8fpzs_165{padding:12px 16px;font-size:14px;color:#4b5563;border-bottom:1px solid #e5e7eb}._tableCellBold_8fpzs_172{padding:12px 16px;font-size:14px;font-weight:600;color:#000;border-bottom:1px solid #e5e7eb}._tableCellIcon_8fpzs_180{padding:12px 16px;text-align:center;border-bottom:1px solid #e5e7eb}._tableFooter_8fpzs_186{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-top:1px solid #e5e7eb}._pagination_8fpzs_194{display:flex;gap:8px;align-items:center}._paginationButton_8fpzs_200{padding:4px 8px;border:1px solid #e5e7eb;border-radius:4px;background-color:#fff;cursor:pointer;font-size:14px;color:#4b5563}._paginationButton_8fpzs_200:hover{background-color:#f3f4f6}._paginationButton_8fpzs_200:disabled{opacity:.5;cursor:not-allowed}._paginationActive_8fpzs_217{background-color:#f3f4f6;font-weight:600}._sortIcon_8fpzs_222{margin-left:4px;width:12px;height:12px}._container_4q6vu_1{width:100%;min-height:100vh;display:flex;flex-direction:column;font-family:Pretendard,sans-serif}._mainContent_4q6vu_9{width:100%;background-color:#f0f0f0;flex:1;display:flex;justify-content:center;padding:30px 0 0;position:relative}._content_4q6vu_19{width:100%;max-width:1490px;display:flex;flex-direction:column;gap:26px;margin:0 auto;padding:0 20px}._orderRequestSection_4q6vu_29,._orderHistorySection_4q6vu_30{background-color:#fff;border-radius:4px;border:2px solid #E0E0E0;padding:30px 34px;display:flex;flex-direction:column;gap:24px}._sectionTitle_4q6vu_40{font-size:18px;font-weight:700;line-height:1;letter-spacing:-.25%;color:#504bff;margin:0}._sectionDescription_4q6vu_49{font-size:14px;font-weight:600;line-height:1.86;letter-spacing:-.25%;color:#504bff;margin:0}._tableContainer_4q6vu_58{width:100%;overflow:hidden;border-radius:4px;border:1px solid #E0E0E0}._tableScrollContainer_4q6vu_65{max-height:calc(100vh - 300px);overflow-y:auto;overflow-x:auto}._tableScrollContainer_4q6vu_65::-webkit-scrollbar{width:8px;height:8px}._tableScrollContainer_4q6vu_65::-webkit-scrollbar-track{background:#F5F5F5;border-radius:4px}._tableScrollContainer_4q6vu_65::-webkit-scrollbar-thumb{background:#E0E0E0;border-radius:4px}._tableScrollContainer_4q6vu_65::-webkit-scrollbar-thumb:hover{background:rgb(198.5,198.5,198.5)}._table_4q6vu_58{width:100%;border-collapse:separate;border-spacing:0;font-size:14px;table-layout:fixed;background-color:#e0e0e080}._table_4q6vu_58 th:nth-child(1),._table_4q6vu_58 td:nth-child(1){width:14%}._table_4q6vu_58 th:nth-child(2),._table_4q6vu_58 td:nth-child(2){width:14%}._table_4q6vu_58 th:nth-child(3),._table_4q6vu_58 td:nth-child(3){width:6%}._table_4q6vu_58 th:nth-child(4),._table_4q6vu_58 td:nth-child(4){width:12%}._table_4q6vu_58 th:nth-child(5),._table_4q6vu_58 td:nth-child(5){width:7%}._table_4q6vu_58 th:nth-child(6),._table_4q6vu_58 td:nth-child(6){width:6%}._table_4q6vu_58 th:nth-child(7),._table_4q6vu_58 td:nth-child(7){width:6%}._table_4q6vu_58 th:nth-child(8),._table_4q6vu_58 td:nth-child(8){width:10%}._table_4q6vu_58 th:nth-child(9),._table_4q6vu_58 td:nth-child(9){width:11%}._table_4q6vu_58 th:nth-child(10),._table_4q6vu_58 td:nth-child(10){width:12%}._tableHeader_4q6vu_125{position:sticky;top:0;z-index:10;background-color:#e0e0e0}._tableHeader_4q6vu_125 tr{height:40px}._headerCell_4q6vu_135{padding:6px 10px;text-align:center;font-size:16px;font-weight:600;border:1px solid #E0E0E0;white-space:nowrap;position:sticky;box-sizing:border-box;vertical-align:middle;top:0;z-index:10;background-color:#f0f0f0;color:#000;border-right:1.5px solid #E0E0E0;border-bottom:1.5px solid #E0E0E0}._headerCell_4q6vu_135:last-child{border-right:1px solid #E0E0E0}._headerContent_4q6vu_156{display:flex;align-items:center;justify-content:center;overflow:hidden;text-overflow:ellipsis}._sortIcon_4q6vu_164{margin-left:4px;width:16px;height:16px;display:inline-block;position:relative}._sortIcon_4q6vu_164:before,._sortIcon_4q6vu_164:after{content:"";position:absolute;left:50%;height:0;width:0;border:4px solid transparent}._sortIcon_4q6vu_164:before{top:0;border-bottom-color:#3339}._sortIcon_4q6vu_164:after{bottom:0;border-top-color:#3339}._sortIcon_4q6vu_164._sortAsc_4q6vu_187:before{border-bottom-color:#504bff}._sortIcon_4q6vu_164._sortDesc_4q6vu_190:after{border-top-color:#504bff}._tableRow_4q6vu_194{background-color:#fff;transition:background-color .15s ease;height:39px}._tableRow_4q6vu_194:hover{background-color:#f8f0ff}._tableRow_4q6vu_194 td{border-right:1px solid #CCCCCC;border-bottom:1px solid #CCCCCC}._tableRow_4q6vu_194 td:last-child{border-right:1px solid #E0E0E0}._tableRow_4q6vu_194:last-child td{border-bottom:1px solid #E0E0E0}._tableRowEven_4q6vu_213{background-color:#f2f2f2}._tableRowEven_4q6vu_213:hover{background-color:#f8f0ff}._tableRowCoc_4q6vu_220{font-weight:600;color:#504bff}._tableRowCoc_4q6vu_220:hover{background-color:#f8f0ff}._tableCell_4q6vu_228{padding:4px 14px;border:1px solid #E0E0E0;text-align:center;vertical-align:middle;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;height:51px}._partNumberCell_4q6vu_240{font-weight:600;text-align:center;color:#000}._manufacturerCell_4q6vu_246{color:#333;font-weight:500;text-align:center}._quantityCell_4q6vu_252{text-align:center;font-weight:500}._priceCell_4q6vu_257{color:#504bff;font-weight:500;text-align:center}._cocOkText_4q6vu_263{color:#504bff;font-weight:600;text-align:center}._statusCell_4q6vu_269{font-weight:600;padding:2px 8px;border-radius:4px;display:inline-block;min-width:70px;text-align:center}._statusDelivery_4q6vu_278{text-align:center;color:#28a745;background-color:#28a7451a}._statusCompleted_4q6vu_284{text-align:center;color:#504bff;background-color:#504bff1a}._statusRejected_4q6vu_290{text-align:center;color:#d91e28;background-color:#d91e281a}._statusPending_4q6vu_296{text-align:center;color:#ffc107;background-color:#ffc1071a}._actionButton_4q6vu_302{padding:6px 10px;border-radius:4px;font-weight:600;font-size:14px;line-height:1.7;cursor:pointer;transition:all .15s ease;width:100%;text-align:center;margin:0 auto}._primaryButton_4q6vu_315{background-color:#504bff;color:#fff;border:none}._primaryButton_4q6vu_315:hover{background-color:#4240d4}._secondaryButton_4q6vu_324{background-color:transparent;color:#333;border:1px solid #504BFF}._secondaryButton_4q6vu_324:hover{background-color:#504bff0d}._dangerButton_4q6vu_333{background-color:#d91e28;color:#fff;border:none}._dangerButton_4q6vu_333:hover{background-color:#ac1820}._emptyState_4q6vu_342{text-align:center;padding:40px 0;color:#3339;font-size:16px;background-color:#fff}._supportButton_4q6vu_350{position:fixed;bottom:70px;right:70px;width:50px;height:50px;border-radius:16px;background-color:#504bff;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;box-shadow:0 2px 6px #00000026}._supportButton_4q6vu_350:hover{background-color:#3732ff}._supportIcon_4q6vu_369{width:30px;height:30px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M21 12.22C21 6.73 16.74 3 12 3c-4.69 0-9 3.65-9 9.28c-.6.07-.12.14-.17.21c-.09.1-.19.22-.29.33c-.48.57-.93 1.23-.93 2.18h0c0 .95.45 1.61.93 2.18c.1.11.2.22.29.33c.05.07.11.14.17.21C4 17.72 8.31 21 13 21c4.49 0 7.68-2.58 8.83-6.53c.22-.76.33-1.54.33-2.26h-1.22c0 .55-.08 1.1-.24 1.63c-.93 3.23-3.57 5.43-7.09 5.43h-1.5c-.65 0-1.27-.27-1.71-.72L8.33 16.5h5.62l-2.45 2.86c.16.03.33.05.5.05h1c2.77 0 4.75-1.5 5.5-3.79c.7-.21.13-.42.19-.64h2.07c-.05.2-.1.4-.17.59C20.05 17.25 18.3 19 16 19h-1c-.55 0-1 .45-1 1s.45 1 1 1h1c3.5 0 5.72-2.7 6.63-5.35c.15-.45.25-.91.32-1.39H21v-2.04zm-7.49.11h-2.26v-1.79h2.26c.45 0 .82.37.82.9c0 .46-.36.89-.82.89M13 7.5c.55 0 1 .45 1 1v.59c0 .55-.45 1-1 1h-2v-.18c0-.77.48-1.46 1.2-1.73c.26-.09.53-.16.8-.18m-5 6.4c-.44.12-.79.49-.9.94c-.17.69.27 1.34.94 1.48c.47.1.94-.21 1.14-.64l.03-.07a.8.8 0 0 0-.52-1.12c-.23-.08-.4-.29-.36-.63c.04-.24.18-.42.34-.48c.49-.16.7-.72.28-1.07c-.18-.15-.42-.22-.66-.16m8.63-3.31c.29.22.48.57.48.96V11c0 1.1-.9 2-2 2h-2c-.5 0-.87.45-.76.94l.59 2.66l-1.75.3c-.21.04-.39.17-.51.35l-.97 1.46c-.23.36-.68.5-1.02.24c-.69-.52-1.2-1.31-1.56-2.24c-.2-.52-.29-1.08-.25-1.63l.1-1.34c.05-.67.54-1.24 1.15-1.34l.88-.12c.33-.05.65.07.87.3l.4.42c.45.33 1.09.25 1.36-.22c.15-.27.16-.62-.03-.9l-.58-.85c-.16-.24-.25-.52-.25-.81V8.19c0-1.43 1.4-2.47 2.77-2.09c.65.18 1.13.71 1.25 1.37c.06.35-.03.71-.24 1c-.31.41-.87.55-1.35.42c-.74-.19-1.3.75-.72 1.35c.32.33.4.8.2 1.21c-.38.8.57 1.55 1.29 1.04c.46-.33 1.15-.39 1.75.11' /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain}._mobileCards_4q6vu_378{display:flex;flex-direction:column;gap:16px;width:100%}._mobileCard_4q6vu_378{background-color:#fff;border-radius:8px;border:1px solid #E0E0E0;padding:16px;box-shadow:0 1px 3px #0000000d}._cardHeader_4q6vu_393{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #E0E0E0}._cardTitle_4q6vu_402{font-weight:600;font-size:16px;color:#000}._cardRow_4q6vu_408{display:flex;justify-content:space-between;margin-bottom:8px}._cardLabel_4q6vu_414{color:#3339;font-size:14px;flex:1}._cardValue_4q6vu_420{font-size:14px;text-align:right;color:#333;font-weight:500;flex:1}._cardActions_4q6vu_428{display:flex;justify-content:space-between;margin-top:16px;gap:8px}._pageHeader_4q6vu_435{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}@media (max-width: 768px){._pageHeader_4q6vu_435{flex-direction:column;align-items:flex-start}}._pageTitle_4q6vu_449{font-size:24px;font-weight:700;color:#333;margin:0}._loadingContainer_4q6vu_456{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;background-color:#fff;border-radius:8px;box-shadow:0 1px 5px #0000000d;margin:20px 0}._spinner_4q6vu_468{width:50px;height:50px;border:5px solid rgba(0,0,0,.1);border-top-color:#504bff;border-radius:50%;animation:_spin_4q6vu_468 1s ease-in-out infinite;margin-bottom:20px}@keyframes _spin_4q6vu_468{to{transform:rotate(360deg)}}._statsContainer_4q6vu_483{display:flex;gap:16px;flex-wrap:wrap}._statsCard_4q6vu_489{flex:1;min-width:200px;background-color:#fff;border-radius:8px;padding:16px;box-shadow:0 1px 5px #0000000d}._statsCard_4q6vu_489 h3{margin:0 0 8px;font-size:16px;font-weight:600;color:#333}._statsValue_4q6vu_504{font-size:28px;font-weight:700;color:#504bff;margin:0}@media screen and (max-width: 1440px){._content_4q6vu_19{max-width:1200px;padding:0 20px}._orderRequestSection_4q6vu_29,._orderHistorySection_4q6vu_30{padding:25px 30px}}@media screen and (max-width: 1024px){._content_4q6vu_19{max-width:90%}._tableContainer_4q6vu_58{overflow-x:auto}._table_4q6vu_58{min-width:900px}._headerCell_4q6vu_135,._tableCell_4q6vu_228{padding:6px 4px}._actionButton_4q6vu_302{padding:6px 10px}}@media screen and (max-width: 768px){._mainContent_4q6vu_9{padding:16px 0}._content_4q6vu_19{max-width:95%;gap:16px}._orderRequestSection_4q6vu_29,._orderHistorySection_4q6vu_30{padding:20px;gap:16px}._sectionTitle_4q6vu_40{font-size:16px}._sectionDescription_4q6vu_49{font-size:13px}._table_4q6vu_58{min-width:1000px}._supportButton_4q6vu_350{bottom:30px;right:30px;width:45px;height:45px}}._completePage_arov7_3{width:100%;min-height:100vh;background-color:#f0f0f0;padding:50px 20px;display:flex;justify-content:center;align-items:flex-start}._contentContainer_arov7_13{max-width:700px;width:100%;background-color:#fff;border-radius:8px;box-shadow:0 5px 15px #0000000d;padding:40px;display:flex;flex-direction:column;align-items:center}._completeIcon_arov7_25{margin-bottom:24px}._completeIcon_arov7_25 svg{width:100px;height:100px}._title_arov7_33{font-family:Pretendard,sans-serif;font-size:28px;font-weight:700;color:#333;margin-bottom:32px;text-align:center}._orderInfo_arov7_42{width:100%;margin-bottom:32px}._orderInfo_arov7_42 ._orderUser_arov7_46{font-family:Pretendard,sans-serif;font-size:18px;font-weight:600;color:#333;margin-bottom:16px;text-align:center}._orderInfo_arov7_42 ._orderDetails_arov7_54{font-family:Pretendard,sans-serif;font-size:16px;font-weight:500;color:#666;margin:8px 0;text-align:center}._orderInfo_arov7_42 ._orderDetails_arov7_54 span{font-weight:600;color:#333}._divider_arov7_67{width:100%;height:1px;background-color:#e0e0e0;margin:0 0 32px}._nextSteps_arov7_74{width:100%;margin-bottom:32px}._nextSteps_arov7_74 ._nextStepsText_arov7_78{font-family:Pretendard,sans-serif;font-size:16px;font-weight:500;color:#666;margin:8px 0;text-align:center}._nextSteps_arov7_74 ._nextStepsText_arov7_78 span{font-weight:600;color:#504bff}._buttonsContainer_arov7_91{display:flex;gap:16px;margin-top:8px}@media (max-width: 600px){._buttonsContainer_arov7_91{flex-direction:column;width:100%}}._primaryButton_arov7_103{padding:12px 24px;background-color:#504bff;color:#fff;font-family:Pretendard,sans-serif;font-size:16px;font-weight:600;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s}._primaryButton_arov7_103:hover{background-color:#4240db}@media (max-width: 600px){._primaryButton_arov7_103{width:100%}}._secondaryButton_arov7_124{padding:12px 24px;background-color:#f5f5f5;color:#333;font-family:Pretendard,sans-serif;font-size:16px;font-weight:600;border:1px solid #E0E0E0;border-radius:4px;cursor:pointer;transition:background-color .2s}._secondaryButton_arov7_124:hover{background-color:#e8e8e8}@media (max-width: 600px){._secondaryButton_arov7_124{width:100%}}.cart-page{padding:26px 250px;display:flex;flex-direction:column;gap:26px;height:100%;overflow-y:auto}.cart-page__title{font-family:Pretendard,sans-serif;font-weight:700;font-size:20px;line-height:1.4em;letter-spacing:.57%;color:#333}.cart-page__content{display:flex;flex-direction:row;gap:6px;width:100%}.cart-page__items{flex:1;display:flex;flex-direction:column;gap:6px}.cart-page__header{background-color:#fff;border:1.5px solid #D0D0D0;border-radius:4px;padding:20px 30px;display:flex;justify-content:space-between;align-items:center}.cart-page__header-left{display:flex;align-items:center;gap:20px}.cart-page__header-right{display:flex;gap:245px}.cart-page__header-column{font-family:Pretendard,sans-serif;font-weight:600;font-size:16px;line-height:1.25em;letter-spacing:-2.5%;color:#333}.cart-item{background-color:#fff;border:1.5px solid #D0D0D0;border-radius:4px;padding:20px 30px;display:flex;justify-content:space-between;align-items:center;gap:100px}.cart-item__product{display:flex;align-items:center;gap:24px;width:310px}.cart-item__product-image{width:60px;height:60px;border-radius:4px;overflow:hidden;background-color:#f0f0f0;display:flex;align-items:center;justify-content:center}.cart-item__product-image img{width:100%;height:100%;object-fit:contain}.cart-item__product-info{display:flex;flex-direction:column;justify-content:space-between;gap:10px;padding:4px 0}.cart-item__product-info-name{font-family:Pretendard,sans-serif;font-weight:700;font-size:18px;line-height:1em;letter-spacing:-2.5%;color:#333;margin:0}.cart-item__product-info-logo{max-width:100px;max-height:20px}.cart-item__quantity{display:flex;flex-direction:column;align-items:center;gap:16px;width:94px}.cart-item__quantity-input{width:94px;padding:10px 0;text-align:center;border:1.5px solid #D0D0D0;border-radius:4px;font-family:Pretendard,sans-serif;font-weight:500;font-size:14px;line-height:1.7em;color:#333}.cart-item__quantity-leadtime{font-family:Pretendard,sans-serif;font-weight:500;font-size:16px;line-height:1em;letter-spacing:-2.5%;color:#333}.cart-item__delivery{display:flex;flex-direction:column;gap:8px}.cart-item__delivery-option{display:flex;align-items:center;gap:10px}.cart-item__delivery-option-radio{width:18px;height:18px;border:1.5px solid #E0E0E0;border-radius:50%;display:flex;align-items:center;justify-content:center}.cart-item__delivery-option-radio.selected{border-color:#504bff}.cart-item__delivery-option-label{font-family:Pretendard,sans-serif;font-weight:500;font-size:14px;line-height:2.14em;letter-spacing:-2.5%;color:#333;display:flex;align-items:center;gap:4px}.cart-item__delivery-option-label.unavailable{color:#d91e28}.cart-item__price{display:flex;align-items:center;gap:30px}.cart-item__price-info{font-family:Pretendard,sans-serif;font-weight:500;font-size:16px;line-height:1.875em;letter-spacing:-2.5%;color:#333}.cart-item__price-delete{background:none;border:none;cursor:pointer;padding:0;color:#504bff}.cart-item__price-delete:hover{color:#1e18ff}.order-summary{width:248px;background-color:#fff;border:1.5px solid #D0D0D0;border-radius:4px;padding:26px 24px;display:flex;flex-direction:column;gap:62px}.order-summary__header{display:flex;justify-content:space-between;align-items:center;width:100%}.order-summary__header-title{font-family:Pretendard,sans-serif;font-weight:700;font-size:18px;line-height:1.11em;letter-spacing:-2.5%;color:#333;margin:0}.order-summary__content{display:flex;flex-direction:column;width:200px}.order-summary__items{display:flex;flex-direction:column;gap:6px;margin-bottom:10px}.order-summary__items-row{display:flex;justify-content:space-between;align-items:center}.order-summary__items-row-label{font-family:Pretendard,sans-serif;font-weight:500;font-size:14px;line-height:2.14em;letter-spacing:-2.5%;color:#333}.order-summary__items-row-label.discount{color:#d91e28}.order-summary__items-row-value{font-family:Pretendard,sans-serif;font-weight:500;font-size:14px;line-height:2.14em;letter-spacing:-2.5%;color:#333}.order-summary__items-row-value.discount{color:#d91e28}.order-summary__total{display:flex;justify-content:space-between;align-items:flex-end;padding-top:16px;border-top:2px solid #333333}.order-summary__total-label,.order-summary__total-value{font-family:Pretendard,sans-serif;font-weight:600;font-size:14px;line-height:1em;letter-spacing:-2.5%;color:#504bff}.order-summary__checkout{margin-top:24px}.order-summary__checkout-button{width:100%;background-color:#333;color:#fff;border:none;border-radius:4px;padding:10px 20px;font-family:Pretendard,sans-serif;font-weight:600;font-size:14px;line-height:1.71em;text-align:center;cursor:pointer;transition:background-color .2s ease}.order-summary__checkout-button:hover{background-color:#1a1a1a}.order-summary__checkout-note{font-family:Pretendard,sans-serif;font-weight:500;font-size:10px;line-height:1em;letter-spacing:-2.5%;color:#3339;margin-top:10px;text-align:right}@media (min-width: 768px) and (max-width: 1023px){.cart-page{padding:20px}.cart-page__content{flex-direction:column;gap:20px}.cart-page .order-summary{width:100%}}@media (max-width: 767px){.cart-page{padding:16px}.cart-page__header-right{display:none}.cart-page .cart-item{flex-direction:column;gap:20px;padding:16px}.cart-page .cart-item__product,.cart-page .cart-item__quantity,.cart-page .cart-item__delivery,.cart-page .cart-item__price{width:100%}.cart-page .cart-item__price{justify-content:space-between}}.icon-info,.icon-check,.icon-arrow,.icon-down-arrow,.icon-trash,.icon-support{display:inline-block;background-size:contain;background-repeat:no-repeat;background-position:center}.icon-info{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23333333' d='M11 17h2v-6h-2v6zm1-15C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8s8 3.59 8 8s-3.59 8-8 8zM11 9h2V7h-2v2z'/%3E%3C/svg%3E")}.icon-check{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23504BFF' d='M9 16.17L4.83 12l-1.42 1.41L9 19L21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E")}.icon-arrow{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23333333' d='M16.59 8.59L12 13.17L7.41 8.59L6 10l6 6l6-6l-1.41-1.41z'/%3E%3C/svg%3E")}.icon-down-arrow{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23333333' stroke-width='2' d='M6 9l6 6l6-6'/%3E%3C/svg%3E")}.icon-trash{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23000000' d='M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z'/%3E%3C/svg%3E")}.icon-support{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFFFFF' d='M21 12.22C21 6.73 16.74 3 12 3c-4.69 0-9 3.65-9 9.28c-.6.07-.12.14-.17.21c-.09.1-.19.22-.29.33c-.48.57-.93 1.23-.93 2.18h0c0 .95.45 1.61.93 2.18c.1.11.2.22.29.33c.05.07.11.14.17.21C4 17.72 8.31 21 13 21c4.49 0 7.68-2.58 8.83-6.53c.22-.76.33-1.54.33-2.26h-1.22c0 .55-.08 1.1-.24 1.63c-.93 3.23-3.57 5.43-7.09 5.43h-1.5c-.65 0-1.27-.27-1.71-.72L8.33 16.5h5.62l-2.45 2.86c.16.03.33.05.5.05h1c2.77 0 4.75-1.5 5.5-3.79c.7-.21.13-.42.19-.64h2.07c-.05.2-.1.4-.17.59C20.05 17.25 18.3 19 16 19h-1c-.55 0-1 .45-1 1s.45 1 1 1h1c3.5 0 5.72-2.7 6.63-5.35c.15-.45.25-.91.32-1.39H21v-2.04zm-7.49.11h-2.26v-1.79h2.26c.45 0 .82.37.82.9c0 .46-.36.89-.82.89M13 7.5c.55 0 1 .45 1 1v.59c0 .55-.45 1-1 1h-2v-.18c0-.77.48-1.46 1.2-1.73c.26-.09.53-.16.8-.18m-5 6.4c-.44.12-.79.49-.9.94c-.17.69.27 1.34.94 1.48c.47.1.94-.21 1.14-.64l.03-.07a.8.8 0 0 0-.52-1.12c-.23-.08-.4-.29-.36-.63c.04-.24.18-.42.34-.48c.49-.16.7-.72.28-1.07c-.18-.15-.42-.22-.66-.16m8.63-3.31c.29.22.48.57.48.96V11c0 1.1-.9 2-2 2h-2c-.5 0-.87.45-.76.94l.59 2.66l-1.75.3c-.21.04-.39.17-.51.35l-.97 1.46c-.23.36-.68.5-1.02.24c-.69-.52-1.2-1.31-1.56-2.24c-.2-.52-.29-1.08-.25-1.63l.1-1.34c.05-.67.54-1.24 1.15-1.34l.88-.12c.33-.05.65.07.87.3l.4.42c.45.33 1.09.25 1.36-.22c.15-.27.16-.62-.03-.9l-.58-.85c-.16-.24-.25-.52-.25-.81V8.19c0-1.43 1.4-2.47 2.77-2.09c.65.18 1.13.71 1.25 1.37c.06.35-.03.71-.24 1c-.31.41-.87.55-1.35.42c-.74-.19-1.3.75-.72 1.35c.32.33.4.8.2 1.21c-.38.8.57 1.55 1.29 1.04c.46-.33 1.15-.39 1.75.11'/%3E%3C/svg%3E")}._checkoutPage_1cjdu_3{width:100%;background-color:#f0f0f0;height:100%;position:relative;padding:26px 250px 80px;overflow-y:auto}@media (max-width: 1600px){._checkoutPage_1cjdu_3{padding:26px 150px 80px}}@media (max-width: 1200px){._checkoutPage_1cjdu_3{padding:26px 50px 60px}}@media (max-width: 768px){._checkoutPage_1cjdu_3{padding:26px 20px 40px}}._loading_1cjdu_27{width:100%;height:100%;display:flex;justify-content:center;align-items:center;font-family:Pretendard,sans-serif;font-size:16px;font-weight:500}._mainContent_1cjdu_38{width:100%;display:flex;flex-direction:column;gap:26px}._pageTitle_1cjdu_45{font-family:Pretendard,sans-serif;font-size:20px;font-weight:700;line-height:1.4;letter-spacing:.57%;color:#000;margin:0}._contentContainer_1cjdu_55{display:flex;width:100%;gap:6px;padding-right:300px}@media (max-width: 1200px){._contentContainer_1cjdu_55{flex-direction:column;padding-right:0}}._infoSection_1cjdu_68{display:flex;flex-direction:column;flex:1;gap:6px;max-width:100%}._sectionHeader_1cjdu_76{padding:14px 30px;background-color:#fff;border:1.5px solid #D0D0D0;border-radius:4px}._sectionHeader_1cjdu_76 h3{font-family:Pretendard,sans-serif;font-size:16px;font-weight:600;line-height:1.25;letter-spacing:-2.5%;color:#333;margin:0}._addressesContainer_1cjdu_92{display:flex;width:100%;gap:6px}@media (max-width: 768px){._addressesContainer_1cjdu_92{flex-direction:column}}._addressCard_1cjdu_103{flex:1;background-color:#fff;border:1.5px solid #D0D0D0;border-radius:4px;padding:24px 30px}._cardContent_1cjdu_111{display:flex;justify-content:space-between;width:100%}._cardHeader_1cjdu_117{display:flex;gap:24px}._cardIcon_1cjdu_122{width:24px;height:24px}._cardIcon_1cjdu_122 svg{width:100%;height:100%}._cardTitle_1cjdu_131{display:flex;flex-direction:column;gap:30px}._cardTitle_1cjdu_131 h4{font-family:Pretendard,sans-serif;font-size:18px;font-weight:700;line-height:1;letter-spacing:-2.5%;color:#333;margin:0}._addressText_1cjdu_146 p{font-family:Pretendard,sans-serif;font-size:14px;font-weight:500;line-height:1.429;letter-spacing:-2.5%;color:#333;margin:0 0 5px}._editButton_1cjdu_156{width:24px;height:24px;background:transparent;border:none;cursor:pointer;padding:0}._editButton_1cjdu_156 svg{width:100%;height:100%}._infoCardsContainer_1cjdu_169{display:flex;width:100%;gap:6px}@media (max-width: 768px){._infoCardsContainer_1cjdu_169{flex-direction:column}}._infoCard_1cjdu_169{flex:1;background-color:#fff;border:1.5px solid #D0D0D0;border-radius:4px;padding:24px 30px}._infoText_1cjdu_188 p{font-family:Pretendard,sans-serif;font-size:16px;font-weight:600;line-height:1.429;letter-spacing:-2.5%;color:#333;margin:0 0 5px}._orderSummary_1cjdu_198{width:280px;position:fixed;top:224px;right:250px;height:auto;max-height:80vh;overflow-y:auto;z-index:10}@media (max-width: 1600px){._orderSummary_1cjdu_198{right:150px}}@media (max-width: 1200px){._orderSummary_1cjdu_198{position:relative;width:100%;top:0;right:0;max-height:none}}._orderCard_1cjdu_223{background-color:#fff;border:1.5px solid #D0D0D0;border-radius:4px;padding:20px 18px;display:flex;flex-direction:column;gap:8px;height:100%}._orderCardHeader_1cjdu_234{display:flex;justify-content:space-between;align-items:center;margin-bottom:-10px}._orderCardHeader_1cjdu_234 h3{font-family:Pretendard,sans-serif;font-size:16px;font-weight:700;line-height:1.111;letter-spacing:-2.5%;color:#000;margin:0}._orderCardHeader_1cjdu_234 svg{width:20px;height:20px}._orderDetails_1cjdu_254{display:flex;flex-direction:column;gap:2px}._orderItem_1cjdu_260{display:flex;justify-content:space-between;align-items:center}._orderItem_1cjdu_260 span{font-family:Pretendard,sans-serif;font-size:13px;font-weight:500;line-height:1.8;letter-spacing:-2.5%;color:#333}._orderItem_1cjdu_260._discount_1cjdu_273 span{color:#d91e28}._orderTotal_1cjdu_277{display:flex;justify-content:space-between;align-items:flex-end;padding-top:12px;border-top:1.5px solid #333333}._orderTotal_1cjdu_277 span{font-family:Pretendard,sans-serif;font-size:14px;font-weight:600;line-height:1;letter-spacing:-2.5%;color:#000}._orderActions_1cjdu_293{display:flex;justify-content:flex-end;margin-top:auto}._paymentButton_1cjdu_299{background-color:#504bff;color:#fff;border:none;border-radius:4px;padding:8px 16px;font-family:Pretendard,sans-serif;font-size:13px;font-weight:600;line-height:1.5;letter-spacing:.57%;cursor:pointer;text-align:center;width:100%;height:30px}._paymentButton_1cjdu_299:hover{background-color:#4240db}._productSection_1cjdu_319{display:flex;flex-direction:column;gap:6px;margin-top:20px;padding-right:300px}@media (max-width: 1200px){._productSection_1cjdu_319{padding-right:0}}._productHeaderLeft_1cjdu_332{display:flex;gap:400px}._productHeaderLeft_1cjdu_332 span{font-family:Pretendard,sans-serif;font-size:16px;font-weight:600;line-height:1.25;letter-spacing:-2.5%;color:#333}@media (max-width: 1200px){._productHeaderLeft_1cjdu_332{gap:200px}}@media (max-width: 768px){._productHeaderLeft_1cjdu_332{gap:100px}}._productHeaderRight_1cjdu_355{display:flex;gap:245px}._productHeaderRight_1cjdu_355 span{font-family:Pretendard,sans-serif;font-size:16px;font-weight:600;line-height:1.25;letter-spacing:-2.5%;color:#333}@media (max-width: 1200px){._productHeaderRight_1cjdu_355{gap:120px}}@media (max-width: 768px){._productHeaderRight_1cjdu_355{gap:60px}}._productList_1cjdu_378{display:flex;flex-direction:column;gap:6px}._productItem_1cjdu_384{background-color:#fff;border:1.5px solid #D0D0D0;border-radius:4px;padding:14px 30px}._productInfo_1cjdu_391{display:flex;justify-content:space-between;align-items:center}._productDetails_1cjdu_397{display:flex;gap:244px}@media (max-width: 1200px){._productDetails_1cjdu_397{gap:120px}}@media (max-width: 768px){._productDetails_1cjdu_397{gap:60px}}._productText_1cjdu_412{display:flex;gap:24px}._productLabels_1cjdu_417 p,._productValues_1cjdu_427 p{font-family:Pretendard,sans-serif;font-size:14px;font-weight:500;line-height:1.714;letter-spacing:-2.5%;color:#333;margin:0}._quantityContainer_1cjdu_437{display:flex;justify-content:center;align-items:center}._quantity_1cjdu_437{font-family:Pretendard,sans-serif;font-size:16px;font-weight:600;line-height:1;letter-spacing:-2.5%;color:#000}._productStatus_1cjdu_452{display:flex;gap:100px}@media (max-width: 1200px){._productStatus_1cjdu_452{gap:50px}}@media (max-width: 768px){._productStatus_1cjdu_452{gap:30px}}._leadTime_1cjdu_467 span{font-family:Pretendard,sans-serif;font-size:14px;font-weight:500;line-height:2.143;letter-spacing:-2.5%;color:#333}._pricing_1cjdu_476 p{font-family:Pretendard,sans-serif;font-size:16px;font-weight:500;line-height:1.875;letter-spacing:-2.5%;color:#000;margin:0}._totalSection_1cjdu_486{display:flex;justify-content:space-between;align-items:center;gap:6px;margin-top:10px}@media (max-width: 768px){._totalSection_1cjdu_486{flex-direction:column;align-items:flex-end}}._totalContainer_1cjdu_500{flex:1;background-color:#fff;border:1.5px solid #D0D0D0;border-radius:4px;padding:14px 30px}._totalContainer_1cjdu_500 span{font-family:Pretendard,sans-serif;font-size:16px;font-weight:600;line-height:1.25;letter-spacing:-2.5%;color:#504bff}@media (max-width: 768px){._totalContainer_1cjdu_500{width:100%}}._supportButton_1cjdu_521{position:fixed;bottom:70px;right:95px;width:48px;height:48px;background-color:#504bff;border-radius:16px;display:flex;justify-content:center;align-items:center;cursor:pointer}._supportButton_1cjdu_521 svg{width:24px;height:24px}@media (max-width: 768px){._supportButton_1cjdu_521{right:30px;bottom:30px}}._toast_1cjdu_546{position:fixed;bottom:30px;left:50%;transform:translate(-50%);padding:16px 24px;border-radius:8px;display:flex;align-items:center;justify-content:space-between;gap:16px;z-index:1000;box-shadow:0 4px 10px #0000001a;min-width:300px;max-width:500px;animation:_fadeIn_1cjdu_1 .3s ease-in-out}._toast_1cjdu_546 span{font-family:Pretendard,sans-serif;font-size:14px;font-weight:500;color:#fff}._toast_1cjdu_546 button{background:none;border:none;color:#fff;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;width:24px;height:24px}._toast_1cjdu_546._success_1cjdu_582{background-color:#4caf50}._toast_1cjdu_546._error_1cjdu_585{background-color:#f44336}@keyframes _fadeIn_1cjdu_1{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}@media (max-width: 768px){._toast_1cjdu_546{min-width:250px;max-width:90%}}._emptyState_1cjdu_605{background-color:#fff;border:1.5px solid #D0D0D0;border-radius:4px;padding:30px;min-height:120px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin:6px 0}._emptyState_1cjdu_605 p{font-family:Pretendard,sans-serif;font-size:16px;font-weight:500;line-height:1.5;color:#666;margin:4px 0}._toast_1ijzk_3{position:fixed;bottom:30px;left:50%;transform:translate(-50%);padding:16px 24px;border-radius:8px;display:flex;align-items:center;justify-content:space-between;gap:16px;z-index:1000;box-shadow:0 4px 10px #0000001a;min-width:300px;max-width:500px;animation:_fadeIn_1ijzk_1 .3s ease-in-out}._toast_1ijzk_3 span{font-family:Pretendard,sans-serif;font-size:14px;font-weight:500;color:#fff}._toast_1ijzk_3 button{background:none;border:none;color:#fff;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;width:24px;height:24px}._toast_1ijzk_3._success_1ijzk_39{background-color:#4caf50}._toast_1ijzk_3._error_1ijzk_42{background-color:#f44336}@keyframes _fadeIn_1ijzk_1{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}@media (max-width: 768px){._toast_1ijzk_3{min-width:250px;max-width:90%}}._addressCard_1wkr2_1{flex:1;background-color:#fff;border:1.5px solid #D0D0D0;border-radius:4px;padding:24px 30px}._cardContent_1wkr2_9{display:flex;justify-content:space-between;width:100%}._cardHeader_1wkr2_15{display:flex;gap:24px}._cardIcon_1wkr2_20{width:24px;height:24px}._cardIcon_1wkr2_20 svg{width:100%;height:100%}._cardTitle_1wkr2_29{display:flex;flex-direction:column;gap:30px}._cardTitle_1wkr2_29 h4{font-family:Pretendard,sans-serif;font-size:18px;font-weight:700;line-height:1;letter-spacing:-2.5%;color:#333;margin:0}._addressText_1wkr2_44 p{font-family:Pretendard,sans-serif;font-size:14px;font-weight:500;line-height:1.429;letter-spacing:-2.5%;color:#333;margin:0 0 5px}._editButton_1wkr2_54{width:24px;height:24px;background:transparent;border:none;cursor:pointer;padding:0}._editButton_1wkr2_54 svg{width:100%;height:100%}._infoCard_xi7rn_1{flex:1;background-color:#fff;border:1.5px solid #D0D0D0;border-radius:4px;padding:24px 30px}._cardContent_xi7rn_9{display:flex;justify-content:space-between;width:100%}._cardHeader_xi7rn_15{display:flex;gap:24px}._cardIcon_xi7rn_20{width:24px;height:24px}._cardIcon_xi7rn_20 svg{width:100%;height:100%}._cardTitle_xi7rn_29{display:flex;flex-direction:column;gap:30px}._cardTitle_xi7rn_29 h4{font-family:Pretendard,sans-serif;font-size:18px;font-weight:700;line-height:1;letter-spacing:-2.5%;color:#333;margin:0}._infoText_xi7rn_44 p{font-family:Pretendard,sans-serif;font-size:14px;font-weight:600;line-height:1.429;letter-spacing:-2.5%;color:#333;margin:0 0 5px}._editButton_xi7rn_54{width:24px;height:24px;background:transparent;border:none;cursor:pointer;padding:0}._editButton_xi7rn_54 svg{width:100%;height:100%}._orderCard_1h6cm_1{background-color:#fff;border:1.5px solid #D0D0D0;border-radius:4px;padding:20px 18px;display:flex;flex-direction:column;gap:8px;height:100%;width:100%;max-width:280px}@media (max-width: 1200px){._orderCard_1h6cm_1{max-width:100%}}._orderCardHeader_1h6cm_19{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}._orderCardHeader_1h6cm_19 h3{font-family:Pretendard,sans-serif;font-size:18px;font-weight:700;line-height:1.111;letter-spacing:-2.5%;color:#000;margin:0}._orderCardHeader_1h6cm_19 svg{width:20px;height:20px}._orderDetails_1h6cm_39{display:flex;flex-direction:column;gap:10px}._orderItem_1h6cm_45{display:flex;justify-content:space-between;align-items:center}._orderItem_1h6cm_45 span{font-family:Pretendard,sans-serif;font-size:14px;font-weight:500;line-height:1.8;letter-spacing:-2.5%;color:#333}._orderItem_1h6cm_45._discount_1h6cm_58 span{color:#d91e28}._orderTotal_1h6cm_62{display:flex;justify-content:space-between;align-items:flex-end;padding-top:12px;border-top:1.5px solid #333333;margin-bottom:16px}._orderTotal_1h6cm_62 span{font-family:Pretendard,sans-serif;font-size:14px;font-weight:600;line-height:1;letter-spacing:-2.5%;color:#000}._orderActions_1h6cm_79{display:flex;justify-content:flex-end;margin-top:auto}._checkoutButton_1h6cm_85{background-color:#f5f5f5;color:#333;border:1px solid #D0D0D0;border-radius:4px;font-family:Pretendard,sans-serif;font-size:14px;font-weight:600;max-height:200px;cursor:pointer;text-align:center}._checkoutButton_1h6cm_85:hover{background-color:#e0e0e0;border-color:#b0b0b0}._paymentButton_1h6cm_102{background-color:#504bff;color:#fff;border:none;border-radius:4px;padding:8px 16px;font-family:Pretendard,sans-serif;font-size:13px;font-weight:600;line-height:1.5;letter-spacing:.57%;cursor:pointer;text-align:center;width:100%;height:30px}._paymentButton_1h6cm_102:hover{background-color:#4240db}._productSection_cf04w_1{display:flex;flex-direction:column;gap:6px;margin-top:20px;padding-right:300px}._sectionHeader_cf04w_9{display:flex;justify-content:space-between;align-items:center;padding:14px 30px;background-color:#fff;border:1.5px solid #D0D0D0;border-radius:4px}._productHeaderLeft_cf04w_19{display:flex;gap:400px}._productHeaderLeft_cf04w_19 span{font-family:Pretendard,sans-serif;font-size:16px;font-weight:600;line-height:1.25;letter-spacing:-2.5%;color:#333}@media (max-width: 1200px){._productHeaderLeft_cf04w_19{gap:200px}}@media (max-width: 768px){._productHeaderLeft_cf04w_19{gap:100px}}._productHeaderRight_cf04w_42{display:flex;gap:245px}._productHeaderRight_cf04w_42 span{font-family:Pretendard,sans-serif;font-size:16px;font-weight:600;line-height:1.25;letter-spacing:-2.5%;color:#333}@media (max-width: 1200px){._productHeaderRight_cf04w_42{gap:120px}}@media (max-width: 768px){._productHeaderRight_cf04w_42{gap:60px}}._productList_cf04w_65{display:flex;flex-direction:column;gap:6px}._totalSection_cf04w_71{display:flex;justify-content:space-between;align-items:center;gap:6px;margin-top:10px}@media (max-width: 768px){._totalSection_cf04w_71{flex-direction:column;align-items:flex-end}}._totalContainer_cf04w_85{flex:1;background-color:#fff;border:1.5px solid #D0D0D0;border-radius:4px;padding:14px 30px}._totalContainer_cf04w_85 span{font-family:Pretendard,sans-serif;font-size:16px;font-weight:600;line-height:1.25;letter-spacing:-2.5%;color:#504bff}@media (max-width: 768px){._totalContainer_cf04w_85{width:100%}}._paymentButton_cf04w_106{background-color:#504bff;color:#fff;border:none;border-radius:4px;padding:10px 20px;font-family:Pretendard,sans-serif;font-size:14px;font-weight:600;line-height:1.714;letter-spacing:.57%;cursor:pointer;text-align:center;height:34px}._paymentButton_cf04w_106:hover{background-color:#4240db}._productItem_ur0qr_1{background-color:#fff;border:1.5px solid #D0D0D0;border-radius:4px;padding:14px 30px}._productInfo_ur0qr_8{display:flex;justify-content:space-between;align-items:center}._productDetails_ur0qr_14{display:flex;gap:244px}@media (max-width: 1200px){._productDetails_ur0qr_14{gap:120px}}@media (max-width: 768px){._productDetails_ur0qr_14{gap:60px}}._productText_ur0qr_29{display:flex;gap:24px}._productLabels_ur0qr_34 p,._productValues_ur0qr_44 p{font-family:Pretendard,sans-serif;font-size:14px;font-weight:500;line-height:1.714;letter-spacing:-2.5%;color:#333;margin:0}._quantityContainer_ur0qr_54{display:flex;justify-content:center;align-items:center}._quantity_ur0qr_54{font-family:Pretendard,sans-serif;font-size:16px;font-weight:600;line-height:1;letter-spacing:-2.5%;color:#000}._productStatus_ur0qr_69{display:flex;gap:100px}@media (max-width: 1200px){._productStatus_ur0qr_69{gap:50px}}@media (max-width: 768px){._productStatus_ur0qr_69{gap:30px}}._leadTime_ur0qr_84 span{font-family:Pretendard,sans-serif;font-size:14px;font-weight:500;line-height:2.143;letter-spacing:-2.5%;color:#333}._pricing_ur0qr_93 p{font-family:Pretendard,sans-serif;font-size:16px;font-weight:500;line-height:1.875;letter-spacing:-2.5%;color:#000;margin:0}:root{--Radius-100: 100px;--Radius-24: 24px;--Radius-12: 12px;--Radius-16: 16px;--Radius-8: 8px;--Radius-4: 4px;--Radius-None: 0px;--Spacing-40: 40px;--Spacing-30: 30px;--Spacing-24: 24px;--Spacing-16: 16px;--Spacing-14: 14px;--Spacing-8: 8px;--Spacing-4: 4px;--Spacing-None: 0px;--Color-Palette-Primary-Primary: #5A29F3;--Color-Palette-Primary-PrimaryText: #9477EE;--Color-Palette-Primary-PrimaryDark: #400EDA;--Color-Palette-Primary-PrimaryWeek: rgba(90 41 243 / .5);--Color-Palette-Primary-Secondary: var(--Color-Palette-Background-Tertiary);--Color-Palette-Background-Primary: #ffffff;--Color-Palette-Background-Secondary: #f8f8f9;--Color-Palette-Background-Tertiary: #ebeced;--Color-Palette-Background-Invert: #e5e5e6;--Color-Palette-Background-Disabled: #E4E4E4;--Color-Palette-Text-Secondary: #B9B7FF;--Color-Palette-Content-Primary: #050505;--Color-Palette-Content-Secondary: #28292a;--Color-Palette-Content-Tertiary: #414344;--Color-Palette-Content-Invert: #828587;--Color-Palette-Border-Primary: #696b6d;--Color-Palette-Border-Invert: #b6b8b9;--Color-Palette-Border-Basic: #F0F0F1;--Color-Palette-Border-Aceent: var(--Color-Palette-Primary-Primary);--Color-Palette-Border-AceentWeek: var(--Color-Palette-Primary-PrimaryWeek);--Color-Palette-System-Black: #000000;--Color-Palette-System-White: #ffffff;--Color-Palette-Core-Negative: #ff3333;--Color-Palette-Core-Positive: #29c229;--Color-Palette-Core-Accent: #3377ff;--Color-Palette-Solid-Red: #ff3333;--Color-Palette-Solid-Translucent_Red: rgba(255 51 51 / .1);--Color-Palette-Solid-Orange: #ff7029;--Color-Palette-Solid-Translucent_Orange: rgba(255 112 41 / .1);--Color-Palette-Solid-Yellow: #eda412;--Color-Palette-Solid-Translucent_Yellow: rgba(237 164 18 / .1);--Color-Palette-Solid-Green: #29c229;--Color-Palette-Solid-Translucent_Green: rgba(41 194 41 / .1);--Color-Palette-Solid-Blue: #3377ff;--Color-Palette-Solid-Translucent_Blue: rgba(51 119 255 / .1);--Color-Palette-CTA-Primary: #7143FF;--Color-Palette-Border-Accentweek: rgba(98 49 248 / .1);--V2-Color-Palette-Primary-PrimaryText: #D0D0D0;--V2-Color-Palette-Primary-Primary: #333333;--Content-Basic-Line-Height: 1.5;--Caption-Basic-Size: 12px;--Caption-Basic-Line-Height: 1.33}:root{--Display-Basic-Size: 34px;--Display-Basic-Weight: 500;--Display-Basic-Line-Height: 51px;--Display-Emphasized-Size: 34px;--Display-Emphasized-Weight: 700;--Display-Emphasized-Line-Height: 51px;--Title-Basic-Size: 24px;--Title-Basic-Weight: 500;--Title-Basic-Style: normal;--Title-Basic-Line-Height: 30px;--Title-Emphasized-Size: 24px;--Title-Emphasized-Weight: 700;--Title-Emphasized-Style: normal;--Title-Emphasized-Line-Height: 30px;--Headline-Basic-Size: 20px;--Headline-Basic-Weight: 500;--Headline-Basic-Style: normal;--Headline-Basic-Line-Height: 28px;--Headline-Emphasized-Size: 20px;--Headline-Emphasized-Weight: 700;--Headline-Emphasized-Style: normal;--Headline-Emphasized-Line-Height: 28px;--Body-Basic-Size: 16px;--Body-Basic-Weight: 500;--Body-Basic-Style: normal;--Body-Basic-Line-Height: 26px;--Body-Emphasized-Size: 16px;--Body-Emphasized-Weight: 600;--Body-Emphasized-Style: normal;--Body-Emphasized-Line-Height: 26px;--Body-Strike_Through-Size: 16px;--Body-Strike_Through-Weight: 500;--Body-Strike_Through-Style: normal;--Body-Strike_Through-Line-Height: 26px;--Body-Strike_Through-Emphasized-Size: 16px;--Body-Strike_Through-Emphasized-Weight: 600;--Body-Strike_Through-Emphasized-Style: normal;--Body-Strike_Through-Emphasized-Line-Height: 26px;--Body-Underline-Size: 16px;--Body-Underline-Weight: 500;--Body-Underline-Style: normal;--Body-Underline-Line-Height: 26px;--Body-Underline-Emphasized-Size: 16px;--Body-Underline-Emphasized-Weight: 600;--Body-Underline-Emphasized-Style: normal;--Body-Underline-Emphasized-Line-Height: 26px;--Content-Basic-Size: 14px;--Content-Basic-Weight: 500;--Content-Basic-Style: normal;--Content-Basic-Line-Height: 20px;--Content-Emphasized-Size: 14px;--Content-Emphasized-Weight: 600;--Content-Emphasized-Style: normal;--Content-Emphasized-Line-Height: 20px;--Content-Strike_Through-Size: 14px;--Content-Strike_Through-Weight: 500;--Content-Strike_Through-Style: normal;--Content-Strike_Through-Line-Height: 20px;--Content-Strike_Through-Emphasized-Size: 14px;--Content-Strike_Through-Emphasized-Weight: 600;--Content-Strike_Through-Emphasized-Style: normal;--Content-Strike_Through-Emphasized-Line-Height: 20px;--Content-Underline-Size: 14px;--Content-Underline-Weight: 500;--Content-Underline-Style: normal;--Content-Underline-Line-Height: 20px;--Content-Underline-Emphasized-Size: 14px;--Content-Underline-Emphasized-Weight: 600;--Content-Underline-Emphasized-Style: normal;--Content-Underline-Emphasized-Line-Height: 20px;--Caption-Basic-Size: 12px;--Caption-Basic-Weight: 500;--Caption-Basic-Style: normal;--Caption-Basic-Line-Height: 18px;--Caption-Emphasized-Size: 12px;--Caption-Emphasized-Weight: 600;--Caption-Emphasized-Style: normal;--Caption-Emphasized-Line-Height: 18px;--Caption-Strike_Through-Size: 12px;--Caption-Strike_Through-Weight: 500;--Caption-Strike_Through-Style: normal;--Caption-Strike_Through-Line-Height: 18px;--Caption-Strike_Through-Emphasized-Size: 12px;--Caption-Strike_Through-Emphasized-Weight: 600;--Caption-Strike_Through-Emphasized-Style: normal;--Caption-Strike_Through-Emphasized-Line-Height: 18px;--Caption-Underline-Size: 12px;--Caption-Underline-Weight: 500;--Caption-Underline-Style: normal;--Caption-Underline-Line-Height: 18px;--Caption-Underline-Emphasized-Size: 12px;--Caption-Underline-Emphasized-Weight: 600;--Caption-Underline-Emphasized-Style: normal;--Caption-Underline-Emphasized-Line-Height: 18px}:root{--Color-Palette-Primary-Primary: #504BFF;--Color-Palette-Primary-PrimaryText: #9477EE;--Color-Palette-Primary-PrimaryDark: #400EDA;--Color-Palette-Primary-PrimaryWeek: rgba(90 41 243 / .5);--Color-Palette-Primary-Secondary: var(--Color-Palette-Background-Tertiary);--Color-Palette-Background-Primary: #ffffff;--Color-Palette-Background-Secondary: #f8f8f9;--Color-Palette-Background-Tertiary: #ebeced;--Color-Palette-Background-Invert: #e5e5e6;--Color-Palette-Background-Disabled: #E4E4E4;--Color-Palette-Text-Secondary: #B9B7FF;--Color-Palette-Content-Primary: #050505;--Color-Palette-Content-Secondary: #28292a;--Color-Palette-Content-Tertiary: #414344;--Color-Palette-Content-Invert: #828587;--Color-Palette-Border-Primary: #696b6d;--Color-Palette-Border-Invert: #b6b8b9;--Color-Palette-Border-Basic: #F0F0F1;--Color-Palette-Border-Aceent: var(--Color-Palette-Primary-Primary);--Color-Palette-Border-AceentWeek: var(--Color-Palette-Primary-PrimaryWeek);--Color-Palette-System-Black: #000000;--Color-Palette-System-White: #ffffff;--Color-Palette-Core-Negative: #ff3333;--Color-Palette-Core-Positive: #29c229;--Color-Palette-Core-Accent: #3377ff;--Color-Palette-Solid-Red: #ff3333;--Color-Palette-Solid-Translucent_Red: rgba(255 51 51 / .1);--Color-Palette-Solid-Orange: #ff7029;--Color-Palette-Solid-Translucent_Orange: rgba(255 112 41 / .1);--Color-Palette-Solid-Yellow: #eda412;--Color-Palette-Solid-Translucent_Yellow: rgba(237 164 18 / .1);--Color-Palette-Solid-Green: #29c229;--Color-Palette-Solid-Translucent_Green: rgba(41 194 41 / .1);--Color-Palette-Solid-Blue: #3377ff;--Color-Palette-Solid-Translucent_Blue: rgba(51 119 255 / .1);--Color-Palette-CTA-Primary: #7143FF;--Color-Palette-Border-Accentweek: rgba(98 49 248 / .1);--V2-Color-Palette-Primary-PrimaryText: #D0D0D0;--V2-Color-Palette-Primary-Primary: #333333}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}html{box-sizing:border-box;-webkit-text-size-adjust:100%;height:100%;overflow:hidden}body{height:100%;overflow:hidden;font-family:Pretendard Variable,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.5;background-color:var(--Color-Palette-Background-Secondary);color:var(--Color-Palette-Content-Primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .3s ease,color .3s ease}#root{height:100%;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{font-weight:700}h1{font-size:24px}h2{font-size:18px}a{color:var(--Color-Palette-Primary-Primary);text-decoration:none}a:hover{text-decoration:underline}button{background:none;border:none;cursor:pointer;padding:0;font:inherit;outline:inherit}input,button,textarea,select{font-family:inherit;font-family:Pretendard,sans-serif;font-size:16px;line-height:1.5;color:#333}input:focus,button:focus,textarea:focus,select:focus{outline:none}ul,ol{list-style:none;margin-bottom:16px}:focus-visible{outline:2px solid var(--Color-Palette-Primary-Primary);outline-offset:2px}button,a{transition:all .2s ease-in-out}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--Color-Palette-Background-Secondary)}::-webkit-scrollbar-thumb{background:var(--Color-Palette-Background-Invert);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--Color-Palette-Content-Invert)}@media (max-width: 768px){::-webkit-scrollbar{width:0;height:0;display:none}}.container{width:100%;max-width:1440px;margin:0 auto;padding:0 20px}@media (min-width: 768px){.container{padding:0 24px}}.text-center{text-align:center}.text-primary{color:#504bff}.text-secondary{color:#3339}.mt-1{margin-top:4px}.mt-2{margin-top:8px}.mt-3{margin-top:12px}.mt-4{margin-top:16px}.mt-5{margin-top:24px}.mb-1{margin-bottom:4px}.mb-2{margin-bottom:8px}.mb-3{margin-bottom:12px}.mb-4{margin-bottom:16px}.mb-5{margin-bottom:24px}table{width:100%;border-collapse:collapse}table th,table td{padding:12px 16px;border:1px solid #E0E0E0}table th{background-color:#e0e0e080;font-weight:600}table tr:nth-child(2n){background-color:#f5f5f5}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in{animation:fadeIn .3s ease-in-out}#toast-root{position:fixed;display:flex;flex-direction:column;gap:10px;top:84px;right:20px;z-index:9999;pointer-events:none}
