@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:26px;font-weight: 800;margin:0px;text-align:left;height:52px;}
	.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 10px 10px;font-size:13px;line-height:15px;font-weight:400;color:#666;}
.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:991px) {
.list-item h2 {height:auto;}
}

@media all and (max-width:767px) {
	.responsive .list-row { width:50% !important }
}
@media all and (max-width:420px) {
	.responsive .list-row { width:50% !important }
}


/* 추가 */
.list-wrap .list-item{border:1px solid #ddd;}
.label-cap{display:none;}
.bot_box{border-top: 1px solid #ddd;padding: 25px 25px;}
	.bot_box .name{height: 28px;font-size: 15px;line-height: 17px;color: #777;font-weight: 200;margin-top: 20px;}
		.bot_box .name .date_mt{display: inline-block;margin-top: 5px;}

@media all and (max-width:991px) {
.list-item h2 { font-size:14px;line-height:18px;height: auto;min-height:36px;}

.bot_box{padding: 12px 10px;}
	.bot_box .name{height: 23px;font-size: 12px;line-height: 14px;margin-top: 10px;}
		.bot_box .name .date_mt{margin-top: 2px;}

}