.sub__review {
  padding: 120px 0 160px;
  background: #f7f7f7;
  font-size: 14px;
}
.sub__review .review__wrapper {
  width: 1400px;
  margin: 0 auto;
  position: relative;
}
.sub__review .review__title {
  position: absolute;
  top: 0;
  left: 940px;
  z-index: 5;
}
.sub__review .review__title h3 {
  font-size: 8.2em;
  font-weight: normal;
  line-height: 0.6;
  margin-top: 0.15em;
}
.sub__review .review__title h3 strong {
  display: block;
  font-weight: normal;
  margin-bottom: 0.3em;
}
.sub__review .review__title p {
  font-size: 1.6em;
  font-weight: 500;
  padding: 1em 0;
}
.sub__review .review__title a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sub__review .review__title a::after {
  content: "";
  width: 1.2em;
  height: 0.8em;
  margin-left: 0.7em;
  background: url(/img/common/icon-arrow.svg) center bottom/contain no-repeat;
}
.sub__review .review__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: relative;
}
.sub__review .review__img.--guest {
  cursor: pointer;
}
.sub__review .review__img.--guest::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: url(/skin/latest/sub_review/img/guest-cover.png) center/cover;
}
.sub__review .review__swiper .swiper-slide {
  width: 880px;
}
.sub__review .review__swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sub__review .review__swiper .swiper-slide span {
  position: relative;
}
.sub__review .review__swiper .swiper-slide span i {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 16px;
  font-style: normal;
  color: #fff;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.8125em;
}
.sub__review .review__swiper .swiper-slide span.--before i {
  left: 0;
  padding-left: 1.4375em;
  background: #000;
}
.sub__review .review__swiper .swiper-slide span.--after i {
  right: 0;
  padding-right: 1.4375em;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: var(--theme-color);
}
.sub__review .nav__swiper {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 5;
  translate: 240px 0;
  padding-bottom: 15px;
}
.sub__review .nav__swiper .swiper-scrollbar.swiper-scrollbar-horizontal {
  left: 0;
  bottom: 0;
}
.sub__review .nav__swiper .swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
  background: var(--theme-color);
}
.sub__review .nav__swiper .swiper {
  width: 550px;
}
.sub__review .nav__swiper .swiper-slide {
  width: 264px;
}
.sub__review .nav__swiper img {
  width: auto;
  height: 162px;
}/*# sourceMappingURL=style.css.map */