@charset "utf-8";

/* 새글 스킨 (latest) */


/* 추가 by.False9 { */

.sw_arr {float:left; width:15%; max-width:290px; margin:0 80px 0 0; padding:0; text-align:right;}
.sw_wr {float:left; width:70%; margin:0 0 0 0; padding:55px 0 0 0;}

.slide_title {font-weight: 700; font-family:'NanumSquare'; font-size: 18pt; letter-spacing: -0.5px;}

.slide_gap {width:100%; height:100%; margin:0; padding:20px; background:#203996; text-align:center; display:inline-block;}

.slide_list_new {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #212121;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    padding-top: 12px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    font-weight: bold;
}

.swiper-container-slide {
    width: 100%;
    max-width: 1300px;
	margin:0 auto;
    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%;
	display:block;
}

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

/* } */

@media screen and (max-width:969px) {

	.sw_arr {display:none;}
	.sw_wr {width:90%; margin:0 5%; padding:0;}

}

@media screen and (max-width:639px) {

	.sw_wr {width:70%; margin:0 15%; padding:0;}

	.swiper-slide-slide img { height:220px;}

}