/* LIST */
.bbs-list-category {margin-bottom:50px;}
.bbs-list-category ul {}
.bbs-list-category ul a {
    display:block; width:100%; padding:20px 0; text-align:center; border-bottom:1px solid #dddddd; color:#999;
}
.bbs-list-category ul li:hover a,
.bbs-list-category ul li.active a {
    color:#000; border-bottom:2px solid #006dbb;
}
@media(max-width:700px){
    .bbs-list-category {}
    .bbs-list-category li {display:none; width:100% !important;}
    .bbs-list-category li.active {display:block;}
}

.bbs-list.gallery .post {height:390px; padding-bottom: 20px;}
.bbs-list.gallery .post:nth-child(3n) {margin-right:0;}
.bbs-list.gallery .post .rect {height:100%;padding:0;  background: #f6f6f6;}
.bbs-list.gallery .post .rect:hover{background: #f6f6f6;}
.bbs-list.gallery .post .preview {height:100%;position:relative;overflow:hidden;padding:0;}
.bbs-list.gallery .post .preview a{display: block;}
/*.bbs-list.gallery .post .preview .img-box {width:100%;height:100%;}*/
.bbs-list.gallery .post .preview img {height:auto;width:auto;max-width:185px; box-shadow: 5px 5px 7px rgba(0,0,0,0.15); display: inline-block;}
.bbs-list.gallery .post .name,
.bbs-list.gallery .post .date {display:none;}
.bbs-list.gallery .post .ellipsis{text-align: center; font-weight: 500; margin-top:15px;}

.bbs-list .category {background:#c39271;position:relative;width:100%;margin-bottom:0;top:0;height:160px;}
.bbs-list .category ul {width:80%;position:absolute;margin:auto;top:0;right:0;bottom:0;left:0;height:112px;}
.bbs-list .category ul li {float:left;width:25%;}
.bbs-list .category ul li a {
    display:block;width:98%;height:50px;transition:all 300ms;text-align:center;border:1px solid #fff;
    margin:1% 2%;color:#fff;font-size:18px;word-break: keep-all;line-height:50px;
}

.page-item.active .page-link{background-color: #006dbb; border-color: #006dbb;}
.page-link{color: #006dbb;}
.page-item:first-child .page-link,
.page-item:last-child .page-link{border-radius: 0;}
.btn_write{background: #4f4f4f !important;margin-left: 5px;}

.form-control{border-color: #dddfeb;}
/* VIEW */
.bbs-view-header {display:none;}

@media (max-width:1200px){
    .bbs-list.gallery .bbs-list-body .post{margin-bottom: 35px;}
    
}

@media (max-width:1000px){
    .col-lg-4{width:50%; max-width: 50%; flex: 0 0 50%;}
}
@media (max-width:880px){
    .page-item:last-child{display: none;}
}
@media (max-width:700px){
    .bbs-list-category ul li:hover a, .bbs-list-category ul li.active a{background: url(/images/contents/p20_arr_b.png) right 30px center no-repeat; border-top:2px solid #006dbb; border-bottom: 1px solid #dfdfdf;}
    .col-lg-4{width:100%; max-width: 100%; flex: 0 0 100%;}
    .bbs-list-category ul a{padding: 15px 0;}
    .bbs-list.gallery .post .ellipsis{font-size: 14px;}
}