@charset "utf-8";

.at-title {background-image: url(/img/custom/news_title_bg.jpg);}
.list-category {display: none;}

/* List */
.list-item {
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 50px 30px;
	position: relative;
	transition: all .3s;
}
.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 .category {
	font-size: 18px;
	font-weight: bold;
	color: #5252d7;
	margin: 0 0 20px;
}
.list-item h2 {
	font-size: 24px;
	font-weight: 500;
	margin: 0;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3; /* 라인수 */
	-webkit-box-orient: vertical;
	word-wrap:break-word;
	line-height: 1.3em;
	height: 3.9em;
	overflow: hidden;
}
.list-item .bottom-wrap {
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.list-item .bottom-wrap .list-date {
	font-size: 16px;
	color: #888;
	font-weight: 300;
}
.list-row.clearfix { float:none !important; padding:0 !important; margin:0 !important; width:100% !important }
.list-item:hover {border: 1px solid #5252d7;}

/* Responsive */
@media all and (max-width:991px) {
	.responsive .list-row { width:50% !important }
}
@media all and (max-width:767px) {
	.list-wrap .list-container {margin-right: -10px !important;}
	.list-wrap .list-item {
		margin-right: 10px !important;
		margin-bottom: 10px !important;
	}
	.list-item {padding: 20px;}
	.list-item .category {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.list-item h2 {font-size: 16px;}
	.list-item .bottom-wrap {margin-top: 30px;}
	.list-item .bottom-wrap .list-date {font-size: 14px;}
	.list-item .bottom-wrap img {width: 14px; height: 12px;}
}

/* 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; }
