.e_con_box{
    margin-bottom: 3rem;
    min-height: 480px;
}
@media (min-width:991px){
    .e_con_box{
        min-height: 600px;
    }
}
@media (min-width:1200px){
    .e_con_box{
        min-height: 550px;
    }
}
.e_con_box::before{
    content: "";
    width: 250px;
    height: 2px;
    top: -2px;
    left: 8px;
}
.e_con_box::after{
    content: "";
    width: 80px;
    top: 28px;
    left: 190px;
}
.e_con_box .num{
    font-size: 2.5rem;
}
h3{
    position: relative;
    margin-bottom: 1rem;
    font-weight: bold;
    font-size: 1.25rem;
    display: flex;
    justify-content: flex-start;
}
h3::before{
    content: "";
    width: 30px;
    height: 30px;
    background: url(../images/rei_icon.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    left: -50px;
    top: 6px;
}
.map_text{
    padding-left: 60px;
    margin: 1rem 0 2rem 0;
}
.map_text>a{
    font-size: 1.1rem;
   padding-right: 2rem;
}

@media screen and (max-width:1199px){
    .mob_hidden{
        display: none;
    }
}
@media screen and (max-width:991px){
    .map_text>a{
        display: block;
        margin: 1rem 0;
    }
} 