/* LIST */
.bbs-list.gallery .post {width:220px;height:320px; margin-bottom: 95px;}
.bbs-list.gallery .post .rect {height:100%;padding:0;border:1px solid #999;margin:10px;}
.bbs-list.gallery .post .preview {height:100%;position:relative;overflow:hidden;padding:0;}
/*.bbs-list.gallery .post .preview .img-box {width:100%;height:100%;}*/
.bbs-list.gallery .post .preview img {height:95%;width:auto;max-width:100%;}
.bbs-list.gallery .post .name{text-align:center; padding:10px;}
.bbs-list.gallery .post .date {display:none;}

.page-item.active .page-link{color: #1bc1f3;}

/* VIEW */
.bbs-view-header {display:none;}


@media (max-width: 430px){
    .bbs-list.gallery .bbs-list-body .post {width:100%;}
    .bbs-list.gallery .post{margin-bottom:72px;}

}