/*FixedColumns css 깨짐 방지 css*/
.DTFC_LeftBodyLiner table.dataTable {
    margin-top: 0px !important;
}

.DTFC_LeftBodyLiner table.dataTable thead .sorting_asc:after {
    content: '' !important;
}

.DTFC_LeftBodyLiner table.dataTable thead .sorting_desc:after {
    content: '' !important;
}

.DTFC_LeftBodyLiner table.dataTable thead .sorting:after {
    content: '' !important;
}