@charset "utf-8";

/* List */
.ie-zone{padding:0 !important;}
.txt_wrap{padding:10px 10px 25px; border-bottom:3px solid #ddd; position:relative;  z-index:0;}
.txt_wrap:after{content:''; display:block; width:90%; height:100%; background-color:#fff; position:absolute; top:-45px; left:0;  z-index:-1;}
.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 h2 { display:block; margin:0 0 20px 0; text-align:left; font-family: "SpoqaHanSansNeo","Noto Sans KR", sans-serif;  word-break:keep-all; font-size:16px; overflow: hidden; text-overflow: ellipsis;
display: -webkit-box;line-height:normal;  height: 66px;  -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-weight:bold;}
.list-item h4 { font-family: "SpoqaHanSansNeo","Noto Sans KR", sans-serif;  font-size:16px; color:#333; margin-top:-27px; margin-right: 35px; 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 {color:#999; margin-bottom:30px;}
.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 }

/* 더보기 버튼 */
.btn-more{ font-family: "SpoqaHanSansNeo","Noto Sans KR", sans-serif;  display: inline-block; position: relative; padding-left: 45px; font-size: 16px; color: #333333; line-height: 28px;}
.btn-more::after {content: "";  position: absolute;  left: 0; top: 50%; margin-top: -0.5px; width: 35px; height: 1px; background: #ddd; -webkit-transform: scaleX(1); transform: scaleX(1);
    -webkit-transform-origin: 100% 0; transform-origin: 100% 0;}


@media screen and (max-width:991px){
	.txt_wrap{padding:10px 10px 15px;}
	.txt_wrap:after{top:-40px;}
	.list-item h2{font-size:14px; margin:0 0 10px 0; line-height:normal;  height: 50px; }	
	.list-item h4{font-size:14px;}
	.list-item .list-details p {font-size:14px;}
	.list-item .list-details {margin-bottom:10px;}

	.btn-more{font-size:14px;}
}

/* Responsive */
@media all and (max-width:767px) {
	.responsive .list-row { width:50% !important }
}
@media all and (max-width:420px) {
	.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:#333; font-size:60px; }
.list-wrap .list-more a:hover { color:crimson; }

.board-nav .page-nav{display:none;}
.label-cap{display:none;}


