table.table_style.dataTable.display > tbody > tr:hover > * {
    box-shadow: none;
}
/* basic */
.table_style{
    text-align: center; 
    letter-spacing: .1375vw;
}



table.table_style.dataTable thead th{
    position: relative;
    color: #004386;
    line-height: 1;
    text-align: center;
    font-weight: 500;
    padding: 1.78vw 4.5vw;
    /* padding: 1.78vw 7.56vw; */
    font-size: 1.51vw;
}
table.table_style.dataTable tbody td{
    font-weight: 400;
    color: #4d4d4d;
    line-height: 1.4;
    font-size: 1.52vw;
    padding: .618vw 2.75vw;
}


table.table_style.dataTable.display > tbody > tr > td{
    border-top: .5px solid rgb(0,0,0);
}
table.table_style.dataTable thead th:last-child, table.table_style.dataTable tbody tr td:last-child{
    padding: 0px;
}
table.table_style.dataTable tbody tr td.dataTables_empty {
    padding: 1vw 3vw .375vw 3vw;
    font-size: 1.2vw;
    color: #4d4d4d;
    letter-spacing: 0.07em;
    font-weight: 500;
}
table.table_style.dataTable thead th:before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 2vw;
    background-color: #000;
}
table.table_style.dataTable thead th:before{
    content: "";
    right: 0;
}
table.table_style.dataTable thead th:last-child:before, table.table_style.dataTable thead th:nth-last-child(2):before{
    content: "";
    width: 0px;
}
table.table_style.dataTable > thead > tr > th{
    border-width: 2px 0px 2px 0px;
    border-color: #000;
}
/* pagination */
#page_table_wrapper{
    padding-bottom: 6.875vw;
    margin-bottom: 6.875vw;
}

#page_table_paginate {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    
}

.paginate_button {
    font-weight: 500;
    font-size: 1.1vw;
    line-height: 1;
}

.paginate_button:hover {
    font-weight: 700;
}

.paginate_button.current,
.paginate_button.current:hover {
    font-weight: 700;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, 
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    font-weight: 400;
    color: rgb(0,0,0,.3) !important;
    cursor: default;
}

#page_table_previous.paginate_button,
#page_table_next.paginate_button {
    font-weight: 500;
}

#page_table_previous.paginate_button:hover,
#page_table_next.paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: 0;
    background: transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0 1.718vw 0 1.718vw;
    color: #000 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #000 !important;
}


.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #0064a0 !important;
    cursor: default;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate {
    float: unset;
    text-align: center;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

@media(min-width: 1536px) {
    .table_style{
        letter-spacing: .1vw;
    }
    table.table_style.dataTable thead th{
        padding: 1.3vw 5.5vw;
        font-size: 1.1vw;
    }
    table.table_style.dataTable tbody td{
        font-size: 1.11vw;
        padding: .45vw 2vw;
    }
    table.table_style.dataTable thead th:before{
        content: "";
        height: 2vw;
    }

    /* pagination */
    #page_table_wrapper{
        padding-bottom: 5vw;
        margin-bottom: 5vw;
    }
    .paginate_button {
        font-size: .85vw;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        padding: 0 1.25vw 0 1.25vw;
    }
    table.table_style.dataTable tbody tr td.dataTables_empty {
        padding: 1vw 3vw .375vw 3vw;
        font-size: 1.1vw;
    }
    
}

@media (orientation: portrait) {
    .table_style{
        letter-spacing: .18vw;
    }
    table.table_style.dataTable thead th{
        padding: 2.34vw 3.5vw;
        /* padding: 2.34vw 9.9vw; */
        font-size: 1.98vw;
    }
    table.table_style.dataTable tbody td{
        padding: 1.75vw 2vw;
        /* padding: .81vw 3.6vw; */
        font-size: 1.99vw;
        
    }
    table.table_style.dataTable thead th:before{
        content: "";
        height: 3.6vw;
    }
    /* pagination */
    #page_table_wrapper{
        padding-bottom: 9vw;
        margin-bottom: 9vw;
    }
    .paginate_button {
        font-size: 1.53vw;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        padding: 0 2.25vw 0 2.25vw;
    }
    table.table_style.dataTable tbody tr td.dataTables_empty {
        padding: .7vw 2.8875vw .2625vw 2.1vw;
        font-size: 1.8vw;
    }
}