@charset "utf-8";
/* 새글 스킨 (latest) */
.pic_lt{position:relative;margin-bottom:10px;overflow:hidden;background:#fff}
.pic_lt .lat_title {display:block;background:#fcfcfc;padding:0 20px;line-height:35px;font-size:16px;color:#253dbe;}
.pic_lt .lat_title a{color:#253dbe;display:inline-block;position:relative}
.pic_lt .lat_title a:after{position:absolute;bottom:-1px;left:0;width:100%;height:2px;background:#253dbe;content:''}
.pic_lt .lt_more {position:absolute;top:11px;right:10px;display:block;width:25px;line-height:25px;color:#aaa;border-radius:3px;text-align:center;}
.pic_lt .lt_more:hover{color:#777}
.pic_lt ul:after {display:block;visibility:hidden;clear:both;content:""}
.pic_lt ul{padding:10px 15px; }
.pic_lt li{float:left;width:50%;padding:0 10px}
.pic_lt li .lt_img{margin:5px 0;display:block}
.pic_lt li .lt_img img{width:100%;height:auto}
.pic_lt li a:hover{color:#a22121}
.pic_lt li .fa-heart{color:#ff0000;}
.pic_lt li .fa-lock{display: inline-block;line-height: 14px;width: 16px;font-size: 0.833em;color: #4f818c;background: #cbe3e8;text-align: center;border-radius: 2px;font-size: 12px;border:1px solid #a2c6ce}
.pic_lt li .new_icon{display:inline-block;width: 16px;line-height:16px ;font-size:0.833em;color:#ffff00;background:#6db142;text-align:center;border-radius: 2px;}
.pic_lt li .hot_icon{display:inline-block;width: 16px;line-height:16px ;font-size:0.833em;color:#fff;background:#e52955;text-align:center;border-radius: 2px;}
.pic_lt li .fa-caret-right{color:#bbb}
.pic_lt .lt_cmt{background:#5c85c1;color:#fff; font-size:11px;height:16px;line-height:16px;padding:0 5px;border-radius:3px;white-space: nowrap;
-webkit-box-shadow: inset 0 2px 5px  rgba(255,255,255,0.4);
-moz-box-shadow: inset 0 2px 5px  rgba(255,255,255,0.4);
box-shadow: inset 0 2px 5px  rgba(255,255,255,0.4);}
.pic_lt .lt_date{display:block;margin-top:5px;color: #888;}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0px !important;
    font-size: 0;
    width: 20px;
  }

/* by False9 */

/* 슬라이더 레이아웃 */

.swiper1 .swiper-container {
    width: 100%;
    height: 100%;
}
.swiper1 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    width:100%;
    position: relative;
    /* height: 250px; */
    margin-bottom: 0px !important;
    border-top: 1px solid #c6c6c6;
    transition: .25s;

    -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;
}

.swiper1 .swiper-slide:nth-child(3) {border-bottom: 1px solid #c6c6c6;}
.swiper1 .swiper-slide:hover{background: #f7f7f7;} 

/* 페이징 Dot 기본 */
.swiper1 .swiper-pagination{margin-top:0px; position: relative;}
.swiper1 .swiper-pagination-bullet {
    width: 50px !important;
    height: 3px !important;
    display: inline-block !important;
    border-radius: 0 !important;
    background: #919191 !important;
    opacity: 1 !important;
}

/* 페이징 Dot ON 일때 */
.swiper1 .swiper-pagination-bullet-active {
    background:#ff6724 !important;
    width: 80px !important;
    border-radius: 0 !important;
}


/* 게시물 레이아웃 */
.sw_tit {
    font-size: 18px; 
    font-weight: 600; 
    text-align: left;
    /*overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap; */
    width: 100%;
    display: block;
    color: #000;
	margin-bottom:20px;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* 텍스트를 자를 때 원하는 단위 ex) 3줄 */
  -webkit-box-orient: vertical;
  overflow: hidden; 
}
.sw_img {}

.sw_top{text-align: left;}
.sw_top span{background: #555; color: #fff; transition: .25s; font-size: 14px; font-weight: 600; padding: 5px 10px;}
.swiper1 .swiper-slide:hover .sw_top span{background: #ff6724;}
.sw_tit{font-size: 18px;}
.sw_ctt{color: #1f1f1f; font-size: 16px; font-weight: 300; text-align: left; ; 
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 텍스트를 자를 때 원하는 단위 ex) 3줄 */
  -webkit-box-orient: vertical;
  overflow: hidden;  }
.sw_date{line-height: 18px; color: #323232; font-weight: 700; text-align: center; padding: 30px 10px 40px;}


.latest_sw > .inner  {display:flex !important}
.latest_sw > .inner > div {padding:30px 0px}
.latest_sw > .inner >  div:nth-child(1) {width:20%}
.latest_sw > .inner >  div:nth-child(2) {width:calc(80% - 382px); padding:30px 50px 30px 30px;}
.latest_sw > .inner >  div:nth-child(3) {width:382px}
.latest_sw > .inner >  div:nth-child(3) img {width:100%}


.sw_sub {padding:50px 20px}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {background:#10a79a !important}


@media all and (max-width:991px) {
    .sw_img {width:100%; margin-bottom:10px; border-radius: 4px;}
    .swiper-slide:nth-child(1n) {
        width: 50%;

    }
    .swiper-slide:nth-child(2n) {
        width: 50%;

    }
    .swiper-slide:nth-child(3n) {
        width: 50%;

    }

.latest_sw > .inner >  div:nth-child(2) {width:calc(80% - 282px); padding:30px 50px 30px 30px;}	
.latest_sw > .inner >  div:nth-child(3) {width:282px}
.sw_ctt{ -webkit-line-clamp: 2; /* 텍스트를 자를 때 원하는 단위 ex) 3줄 */ }
.latest_sw > .inner {flex-wrap: wrap;}
}


@media all and (max-width:700px) {

}

