@charset "utf-8";

/* 새글 스킨 (latest) */
.pic_lt2 {
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
	border: 0px solid #c6cacc;
}

.pic_lt2 .lat_title a {
	color: #253dbe;
	display: inline-block;
	position: relative
}

.pic_lt2 .lat_title a:after {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #253dbe;
	content: ''
}

.pic_lt2 .lt_more {
	position: absolute;
	top: 11px;
	right: 10px;
	display: block;
	width: 25px;
	line-height: 25px;
	color: #aaa;
	border-radius: 3px;
	text-align: center;
}

.pic_lt2 .lt_more:hover {
	color: #777
}

.pic_lt2 ul:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

.pic_lt2 ul {
	padding: 10px 0px
}

.pic_lt2 li {
	float: left;
	width: 23.5%;
	padding: 0 5px;
	margin: 0 6px 38px 9px;
	text-align: center;
	font-size: 16px;
}

.pic_lt2 li .lt_img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	overflow: hidden;
}

.pic_lt2 li .lt_img img {
	width: 100%;
	height: auto !important;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.pic_lt2 li .lt_img:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.pic_lt2 li a:hover {
	color: #a22121
}

.pic_lt2 li .fa-heart {
	color: #ff0000;
}

.pic_lt2 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_lt2 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_lt2 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_lt2 li .fa-caret-right {
	color: #bbb
}

.pic_lt2 .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_lt2 .lt_date {
	display: block;
	margin-top: 5px;
	color: #888;
}