@charset "utf-8";

/* 새글 스킨 (latest) */
.pic_lt {position:relative;}
.pic_lt .lat_title {display:block;line-height:40px;font-size:30px;color:#082340;font-family:"scdream";font-weight:600; margin-bottom:20px;}
.pic_lt .lat_title a {position:relative;color:#000;display:inline-block}


.pic_lt ul:after {display:block;visibility:hidden;clear:both;content:""}
.pic_lt ul {margin: 0 0}
.pic_lt li {float:left; width:calc((100% - 120px) / 4); margin-right:40px; background:#fff;transition:all 200ms ease;}
.pic_lt li:last-child {margin-right:0;}
.pic_lt li:hover {box-shadow:0 10px 20px 0 rgba(0, 0, 0, .2);transform:translate(0, -10px);}
.pic_lt li.galley_li:nth-child(4n+1) {clear: both!important}
.pic_lt li .lt_img {display:block}
.pic_lt li .lt_img img, .pic_lt li .lt_img video{width:100%;height:auto}
.pic_lt li a:hover {color:#006083}
.pic_lt li .fa-heart {color:#ff0000}
.pic_lt 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 #cbe3e8;vertical-align:middle}
.pic_lt li .new_icon {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#23db79;background:#b9ffda;text-align:center;border-radius:2px;margin-left:2px;font-weight:bold;vertical-align:middle}
.pic_lt li .hot_icon {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#ff0000;background:#ffb9b9;text-align:center;border-radius:2px;vertical-align:middle}
.pic_lt li .fa-caret-right {color:#bbb}
.pic_lt li .fa-download {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#daae37;background:#ffefb9;text-align:center;border-radius:2px;vertical-align:middle}
.pic_lt li .fa-link {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#b451fd;background:#edd3fd;text-align:center;border-radius:2px;vertical-align:middle}

.pic_lt .profile_img img{border-radius:50%}

.lt_box {padding:25px; height:120px; box-sizing:border-box;}
.lt_box a {font-family:"scdream"; font-weight:500; color:#555; line-height:120%; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; overflow:hidden; text-overflow:ellipsis; white-space:normal;}

.glt_info {}
.glt_info .lt_nick {}
.glt_info .lt_date {display:block; color:#888; padding:10px 0 0;}
.glt_info .lt_date span {display:block; color:#082340; font-family:'Gmarket Sans';}

.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}

.lt_more {width:28px; height:28px; position:absolute; right:6px; top:6px; display: block; z-index: 2; font-size:0; transition:all ease .2s;transform-origin: center center;}
.lt_more:after {content:''; width:100%; height:4px; background:#222; position:absolute; right:0; top:50%; margin-top:-2px;}
.lt_more:before {content:''; width:4px; height:100%; background:#222; position:absolute; left:50%; top:0; margin-left:-2px;}
.lt_more:hover {transform:rotate(-90deg);}
.lt_more:hover:after, .lt_more:hover:before {background:#ffa000;}


@media screen and (max-width:960px) {
	.pic_lt li {width:calc((100% / 3) - 18px); margin-right:20px; margin-bottom:100px;}
	.pic_lt li:nth-child(4n+4) {margin-right:20px;}
	.pic_lt li:nth-child(3n+3) {margin-right:0px;}
}

@media screen and (max-width:700px) {
	.pic_lt li {width:calc((100% / 2) - 14px); margin-right:20px; margin-bottom:20px;}
	.pic_lt li:nth-child(3n+3) {margin-right:20px;}
	.pic_lt li:nth-child(2n+2) {margin-right:0px;}
}	

@media screen and (max-width:480px) {
	.pic_lt li {width:100%; margin-right:0;}
	.lt_box a {font-size:18px;}
	.glt_info .lt_date {font-size:15px;}
}