@charset "utf-8";
/* 새글 스킨 (latest) */


/* by False9 */

/* 슬라이더 레이아웃 */
.swiper_work{position: relative;}
.swiper_work .swiper-container {
    width: 100%;
    height: 100%;
    overflow: visible;
}
.swiper_work .swiper-container .swiper-wrapper{align-items: top !important; transition-timing-function: linear;}

.swiper_work .swiper-slide {}


/* 게시물 레이아웃 */
.swiper_work .sw_tit {
    font-weight: 700; 
    text-align: left;
    width: 100%;
    display: block;
    margin-top: 10px;
}


.swiper_work .sw_sub { color:#666; margin-top:5px; line-height: 22px; text-align: left;}
.swiper_work .sw_img {width:100%;}
.swiper_work .sw_img img{width:100%;}

.swiper_work .swiper-button-prev, .swiper_work .swiper-button-next{width: 55px; height: 55px; background: #dad9d680; border: 1px solid #919191; box-sizing: border-box; border-radius: 100%; text-align: center; line-height: 55px; top: 46%;}
.swiper_work .swiper-button-prev{left: -25px;}
.swiper_work .swiper-button-next{right: -25px;}

@media screen and (max-width:1820px) {
    .swiper_work .swiper-button-prev{left: 15px;}
    .swiper_work .swiper-button-next{right: 15px;}
}
@media screen and (max-width:1020px) {
    .swiper_work .swiper-button-prev, .swiper_work .swiper-button-next{width: 40px; height: 40px; line-height: 45px;}
}