
.bbs-list.gallery{padding-bottom:45px;}
.bbs-list.gallery .post.install{width: 24%; margin-right:1.3%;}
.bbs-list.gallery .post.install:last-child{margin-right: 0;}
.bbs-list.gallery .post.install .rect{background-color:#f3f4f7; border-color:#f3f4f7; border-radius: 0; transition: all .3s ease;}
.bbs-list.gallery .post.install .rect:hover{background-color:#07348c; border-color:#07348c; border-radius: 0 0 20px 0; border:none;}
.bbs-list.gallery .post.install .rect:hover .category,
.bbs-list.gallery .post.install .rect:hover .subject,
.bbs-list.gallery .post.install .rect:hover .name,
.bbs-list.gallery .post.install .rect:hover .date{color:#fff;}
.bbs-list.gallery .post.install .rect .data{padding:10px;}
.bbs-list.gallery .post.install .rect .category{color:#07348c; font-size:14px;}
.bbs-list.gallery .post.install .rect .subject{margin-bottom:10px; font-weight:700;}
.bbs-list.gallery .post .name, .bbs-list.gallery .post .date{color:#999;}
.bbs-list.gallery .post.install .preview .img-box{background:url(/images/contents/install_img.jpg) center center no-repeat #a6a9ae !important; background-size: cover; width:100%; height:100%;}

@media (max-width:1080px) {
    .bbs-list.gallery .post.install {width:100%; margin-right: 0;}
}