@charset "utf-8";

/* List */
.list-item {padding: 30px 10px 0;}
.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 h2 { 
	display: -webkit-box; font-size:16px; line-height:22px; margin:10px 5px; text-align:center; 
	-webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; text-overflow: ellipsis;
}
.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 }

.imgframe {
    box-shadow: 0px 1px 14px 1px #ddd;
    overflow: hidden;
    border-radius: 10px;
}
.img-item {border-radius: 10px;}

/* Responsive */

@media all and (max-width:991px) {
	.responsive .list-row { width:50% !important }
    .list-row.clearfix::after {display: none;}
}
@media all and (max-width:600px) {
	.responsive .list-row { width:100% !important }
}
