@charset "utf-8";

#footer {
  width: 100%;
  padding: 80px 210px 80px 200px;
  background-color: #242424;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1600px) {
  #footer {
    padding: calc(100vw * (80 / 1600)) calc(100vw * (210 / 1600)) calc(100vw * (80 / 1600)) calc(100vw * (200 / 1600));
  }
}
@media screen and (max-width: 900px) {
  #footer {
    padding: 10.6666666667vw 4.2666666667vw 10.9333333333vw 4.2666666667vw;
  }
}
#footer .info_wrap {
  width: 100%;
  padding-bottom: 3.2rem;
  margin-bottom: 2.6rem;
  border-bottom: 1px solid #5a5a5a;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1600px) {
  #footer .info_wrap {
    padding-bottom: 2.2857142857vw;
    margin-bottom: 1.8571428571vw;
  }
}
@media screen and (max-width: 900px) {
  #footer .info_wrap {
    padding-bottom: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
#footer .info_wrap .lst_util {
  margin-bottom: 3.4rem;
}
@media screen and (max-width: 1600px) {
  #footer .info_wrap .lst_util {
    margin-bottom: 2.4285714286vw;
  }
}
@media screen and (max-width: 900px) {
  #footer .info_wrap .lst_util {
    margin-bottom: 8.8vw;
    gap: calc(100vw * (17 / 375));
  }
}
#footer .info_wrap .lst_util li a {
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 1600px) {
  #footer .info_wrap .lst_util li a {
    font-size: 1.0714285714vw;
  }
}
@media screen and (max-width: 900px) {
  #footer .info_wrap .lst_util li a {
    font-size: 3.2vw;
  }
  #footer .info_wrap .lst_util li:not(:first-child) a {
    padding-left: calc(100vw * (17 / 375));
  }
}
#footer .info_wrap .lst_util li + li::before {
  content: none;
}
@media screen and (max-width: 900px) {
  #footer .info_wrap .lst_util li + li::before {
    content: "";
    width: calc(100vw * (1 / 375));
    height: calc(100vw * (10 / 375));
    background-color: #5a5a5a;
  }
}
#footer .info_wrap .address_wrap {
  width: 100%;
}
@media screen and (max-width: 900px) {
  #footer .info_wrap .address_wrap {
    margin-bottom: 8.8vw;
  }
}
#footer .info_wrap .address_wrap address {
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
  font-weight: 300;
  color: #999;
  line-height: 1.2;
}
@media screen and (max-width: 1600px) {
  #footer .info_wrap .address_wrap address {
    margin-bottom: 0.5714285714vw;
    font-size: 1vw;
  }
}
@media screen and (max-width: 900px) {
  #footer .info_wrap .address_wrap address {
    margin-bottom: 2.4vw;
    font-size: calc(100vw * (12 / 375));
  }
}
#footer .info_wrap .address_wrap .address_box {
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 900px) {
  #footer .info_wrap .address_wrap .address_box {
    flex-wrap: wrap;
  }
}
#footer .info_wrap .address_wrap .address_box address + address {
  display: flex;
  align-items: center;
}
#footer .info_wrap .address_wrap .address_box address + address::before {
  content: "";
  width: 1px;
  height: 1rem;
  background-color: #5a5a5a;
  margin-left: 0.8rem;
  margin-right: 0.8rem;
}
@media screen and (max-width: 1600px) {
  #footer .info_wrap .address_wrap .address_box address + address::before {
    height: 0.7142857143vw;
    margin-left: 0.5714285714vw;
    margin-right: 0.5714285714vw;
  }
}
@media screen and (max-width: 900px) {
  #footer .info_wrap .address_wrap .address_box address + address::before {
    height: 2.6666666667vw;
    margin-left: 2.1333333333vw;
    margin-right: 2.1333333333vw;
  }
}
@media screen and (max-width: 900px) {
  #footer .info_wrap .address_wrap .address_box address.email {
    width: 100%;
  }
  #footer .info_wrap .address_wrap .address_box address.email::before {
    content: none;
  }
}
#footer .info_wrap .sns_link_wrap {
  display: none;
}
@media screen and (max-width: 900px) {
  #footer .info_wrap .sns_link_wrap {
    display: flex;
    align-items: center;
  }
  #footer .info_wrap .sns_link_wrap a {
    width: 6.4vw;
    height: 6.4vw;
    background-size: 100% 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  #footer .info_wrap .sns_link_wrap a + a {
    margin-left: 2.1333333333vw;
  }
  #footer .info_wrap .sns_link_wrap a.link_insta {
    background-image: url(../../images/ico/ico_insta_black_white.svg);
  }
  #footer .info_wrap .sns_link_wrap a.link_kakao {
    background-image: url(../../images/ico/ico_kakao_black_white.svg);
  }
}
#footer .etc_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 900px) {
  #footer .etc_wrap {
    display: flex;
    align-items: center;
  }
}
#footer .etc_wrap .copyright {
  font-size: 1.4rem;
  color: #999;
}
@media screen and (max-width: 1600px) {
  #footer .etc_wrap .copyright {
    font-size: 1vw;
  }
}
@media screen and (max-width: 900px) {
  #footer .etc_wrap .copyright {
    font-size: 3.2vw;
  }
}
#footer .etc_wrap .sns_link_wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 900px) {
  #footer .etc_wrap .sns_link_wrap {
    display: none;
  }
}
#footer .etc_wrap .sns_link_wrap a {
  width: 4rem;
  height: 4rem;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1600px) {
  #footer .etc_wrap .sns_link_wrap a {
    width: 2.8571428571vw;
    height: 2.8571428571vw;
  }
}
#footer .etc_wrap .sns_link_wrap a + a {
  margin-left: 1.2rem;
}
@media screen and (max-width: 1600px) {
  #footer .etc_wrap .sns_link_wrap a + a {
    margin-left: 0.8571428571vw;
  }
}
#footer .etc_wrap .sns_link_wrap a.link_insta {
  background-image: url(../../images/ico/ico_insta_black_white.svg);
}
#footer .etc_wrap .sns_link_wrap a.link_kakao {
  background-image: url(../../images/ico/ico_kakao_black_white.svg);
}

/*# sourceMappingURL=footer.css.map */
