button {
    border: 0;
    background: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    cursor: pointer;
    text-transform: inherit;
}

.map-info {
    position: absolute;
    right: -130px;
    margin-right: -25%;
    z-index: 5;
    width: 16rem;
    top: -266px;

}

.map-info .info-body {
    background: #fff;
    border-radius: 1rem 1rem;
    border: 0.1rem solid #2866cc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.map-info .info-body .body-top {
    padding: 1rem 1rem;
}

.map-info .info-body .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #aaa;
    width: 20px;
    height: 20px;
    background: url("/static/img/icon/ico_close.ae656d1d6139.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.map-info .info-image {
    height: 8.2rem;
    border-radius: 1rem;
    overflow: hidden;
    margin: 1rem 0 0 0;
}

.map-info .info-image a {
    display: block;
    height: 100%;
}

.map-info .info-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.map-info .info-badge {
    display: none;
    margin-bottom: 1rem;
}

.map-info .info-badge .space-badge {
    font-family: inherit;
    min-width: 0;
}

.map-info .info-title {
    margin-bottom: 8px;
    color: #000;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: -0.02em;
    position: relative;
    display: block;
    padding-right: 3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.map-info .info-meta {
    font-size: 0.85rem;
    letter-spacing: -0.02em;
    font-weight: 500;
    padding: 0 5px;
}

.map-info .info-meta li {}

.map-info .info-meta li+li {
    margin-top: 0.5rem;
}

.map-info .info-meta i {
    margin-right: 5px;
    color: #787878;
    text-align: left;
}