#gnb.pc_view {
  width: 80%;
  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: 9%;
}
#gnb.pc_view #gnb_1dul .depth1:nth-child(2) {
  width: 12%;
}
#gnb.pc_view #gnb_1dul .depth1:nth-child(3) {
  width: 13%;
}
#gnb.pc_view #gnb_1dul .depth1:nth-child(4) {
  width: 14%;
}
#gnb.pc_view #gnb_1dul .depth1:nth-child(5) {
  width: 12%;
}
#gnb.pc_view #gnb_1dul .depth1:nth-child(6) {
  width: 13%;
}
#gnb.pc_view #gnb_1dul .depth1:nth-child(7) {
  width: 11%;
}
#gnb.pc_view #gnb_1dul .depth1:nth-child(8) {
  width: 12%;
}
#gnb.pc_view #gnb_1dul .depth1:nth-child(9) {
  width: 4%;
}
#gnb.pc_view #gnb_1dul .depth1 a {
  font-size: 1.1rem;
  font-weight: 400;
}
#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;
}

#gnb_sns {
  display: flex;
  border-bottom: 10px solid rgba(77, 77, 77, 0.5019607843);
}
#gnb_sns li {
  width: 33.333%;
  border: 1px solid rgba(77, 77, 77, 0.5019607843);
  border-right: none;
  padding: 1% 0 2%;
}
#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;
  margin: 0;
  filter: brightness(35%);
}
#gnb_sns li a strong {
  color: #4d4d4d;
  font-weight: 500;
  margin-top: 2px;
}

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