.review {
  position: relative;
  width: 100%;
  min-height: 1200px;
  padding-bottom: 150px;
  z-index: 2;
  overflow: hidden;
}

.review__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.review__background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.review__contents {
  display: flex;
  position: relative;
  max-width: 1644px;
  width: 100%;
  height: 100vh;
  min-height: 1200px;
  padding: 0 62px;
  padding-top: calc(9rem + 250px);
  padding-bottom: 230px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
}

.review__contents__title {
  position: relative;
  font-weight: 500;
  font-size: 50px;
  line-height: 100%;
  color: #4e4e4e;
  padding-top: 30px;
}

.review__contents__title strong {
  font-weight: 700;
  color: #000000;
}

.review__contents__title span {
  display: block;
  font-family: "Urbanist", sans-serif;
  font-weight: 900;
  color: #000000;
  font-size: 80px;
  line-height: 100%;
  padding: 50px 0;
}

.review__contents__title__dot {
  position: relative;
  display: inline;
}

.review__contents__title__dot:nth-of-type(2) {
  margin-left: -13px;
}

.review__contents__title__dot div {
  position: absolute;
  top: -20px;
  left: calc(50% - 5px);
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #00b6c1;
}

.review__contents__character {
  position: absolute;
  bottom: 0;
  left: 62px;
}

.review__contents__character img {
  width: 332px;
  height: auto;
}

.review__contents__balloon {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 380px;
  width: 550px;
  height: 142px;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.review__contents__balloon.visible {
  opacity: 1;
  transform: translateY(0);
}

.review__contents__balloon img {
  position: absolute;
  width: 550px;
  height: 142px;
}

.review__contents__balloon span {
  position: relative;
  font-weight: 500;
  font-size: 22px;
  line-height: 160%;
  z-index: 2;
  color: #666666;
}

.review__contents__balloon span span {
  display: inline-block;
  width: 66px;
  font-weight: 500;
  font-size: 22px;
  line-height: 160%;
  text-decoration: underline;
  text-decoration-style: solid;
  color: #444444;
}

.review__contents__balloon span span:nth-of-type(2) {
  width: 100px;
}

.review__contents__swiper {
  position: relative;
  width: 1000px;
  height: fit-content;
  overflow: hidden;
  padding: 0 30px;
  padding-bottom: 140px;
}

.review__contents__swiper__navigation {
  cursor: pointer;
  display: flex;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateX(-50%) translateY(-50%);
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  box-shadow: 0px 0px 12px 0px #00000040;
  border-radius: 100%;
  background: #ffffff;
  z-index: 2;
}

.review__contents__swiper__navigation.next {
  left: unset;
  right: 30px;
  transform: scaleX(-1) translateX(-50%) translateY(-50%);
}

.review__contents__swiper__navigation img {
  position: relative;
  width: 8px;
  height: 16px;
}

.review__contents__swiper__list {
  position: relative;
  display: flex;
  gap: 46px;
}

.review__contents__swiper__list__item {
  position: relative;
  width: calc(50% - 23px);
  flex: none;
  display: flex;
  flex-direction: column;
}

.review__contents__swiper__list__item.double {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-height: 640px;
}

.review__contents__swiper__list__item.single
  .review__contents__swiper__list__item__card {
  flex: 1;
  min-height: 640px;
}

.review__contents__swiper__list__item__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  border-radius: 30px;
  background: #ffffff;
  padding: 42px 40px;
  height: 100%;
}

.review__contents__swiper__list__item__card__information {
  position: relative;
}

.review__contents__swiper__list__item__card__information__title {
  display: flex;
  justify-content: space-between;
  gap: 27px;
}

.review__contents__swiper__list__item__card__information__title span {
  font-weight: 700;
  font-size: 26px;
  line-height: 150%;
  color: #105c61;
}

.review__contents__swiper__list__item.double
  .review__contents__swiper__list__item__card__information__title span {
  font-size: 20px;
}

.review__contents__swiper__list__item.double 
.review__contents__swiper__list__item__card__information__title img {
  width: 60px;
  height: 60px;
}

.review__contents__swiper__list__item.double 
.review__contents__swiper__list__item__card {
  padding: 38px 40px;
}

.review__contents__swiper__list__item.double 
.review__contents__swiper__list__item__card__author {
  margin-top: 18px;
  padding-top: 13px;
}

.review__contents__swiper__list__item__card__information__title img {
  position: relative;
  width: 74px;
  height: 74px;
}

.review__contents__swiper__list__item__card__information__paragraph {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #c0c0c0;
  margin-top: 23px;
  white-space: pre-line;
}

.review__contents__swiper__list__item__card__author {
  position: relative;
  padding-top: 23px;
  border-top: 1px solid #c0c0c0;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #5b5b5b;
  margin-top: 25px;
}

.review__contents__swiper__list__item__card__author
  .review__contents__swiper__list__item__card__author__director {
  font-weight: 700;
  color: #105c61;
  margin-left: 5px;
}

.review__contents__swiper__list__item__card__author
  .review__contents__swiper__list__item__card__author__academy {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #acacac;
  margin-left: 18px;
}
