@charset "utf-8";

/* 새글 스킨 (latest) */
.sns_pic_lt {position:relative;margin-bottom:20px;}

.sns_pic_lt .inner {display:flex; align-items: center; flex-wrap: wrap; margin:-5px;}
.sns_pic_lt .inner > div {width:16.6666667%;   padding:5px; }
.sns_pic_lt .inner > div img{border:1px solid #ddd;}


.sns_pic_lt .empty_li {line-height:145px ;color:#666;text-align:center;padding:0}
.sns_pic_lt .empty_li:before {background:none;padding:0}

.sns_pic_lt .lt_cmt {background:#e9eff5;color:#3a8afd;font-size:11px;height:16px;line-height:16px;padding:0 5px;border-radius:3px;vertical-align:middle}
.sns_pic_lt .lt_more {position:absolute;top:11px;right:0;display:block;width:40px;line-height:25px;color:#3a8afd;border-radius:3px;text-align:center}
.sns_pic_lt .lt_more:hover {color:#777}

.sns_pic_lt .pagination-box{display:flex; align-items: center; justify-content: center; margin-top:24px }
.sns_pic_lt .pagination-box .swiper-pagination{position: static;}

.sns_pic_lt .swiper-pagination-bullet{margin-right:13px; width:15px; height:15px; }
.sns_pic_lt .swiper-pagination-bullet-active{background:#d71518;}
.sns_pic_lt .swiper-pagination-bullets.swiper-pagination-horizontal{width:auto; line-height: 0;}


@media(max-width:768px){
    .sns_pic_lt .swiper-pagination-bullet{width:12px; height: 12px;}
    .sns_pic_lt .inner > div {width:33.333333%;}
    .sns_pic_lt .inner > div:nth-child(10),
    .sns_pic_lt .inner > div:nth-child(11),
    .sns_pic_lt .inner > div:nth-child(12){display:none;}
}