@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 .hoverBox {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.3s;
	display: block;
}
.list-item:hover .hoverBox {opacity: 1;}
.list-item .hoverBox .moreBtn {
	border: 1px solid #fff;
	text-align: center;
	width: 100%;
	max-width: 200px;
	height: 42px;
	line-height: 38px;
	display: inline-block;
	transition: all 0.3s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.list-item .hoverBox .moreBtn b {
	font-size: 12px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
}
.list-item .hoverBox .moreBtn span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	margin-left: 8px;
}
.list-item .hoverBox .moreBtn span::before {
	content: "";
	background: #fff;
	width: 10px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: block;
}
.list-item .hoverBox .moreBtn span::after {
	content: "";
	background: #fff;
	width: 2px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: block;
}
.list-item .hoverBox .moreBtn:hover {background: #fff;}
.list-item .hoverBox .moreBtn:hover b {color: #111;}
.list-item .hoverBox .moreBtn:hover span::before,
.list-item .hoverBox .moreBtn:hover span::after {background: #111;}

.list-item h2 {
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0 0;
	text-align: center;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* 라인수 */
	-webkit-box-orient: vertical;
	word-wrap:break-word;
	line-height: 1.5em;
	height: 3em;
	overflow: hidden;
	word-break: keep-all;
}
.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-row.clearfix {display: none !important;}
	.list-wrap .list-container {margin-right: -15px !important;}
	.list-wrap .list-item {
		margin-right: 15px !important;
		margin-bottom: 30px !important;
	}
	.list-item h2 {
		font-size: 16px;
		margin-top: 15px;
	}
	.list-item .hoverBox .moreBtn {
		width: calc(100% - 20px);
	}
}

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