@charset "utf-8";
/* 새글 스킨 (latest) */

.ticker_lat {padding:15px;position: relative;overflow: hidden;background:#f8f8f8;border-radius: 5px;display:flex;align-items: center;}
.ticker_lat span{display:flex;align-items: center;justify-content: center;width:25px;height:25px;border-radius:35px;background:#fff;margin-right:10px;}
.ticker_lat span img{width:15px;}
.ticker_lat ul{list-style: none;width:85%;}
.ticker_lat li {display:flex;align-items:center;position:relative;width:100%;}
.ticker_lat li a{display:block;font-size:15px;font-weight:400;width:100%;color:#000;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.ticker_lat li .fa-heart{color:#ff0000;}
.ticker_lat li .fa-lock{display: inline-block;width: 16px;line-height:14px;font-size:0.833em;color:#4f818c;background:#cbe3e8;text-align:center;border-radius:2px;font-size:12px;border:1px solid #a2c6ce}
.ticker_lat li .new_icon{display:inline-block;width: 16px;line-height:16px;font-size:0.833em;color:#ffff00;background:#6db142;text-align:center;border-radius: 2px;}
.ticker_lat li .hot_icon{display:inline-block;width: 16px;line-height:16px;font-size:0.833em;color:#fff;background:#e52955;text-align:center;border-radius: 2px;}
.ticker_lat li .new{display:inline-block;width:9px;height:9px;background:url('./img/new.png') no-repeat 0 0 ;}
.ticker_lat li .fa-caret-right{color:#bbb}
.ticker_lat .lt_date{position:absolute;top:3px;right:0;color:#888}
.ticker_lat .empty_li{line-height:18px;color:#666;text-align:center;padding:0;}
.ticker_lat .empty_li:before{background:none;padding:0}

.ticker_lat .lt_cmt{background:#5c85c1;color:#fff; font-size:11px;height:16px;line-height:16px;padding:0 5px;border-radius:3px;
-webkit-box-shadow: inset 0 2px 5px  rgba(255,255,255,0.4);
-moz-box-shadow: inset 0 2px 5px  rgba(255,255,255,0.4);
box-shadow: inset 0 2px 5px  rgba(255,255,255,0.4);}

@media screen and (max-width:768px){
    .ticker_lat{padding:10px}
    .ticker_lat span{font-size:14px;}
    .ticker_lat ul{width:calc(100% - 25px)}
    .ticker_lat li{}
    .ticker_lat li a{font-size:14px;font-weight:300;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
}