.footer-box {
  height: 1085px;
  background-image: url('../../images/footer-mobile.png');
  background-size: contain;
}
.footer-box .footer {
  width: 100vw;
  padding: 66px 24px;
  flex-direction: column;
}
.footer-box .footer .left .img {
  width: 120px;
  height: 55px;
}
.footer-box .footer .left .nav-list {
  display: none;
  flex-direction: column;
}
.footer-box .footer .left .license {
  margin-top: 80px;
}
.footer-box .footer .right {
  margin-top: 143px;
}
.footer-box .footer .right #email {
  width: 328px;
}
.footer-box .copyright {
  line-height: 1.2;
  padding: 31px 25px 0;
  font-size: 12px;
}
