@charset "utf-8";

/* List */
.list-item .hover_wrap {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.3s;
	color: #fff;
}
.list-item:hover .hover_wrap {opacity: 1;}
.list-item .hover_wrap > div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	padding: 0 20px;
	text-align: center;
}
.list-item .hover_wrap > div h2 {
	font-size: 24px;
	font-weight: 500;
	margin: 0 0 20px;
	line-height: 1.3;
}
.list-item div.more_btn {
	font-family: "Montserrat";
	font-size: 14px;
	font-weight: 600;
	color: #fff;
}
.list-item div.more_btn::after {
	content: "";
	background: url("/img/custom/arrow_more_en_white.svg") no-repeat;
	background-size: cover;
	width: 5px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
}

.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 }


/* 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; }

/* Responsive */
@media all and (max-width:767px) {
	.list-wrap .list-container {margin-right: -15px !important;}
	.responsive .list-row { width:50% !important }
	.list-wrap .list-item {
		margin-right: 15px !important;
		margin-bottom: 15px !important;
	}
	.list-item h2 {
		font-size: 14px;
		margin: 8px 0 0;
		text-overflow: ellipsis;
		white-space: nowrap;
		word-wrap: normal;
		overflow: hidden;
	}
}