/********************************
 @mixin
 *******************************/
/*img url*/
/*life*/
/*life*/
.m-br {
  displaY: none;
}

@media (max-width: 500px) {
  .m-br {
    displaY: block;
  }
}

.t-br {
  displaY: none;
}

@media (max-width: 1024px) {
  .t-br {
    displaY: block;
  }
}

@media (max-width: 500px) {
  .t-br {
    display: none;
  }
}

.p-br {
  displaY: block;
}

@media (max-width: 500px) {
  .p-br {
    displaY: none;
  }
}

.border-bnone {
  border-bottom: 0 !important;
}

.border-none {
  border: 0 !important;
}

.mar-t30 {
  margin-top: 3rem !important;
}

.mar-t0 {
  margin-top: 0rem !important;
}

.mar-t40 {
  margin-top: 4rem !important;
}

@media (max-width: 500px) {
  .mar-t40 {
    margin-top: 2rem !important;
  }
}

.mar-t50 {
  margin-top: 5rem !important;
}

@media (max-width: 500px) {
  .mar-t50 {
    margin-top: 6rem !important;
  }
}

.mar-t60 {
  margin-top: 6rem !important;
}

@media (max-width: 500px) {
  .mar-t60 {
    margin-top: 3rem !important;
  }
}

.mar-t70 {
  margin-top: 7rem !important;
}

@media (max-width: 500px) {
  .mar-t70 {
    margin-top: 6rem !important;
  }
}

.mar-t90 {
  margin-top: 9rem !important;
}

@media (max-width: 500px) {
  .mar-t90 {
    margin-top: 6rem !important;
  }
}

.mar-t120 {
  margin-top: 12rem !important;
}

@media (max-width: 500px) {
  .mar-t120 {
    margin-top: 6rem !important;
  }
}

.mar-b0 {
  margin-bottom: 0rem !important;
}

.mar-b30 {
  margin-bottom: 3rem !important;
}

@media (max-width: 500px) {
  .mar-b30 {
    margin-bottom: 2rem !important;
  }
}

.mar-t80 {
  margin-top: 8rem !important;
}

@media (max-width: 500px) {
  .mar-t80 {
    margin-top: 8rem !important;
  }
}

.mar-b90 {
  margin-bottom: 9rem !important;
}

@media (max-width: 500px) {
  .mar-b90 {
    margin-bottom: 6rem !important;
  }
}

.pad-b0 {
  padding-bottom: 0 !important;
}

.pad-b7 {
  padding-bottom: 7rem !important;
}

.pad-t0 {
  padding-top: 0 !important;
}
/*# sourceMappingURL=size.css.map */<!--ºÄÊ±1752943859.3518Ãë-->