@charset "utf-8";

/* 최근게시물 스킨 (latest) */
/* .lt img{max-width:100%}
.lt {
width: calc(33.333% - 0.7vw);}
.lt .lt_cate {padding:20px;line-height:24px;border-bottom:1px solid #f2f2f2}
.lt .lt_cate:after {display:block;visibility:hidden;clear:both;content:""}

.lt .lt_date {color:#b5b5b5;float:right;display:inline-block;position:relative;padding-left:10px}
.lt .lt_date:before {content:'';position:absolute;left:0;top:10px;width:4px;height:4px;background:#ff90cc;border-radius:2px} */
.lt {
  width: calc(33.333% - 0.7vw);
}
.lt .lt_info {position: relative; padding: 1.04vw; height:7.81vw;}
.lt .lt_name {color:#706f6f}
.lt .lt_area{
position: absolute;
color:#ccc;
font-size: 0.73vw;
bottom:1.04vw ;
left: 1.04vw;
}
.lt .lt_tit {font-weight:bold;display:block;font-size:1.04vw; 
  overflow: hidden;
  text-overflow: ellipsis;
  white-space:nowrap;
}
.lt .lt_detail {
  font-size: 0.94vw;
  line-height:1.30vw;
}
.lt .lt_more {display:inline-block;border:1px solid #d9d9d9;color:#6d6d6d;padding:0 15px;line-height:40px;border-radius:33px;margin-top:15px}
.lt .lt_more:hover{color:#528eff;border-color:#528eff}

.lt .free{background:#ff9c1b}
.lt .notice{background:#fe5d5d}
.lt .gallery{background:#12c1db}
