@charset "utf-8";

.gmap {
    width: 350px;
    box-sizing: border-box;
    float: left;
}

#google-map {
    width: 100%;
    height: 430px;
}

#more {
    color: #fff;
    text-align: center;
    display: block;
    box-sizing: border-box;
    height:  45px;
    padding: 1em;
    background-color: #000;
}

.map-list {
    width: 350px;
    height: 500px;
    padding: 10px 10px 10px 10px;
    box-sizing: border-box;
    background-color: #000;
    overflow-x: hidden;
    float: left;
}

.map-list .list {
    color: #fff;
    padding: 1em 10px;
    border-bottom: #fff dashed 1px;
    cursor: pointer;
}

.map-list .list:hover {
    background-color: #fff;
    color: #000;
}