:root{--background:#fff;--foreground:#171717;--border:#e5e7eb;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--blue-50:#eff6ff;--blue-600:#2563eb;--green-100:#dcfce7;--green-800:#166534;--yellow-100:#fef3c7;--yellow-800:#92400e;--red-100:#fee2e2;--red-800:#991b1b}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}*{box-sizing:border-box;margin:0;padding:0}html,body,#__next{height:100%}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}input,select,textarea{font-family:inherit}.layout-container{background-color:var(--gray-50);min-height:100vh;display:flex}.layout-main{flex-direction:column;flex:1;display:flex}.layout-content{flex:1}.layout-content-inner{padding:1.5rem}.sidebar{border-right:1px solid var(--border);background-color:#fff;width:256px;min-height:100vh}.sidebar-container{padding:1rem}.sidebar-title{margin-bottom:1.5rem;font-size:1.25rem;font-weight:700}.sidebar-nav{flex-direction:column;gap:.25rem;display:flex}.sidebar-menu-item{text-align:left;width:100%;color:var(--gray-700);cursor:pointer;background:0 0;border:none;border-radius:.5rem;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:1rem;transition:background-color .2s;display:flex}.sidebar-menu-item:hover{background-color:var(--gray-50)}.sidebar-menu-item.active{background-color:var(--blue-50);color:var(--blue-600);font-weight:500}.sidebar-icon{flex-shrink:0;font-size:1.25rem}.sidebar-label{flex:1}.sidebar-arrow{font-size:.75rem;transition:transform .2s}.sidebar-arrow.expanded{transform:rotate(180deg)}.sidebar-submenu{flex-direction:column;gap:.25rem;margin-top:.25rem;margin-left:1rem;display:flex}.sidebar-submenu-item{color:var(--gray-600);border-radius:.5rem;padding:.5rem 1rem;font-size:calc(1rem - 1px);text-decoration:none;transition:background-color .2s;display:block}.sidebar-submenu-item:hover{background-color:var(--gray-50)}.sidebar-submenu-item.active{background-color:var(--blue-50);color:var(--blue-600);font-weight:500}.header{border-bottom:1px solid var(--border);background-color:#fff;padding:1rem 1.5rem}.header-content{justify-content:space-between;align-items:center;display:flex}.header-left{align-items:center;gap:1rem;display:flex}.header-toggle{cursor:pointer;background:0 0;border:none;border-radius:.5rem;padding:.5rem;font-size:1.25rem;transition:background-color .2s}.header-toggle:hover{background-color:var(--gray-100)}.header-title{font-size:1rem;font-weight:500}.header-right{align-items:center;gap:1rem;display:flex}.header-user-info{color:var(--gray-600);font-size:.875rem}.header-logout-btn{border:1px solid var(--border);cursor:pointer;background-color:#fff;border-radius:.5rem;padding:.5rem 1rem;font-size:.875rem;transition:background-color .2s}.header-logout-btn:hover{background-color:var(--gray-50)}.page-title{margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.grid{gap:1.5rem;display:grid}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.card{border:1px solid var(--border);background-color:#fff;border-radius:.5rem;padding:1.5rem}.card-title{color:var(--gray-600);margin-bottom:.5rem;font-size:.875rem;font-weight:500}.card-value{font-size:1.875rem;font-weight:700}.card-value-small{font-size:1.5rem}.card-value-error{color:#dc2626}.table{border-collapse:collapse;width:100%}.table-head{background-color:var(--gray-50)}.table-header-cell{text-align:left;color:var(--gray-600);text-transform:uppercase;border-bottom:1px solid var(--border);padding:1rem 1.5rem;font-size:.75rem;font-weight:600}.table-body-row{border-bottom:1px solid var(--border);transition:background-color .2s}.table-body-row:hover{background-color:var(--gray-50)}.table-cell{padding:1rem 1.5rem;font-size:.875rem}.badge{border-radius:.25rem;padding:.25rem .5rem;font-size:.75rem;display:inline-block}.badge-green{background-color:var(--green-100);color:var(--green-800)}.badge-blue{color:#1e40af;background-color:#dbeafe}.badge-yellow{background-color:var(--yellow-100);color:var(--yellow-800)}.badge-red{background-color:var(--red-100);color:var(--red-800)}.input,.select{border:1px solid var(--border);border-radius:.5rem;padding:.5rem 1rem;font-size:.875rem}.input:focus,.select:focus{border-color:var(--blue-600);outline:none;box-shadow:0 0 0 3px #2563eb1a}.button{cursor:pointer;border:none;border-radius:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:background-color .2s}.button-primary{background-color:var(--blue-600);color:#fff}.button-primary:hover{background-color:#1d4ed8}.button-secondary{border:1px solid var(--border);color:var(--gray-700);background-color:#fff}.button-secondary:hover{background-color:var(--gray-50)}.filter-bar{border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:1rem;padding:1rem;display:flex}.section{margin-bottom:2rem}.section-title{margin-bottom:1rem;font-size:1.125rem;font-weight:600}.space-between{justify-content:space-between;align-items:center;display:flex}.divider{border-bottom:1px solid var(--border);margin:0;padding:1rem 0}.text-small{color:var(--gray-600);font-size:.75rem}.text-muted{color:var(--gray-600)}@media (max-width:768px){.sidebar{z-index:50;width:256px;height:100vh;position:fixed;top:0;left:0;box-shadow:2px 0 8px #0000001a}.layout-container{flex-direction:column}.layout-main{width:100%}.layout-content{padding:0}.layout-content-inner{padding:1rem}.header-toggle{justify-content:center;align-items:center;display:flex}}
.ColDiv{align-items:center;display:flex}.ColDiv.p-10{padding:10px}.ColDiv.wrap{flex-wrap:wrap}.ColDiv.h-64{height:64px}.ColDiv.w-full{width:100%}.ColDiv.h-full{height:100%}.ColDiv.space-between{justify-content:space-between}.ColDiv.space-center{justify-content:center}.ColDiv.justify-end,.ColDiv.justify-right{justify-content:flex-end}.ColDiv.justify-left{justify-content:flex-start}.ColDiv.mg-5{gap:-5px}.ColDiv.g-0{gap:0}.ColDiv.g-1{gap:1px}.ColDiv.g-2{gap:2px}.ColDiv.g-3{gap:3px}.ColDiv.g-4{gap:4px}.ColDiv.g-5{gap:5px}.ColDiv.g-6{gap:6px}.ColDiv.g-7{gap:7px}.ColDiv.g-8{gap:8px}.ColDiv.g-9{gap:9px}.ColDiv.g-10{gap:10px}.ColDiv.g-11{gap:11px}.ColDiv.g-12{gap:12px}.ColDiv.g-13{gap:13px}.ColDiv.g-14{gap:14px}.ColDiv.g-15{gap:15px}.ColDiv.g-16{gap:16px}.ColDiv.g-17{gap:17px}.ColDiv.g-18{gap:18px}.ColDiv.g-19{gap:19px}.ColDiv.g-20{gap:20px}.ColDiv.g-21{gap:21px}.ColDiv.g-22{gap:22px}.ColDiv.g-23{gap:23px}.ColDiv.g-24{gap:24px}.ColDiv.g-25{gap:25px}.ColDiv.g-26{gap:26px}.ColDiv.g-27{gap:27px}.ColDiv.g-28{gap:28px}.ColDiv.g-29{gap:29px}.ColDiv.g-30{gap:30px}.ColDiv.g-31{gap:31px}.ColDiv.g-32{gap:32px}.ColDiv.g-33{gap:33px}.ColDiv.g-34{gap:34px}.ColDiv.g-35{gap:35px}.ColDiv.g-36{gap:36px}.ColDiv.g-37{gap:37px}.ColDiv.g-38{gap:38px}.ColDiv.g-39{gap:39px}.ColDiv.g-40{gap:40px}.ColDiv.g-41{gap:41px}.ColDiv.g-42{gap:42px}.ColDiv.g-43{gap:43px}.ColDiv.g-44{gap:44px}.ColDiv.g-45{gap:45px}.ColDiv.g-46{gap:46px}.ColDiv.g-47{gap:47px}.ColDiv.g-48{gap:48px}.ColDiv.g-49{gap:49px}.ColDiv.g-50{gap:50px}.ColDiv.g-51{gap:51px}.ColDiv.g-52{gap:52px}.ColDiv.g-53{gap:53px}.ColDiv.g-54{gap:54px}.ColDiv.g-55{gap:55px}.ColDiv.g-56{gap:56px}.ColDiv.g-57{gap:57px}.ColDiv.g-58{gap:58px}.ColDiv.g-59{gap:59px}.ColDiv.g-60{gap:60px}.ColDiv.g-61{gap:61px}.ColDiv.g-62{gap:62px}.ColDiv.g-63{gap:63px}.ColDiv.g-64{gap:64px}.ColDiv.g-65{gap:65px}.ColDiv.g-66{gap:66px}.ColDiv.g-67{gap:67px}.ColDiv.g-68{gap:68px}.ColDiv.g-69{gap:69px}.ColDiv.g-70{gap:70px}.ColDiv.g-71{gap:71px}.ColDiv.g-72{gap:72px}.ColDiv.g-73{gap:73px}.ColDiv.g-74{gap:74px}.ColDiv.g-75{gap:75px}.ColDiv.g-76{gap:76px}.ColDiv.g-77{gap:77px}.ColDiv.g-78{gap:78px}.ColDiv.g-79{gap:79px}.ColDiv.g-80{gap:80px}.ColDiv.g-81{gap:81px}.ColDiv.g-82{gap:82px}.ColDiv.g-83{gap:83px}.ColDiv.g-84{gap:84px}.ColDiv.g-85{gap:85px}.ColDiv.g-86{gap:86px}.ColDiv.g-87{gap:87px}.ColDiv.g-88{gap:88px}.ColDiv.g-89{gap:89px}.ColDiv.g-90{gap:90px}.ColDiv.g-91{gap:91px}.ColDiv.g-92{gap:92px}.ColDiv.g-93{gap:93px}.ColDiv.g-94{gap:94px}.ColDiv.g-95{gap:95px}.ColDiv.g-96{gap:96px}.ColDiv.g-97{gap:97px}.ColDiv.g-98{gap:98px}.ColDiv.g-99{gap:99px}.ColDiv.g-100{gap:100px}.ColDiv.rg-10{--row-gap:10px}.ColDiv.justify-center{justify-content:center}.ColDiv.align-top{align-items:flex-start}.ColDiv.align-center,.ColDiv.align-item-center{align-items:center}.ColDiv.align-bottom{align-items:flex-end}.RowDiv{flex-direction:column;display:flex}.RowDiv.wh-full{width:100%;height:100%}.RowDiv.center-center{justify-content:center;align-items:center}.RowDiv.w-full{width:100%}.RowDiv.h-full{height:100%}.RowDiv.justify-begin,.RowDiv.justify-start{justify-content:flex-start}.RowDiv.justify-center{justify-content:center}.RowDiv.align-center{align-items:center}.RowDiv.align-left{align-items:flex-start}.RowDiv.align-right{align-items:flex-end}.RowDiv.px-80{padding-left:80px;padding-right:80px}.RowDiv.g-0{gap:0}.RowDiv.g-1{gap:1px}.RowDiv.g-2{gap:2px}.RowDiv.g-3{gap:3px}.RowDiv.g-4{gap:4px}.RowDiv.g-5{gap:5px}.RowDiv.g-6{gap:6px}.RowDiv.g-7{gap:7px}.RowDiv.g-8{gap:8px}.RowDiv.g-9{gap:9px}.RowDiv.g-10{gap:10px}.RowDiv.g-11{gap:11px}.RowDiv.g-12{gap:12px}.RowDiv.g-13{gap:13px}.RowDiv.g-14{gap:14px}.RowDiv.g-15{gap:15px}.RowDiv.g-16{gap:16px}.RowDiv.g-17{gap:17px}.RowDiv.g-18{gap:18px}.RowDiv.g-19{gap:19px}.RowDiv.g-20{gap:20px}.RowDiv.g-21{gap:21px}.RowDiv.g-22{gap:22px}.RowDiv.g-23{gap:23px}.RowDiv.g-24{gap:24px}.RowDiv.g-25{gap:25px}.RowDiv.g-26{gap:26px}.RowDiv.g-27{gap:27px}.RowDiv.g-28{gap:28px}.RowDiv.g-29{gap:29px}.RowDiv.g-30{gap:30px}.RowDiv.g-31{gap:31px}.RowDiv.g-32{gap:32px}.RowDiv.g-33{gap:33px}.RowDiv.g-34{gap:34px}.RowDiv.g-35{gap:35px}.RowDiv.g-36{gap:36px}.RowDiv.g-37{gap:37px}.RowDiv.g-38{gap:38px}.RowDiv.g-39{gap:39px}.RowDiv.g-40{gap:40px}.RowDiv.g-41{gap:41px}.RowDiv.g-42{gap:42px}.RowDiv.g-43{gap:43px}.RowDiv.g-44{gap:44px}.RowDiv.g-45{gap:45px}.RowDiv.g-46{gap:46px}.RowDiv.g-47{gap:47px}.RowDiv.g-48{gap:48px}.RowDiv.g-49{gap:49px}.RowDiv.g-50{gap:50px}.RowDiv.g-51{gap:51px}.RowDiv.g-52{gap:52px}.RowDiv.g-53{gap:53px}.RowDiv.g-54{gap:54px}.RowDiv.g-55{gap:55px}.RowDiv.g-56{gap:56px}.RowDiv.g-57{gap:57px}.RowDiv.g-58{gap:58px}.RowDiv.g-59{gap:59px}.RowDiv.g-60{gap:60px}.RowDiv.g-61{gap:61px}.RowDiv.g-62{gap:62px}.RowDiv.g-63{gap:63px}.RowDiv.g-64{gap:64px}.RowDiv.g-65{gap:65px}.RowDiv.g-66{gap:66px}.RowDiv.g-67{gap:67px}.RowDiv.g-68{gap:68px}.RowDiv.g-69{gap:69px}.RowDiv.g-70{gap:70px}.RowDiv.g-71{gap:71px}.RowDiv.g-72{gap:72px}.RowDiv.g-73{gap:73px}.RowDiv.g-74{gap:74px}.RowDiv.g-75{gap:75px}.RowDiv.g-76{gap:76px}.RowDiv.g-77{gap:77px}.RowDiv.g-78{gap:78px}.RowDiv.g-79{gap:79px}.RowDiv.g-80{gap:80px}.RowDiv.g-81{gap:81px}.RowDiv.g-82{gap:82px}.RowDiv.g-83{gap:83px}.RowDiv.g-84{gap:84px}.RowDiv.g-85{gap:85px}.RowDiv.g-86{gap:86px}.RowDiv.g-87{gap:87px}.RowDiv.g-88{gap:88px}.RowDiv.g-89{gap:89px}.RowDiv.g-90{gap:90px}.RowDiv.g-91{gap:91px}.RowDiv.g-92{gap:92px}.RowDiv.g-93{gap:93px}.RowDiv.g-94{gap:94px}.RowDiv.g-95{gap:95px}.RowDiv.g-96{gap:96px}.RowDiv.g-97{gap:97px}.RowDiv.g-98{gap:98px}.RowDiv.g-99{gap:99px}.RowDiv.g-100{gap:100px}.RowDiv.p-20{padding:20px}.flex-1{flex:1}.no-shrink{flex-shrink:0}.grid-tab-scroller{border:none;flex:1;display:block;overflow:hidden auto}.grid-tab-list{grid-template-columns:repeat(auto-fit,minmax(122px,1fr));gap:1px;display:grid}.grid-tab-list::-webkit-scrollbar{width:2px}.grid-tab-list::-webkit-scrollbar-thumb{background:var(--Gray_200)}.grid-tab-list.addr{background-color:var(--Gray_200);border:1px solid var(--Gray_200);max-height:342px;overflow:hidden auto}.grid-tab-list.addr-full{background-color:var(--Gray_200);border:1px solid var(--Gray_200);gap:1px}.grid-tab-list.addr::-webkit-scrollbar{width:3px}.grid-tab-list.addr::-webkit-scrollbar-thumb{background-color:#c7ccd8;background-clip:padding-box;border:1px solid #0000;border-radius:9999px}.grid-tab-list.addr::-webkit-scrollbar-track{background:0 0;background:var(--White)}.grid-tab-list.addr::-webkit-scrollbar-track-piece:end{background:0 0;margin-bottom:10px}.grid-tab-list.addr::-webkit-scrollbar-track-piece:start{background:0 0;margin-top:10px}.grid-tab-list.addr.mh-search{max-height:274px;overflow-y:auto}.grid-tab-list.addr.mh-intro{max-height:184px;overflow-y:auto}.grid-tab-item{height:36px;font-size:var(--Body_Medium);color:var(--Gray_800);background-color:var(--White);box-sizing:border-box;border:1px solid var(--White);cursor:pointer;padding:0 8px}.grid-tab-item.sel{font-weight:var(--Bold);color:var(--Blue_500);border:1px solid var(--Blue_500)}.grid-tab-item.dummy{cursor:auto}.grid-tab-item:not(.dummy):hover{background-color:var(--Gray_100)}.pagenation-section p{color:var(--Black_Medium);font-size:var(--Body_M);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;width:24px;height:24px;font-weight:400;line-height:1;display:flex}.pagenation-section p.sel{color:#000;font-size:var(--Body_M);font-weight:var(--SemiBold)}.div-rel.mnw-200{min-width:200px;max-width:200px}.div-rel.mnw-300{min-width:300px;max-width:200px}@media (max-width:767px){.div-rel.mobile-full{width:100%;min-width:0;max-width:none}.grid-tab-list{grid-template-columns:repeat(auto-fit,minmax(122px,1fr));gap:1px;display:grid}.pagenation-section p{width:24px;height:24px;font-size:12px}.pagenation-section p.sel{font-size:12px}}
