@charset "utf-8";

/* 새글 스킨 (latest) */
.pic_lt { position:relative; }

.pic_lt ul:after {display:block;visibility:hidden;clear:both;content:""}
.pic_lt ul {margin: 0 -10px}
.pic_lt li { float:left;width:20%;padding:0 10px; margin-bottom: 30px;}
.pic_lt li.gallery_li:nth-child(5n+1) {clear: both!important}
.pic_lt li .lt_img { overflow: hidden; display:block; border-radius: 5px; }
.pic_lt li .lt_img img, .pic_lt li .lt_img video {width:100%;height:auto}

.lt_info { padding:20px 0 0; }
.lt_info .lt_cate { display: inline-flex; flex-wrap: wrap; justify-content: center; align-items: center; margin-bottom: 10px; padding: 5px 10px; background: #f4f4f4; border-radius: 3px; color: #9fa7b0; font-size: 11px; font-weight: 400; }
.lt_info .title { overflow: hidden; display: block; text-overflow: ellipsis; white-space: nowrap; text-align: left; margin-bottom: 10px; font-size: 1.1em; font-weight: 700; letter-spacing: -0.03em; }
.lt_info p { margin-bottom: 10px; color: #666; }
.lt_info .event_info { color: #666; line-height: 1.5; }
.lt_info .event_info strong { font-weight: 600; }

.pic_lt .empty_li { text-align:center; padding:0; width: 100%; color:#666; line-height:145px ; }
.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) {
	
	.pic_lt li { width:33.33%; margin-bottom: 20px; }
	.pic_lt li.gallery_li:nth-child(5n+1) {clear: none !important; }
	.pic_lt li.gallery_li:nth-child(3n+1) {clear: both !important; }
	.lt_info { padding: 10px 0 0; }

}

@media screen and (max-width: 480px) {
	
	.pic_lt li { width:50%; }
	.pic_lt li.gallery_li:nth-child(3n+1) {clear: none !important; }
	.pic_lt li.gallery_li:nth-child(2n+1) {clear: both !important; }

}