/**
 *
 */
.bbs-list {padding:30px 0 160px 0; }
.bbs-list .bbs-list-body {margin:60px 0 0 0;}
.bbs-list .post {display:flex; border-bottom:1px solid #e0e0e0;}
.bbs-list .post:first-child {border-top:2px solid #333;}
.bbs-list .post > div {padding:18px;}
.bbs-list .post .date {
    flex-shrink:0; width:150px; text-align:center; color:#999; display:flex;
    flex-direction:column; justify-content: center; align-items: center;
}

.bbs-list .post .date p {line-height:100%; margin:0;}
.bbs-list .post .date p:nth-child(1) {margin-bottom:10px;}
.bbs-list .post .subject {
    width:100%; display:flex; flex-direction:column; justify-content: center;
}
.bbs-list .post .subject p {margin:0;}
.bbs-list .post .subject a {color:#000;}
.bbs-list .post .img {flex-shrink:0; width:240px;}
.bbs-list .se05-body .post{transition:all 0.2s;}
.bbs-list .se05-body .post:hover{background:#f9f9f9;}
.bbs-list .se05-foot .wrap-sub {
    display:flex; justify-content: center; align-items: center; height:60px; margin-top:40px;
}
.bbs-list .se05-foot .wrap-sub ul {height:100%; margin:0;}
.bbs-list .se05-foot .wrap-sub li,
.bbs-list .se05-foot .wrap-sub > div {display:flex; justify-content: center; align-items: center; height:100%;}
.bbs-list .se05-foot .wrap-sub div > a {
    color:#ec6901; border:1px solid #ec6901; border-radius:100%; width:42px; height:42px;
    display:flex; justify-content: center; align-items: center;
}
.bbs-list .se05-foot .wrap-sub div:first-child {padding-right:40px;}
.bbs-list .se05-foot .wrap-sub div:last-child {padding-left:40px;}
.bbs-list .se05-foot .wrap-sub li a {
    color:#000; width:42px; height:42px; text-align:center; border:1px solid transparent;
    display:flex; justify-content: center; align-items: center; margin:0 4px; border-radius:100%;
}
.bbs-list .se05-foot .wrap-sub li a.active {
    border-color:#ec6901; background:#ec6901; color:#fff;
}

@media(max-width:425px){
	.bbs-list .post .date {width:100px;}
	.bbs-list .post .img {display:none;}

	
}