.gnbContainer {
  position: relative;
  width: 100%;
  min-width: calc(1400px + (40px * 2)) !important;
}

/* 반응형이 아닐 때 넥슨gnb 사라지지 않게 */
body .gnbWrapper.gnbContainer {
  @media (max-width: 1024px) {
    width: calc(1400px + (40px * 2)) !important;
    display: block !important;
  }
}
