@charset "UTF-8";[data-v-dbc98b4f] .dialog-content{display:flex;flex-direction:column;max-height:90vh}[data-v-dbc98b4f] .dialog-title{position:sticky;top:0;z-index:50;background-color:#fff;padding:16px 24px;border-bottom:1px solid #e5e7eb;flex-shrink:0}[data-v-dbc98b4f] .dialog-description{flex:1;overflow-y:auto;padding:16px 24px}[data-v-dbc98b4f] .dialog-footer{flex-shrink:0;border-top:1px solid #e5e7eb;padding:16px 24px}.prompt-input-wrapper[data-v-f864a14e]{margin:16px 0}.input-error[data-v-f864a14e]{color:#ef4444;font-size:12px;margin-top:8px}:root{--dim: rgba(0, 0, 0, .3);--Gray-T1: #222;--Gray-T2: #444;--Gray-T3: #666;--Gray-T4: #999;--Gray-T5: #bbb;--Gray-T6: #ddd;--Line-L1: #aaaaaa;--Line-L2: #bbbbbb;--Line-L3: #e1e2e4;--Line-L4: rgba(39, 110, 241, .1);--Background-Wh: #ffffff;--Background-BG1: #f8f5ff;--Background-BG2: #f0ecff;--Background-BG3: #fafafa;--Background-BG4: #f3f3f3;--Background-BG5: #eeeeee;--HighLighted-HL1: #ebe8ff;--Background-DISABLE: #f5f5f5;--Primary-BG1: #583eff;--Primary-BG2: #276ef1;--Pressed-PS1: #452dcc;--Pressed-PS2: #1f5ed8;--Pressed-PS3: #c42d2d;--Danger-DS1: #d33838;--transition-duration: .3s;--transition-duration-fast: .1s;--transition-function-ease-in-out-bezier: cubic-bezier(.645, .045, .355, 1);--transition-function-fast-bezier: cubic-bezier(.23, 1, .32, 1);--transition-all: all var(--transition-duration);--transition-all-ease: all var(--transition-duration) ease;--transition-all-ease-fast: all var(--transition-duration-fast) ease;--transition-all-linear: all var(--transition-duration) linear;--transition-fade: opacity var(--transition-duration) var(--transition-function-fast-bezier);--transition-fade-linear: opacity var(--transition-duration-fast) linear;--transition-fade-ease: opacity var(--transition-duration) ease}body{margin:0;padding:0;box-sizing:border-box}*{box-sizing:border-box}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;vertical-align:baseline}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}a{text-decoration:none}a,a:focus,a:hover{color:inherit;outline:none;text-decoration:none}div:focus{outline:none}img{vertical-align:top;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;object-fit:cover}.app-wrapper{position:relative;width:100%;height:100%}.header{display:flex;align-items:center;justify-content:space-between;width:100%;height:65px;padding:10px 20px;position:sticky;top:0;z-index:2;background-color:var(--Background-Wh)}.app-main{position:relative;width:100%;display:flex}.app-main.close-side-menu .app-side{margin-left:-210px}.app-main.close-side-menu .app-contents{margin-left:0}.app-side{flex:0 0 210px;width:210px;position:fixed;left:0;top:65px;bottom:0;padding:10px 20px;transition:var(--transition-all-ease);background-color:var(--Background-BG1)}.side-menu-item{margin:8px;cursor:pointer}.side-menu-item.active{color:var(--Pressed-PS1);font-weight:700}.side-menu-item:hover{color:var(--Pressed-PS1)}.app-contents{flex:1;position:relative;transition:var(--transition-all-ease);margin-left:210px;min-width:0;width:100%}.app-inner-contents{min-height:calc(100vh - 185px);padding:20px}.footer{width:100%;height:50px;text-align:right;display:flex;padding:0 16px;color:#888;font-size:.875rem;align-items:center;justify-content:end}.loading{border:3px solid #fff;border-top:3px solid #3498db;border-radius:50%;width:20px;height:20px;animation:spin 1s linear infinite}.ub-loading-block{display:flex;justify-content:center;align-items:center;height:60px}.hr-divider{border-style:dashed;border-color:var(--Line-L2);margin:16px 0}.nav-tap-wrapper{width:100%;height:40px;background:var(--Background-BG4);padding:0 20px 0 12px;display:flex;align-items:flex-end;position:sticky;top:65px;z-index:2}.nav-tap-wrapper .nav-tap-content{display:flex;align-items:center;height:36px}.nav-tap-wrapper .nav-tap-content .nav-tap-item{height:100%;padding:0 16px;font-size:15px;display:flex;align-items:center;cursor:pointer}.nav-tap-wrapper .nav-tap-content .nav-tap-item.active{background-color:var(--Background-Wh)}.nav-tap-wrapper .nav-tap-content .nav-tap-item:hover{color:var(--Gray-T1)}.nav-tap-wrapper .nav-tap-content .nav-tap-item .item-name{height:36px;display:flex;justify-content:center;align-items:center;padding:0 4px}.nav-tap-wrapper .nav-tap-content .nav-tap-item .item-close{height:36px}.nav-tap-wrapper .nav-tap-content .nav-tap-item .item-close:hover{cursor:pointer}.login-wrapper{position:fixed;display:flex;height:100vh;width:100%}.login-side{width:30%;display:flex;align-items:center;justify-content:center;background-color:var(--Background-BG1)}.login-contents{flex:1;display:flex;vertical-align:middle;align-items:center}.login-form{width:480px;margin:auto}.txt-gray{color:var(--Gray-T3)}.client-wrapper{display:flex;gap:10px}.client-wrapper .left-title{height:40px;display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.client-wrapper .client-inner-left{width:600px;padding:10px;border:1px solid var(--Line-L1);border-radius:4px}.client-wrapper .client-inner-right{padding:16px;flex:1;border:1px solid var(--Line-L1);border-radius:4px}.mt-1{margin-top:4px}.mb-1{margin-bottom:4px}.ml-1{margin-left:4px}.mr-1{margin-right:4px}.my-1{margin-top:4px;margin-bottom:4px}.mx-1{margin-left:4px;margin-right:4px}.mt-2{margin-top:8px}.mb-2{margin-bottom:8px}.ml-2{margin-left:8px}.mr-2{margin-right:8px}.my-2{margin-top:8px;margin-bottom:8px}.mx-2{margin-left:8px;margin-right:8px}.mt-3{margin-top:12px}.mb-3{margin-bottom:12px}.ml-3{margin-left:12px}.mr-3{margin-right:12px}.my-3{margin-top:12px;margin-bottom:12px}.mx-3{margin-left:12px;margin-right:12px}.mt-4{margin-top:16px}.mb-4{margin-bottom:16px}.ml-4{margin-left:16px}.mr-4{margin-right:16px}.my-4{margin-top:16px;margin-bottom:16px}.mx-4{margin-left:16px;margin-right:16px}.mt-5{margin-top:20px}.mb-5{margin-bottom:20px}.ml-5{margin-left:20px}.mr-5{margin-right:20px}.my-5{margin-top:20px;margin-bottom:20px}.mx-5{margin-left:20px;margin-right:20px}.mt-6{margin-top:24px}.mb-6{margin-bottom:24px}.ml-6{margin-left:24px}.mr-6{margin-right:24px}.my-6{margin-top:24px;margin-bottom:24px}.mx-6{margin-left:24px;margin-right:24px}.mt-7{margin-top:28px}.mb-7{margin-bottom:28px}.ml-7{margin-left:28px}.mr-7{margin-right:28px}.my-7{margin-top:28px;margin-bottom:28px}.mx-7{margin-left:28px;margin-right:28px}.mt-8{margin-top:32px}.mb-8{margin-bottom:32px}.ml-8{margin-left:32px}.mr-8{margin-right:32px}.my-8{margin-top:32px;margin-bottom:32px}.mx-8{margin-left:32px;margin-right:32px}.mt-9{margin-top:36px}.mb-9{margin-bottom:36px}.ml-9{margin-left:36px}.mr-9{margin-right:36px}.my-9{margin-top:36px;margin-bottom:36px}.mx-9{margin-left:36px;margin-right:36px}.mt-10{margin-top:40px}.mb-10{margin-bottom:40px}.ml-10{margin-left:40px}.mr-10{margin-right:40px}.my-10{margin-top:40px;margin-bottom:40px}.mx-10{margin-left:40px;margin-right:40px}.pt-1{padding-top:4px}.pb-1{padding-bottom:4px}.pl-1{padding-left:4px}.pr-1{padding-right:4px}.pt-2{padding-top:8px}.pb-2{padding-bottom:8px}.pl-2{padding-left:8px}.pr-2{padding-right:8px}.pt-3{padding-top:12px}.pb-3{padding-bottom:12px}.pl-3{padding-left:12px}.pr-3{padding-right:12px}.pt-4{padding-top:16px}.pb-4{padding-bottom:16px}.pl-4{padding-left:16px}.pr-4{padding-right:16px}.pt-5{padding-top:20px}.pb-5{padding-bottom:20px}.pl-5{padding-left:20px}.pr-5{padding-right:20px}.pt-6{padding-top:24px}.pb-6{padding-bottom:24px}.pl-6{padding-left:24px}.pr-6{padding-right:24px}.pt-7{padding-top:28px}.pb-7{padding-bottom:28px}.pl-7{padding-left:28px}.pr-7{padding-right:28px}.pt-8{padding-top:32px}.pb-8{padding-bottom:32px}.pl-8{padding-left:32px}.pr-8{padding-right:32px}.pt-9{padding-top:36px}.pb-9{padding-bottom:36px}.pl-9{padding-left:36px}.pr-9{padding-right:36px}.pt-10{padding-top:40px}.pb-10{padding-bottom:40px}.pl-10{padding-left:40px}.pr-10{padding-right:40px}.gap-1{gap:4px}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.gap-5{gap:20px}.gap-6{gap:24px}.gap-7{gap:28px}.gap-8{gap:32px}.gap-9{gap:36px}.gap-10{gap:40px}.flex-center{display:flex;justify-content:center;align-items:center}.flex-left{display:flex;justify-content:flex-start;align-items:center}.flex-right{display:flex;justify-content:flex-end;align-items:center}.flex-justify-between{display:flex;justify-content:space-between;align-items:center}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.btn{padding:0 16px;min-width:85px;border-radius:5px;line-height:16px;height:40px;font-weight:500;width:auto;border-style:none;font-size:14px;white-space:nowrap}.btn .btn-content{display:flex;align-items:center;justify-content:center}.btn.btn-icon{min-width:16px;background-color:transparent;border-color:transparent;vertical-align:middle;height:100%;padding:0}.btn.btn-icon .icon-wrapper{display:flex;align-items:center;justify-content:center}.btn.btn-appendicon{min-width:16px;background-color:transparent;border-color:transparent;vertical-align:middle;height:100%;padding:0;position:absolute;right:10px;top:0}.btn:focus,.btn:focus-visible,.btn:active{outline:none;box-shadow:none;border-style:none;transform:none}.btn:hover{cursor:pointer}.btn[disabled]{border:0;background:var(--Background-DISABLE)!important;color:var(--Gray-T5)!important;cursor:default}.btn[disabled] i{opacity:.3}.btn.size-xlg{min-width:100%;height:60px;border-radius:10px;font-size:16px;width:100%}.btn.size-lg{min-width:100%;height:52px;border-radius:10px;font-size:16px;width:100%}.btn.size-sm{min-width:32px;height:32px}.btn.size-ss{width:16px;height:16px}.btn.size-rectangle{min-width:40px;height:40px;align-items:center;display:flex;justify-content:center}.btn.full{width:100%}.btn.nowrap{min-width:68.5px;white-space:nowrap}.btn .loading{border:2px solid #fff;border-top:2px solid var(--Gray-T1);border-radius:50%;width:14px;height:14px;margin-right:8px;animation:spin 1s linear infinite}.btn.primary{background:var(--Primary-BG2);color:var(--Background-Wh)}.btn.primary:hover{background:var(--Pressed-PS2)}.btn.danger{background:var(--Danger-DS1);color:var(--Background-Wh)}.btn.danger:hover{background:var(--Pressed-PS3)}.btn.secondary{background:var(--Primary-BG1);color:var(--Background-Wh)}.btn.secondary:hover{background:var(--Pressed-PS1)}.btn.gray{background:var(--Gray-T6);color:var(--Gray-T1);border-color:var(--Line-L2)}.btn.gray:hover{background:var(--Gray-T5)}.btn-thick{background:var(--Primary-BG1);color:var(--Background-Wh);border-color:none;width:100%;height:50px}.btn-thick:hover{background:var(--Pressed-PS1)}.btn-thick[disabled]{border:0;background:var(--Background-DISABLE);color:var(--Gray-T5)}.btn-thick[disabled] i{opacity:.3}.input-custom-area{position:relative;width:100%}.input-custom-area .input-inner{position:relative;flex:1 1 auto;width:100%}.input-custom-area .input-prepend{flex:0 0 auto;white-space:nowrap;margin-bottom:4px}.input-custom-area .input-custom{font-size:16px;padding-right:29px}.input-custom-area .input-custom::placeholder{color:var(--Gray-T4);font-size:14px}.input-custom-area .input-custom:focus,.input-custom-area .input-custom:focus-visible,.input-custom-area .input-custom:active{border:1px solid var(--Gray-T1);outline:none;box-shadow:none}.input-custom-area.must .input-prepend:after{content:"*";font-size:14px;line-height:1;color:var(--Danger-DS1);left:4px;position:relative}.input-custom{background:var(--Backgroud-BG5);border-radius:5px;height:40px;padding:0 32px 0 12px;border:1px solid var(--Line-L2);width:100%;color:var(--Gray-T1);overflow:unset;letter-spacing:0}.input-custom[disabled]{background-color:var(--Background-DISABLE);color:var(--Gray-T5);border:1px solid var(--Line-L2)}.input-custom[disabled].must{border:1px solid var(--Line-L2);background-color:var(--Background-DISABLE)}.input-custom[disabled].focus,.input-custom[disabled]:focus,.input-custom[disabled]:focus-visible,.input-custom[disabled]:active{border:1px solid var(--Line-L2);outline:none}.input-custom[readonly]{color:var(--Gray-T1);border:1px solid var(--Line-L2)}.input-custom[readonly].must{border:1px solid var(--Line-L4);background-color:var(--Backgroud-BG2)}.input-custom.bg-none{background:transparent;height:20px;padding:0;border:1px solid transparent}.input-custom.bg-none.full{width:100%}.input-custom.ico-search{padding-left:36px;background:var(--Backgroud-BG5) url(/src/assets/image/icons/ico_search.svg) no-repeat left 5px center}.input-custom.ico-search.must{background-color:var(--Backgroud-BG2)}.combo-anchor{position:relative;display:block}.combo-trigger{position:absolute;right:20px;top:0;height:100%;width:14px;border:0;background:transparent;cursor:pointer}.input-custom-area.combo.focused .combo-trigger img{transform:rotate(180deg)}.input-custom-area.combo .combo-trigger img{transition:var(--transition-all-ease)}.combo-content{background:var(--Background-Wh);border:1px solid var(--Line-L2);border-radius:5px;overflow:hidden;min-width:var(--radix-popper-anchor-width);box-shadow:0 8px 20px #00000014}.combo-viewport{max-height:260px;overflow:auto;padding:6px}.combo-empty{padding:10px 12px;color:var(--Gray-T5)}.combo-item{height:34px;padding:0 12px;border-radius:5px;display:flex;align-items:center;cursor:pointer;color:var(--Gray-T1)}.combo-item[data-highlighted]{background:var(--HighLighted-HL1)}.combo-item[data-disabled]{opacity:.45;cursor:not-allowed}.combo-selected-wrap{border:1px solid var(--Line-L2);border-radius:5px 5px 0 0;padding:4px 8px;margin-top:8px;min-height:40px;display:flex;align-items:center;border-bottom:none}.combo-selected{display:flex;flex-wrap:wrap;gap:8px}.combo-chip{all:unset;cursor:pointer;padding:4px 8px;border-radius:2px;background:#00000014;font-size:15px}.combo-chip .x{margin-left:6px;opacity:.7}.sub-title-area{position:relative;display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.sub-title-area .title-btn-area{display:flex;align-items:center;justify-content:center;gap:0 4px}.sub-title-area .title{font-weight:600;flex:1}.sub-title-area .title--sm{font-size:16px}.sub-title-area .title--md{font-size:18px}.sub-title-area .title--lg{font-size:21px}.sub-title-area .title--xl{font-size:24px}.wrapper-content-section{display:flex;flex-direction:column;border:1px solid var(--Line-L1);border-radius:4px}.wrapper-content-section .default-contentbox{padding:16px}.wrapper-content-section .btn-group{display:flex;align-items:center;justify-content:center;gap:0 8px;padding:0 16px 16px}.default-contentbox{width:100%;display:flex;flex-direction:column;gap:8px 12px}.default-contentbox .form-line{gap:8px 12px;flex-direction:row;justify-content:space-between;width:100%;display:flex;align-items:end}.common-search-item{display:flex;width:100%;gap:8px;font-size:14px;align-items:center}.ub-grid-wrapper,.ub-grid-wrapper .ag-grid-inner{width:100%;height:100%}.grid-in-page{margin:16px 0}.ub-grid-wrapper .ag-header{z-index:0}.ub-grid-wrapper .ag-header-cell-label{justify-content:center}.ub-grid-wrapper .ag-header-cell-resize{align-items:center;cursor:ew-resize;display:flex;height:100%;position:absolute;top:0;width:4px;z-index:2;padding:0 6px;box-sizing:content-box}.ub-grid-wrapper .ag-header-cell-resize:after{height:100%!important;top:0!important;width:1px}.ub-grid-wrapper :where(.ag-ltr) .ag-label{display:none}.ub-grid-wrapper .ag-paging-row-summary-panel{display:none}.dialog-overlay{position:fixed;inset:0;background:#00000059;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:10}.dialog-content{z-index:11;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:fit-content;height:fit-content;overflow:auto;background:#fff;border-radius:12px;padding:20px;box-shadow:0 18px 60px #00000038;animation:dialogIn .14s ease-out;display:flex;flex-direction:column}.dialog-content.size-lg{min-width:1200px;min-height:600px;max-width:min(600px,100vw - 32px);max-height:90vh}.dialog-content.size-default{min-width:800px;min-height:600px;max-width:min(600px,100vw - 32px);max-height:90vh}.dialog-content.size-sm{min-width:400px;min-height:100px;max-width:min(400px,100vw - 32px);max-height:90vh}.dialog-content.size-sm .dialog-title{font-size:18px}.dialog-content.color-error .dialog-title-text,.dialog-content.color-error .dialog-close{color:var(--Danger-DS1)}.dialog-title{margin:0;display:flex;justify-content:space-between}.dialog-title .dialog-title-text{font-weight:600;color:#111}.dialog-title .dialog-close{background-color:transparent;border-color:transparent;padding:0 10px;display:block;height:100%}.dialog-title .dialog-close:hover{cursor:pointer}.dialog-description{margin:20px 0;flex:1}.dialog-footer{display:flex;gap:4px}.dialog-footer .footer-btn{flex:1 1 0}.ub-toast-viewport{position:fixed;top:16px;right:16px;z-index:11;display:flex;flex-direction:column;gap:10px;width:min(360px,100vw - 32px);max-height:calc(100vh - 32px);outline:none}.ub-toast{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:12px;background:#111;color:#fff;box-shadow:0 18px 60px #00000040;animation:ubToastIn .14s ease-out}.ub-toast-body{min-width:0}.ub-toast-title{font-size:14px;font-weight:700;line-height:1.2}.ub-toast-desc{margin-top:6px;font-size:13px;line-height:1.35;opacity:.9;word-break:break-word}.ub-toast-close{all:unset;cursor:pointer;width:28px;height:28px;display:grid;place-items:center;border-radius:8px;opacity:.85}.ub-toast-close:hover{opacity:1;background:#ffffff1f}.is-success{background:var(--Pressed-PS2);color:var(--Background-Wh)}.is-error{background:var(--Pressed-PS3);color:var(--Background-Wh)}.is-info{background:var(--Background-Wh)}.is-default{background:#111}@keyframes ubToastIn{0%{opacity:0;transform:translateY(-6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.dp__input{padding-top:7px!important;padding-bottom:7px!important}.dp--menu-wrapper{box-shadow:0 8px 20px #00000014;border:1px solid var(--Line-L2);border-radius:5px}@keyframes dialogIn{0%{opacity:0;transform:translate(-50%,-48%) scale(.98)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.ub-checkbox{display:flex;align-items:center;gap:8px;-webkit-user-select:none;user-select:none;cursor:pointer}.ub-checkbox.disabled{opacity:.55;cursor:not-allowed}.ub-checkbox-box{padding:0;border-radius:4px;border:1px solid rgba(0,0,0,.25);background:#fff;display:grid;place-items:center;flex:0 0 auto;width:20px;height:20px}.ub-checkbox-box.size-sm{width:16px;height:16px}.ub-checkbox-box[data-state=checked]{border-color:#00000059}.ub-checkbox-box[data-disabled]{cursor:not-allowed}.ub-checkbox-indicator{display:grid;place-items:center}.ub-checkbox-desc{margin-top:4px;font-size:12px;line-height:1.3;opacity:.7}.ub-checkbox{cursor:pointer}.ub-checkbox.disabled{cursor:not-allowed}.ub-tabs-root{width:100%}.ub-tabs-list{display:flex;align-items:center;gap:6px;width:100%;border-bottom:1px solid var(--Line-L2)}.ub-tabs-trigger{all:unset;cursor:pointer;height:40px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;border-radius:5px 5px 0 0;color:var(--Gray-T4);font-size:16px;letter-spacing:0;transition:var(--transition-all-ease)}.ub-tabs-trigger:hover{color:var(--Gray-T1);background:var(--Backgroud-BG5)}.ub-tabs-trigger[data-state=active]{color:var(--Gray-T1);font-weight:700;background:var(--Background-Wh);border:1px solid var(--Line-L2);border-bottom:1px solid var(--Background-Wh)}.ub-tabs-trigger[data-disabled]{opacity:.45;cursor:not-allowed}.ub-tabs-trigger:focus-visible{outline:none;box-shadow:none;border:1px solid var(--Gray-T1)}.ub-tabs-content{width:100%;border:1px solid var(--Line-L2);border-top:none;border-radius:0 5px 5px;background:var(--Background-Wh);padding:12px}
