.reviewSection01 {
  padding: 200px 0 216px 0;
}
.reviewSection01 .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 216px;
  background: url(../images/title01_bg.png) no-repeat center top;
}
.reviewSection01 .title strong {
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.reviewSection01 .title p {
  margin-top: 20px;
  color: #5e5e5e;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.reviewSection01 .link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 78px auto 0 auto;
  width: 428px;
  height: 104px;
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 111.621% */
  border-radius: 20px;
  background: #ee3722;
}

.reviewList {
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 78px auto 0 auto;
  gap: 60px 32px;
}
.reviewList li {
  width: calc(50% - 16px);
}
.reviewList .videoBox {
  position: relative;
  border-radius: 20px;
  overflow: auto;
}
.reviewList .videoBox .badge {
  position: absolute;
  left: 22px;
  top: 26px;
  padding: 6px 18px;
  border-radius: 16px;
  background: #ee3722;
  color: #fff;
  font-family: Pretendard;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px; /* 138.889% */
}
.reviewList .videoBox::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.reviewList .textBox {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 22px;
  color: #8a8a8a;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 130.503% */
}
.reviewList .textBox strong {
  color: #000;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.reviewSection02 .title {
  margin-bottom: 84px;
  text-align: center;
}
.reviewSection02 .title strong {
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.reviewSection02 .itemBox {
  display: flex;
  justify-content: center;
  gap: 32px;
}
.reviewSection02 .itemBox .item {
  width: 434px;
  height: 416px;
  border-radius: 30px;
  background: #f8f8f8;
}
.reviewSection02 .itemBox .item .text {
  display: flex;
  height: 100%;
  padding-bottom: 34px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  color: #757575;
  font-family: Pretendard;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px; /* 200% */
  background: url(../images/img_item01.png) no-repeat center bottom 140px;
  background-size: 266px;
}
.reviewSection02 .itemBox .item .text strong {
  color: #ee3823;
  text-align: center;
  font-family: Pretendard;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 81px; /* 133.333% */
}
.reviewSection02 .itemBox .item + .item .text {
  background: url(../images/img_item02.png) no-repeat center bottom 172px;
  background-size: 310px;
}
.reviewSection02 .desc {
  margin-top: 44px;
  color: #c2c2c2;
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 110% */
}

.reviewUserList {
  position: relative;
  display: flex;
  max-width: 900px;
  margin: 144px auto 500px auto;
  flex-wrap: wrap;
  gap: 36px;
}
.reviewUserList li {
  width: calc(33.33% - 24px);
}
.reviewUserList li img {
  width: 100%;
}
.reviewUserList::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 310px;
  content: "";
  background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 55.45%);
}

.reviewSection03 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reviewSection03 .title {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 70px;
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px; /* 166.667% */
}
.reviewSection03 .title strong {
  color: #ff3a3a;
  text-align: center;
  font-family: Pretendard;
  font-size: 90px;
  font-style: normal;
  font-weight: 700;
  line-height: 152px; /* 169% */
}
.reviewSection03 .title p {
  color: #8e8e8e;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 72px; /* 333.333% */
}
.reviewSection03 .textBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 690px;
  height: 514px;
  background: #fff;
  background: url(../images/img_textBox.png) no-repeat center/contain;
  color: #8e8e8e;
  text-align: center;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 62px; /* 266.667% */
}
.reviewSection03 .textBox strong {
  position: relative;
  display: inline-block;
  padding: 66px 0;
  margin-bottom: 22px;
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px; /* 140% */
}
.reviewSection03 .textBox strong::after, .reviewSection03 .textBox strong::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  content: "";
  width: 58px;
  height: 44px;
  background: url(../images/img_dot.png) no-repeat center/100%;
}
.reviewSection03 .textBox strong::before {
  top: auto;
  bottom: 0;
  transform: translateX(-50%) rotate(180deg);
}

