@charset "utf-8";

/* 새글 스킨 (latest) */
.pic_lt1 { position:relative; }
.pic_lt1 .lat_title {display:block;line-height:45px;font-size:1.2em;color:#253dbe}
.pic_lt1 .lat_title a {color:#000;display:inline-block;position:relative}

.pic_lt1 .lt_more {position:absolute;top:11px;right:10px;display:block;width:25px;line-height:25px;color:#aaa;border-radius:3px;text-align:center;}
.pic_lt1 .lt_more:hover {color:#777}
.pic_lt1 ul:after {display:block;visibility:hidden;clear:both;content:""}
.pic_lt1 ul {margin: 0 -10px}
.pic_lt1 li {float:left;width:20%;padding:0 10px; }
.pic_lt1 li.gallery_li:nth-child(5n+1) {clear: both!important}
.pic_lt1 li.gallery_li:nth-child(5), .pic_lt1 li.gallery_li:nth-child(6), .pic_lt1 li.gallery_li:nth-child(7), .pic_lt1 li.gallery_li:nth-child(8) { margin-bottom: 0px; }
.pic_lt1 li .lt_img {margin:5px 0;display:block}
.pic_lt1 li .lt_img img, .pic_lt1 li .lt_img video {width:100%;height:auto}
.pic_lt1 li a { display: block; margin-top: 20px; text-align: center; font-size: 1.2em; font-weight: 500; letter-spacing: -0.5px; }
.pic_lt1 li a:hover { color:#b93838; }

.pic_lt1 .empty_li {line-height:145px ;color:#666;text-align:center;padding:0}
.pic_lt1 .empty_li:before {background:none;padding:0}

.pic_lt1 .lt_cmt {background:#e9eff5;color:#3a8afd;font-size:11px;height:16px;line-height:16px;padding:0 5px;border-radius:3px;vertical-align:middle}
.pic_lt1 .lt_more {position:absolute;top:11px;right:0;display:block;width:40px;line-height:25px;color:#3a8afd;border-radius:3px;text-align:center}
.pic_lt1 .lt_more:hover {color:#777}

@media screen and (max-width: 768px) {
	
	/* main */
	.pic_lt1 li { width: 50%; margin-bottom: 20px; }
	.pic_lt1 li.gallery_li:nth-child(5), .pic_lt1 li.gallery_li:nth-child(6), .pic_lt1 li.gallery_li:nth-child(7), .pic_lt1 li.gallery_li:nth-child(8) { margin-bottom: 20px; }
	.pic_lt1 li.gallery_li:nth-child(7), .pic_lt1 li.gallery_li:nth-child(8) { margin-bottom: 0px; }

}