@charset "utf-8";
/* SIR 지운아빠 */

/* 새글 스킨 (latest) */
.lt_pc {margin-left:20px}
.lt {position:relative;width:100%;}
.lt ul {padding:0;list-style:none; display: flex; justify-content: space-between; flex-wrap: wrap;}
.lt li {width: 48%; background-color: #fff; border-radius: 20px; padding: 30px; box-sizing: border-box;}
.lt li:nth-child(-n+2){margin-bottom: 40px;}
.lt .lt_title{display: block;}
.lt .lt_title a{display: inline-block; font-size: 15px; line-height: 1; padding: 7px; border-radius: 5px; background-color: #4b8cca; margin-bottom: 20px; color: #fff; }
.lt h5{font-size: 20px; color: #888;}
.lt .cont a{font-size: 28px; line-height: 1.3; margin-bottom: 30px; font-weight: bold; color: #222; display: block;}
.lt .lt_more {position:absolute;top:10px;right:0}
.lt .cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}

@media(max-width:1023px){
    .lt .lt_title a{font-size: 13px; margin-bottom: 10px;}
    .lt .cont a{font-size: 24px; margin-bottom: 20px;}
    .lt h5{font-size: 16px;}
}

@media(max-width: 767px){
    .lt li{width: 100%; margin-bottom: 20px !important; padding: 20px;}
    .lt .cont a{font-size: 20px; margin-bottom: 20px;}
    .lt h5{font-size: 15px;}
}

