caption{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
table.table-board.table-view tbody th.table-view-tit{
    background-color: unset !important;
    border-color: #1D1D1D;
}
.news-board-view .title{
    text-align: center;
    border-top: 2px solid #1D1D1D;
    padding-top: 24.5px;
    font-size: 18px;
    border-bottom: none;
}
.news-board-view .info{
    font-size: 15px;
    color: #666666;
    text-align: center;
    border-bottom: 1px solid #1D1D1D;
}
@media(min-width: 992px){
    table.table-list{
        border-top: 2px solid #1D1D1D;
    }
    table.table-list thead th{
        background-color: unset;
        border-bottom: 1px solid #1D1D1D;
    }
    .paging a{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        font-size: 17px;
        letter-spacing: 0px;
        color: #2D2D2D;
    }
    .paging a.active{
        border-radius: 50%;
        background: #2C7C90;
        color: #fff;
        font-weight: bold;
    }
    .view-contents .gallery-img-list{
        height: 607px;
        margin-bottom: 40px;
    }
    .view-contents .gallery-img-list li{
        height: 607px;
    }
    .view-contents .gallery-img-list img{
        margin: 0 auto;
        max-height: 607px;
    }
    .news-board-view .img-thumbnail-wrap{
        border-bottom: none;
    }
    .news-board-view #gallery-img-pager{
        display: flex;
        justify-content: center;
        margin-bottom: 82px;
    }
}
@media (max-width: 991px){
    .hidden-md-down{
        display: none !important;
    }
    .table-list {
        border-top:2px solid #000 !important;
        width:100%;
        margin-bottom:30px;
    }
    .table-list {
        width:100%;
        border-collapse:collapse;
    }
    table.table-list thead{
        display: none !important;
    }
    .table-list thead th  {
        border-bottom:1px solid #000;
        padding:20px 0px;
        text-align:center;
    }
    .table-list tbody td {
        padding:20px 0px;
        text-align:center;
        color:#565656;
        border-bottom:1px solid #eee;
        font-size: 16px !important;
    }
    /*.table-list tbody td.title, .table-list tbody td.date{*/
    /*    display: block !important;*/
    /*    width: 100% !important;*/
    /*    background-color: unset !important;*/
    /*}*/
    .table-list tbody td.title{
        width: 100% !important;
    }
    .table-list tbody td.title a{
        font-size: 16px !important;
        color: #333333;
        line-height: 23px;
        letter-spacing: 0px;
    }
    .table-list tbody td.title .m-date{
        display: block;
        padding-top: 12px;
        font-size: 14px;
        letter-spacing: 0px;
        line-height: 19px;
        color: #666666;
    }
    .table-list tbody td.text-left {
        text-align:left;
        padding:20px 10px;
    }
    .table-list tbody td a {
        color:#000;
    }
    .paging a{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        font-size: 17px;
        letter-spacing: 0px;
        color: #2D2D2D;
    }
    .paging a.active{
        border-radius: 50%;
        background: #2C7C90;
        color: #fff;
        font-weight: bold;
    }
    .news-board-view .title{
        text-align: left;
        border-top: 2px solid #1D1D1D;
        padding-top: 20.5px;
        font-size: 16px;
        border-bottom: none;
    }
    .news-board-view .info{
        font-size: 14px;
        color: #666666;
        text-align: left;
        border-bottom: 1px solid #1D1D1D;
    }
    .view-contents .gallery-img-list{
        min-height: 184px;
        margin-bottom: 16px;
    }
    .view-contents .gallery-img-list li{
        min-height: 184px;
    }
    .view-contents .gallery-img-list img{
        margin: 0 auto;
        max-height: 607px;
    }
    .news-board-view .img-thumbnail-wrap{
        border-bottom: none;
    }
    .news-board-view #gallery-img-pager{
        display: flex;
        justify-content: center;
        margin-bottom: 32px;
    }
}