.footerContainer {
  width: 100%;
  height: 37.5vw;
  background: url(../img/footer-bg.png) no-repeat;
  background-size: cover;
  padding: 0 8.33333vw;
  box-sizing: border-box;
  position: relative; }
  .footerContainer .txt {
    font-size: 2.8125vw;
    color: #fff;
    position: absolute;
    top: 12.65625vw;
    left: 8.33333vw; }
  .footerContainer .footerBottom {
    position: absolute;
    left: 50%;
    margin-left: -41.66666vw;
    bottom: 0;
    width: 83.33333vw;
    height: 4.58333vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 0.9375vw;
    color: #fff;
    box-sizing: border-box;
    border-top: 1px solid #fff; }

@media screen and (max-width: 750px) {
  .footerContainer {
    width: 100%;
    height: 112.00000vw;
    background: url(../img/footer-bg-m.png) no-repeat;
    background-size: cover;
    padding: 0 5.33333vw;
    box-sizing: border-box;
    position: relative; }
    .footerContainer .txt {
      font-size: 7.19999vw;
      color: #fff;
      position: absolute;
      top: 18.66666vw;
      left: 5.33333vw; }
    .footerContainer .footerBottom {
      position: absolute;
      left: 50%;
      margin-left: -41.66666vw;
      bottom: 0;
      width: 89.33333vw;
      height: 18.93333vw;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      text-align: left;
      font-size: 2.93333vw;
      color: #fff;
      box-sizing: border-box;
      border-top: 1px solid #fff; } }
