@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');


#list-layout {
    display: none;
}

.viewMap {
    position: relative;
    display: flex;
    justify-content: end;
    margin-bottom: 100px;
}

.googlemap {
    width: 50%;
}

#mapArea {
    width: 100% !important;
    position: unset !important;
}

.searchAreaBtn {
    left: 70% !important;
}

.viewMap .wrap {
    position: relative !important;
    width: 50%;
    padding: 0px;
}

.viewMap__propertyDetail {
    width: 100%;
    padding: 0px;
    background-color: white;
}

#map-layout #list_wrap {
    background: none;
}

.propertyDetail {
    margin-top: 106px !important;
    text-align: center;
}

.propertyDetail h4 {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 16px;
    font-family: 'adobe-garamond-pro', serif;
    font-weight: 600;
}

.propertyDetail p {
    font-family: Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.emptyMsgMapSP {
    position: absolute;
    background: white;
    width: 100%;
    display: none;
    flex-direction: column;
    justify-content: center;
    bottom: 0;
    margin-top: 0px !important;
    padding: 72px 47px;
}

@media screen and (max-width: 860px) {
    .googlemap {
        width: 100%;
    }

    .searchAreaBtn {
        left: 50% !important;
    }

    .viewMap {
        margin-bottom: 0px;
    }

    .viewMap .wrap {
        position: absolute !important;
        width: 100% !important;
        max-width: none;
    }

    .viewMap .propertyDetail--close {
        top: -20px;
        right: 10px;
    }

    .viewMap .propertyDetail--close button{
        width: 36px !important;
        height: 36px !important;
        opacity: 0.5;
        border-radius: 100%;
    }

    .propertyDetail h4 {
        font-size: 24px;
        line-height: 18px;
    }

    .emptyMsgMapSP {
        display: flex;
    }

}