@charset "utf-8";

/* 새글 스킨 (latest) */

.main_banner_latest{overflow: hidden; position:relative; padding-top:120px; background:url('../img/banner_bg.png') no-repeat center bottom #f8f1f1; background-size:710px 650px; width:100%;}
.swiper-container-slide.slide10 {width:100%; max-width:1560px; margin:0 auto}
.latest_main {position:relative;}

@media only screen and (max-width: 900px){
.main_banner_latest{padding-top:170px; background:url('../img/banner_bg.png') no-repeat center bottom #f8f1f1; background-size:350px 350px; width:100%;}
}
@media only screen and (max-width: 500px){
.main_banner_latest{padding-top:170px; background:url('../img/banner_bg.png') no-repeat center bottom #f8f1f1; background-size:250px 250px; width:100%;}
}
/* 추가 by.False9 {

.slide_title {color:#000; font-weight: 900; font-size: 16px; letter-spacing: -0.5px;}
.slide_date {color:#999; font-size: 11px; padding-top:5px;}
.slide_comm {color:#000; font-weight: 900;}

.slide_gap {margin-top: 15px;}


.swiper-container-slide {
    width:100%;
    padding-bottom: 40px;

}

.swiper-slide-slide {
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0px;
}

.swiper-slide-slide img {
    width:100%;
}

.cut {
    overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap; 
    width: 100%;
    display: block;
}

/* } */