.reviewSection04 {
  display: flex;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto;
  gap: 68px;
  padding: 162px 0 300px 0;
}
.reviewSection04 .textBox {
  display: flex;
  flex-direction: column;
  color: #5e5e5e;
  font-family: Pretendard;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px; /* 138.462% */
}
.reviewSection04 .textBox strong {
  color: #000;
  font-family: Pretendard;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 84px;
}
.reviewSection04 .textBox strong span {
  color: #ff3a3a;
}
.reviewSection04 .itemList {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.reviewSection04 .itemList li {
  width: 424px;
  height: 130px;
  padding: 20px 0 30px 60px;
  background: url(../images/img_textBox2.png) no-repeat center;
  background-size: contain;
  color: #3c3c3c;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.reviewSection04 .itemList li span {
  color: #f6483a;
}
.reviewSection04 .itemList li strong {
  display: block;
  margin-bottom: 14px;
  padding-left: 36px;
  color: #3c3c3c;
  font-family: Pretendard;
  font-size: 16px;
  line-height: 26px;
  font-style: normal;
  font-weight: 600;
  background: url(../images/img_userProfile01.png) no-repeat center left/26px;
}
.reviewSection04 .itemList li.item02 strong {
  background-image: url(../images/img_userProfile02.png);
}
.reviewSection04 .itemList li.item03 strong {
  background-image: url(../images/img_userProfile03.png);
}

@media screen and (max-width: 760px) {
  .reviewSection01 {
    padding: 110px 16px 140px 16px;
  }
  .reviewSection01 .title {
    padding-top: 108px;
    background-size: 108px;
  }
  .reviewSection01 .title strong {
    font-size: 24px;
  }
  .reviewSection01 .title p {
    margin-top: 10px;
    font-size: 12px;
  }
  .reviewSection01 .link {
    margin: 38px auto 0 auto;
    width: 100%;
    height: 52px;
    font-size: 14px;
    line-height: 18px; /* 111.621% */
    border-radius: 10px;
  }
  .reviewList {
    margin-top: 88px;
    gap: 20px;
  }
  .reviewList li {
    width: 100%;
  }
  .reviewList .videoBox {
    position: relative;
    border-radius: 10px;
    overflow: auto;
  }
  .reviewList .videoBox .badge {
    position: absolute;
    left: 10px;
    top: 12px;
    padding: 4px 8px;
    border-radius: 8px;
    font-size: 10px;
    line-height: 12px; /* 138.889% */
  }
  .reviewList .textBox {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 16px;
    font-size: 14px;
    line-height: 18px; /* 130.503% */
  }
  .reviewList .textBox strong {
    font-size: 16px;
  }
  .reviewSection02 .title {
    margin-bottom: 46px;
  }
  .reviewSection02 .title strong {
    font-size: 24px;
  }
  .reviewSection02 .itemBox {
    gap: 16px;
    padding: 0 16px;
  }
  .reviewSection02 .itemBox .item {
    width: calc(50% - 8px);
    height: 154px;
    border-radius: 12px;
  }
  .reviewSection02 .itemBox .item .text {
    padding-bottom: 12px;
    font-size: 14px;
    line-height: 20px; /* 200% */
    background-size: 98px;
    background-position-y: 0;
  }
  .reviewSection02 .itemBox .item .text strong {
    font-size: 22px;
    font-style: normal;
    line-height: 30px; /* 133.333% */
  }
  .reviewSection02 .itemBox .item + .item .text {
    background-size: 114px;
    background-position-y: 16px;
  }
  .reviewSection02 .desc {
    margin-top: 24px;
    font-size: 10px;
    line-height: 14px; /* 110% */
  }
  .reviewUserList {
    position: relative;
    display: flex;
    margin: 40px auto 242px auto;
    flex-wrap: wrap;
    gap: 18px;
    padding: 0 16px;
  }
  .reviewUserList li {
    width: calc(33.33% - 12px);
  }
  .reviewUserList::after {
    height: 100px;
  }
  .reviewSection03 {
    padding: 0 16px;
  }
  .reviewSection03 .title {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 40px; /* 166.667% */
  }
  .reviewSection03 .title strong {
    font-size: 50px;
    line-height: 84px; /* 169% */
  }
  .reviewSection03 .title p {
    font-size: 12px;
    line-height: 40px; /* 333.333% */
  }
  .reviewSection03 .textBox {
    width: 100%;
    height: 240px;
    font-size: 10px;
    line-height: 30px; /* 266.667% */
  }
  .reviewSection03 .textBox strong {
    padding: 36px 0;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px; /* 140% */
  }
  .reviewSection03 .textBox strong::after, .reviewSection03 .textBox strong::before {
    width: 24px;
    height: 18px;
  }
  .reviewSection04 {
    flex-direction: column;
    gap: 30px;
    padding: 100px 32px 140px 32px;
  }
  .reviewSection04 .textBox {
    text-align: center;
    font-size: 12px;
    line-height: 16px; /* 138.462% */
  }
  .reviewSection04 .textBox strong {
    font-size: 28px;
    line-height: 38px;
  }
  .reviewSection04 .itemList {
    display: flex;
    flex-direction: column;
    gap: 26px;
  }
  .reviewSection04 .itemList li {
    width: 100%;
    height: auto;
    padding: 16px 0 16px 26px;
    font-size: 12px;
    border-radius: 14px;
    border: 1px solid #d1d1d1;
    background: none;
    gap: 20px;
  }
  .reviewSection04 .itemList li span {
    color: #f6483a;
  }
  .reviewSection04 .itemList li strong {
    margin-bottom: 10px;
    padding-left: 22px;
    font-size: 14px;
    line-height: 18px;
    background-size: 18px;
  }
}/*# sourceMappingURL=style.css.map */