.modal-3d{
    width: 500px;
    height: 350px;
    margin: auto;
    margin-bottom: 20px;
}

.modal-video{
    height: 350px;
    margin: auto;
    margin-bottom: 20px;
}

.modal-img{
    height: 350px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.modal{
    overflow: visible;
}

audio{
    margin: auto 0;
    height: 40px;
}

.shop {
    position: absolute;
    display: none;
    /* text-align: right; */
    top: 5%;
    left: 50%; /*추가(20220517)*/
    transform: translateX(-50%); /*추가(20220517)*/
    width: 100%;
    height: 70%;
}

.shop.on {
    display: block;
}



/*==========반응형==========*/
/*shop 위치 반응형*/
@media screen and (max-width: 1200px) {
    .shop {
        top: 8%;
    }
}

@media screen and (max-width: 580px) {
    .shop {
        top: 10%;
    }
}