@charset "UTF-8";

.pococe-bnr {
    background: #e8eef0;
}
.pococe-bnr .inner {
    max-width: 1389px;
    margin: 60px auto -65px;
}

@media screen and (max-width: 767px) {
    .pococe-bnr {
        margin: 9vw auto -15vw;
    }
}