#top_layout {
  height: calc(100% + 98px);
  padding-bottom: 74px;
}
@media (max-width: 1279px) {
  #top_layout {
    height: auto;
    padding-bottom: 0;
  }
}
#top_layout.gnbFix {
  height: auto;
}
#top_layout .top_wrap {
  position: relative;
  height: 98px;
}
@media (max-width: 768px) {
  #top_layout .top_wrap {
    height: 78px;
  }
}
@media (max-width: 500px) {
  #top_layout .top_wrap {
    height: 70px;
  }
}
@media (max-width: 390px) {
  #top_layout .top_wrap {
    height: 60px;
  }
}
#top_layout .utile_wrap > li.allmenu-link.pc {
  display: none !important;
}
#top_layout .utile_wrap > li.allmenu-link.mo {
  display: none !important;
}
@media (max-width: 1279px) {
  #top_layout .utile_wrap > li.allmenu-link.mo {
    display: block !important;
  }
}

#gnb_layout {
  position: absolute;
  top: 98px;
  height: 74px;
  background-color: #FFF;
  background-color: transparent;
}
#gnb_layout::before {
  top: 74px;
}
#gnb_layout::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #eee;
  z-index: 11;
}
#gnb_layout #gnb {
  min-height: 74px;
}
#gnb_layout #gnb::before, #gnb_layout #gnb::after {
  top: 74px;
  display: none;
}
#gnb_layout #gnb .gnb_wrap {
  max-width: 1680px;
  padding: 0 50px;
}
#gnb_layout #gnb .gnb_wrap::after {
  display: none;
}
#gnb_layout #gnb .allmenu-box {
  position: absolute;
  right: calc(50% - 800px);
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media (max-width: 1680px) {
  #gnb_layout #gnb .allmenu-box {
    right: 50px;
    transform: translateY(-50%);
  }
}
#gnb_layout #gnb .allmenu-box .allmenu-link {
  display: block;
  width: 24px;
  height: 24px;
}
#gnb_layout #gnb .allmenu-box .allmenu-link .btn-allmenu {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='18' viewBox='0 0 23 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 7.99902H23V9.99902H0V7.99902Z' fill='black'/%3E%3Cpath d='M0 0.198242H23V2.19824H0V0.198242Z' fill='black'/%3E%3Cpath d='M0 15.8018H23V17.8018H0V15.8018Z' fill='black'/%3E%3C/svg%3E%0A");
}
#gnb_layout #gnb .allmenu-box .allmenu-link.pc {
  display: block !important;
}
@media (max-width: 768px) {
  #gnb_layout #gnb .allmenu-box .allmenu-link.pc {
    display: none !important;
  }
}
#gnb_layout #gnb .allmenu-box .allmenu-link.mo {
  display: none !important;
}
@media (max-width: 768px) {
  #gnb_layout #gnb .allmenu-box .allmenu-link.mo {
    display: block !important;
  }
}
#gnb_layout #gnb .item {
  max-width: 1680px;
  padding: 0 50px;
  max-width: none;
  width: auto;
  padding: 0;
}
#gnb_layout #gnb .item::before,
#gnb_layout #gnb .item .gnb-title {
  display: none;
}
#gnb_layout #gnb .item .depth2_ul {
  float: none;
  flex-direction: column;
  gap: 5px;
  width: auto;
  min-height: auto;
  padding: 10px;
  border-radius: 15px;
  border: 1px solid #E4E4E4;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  background-color: #FFF;
  overflow: hidden;
}
#gnb_layout #gnb .item .depth2_ul > li {
  width: auto;
  padding: 0;
  margin: 0;
}
#gnb_layout #gnb .item .depth2_ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 13px 15px;
  border-radius: 8px;
  background-color: #FFF;
  border: none;
}
#gnb_layout #gnb .item .depth2_ul > li > a::after {
  position: relative;
  top: auto;
  right: auto;
  transform: rotate(-90deg);
}
#gnb_layout #gnb .item .depth2_ul > li > a span {
  display: block;
  padding: 0;
  line-height: 19px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}
#gnb_layout #gnb .item .depth2_ul > li > a.on, #gnb_layout #gnb .item .depth2_ul > li > a:hover {
  background-color: #E6EDF7;
  border-color: #E6EDF7;
}
#gnb_layout #gnb .item .depth2_ul > li > a.on::after, #gnb_layout #gnb .item .depth2_ul > li > a:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 6.2002L8 11L3 6.2002L4.25 5L8 8.59961L11.75 5L13 6.2002Z' fill='%23666666'/%3E%3C/svg%3E%0A");
}
#gnb_layout #gnb .item .depth2_ul > li > a.on span, #gnb_layout #gnb .item .depth2_ul > li > a:hover span {
  color: #000;
}
#gnb_layout #gnb .item .depth2_ul > li .depth3_ul {
  display: none !important;
}
#gnb_layout #gnb .depth1_ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 160px 0 0;
}
#gnb_layout #gnb .depth1_ul::after {
  display: none;
}
#gnb_layout #gnb .depth1_ul > li {
  position: relative;
  width: auto;
}
#gnb_layout #gnb .depth1_ul > li > a span {
  line-height: 74px;
  padding: 0;
}
@media (max-width: 1739px) {
  #gnb_layout #gnb .depth1_ul > li:first-of-type .item {
    left: -25px;
    transform: none;
  }
}
#gnb_layout #gnb .depth1_ul > li:last-of-type .item {
  /* @media (max-width: 1739px) {left: auto; right: 0; transform: none;} */
}
#gnb_layout.open {
  box-shadow: none;
}/*# sourceMappingURL=layout.css.map */