/* LIST */
.bbs-list.gallery .post {width:18%; height:375px; margin-right:2.5%; margin-bottom:120px;}
.bbs-list.gallery .col-lg-4{flex:unset;}
.bbs-list.gallery .post:nth-child(5n){margin-right:0;}
.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 {border: 1px solid #D9D9D9; height:90%;position:relative;overflow:hidden;padding:0; margin-bottom:20px;}
/*.bbs-list.gallery .post .preview .img-box {width:100%;height:100%;}*/
.bbs-list.gallery .post .preview img {height:100%;width:auto;max-width:100%; margin:0;}

.bbs-list.gallery .post .name,
.bbs-list.gallery .post .date {display:none;}

/* VIEW */
.bbs-view-header {display:none;}

@media (max-width:1024px){
	.bbs-list.gallery .bbs-list-body .post{width:32%; margin-bottom:100px;margin-right:2%}
	.bbs-list.gallery .post:nth-child(3n){margin-right:0;}
	.bbs-list.gallery .post:nth-child(5n){margin-right:2%;}
	.bbs-list.gallery .post .preview{height:103%;}
	.bbs-list.gallery .post .preview img{margin:0 auto;}
}
@media (max-width:820px){
	.bbs-list.gallery .bbs-list-body .post{margin-bottom:40px;}
	.bbs-list.gallery .post .preview{height:84%;}
}
@media (max-width:550px){
	.row{margin-left:1%;}
	.bbs-list.gallery .bbs-list-body .post{width:47%;height:330px; margin-right:1%;margin-bottom:0;} 
	.bbs-list.gallery .post:nth-child(2n){margin-right:0;}
	.bbs-list.gallery .post:nth-child(3n){margin-right:1%;}
	.bbs-list.gallery .post .preview{height:80%; margin-bottom:10px;}
	.col-lg-4{padding-right:0;padding-left:0;}
}