@charset "utf-8";

/* 새글 스킨 (latest) */
.pic_review {position:relative;}
.pic_review .swiper-slide{background: #fff; border-radius: 5px; border: 1px solid #eee; padding: 10px;}
.pic_review .swiper-slide h6 img{width: 60px;}
.pic_review .lt_img{display: block; position: relative; border-radius: 8px; overflow: hidden;}
.pic_review .lt_img img{width: 100%; transition: 0.3s all;}
.pic_review .lt_img:hover img{transform: scale(1.06);}
.pic_review .lt_img:after{content: ''; width: 100%; height: 60%; bottom: 0; left: 0; background: linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%); position: absolute;}
.pic_review .pic_text{ bottom: 0; padding: 15px 15px 10px 15px; }
.pic_review .pic_text .last_title{display: block; color: #262626; font-weight: bold; margin-bottom: 10px;}
.pic_review .pic_text .wrcon{font-size: 1.3rem; font-weight: 300; color: #262626;}
.pic_review .pic_text .new_icon{display: none;}
.lt_more{border-radius: 4px; width: 195px; height: 55px; border: 1px solid #fff; box-shadow: 0px 0px 4px 0px rgb(34 34 34 / 3%); font-size: 1.5rem; display: block; margin: 40px auto 0 auto; background: #fff; text-align: center; line-height: 55px;}
.lt_more span{font-family: 'SUIT-Regular'; margin-left: 7px;}