.pc {display: block; margin-right: 0px;}
.mo {display: none; margin-right: 0px;}

@media (max-width: 991px){ 
.pc {display: none !important; margin-right: 0px;}
.mo {display: block !important; margin-right: 0px;}
 
.popupWrap {
    position: absolute;
    z-index: 11; 
    top: 60px !important;
    right: 0px !important;
    transition: all 1s;
    z-index: 9;
    display: flex;
    flex-flow: row wrap;
    transform: translateX(100%);
}

.popupWrap .btnsWrap p {
    color: #fff;
    font-size: 15px !important;
    font-family: 'NotoKrR';
    position: absolute;
    top: 20px;
    left: 80%;
    font-weight: bold;
    transform-origin: 0 0;
    transform: rotate(90deg);
}  
.popupWrap .btnsWrap {
    float: left;
    display: block;
    width: 30px !important;
    height: 30%;
    background-color: #363e41;
    top: 0px;
    left: -30px !important;
    position: absolute;
    cursor: pointer;
}   
    
.popupWrap .btnsWrap::after {
    left: 10px !important;
}

.popupWrap .btnsWrap::before {
    left: 10px !important;
}

.popupWrap.active .btnsWrap::after {
    left: 10px !important;
}

.popupWrap.active .btnsWrap::before {
    left: 10px !important;
}    
    
}



.popupWrap {
    position: absolute;
    z-index: 11; 
    top: 100px;
    right: 67px;
    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;
}

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

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

.popupWrap .btnsWrap {
    float: left;
    display: block;
    width: 40px;
    height: 30%;
    background-color: #363e41;
    top: 0px;
    left: -40px;
    position: absolute;
    cursor: pointer;
}

.popupWrap .btnsWrap p {
    color: #fff;
    font-size: 18px;
    font-family: 'NotoKrR';
    position: absolute;
    top: 20px;
    left: 80%;
    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 2.3s;
}

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

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

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

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

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