@charset "UTF-8";
/* 오버레이 */
.footer-ng-sec {
  z-index: -1;
  position: fixed;
  left: 0;
  bottom: 50px;
  display: flex;
  flex-direction: column;
  background-color: #2f2f32;
}
.footer-ng-sec ._con .footerCont {
  width: 100%;
  padding: 50px 10px;
  display: flex;
}
.footer-ng-sec ._con .footerCont__left {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer-ng-sec ._con .footerCont__left--logo {
  margin-bottom: 20px;
}
.footer-ng-sec ._con .footerCont__left--logo img {
  width: calc(242px * 1);
  height: calc(49px * 1);
}
.footer-ng-sec ._con .footerCont__left--addr {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  color: #ffffff;
}
.footer-ng-sec ._con .footerCont__right {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer-ng-sec ._con .footerCont__right--mail {
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  color: #ffffff;
}
.footer-ng-sec ._con .footerCont__right--map {
  margin-top: 40px;
}
.footer-ng-sec ._con .footerCont__right--map ul {
  display: flex;
  justify-content: flex-end;
}
.footer-ng-sec ._con .footerCont__right--map ul li {
  display: flex;
  justify-content: flex-end;
  width: 20%;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  color: #ffffff;
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .footer-ng-sec {
    z-index: -1;
    position: fixed;
    left: 0;
    bottom: 50px;
    display: flex;
    flex-direction: column;
    background-color: #2f2f32;
  }
  .footer-ng-sec ._con .footerCont {
    width: 100%;
    padding: 50px 10px;
    display: flex;
  }
  .footer-ng-sec ._con .footerCont__left {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .footer-ng-sec ._con .footerCont__left--logo {
    margin-bottom: 20px;
  }
  .footer-ng-sec ._con .footerCont__left--logo img {
    width: calc(242px * 1);
    height: calc(49px * 1);
  }
  .footer-ng-sec ._con .footerCont__left--addr {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    color: #ffffff;
  }
  .footer-ng-sec ._con .footerCont__right {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .footer-ng-sec ._con .footerCont__right--mail {
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    color: #ffffff;
  }
  .footer-ng-sec ._con .footerCont__right--map {
    margin-top: 40px;
  }
  .footer-ng-sec ._con .footerCont__right--map ul {
    display: flex;
    justify-content: flex-end;
  }
  .footer-ng-sec ._con .footerCont__right--map ul li {
    display: flex;
    justify-content: flex-end;
    width: 20%;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    color: #ffffff;
  }
}
@media screen and (max-width: 768px) {
  .footer-ng-sec {
    z-index: -1;
    position: fixed;
    left: 0;
    bottom: 50px;
  }
  .footer-ng-sec ._con .footerCont {
    width: 100%;
    height: auto;
    padding: 50px 10px;
    display: flex;
    flex-wrap: wrap;
  }
  .footer-ng-sec ._con .footerCont__left {
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    align-items: center;
  }
  .footer-ng-sec ._con .footerCont__left--logo {
    margin-bottom: 20px;
  }
  .footer-ng-sec ._con .footerCont__left--logo img {
    width: calc(242px * 1);
    height: calc(49px * 1);
  }
  .footer-ng-sec ._con .footerCont__left--addr {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    color: #ffffff;
    text-align: center;
  }
  .footer-ng-sec ._con .footerCont__right {
    width: 100%;
    height: auto;
  }
  .footer-ng-sec ._con .footerCont__right--mail {
    display: flex;
    justify-content: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    color: #ffffff;
  }
  .footer-ng-sec ._con .footerCont__right--map {
    margin-top: 40px;
  }
  .footer-ng-sec ._con .footerCont__right--map ul {
    display: flex;
    justify-content: center;
  }
  .footer-ng-sec ._con .footerCont__right--map ul li {
    display: flex;
    justify-content: center;
    width: 20%;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    color: #ffffff;
  }
}
@media screen and (max-width: 576px) {
  .footer-ng-sec {
    z-index: -1;
    position: fixed;
    left: 0;
    bottom: 50px;
  }
  .footer-ng-sec ._con .footerCont {
    width: 100%;
    height: auto;
    padding: 40px 10px;
    display: flex;
    flex-wrap: wrap;
  }
  .footer-ng-sec ._con .footerCont__left {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    align-items: center;
  }
  .footer-ng-sec ._con .footerCont__left--logo {
    margin-bottom: 20px;
  }
  .footer-ng-sec ._con .footerCont__left--logo img {
    width: calc(242px * 0.7);
    height: calc(49px * 0.7);
  }
  .footer-ng-sec ._con .footerCont__left--addr {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    color: #ffffff;
    text-align: center;
  }
  .footer-ng-sec ._con .footerCont__right {
    width: 100%;
    height: auto;
  }
  .footer-ng-sec ._con .footerCont__right--mail {
    display: flex;
    justify-content: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    color: #ffffff;
  }
  .footer-ng-sec ._con .footerCont__right--map {
    margin-top: 20px;
  }
  .footer-ng-sec ._con .footerCont__right--map ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer-ng-sec ._con .footerCont__right--map ul li {
    display: flex;
    justify-content: center;
    width: 30%;
    padding: 5px 0;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    color: #ffffff;
  }
}
.footer-copy-sec {
  width: 100%;
  bottom: 0;
  clear: both;
  height: 50px;
  z-index: -1;
  position: fixed;
  left: 0;
}
.footer-copy-sec.footer-copy-dark {
  background-color: #252528;
}
.footer-copy-sec.footer-copy-dark ._con {
  height: 100%;
}
.footer-copy-sec.footer-copy-dark ._con .footer-copy-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  color: #bfc2c7;
  font-family: "Noto Sans KR", sans-serif !important;
}
.footer-copy-sec.footer-copy-light {
  background-color: #e8e8ee;
}
.footer-copy-sec.footer-copy-light ._con {
  height: 100%;
}
.footer-copy-sec.footer-copy-light ._con .footer-copy-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  color: #333438;
  font-family: "Noto Sans KR", sans-serif !important;
}

@media screen and (max-width: 576px) {
  .footer-copy-sec.footer-copy-dark ._con .footer-copy-wrap {
    font-size: 12px;
    font-weight: 100;
    line-height: 20px;
    color: #bfc2c7;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .footer-copy-sec.footer-copy-light ._con .footer-copy-wrap {
    font-size: 12px;
    font-weight: 100;
    line-height: 20px;
    color: #bfc2c7;
    font-family: "Noto Sans KR", sans-serif !important;
  }
}

/*# sourceMappingURL=footer.css.map */
