#reviewWrapNotBest {
  max-width: 1200px;
  margin: 0 auto;
}
.wordwrap {
  display: flex;
  border-bottom: 1px solid #f2f2f2;
  padding: 24px 64px 20px 8px;
}
.wordwrap .starwrap {
  flex-basis: 120px;
  flex-shrink: 0;
}
.wordwrap .starwrap .writer {
  color: #a3a3a3;
  font-size: 14px;
  line-height: 140%;
}
.wordwrap .starwrap .writer span {
  display: none;
}
.wordwrap .aftertext {
  display: flex;
  flex-direction: column;
}
.wordwrap .aftertext .toptxt {
  font-size: 14px;
  line-height: 18px;
  color: #767676;
  margin-bottom: 8px;
}
.wordwrap .aftertext .toptxt span:after {
  content: '|';
  display: inline-block;
  font-size: 12px;
  color: #cfcfcf;
  margin: 0 5px 0 8px;
}
.wordwrap .aftertext .fcgray {
  display: inline-flex;
  margin-right: 4px;
  color: #4d4d4d;
  font-weight: 500;
}
.wordwrap .aftertext .line {
  display: inline-flex;
}
.wordwrap .content-box {
  line-height: 28px;
  position: relative;
  overflow: hidden;
}
.wordwrap .content-box .aw_title {
  padding-bottom: 6px;
  font-size: 18px;
  line-height: 30px;
}
.wordwrap .content-box .review {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #737373;
}
.wordwrap .content-box .review .photo {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.wordwrap .content-box .review .photo img:first-child {
  width: fit-content;
  height: fit-content;
  aspect-ratio: unset;
  margin: 0;
}
.wordwrap .content-box .review .photo img {
  display: block;
  max-width: 660px;
  border-radius: 8px;
}
.wordwrap .content-box .review .photo img:last-child {
  margin-bottom: 16px;
}
.wordwrap .content-box .review .review-content {
  flex: 1 0 0;
  font-size: 16px;
  line-height: 28px;
  color: #737373;
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  display: box;
  line-clamp: 2;
  box-orient: vertical;
}
.wordwrap .aftertext .icon_wordfix {
  display: flex;
  justify-content: flex-start;
  margin: 8px 0 0;
  flex-wrap: wrap;
  gap: 8px;
}
.wordwrap .aftertext .icon_wordfix > .text {
  background: #f1f2f4;
  padding: 6px 12px;
  border-radius: 8px;
}
.wordwrap .aftertext .icon_wordfix span {
  font-size: 14px;
  line-height: 140%;
  color: #404040;
}
.icon_wordfix span:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 3px -5px 0;
}
.icon_wordfix .w01 span:before {
  background: url(./resource/images/icon_wordfix01.svg) no-repeat 50%;
}
.icon_wordfix .w02 span:before {
  background: url(./resource/images/icon_wordfix02.svg) no-repeat 50%;
}
.icon_wordfix .w03 span:before {
  background: url(./resource/images/icon_wordfix03.svg) no-repeat 50%;
}
.icon_wordfix .w04 span:before {
  background: url(./resource/images/icon_wordfix04.svg) no-repeat 50%;
}
.icon_wordfix .w05 span:before {
  background: url(./resource/images/icon_wordfix05.svg) no-repeat 50%;
}
.icon_wordfix .w06 span:before {
  background: url(./resource/images/icon_wordfix06.svg) no-repeat 50%;
}
.icon_wordfix .w07 span:before {
  background: url(./resource/images/icon_wordfix07.svg) no-repeat 50%;
}
.icon_wordfix .w08 span:before {
  background: url(./resource/images/icon_wordfix08.svg) no-repeat 50%;
}
