.cn_table{
    border-top: 1px solid #dee2e6;
}
.cn_table > thead{
    height: 50px;
    background-color: #f9f9f9;
    border: 1px solid #f2f2f2;
    border-left: none;
    border-right: none;
}
.cn_table tbody th,
.cn_table tbody td{
    padding: 1rem;
}
.cn_tableHead{
    display: table-header-group;
}
.cn_tableHead .num{
    display: table;
}
.cn_tableBody td {
    display: table-cell;
    white-space: pre-wrap;
}

/*modal*/
#noticeModal .modal-header h5{
    font-size: 1rem;
}
#noticeModal .modal-body img{
    width: 100% !important;
}
/*//modal*/

/*------------xl------------*/
@media (max-width: 1199px) {
    .cn_table .num{
        display: none;
    }
    .cn_tableHead{
        display: none;
    }
    .cn_tableBody td{
        display: block;
        text-align: start;
    }
    .cn_tableBody td:nth-child(2){
        padding: 1rem 1rem 0;
        border-bottom: none;
    }
    .cn_tableBody td:last-child{
        padding: 0 1rem 1rem;
        font-size: .75rem;
    }
    #noticeModal .modal-header h5{
        font-size: .875rem;
    }
}
/*------------//xl------------*/