@charset "utf-8";

/* 최근게시물 스킨 (latest) */
.lt {position:relative;margin:10px 0px 20px 0px;background:}
.lt .lt_title {display: block;
    font-size: 1.4em;
    padding: 10px 10px;
    line-height: 24px;
    background: #eff4fd;
    margin: 10px 16px 0px;
    border-radius: 7px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.11);
    font-weight: 900;
}
.lt ul {list-style:none;padding:0 0px;background:;border-bottom:0px solid #000000;margin-bottom:}
.lt ul li {border-bottom: 0px solid #e5ecee;
    padding: px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.11);
    margin: 16px 16px 16px 16px;
    border-radius: 7px;position: relative;    min-height: 80px;background: #fff;}



.lt ul li a {
    
}
.lt ul li:last-child {border-bottom:0}
.lt ul li:after {display:block;visibility:hidden;clear:both;content:""}
.lt ul li:hover a.lt_tit {color:}
.lt .lt_thumb {display:inline-block;float:right;margin-right:px}
.lt .lt_thumb img {width:100%;height:auto;overflow:hidden;border-radius: 0px 7px 7px 0px;}
.lt .lt_tit {display:block;font-size:1.25em;font-weight:;min-height:60px;overflow:hidden;padding-bottom:10px;height: 80px;word-space:5px}
.lt .lt_info {display:inline-block;position:absolute;line-height:20px;color:#828282;font-size:0.925em;vertical-align:top;bottom:10px;}
.lt .lt_date {color:#828282}
.lt .latest-sel{margin-top:1px}

.lt .lt_more { 
position: absolute;
    top: 8px;
    right: 20px;
    background: #fff;
    border: 1px solid #d1d7e5;
    border-radius: 10px;
    font-size: .925em;
    border-radius: 10px;
    padding: 4px 10px;
    z-index: 1;
}
.lt .lt_cmt {background:#;color:#0044ff;font-size:13px;height:16px;line-height:16px;padding:3px 2px;border-radius:3px;vertical-align:middle;font-weight:bold}

.lt .profile_img img {border-radius:50%;vertical-align:text-bottom;width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
margin-right:5px;
border: px solid #000000;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.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}
.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}
.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}
.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}
.lt li .fa-heart {color:#ff0000}
.lt li .new_icon {display:inline-block;width:16px;line-height:16px;font-size:0.75em;color:#23db79;background:#b9ffda;text-align:center;border-radius:2px;margin-left:2px;font-weight:bold;vertical-align:middle}
.lt .lt_tit .fa-heart {color:#fe4560;margin-left:5px}
.lt .lt_tit .fa-flash {color:#ffcc00;margin-left:0px}

.lt .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 .empty_li {text-align:center;padding:40px 0;color:#777}

.lt .owl-carousel .owl-item .profile_img img{width:auto}

.lt_page {background:#fff;text-align:center;padding:10px 15px;line-height:25px;border-bottom:1px solid #e5ecee}
.lt_page button {display:inline-block;background:#fff;width:25px;height:25px;border:0px solid #dbdee6;text-align:center;color:#cdcdce}
.lt_page span {color:#6e6e6e}
.lt_page b {color:#000}
.lt_page_prev {float:left}
.lt_page_next {float:right}

.list_le {float: left;width: 60%;padding: 10px;}
.list_le_full {float: left;width: 100%;padding: 10px;min-height: 110px;}
.list_img {float: left;width: 40%;text-align: center;font-size: 2em;}


@media (prefers-color-scheme: dark) {

.lt .lt_title {background:#616161;
color:rgba(255,255,255,0.87);
}

.lt ul li {
background: #424242;
color:rgba(255,255,255,0.87);
border: rgba(255,255,255,0.6);
}
.lt ul li a {
color:rgba(255,255,255,0.87);
}
.lt .lt_cmt {background:#;color:#5599ff;
}


.lt_page {border-bottom:0px solid #e5ecee;}

    .lt .lt_more {background: #333}

                              }