@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 .list-img { position:relative; overflow:hidden; }
.list-item .list-img img { width:100%; height:auto; }
.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:480px) {
	.responsive .list-row { width:100% !important }
}

/* Infinite */
.list-wrap #infscr-loading { background: rgb(0, 0, 0); margin:0px; padding: 10px; border-radius: 10px; left: 50%; width: 200px; margin-left:-110px; text-align: center; bottom: 50px; color: rgb(255, 255, 255); position: fixed; z-index: 100; opacity: 0.8; -webkit-border-radius: 10px; -moz-border-radius: 10px; }
.list-wrap .list-more { text-align:center; margin-bottom:20px; }
.list-wrap .list-more a { color:#ddd; font-size:60px; }
.list-wrap .list-top { line-height:1px; }

.list-item {background: #000;}
.list-item .txt_wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	z-index: 1;
	transition: all 0.3s;
}
.list-item .txt_wrap a {
	background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
	width: 100%;
	height: 100%;
	display: block;
}
.list-item .txt_wrap a > div {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 30px;
	width: 100%;
}
.list-item .txt_wrap a h2 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	overflow: hidden;
	margin: 0 0 10px;
}
.list-item .txt_wrap a .list-date {
	font-size: 14px;
	font-family: "Roboto";
	color: #fff;
}
.list-item img {
	opacity: 0.95;
	transition: all 0.3s;
}

.list-item:hover img {opacity: 1;}
.list-item:hover .txt_wrap {opacity: 0;}

@media all and (max-width: 767px) {
	.list-item .txt_wrap a > div {padding: 20px;}
	.list-item .txt_wrap a h2 {font-size: 16px;}
	.list-item .txt_wrap a .list-date {font-size: 13px;}
	.list-item:hover img {opacity: 0.95;}
	.list-item:hover .txt_wrap {opacity: 1;}
}