@media screen and (min-width:1280px) {
    header .header-inner .logo-menu-wrap { 
        gap: 58px;
    }

    header .header-inner .logo-wrap {
        width: 320px;
    }

    header .menu-list {
        width: calc(100% - 378px);
    }
}