@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
.footer {
  width: 100%;
  height: 261px;
  background-color: #4C4C4C;
  font-family: Noto Sans KR, sans-serif;
}
.footer.white {
  background-color: #f5f5f5;
}
.footer.white .footer-inner .top-line .link-area a {
  color: #666;
}
.footer.white .footer-inner address {
  color: #666;
}
.footer.white .footer-inner .bottom-line {
  color: #666;
}
.footer.white .footer-inner .bottom-line .sns-area .instagram {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url("../../../imgs/i_instagram_80.png");
}
.footer.white .footer-inner .bottom-line .sns-area .facebook {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url("../../../imgs/i_facebook_80.png");
}
.footer.white .footer-inner .bottom-line .sns-area .appstore {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url("../../../imgs/i_appstore_80.png");
}
.footer.white .footer-inner .bottom-line .sns-area .playstore {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url("../../../imgs/i_playstore_80.png");
}
.footer.bottom {
  position: static;
}
.footer .footer-inner {
  max-width: 1060px;
  height: 100%;
  margin: 0 auto;
  padding: 40px 20px 24px;
  box-sizing: border-box;
}
.footer .footer-inner .top-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 28px;
}
.footer .footer-inner .top-line .logo {
  width: 125px;
}
.footer .footer-inner .top-line .link-area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 162.5%;
  letter-spacing: -0.32px;
}
.footer .footer-inner .top-line .link-area a {
  color: #fff;
  cursor: pointer;
}
.footer .footer-inner address {
  padding-bottom: 32px;
  font-style: normal;
  font-size: 13px;
  font-weight: 500;
  color: #999;
  line-height: 190%;
  letter-spacing: -0.26px;
}
.footer .footer-inner address span {
  display: inline-block;
  padding: 0 8px;
}
.footer .footer-inner .bottom-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #999;
  padding-top: 20px;
  font-size: 13px;
  font-weight: 500;
  line-height: 138.5%;
  letter-spacing: -0.26px;
  color: #e5e5e5;
}
.footer .footer-inner .bottom-line .sns-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 16px;
}
.footer .footer-inner .bottom-line .sns-area .instagram {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url("../../../imgs/i_instagram.png");
}
.footer .footer-inner .bottom-line .sns-area .facebook {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url("../../../imgs/i_facebook.png");
}
.footer .footer-inner .bottom-line .sns-area .appstore {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url("../../../imgs/i_appstore.png");
}
.footer .footer-inner .bottom-line .sns-area .playstore {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url("../../../imgs/i_playstore.png");
}

@media (max-width: 767px) {
  .footer {
    position: static;
    height: auto;
  }
  .footer .footer-inner {
    height: auto;
  }
  .footer .footer-inner .top-line {
    align-items: flex-start;
    flex-direction: column;
    row-gap: 20px;
  }
  .footer .footer-inner .top-line .link-area {
    column-gap: 24px;
  }
  .footer .footer-inner .bottom-line {
    flex-direction: column;
    row-gap: 20px;
    align-items: flex-start;
  }
}

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