.c-box {
  display: flex;
  justify-content: center;
  padding: 0 24px;
}
.c-box__inner {
  max-width: 1110px;
  width: 100%;
}

.mb10 {
  margin-bottom: 10px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb32 {
  margin-bottom: 32px;
}

.mb13 {
  margin-bottom: 13px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb48 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb130 {
  margin-bottom: 130px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb160 {
  margin-bottom: 160px;
}

.mb170 {
  margin-bottom: 170px;
}

@media screen and (max-width: 768px) {
  .spmb10 {
    margin-bottom: 10px;
  }
  .spmb16 {
    margin-bottom: 16px;
  }
  .spmb20 {
    margin-bottom: 20px;
  }
  .spmb25 {
    margin-bottom: 25px;
  }
  .spmb30 {
    margin-bottom: 30px;
  }
  .spmb35 {
    margin-bottom: 35px;
  }
  .spmb40 {
    margin-bottom: 40px;
  }
  .spmb50 {
    margin-bottom: 50px;
  }
  .spmb60 {
    margin-bottom: 60px;
  }
  .spmb70 {
    margin-bottom: 70px;
  }
  .spmb80 {
    margin-bottom: 80px;
  }
}/*# sourceMappingURL=layout.css.map */