@charset "utf-8";

.at-content {padding-top: 0;}
#contentBoard {padding-top: 200px;}
.board-list {margin-top: 150px;}
@media all and (max-width: 767px) {
	#contentBoard {padding-top: 100px;}
}

/* List */
.list-item .tack-check { left: 10px; bottom: 10px; z-index: 5; position: absolute;	font-weight:normal; }
.list-item .tack-check-left { left: 10px; bottom: 10px; z-index: 1; position: absolute;	font-weight:normal; }
.list-item .img-border {
	transition: all .3s;
	border: 10px solid #009bed;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
}
.list-item .more-box {
	transition: all .3s;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	width: 60px;
	height: 60px;
	border-radius: 20px 0 0 0;
	opacity: 0;
	background: #009bed;
}
.list-item .more-box span::before {
	content: "";
	background: #fff;
	width: 2px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: inline-block;
}
.list-item .more-box span::after {
	content: "";
	background: #fff;
	width: 16px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: inline-block;
}
.list-item .img-wrap .img-item {background: #000;}

.list-item .img-wrap .img-item img {
	opacity: 0.7;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.list-item h2 {
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	overflow: hidden;
	text-align: left;
}
.list-item h2 a {color: #111;}
.list-item:hover .img-wrap {box-shadow: 0 10px 30px rgb(0,0,0,0.2);}
.list-item:hover .img-border,
.list-item:hover .more-box,
.list-item:hover .img-wrap .img-item img {opacity: 1;}
.list-row.clearfix { float:none !important; padding:0 !important; margin:0 !important; width:100% !important }

/* Responsive */
@media all and (max-width:767px) {
	.board-list {margin-top: 80px;}
	.responsive .list-row { width:50% !important }
	.list-item h2 {font-size: 15px;}
}
@media all and (max-width:420px) {
	.responsive .list-row { width:100% !important }
	.list-wrap .list-row .list-item {margin-bottom: 40px !important;}
	.list-wrap .list-row:last-child .list-item {margin-bottom: 0 !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; }
