#gnb.pc_view {
  width: 70%;
  min-width: 1110px;
  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:nth-child(1) {
  width: 16%;
}
#gnb.pc_view #gnb_1dul .depth1:nth-child(2) {
  width: 16%;
  margin-left: 1%;
}
#gnb.pc_view #gnb_1dul .depth1:nth-child(3) {
  width: 14%;
}
#gnb.pc_view #gnb_1dul .depth1:nth-child(4) {
  width: 12%;
}
#gnb.pc_view #gnb_1dul .depth1:nth-child(5) {
  width: 12%;
}
#gnb.pc_view #gnb_1dul .depth1:nth-child(6) {
  width: 11%;
}
#gnb.pc_view #gnb_1dul .depth1:nth-child(7) {
  width: 13%;
}
#gnb.pc_view #gnb_1dul .depth1 a {
  font-size: 1.3rem;
  font-weight: 400;
}
#gnb.pc_view #gnb_1dul .depth1 .gnb_2dul {
  position: absolute;
  top: 52px;
  width: 100%;
}
#gnb.pc_view #gnb_1dul .depth1 .gnb_2dul .depth2 a {
  text-align: center;
  font-size: 1rem;
  color: #e7e7e7;
}

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

#gnb_sns {
  display: flex;
  border-bottom: 10px solid rgba(245, 245, 245, 0.2);
}
#gnb_sns li {
  width: 33.333%;
  border: 1px solid rgba(245, 245, 245, 0.2);
  border-right: none;
  padding: 1% 0 3%;
}
#gnb_sns li:first-child {
  border-left: none;
}
#gnb_sns li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#gnb_sns li a img {
  width: 46px;
  opacity: 0.7;
  margin: 0;
}
#gnb_sns li a strong {
  color: #f5f5f5;
  font-weight: 500;
  margin-top: 2px;
}

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