.header { display: flex; align-items: center; justify-content: space-between; height: 5.25rem; width: 100%; padding: 0 3.125rem; position: fixed; top: 0; left: 0; right: 0; z-index: 1000; } .header-logo { width: 14.9375rem; height: 5.25rem; } .header-nav { display: flex; align-items: center; justify-content: space-between; height: 5.25rem; width: 43.75rem; } .header-nav > a { font-size: 1rem; font-weight: 400; color: var(--color); text-decoration: none; display: block; height: 5.25rem; line-height: 5.25rem; } .header-nav > .current { border-bottom: 0.125rem solid var(--color); } /* .nav :not(:last-child) { margin-right: 0.625rem; } */ .header-language { display: flex; align-items: center; justify-content: space-between; width: 17.5rem; height: 5.25rem; padding-left: 7.5rem; font-size: 1rem; font-weight: 400; user-select: none; } .header-language > span { opacity: 0.6; color: var(--color); } .header-language > .current { opacity: 1; cursor: default; } .header-language > .no-current { cursor: pointer; }