.pos {
  position: absolute;
  left: 0;
  top: 0;
}

.pos_btm {
  position: absolute;
  left: 0;
  bottom: 0;
}

.pos_cnt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pos_cntX {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.pos_cntY {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.flx_cnt {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flx_btw {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rel {
  position: relative;
}

.flx {
  display: flex;
}

#gnb.pc_view {
  margin-left: auto;
}
#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: 38px 32px;
}
#gnb.pc_view #gnb_1dul .depth1 .gnb_2dul {
  position: absolute;
  top: 63px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  background: #f3fbff;
  border-radius: 0 0 10px 10px;
  border: 1px solid #b1b5b6;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s cubic-bezier(0.05, 0.9, 0.32, 0.96);
}
@media (max-width: 1600px) {
  #gnb.pc_view #gnb_1dul .depth1 .gnb_2dul {
    top: 47px;
  }
}
#gnb.pc_view #gnb_1dul .depth1 .gnb_2dul .depth2 a {
  text-align: center;
  font-size: 1.125rem;
  color: #1c3850 !important;
  padding: 0.5rem 2rem;
}
#gnb.pc_view #gnb_1dul .depth1 .gnb_2dul li:first-child a {
  padding-top: 1.75rem;
}
#gnb.pc_view #gnb_1dul .depth1 .gnb_2dul li:last-child a {
  padding-bottom: 1.75rem;
}

#gnb.gnb_on #gnb_1dul .depth1 .gnb_2dul {
  opacity: 1;
  visibility: visible;
}

nav.gnb {
  display: none;
}

@media (max-width: 1200px) {
  nav#gnb {
    display: none;
  }
  nav.gnb {
    display: block;
  }
}/*# sourceMappingURL=nav.css.map */