@charset "utf-8";

.imc__section {
  position: relative;
}
.imc__section .btn {
  font-size: 0;
  opacity: 0;
}

.imc__section--coupon {}
.imc__section--coupon .coupon__btn {
  position: absolute;
  top: 62.18%;
  left: 34.8%;
  width: 30.2%;
  height: 4.45%;
}

.section__goods {
  position: relative;
}
.section__goods .goods__list {
  position: absolute;
  bottom: 0;
  left: 4%;
  width: 72.4%;
  height: 59.2%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 78.8% 30.6%;
  overflow: hidden;
}
.section__goods .goods__btn {
  display: block;
  width: 100%;
  height: 100%;
}
