@charset "utf-8";
/* 새글 스킨 (latest) */
.pic_lt{position:relative;margin-bottom:0px; margin-top:0px; overflow:hidden;border: 1px solid #c6cacc;background:transparent}
.pic_lt .lat_title {display:block;background:transparent;padding:0 0px;line-height:45px;font-size:1.083em;border-bottom:1px solid #e2e2e2;color:#253dbe;}
.pic_lt .lat_title a{color:#000000;display:inline-block;position:relative}
.pic_lt .lat_title a:after{position:absolute;bottom:-1px;left:0;width:100%;height:2px;background:#253dbe;content:''}
.pic_lt ul:after {display:block;visibility:hidden;clear:both;content:""}
.pic_lt ul{padding:-2px 5px }
.pic_lt li{float:left;width:25%;padding:2px 5px}
.pic_lt li .lt_img{display:block}
.pic_lt li .lt_img img{width:100%;height:auto}
.pic_lt li a > p { padding-bottom: 70%; background-size: cover; background-position: center center;  }
.pic_lt li a.pic_subject {
	display: inline-block; float: left; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color: #000;
	width: 100%; height: 20px;
}
.pic_lt li a:hover{color:#a22121}
.pic_lt li .fa-heart{color:#ff0000;}
.pic_lt li .fa-lock{display: inline-block;line-height: 14px;width: 16px;font-size: 0.833em;color: #4f818c;background: #cbe3e8;text-align: center;border-radius: 2px;font-size: 12px;border:1px solid #a2c6ce}
.pic_lt li .new_icon{display:inline-block;width: 16px;line-height:16px ;font-size:0.833em;color:#ffff00;background:#6db142;text-align:center;border-radius: 2px;}
.pic_lt li .hot_icon{display:inline-block;width: 16px;line-height:16px ;font-size:0.833em;color:#fff;background:#e52955;text-align:center;border-radius: 2px;}
.pic_lt li .fa-caret-right{color:#bbb}
.pic_lt .lt_cmt{background:#5c85c1;color:#fff; font-size:11px;height:16px;line-height:16px;padding:0 5px;border-radius:3px;white-space: nowrap;
-webkit-box-shadow: inset 0 2px 5px  rgba(255,255,255,0.4);
-moz-box-shadow: inset 0 2px 5px  rgba(255,255,255,0.4);
box-shadow: inset 0 2px 5px  rgba(255,255,255,0.4);}
.pic_lt .lt_date{display:block;margin-top:5px;color: #888;}
.lt_more {position:absolute;top:9px;right:10px;display:block;width:25px;line-height:25px;color:#ffffff;border-radius:3px;text-align:center;}
.lt_more:hover{color:#ffffff}
@media screen and (max-width:700px) {
	.pic_lt ul{padding:5px 15px 5px }
	.pic_lt li{width:33.3333333333333333333333%; margin-top: 10px; }
}

@media screen and (max-width:400px) {
	.pic_lt li{width:50%; }
}

/**********************
over img
***********************/

.-black {
	color: #131316;
}

.text-center {
  text-align: center;
}

.overimg {
	position: relative;
	overflow: hidden;
}

.overimg:hover .overlay {
	top: 0;
}

.overimg > img {
	width: 100%;
}

.overimg > .overlay {
	position: absolute;
	width: 100%;
	height: 83%;
	top: 100%;
	left: 0;
	background: rgba(255, 253, 235, 0.8);
	-webkit-transition: top 0.3s ease-in-out;
	-moz-transition: top 0.3s ease-in-out;
	-ms-transition: top 0.3s ease-in-out;
	-o-transition: top 0.3s ease-in-out;
	transition: top 0.3s ease-in-out;
}

.overimg .content {
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overimg .h2 {
	font-size: 16px;
}

.overimg .h3 {
	margin-top: 18px;
}
