nav::-webkit-scrollbar {
  display: none;
}

nav {
  min-height: 120%;
}

nav .wrap {
  min-height: 120%;
}

nav .logo img {
  top: calc(22px + 1.2vw);
  left: 86%;
  width: calc(26px + 1vw);
}

nav .close-button {
  display: none;
}

nav .arrow-right {
  display: none;
}

nav .depth1 {
  margin-left: calc(20px + 2.2vw);
}

nav .depth2>ul {
  padding-left: 0;
}

nav .depth3 {
  display: none;
}

.mobile-close-button {
  z-index: 30;
  display: none;
  position: fixed;
  width: calc(58px + 0.4vw);
  height: calc(58px + 0.4vw);
  left: calc(50% - ((58px + 0.4vw) / 2));
  bottom: 0;
  margin: 0;
  padding: 0;
  border-radius: 9px;
  background-color: #fff;
  box-shadow: none;
  background-image: url("/assets/images/common/gnb_close_btn_black.png");
  background-size: 34%;
  background-repeat: no-repeat;
  background-position: center;
}