@charset "utf-8";

#lightbox .lb-outerContainer {
	border-radius: 0;
	box-shadow: 0 0 30px rgb(0 0 0 / 50%);
}
#lightbox .lb-container {padding: 50px;}
#lightbox .lb-data .lb-caption {
	font-size: 24px;
	line-height: 1.3;
	margin-top: 20px;
	display: block !important;
}
#lightbox .lb-data .lb-caption a {
	pointer-events: none;
	cursor: default;
}
#lightbox .lb-data .lb-caption a .fa-comment,
#lightbox .lb-data .lb-caption a .font-normal,
#lightbox .lb-data .lb-number {display: none !important;}
#lightbox .lb-data .lb-close {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	border: 2px solid #ddd;
	text-align: center;
	background: url("/img/custom/close.svg") no-repeat;
	background-size: 14px 14px;
	background-position: center;
	display: block;
	margin-top: 20px;
}

/* 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 .imgShadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40%;
	background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0));
}
.list-item h2 {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 20px 20px;
	font-size: 16px;
	font-family: "Montserrat SemiBold";
	color: #fff;
	margin: 0;
	width: 100%;
}
.list-item h2 a {
	font-size: 16px;
	font-family: "Montserrat SemiBold";
	color: #fff;
}
.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 }
	.list-item h2 {font-size: 14px;}
	#lightbox .lb-container {padding: 10px;}
	#lightbox .lb-data .lb-caption {font-size: 14px;}
	#lightbox .lb-data .lb-close {
		width: 30px;
		height: 30px;
		line-height: 30px;
		margin-top: 10px;
		background-size: 10px 10px;
	}
}
@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; }
