@charset "utf-8";

.at-body {background: #f8f8f8;}
.board-list {
	max-width: 1200px;
	padding: 120px 0 150px;
	margin: 0 auto;
}

/* List */
.list-item {
	position: relative;
	border-top: 1px solid #333;
}
.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 a {transition: all .3s;}
.list-item .list-txt {
	background: #fff;
	padding: 30px;
}
.list-item .category-name {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #36a6bf;
	border: 1px solid #36a6bf;
	border-radius: 3px;
	padding: 2px 12px 1px;
}
.list-item h2 {
	font-size: 20px;
	font-weight: bold;
	margin: 15px 0 50px;
	line-height: 1.5;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* 라인수 */
	-webkit-box-orient: vertical;
	word-wrap:break-word;
	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 {font-size: 14px;}
.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 }

.list-item .more-btn {
	cursor: pointer;
	width: 40px;
	height: 40px;
	line-height: 43px;
	border-radius: 40px;
	text-align: center;
	background: #36a6bf;
	transition: all .3s;
	position: absolute;
	right: 30px;
	bottom: 30px;
}
.list-item .more-btn::after {
	content: "";
	background-image: url(/img/custom/more_white.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	width: 12px;
	height: 12px;
}
.list-item .more-btn:hover {background: #eee;}
.list-item .more-btn:hover::after {background-image: url(/img/custom/more_color.svg);}

/* Responsive */
@media all and (max-width: 1200px) {
	.board-list {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media all and (max-width: 767px) {
	.board-list {padding: 50px 15px 80px;}
	.responsive .list-row { width:100% !important }
	.list-wrap .list-item {margin-bottom: 20px !important;}
	.list-item .list-txt {padding: 25px;}
	.list-item .category-name {font-size: 13px;}
	.list-item h2 {margin: 10px 0 15px;}
	.list-item .more-btn {
		right: 25px;
		bottom: 25px;
	}
}

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