@charset= "UTF-8";
#popup03 {
    position: /*relative*/ fixed;
    height: 100%;
    /*width: 100%;*/
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 18;
    background-color: rgba(0, 0, 0, 0.17);
    display: none;
}

/*팝업생기면 추가*/
#popup03 .popup_content {
    margin-left: auto;
    margin-right: auto;
    width: 548px;
    max-width: 567px;
    display: block;
    position: absolute;
    height: auto;
    top: 49%;
    left: 274px;
    transform: translate(-50%, -50%);
    z-index: 21;
}

/**/
#popup03 .popup_body {
    position: relative;
    height: 738px;
    background: #333;
}

.popup_close {
    position: absolute;
    bottom: 0px;
    right: 100px;
    cursor: pointer;
}
.popup_closex {
    position: absolute;
    bottom: 0px;
    right: 0px;
    cursor: pointer;
}
/*팝업생기면 추가*/
#popup03 .popup_content img {
    /*border: 1px solid rgba(31,31,31,0.81);*/
}
/**/
#popup03 .popup_close {
    color: rgba(255, 255, 255, 1);
    float: right;
    font-size: 16px;
    padding: 5.5px 5px;
}
#popup03 .popup_closex {
    color: rgba(255, 255, 255, 1);
    float: right;
    font-size: 16px;
    padding: 5.5px 5px;
}

/*swiper*/
.popupSwiper {
    width: 100%;
    border: 1px solid #333;
}
.popupSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;

    /* 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;
}
.popupSwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.popupSwiper .swiper {
    margin-left: auto;
    margin-right: auto;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff !important;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.6));
}

.popupSwiper
    .swiper-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet,
.popupSwiper
    .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 6px;
}

.popupSwiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}
.popupSwiper .swiper-pagination-bullet-active {
    background: #fff !important;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
}
.popupSwiper .swiper-button-next,
.popupSwiper .swiper-button-prev {
    transform: scale(0.8);
}

.popupSwiper .swiper-horizontal > .swiper-pagination-bullets,
.popupSwiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.popupSwiper .swiper-pagination-custom,
.popupSwiper .swiper-pagination-fraction {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 900px) {
    #popup03 {
        /*top: 0px;*/
    }

    #popup03 .popup_body {
        position: relative;
        height: 416px;
        background: #333;
    }

    #popup03 .popup_content {
        width: 300px;
        top: 28vw;
        left: 170px;
        transform: translateX(-50%);
    }

    #popup03 .popup_close,
    #popup03 .popup_closex {
        font-size: 16px;
        bottom: -4px;
    }
} /*900*/

@media (max-width: 340px) {
    #popup03 .popup_content {
        width: 280px;
        top: 28vw;
        left: 150px;
        transform: translateX(-50%);
    }

    #popup03 .popup_body {
        height: 389px;
    }
} /*340*/

@media (max-width: 300px) {
    #popup03 .popup_content {
        width: 260px;
        top: 28vw;
        left: 140px;
        transform: translateX(-50%);
    }

    #popup03 .popup_body {
        height: 364px;
    }
} /*340*/
