@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:20px; line-height:28px; margin:0px 27px;word-break:keep-all;height: 58px;}
	.list-item h2 a{color: #333;}
.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-item{border: 1px solid #ddd;}
.imgframe{border-bottom: 1px solid #ddd;}
.top_date{font-size: 15px;line-height: 17px;color: #777;margin: 25px 27px 4px;}
.star_wrap{margin: 15px 27px 35px;height: 22px;}
.star_0{background: url('/thema/Basic/img/star_4.jpg') no-repeat 0 0;}
.star_1{background: url('/thema/Basic/img/star_5.jpg') no-repeat 0 0;}
.star_2{background: url('/thema/Basic/img/star_2.jpg') no-repeat 0 0;}