#footer {
  position: relative;
  background: #000000;
}
#footer .inner {
  padding: 50px 0 20px;
}
#footer .logo {
  width: 289px;
  height: 147.71px;
  margin: 0 auto;
}
#footer .txt-t {
  text-align: center;
  color: #ffffff;
  margin-top: 46px;
}
#footer .sns {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
#footer .sns .txt-l {
  display: flex;
  width: 43px;
  height: 43px;
}
#footer .txt-c {
  margin-top: 70px;
  text-align: center;
  color: #B2B2B2;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .bot-color {
  display: flex;
  align-items: center;
}
#footer .bot-color span {
  width: 33.333%;
  height: 20px;
  background: #C92500;
}
#footer .bot-color span:nth-child(2) {
  background: #FCC406;
}
#footer .bot-color span:nth-child(3) {
  background: #197929;
}
/*# sourceMappingURL=footer.css.map */