footer .footBg {
  background-color: #fff;
  position: relative;
  padding: 10px 0 90px;
}
@media screen and (max-width: 820px) {
  footer .footBg {
    padding: 40px 0 90px;
  }
}
footer .footBg::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/bgDeco04@2x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 212px;
  top: -211px;
  left: 0;
}
@media screen and (max-width: 1024px) {
  footer .footBg::before {
    background-size: 100% 100%;
    height: 12vw;
    top: -11.9vw;
  }
}
footer .footBg .footDeco01 {
  position: absolute;
  width: 374px;
  height: 262px;
  left: 58px;
  bottom: -7px;
}
@media screen and (max-width: 1300px) {
  footer .footBg .footDeco01 {
    width: 20vw;
    height: 14vw;
    left: 1vw;
    bottom: -7px;
  }
}
footer .footBg .footDeco02 {
  position: absolute;
  width: 440px;
  height: 309px;
  right: 50px;
  bottom: -7px;
}
@media screen and (max-width: 1300px) {
  footer .footBg .footDeco02 {
    width: 23vw;
    height: 16.1vw;
    right: 1vw;
    bottom: -7px;
  }
}
footer .footBg .footInfo {
  margin-top: 65px;
}
footer .footBg .footInfo .infoText {
  line-height: 30px;
}
footer .footBg .footInfo .infoText + .infoText {
  margin-top: 40px;
}
footer #footer-foot {
  background-color: #e0e0e0;
  padding: 15px;
}
footer #footer-foot .copyright {
  font-size: 12px;
}