@charset "utf-8";

/* 최근게시물 스킨 (latest) */
.lt {position:relative;float:left;margin-bottom:20px;border:1px solid #d9dee9;background:#fff;border-radius:3px;box-shadow:0px 1px 10px 1px #dedede}
.lt {width:32.66%;margin-left:1%}
.lt:nth-child(3n+1) {margin-left:0;clear:both}
.lt ul {margin:0;padding:0;list-style:none}
.lt li {border-bottom:1px solid #f7f7f7;text-align:left;padding:10px}
.lt li:last-child {border-bottom:0}
.lt .lt_title {display:block;padding:15px;border-bottom:1px solid #e9e9e9;text-align:left;font-size:1.2em}
.lt .lt_more {position:absolute;top:5px;right:10px}
.lt .cnt_cmt {display:inline-block;margin:0 5px 0 3px}
.lt .lt_info {position:relative;margin:5px 0 0;line-height:24px;color: #666;vertical-align:top}
.lt .profile_img img {border-radius:50%}
.lt .lt_tit {display:inline-block;font-size:1.083em;vertical-align:top;font-weight:bold;overflow:hidden}
.lt li .fa-download {width:16px;height:16px;line-height:16px;background:#ecaa30;color:#fff;text-align:center;font-size:10px;border-radius:2px}
.lt li .fa-link {width:16px;height:16px;line-height:16px;background:#2aa974;color:#fff;text-align:center;font-size:10px;border-radius:2px}
.lt li .fa-heart {color:#ff0000}
.lt li .new_icon {display:inline-block;padding:0 3px;line-height:16px;font-size:0.833em;color:#fff;background:#c56bed}
.lt .lt_tit .fa-heart {color: #fe4560}

.lt_info .lt_date {margin-left:5px;padding-left:8px;background:url('img/division-border.gif') left 4px no-repeat;color:#838383}
.lt_info .lt_comnt {float:right;color:#026bee}

.lt li .fa-heart {color:#ff0000}
.lt li .fa-lock {display:inline-block;width:16px;line-height:14px;font-size:0.833em;color:#fff;background:#262b88;text-align:center;border-radius:2px;font-size:12px;border:1px solid #262b88}
.lt li .new_icon {display:inline-block;width:16px;line-height:14px;font-size:0.833em;color:#fff;background:#3fd49e;border:1px solid #32c791;text-align:center;border-radius:2px;margin-left:3px}
.lt li .hot_icon {display:inline-block;width:16px;line-height:14px;font-size:0.833em;color:#fff;background:#ff7261;border:1px solid #e75341;text-align:center;border-radius:2px}
.lt li .fa-caret-right {color:#bbb}
.lt li.empty_li {min-height:350px;text-align:center;line-height:25;color:#777}

.lt .lt_more {position:absolute;top:14px;right:10px;display:block;padding:2px 5px;line-height:15px;color:#17bb9c;border-radius:30px;text-align:center;border:1px solid #17bb9c;font-size:11px;font-weight:bold}
.lt .lt_more:hover {background:#17bb9c;color:#fff;border-color:#13ad90}

@media (max-width:980px){
	.lt {width:49.5% !important;margin-left:0 !important}
	.lt:first-child {margin-left:0;clear:inherit}
	.lt:nth-child(4n) {clear:inherit}
	.lt:nth-child(even) {margin-left:1% !important}
	.lt:nth-child(2n+1) {clear:both}
}

@media (max-width:520px){
	.lt {width:100% !important;margin-bottom:15px}
	.lt:nth-child(even) {margin-left:0 !important}
}

@media (max-width:420px){
	.lt {margin-bottom:10px}
}


