@ -1938,10 +1938,22 @@ progress {
}
/* 그리드 테이블 */
.table-layout-fixed {
table-layout: fixed;
.dataTable th{
text-align: center;
.dataTable td,
.dataTable th {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
@media (max-width: 575.98px) {
.table-responsive-sm {
overflow-x: auto;