@charset "UTF-8";
/* 오버레이 */
.footer-ng-sec {
  z-index: -1;
  position: fixed;
  left: 0;
  bottom: 50px;
  display: flex;
  flex-direction: column;
  padding: 30px 10px 0;
}
.footer-ng-sec.footer-sec-dark {
  background-color: #39393d;
}
.footer-ng-sec.footer-sec-dark ._con {
  display: flex;
  flex-direction: column;
}
.footer-ng-sec.footer-sec-dark ._con .footer-ng-wrap {
  width: 100%;
  display: flex;
  padding: 30px 0;
}
.footer-ng-sec.footer-sec-dark ._con .footer-ng-wrap .footer-ng-cont {
  width: 100%;
  height: 100%;
}
.footer-ng-sec.footer-sec-dark ._con .footer-ng-wrap .footer-ng-cont .addr-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-ng-sec.footer-sec-dark ._con .footer-ng-wrap .footer-ng-cont .addr-box img {
  width: 116px;
  height: 75px;
}
.footer-ng-sec.footer-sec-dark ._con .footer-ng-wrap .footer-ng-cont .addr-box p {
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
}
.footer-ng-sec.footer-sec-light {
  background-color: #f5f5f8;
}
.footer-ng-sec.footer-sec-light ._con .footer-ng-wrap {
  width: 100%;
  display: flex;
}
.footer-ng-sec.footer-sec-light ._con .footer-ng-wrap .footer-ng-logo {
  width: 30%;
  height: 100%;
}
.footer-ng-sec.footer-sec-light ._con .footer-ng-wrap .footer-ng-cont {
  width: 70%;
  height: 100%;
}

@media screen and (max-width: 992px) {
  .footer-ng-sec {
    left: 0;
    bottom: 50px;
    padding: 30px 10px 0;
  }
  .footer-ng-sec.footer-sec-dark ._con .footer-ng-wrap {
    flex-wrap: wrap;
    padding: 30px 0;
  }
  .footer-ng-sec.footer-sec-dark ._con .footer-ng-wrap .footer-ng-logo {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
  }
  .footer-ng-sec.footer-sec-dark ._con .footer-ng-wrap .footer-ng-logo img {
    width: 120.5px;
    height: 37px;
  }
  .footer-ng-sec.footer-sec-dark ._con .footer-ng-wrap .footer-ng-cont {
    width: 100%;
    height: 100%;
  }
  .footer-ng-sec.footer-sec-dark ._con .footer-ng-wrap .footer-ng-cont .addr-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-ng-sec.footer-sec-dark ._con .footer-ng-wrap .footer-ng-cont .addr-box p {
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .footer-ng-sec.footer-sec-dark ._con .footer-ng-wrap .footer-ng-sns {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer-ng-sec.footer-sec-dark ._con .footer-ng-wrap .footer-ng-sns .email-box {
    margin-bottom: 10px;
    padding-top: 30px;
  }
  .footer-ng-sec.footer-sec-dark ._con .footer-ng-wrap .footer-ng-sns .email-box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .footer-ng-sec.footer-sec-dark ._con .footer-ng-wrap .footer-ng-sns .sns-box a {
    margin: 3px;
  }
  .footer-ng-sec.footer-sec-dark ._con .footer-ng-wrap .footer-ng-sns .sns-box a img {
    width: 25px;
    height: 25px;
    opacity: 0.8;
  }
  .footer-ng-sec.footer-sec-dark ._con .footer-ng-wrap .footer-ng-sns .sns-box a img.ws {
    width: 23.5px;
    height: 23.5px;
  }
  .footer-ng-sec.footer-sec-light {
    background-color: #f5f5f8;
  }
  .footer-ng-sec.footer-sec-light ._con .footer-ng-wrap {
    width: 100%;
    display: flex;
  }
  .footer-ng-sec.footer-sec-light ._con .footer-ng-wrap .footer-ng-logo {
    width: 30%;
    height: 100%;
  }
  .footer-ng-sec.footer-sec-light ._con .footer-ng-wrap .footer-ng-cont {
    width: 70%;
    height: 100%;
  }
}
.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 */
