.brd-search {
    display: flex;
    justify-content: flex-end !important;
}

.brd-search .button {
    flex: 0 0 70px;
}


.brd-list {
    margin-top:1.875rem;
}

.brd-list .table th {

    background-color: #f8fdfe;
    border: 1px solid #eeeeee;
    border-top: 1px solid #8495ba;
    vertical-align: middle !important;
}

.brd-list .table th:first-child {
    border-left: transparent;
}

.brd-list .table th:last-child {
    border-right: transparent;
}

.brd-list .table td {
    border: 1px solid #eeeeee;
    vertical-align: middle !important;
}

.brd-list .table td:first-child {
    border-left: transparent;
}

.brd-list .table td:last-child {
    border-right: transparent;
}

.brd-search-box {
    display: flex;
    width: 100%;
}

.brd-search-box > div {
    flex: 1 1 auto;
}

.brd-search-box .btn-search {
    flex : 0 0 55px!important;
}

.brd-search-box .btn-search {
    display: block;
    width: 55px;
    height: 55px;
    background-color: #002370;
    color: #FFF;
    border-radius: 0;
    text-align: center;
}

.brd-gallery .subject {
    padding:15px 0 5px 0 ;
}
.brd-gallery hr {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

.brd-view .subject {
    text-align: center;
    background-color: #fbfbfb;
    border-top: 1px solid #002370;
    border-bottom: 1px solid #eeeeee;
    font-size: 1rem!important;
    font-weight: 400;
    padding:15px 0;
}
.brd-file {

    border-bottom:1px solid #eee;
    padding-bottom:15px;
}
.brd-file > div {
    text-align: right;
}

.brd-view {
    margin-bottom:40px;
}
.brd-list .active  a{
    color: #2475FF;
}
.brd-list .notice {
    background-color: #f8fdfe;

}
.brd-list .notice a {
    font-weight: bold;
}


@media (max-width: 768px) {
    .brd-list .table thead {
        display: none;
    }

    .brd-list .table {
        border-top: 1px solid #8495ba;

    }

    .brd-list .table tbody td {
        display: block;
        border: none;
        padding: 10px 0;

    }

    .brd-list .table tbody td .num {
        background-color: #eee;
        padding: 0 10px;
        display: inline-block;
        color: #666;
    }


    .brd-list .table tbody td .extra-info {
        border-bottom: 1px solid #eee;
        padding: 10px 0;
        font-size: 0.9375rem;
        color: #999;
    }

    .brd-gallery .content hr {
        display: block;
    }

    .brd-gallery  .clearfix{
        display: none;

    }




}

@media (min-width: 768px) {
    .brd-gallery .content hr {
        display: none;
    }

    .brd-view .subject {
        text-align: center;
        padding:20px 0 ;
    }

    .brd-file > div {
        padding-bottom:15px;
    }

    .brd-file > div:last-child{
        padding-bottom:0;
    }

    .brd-view {
        margin-bottom:80px;
    }
}

