@charset "utf-8";

/* 최근게시물 스킨 (latest) */
.lt_category {position:relative;padding:0px 10px ;overflow:hidden;height:155px;}
.lt_category ul {margin:0;padding:0;list-style:none;margin-left:-10px;}
.lt_category h2 {font-size:1.8em;font-family:'Noto Sans KR','NanumMyeongjo';color:#fff;padding:10px 0 0 10px;}
.lt_category li {position:relative;padding:5px 0;}
.lt_category li .wimg{text-align:center;}
.lt_category li .lt_tit {text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin-top:5px;text-align:center;}
.lt_category li a{font-size:15px;padding:0 10px;position:relative;color:#222;text-align:center;}
.lt_category li a img{height:90px;overflow:hidden;margin:0 auto;}
.lt_category li a:hover{color:#222;text-decoration:underline;}



.more{position:absolute;right:20px;top:13px;display:inline-block;background-color:#3170b8;color:#fff;font-size:28px;text-align:center;height:30px;width:30px;line-height:30px;border-radius:50%;}
.more:hover{color:white;}
.lt_category .fa-download{width:16px;height:16px;line-height:16px;background:#e89f31;color:#fff;text-align:center;font-size:10px;border-radius:4px;vertical-align:middle;}
.lt_category .fa-link{width:16px;height:16px;line-height:16px;background:#ad68d8;color:#fff;text-align:center;font-size:10px;border-radius:4px;vertical-align:middle;font-weight: normal;}
.lt_category .fa-heart{width:16px;height:16px;line-height:16px;background:#ff66b0;color:#fff;text-align:center;font-size:10px;border-radius:4px;vertical-align:middle;;font-weight: normal;}
.lt_category .new_icon{display:inline-block;width: 16px;line-height:16px ;font-size:0.833em;color:#ffff00;background:#6db142;border-radius:4px;text-align:center;vertical-align:middle;font-size:11px}
.lt_category .hot_icon{display:inline-block;width: 16px;line-height:16px ;font-size:0.833em;color:#fff;background:#e52955;;border-radius:4pxtext-align:center;;vertical-align:middle;font-weight:normal;font-size:11px}
.lt_category .fa-lock{display: inline-block;line-height: 14px;width: 16px;font-size: 0.833em;color: #fff;background: #262b88;text-align: center;border-radius: 4px;font-size: 12px;border:1px solid #262b88}

.swipe_container{position:relative;min-height:172px;overflow:hidden;width:100%;}
.swipe_container .swiper_wrapper{}
.swiper-slide img {
        width: 100%;
      }
.swipe_container .swiper-pagination{left:50%;bottom:-10px;transform:translateX(-50%);}
.swipe_container .swiper-slide{
        text-align: center;
        font-size: 18px;
        background: #fff;
        width:100%;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

 @media (max-width: 969px){
    .lt_category {}
	
 }