.sub .table_list {margin-bottom:50px;}
.sub .table_list table{width:100%;border-collapse:collapse;}
.sub .table_list table caption{text-align:right; font-size: 17px; font-weight: 500; margin-bottom:5px;}
.sub .table_list table th,
.sub .table_list table td{padding:20px;border:1px solid #e3e3e3;line-height:1.5em;}

.sub .table_list table thead th{    background: #253394;
    color: #fff;
    border: 1px solid #e2e2e2;
    font-weight: 500;
    font-size: 20px;}
.sub .table_list table tbody th {    background: #fafafa;
    text-align: center;
    color: #333;
    font-size: 18px;
    letter-spacing: -1px;}
.sub .table_list table tbody td {color: #666; text-align:center; letter-spacing: -1px;font-size: 17px;}
.blue {color:#ddd !important;}


.bg {text-align:center; background:#f7f7f7; font-weight: 500; padding: 25px!important; color: #000 !important;}


.red {font-weight: 500; color:#fd1f1f !important;}
.sm{    font-size: 15px !important;
    color: #fd7d1f !important;
    display: block;
    font-weight: 500;}
.green {font-weight: 500; color:#2f9407 !important;}
.blue {font-weight: 500; color:#0037b7 !important;}
/* tablet */
@media screen and (min-width:769px) and (max-width:991px){

}

/* mobile */
@media screen and (max-width:768px){
.sub .table_list table caption {    font-size: 15px;}
    .sub .table_list table th, 
    .sub .table_list table td {        padding: 15px;}
    .sub .table_list table thead th {font-size: 15px;}
    .sub .table_list table tbody th {font-size: 15px;}
    .sub .table_list table tbody td {font-size:14px;}


    .table_list table {
        min-width: 700px;
        /* 임의로 최소 넓이 조절 */
    }

    .table_list {
        width: 100%;
        /* 테블릿, 모바일 컨텐츠 사이즈 맞게 조절 */
        overflow-x: scroll;
    }

    .table_list::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        border: 3px solid #fff;
    }

    .table_list::-webkit-scrollbar-track {
        background: #efefef;
        border-radius: 10px;
    }

    .table_list::-webkit-scrollbar-thumb {
        height: 50px;
        width: 50px;
        background: rgba(0, 0, 0, 0.2);
        border-radius: 8px;
    }

    .sm{    font-size: 12px !important;}


}