@charset "utf-8";

.list-category .div-tab.tabs { margin-bottom:25px; }

/* 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:18px; line-height:46px; margin:10px 5px 5px 5px; text-align:left;height:38px;font-weight:600;}
	.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 5px;font-size:13px;line-height:15px;color:#777;}
.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 }

/* Γί°‘ */
.list-wrap .list-item{padding:14px;border:1px solid #e2e2e2;position:relative;}
	.list-wrap .list-item .over{display:none;width:100%;height:379px;background:url('./img/over_bg.png') repeat 0 0;position:absolute;top:0;left:0;text-align:center;}
		.list-wrap .list-item .over a{display:block;margin-top:175px;}
	.list-wrap .list-item:hover .over{display:inline-block;}

/* 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 }
}

/* Γί°‘ */
@media all and (max-width:991px) {
.list-item h2 {font-size:15px;line-height:17px; margin:10px 0px 5px;height:auto;}
.list-item .list-details { padding:0;font-size:11px;line-height:13px;}

.list-wrap .list-item{padding:10px;}
	.list-wrap .list-item .over{display:none;width:0;height:0;}
	.list-wrap .list-item:hover .over{display:none;}
}