@charset "utf-8";
/* 새글 스킨 (latest) */
.pic_lt{position:relative;margin-bottom:20px;overflow:hidden;border: 1px solid #c6cacc;background:#fff;}
.pic_lt .lat_title {display:block;background:#fcfcfc;padding:0 20px;line-height:45px;font-size:1.083em;border-bottom:1px solid #e2e2e2;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:20px 15px }
.pic_lt li{float:left;width:20%;padding:0 10px}
.pic_lt li .lt_img{margin:5px 0;display:block}
.pic_lt li .lt_img img{width:100%;}
.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; rgba}


    /* by False9 */

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

    .swiper-container {
        width: 100%;
		max-width:1200px;
		margin:0 auto;
        height: 100%;
		
    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fafafa;
        width: 100%;
	
		overflow:hidden;
		
        padding: 0px 0 20px 0;
		/**-webkit-box-shadow:  0 2px 10px  rgba(0,0,0,0.1);
        -moz-box-shadow:  0 2px 10px  rgba(0,0,0,0.1);
         box-shadow:  0 2px 10px  rgba(0,0,0,0.1);**/
		 border-radius:20px;
		
      

        /* 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;
        margin-bottom: 40px;
    }
    .swiper-slide:nth-child(1n) {
        width: 80%;

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

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

    }

    /* 페이징 Dot 기본 */
    .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    display: inline-block !important;
    border-radius: 100% !important;
    background: #000 !important;
    opacity: .1 !important;
    }

    /* 페이징 Dot ON 일때 */
    .swiper-pagination-bullet-active {
        opacity: 1 !important;
        background:#392150 !important;
    }


    /* 게시물 레이아웃 */
    .sw_tit {
        font-size: 20px; 
        
        text-align: left;
        overflow: hidden; 
        text-overflow: ellipsis;
        white-space: nowrap; 
        width: 90%;
        display: block;
		padding-top:20px;
    }
	.ws_all{padding:0px 20px 0px 20px;}
    .sw_sub {font-size: 14px; color:#666; margin-top:20px; line-height: 22px; text-align: left; word-break:keep-all;}
    .sw_img {width:100%; margin-top:0px; height:auto; max-height:auto; overflow:hidden;  border-radius: 0px;}
    .sw_img2 {width:100%; margin-top:7px; height:550px; background-size: 100%; background-position: center center; border-radius: 0px;}
    .sw_img img { width: 100%; height: auto; margin-left:0%;}
    .sw_date {font-size: 11px; color:#999; text-align: left; margin-top: 0px;}


      @media only screen and (max-width: 900px)
{
	 .sw_img {width:100%; margin-top:0px; height:auto; overflow:hidden; background-position: center center; border-radius: 0px;}
	.sw_img img { width: 100%; height: auto; margin-left: 0%;}
    .sw_img2 {width:100%; margin-top:7px; height:350px; background-size: cover; background-position: center center; border-radius: 0px;}
  .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fafafa;
        width: 100%;
	
		overflow:hidden;
		
        padding: 0px 20px 20px 0;
		/**-webkit-box-shadow:  0 2px 10px  rgba(0,0,0,0.1);
        -moz-box-shadow:  0 2px 10px  rgba(0,0,0,0.1);
         box-shadow:  0 2px 10px  rgba(0,0,0,0.1);**/
		 border-radius:0px;
		
      

        /* 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;
        margin-bottom: 40px;
    }
}
