.contWrap {
    width: 100%;
    position: relative;
}

.popupWrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    width: 100%;
    height: 100%;
}

.popupWrap .swiper-container {
    width: 340px;
    max-width: 80%;
}

.popupWrap .contWrap img {
    width: 100%;
    display: block;
}

.popupWrap .btnsWrap {
    width: 100%;
    height: 41px;
    position: relative;
    cursor: pointer;
    background-color: #232547;
    z-index: 9;
}

.popupWrap .btnsWrap p {
    color: #fff;
    font-size: 16px;
    font-family: 'NotoKrR';
    position: absolute;
    top: 12px;
    left: 10px;
}

.popupWrap .btnsWrap span {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    bottom: 0;
    right: 5px;
    text-align: center;
    transition: all .3s;
}

.popupWrap .btnsWrap span::after {
    width: 100%;
    height: 100%;
    font-size: 20px;
    line-height: 40px;
    z-index: 1;
    content: "X";
    text-align: center;
    color: #fff;
}

.popupWrap a {
    display: block;
    position: relative;
}

.popupWrap .swiper-slide>a {
    text-indent: 0;
}

.popupWrap .arrows {
    position: absolute;
    /* top: 50%; */
    /* width: 30px; */
    display: block;
    /* margin-top: -27px; */
    z-index: 100;
}

.popupWrap .arrows img {
    width: 100%;
}

.popupWrap .arrows.left {
    left: 5px;
    text-indent: 0px;
}

.popupWrap .arrows.right {
    right: 5px;
    text-indent: 0px;
}