@charset "utf-8";

.lt_wr {width:100% !important;position:relative;}

.flex { display: flex; }
.lpla_swiper {padding-bottom:50px;}
.lpla_swiper .swiper-slide {position:relative;}
/*.lpla_swiper .swiper-slide .con {z-index:2;opacity:0;position:absolute;bottom:0;left:0;width:100%;height:0%;background:rgba(0,0,0,0.5);display:flex;align-items:center;justify-content:center;transition:0.5s;}*/
.lpla_swiper .swiper-slide .img {overflow:hidden;}
.lpla_swiper .swiper-slide .con {margin-top:15px;}
.lpla_swiper .swiper-slide .con .info_title {transition:0.5s;color:#111;margin:0px;line-height:auto;text-align:center;font-size:18px;font-family:'Pretendard-Regular';font-weight:300;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.lpla_swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {background:#111 !important;}
.lpla_swiper .swiper-pagination {bottom:0px !important;top: auto !important; position:absolute;background:#f1f1f1;}

.lpla_swiper .swiper-slide .img img {width:100%;height:100%;object-fit:cover;transition:0.5s;}
.lpla_swiper .swiper-slide a {display:block;transition:0.5s;overflow:hidden;}
.lpla_swiper .swiper-slide h5 {margin-bottom:30px;}
.info_title {font-size:18px;margin-bottom:10px;color:#333;}
.info_contents {margin-bottom:30px;color:#999;}
.lt_nick {margin-right:10px;color:#333;}
.lt_date {color:#999;}

.lpla_swiper .swiper-slide:hover .con {opacity:1;height:100%;}
.lpla_swiper .swiper-slide:hover img {scale:1.1;}
.lpla_swiper .swiper-slide:hover .con .info_title {color:#f2b34b;}

.lt_wr .swiper-pagination {bottom:-45px;}
.lt_wr .swiper-pagination-bullet {border-radius:0px;width:30px;height:5px;text-indent: -9999px;}
.lt_wr .swiper-pagination-bullet-active {background:#415487;}

@media screen and ( max-width:1010px ) {
	.lpla_swiper .swiper-slide .con .info_title {font-size:15px;}
}