@charset "utf-8";

/* 최근게시물 스킨 (latest) */
.lt_basic {position:relative;}
.lt_basic ul {margin:0;padding:0;list-style:none}
.lt_basic ul li {display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #eee;}
.lt_basic ul li:last-child {border:0;}
.lt_basic .lt_title {display:inline-block;background: #4162ff;color: #fff;border-radius: 13px;line-height: 24px;padding: 0 10px;border-bottom:1px solid #ccc;}
.lt_basic .lt_more {position:absolute;top:5px;right:10px}
.lt_basic .cnt_cmt {display:inline-block;margin:0 5px 0 3px;}
.lt_basic .lt_info{display:flex;flex-flow:row nowrap;justify-content: flex-end;align-items: center;gap: 4px;color: #666;}
.lt_basic .lt_info .progress{width:62px;padding:4px 8px;text-align:center;color:#fff;border-radius: 35px;}
.lt_basic .lt_info .progress_wan{background:#4dbfeb;}
.lt_basic .lt_info .progress_chk{background:#818181;}
.lt_basic .lt_info .progress_ask{background:#e67f1c;}
.lt_basic .profile_img img{border-radius:50%;vertical-align:top}
.lt_basic .lt_tit{display: block;font-size: 1.083em;font-weight: bold;margin: 5px 0;white-space :nowrap;overflow:hidden;text-overflow:ellipsis;}
.lt_basic li .fa-download{width:16px;height:16px;line-height:16px;background:#ecaa30;color:#fff;text-align:center;font-size:10px;border-radius:2px}
.lt_basic li .fa-link{width:16px;height:16px;line-height:16px;background:#2aa974;color:#fff;text-align:center;font-size:10px;border-radius:2px}
.lt_basic li .fa-heart{color:#ff0000;}
.lt_basic li .new_icon{display:inline-block;padding: 0 3px;line-height:16px ;font-size:0.833em;color:#fff;background:#e67f1c;}
.lt_basic .lt_tit .fa-heart{color: #fe4560;}
.lt_basic .lt_date{min-width:38px;color:#666;}
.lt_basic .comment_icon{background:url(./img/icon_comment.png) no-repeat 50% 50% ;display:inline-block;width:20px;height:28px;text-indent:-999px;overflow:hidden;vertical-align:top;background-size:70%;margin:0 0px 0 5px}
.lt_basic .empty_li{text-align:center;padding:40px 0;color:#777}
