.popup {
    position: absolute;
    top: 17.07vh;
    left: 22.10vw;
    width: 55.81vw;
    height: 65.87vh;
    background: white;
    border-radius: 25px;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 100;
}

.popup_text {
    font-size: 2.6vw;
    color:#000000;
    width: 41vw;
    max-height: 62%;
    overflow-y: scroll; 
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    text-align: center;
}

.popup_text::-webkit-scrollbar {
    display: none;
}

.popup_image {
    position: fixed;
    visibility: hidden;
    top: 50%;
    left: 50%;
    height: 80vh;
    width: auto;
    transform: translate(-50%, -50%);
    z-index: 100;
    display: flex;
}

.popup_plan {
    position: fixed;
    visibility: hidden;
    width: auto;
    height: 87.47vh;
    left: calc((100vw-80.74vh)/3);
    top: 6.27vh;
    z-index: 100;
}

.zoom_button {
    position: absolute;
    width: 20%;
    height: auto;
    right: 5%;
    top: 5%;
}

.zoom_button_type_2 {
    position: absolute;
    width: 10%;
    height: auto;
    right: 5%;
    top: 5%;
}

.close_button {
    position: absolute;
    top: -2.5vw;
    right: -2.5vw;
    width: 5vw;
    height: auto;
}

.popup_img_close {
    position: absolute;
    top: 4.5vh;
    right: 4.5vh;
    width: 4vh;
}

.popup_button_close {
    border: 2px solid #C6A45D;
    font-size: 2.34vw;
    width: 16vw;
    height: 10.80vh;
}