@charset "utf-8";
/* 새글 스킨 (latest) */
.lts{background:#fff;padding:0 20px; border-right:1px solid #545252; height:170px}
#lt_board .lts{border-left:1px solid #545252}
.lts h2 a{color:#333333;font-size:20px;padding:10px 0;display:block; letter-spacing:-1px; text-align:center; text-indent:-40px; }
.lts h2 span{ position:relative; top:-2px; left:13px;  }
.lts ul li{padding:0 34px 0 13px;background:url(img/bullet.gif) no-repeat 0 50%;font-size:13px;color:#222;line-height:2.3em;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;position:relative;letter-spacing:-1px; height:30px}
.cnt_cmt{color:#00d7c1;}
.lt_date{text-align:right; float:right}

@media only all and (max-width:1024px){
.lts{border:none; box-sizing:border-box; }
#lt_board .lts{border:none; height:auto}
.lts ul li:last-child{border-bottom:none}
.lts h2 a{padding:20px 0;}

}