@charset "utf-8";

/* 최근게시물 스킨 (latest) */
.lt {position:relative;padding-bottom: 10px;}
.lt li {position:relative;margin:0 0 15px;padding-bottom:5px;line-height:16px}
.lt li:after {position:absolute;left:0;top:8px;content:"";display:inline-block;width:3px;height:3px;border-radius:3px;/*background:#ddd*/}
.lt li a {color:#666}


@media (max-width:969px){
  .lt li {font-size: 13px ;line-height:23px;border-bottom: 1px solid #ffc220}
}
