/**/
.bbs-list .list-search {
    margin-bottom:20px; display:flex; justify-content: space-between; align-items: center;
}
.bbs-list .list-search div span{
    color : #003586
}
.bbs-list .list-search .form-control {border-color:#ccc; border-radius: 3px;}
.form-inline .input-group, .form-inline .custom-select {width: 200px;}
.bbs-list .list-search .input-group-text {
    border-color:#003586; background:#003586; color:#fff; cursor:pointer;
    font-family: xeicon;
}

/**/
.bbs-list .table {}
.bbs-list .table thead th {border-top:1px solid #003586; border-bottom:1px solid #003586; color:#003586}
.bbs-list .table thead th {text-align:center;}
.bbs-list .table thead th:nth-child(1) {width:80px;}
.bbs-list .table thead th:nth-child(2) {}
.bbs-list .table thead th:nth-child(3) {width:200px;}
.bbs-list .table thead th:nth-child(4) {width:100px; display: none;}
.bbs-list .table thead th:nth-child(5) {width:160px;}
.bbs-list .table tbody td {text-align:center;}
.bbs-list .table tbody td,
.bbs-list .table tbody td a,
.bbs-list .table tbody td span {font-size:17px; color:#666;}
.bbs-list .table tbody td.subject {text-align:left;}
.bbs-list .table tbody td:nth-child(4) {width:100px; display: none;}

/**/
.bbs-list-footer {margin:0;}
.bbs-list-footer .write-btns {display:flex; justify-content: flex-end; margin:0 0 15px 0;}


/* Mobile - Portrait */
@media (max-width:779px){
    .bbs-list .list-search .input-group-text {
        border-color:#003586; background:#003586; color:#fff; cursor:pointer;
        font-family: xeicon;
        display: none;
    }
    
}
