.map_wrap{
    margin-bottom: 100px;
}
.map{
    width: 100%;
    height: 600px;
}
.con_2_table{
    margin-top: 25px;
}
.map_under_text{
    margin-top: 25px;
    font-weight: 500;
}
@media screen and (max-width:1000px) {
    .map{
        margin: 0 10px;
        width: calc(100% - 20px);
        height: 70vw;
    }
    .map_under_text{
        width: calc(100% - 20px);
        margin: 0 auto;
    }
}