.modal_popup_mo {
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100% - 30px);
    height: 100%;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.8);
    
}

.modal_popup_mo .x_btn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 27px;
    height: 27px;
    background: url("//static.inven.co.kr/image_2011/common/framework/lightbox/close.png") no-repeat;
    cursor: pointer;
    text-indent: -9999px;
}

.swiper-container {
    position: relative;
    margin: -40px 0 0 0 !important;
    padding: 15px 0 0 0 !important;
    width: 100%;
    min-width: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal_popup_mo .btn_blank {
    top: 0px;
    right: 0px;
    width: 100px;
    height: 30px;
    font-family: "Malgun Gothic", "맑은 고딕", helvetica, "Apple SD Gothic Neo", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 13px;
    background: rgb(28, 78, 161);
    border: 0;
}

.swiper-wrapper {
    margin-top: 10px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;

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

/* .swiper-slide img {width: 100%; max-height: 400px;} */
.swiper-slide img, iframe {width: 100%; max-width: 640px;}

.swiper-slide figcaption, .swiper-slide center {    width: calc(100% - 10px);
    padding: 0 5px 5px;
    font-size: 13px;
    margin: -6px auto 0;
    max-width: 630px;
    background: #fff;
}
.swiper-pagination {color: #fff; top: 0px; height: 25px; text-align: right !important;}

.swiper-button-next, .swiper-button-prev {
    top: 108px !important;
    width: 35px !important;
    height: 35px !important;
    padding: 10% 25px !important;
    background-position: center !important;
    background-repeat: no-repeat;
    background-size: 35px !important;
}
.swiper-button-prev {
    left: 0 !important;
    background-image: url("//static.inven.co.kr/image_2011/console/common/arrow_btn_L.png") !important;
}
.swiper-button-next {
    right: 0 !important;
    background-image: url("//static.inven.co.kr/image_2011/console/common/arrow_btn_R.png") !important;
}

.guide_article .swiper-slide figcaption {margin-top: 0;}