.wrapper{
    background-color: #FAEFE3;
}

.divider{
    margin-top: 20px;
    margin-bottom: 100px;
}

/*PC*/

@media only screen and (min-width: 1001px){
    .heroSection{
        width: 1000px;
        margin-bottom: 80px;
        margin-top: 80px;
    }
    #openMap{
        width: 1000px;
        height: 500px;
        margin-bottom: 100px;
    }
}

/*mobile */

@media only screen and (max-width: 1000px){
    .heroSection{
        width: 80%;
        margin-bottom: 50px;
        margin-top: 50px;
    }
    #openMap{
        width: 80%;
        height: 300px;
        margin-bottom: 80px;
    }
}