/* LIST */
.bbs-list.gallery .post {width:100%; height:500px;}
.bbs-list.gallery .post .rect {height:100%;padding:0;border:0;margin:0;}
.bbs-list.gallery .post .rect:hover {background:none;}
.bbs-list.gallery .post .preview {height:80%;position:relative;overflow:hidden;padding:0;}
/*.bbs-list.gallery .post .preview .img-box {width:100%;height:100%;}*/
.bbs-list.gallery .post .preview img {height:90%;width:auto;max-width:100%;}
.bbs-list.gallery .post .name,
.bbs-list.gallery .post .date {display:none;}

/* VIEW */
.bbs-view-header {display:none;}
.bbs-view .bbs-view-body .content p{display: flex;justify-content: center;}
.bbs-view .bbs-view-body .content p img{width: 600px;}

@media(max-width:768px){
    .bbs-list.gallery .bbs-list-body .post{height: 200px;}
    .bbs-list.gallery .post .subject{font-size:14px; margin-top: 10px;}

}