@charset "utf-8";

/* List */
.list-item .tack-check { right: 10px; bottom: 10px; z-index: 1; position: absolute;	font-weight:normal; }
.list-item .tack-check-left { left: 10px; bottom: 10px; z-index: 1; position: absolute;	font-weight:normal; }
.list-item h3 { position: absolute; display:block; font-size:12px; font-weight:800; font-style:normal; color:#555; line-height:23px; width:100%; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; height: auto; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.list-item h4 { display:none; font-family:dotum, sans-serif; font-size: 12px; color: #666; }
.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 { display:none; color:#888 !important; font-size:12px; font-family:dotum, sans-serif; line-height:15px; text-align:left !important; width:100%; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.list-item .list-details .member, .list-item .list-details .guest { color:#888 !important; font-size:15px; line-height:15px; }
.list-row.clearfix { float:none !important; padding:0 !important; margin:0 !important; width:100% !important }

/* 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; }


/*basic*/
.list-container .img-wrap { /*border:1px solid #dcdcdc;*/ }
.list-item a { font-size: 12px; color: #000; font-weight: normal;     display: block;
    height: 100%; }
.list-wrap .pagination a, .view-wrap .pagination a { color: #000 !important; }

.img-wrap .item-caption { position: relative; display:none; background: rgba(255,255,255,0.7); width: 100%; height: 100%; text-align:center; z-index: 1; }
.img-wrap:hover .item-caption { display:block; }

.list-item .list-date2 { font-family:dotum, sans-serif; font-size: 12px; color: #666; line-height:12px; margin-top:0 !important; }
