#map_canvas{
    height:333px;
}
span.red{color:red;}
div.mod-text .news{max-width:650px;
margin:auto;text-align:left;
}
.detEx_wrap {
    margin: 0 0 60px 0;
}
.detEx-txt {
    text-align: center;
    color: #ff0000;
    font-size: 20px;
}
.detEx-txt.ver2 {
    font-size: 28px;
    font-weight: bold;
    margin: 20px 0 0 0;
}
.detEx-txt.is-lft {
    text-align: left;
}
.detEx-txt.ver2 a {
    color: #3e68af;
    /*pointer-events: none;*/
    text-decoration: none;
}
.open-img {
    cursor: pointer;
}
.open-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 999999999;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}
.open-content {
    position: relative;
    max-width: 1000px;
    width: 60%;
    font-size: 0;
    margin-top: 2vw;
    background: #fff;
}
.open-content .open-Cvpupimg {
    display: inline-block;
}
.open-content img {
    width: 100%;
    height: auto;
}
.open-content .close-btn {
    position: absolute;
    bottom: -44px;
    right: 0px;
    width: 150px;
    cursor: pointer;
    background: #fff;
}
.open-content .close-btn.is-ver2 {
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

@media print, screen and (min-width: 961px) {
    .open-content .close-btn img:hover,
    .open-img .btn-trackable:hover {
        opacity: 0.8;
    }
    .open-overlay {
        padding: 0 60px;
        box-sizing: border-box;
    }
    .open-content {
        width: auto;
    }
    .open-content img {
        max-height: 70vh;
    }
}
@media print, screen and (max-width: 960px) {
    .detEx_wrap {
        margin: 0 0 20px 0;
    }
    .detEx-txt {
        font-size: 16px;
    }
    .detEx-txt.ver2 {
        font-size: 19px;
        text-align: left;
    }
    .detEx-txt.ver2 a {
        pointer-events: auto;
        text-decoration: underline;
    }
    .open-overlay {
        box-sizing: border-box;
        padding: 60px 20px 0;
        margin-top: 0;
        align-items: start;
    }
    .open-content {
        width: auto;
        max-width: 340px;
        max-height: 75vh;
        margin-top: 20px;
    }
    .open-content .open-Cvpupimg {
        max-height: 75vh;
        overflow-y: scroll;
    }
    .open-content .close-btn {
        bottom: -30px;
        width: 98px;
    }
    .open-content .close-btn.is-ver2 {
        top: -15px;
        right: -15px;
        width: 30px;
        height: 30px;
    }
    .site-content.is-onpop {
        z-index: auto;
    }
}
