#gnb.pc_view {
  overflow: hidden;
}
#gnb.pc_view #gnb_1dul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  border: none;
}
#gnb.pc_view #gnb_1dul .depth1 {
  position: relative;
  text-align: center;
}
#gnb.pc_view #gnb_1dul .depth1 a {
  font-size: 1.25rem;
  font-weight: 400;
  padding: 32px;
}
#gnb.pc_view #gnb_1dul .depth1 .gnb_2dul {
  position: absolute;
  top: 50px;
  width: 100%;
}
#gnb.pc_view #gnb_1dul .depth1 .gnb_2dul .depth2 a {
  text-align: center;
  font-size: 0.9rem;
  color: #e7e7e7;
}

nav.gnb {
  display: none;
}
nav.gnb .gnb_menu {
  margin-bottom: 100px;
}

@media (max-width: 1400px) {
  nav#gnb {
    display: none;
  }
  nav.gnb {
    display: block;
  }
}