@charset "UTF-8";
body { min-width: 1440px; }

.body_wrap { max-width: 1440px; }

.tab_table { width: 800px; margin: 0 auto 50px; }

.tab_table td { width: 400px; text-align: center; padding: 10px 0; }

.select_table { width: 100%; margin-bottom: 20px; min-height: 52px; }
.statistics_table_wrap {
    .select_table {
        margin-bottom: 0;
    }
}
.select_table th, .select_table td { border: 1px solid #c6c6c6;font-size: 16px; font-weight: 700; padding: 20px; width: calc(100% / 9); background: #1f5954; color: #fff; }

.select_table td { padding: 0; background: #fff; position: relative; }

.longtd { 
    padding: 27px; 
    display:flex;
     gap:8px;
     width: 100%;
     box-sizing: border-box;
      background-color: #fff;     
      
    }
.longtd:has(.sel_item) {
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    border-top: 1px solid #cfcfcf;
}
.longtd .sel_item { display: inline-block; border: 2px solid #16867d; font-size: 16px; padding: 7px 15px 10px; margin: 1px; color: #000;background-color: #e5f0ef; }

.longtd .sel_item span { vertical-align: middle; }
.longtd .sel_item button { 
    background: url(/images_renew/custom_close.png) no-repeat center/ contain; 
      width: 12px; 
      height: 11px; 
      margin-left: 8px;
     }

/* .select_table td.nobg { background-color: #16867d; } */
.select_table td.nobg { background-color: rgba(240, 240, 240, 0.8); }

.select_table td.nopd { padding: 0; }

.select_table td.nopd button { border: 0; background-color: #555; color: #fff; position: absolute; top: -1px; bottom: -1px; left: -1px; width: calc(100% + 2px); }

.select_table td.nopd button:hover { background-color: #16867d; }

.select_table td.dim .item_wrap::after { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 10; }

.select_table td .item_wrap { height: 250px; overflow-y: auto; }
/*.select_table td .item_wrap { height: 220px; overflow-y: auto; }*/

.select_table td .item_wrap::-webkit-scrollbar-track { background-color: #f5f5f5; }

.select_table td .item_wrap::-webkit-scrollbar { width: 10px; background-color: #f5f5f5; }

.select_table td .item_wrap::-webkit-scrollbar-thumb { background-color: #cfcfcf; border: 0; }

.select_table td .item_wrap.ext_div { position: absolute; width: calc(200% + 1px); top: -57px; left: calc(100% + 1px); z-index: 10; height: calc(100% + 57px); background-color: #fff; }

.select_table td .item_wrap.ext_div h4 { font-size: 16px; font-weight: 500; background-color: #f3f3f3; padding: 20px; text-align: center; border-top: 1px solid #cfcfcf;border-bottom: 1px solid #cfcfcf; margin: 0; color: #000; /*추가*/position: sticky;
    top: 0;z-index: 1;}

.select_table td .item_wrap .item_grp {position: relative; margin-bottom: 7px; }

.select_table td .item_wrap .item_grp span {display:block;color: #000;font-size:16px;font-weight: 500; text-align: center; background-color:#e5e5e5; padding: 8px 0;/* border-top: 1px solid #cfcfcf; border-bottom: 1px solid #cfcfcf;*/ }

.select_table td .dim { position: absolute; top: 0; bottom: 0; left: calc(300% + 3px); width: 200%; background-color: rgba(0, 0, 0, 0.5); z-index: 11; }

.select_table td .dim1 { position: absolute; top: 0; bottom: 0; left: calc(500% + 3px); width: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 11; }

.select_table td label { display: block; margin: 0 0 4px; position: relative; }

.select_table td label input {
    position: absolute; 
    border:0;
    width: 1px;
    height: 1px;
    display: block;
    clip: rect(1px, 1px, 1px, 1px);
}

.select_table td label input:disabled + h6 { color: #aaa; background-color: #fff; }

.select_table td label input:checked + h6 { 
    color: #000;
    background-color: #e5f0ef;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
 }
.select_table td label input:checked + h6:after { 
    background: #16867d url(/images_renew/icon_check_white.png) no-repeat center / contain;
    border-color: #16867d;
    background-size: 10px 8px;
 }
 .select_table td label h6 {
    position: relative;
 }
 
 .select_table td label h6:after {
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    content: "";
    width: 14px;
    height: 14px;
    border: 1px solid #cfcfcf;
    background: #fff;
}

.select_table {
    td {
        label:has(#PurchaseType0, #PurchaseType1, #PurchaseType2, #PurchaseType3) {
            h6:after {
                border-radius: 70%;
            }
            input:checked + h6:after {
                background-color: #fff;
                background: #fff url(/images_renew/radio_checked.svg) no-repeat center / contain;
                background-size: 6px 6px;
                border: 2px solid #16867d;
            }
        }
    }
}
input[type="radio"]:checked {
    /* 선택된 라디오 버튼에 대한 스타일 */
    outline: 2px solid green;
  }
.select_table td label h6 { padding: 4px 0 6px 28px; color: #000; font-weight: 500;background-color: transparent; -webkit-transition: .3s; transition: .3s; cursor: pointer; letter-spacing: -.5px; }

.select_table td label h6:hover { text-decoration: underline; }

.select_table td label:last-child { margin-bottom: 0; }

/* .select_table td select { width: 100%; border: 0; color: #fff; background-color: #16867d; line-height: 1.7; margin: 0 !important; } */
.select_table td select { width: 70%; border: 0; color: #16867d; background-color: rgba(240, 240, 240, 0.8); line-height: 1.7; margin: 0 !important; font-weight:bold;} 

.filter_list { margin-top: 70px; padding-bottom: 25px; padding-right: 170px; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.filter_list .rnd { 
    margin-right: 20px;
    white-space: nowrap; 
}

.filter_list .rnd span { position:relative;vertical-align: middle; font-size: 36px; margin: 0; }
.filter_list .rnd span:first-child {margin-right: 20px;}
.filter_list .rnd span:first-child:after {position:absolute;top:0;right:-13px;content:'';width:2px;height:36px;background-color:#cfcfcf}
.filter_list .filter_items span {
     display: inline-block; 
     position: relative; 
     top: 6px;
     font-size: 20px;
    margin-right: 9px; 
    vertical-align: middle; 
    line-height: 1.3; 
}

.filter_list .filter_items span:not(:first-child)::before { content: '/'; font-size: 15px; display: inline-block; margin-right: 10px; vertical-align: middle; font-weight: 300; color: #cfcfcf; }

.excel_down { position: absolute; right: 0; border: 1px solid #cfcfcf; padding: 8px 0 5px; color: #666; width: 160px; -webkit-transition: .3s; transition: .3s; top: 3px; }

.excel_down img { margin-top: -3px; }

.excel_down:hover { border-color: #3695b7; }

.table_wrap { margin-bottom: 100px; }

.re_table { width: 100%; }

.re_table thead th { background-color: #fff; padding: 10px; color: #000; font-size:16px;font-weight:700;border: 1px solid #cfcfcf;/* border-bottom-color: #000; */position: relative; max-width: 250px; cursor: pointer; }

.re_table thead th:first-child { background-color: #1f5954; color: #fff;font-weight:700; cursor: auto; }

.re_table thead th:first-child::after { display: none; }

.re_table thead th:last-child { background-color: #f5f6fa; }

.re_table thead th::after { content: '▼'; position: absolute; right: 5px; top: 12px; font-size: 12px; color: #bbb; }

.re_table thead th:hover::after { color: #999; }

.re_table thead th.sortActive { background-color: #eafaf8; }

.re_table thead th.sortActive::after { color: #1f5954; }

.re_table tbody th { border: 1px solid #cfcfcf; padding: 10px;/* background-color: #ebeff0;*/background-color: #f3f3f3; text-align: left; max-width: 250px;font-family: 'NotoSansCJK KR';font-weight: 700;font-size: 16px;}

.re_table tbody td { border: 1px solid #cfcfcf; padding: 10px; text-align: right;font-family: 'NotoSansCJK KR'; /*추가*/font-size:16px; font-weight: 400;}

.re_table tbody td:last-child { /*background-color: #f5f6fa;*/ background-color: #f3f3f3; }

.re_table tfoot th, .re_table tfoot td { background-color: #1f5954; padding: 10px; color: #fff; border: 1px solid #fff; border-bottom-color: #cfcfcf; /*추가*/font-weight: bold; font-size:16px;}

.re_table tfoot td { text-align-last: right; }

.wide_body li a { vertical-align: baseline; text-decoration: underline; }

.user_custom {
    .search_wrap {
        display: flex;
        justify-content: center;
        gap: 20px;
        .selectBox  {
            width: initial;
            height: initial;
            .is_inp {
                padding-left: 15px;
                width: 320px;
                height: 60px;
                border: 1px solid #cfcfcf;
                background: url("/images_renew/select_arrow_bk.png") no-repeat 90% 50%;
                font-weight: 700; 
            }
        }
        .searchBtn {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 17px 28px;
            white-space: nowrap;
            gap: 10px;
            color: #000;
            font-size: 20px;
            font-weight: 700;
            background-color: #e5f0ef;
            border: 1px solid #cfcfcf;
            img {
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
        }
    }
   
}
.statistics_table_wrap {
    .search_wrap {
        padding: 18px;
        /*border-left: 1px solid #cfcfcf;
        border-right: 1px solid #cfcfcf;*/
        /*border-bottom: 1px solid #cfcfcf;*/
     }
}

.selectBox .is_inp option {background: #fff !important;color: #000 !important;}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .select_table, .re_table { table-layout: fixed; border-collapse: separate; border-left: 1px solid #2f7a88; }
  .select_table th, .select_table td { border-left: 0; }
  .select_table td.nobg, .select_table td.nopd { width: 156px; }
  .select_table td.nobg button, .select_table td.nopd button { height: 52px; }
  .select_table td.longtd { width: auto; } }
