@charset "utf-8";
/* 새글 스킨 (latest) */
.pic_link {position:relative;margin: 0 auto;max-width:1200px;margin-bottom:20px;overflow:hidden;border: 0px solid #c6cacc;background:#fff}
.pic_link .lat_title {display:block;text-align:center;background:#fcfcfc;padding:0 20px;line-height:45px;font-size:1.383em;border-bottom:1px solid #e2e2e2;color:#535353;}
.pic_link .lat_title a{color:#454445;display:inline-block;position:relative}
.pic_link .lat_title a:after{position:absolute;bottom:-1px;left:0;width:100%;height:2px;background:#253dbe;content:''}
.pic_link .lt_more {position:absolute;top:11px;right:10px;display:block;width:25px;line-height:25px;color:#aaa;border-radius:3px;text-align:center;}
.pic_link .lt_more:hover{color:#777}
.pic_link ul:after {display:block;visibility:hidden;clear:both;content:""}
.pic_link ul{padding:20px 15px }
.pic_link li{float:left;width:20%;padding:0 5px}
.pic_link li .lt_img{display:block}
.pic_link li .lt_img img{width:100%;height:auto}
.pic_link li a > p { padding-bottom: 70%; background-size: cover; background-position: center center;  }
.pic_link li a.pic_subject {
	display: inline-block; float: left; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color: #000;
	width: 100%; height: 20px;
}
.pic_link li a:hover{color:#a22121}
.pic_link li .fa-heart{color:#ff0000;}
.pic_link 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_link 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_link 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_link li .fa-caret-right{color:#bbb}
.pic_link .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_link .lt_date{display:block;margin-top:5px;color: #888;}

@media all and (max-width:969px) {
	.pic_link ul{padding:10px 15px 20px }
	.pic_link li{width:50%; margin-top: 10px; }
}

@media all and (max-width:400px) {
	.pic_link li{width:100%; }
}

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