@import url(https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css);:root{--navy:#1f2733;--blue:#1a56db;--blue-light:#ebf5ff;--teal:#0694a2;--green:#057a55;--green-light:#f3faf7;--amber:#c27803;--amber-light:#fdf6b2;--red:#e02424;--red-light:#fdf2f2;--purple:#7e3af2;--gray0:#f9fafb;--gray1:#f3f4f6;--gray2:#e5e7eb;--gray3:#d1d5db;--gray4:#9ca3af;--gray5:#6b7280;--gray6:#4b5563;--gray7:#374151;--gray8:#1f2937;--white:#fff;--shadow-sm:0 1px 3px #0000001a,0 1px 2px #0000000f;--shadow-md:0 4px 6px #00000012,0 2px 4px #0000000f;--shadow-lg:0 10px 15px #0000001a,0 4px 6px #0000000d}*{box-sizing:border-box;margin:0;padding:0}#root,body,html{height:100%}body{background:#f3f4f6;background:var(--gray1);color:#1f2937;color:var(--gray8);font-family:Pretendard Variable,Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,Helvetica Neue,Segoe UI,Apple SD Gothic Neo,Noto Sans KR,Malgun Gothic,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-size:14px}.app-layout{display:flex;height:100vh;overflow:hidden}.sidebar{background:linear-gradient(180deg,#3f4752,#2a3038);display:flex;flex-direction:column;flex-shrink:0;transition:width .25s;width:220px}.sidebar.collapsed{width:56px}.sidebar-header{align-items:center;background:linear-gradient(180deg,#e7ebf0,#dde3ea);border-bottom:1px solid #141f301f;display:flex;gap:10px;padding:16px}.sidebar-brand-link{align-items:center;display:flex;justify-content:flex-start;min-width:0;text-decoration:none;width:100%}.sidebar-brand-mini{align-items:center;color:#ffffffc7;display:flex;height:28px;justify-content:center;width:28px}.sidebar-brand-mini svg{height:18px;width:18px}.sidebar-logo-image{display:block;height:auto;width:156px}.sidebar.collapsed .sidebar-brand-link,.sidebar.collapsed .sidebar-header{justify-content:center}.nav{flex:1 1;overflow-y:auto;padding:8px}.nav-section-label{color:#ffffff80;font-size:10.5px;font-weight:700;letter-spacing:.1em;overflow:hidden;padding:8px 8px 4px;text-transform:uppercase;white-space:nowrap}.nav-item{align-items:center;border-radius:8px;color:#ffffffad;cursor:pointer;display:flex;gap:10px;padding:9px 10px;position:relative;text-decoration:none;transition:all .15s;white-space:nowrap}.nav-item:hover{background:#ffffff12;color:#fff;transform:translateX(2px)}.nav-item.active{background:#ffffff14;border-radius:4px 8px 8px 4px;color:#fff}.nav-item.active:before{background:#fff;border-radius:0 3px 3px 0;content:"";height:70%;left:0;position:absolute;top:15%;width:3px}.nav-item svg{flex-shrink:0;height:16px;width:16px}.nav-item-label{font-size:13px}.sidebar-footer{border-top:1px solid #ffffff0f;padding:12px}.user-card{align-items:center;border-radius:8px;cursor:pointer;display:flex;gap:8px;padding:8px}.user-card:hover{background:#ffffff12}.user-avatar{align-items:center;background:linear-gradient(135deg,#3a74e8,#2459c7);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:11px;font-weight:600;height:28px;justify-content:center;width:28px}.user-name{color:#fffc;font-size:12px;white-space:nowrap}.user-role{color:#fff6;font-size:10px}.main{display:flex;flex:1 1;flex-direction:column;min-width:0;overflow:hidden}.topbar{background:linear-gradient(180deg,#fafbfc,#fff);border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--gray2);box-shadow:0 1px 2px #00000008;flex-shrink:0;gap:12px;height:52px;padding:0 20px}.topbar,.topbar-toggle{align-items:center;display:flex}.topbar-toggle{background:none;border:none;border-radius:6px;color:#6b7280;color:var(--gray5);cursor:pointer;height:32px;justify-content:center;width:32px}.topbar-toggle:hover{background:#f3f4f6;background:var(--gray1)}.breadcrumb{align-items:center;color:#6b7280;color:var(--gray5);display:flex;font-size:13px;gap:6px}.breadcrumb .sep{color:#d1d5db;color:var(--gray3)}.breadcrumb .cur{color:#1f2937;color:var(--gray8);font-weight:500}.topbar-right{align-items:center;display:flex;gap:8px;margin-left:auto}.env-badge{background:#ecfdf5;border:1px solid #a7f3d0;border-radius:20px;color:#065f46;font-size:11px;font-weight:600;padding:3px 10px}.content{flex:1 1;overflow:auto;padding:20px}.card{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--gray2);border-radius:12px;box-shadow:0 1px 2px #0000000d}.card-head{align-items:center;background:#fafbff;border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--gray2);border-top-left-radius:12px;border-top-right-radius:12px;display:flex;gap:10px;padding:14px 18px;position:relative}.card-head:before{background:#1a56db;background:var(--blue);border-radius:0 3px 3px 0;content:"";height:50%;left:0;position:absolute;top:25%;width:3px}.card-title{color:#1f2937;color:var(--gray8);font-size:14px;font-weight:600}.card-sub{color:#6b7280;color:var(--gray5);font-size:12px;margin-top:1px}.card-body{padding:18px}.card-actions{display:flex;gap:8px;margin-left:auto}.stats-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr);margin-bottom:20px}.stat-card{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--gray2);border-radius:16px;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;box-shadow:var(--shadow-sm);padding:16px 20px;transition:all .2s}.stat-card:hover{box-shadow:0 4px 6px #00000012,0 2px 4px #0000000f;box-shadow:var(--shadow-md);transform:translateY(-2px)}.stat-icon{align-items:center;border-radius:8px;display:flex;height:36px;justify-content:center;margin-bottom:10px;width:36px}.stat-label{color:#6b7280;color:var(--gray5);font-size:12px;font-weight:500;margin-bottom:6px}.stat-value{color:#1f2937;color:var(--gray8);font-size:26px;font-weight:700}.stat-sub{color:#9ca3af;color:var(--gray4);font-size:11px;margin-top:4px}.btn{align-items:center;border:none;border-radius:6px;cursor:pointer;display:inline-flex;font-family:inherit;font-size:13px;font-weight:500;gap:6px;padding:7px 14px;transition:all .15s;white-space:nowrap}.btn:active{box-shadow:none!important;transform:translateY(0)!important}.btn svg{height:14px;width:14px}.btn-primary{background:#1a56db;background:var(--blue);color:#fff}.btn-primary:hover{background:#1e40af;box-shadow:0 4px 6px #1a56db33;transform:translateY(-1px)}.btn-success{background:#057a55;background:var(--green);color:#fff}.btn-success:hover{background:#046940;box-shadow:0 4px 6px #057a5533;transform:translateY(-1px)}.btn-danger{background:#e02424;background:var(--red);color:#fff}.btn-secondary{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--gray2);color:#374151;color:var(--gray7)}.btn-secondary:hover{background:#f9fafb;background:var(--gray0);border-color:#d1d5db;border-color:var(--gray3);box-shadow:0 2px 4px #0000000a;transform:translateY(-1px)}.btn-ghost{background:none;color:#4b5563;color:var(--gray6)}.btn-ghost:hover{background:#f3f4f6;background:var(--gray1)}.btn-sm{font-size:12px;padding:5px 10px}.btn-xs{font-size:11px;padding:3px 8px}.btn:disabled{cursor:not-allowed;opacity:.5}.badge{align-items:center;border:1px solid #0000000a;border-radius:20px;display:inline-flex;font-size:10.5px;font-weight:600;padding:3px 9px;white-space:nowrap;word-break:keep-all}.badge-blue{background:#ebf5ff;background:var(--blue-light);color:#1e3a8a}.badge-green{background:#f3faf7;background:var(--green-light);color:#064e3b}.badge-amber{background:#fdf6b2;background:var(--amber-light);color:#78350f}.badge-red{background:#fdf2f2;background:var(--red-light);color:#9b1c1c}.badge-gray{background:#f3f4f6;background:var(--gray1);color:#4b5563;color:var(--gray6)}.badge-purple{background:#edebfe;color:#4c1d95}.form-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:1fr 1fr}.form-grid-3{grid-gap:14px;display:grid;gap:14px;grid-template-columns:1fr 1fr 1fr}.form-grid-4{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(4,minmax(0,1fr))}.col-span-2{grid-column:span 2}.col-span-3{grid-column:span 3}.form-group{display:flex;flex-direction:column;gap:4px}.form-label{color:#4b5563;color:var(--gray6);font-size:12px;font-weight:500}.req{color:#e02424;color:var(--red);margin-left:2px}.form-control{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--gray2);border-radius:6px;color:#1f2937;color:var(--gray8);font-family:inherit;font-size:13px;outline:none;padding:7px 11px;transition:border-color .15s}.form-control:focus{border-color:#1a56db;border-color:var(--blue);box-shadow:0 0 0 3px #1a56db26}.form-control.readonly,.form-control:disabled{background:#f9fafb;background:var(--gray0);color:#6b7280;color:var(--gray5)}.form-control.auto{background:#f0f9ff;color:#1a56db;color:var(--blue);font-weight:500}select.form-control{cursor:pointer}textarea.form-control{min-height:80px;resize:vertical}.choice-button-group{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr}.choice-button{align-items:center;background:#fff;border:1px solid #e5e7eb;border:1px solid var(--gray2);border-radius:10px;box-shadow:0 1px 2px #00000005;color:#374151;color:var(--gray7);cursor:pointer;display:flex;font-family:inherit;font-size:13px;font-weight:600;justify-content:center;min-height:40px;padding:0 16px;transition:all .2s cubic-bezier(.4,0,.2,1)}.choice-button:hover{background:#f9fafb;background:var(--gray0);transform:translateY(-1px)}.choice-button.active,.choice-button:hover{border-color:#1a56db;border-color:var(--blue);color:#1a56db;color:var(--blue)}.choice-button.active{background:#f0f7ff;box-shadow:0 0 0 3px #1a56db1a,0 2px 4px #1a56db0d;transform:translateY(0)}.auto-locked-field{display:flex;flex-direction:column;gap:8px}.detail-subsection{background:#fbfdff;border:1px solid #e5e7eb;border:1px solid var(--gray2);border-radius:12px;padding:14px 16px}.detail-subsection-head{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:10px}.detail-subsection-title{color:#1f2937;color:var(--gray8);font-size:13px;font-weight:700}.detail-subsection-help{color:#6b7280;color:var(--gray5);font-size:12px;margin-top:4px}.data-table{border-collapse:collapse;width:100%}.data-table th{background:#f9fafb;background:var(--gray0);color:#6b7280;color:var(--gray5);font-size:11px;font-weight:600;text-align:left}.data-table td,.data-table th{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--gray2);padding:9px 12px}.data-table td{color:#374151;color:var(--gray7);font-size:13px}.data-table tr{transition:background .12s ease}.data-table tr:hover td{background:#f0f7ff}.data-table tr:last-child td{border-bottom:none}.split{display:flex;gap:16px;height:calc(100vh - 140px)}.split-left{display:flex;flex-direction:column;flex-shrink:0;gap:12px;width:280px}.split-right{flex:1 1;min-width:0;overflow:auto}.search-box{position:relative}.search-box svg{color:#9ca3af;color:var(--gray4);height:14px;left:9px;position:absolute;top:50%;transform:translateY(-50%);width:14px}.search-box input{border:1px solid #e5e7eb;border:1px solid var(--gray2);border-radius:6px;font-family:inherit;font-size:13px;outline:none;padding:7px 10px 7px 30px;width:100%}.search-box input:focus{border-color:#1a56db;border-color:var(--blue);box-shadow:0 0 0 3px #1a56db26}.list-item{align-items:center;border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--gray2);cursor:pointer;display:flex;gap:10px;padding:11px 14px;transition:background .1s}.list-item:last-child{border-bottom:none}.list-item:hover{background:#f9fafb;background:var(--gray0)}.list-item.selected{background:#ebf5ff;background:var(--blue-light);border-left:3px solid #1a56db;border-left:3px solid var(--blue)}.list-avatar{align-items:center;border-radius:8px;color:#fff;display:flex;flex-shrink:0;font-size:12px;font-weight:700;height:34px;justify-content:center;width:34px}.list-avatar-logo{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--gray2);overflow:hidden;padding:4px}.list-avatar-logo-image{display:block;height:100%;object-fit:contain;width:100%}.tab-row{border-bottom:2px solid #e5e7eb;border-bottom:2px solid var(--gray2);display:flex;gap:2px;margin-bottom:18px}.tab-btn{background:none;border:none;border-bottom:2px solid #0000;color:#6b7280;color:var(--gray5);cursor:pointer;font-family:inherit;font-size:13px;font-weight:500;margin-bottom:-2px;padding:8px 16px;transition:all .15s}.tab-btn.active{border-bottom-color:#1a56db;border-bottom-color:var(--blue);color:#1a56db;color:var(--blue)}.tab-btn:hover{color:#1f2937;color:var(--gray8)}.modal-overlay{align-items:center;background:#0006;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.modal{background:#fff;border-radius:16px;box-shadow:0 10px 15px #0000001a,0 4px 6px #0000000d;box-shadow:var(--shadow-lg);max-height:90vh;overflow-y:auto;padding:24px;width:480px}.modal-title{font-size:16px;font-weight:700;margin-bottom:16px}.modal-footer{border-top:1px solid #e5e7eb;border-top:1px solid var(--gray2);display:flex;gap:8px;justify-content:flex-end;margin-top:20px;padding-top:16px}.attachment-viewer-overlay{background:#0f172a42;display:flex;inset:0;justify-content:flex-end;position:fixed;z-index:1050}.z-9999{z-index:9999}::-webkit-scrollbar{height:6px;width:6px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background:#9ca3af66;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#6b728099}.empty-state{align-items:center;background:#fafbfc;border:1px dashed #d1d5db;border:1px dashed var(--gray3);border-radius:12px;color:#6b7280;color:var(--gray5);display:flex;flex-direction:column;justify-content:center;padding:48px 24px;text-align:center}.empty-state-icon{font-size:32px;margin-bottom:12px;opacity:.8}.empty-state-title{color:#374151;color:var(--gray7);font-size:14px;font-weight:600;margin-bottom:6px}.empty-state-desc{font-size:12.5px}.attachment-viewer-panel{background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:-18px 0 42px #0f172a29;display:flex;flex-direction:column;height:100vh;width:min(440px,100vw)}.attachment-viewer-head{align-items:flex-start;border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--gray2);display:flex;gap:16px;justify-content:space-between;padding:22px 22px 18px}.attachment-viewer-eyebrow{color:#0694a2;color:var(--teal);font-size:11px;font-weight:700;letter-spacing:.08em;margin-bottom:8px;text-transform:uppercase}.attachment-viewer-title{color:#1f2937;color:var(--gray8);font-size:18px;font-weight:700;word-break:break-all}.attachment-viewer-sub{color:#6b7280;color:var(--gray5);font-size:12px;margin-top:6px}.attachment-viewer-body{flex:1 1;overflow-y:auto;padding:18px}.attachment-viewer-list{grid-gap:10px;display:grid;gap:10px}.attachment-item{align-items:center;background:#fffffff5;border:1px solid #e5e7eb;border:1px solid var(--gray2);border-radius:12px;display:flex;gap:12px;justify-content:space-between;padding:12px 14px}.attachment-item-name{color:#1f2937;color:var(--gray8);font-size:13px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.attachment-item-meta{color:#6b7280;color:var(--gray5);font-size:11px;margin-top:4px}.attachment-viewer-empty{align-items:center;color:#6b7280;color:var(--gray5);display:flex;flex-direction:column;font-size:13px;gap:12px;justify-content:center;min-height:240px;text-align:center}.delivery-role-panel{background:linear-gradient(180deg,#f8fbff,#f1f6fd);border:1px solid #d7e3f4;border-radius:12px;margin-bottom:14px;padding:14px 16px}.delivery-role-panel-head{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;margin-bottom:12px}.delivery-role-panel-title{color:#1f2937;color:var(--gray8);font-size:13px;font-weight:700}.delivery-role-panel-sub{color:#6b7280;color:var(--gray5);font-size:12px;margin-top:4px}.delivery-role-guide{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr))}.delivery-role-guide.compact .delivery-role-detail{display:none}.delivery-role-step{background:#ffffffd9;border:1px solid #e5e7eb;border:1px solid var(--gray2);border-radius:10px;padding:10px 12px}.delivery-role-step-head{align-items:center;display:flex;gap:8px;margin-bottom:6px}.delivery-role-index{align-items:center;background:#1f2733;background:var(--navy);border-radius:999px;color:#fff;display:inline-flex;font-size:11px;font-weight:700;height:20px;justify-content:center;width:20px}.delivery-role-name{color:#1f2937;color:var(--gray8);font-size:12px;font-weight:700}.delivery-role-owner{color:#1a56db;color:var(--blue);font-size:12px;font-weight:600}.delivery-role-detail{color:#6b7280;color:var(--gray5);font-size:11px;margin-top:4px}.delivery-owner-banner{align-items:flex-start;background:#f8fbff;border:1px solid #dbeafe;border-radius:12px;display:flex;gap:16px;justify-content:space-between;margin-bottom:12px;padding:14px 16px}.delivery-owner-banner-title{color:#1f2937;color:var(--gray8);font-size:13px;font-weight:700}.delivery-owner-banner-sub{color:#6b7280;color:var(--gray5);font-size:12px;margin-top:4px}.delivery-print-selection-banner{align-items:flex-start;background:linear-gradient(180deg,#f8fbff,#eef5ff);border:1px solid #dbeafe;border-radius:12px;box-shadow:0 4px 6px -1px #0000000d;display:flex;gap:16px;justify-content:space-between;margin-bottom:12px;padding:14px 16px;position:sticky;top:0;z-index:10}.delivery-print-selection-title{color:#1f2937;color:var(--gray8);font-size:13px;font-weight:700}.delivery-print-selection-sub{color:#6b7280;color:var(--gray5);font-size:12px;margin-top:4px}.delivery-print-selection-actions{display:flex;flex-wrap:wrap;gap:8px}.delivery-history-guide{background:#f9fafb;background:var(--gray0);border:1px solid #e5e7eb;border:1px solid var(--gray2);border-radius:10px;margin-top:12px;padding:12px 14px}.delivery-history-guide-title{color:#374151;color:var(--gray7);font-size:12px;font-weight:700;margin-bottom:4px}.delivery-history-guide-text{color:#6b7280;color:var(--gray5);font-size:12px}.delivery-print-page{grid-gap:16px;display:grid;gap:16px}.delivery-print-toolbar{display:flex;gap:8px;justify-content:flex-end}.delivery-print-sheet{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--gray2);border-radius:14px;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;box-shadow:var(--shadow-sm);padding:24px}.delivery-print-header{margin-bottom:18px}.delivery-print-title-row{align-items:center;display:flex;gap:16px;justify-content:space-between}.delivery-print-title-row h1{color:#1f2937;color:var(--gray8);font-size:28px}.delivery-print-approval-boxes{display:flex;gap:10px}.delivery-print-approval-boxes span{border:1px solid #d1d5db;border:1px solid var(--gray3);border-radius:10px;color:#374151;color:var(--gray7);font-size:12px;font-weight:700;min-width:92px;padding:14px 12px;text-align:center}.delivery-print-sub{color:#6b7280;color:var(--gray5);font-size:12px;margin-top:8px}.delivery-print-date-section{grid-gap:10px;display:grid;gap:10px}.delivery-print-date-heading{background:#111827;border-radius:10px;color:#fff;font-size:20px;font-weight:800;padding:10px 14px}.delivery-print-table-wrap{overflow-x:auto}.delivery-print-table{border-collapse:collapse;font-size:12px;width:100%}.delivery-print-table td,.delivery-print-table th{border:1px solid #111827;padding:6px 8px;text-align:center;vertical-align:middle}.delivery-print-table th{background:#f3f4f6;font-weight:700}.delivery-print-subtotal td{background:#eff6ff;font-weight:700}.delivery-print-grandtotal td{background:#fce7f3;font-weight:700}.delivery-print-overall-total{border-top:2px solid #111827;color:#1f2937;color:var(--gray8);font-size:15px;font-weight:800;padding-top:6px;text-align:right}.approval-review-banner{align-items:flex-start;background:linear-gradient(180deg,#ebf5ff,#f8fbff);border:1px solid #bfdbfe;border-radius:12px;display:flex;gap:12px;justify-content:space-between;margin-bottom:12px;padding:14px 16px}.approval-review-title{color:#1a56db;color:var(--blue);font-size:13px;font-weight:700}.approval-review-sub{color:#4b5563;color:var(--gray6);font-size:12px;margin-top:4px}.approval-review-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:12px}.approval-review-card,.approval-review-notes{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--gray2);border-radius:12px;padding:14px 16px}.approval-review-card-title{color:#1f2937;color:var(--gray8);font-size:13px;font-weight:700;margin-bottom:10px}.approval-review-facts{grid-gap:8px;display:grid;gap:8px}.approval-review-facts>div,.approval-review-note-item{align-items:flex-start;display:flex;gap:12px;justify-content:space-between}.approval-review-facts span,.approval-review-note-item span{color:#6b7280;color:var(--gray5);flex-shrink:0;font-size:12px}.approval-review-facts strong,.approval-review-note-item strong{color:#1f2937;color:var(--gray8);font-size:12px;font-weight:700;text-align:right}.approval-review-plan-list{grid-gap:8px;display:grid;gap:8px}.approval-review-plan-item{align-items:flex-start;background:#f9fafb;background:var(--gray0);border:1px solid #e5e7eb;border:1px solid var(--gray2);border-radius:10px;display:flex;gap:10px;padding:10px 12px}.approval-review-plan-round{background:#ebf5ff;background:var(--blue-light);border-radius:999px;color:#1a56db;color:var(--blue);font-size:11px;font-weight:700;min-width:42px;padding:4px 0;text-align:center}.approval-review-plan-date{color:#1f2937;color:var(--gray8);font-size:12px;font-weight:700}.approval-review-plan-qty{color:#6b7280;color:var(--gray5);font-size:11px;margin-top:4px}.approval-review-note-grid{grid-gap:10px;display:grid;gap:10px}.approval-review-attachment-list{grid-gap:8px;display:grid;gap:8px}.approval-review-attachment-item{background:#f9fafb;background:var(--gray0);border:1px solid #e5e7eb;border:1px solid var(--gray2);border-radius:10px;color:#374151;color:var(--gray7);font-size:12px;font-weight:600;overflow:hidden;padding:10px 12px;text-overflow:ellipsis;white-space:nowrap}.order-spec-detail-banner{align-items:flex-start;background:linear-gradient(180deg,#f8fafc,#fff);border:1px solid #d8e2f0;border-radius:12px;display:flex;gap:12px;justify-content:space-between;margin-bottom:12px;padding:14px 16px}.order-spec-detail-title{color:#1f2937;color:var(--gray8);font-size:13px;font-weight:700}.order-spec-detail-hero-code{color:var(--gray9);font-size:22px;font-weight:800;line-height:1.2;margin-top:4px;word-break:break-all}.order-spec-detail-sub{color:#4b5563;color:var(--gray6);font-size:12px;margin-top:4px}.order-spec-detail-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:12px}.order-spec-detail-card{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--gray2);border-radius:12px;padding:14px 16px}.order-spec-detail-card-title{color:#1f2937;color:var(--gray8);font-size:13px;font-weight:700;margin-bottom:10px}.order-spec-detail-facts{grid-gap:8px;display:grid;gap:8px}.order-spec-detail-facts>div{align-items:flex-start;display:flex;gap:12px;justify-content:space-between}.order-spec-detail-facts span{color:#6b7280;color:var(--gray5);flex-shrink:0;font-size:12px}.order-spec-detail-facts strong{color:#1f2937;color:var(--gray8);font-size:12px;font-weight:700;text-align:right}.order-spec-detail-stat-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:12px}.order-spec-detail-stat{background:#f9fafb;background:var(--gray0);border:1px solid #e5e7eb;border:1px solid var(--gray2);border-radius:10px;padding:10px 12px}.order-spec-detail-stat span{color:#6b7280;color:var(--gray5);display:block;font-size:11px}.order-spec-detail-stat strong{color:#1f2937;color:var(--gray8);display:block;font-size:18px;font-weight:800;margin-top:4px}.order-spec-detail-attachment-list,.order-spec-detail-plan-list{grid-gap:8px;display:grid;gap:8px;margin-top:12px}.order-spec-detail-plan-table-wrap{margin-top:12px;overflow-x:auto}.order-spec-detail-plan-table{border:1px solid #e5e7eb;border:1px solid var(--gray2);border-radius:10px;display:grid;grid-template-columns:minmax(56px,72px) minmax(120px,1.6fr) repeat(6,minmax(64px,.7fr));min-width:760px;overflow:hidden}.order-spec-detail-plan-head{background:#f8fafc;color:#6b7280;color:var(--gray5);font-size:11px;font-weight:700}.order-spec-detail-plan-cell,.order-spec-detail-plan-head{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--gray2);padding:10px 12px}.order-spec-detail-plan-cell{color:#374151;color:var(--gray7);font-size:12px}.order-spec-detail-plan-table>:nth-last-child(-n+8){border-bottom:none}.order-spec-detail-plan-cell-round{color:#1a56db;color:var(--blue);font-weight:700}.order-spec-detail-plan-cell-total{color:#1f2937;color:var(--gray8);font-weight:700}.order-spec-detail-plan-item{align-items:flex-start;background:#f9fafb;background:var(--gray0);border:1px solid #e5e7eb;border:1px solid var(--gray2);border-radius:10px;display:flex;gap:10px;padding:10px 12px}.order-spec-detail-plan-round{background:#eef4ff;border-radius:999px;color:#1a56db;color:var(--blue);font-size:11px;font-weight:700;min-width:42px;padding:4px 0;text-align:center}.order-spec-detail-plan-date{color:#1f2937;color:var(--gray8);font-size:12px;font-weight:700}.order-spec-detail-plan-qty{color:#6b7280;color:var(--gray5);font-size:11px;margin-top:4px}.order-spec-detail-attachment-item{background:#f9fafb;background:var(--gray0);border:1px solid #e5e7eb;border:1px solid var(--gray2);border-radius:10px;color:#374151;color:var(--gray7);font-size:12px;font-weight:600;overflow:hidden;padding:10px 12px;text-overflow:ellipsis;white-space:nowrap}.order-spec-plan-summary{background:linear-gradient(180deg,#f8fafc,#fff);border:1px solid #d8e2f0;border-radius:12px;margin-bottom:12px;padding:14px 16px}.order-spec-plan-summary-head{align-items:flex-start;display:flex;gap:12px;justify-content:space-between}.order-spec-plan-summary-title{color:#1f2937;color:var(--gray8);font-size:13px;font-weight:700}.order-spec-plan-summary-empty{background:#f9fafb;background:var(--gray0);border:1px dashed #e5e7eb;border:1px dashed var(--gray2);border-radius:10px;color:#4b5563;color:var(--gray6);font-size:12px;padding:14px 16px}.toast-container{bottom:20px;display:flex;flex-direction:column;gap:8px;position:fixed;right:20px;z-index:9999}.toast{align-items:center;animation:slideIn .3s ease;background:#1f2937;background:var(--gray8);border-radius:8px;box-shadow:0 10px 15px #0000001a,0 4px 6px #0000000d;box-shadow:var(--shadow-lg);color:#fff;display:flex;font-size:13px;font-weight:500;gap:8px;max-width:360px;padding:11px 18px}.toast.success{background:#057a55;background:var(--green)}.toast.error{background:#e02424;background:var(--red)}.toast.warning{background:#c27803;background:var(--amber)}@keyframes slideIn{0%{opacity:0;transform:translateX(100px)}to{opacity:1;transform:translateX(0)}}.page-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px;padding-left:14px;position:relative}.page-header:before{background:#1a56db;background:var(--blue);border-radius:2px;content:"";height:80%;left:0;position:absolute;top:10%;width:4px}.page-title{color:#1f2937;color:var(--gray8);font-size:18px;font-weight:700}.page-sub{color:#6b7280;color:var(--gray5);font-size:11.5px;margin-top:4px}.section-divider{background:#e5e7eb;background:var(--gray2);height:1px;margin:18px 0}.auth-page{align-items:center;background:radial-gradient(circle at 15% 20%,#64748b24,#0000 36%),radial-gradient(circle at 85% 80%,#4755691f,#0000 32%),linear-gradient(145deg,#111827,#1f2937 55%,#161d2b);display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:32px;position:relative}.auth-bg-blob{animation:blobFloat 12s ease-in-out infinite alternate;border-radius:50%;filter:blur(90px);pointer-events:none;position:absolute}.auth-bg-blob-1{animation-duration:15s;background:radial-gradient(circle,#6366f12e,#0000 70%);height:600px;left:-150px;top:-180px;width:600px}.auth-bg-blob-2{animation-direction:alternate-reverse;animation-duration:11s;background:radial-gradient(circle,#2563d724,#0000 70%);bottom:-120px;height:480px;right:-100px;width:480px}@keyframes blobFloat{0%{transform:translate(0) scale(1)}to{transform:translate(24px,16px) scale(1.06)}}.auth-glass-card{align-items:center;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);background:#1e293beb;border:1px solid #ffffff1a;border-radius:32px;box-shadow:0 32px 80px #00000080,inset 0 0 0 1px #ffffff0d;display:flex;flex-direction:column;padding:52px 52px 36px;position:relative;text-align:center;width:min(520px,100%);z-index:1}.auth-glass-logo-wrap{align-items:center;display:flex;justify-content:center;margin-bottom:24px}.auth-glass-logo{filter:drop-shadow(0 2px 10px rgba(0,0,0,.35));height:auto;width:min(300px,100%)}.auth-glass-tags{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:24px}.auth-glass-tag{align-items:center;background:#63a3ff1f;border:1px solid #93c5fd33;border-radius:999px;color:#bad8ffe6;display:inline-flex;font-size:12px;font-weight:600;letter-spacing:.01em;padding:5px 14px}.auth-glass-tagline{font-size:26px;font-weight:800;letter-spacing:-.025em;line-height:1.3;margin-bottom:8px}.auth-glass-tagline-main{color:#f8fafcf2}.auth-glass-tagline-accent{color:#60a5fa}.auth-glass-sub{color:#94a3b8d9;font-size:15px;line-height:1.7;margin-bottom:32px}.auth-glass-btn{align-items:center;background:linear-gradient(180deg,#fff,#edf4ff);border:none;border-radius:14px;box-shadow:0 6px 20px #00000047,inset 0 1px 2px #fff9;color:#0d3d94;cursor:pointer;display:flex;font-family:inherit;font-size:16px;font-weight:700;gap:12px;justify-content:center;letter-spacing:-.01em;padding:16px 24px;transition:transform .15s ease,box-shadow .15s ease;width:100%}.auth-glass-btn:hover:not(:disabled){box-shadow:0 12px 28px #0000005c,inset 0 1px 2px #ffffffb3;transform:translateY(-2px)}.auth-glass-btn:active:not(:disabled){transform:translateY(0)}.auth-glass-btn:disabled{cursor:not-allowed;opacity:.5}.auth-card-eliv{margin-top:28px;width:100%}.auth-card-eliv-divider{background:linear-gradient(90deg,#0000,#ffffff1f 30%,#ffffff1f 70%,#0000);height:1px;margin-bottom:18px;width:100%}.auth-card-eliv-inner{align-items:center;display:flex;flex-direction:column;gap:2px}.auth-card-eliv-kicker{color:#94a3b88c;font-size:10px;font-weight:300;letter-spacing:.12em;text-transform:lowercase}.auth-eliv-inline{color:#6ea8e0;margin-bottom:-44px;margin-top:-44px;transform:scale(.38);transform-origin:center top}.loading-spinner{border:2px solid #fff3;border-top-color:#ffffffe6}.auth-shell{background:#fff;border:1px solid #ffffff2e;border-radius:30px;box-shadow:0 32px 80px #00000047;display:grid;grid-template-columns:1.2fr .88fr;overflow:hidden;width:min(1120px,100%)}.auth-brand-panel{background:radial-gradient(circle at 18% 18%,#2562d71a,#0000 28%),radial-gradient(circle at 82% 16%,#2562d714,#0000 24%),linear-gradient(180deg,#fff,#f4f8ff);color:#0b2b66;display:flex;flex-direction:column;justify-content:space-between;min-height:640px;padding:56px 56px 44px}.auth-brand-mark{align-items:center;display:inline-flex;width:fit-content}.auth-brand-logo-image{display:block;filter:drop-shadow(0 18px 28px rgba(18,48,102,.1));height:auto;width:min(760px,100%)}.auth-brand-copy{margin-top:12px}.auth-brand-kicker{color:#0b2b668c;font-size:11px;letter-spacing:.24em;margin-bottom:18px;text-transform:uppercase}.auth-brand-title{color:#0b2b66;font-size:34px;font-weight:700;margin-bottom:12px}.auth-brand-sub{color:#0b2b66b8;font-size:16px;line-height:1.75}.auth-brand-notes{grid-gap:14px;display:grid;gap:14px;margin-top:48px}.auth-brand-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:36px}.auth-tag{align-items:center;background:#2563d714;border:1px solid #2563d71f;border-radius:999px;color:#0b2b66c7;display:inline-flex;font-size:12px;font-weight:600;padding:8px 14px}.auth-brand-footer{margin-top:auto;padding-top:18px}.eliv-kicker{color:#163f8f;font-size:14px;font-weight:300;letter-spacing:.02em;margin-bottom:6px}.eliv-logo{align-items:flex-end;color:#1550b7;display:flex;gap:6px}.eliv-letter{font-size:74px;font-weight:300;letter-spacing:-.08em;line-height:.88}.eliv-pillars{align-items:flex-end;display:flex;gap:5px;padding:0 1px 5px}.eliv-pillar{border-radius:4px;box-shadow:inset 0 0 0 1px #ffffff24;height:62px;width:18px}.eliv-pillar-cyan{background:linear-gradient(180deg,#15c3d9,#0ea5c8);clip-path:polygon(0 0,100% 0,100% 100%,28% 78%,0 62%)}.eliv-pillar-lime{background:linear-gradient(180deg,#c8ea59,#acd73c);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.auth-note-item{align-items:center;color:#0b2b66c7;display:flex;font-size:14px;gap:12px}.auth-note-bullet{background:#2563d7;border-radius:999px;box-shadow:0 0 0 6px #2563d71f;height:10px;width:10px}.auth-card{background:linear-gradient(180deg,#0c2454,#0f3276);padding:44px 40px}.auth-card-enterprise{display:flex;flex-direction:column;justify-content:center}.auth-card-header{margin-bottom:28px}.auth-card-eyebrow{color:#ffffff94;font-size:11px;letter-spacing:.18em;margin-bottom:14px;text-transform:uppercase}.auth-title{color:#fff;font-size:30px;font-weight:700;margin-bottom:10px}.auth-sub{color:#ffffffbd;font-size:14px;line-height:1.8}.auth-login-button{background:linear-gradient(180deg,#fff,#edf4ff);border:1px solid #ffffffe0;box-shadow:0 14px 28px #071a3f38;color:#0d3d94;font-size:15px;font-weight:700;gap:10px;justify-content:center;margin-bottom:16px;padding:13px 16px;width:100%}.auth-login-button:hover:not(:disabled){background:linear-gradient(180deg,#fff,#e3efff);transform:translateY(-1px)}.auth-login-button:disabled{background:linear-gradient(180deg,#f5f7fb,#e8edf7);border-color:#fff9;box-shadow:none;color:#0d3d948c}.auth-card-footer{color:#ffffff94;font-size:12px}.ms-logo{grid-gap:2px;display:grid;flex-shrink:0;gap:2px;grid-template-columns:1fr 1fr;height:16px;width:16px}.ms-logo-tile{border-radius:1px;height:7px;width:7px}.ms-logo-red{background:#f25022}.ms-logo-green{background:#7fba00}.ms-logo-blue{background:#00a4ef}.ms-logo-yellow{background:#ffb900}.auth-error{background:#ffececf5;border:1px solid #fca5a5e0;border-radius:10px;color:#e02424;color:var(--red);font-size:12px;margin-top:14px;padding:10px 12px}.loading-spinner{animation:spin .7s linear infinite;border:2px solid #e5e7eb;border-top-color:#1a56db;border:2px solid var(--gray2);border-radius:50%;border-top-color:var(--blue);height:20px;width:20px}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:900px){.stats-grid{grid-template-columns:1fr 1fr}.form-grid,.form-grid-4{grid-template-columns:1fr}.split{flex-direction:column;height:auto}.split-left{width:100%}.auth-page{padding:18px}.auth-shell{grid-template-columns:1fr}.auth-brand-panel{min-height:auto;padding:34px 24px 28px}.auth-card{padding:28px 24px 30px}.auth-brand-title{font-size:28px}.auth-brand-logo-image{width:min(560px,100%)}.eliv-kicker{font-size:12px}.eliv-letter{font-size:54px}.eliv-pillar{height:46px;width:14px}.eliv-pillars{gap:4px;padding-bottom:4px}.auth-title{font-size:26px}.attachment-viewer-panel{width:100vw}.attachment-viewer-head{padding:18px 16px 16px}.attachment-viewer-body{padding:14px}.attachment-item{align-items:flex-start;flex-direction:column}.approval-review-grid,.delivery-role-guide,.order-spec-detail-grid{grid-template-columns:1fr}.order-spec-detail-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.order-spec-detail-plan-table{grid-template-columns:minmax(56px,72px) minmax(120px,1.4fr) repeat(6,minmax(56px,.6fr))}.order-spec-plan-summary-head{flex-direction:column}.order-specs-table thead{display:none}.order-specs-table,.order-specs-table tbody,.order-specs-table td,.order-specs-table tr{display:block;width:100%}.order-specs-table tr{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--gray2);border-radius:12px;margin-bottom:12px;overflow:hidden}.order-specs-table tr:hover td{background:#0000}.order-specs-table td{align-items:flex-start;border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--gray2);display:flex;gap:16px;justify-content:space-between;min-width:0!important;padding:10px 12px;white-space:normal!important}.order-specs-table td:last-child{border-bottom:none}.order-specs-table td:before{color:#6b7280;color:var(--gray5);content:attr(data-label);flex-shrink:0;font-size:11px;font-weight:700;min-width:78px;padding-top:2px}.order-specs-table td>*{margin-left:auto;min-width:0;text-align:right}.order-specs-table td[data-label="제품 정보"]>*,.order-specs-table td[data-label=\C561\C158]>*,.order-specs-table td[data-label=\CD9C\D558\D604\D669]>*{margin-left:0;text-align:left;width:100%}.order-specs-table td[data-label=\C8FC\BB38\BC88\D638]>*{margin-left:auto;text-align:right}.approval-review-banner,.delivery-owner-banner,.delivery-print-selection-banner,.delivery-role-panel-head,.order-spec-detail-banner{flex-direction:column}.delivery-print-selection-actions{width:100%}.delivery-print-title-row{align-items:flex-start;flex-direction:column}.delivery-print-approval-boxes{width:100%}}@media print{body{background:#fff}.no-print,.sidebar,.topbar{display:none!important}.app-layout,.content,.main{display:block;height:auto;overflow:visible;padding:0}.delivery-print-sheet{border:none;border-radius:0;box-shadow:none;padding:0}.delivery-print-title-row h1{font-size:24px}}
/*# sourceMappingURL=main.30393b5e.css.map*/