.home-review-item {
  border: 1px solid #EDEDED;
  padding-bottom: 24px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  padding: 24px;
  border-radius: 16px;
}
.home-review-item:last-child {
  border-bottom: none;
}
.home-review-item .h-name {
  font-family: "Pretendard-Bold";
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 0px;
}
.home-review-item .h-name svg {
  margin-top: -4px;
}
.home-review-item .rate span {
  line-height: 25.2px;
  font-size: 18px;
  font-family: "Pretendard-Medium";
  display: block;
  /*padding-left: 10px;*/
  padding-left: 4px;
  position: relative;
}
.home-review-item .rate span:before {
  content: "";
  display: block;
  width: 2px;
  height: 13px;
  background-color: #CBCBCB;
  position: absolute;
  left: 4px;
  top: 6px;
}
.home-review-item p {
  line-height: 22px;
  color: #333333;
}
.home-review-item .read-more-btn {
  color: #686868;
  font-family: "Pretendard-Medium";
  line-height: 22.4px;
}
.home-review-item .read-more-btn img {
  transition: all 0.2s;
}
.home-review-item .read-more-btn.less img {
  transform: rotate(-180deg);
}
.home-review-item .images {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 8px;
  margin-bottom: 16px;
}
.home-review-item .images .item {
  position: relative;
  padding-top: 100%;
}
.home-review-item .images .item img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  border-radius: 4px;
}
.home-review-item .date {
  color: #777777;
  font-size: 14px;
  font-family: "Pretendard-Medium";
  line-height: 20px;
}

.star {
  display: flex;
  column-gap: 11px;
  padding-bottom: 16px;
  border-bottom: 1px solid #F0F1F3;
}
.star svg {
  width: 40px;
  height: 40px;
}
.star svg.active path {
  fill: #FFB800;
}

.list-request .home-review-item .h-name svg {
  margin-top: -2px;
}
.list-request .request-item {
  border-bottom: 8px solid #F0F1F3;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.list-request .request-item:last-child {
  border: none;
  border-bottom: none !important;
  margin-bottom: 0;
}
.list-request .request-item .main-wrapper > time {
  margin-bottom: 13px;
  display: block;
}
.list-request .request-item .btn-primary {
  font-size: 18px;
  line-height: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.filter-nav a {
  color: #777777;
  font-size: 14px;
  font-family: "Pretendard-Medium";
  line-height: 20px;
  padding: 12px;
  border-radius: 100px;
  background-color: #F0F1F3;
}
.filter-nav a.active {
  background-color: #454545;
  color: white;
}

.request-nav-tab .nav-link {
  padding-bottom: 5px;
}
.request-nav-tab .nav-link span {
  color: #00C271;
  top: -2px;
  font-weight: 500;
}

.pv-tab-content .home-review-item {
  box-shadow: none;
  border: none;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #F0F1F3;
  margin-bottom: 0;
  border-radius: 0;
}
.pv-tab-content .list-request .request-item .btn-primary {
  padding-top: 15px;
  padding-bottom: 15px;
}
.pv-tab-content.review .reply-box {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0;
}
.pv-tab-content.request .request-item {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 24px;
  border: none;
  margin-bottom: 16px;
}
.pv-tab-content.request .request-item p {
  line-height: 22px;
  color: #333333;
}
.pv-tab-content.request .request-item span.date {
  font-size: 14px;
  color: #777777;
  line-height: 20px;
  display: block;
  margin-bottom: 16px;
}
.pv-tab-content.request .request-item .reply-box {
  margin-bottom: 0;
}

.home-review-item .images .item img {
  width: 100px;
  height: 100px;
}

.home-review-item .images .item {
  width: 100px;
  height: 100px;
  padding-top: unset;
}

.home-review-item .images {
  height: 100px;
}

.home-review-item.time-top .read-more-btn ~ .review-images.d-none {
  display: block !important;
  height: 0;
  margin-top: -16px;
}

p.pre-line + .review-images.d-none {
  display: block !important;
  height: 0;
  margin-top: -8px;
}

.reply-box .read-more-btn {
  margin-bottom: 24px !important;
}