@charset "utf-8";

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

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

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

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

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

}