@charset "utf-8";

.board-logo {  }
.board-logo .logo { margin-top:20px; }

.cg { margin:50px 0 60px; text-align:center; }
.cg a { display:inline-block; width:150px; height:36px; line-height:36px; margin:0 3px; text-align:center; background:#ded9d1; color:#69492a; }
.cg a:hover { background:#b49c79; color:#fff; }
.cg a.active { background:#b49c79;  color:#fff;}

/* List */
.list-item .imgframe {  }
.list-item .tack-check { left: 10px; top: 10px; z-index: 5; position: absolute; font-weight:normal; }
.list-item .tack-check-left { left: 10px; top: 10px; z-index: 5; position: absolute; font-weight:normal; }
.list-item h2 { display:block; margin:10px 5px; text-align:center; }
.list-item .list-img { position:relative; overflow:hidden; }
.list-item .list-img img { width:100%; height:auto; }
.list-item .list-date { position:absolute; bottom:10px; padding:0px 10px; font-size:12px; line-height:23px; }
.list-item .list-date.left { left:0px; }
.list-item .list-date.right { right:0px; }
.list-item .list-details { padding:0 3%; }
.list-item .list-details .member, .list-item .list-details .guest { color:#787878 !important; }
.list-row.clearfix { float:none !important; padding:0 !important; margin:0 !important; width:100% !important }

.list-item { height:100%; position:relative; }
.list-item > a { display:block; width:100%; height:100%; position:absolute; }

.list-item > a::after { content:""; position:absolute; left:0; top:0; right:0; bottom:0; border:7px solid rgba(0,0,0,0); z-index:3; opacity:0; transition:all .3s; background:transparent; }
.list-item > a:hover::after { border-color:#ded9d1; opacity:1; }
.list-item .img-item a img { transition: all .4s ease; }
.list-item .img-item a:hover img { transform:scale(1.2); }

.list-desc { padding:20px; text-align:center;  }
.list-desc .price { margin-top:5px;  color:#eb3a35;}
.list-desc .price2 { margin-top:5px;  color:#555;}

/* Responsive */
@media all and (max-width:767px) {
	.responsive .list-row { width:50% !important }
}
@media all and (max-width:420px) {
	.responsive .list-row { width:100% !important }
}

/* Infinite */
.list-wrap #infscr-loading { background: rgb(0, 0, 0); margin:0px; padding: 10px; border-radius: 10px; left: 50%; width: 200px; margin-left:-110px; text-align: center; bottom: 50px; color: rgb(255, 255, 255); position: fixed; z-index: 100; opacity: 0.8; -webkit-border-radius: 10px; -moz-border-radius: 10px; }
.list-wrap .list-more { text-align:center; margin-bottom:20px; }
.list-wrap .list-more a { color:#ddd; font-size:60px; }
.list-wrap .list-top { line-height:1px; }
