/* 테이블 css */
.adm-table{border-top: 0}
.table-ace{border-top: 0}
.bbs_top_title{background: #333;}
.divTable .bbs_top_title > span, .divTable .bbs_top_title .area_03>a{color: #fff;font-size: 17px;font-weight: 400; line-height:39px}
.divTable .bot-bottom .area_02 a{font-size: 17px;display: inline-block;width: 100%}
.divTable .bot-bottom .area_02 a strong{display: block;width: 100%;    white-space: nowrap;
    max-width: 400px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;}
.divTable div > span{font-size: 17px}
.btn{transition: all 0.4s}
.btn-ace-nomal.btn:hover,
.btn-ace-nomal.btn:focus{color: #fff;}

.adm-table-gray{background: #333;}
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th{background: none}
.adm-table-gray td{color: #fff}
.adm-table tr td{font-size: 17px; font-weight: 400; line-height: 28px!important;}
.adm-table tr td a{font-size: 16.5px}

.bbs_top_title td,
.bbs_top_title a{color: #fff ! important;font-weight: 400;font-size: 17px;line-height: 45px}

.basic2_vt .adm-table-gray{background: #efefef;border-bottom: 1px solid #666}
.basic2_vt .adm-table-gray div.vt1{height: 50px;line-height: 50px;background: #efefef;border-top: 2px solid #666;font-size: 18px;font-weight: 600;color: #555}

@media (max-width:1280px) {
.white-box{padding: 0;margin: 0}
.row{margin: 0}
.adm-table tr td a{white-space: nowrap;  max-width: 400px; overflow: hidden;display:inline-block; text-overflow: ellipsis;}
}
@media (max-width:800px) {
    .adm-table tr td a{max-width:300px}
}
@media (max-width:680px) {
    .divTable .bbs_top_title > span, .divTable .bbs_top_title .area_03>a {font-size:12px}
    .divTable div > span {  font-size: 12px;}
    .divTable .bot-bottom .area_02 a {font-size:14px}
    .adm-table tr td a{white-space: nowrap;}
    .bbs_top_title td, .bbs_top_title a {font-size:12px!important}
    .adm-table tr td{line-height: 16px!important;}
}
@media (max-width:480px) { 
    .adm-table tr td a{max-width:250px}
}
@media (max-width:400px) { 
    .adm-table tr td a{max-width:150px}
}