
.boardView-list{
    margin-top: 80px;
}
.td-date{
    text-align: center;
    color: #959595;
}
/*
.table-list-eb tbody{
    border-bottom: 2px solid #b678ff;
}
*/

.td-subj-wrap{
    font-family: 'noto sans kr';
    font-size: 14px;
}
.board-notice .subject{
    color: #f15959;
}
input[type='text']:focus, input[type='password']:focus, textarea:focus, select:focus{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
}
.td-date .fas{
    vertical-align: middle;
    margin-right: 5px;
}
.s-bld{
    font-weight: 600;
    background-color:#f4eefc;
}
.table-list-eb td a:hover{
    text-decoration: none;
}
.table-list-eb .table>thead>tr>th, .table-list-eb .table>tbody>tr>th, .table-list-eb .table>tfoot>tr>th, .table-list-eb .table>thead>tr>td, .table>tbody>tr>td, .table-list-eb .table>tfoot>tr>td{
    padding: 10px 8px;
}
.td-date {
    text-align: right;
}
.table-list-eb .table-hover>tbody>tr:hover>td, .table-list-eb .table-hover>tbody>tr:hover>th{
    background-color:#f4eefc;
}
.pull-right li{
    display: inline-block;
}
.btn-eB{
    font-size: 13px;
    font-family: 'noto sans kr';
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    line-height: 37px;
    padding: 0 25px;
    vertical-align: middle;
    min-width: 50px;
    color: #9c57f5 !important;
    border: 1px solid #9c57f5;
    border-radius: 5px;
}
.board-list{
    margin-top: 50px;
}
.board-list .table-list-eb thead{
    border-top: 2px solid #b678ff;
}