@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 h2 { display:block; font-size:16px; line-height:22px; 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 }

/* 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 }
}


/*갤러리 추가*/
.list-wrap .list-item{display:block;}
.list-wrap .img-wrap{border:1px solid #ddd;}
.list-wrap .img-wrap > img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);width:100%;height:auto;}
.list-wrap .text_box{margin-top:40px;}
.list-wrap .text_box .title{font-size:18px;line-height:1.4;}
.list-wrap .text_box .content{font-size:16px;line-height:1.7;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;height:55px;margin:30px 0 40px;}
.list-wrap .text_box .date{font-size:16px;line-height:1.2;color:#c7c7c7;}

@media all and (max-width:1024px){
	body .list-wrap .list-container{margin-right:-20px;}
	body .list-wrap .list-item{margin-right:20px;margin-bottom:40px;}
	.list-wrap .text_box{margin-top:30px;}
	.list-wrap .text_box .title{font-size:16px;}
	.list-wrap .text_box .content{font-size:14px;height:45px;margin:15px 0;}
	.list-wrap .text_box .date{font-size:14px;}
}