@charset "UTF-8";

/* table */
.table.bbsTable tbody tr:first-child td.nodata{text-align: center;}
.table.bbsTable thead th{line-height: 1.2;}
@media screen and (max-width:960px) {

    .table [class*= "btn-"]{padding-right:15px;max-width:179px;width:100%}
    
}


@media screen and (max-width:800px) {

    .table.bbsTable tbody tr:first-child td.nodata{text-align: center; width: 100% !important; margin-left: -17px !important;}
    
}




