#section__review {
  margin-top: 100px;
  padding: 0 10px;
}
@media (max-width: 1400px) {
  #section__review {
    padding: 0 10px;
  }
}
#section__review .review__wrapper {
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  position: relative;
  border-radius: 100px;
  overflow: hidden;
}
#section__review .review__model {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 0;
}
#section__review .review__model .img__inner {
  width: 100%;
  height: 100%;
  background: url("/img/main/review/review_model.png") center/contain no-repeat;
  border-radius: 100px 0 0 100px;
  background-size: cover;
}
#section__review .review__content {
  position: relative;
  z-index: 1;
  margin-left: 42%;
  background: url("/img/main/review/review_txtbg.png") center/cover no-repeat;
  padding: 100px 100px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 100px 0 0 100px;
}
@media (max-width: 1400px) {
  #section__review .review__content {
    padding: 100px 60px;
  }
}
#section__review .review__heading {
  font-family: "Tenor Sans";
  font-size: 100px;
  font-weight: 500;
  color: #fef1cc;
  margin-bottom: 32px;
}
#section__review .review__list {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#section__review .review__item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: opacity 0.2s;
}
#section__review .review__item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#section__review .review__item:first-child {
  border-top: 0;
}
#section__review .review__item:last-child {
  border-bottom: 0;
}
#section__review .review__item:hover {
  opacity: 0.75;
}
#section__review .review__item .item__num {
  flex: 0 0 36px;
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  font-size: 40px;
  font-weight: 400;
  color: #fef1cc;
  padding-top: 2px;
}
#section__review .review__item .item__body {
  flex: 1;
}
#section__review .review__item .item__body .review__stars {
  display: flex;
  gap: 12px;
  margin-bottom: 8px;
  color: #fef1cc;
}
#section__review .review__item .item__body .review__stars img {
  width: 26px;
  height: 26px;
}
#section__review .review__item .item__body .item__desc {
  font-size: 18px;
  color: #fef1cc;
  line-height: 1.75;
  letter-spacing: -0.01em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1400px) {
  #section__review .review__item .item__body .item__desc {
    font-size: 14px;
  }
}
#section__review .review__item .item__arrow {
  flex: 0 0 20px;
  font-size: 20px;
  color: #fef1cc;
  align-self: center;
}/*# sourceMappingURL=style.min.css.map */