.checkout__section__finish__title {
  font-size: 0.88rem;
  line-height: 1.78571;
  margin-bottom: 1.2rem;
}

.checkout__section__finish__item__value {
  border: 1px dashed #999;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  background: #fbfbfb;
  font-weight: bold;
  font-size: 0.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 7rem;
}

.checkout__section__finish__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2.5rem;
  align-items: flex-start;
}

.checkout__section__finish__item {
  border-right: 1px dashed #999;
  flex: 1;
  max-width: 10.1rem;
}

.checkout__section__finish__item:last-child {
  border: navajowhite;
}

.checkout__section__finish__item__title {
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-bottom: 0.65rem;
}

.checkout__section__finish__detail__top {
  background: #fbfbfb;
  border: 1px dashed #ccc;
  border-radius: 0.5rem;
  display: flex;
  overflow: hidden;
  margin-bottom: 0.625rem;
}

.checkout__section__finish__top {
  margin-bottom: 2.8rem;
}

.checkout__section__finish__detail__top__icon {
  width: 11.2rem;
  border-right: 1px dashed #ccc;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.checkout__section__finish__detail__top__icon svg {
  width: 38%;
  height: auto;
}

.checkout__section__finish__detail__top__title {
  font-weight: 600;
  font-size: 1.75rem;
}

.checkout__section__finish__detail__top__addtitle {
  font-size: 0.88rem;
  margin-bottom: 0.5rem;
}

.checkout__section__finish__detail__top__info {
  padding-left: 4.5rem;
  align-self: anchor-center;
}

.checkout__section__finish__info {
  font-size: 0.88rem;
  margin-bottom: 1.95rem;
}

.checkout__section__finish__detail__row {
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
  padding: 1.32rem 2.95rem;
  border-radius: 0.5rem;
  background: #fff;
  border: 1px solid transparent;
}

.checkout__section__finish__detail__row__value {
  font-weight: 700;
}

.checkout__section__finish__detail__row * {
  flex: 1;
}

.checkout__section__finish__detail__row:nth-child(2n) {
  background: #fbfbfb;
  border-color: #e0e0e0;
}

.checkout__section__finish__bottom {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  max-width: 35rem;
}

@media screen and (max-width: 1024px) {
  .checkout__section__finish__detail__top__title {
    font-size: 27px;
  }
}

@media screen and (max-width: 750px) {
  .checkout__section__finish__item {
    width: calc(50% - 10px);
    flex: none;
    max-width: none;
    padding: 11px 0px;
  }

  .checkout__section__finish__list {
    gap: 0 20px;
  }

  .checkout__section__finish__item:nth-child(2n) {
    border: none;
  }

  .checkout__section__finish__title {
    margin-bottom: 15px;
  }

  .checkout__section__finish__top {
    margin-bottom: 32px;
  }

  .checkout__section__finish__detail__top__icon {
    width: 70px;
    height: 75px;
    aspect-ratio: auto;
  }

  .checkout__section__finish__detail__top__icon svg {
    width: 45%;
  }

  .checkout__section__finish__detail__top__info {
    padding-left: 18px;
    align-self: center;
  }

  .checkout__section__finish__detail__top__addtitle {
    font-size: 12px;
    margin-bottom: 4px;
  }

  .checkout__section__finish__detail__top__title {
    line-height: 1.1;
    font-size: 18px;
  }

  .checkout__section__finish__info {
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    padding: 12px;
    font-size: 13px;
    margin-bottom: 16px;
  }

  .checkout__section__finish__detail__row {
    padding: 15px;
    align-items: center;
  }

  .checkout__section__finish__detail__row
    .checkout__section__finish__detail__row__value {
    flex: 0.55;
  }

  .checkout__section__finish__bottom {
    flex-direction: column;
  }
}
