@charset "utf-8";
/* 새글 스킨 (latest) */
.pic_lt{position:relative;margin-bottom:20px;overflow:hidden; padding:1rem 1.1rem;}
.pic_lt .tit{ font-size:0.925rem; line-height:2.5rem; height:2.5rem; padding:0 0.5rem; text-align:center; display: block; white-space: nowrap;word-break: keep-all;overflow: hidden; text-overflow: ellipsis;}
.pic_lt  .gall-img {position: relative;overflow: hidden;background: #fff;width:100%;border-radius:0rem;}
.pic_lt  .gall-img img{width:100%;}
.pic_lt  .gall-img .is-image{position: absolute;transition: all 0.3s ease-out; width:100%; left:0;top:0;right:0;bottom:0; background-size:cover !important; z-index:1; }

.pic_lt  .gall-con{ color: #121212; font-weight:700; border-radius: 0.2rem; overflow: hidden; border:1px solid #ededed;}

.pic_lt  .gall-con:hover .tit{ color: #121212; font-weight:700;  }
.pic_lt  .gall-con:hover .inf	{ color: #121212; font-weight:400;  }
.pic_lt  .gall-con:hover .gall-img .is-image{ width:100%;height:100%; opacity:0.8; transform:  scale(1.05)}

