.bbs-form,
.bbs-view {background:#f9f3eb;}

.bbs-list {padding-top:0;position:relative;}
.bbs-list .bg {background:#f9f3eb;padding-top:70px;}
.bbs-list .wrap,
.bbs-list .wrap1200 {position:relative;}
.bbs-list .post {width:100%;background:none;margin-right:auto;margin-bottom:25px;}
.bbs-list.gallery .post {width:100%;}
.bbs-list .post .rect {height:100%;}
.bbs-list .post:hover .rect {background:none;}
.bbs-list .post .preview {height:80%;overflow:hidden;}
.bbs-list .post .preview .img-box {background-size:cover;height:100%;transition:all 1s;}
.bbs-list .post:hover .preview .img-box {transform:scale(1.1);}
.bbs-list .post .second-subject {color:#44d7f6;font-family:"Raleway",sans-serif;padding-top:10px;}
.bbs-list .post .subject {color:#151515;font-size:20px;font-family:"Noto Sans Korean",sans-serif;}
.bbs-list .post .date {font-family:"Raleway",sans-serif;color:#999;display:block;padding:0;}
.bbs-list .post .second-subject,
.bbs-list .post .subject,
.bbs-list .post .date {padding-left:15px;padding-right: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;
}
.bbs-list .category ul li:hover a,
.bbs-list .category ul li.active a {font-weight:bold;border-bottom:4px solid #ffe29c;}
.bbs-list.infomation .category,
.bbs-list#bid-certificate .category {height:100px;}
.bbs-list#bid-certificate .category ul {height:50px;}
.bbs-list#bid-certificate .col-4 {width:20%;flex:0 0 20%;max-width:20%;}
.bbs-list#bid-certificate .post {height:auto;}
.bbs-list#bid-certificate .post .preview .img-box {height:260px;transition:none;}
.bbs-list#bid-certificate .post .subject {font-size:16px;}
@media (max-width:780px) {
    .bbs-list .category {height:auto;padding:20px 0;}
    .bbs-list .category ul {height:auto;position:relative;}
    .bbs-list .category ul li {width:50%;}
    .bbs-list .category ul li a {font-size:14px;line-height:40px;height:40px;}
}

/* 인증서 게시판 고유 css */
/*.bbs-list.theme-equve#bid-gallery,*/
.bbs-list.theme-equve#bid-certificate .post .preview .img-box {background-size:cover;transform:scale(1);}

footer .notice {background:#f9f3eb;}
@media (max-width: 1400px) {

}

@media (max-width:1200px) {
    .bbs-list.gallery .col-4 {width:50%;flex:0 0 50%;max-width:50%;}
    .bbs-list.gallery .bbs-list-body .post {width:100% !important;}
}

@media (max-width:780px) {
    .bbs-list.gallery .col-4 {width:100%;flex:0 0 100%;max-width:100%;}
    .bbs-list.gallery .bbs-list-body .post {width:100% !important;}
}