@media only screen and (min-width: 1024px) {
    body * {
        scroll-margin-top: 160px;
    }
    nav .navi-box {
        height: 80px;
    }
}

@media only screen and (min-width: 1440px) {
    body * {
        scroll-margin-top: 175px;
    }
    nav .navi-box {
        height: 92px;
    }
}
