@charset "utf-8";

.list-category {display: none;}
/* List */
.list-wrap {border-top: 1px solid #111;}
.list-item {
	padding: 30px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}
.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 .imgframe {
	float: left;
	width: 280px;
}
.list-item .list-img { position:relative; overflow:hidden; }
.list-item .list-img img { width:100%; height:auto; }
.list-item .txt_wrap {
	float: left;
	width: calc(100% - 280px);
	padding-top: 10px;
	padding-left: 50px;
}
.list-item .txt_wrap .ca_name {
	font-size: 16px;
	font-weight: bold;
	background: #004a8d;
	padding: 2px 20px;
	color: #fff;
	margin-right: 10px;
	display: inline-block;
}
.list-item .txt_wrap h2 {
	font-size: 24px;
	font-weight: bold;
	margin: 20px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	overflow: hidden;
}
.list-item .txt_wrap .desc {
	font-size: 14px;
	color: #888;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* 라인수 */
	-webkit-box-orient: vertical;
	word-wrap:break-word;
	line-height: 1.6em;
	height: 3.2em;
	overflow: hidden
}
.list-item .list-date {
	font-family: "Roboto";
	font-size: 14px;
	font-weight: 500;
	color: #aaa;
	margin-top: 15px;
	background: none;
}
.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; }


@media all and (max-width: 767px) {
	.list-item {padding: 20px 0;}
	.list-item .imgframe {width: 100px;}
	.list-item .txt_wrap {
		width: calc(100% - 100px);
		padding-top: 0;
		padding-left: 15px;
	}
	.list-item .txt_wrap .ca_name {font-size: 13px;}
	.list-item .txt_wrap h2 {
		font-size: 16px;
		margin: 10px 0;
	}
	.list-item .txt_wrap .desc {font-size: 13px;}
	.list-item .list-date {
		font-size: 12px;
		margin-top: 10px;
	}
}