.foundation_location #map{
    width: 100%;
    height: 700px;
}
.foundation_location .map_info_wrap{
    margin-top: 50px;
}
.foundation_location .map_info_wrap p.tit{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}
.foundation_location .map_info_wrap li {
    display: flex;
    align-items: center;
    color: #444;
}
.foundation_location .map_info_wrap li span{
    padding: 0 48px;
    font-weight: 600;
    font-size: 17px;
    color: #231915;
}
.foundation_location .map_info_wrap .info_list{
    border-top: 1px solid #807980;
}
.foundation_location .map_info_wrap .info_list li{
    border-bottom: 1px solid #E5E5E5;
    padding: 20px 0;
}
@media (max-width : 1340px){
    .foundation_location #map{
        width: 100%;
        height:52.2388vw;
    }
}
@media (max-width : 767px){
    .foundation_location #map{
        height:300px;
    }
    .foundation_location .map_info_wrap .info_list li{
        padding:  10px 0;
        font-size: 16px;
    }
    .foundation_location .map_info_wrap li span{
        padding:  0 30px;
    }
    .foundation_location .map_info_wrap p.tit{
        font-size: 20px;
    }
}
@media (max-width : 767px){
    .foundation_location #map{
        height:240px;
    }
    .foundation_location .map_info_wrap p.tit{
        font-size: 20px;
        margin-bottom: 12px;
    }
}