.popup {
    position: absolute;
    top: 50vh;
    left: 50vw;
    transform: translate(-50%, -50%);
    height: auto;
    max-height: 65vh;
    padding: 5vh;
    background: white;
    border-radius: 25px;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 100;
}

.popup_img_close {
    position: absolute;
    top: 2vh;
    right: 2vh;
    width: 2.5vh;
    height: auto;
}

.popup_text {
    font-size: 3.08vw;
    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;
    width: 90vw;
    height: auto;
    left: 50vw;
    top: 50vh;
    transform: translate(-50%, -50%);
    z-index: 100;
}

.popup_plan {
    position: fixed;
    visibility: hidden;
    width: 80.74vw;
    height: auto;
    top: 50vh;
    left: 50vw;
    transform: translate(-50%, -50%);
    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%;
}

.zoom_button_type_3 {
    position: absolute;
    width: 12%;
    height: auto;
    right: 5%;
    top: 5%;
}

.image {
    height: 100%;
    width: 100%;
}

.close_button {
    position: absolute;
    top: 3vw;
    right: 3vw;
    width: 4.88vw;
    height: auto;
}