section.benefit-summary-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;

  background-color: #000;
  background-image: url("../../assets/images/dr-tread/how-powerful/section-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

div.benefit-summary-section__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 120px;
}

span.benefit-summary-section__title {
  color: var(--white, #fff);
  text-align: center;
  font-size: 44px;
  font-family: Pretendard;
  font-style: normal;
  font-weight: 800;
  line-height: 60px;
}

div.benefit-summary-section__detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  align-self: stretch;
}

ul.benefit-summary-section__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

li.benefit-summary-section__item {
  display: flex;
  width: 300px;
  height: 236px;
  padding: 49px 43px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

div.benefit-summary-section__item-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  flex: 1 0 0;
  align-self: stretch;
}

div.benefit-summary-section__item-inner__text {
  display: flex;
  align-items: center;
  gap: 8px;
}

span.benefit-summary-section__symbols {
  color: var(--white, #fff);
  text-align: center;
  font-size: 26px;
  font-family: Pretendard;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}

div.benefit-summary-section__item-inner__value {
  display: flex;
  align-items: flex-start;
  gap: 4px;
}

span.benefit-summary-section__number {
  color: var(--white, #fff);
  text-align: center;
  font-size: 56px;
  font-family: Pretendard;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}

span.benefit-summary-section__unit {
  color: var(--white, #fff);
  text-align: center;
  font-size: 36px;
  font-family: Pretendard;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}

span.benefit-summary-section__text {
  display: flex;
  flex-direction: column;
  align-self: stretch;

  color: var(--white, #fff);
  text-align: center;
  font-size: 20px;
  font-family: Pretendard;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

p.benefit-summary-section__disclaimer {
  color: var(--grayscale-gray-600, #5f656a);
  font-size: 18px;
  font-family: Pretendard;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

@media screen and (max-width: 1024px) {
  section.benefit-summary-section {
    background-position: center bottom;
  }

  div.benefit-summary-section__content {
    gap: 68px;
    padding: 0 24px;
  }

  span.benefit-summary-section__title {
    font-size: 28px;
    line-height: 40px;
  }

  div.benefit-summary-section__detail {
    gap: 0;
  }

  ul.benefit-summary-section__list {
    flex-direction: column;
    justify-content: flex-start;
    gap: 8px;
  }

  li.benefit-summary-section__item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;

    padding: 58px 0;
    width: 100%;
    height: 235px;
  }

  div.benefit-summary-section__item-inner {
    gap: 43px;
  }

  div.benefit-summary-section__item-inner__text {
    gap: 5px;
  }

  div.benefit-summary-section__item-inner__value {
    display: flex;
    align-items: flex-start;
    gap: 4px;
  }

  p.benefit-summary-section__disclaimer {
    font-size: 14px;
    line-height: 20px;
  }
}
