@media screen and (min-width: 767px) {
  .c-header .bottom-area .nav-list-area > .nav-list {
    gap: 70px;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.c-header.is-active .bottom-area .nav-area {
  height: 100vh;
}