@charset "utf-8";
/* SIR 지운아빠 */

/* 새글 스킨 (latest) */
.lt_pc {margin-left:20px}
.lt {position:relative;width:100%;height:auto;}
.lt ul { margin:0px;padding:0;list-style:none; display: flex; align-items: center;}
.lt li { margin-right: 60px; padding-left: 13px; position: relative;color: #fff;}
.lt li:hover{ font-weight: 700;}
.lt li::before{ display: block; content: ""; width: 3px; height: 3px; background-color: #fff; position: absolute; left: 0px; top: 7px;}
.lt li a{ display: block; display: flex; justify-content: space-between; align-items: center; color: #fff;}
.lt .lt_date{ font-size: 15px; font-weight: 300; color: rgba(255,255,255,.6); margin-left: 15px;}
.lt .lt_tit{ font-size: 16px; font-weight: 500; color: #fff;}
.lt .lt_cont{ font-size: 1.15em; line-height: 1.7em; color: #777; }
.lt .lt_new{ position: absolute; top: 12px; right: 0px;}

.lt .lt_title {display:block;padding:0px 0 10px 0; font-size:2em;font-weight:500; letter-spacing:-1.5px; color:#333; border-bottom:1px solid #ddd; margin-bottom:15px; display:none;}
.lt .lt_more { position:absolute; top:50%; transform: translateY(-50%); right:17%;}
.lt .lt_more a { display: block;}
.lt .cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:500;}

/*태블릿 : 768px ~ 1023px */
@media screen and (max-width: 1023px) {
    .lt li { margin-right: 30px;}
    .lt li::before{ top: 15px;}
    .lt .lt_tit{ width: 75%; font-size: 15px;}
    .lt .lt_date{ width:25%; margin-left: 0px; font-size: 13px;}
    .lt .lt_more { top:-50px; transform: translateY(0); right:2%;}
}  
/*모바일 : 370px ~ 767px */
@media screen and (max-width: 767px) { 
    .lt ul{ flex-wrap: wrap;}
    .lt li { margin: 3px 0;}
    .lt li::before{ top: 7px;}
    .lt .lt_tit{ width: 72%; font-size: 14px; overflow: hidden; white-space: nowrap;  text-overflow: ellipsis;  word-break: break-all;}
    .lt .lt_date{ width:25%; font-size: 12px;}
    .lt .lt_more { top:-40px; right:2%;}
    .lt .lt_more img{ width: 35px;}

}
