@charset "utf-8";
/* 새글 스킨 (latest) */

.lat_news {position:relative;margin-bottom:0px; border:0; overflow:hidden;}



.lat_news .lat_news_title {display:block;padding:0 20px;line-height:45px;font-size:1.083em;border-bottom:1px solid #e2e2e2;color:#253dbe;background:#fcfcfc}
.lat_news .lat_news_title a{color:#253dbe;display:inline-block;position:relative}
.lat_news .lat_news_title a:after{position:absolute;bottom:-1px;left:0;width:100%;height:2px;background:#253dbe;content:''}

.lat_news .title_group{width:48%; height:385px; float:left; background:url('/theme/henalhome/skin/latest/l_qna_common_list/img/img_model.png') right bottom no-repeat;}

.lat_news .title_group h3{font-size:200%;}
.lat_news .title_group h5{font-size:600%; line-height:100%; font-family: 'GmarketSansLight' !important;}
.lat_news .title_group h6{font-size:110%; color:#5698fa;}
.lat_news ul.list{float:right; width:50%; padding:15px 0px}

a.more_qna{border:2px solid #ddd; padding:30px; border-radius:30px;}

.more_button{
 position: absolute;
    bottom: 40px;
    right: 10px;
    border: 2px solid #ddd;
    padding: 20px 0;
    text-align: center;
    display: inline-block;
    line-height: 100%;
    width: 100px;
    
}

.more_button a img{ }

.lat_news li {position:relative; line-height:100%; padding:10px 0;padding-right:0px;padding-left:60px; border-bottom:1px solid #ccc;}
.lat_news li span.title{
position: absolute;
    left: 10px;
    top: 20px;
    font-size: 230%;
}
.lat_news li:before{
    /* position: absolute;top: 17px;left: 0px;width: 4px;height: 4px;background: #eee;content: '';border-radius: 50%;
*/
}
.lat_news li a{
    color: #777;
    font-size: 130%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    line-height: 100%;
    padding-top:3px;
} 
.lat_news li a:hover{color:#000}
.lat_news li .fa-heart{color:#ff0000;}
.lat_news 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 #a2c6ce}
.lat_news 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;}
.lat_news 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;}
.lat_news li .fa-caret-right{color:#bbb}

@media(max-width:1200px){
    
    .lat_news li{text-align: left;}
}

.lat_news .lt_date{clear:both; color:#979696; display:block; font-size:85%; padding-top:10px;}
.lat_news  .empty_li{line-height:145px ;color:#666;text-align:center;padding:0;}
.lat_news  .empty_li:before{background:none;padding:0}

.lat_news .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);}
.lat_news .lt_more {position:absolute;top:-34px;right:0px;}