@charset "utf-8";
/* 새글 스킨 (latest)*/


.pr_wrap{position: relative;display:block;max-width:1080px;padding:0px;margin:0 auto;transition:height 450ms ease-out 0s;-webkit-transition: height 450ms ease-out 0s;-o-transition: height 450ms ease-out 0s;}
.pr_gall{display:block;overflow:hidden;padding:0px !important;float:left;}
.pr_gall .figure{padding:0px;width:100%; height:100%;}
.pr_gall .lt_image{background: #eee;overflow: hidden;}
.pr_gall img{display: block;width: 100% !important;height: auto !important;}
.pr_gall .mouse_over{display:none;position:absolute;width:100%;height:100%;top:0;left:0;background: rgba(0,0,0, 0.6); transition:0.3s ease-in-out;}
.pr_gall .mouse_over a{font-size:18px;font-weight:800}
.pr_gall:hover .mouse_over{display:block;}
.pr_gall .lt_tit{color:#fff;font-size:100%;padding-top:30%;display:block;text-align:center;height:30px;overflow:hidden;}
.pr_gall .lt_detail{display:inline-block;width:80%;height:40px;overflow:hidden;margin-top:20px;font-size:90%;}
.pr_gall .lt_detail a{color:#fff !important;}


.pr_gall .lt_tit{height:100%;}

.pr_gall .mouse_over a{font-size:20px;font-weight:500;word-break:keep-all;color: #fff;}

.gallery-span{font-size:15px;font-weight:500;font-family:'Lato' !important;color:#94bbd0;}
.gallery-content{width: 75%;max-width: 160px;height: 50px; word-break: break-all;overflow: hidden;display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin: 0 auto;margin-top: 1.5px;font-size: 20px;font-weight: 500;line-height: 1.25;}

@media screen and (max-width:450px){
    .gallery-content {height: 40px; font-size: 16px;}
}