@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: 79.68%;
  left: 51.53%;
  width: 6.83%;
  height: 5.6%;
}

.section__goods {
  position: relative;
}
.section__goods .goods__list {
  position: absolute;
  bottom: 17.8%;
  left: 17.15%;
  width: 56.3%;
  height: 5.9%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18.55%;
  overflow: hidden;
}
.section__goods .goods__btn {
  display: block;
  width: 100%;
  height: 100%;
}

.imc__section--03 .section__goods .goods__list {
  bottom: 0;
  height: 7.25%;
}