.review__lt {
  font-size: 16px;
  color: #2d2828;
  word-break: keep-all;
}
.review__lt .review__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
  text-align: center;
}
.review__lt .review__title h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 40px;
  font-family: var(--Ria);
  line-height: 1;
  margin-bottom: 0.5em;
  font-weight: 500;
}
.review__lt .review__title h2 em {
  font-size: 0.5em;
  margin-bottom: 1.3em;
  font-style: normal;
  color: var(--theme-color);
}
.review__lt .review__title p {
  font-weight: 500;
  line-height: 1.7;
  color: #797b74;
}
.review__lt .review__title a {
  width: 11.25em;
  height: 3.12em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding: 0 1.5em;
  margin-top: 2.5em;
  border-radius: 10em;
  background: var(--theme-color);
  border: 2px solid transparent;
  -webkit-transition: text-indent 0.3s;
  transition: text-indent 0.3s;
}
.review__lt .review__title a:hover {
  text-indent: 2px;
}
.review__lt .review__title a:hover::after {
  translate: 6px 0;
}
.review__lt .review__title a::after {
  content: "";
  width: 0.6em;
  height: 0.8em;
  margin-left: 0.5em;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  background: url(/img/common/icon/chevron-theme.svg) center/contain no-repeat;
  -webkit-filter: brightness(100);
          filter: brightness(100);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.review__lt .lt__slider .swiper {
  padding: 30px 0;
}
.review__lt .review__post {
  width: 500px;
}
.review__lt .lt__card {
  height: 600px;
  padding: 70px 60px;
  border-radius: 100px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 2px solid transparent;
  -webkit-box-shadow: 3px 5px 25px 0px rgba(108, 123, 87, 0.1);
          box-shadow: 3px 5px 25px 0px rgba(108, 123, 87, 0.1);
  -webkit-transition: border 0.3s, translate 0.3s;
  transition: border 0.3s, translate 0.3s;
}
.review__lt .lt__card:hover {
  border-color: var(--theme-color);
  translate: 0 -30px;
}
.review__lt .card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.review__lt .lt__slogan {
  font-size: 20px;
  font-style: normal;
  color: var(--theme-color);
}
.review__lt .lt__title {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  word-break: keep-all;
  padding: 1em 0 1.2em;
}
.review__lt .lt__content {
  line-height: 1.8;
  word-break: keep-all;
  letter-spacing: -0.05em;
  margin-bottom: 1em;
}
.review__lt .lt__info {
  color: #797b74;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.review__lt .lt__ft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
}
.review__lt .lt__ft a {
  font-size: 18px;
  color: var(--theme-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.review__lt .lt__ft a::after {
  content: "";
  width: 0.6em;
  height: 0.8em;
  margin-left: 0.5em;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  background: url(/img/common/icon/chevron-theme.svg) center/contain no-repeat;
}/*# sourceMappingURL=style.css.map */