@charset "utf-8";
/* 새글 스킨 (latest) */
.news_people{position: relative;margin: 20px auto 0;overflow: hidden;}
.news_people .lat_title {display:block;background:#fcfcfc;padding:0 20px;line-height:45px;font-size:1.083em;border-bottom:1px solid #e2e2e2;color:#253dbe;}
.news_people .lat_title a{color:#253dbe;display:inline-block;position:relative}
.news_people .lat_title a:after{position:absolute;bottom:-1px;left:0;width:100%;height:2px;background:#253dbe;content:''}
.news_people .lt_more {position:absolute;top:11px;right:10px;display:block;width:25px;line-height:25px;color:#aaa;border-radius:3px;text-align:center;}
.news_people .lt_more:hover{color:#777}
.news_people ul:after {display:block;visibility:hidden;clear:both;content:""}
.news_people ul{display:flex;flex-flow:column wrap;gap:18px;padding:0;}
.news_people li{display:flex;flex-flow:row nowrap;justify-content: space-between;gap:12px;position:relative;}
.news_people li .lt_img{display:block;width:150px;}
.news_people li .lt_img img{width:100%;height:auto;border: 1px solid #ddd;}
.news_people li .lt_title{font-size:16px;}
.news_people li a:hover{color:#000;}
.news_people li .fa-heart{color:#ff0000;}
.news_people 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}
.news_people 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;}
.news_people 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;}
.news_people li .fa-caret-right{color:#bbb}
.news_people .lt_cmt{background:#5c85c1;color:#fff; font-size:11px;height:16px;line-height:16px;padding:0 5px;border-radius:3px;white-space: nowrap;
-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);}
.news_people .lt_date{display:block;margin-top:5px;color: #888;}



.news_people .board_name {
    position:absolute;
    top:10px;
    left:10px;
    width:max-content;
    border-radius:20px;
    overflow:hidden;
}

.news_people .board_name a {
    display:block;
    padding:4px 12px;
    color:#fff;
    font-size:12px;
    text-decoration:none;
}


.news_people li .lt_content{
    width:calc(100% - 170px);
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}
.news_people li .lt_content strong{
    padding-top:8px;
    font-size:20px;
    font-weight:600;
}
.news_people li:hover .lt_content strong{
    color:#2f80ed;
}

.news_people li .lt_content p{
    display:block;
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


@media all and (max-width:1024px){
    .news_people li{flex:0 0 calc(33.3333% - 10px);}
}

@media all and (max-width:768px){
    .news_people li{flex:0 0 calc(50% - 10px);}
    .news_people li .lt_img{width:100px;}
    .news_people li .lt_content{width:calc(100% - 112px);}
    .news_people li .lt_content strong{padding-top:0;font-size:17px;}
}

@media all and (max-width:540px){
    .news_people li{flex:0 0 100%;}
    .news_people li .lt_content{padding:0;}
    .news_people li .lt_content p{display:none;}
}