.popupWrap {
    position: absolute;
    top: 150px;
    left: 0px;
    transition: all 1s;
    z-index: 9;
    display: flex;
    flex-flow: row wrap;
    transform: translateX(-100%);
}

.popupWrap.active {
    transform: translateX(0%);

}

.popupWrap .contWrap {
    /* flex:1 1; */
    display:flex;
    /* flex-flow: row wrap; */
    /* float: left; */
    position: relative;
    opacity: 1;
    transition: all 1s;
    overflow: auto;
    white-space: nowrap;
}

.popupWrap.active .contWrap {
    opacity: 1;
}

.popupWrap .contWrap>div {
    /* flex:1 1; */
    /* float: left; */
    position: relative;
}

.popupWrap .btnsWrap {
    float: left;
    display: block;
    width: 50px;
    height: 100%;
    background-color: #ABA197;
    top: 0px;
    right: -50px;
    position: absolute;
    cursor: pointer;
}

.popupWrap .btnsWrap p {
    color: #fff;
    font-size: 18px;
    font-family: 'NotoKrR';
    position: absolute;
    top: 20px;
    left: 70%;
    font-weight: bold;
    transform-origin: 0 0;
    transform: rotate(90deg);
}

.popupWrap .btnsWrap span {
    position: absolute;
    display: block;
    width: 100%;
    height: 70px;
    bottom: 0;
    left: 0;
    background: url(../images/common/img_popup_btn.png) no-repeat center center/20px;
    transition: all .3s;
}

.popupWrap.active .btnsWrap span {
    background: url(../images/common/img_popup_close_btn.png) no-repeat center center/25px;
}

.popupWrap .btnsWrap::after {
    width: 20px;
    height: 4px;
    display: block;
    background: #fff;
    position: absolute;
    bottom: 17px;
    left: 15px;
    transform: rotate(135deg);
    content: "";
    transition: all .5s;
    z-index: 1
}

.popupWrap .btnsWrap::before {
    width: 20px;
    height: 4px;
    display: block;
    background: #fff;
    position: absolute;
    bottom: 28px;
    left: 15px;
    transform: rotate(-135deg);
    content: "";
    transition: all .5s;
    z-index: 1
}

.popupWrap.active .btnsWrap::after {
    width: 30px;
    height: 4px;
    display: block;
    background: #fff;
    position: absolute;
    bottom: 30px;
    left: 10px;
    transform: rotate(-45deg);
    content: "";
    z-index: 1
}

.popupWrap.active .btnsWrap::before {
    width: 30px;
    height: 4px;
    display: block;
    background: #fff;
    position: absolute;
    bottom: 30px;
    left: 10px;
    transform: rotate(45deg);
    content: "";
    z-index: 1
}

.popupWrap {
    height: 600px;
    /* width: 100%; */
    /* max-width: calc(330px * 1) */
}

.popupWrap .popup_box a {
    display: flex;
}

.popupWrap .contWrap>div img {
    width: 100%;
}

.centerPopWrap {
    position: absolute;
    top: 150px;
    left: 50%;
    width: 1px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0 10px;
}

.centerPopWrap .contWrap {
    display: flex;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .3);
}

.centerPopWrap .contWrap .popup_box {
    display: flex;
    flex-flow: column;
    width: 680px;
}

.centerPopWrap .contWrap .popup_box:not(:last-child) {
    border-right: 1px solid #000;
}

.centerPopWrap .contWrap .popup_box .imageWrap,
.centerPopWrap .contWrap .popup_box .imageWrap a,
.centerPopWrap .contWrap .popup_box .imageWrap a img {
    width: 100%;
    display: flex;
}

.centerPopWrap .contWrap .popup_box .btnsWrap {
    background-color: #ABA197;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    padding:0 15px;
    color: #fff;
    font-size: 16px;
}

.centerPopWrap .contWrap .popup_box .btnsWrap input {
    -webkit-appearance: auto;
}

.centerPopWrap .closeBtn {
    font-size: 50px;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
    margin-top: -9px;
}
.m_pop_dim {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 102;
}
.m_pop_wrap {display: none; position: fixed;left: 50%;top: 50%;transform: translate(-50%, -50%);border-radius: 16px;overflow: hidden;width: 320px;z-index: 103; box-shadow: 0 10px 30px rgba(0,0,0,0.4);}
.m_pop_slide .item img {display:block; width: 100%; height: auto;}
.m_pop_slide .ctrl_wrap .arr_swiper {display: flex; align-items: center;}
.m_pop_slide .ctrl_wrap { background: #fff; display: flex; align-items: center; width: 100%; height: 40px; padding: 0 15px;} 
.m_pop_slide .ctrl_wrap .bullet-wrap{gap:10px}
.m_pop_slide .ctrl_wrap .btn_close {padding-left: 30px;margin-left: auto;background: url(/teaser/assets/images/popup/pop_close.png) no-repeat left center;font-size: 15px;background-size: 19px auto;font-weight: 600;}  
.m_pop_slide .ctrl_wrap .arr {width: 20px; height: 20px;}
.m_pop_slide .ctrl_wrap .arr.arr_prev {background: url(/teaser/assets/images/popup/arr_pop_l.png) no-repeat center;background-size: 10px auto;margin-right: 10px;}
.m_pop_slide .ctrl_wrap .arr.arr_next {background: url(/teaser/assets/images/popup/arr_pop_r.png) no-repeat center;background-size: 10px auto;margin-left: 10px;}
.m_pop_slide .ctrl_wrap .pop_bullet  {display:flex;width: auto;/* margin: 0 10px; */}
.m_pop_slide .ctrl_wrap .pop_bullet .fraction {padding-left:10px;font-size: 15px;font-weight: 500;}
.m_pop_slide .ctrl_wrap .bullet-wrap .custom-bullet{background:#d4d6d6;}
.m_pop_slide .ctrl_wrap .bullet-wrap .custom-bullet.active{background:#000; width:20px}

@media (max-width: 1023px) {
    .popupWrap {
        top: 100px;
        max-width: 80%;
    }

    .popupWrap .contWrap>div img {
        min-width: 300px;
    }

    .popupWrap .btnsWrap {
        width: 30px;
        right: -30px;
    }

    .popupWrap .btnsWrap p {
        font-size: 14px;
        top: 10px;
        left: 76%;
    }

    .popupWrap.active .btnsWrap::after,
    .popupWrap.active .btnsWrap::before {
        width: 20px;
        height: 3px;
        bottom: 20px;
        left: 5px;
    }

    .popupWrap .btnsWrap::before,
    .popupWrap .btnsWrap::after {
        left: 7px;
        height: 3px;
    }
}

@media screen and (max-width: 768px){
    .popupWrap {display: none;}
    .m_pop_wrap {display: block;}
    .m_pop_dim {display: block;}
}