.slide-type1 {
  position: relative;
}
.slide-type1 .swiper-button-next {
  right: -110px;
}
@media screen and (max-width: 1599.9px) {
  .slide-type1 .swiper-button-next {
    right: -20px;
  }
}
.slide-type1 .swiper-button-prev {
  left: -110px;
}
@media screen and (max-width: 1599.9px) {
  .slide-type1 .swiper-button-prev {
    left: -20px;
  }
}
.slide-type1 .swiper-button-next,
.slide-type1 .swiper-button-prev {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background-color: #f1f1f1;
}
@media screen and (max-width: 1599.9px) {
  .slide-type1 .swiper-button-next,
  .slide-type1 .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background-color: #fff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  }
}
.slide-type1 .swiper-button-next:after,
.slide-type1 .swiper-button-prev:after {
  font-size: 20px;
  font-weight: bold;
  color: #444;
}
.slide-type1 .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 10px;
  width: auto;
}
@media screen and (max-width: 1023.9px) {
  .slide-type1 .swiper-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 10px;
    width: 100%;
  }
  .slide-type1 .swiper-pagination > * {
    width: calc((100% - 10px * 2) / 3) !important;
    min-width: calc((100% - 10px * 2) / 3) !important;
  }
}
.slide-type1 .swiper-pagination.type-top {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 1023.9px) {
  .slide-type1 .swiper-pagination.type-top {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1023.9px) {
  .slide-type1 .swiper-pagination.type-bottom {
    position: absolute;
    bottom: 80px;
    left: 80px;
    justify-content: flex-start;
  }
  .slide-type1 .swiper-pagination.type-bottom .tab-pagination:not(.swiper-pagination-bullet-active) {
    background-color: #fff;
  }
}
@media screen and (max-width: 1023.9px) {
  .slide-type1 .swiper-pagination.type-bottom {
    position: relative;
    margin-bottom: 20px;
  }
}
.slide-type1 .tab-pagination {
  border-radius: 50px;
  background: #f1f1f1;
  height: 58px;
  width: auto;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  padding-inline: 30px;
  opacity: 1 !important;
  font-size: 20px;
  font-weight: 500;
  margin: 0 !important;
  text-align: center;
}
@media screen and (max-width: 1023.9px) {
  .slide-type1 .tab-pagination {
    height: 45px;
    font-size: 15px;
    padding: 0;
  }
}
.slide-type1 .tab-pagination.swiper-pagination-bullet-active {
  background-color: #0166ff;
  color: #fff;
}

.main-sec__txt {
  text-align: center;
  margin-top: 60px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 1023.9px) {
  .main-sec__txt {
    margin-top: 40px;
    font-size: 16px;
  }
}

.main-visual {
  padding-block: 120px 130px;
  background: linear-gradient(180deg, #cae5ff 0%, rgba(202, 229, 255, 0) 100%);
  text-align: center;
}
@media screen and (max-width: 1023.9px) {
  .main-visual {
    padding-block: 50px 92px;
  }
}
.main-visual__txt1 {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 600;
}
@media screen and (max-width: 1023.9px) {
  .main-visual__txt1 {
    margin-bottom: 30px;
    font-size: 20px;
  }
}
.main-visual__txt2 {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 1023.9px) {
  .main-visual__txt2 {
    margin-bottom: 5px;
    font-size: 26px;
  }
}
.main-visual__txt3 {
  margin-bottom: 40px;
  font-size: 70px;
  font-weight: 800;
}
@media screen and (max-width: 1023.9px) {
  .main-visual__txt3 {
    margin-bottom: 20px;
    font-size: 40px;
  }
}
.main-visual__txt4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 130px;
  line-height: 140%;
}
@media screen and (max-width: 1023.9px) {
  .main-visual__txt4 {
    margin-bottom: 40px;
    font-size: 14px;
  }
}

.main-studying-effect {
  margin-bottom: 150px;
}
@media screen and (max-width: 1023.9px) {
  .main-studying-effect {
    margin-bottom: 80px;
  }
}

.diagram-sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 100px;
}
@media screen and (max-width: 1023.9px) {
  .diagram-sec {
    gap: 50px;
  }
}

.chart-animation {
  position: relative;
}
.chart-animation__up {
  position: absolute;
  width: 97px;
}
@media screen and (max-width: 1023.9px) {
  .chart-animation__up {
    width: 50px;
  }
}
.chart-animation__up img {
  transform: scale(0);
  transform-origin: bottom center;
  opacity: 0;
}
.chart-animation__up--1 {
  left: 23%;
  top: 39%;
}
@media screen and (max-width: 1023.9px) {
  .chart-animation__up--1 {
    left: 15%;
    top: 47%;
  }
}
@media screen and (max-width: 575.9px) {
  .chart-animation__up--1 {
    top: 42%;
  }
}
.chart-animation__up--2 {
  left: 48%;
  top: 52%;
}
@media screen and (max-width: 1023.9px) {
  .chart-animation__up--2 {
    left: 46%;
    top: 64%;
  }
}
@media screen and (max-width: 575.9px) {
  .chart-animation__up--2 {
    top: 59%;
  }
}
.chart-animation__up--3 {
  left: 73%;
  top: 53%;
}
@media screen and (max-width: 1023.9px) {
  .chart-animation__up--3 {
    left: 76%;
    top: 65%;
  }
}
@media screen and (max-width: 575.9px) {
  .chart-animation__up--3 {
    top: 60%;
  }
}
.chart-animation__num {
  font-size: 28px;
  font-weight: 700;
  position: absolute;
  top: 69%;
  transform: translateY(20px);
  opacity: 0;
}
@media screen and (max-width: 1023.9px) {
  .chart-animation__num {
    font-size: 15px;
    top: 84%;
  }
}
.chart-animation__num--1 {
  left: 20.5%;
}
@media screen and (max-width: 1023.9px) {
  .chart-animation__num--1 {
    left: 8%;
  }
}
.chart-animation__num--2 {
  left: 46%;
}
@media screen and (max-width: 1023.9px) {
  .chart-animation__num--2 {
    left: 40%;
  }
}
.chart-animation__num--3 {
  left: 71.2%;
}
.chart-animation.is-active .chart-animation__up--1 img {
  animation: upGrow 0.6s forwards ease-out 0s;
}
.chart-animation.is-active .chart-animation__num--1 {
  animation: numRise 0.6s forwards ease-out 0.3s;
}
.chart-animation.is-active .chart-animation__up--2 img {
  animation: upGrow 0.6s forwards ease-out 0.8s;
}
.chart-animation.is-active .chart-animation__num--2 {
  animation: numRise 0.6s forwards ease-out 1.1s;
}
.chart-animation.is-active .chart-animation__up--3 img {
  animation: upGrow 0.6s forwards ease-out 1.6s;
}
.chart-animation.is-active .chart-animation__num--3 {
  animation: numRise 0.6s forwards ease-out 1.9s;
}

@keyframes upGrow {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes numRise {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.user-upgrade-sec {
  padding-bottom: 202px;
  position: relative;
}
@media screen and (max-width: 1023.9px) {
  .user-upgrade-sec {
    padding-bottom: 100px;
  }
}

.difference-sec {
  position: relative;
  padding-bottom: 200px;
}
@media screen and (max-width: 1023.9px) {
  .difference-sec {
    padding-bottom: 100px;
  }
}
.difference-sec:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 300px;
  text-align: center;
  line-height: 300px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  color: #fff;
  position: absolute;
  top: 12%;
  z-index: -1;
}
@media screen and (max-width: 1023.9px) {
  .difference-sec:before {
    bottom: auto;
    height: 345px;
    top: 60px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  }
}
.difference-sec:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1200px;
  text-align: center;
  line-height: 1200px;
  background: linear-gradient(170deg, rgba(203, 229, 255, 0) 0.1%, #cbe5ff 100%);
  color: #fff;
  clip-path: polygon(-90% 100%, 100% 100%, 100% 0%);
  position: absolute;
  z-index: -2;
  top: -788px;
}
@media screen and (max-width: 1023.9px) {
  .difference-sec:after {
    height: 800px;
    top: -400px;
    clip-path: polygon(-346% 100%, 100% 100%, 100% 0%);
    background: linear-gradient(170deg, rgba(203, 229, 255, 0) 0.1%, #cbe5ff 40%);
  }
}

@media screen and (min-width: 1023.9px) {
  .difference__layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0px 60px;
    width: 100%;
  }
  .difference__layout > * {
    width: calc((100% - 60px * 1) / 2) !important;
    min-width: calc((100% - 60px * 1) / 2) !important;
  }
}
@media screen and (max-width: 1023.9px) {
  .difference__layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    gap: 32px;
  }
}
@media screen and (min-width: 1023.9px) {
  .difference__layout > * {
    align-self: stretch;
  }
}
.difference__info {
  border-radius: 30px;
  border: 2px solid #c3e1ff;
  background: #fff;
  padding: 70px 50px;
}
@media screen and (max-width: 1023.9px) {
  .difference__info {
    padding: 25px;
    border-radius: 15px;
  }
}
.difference__info dt {
  font-size: 24px;
  font-weight: 700;
  color: #0166ff;
  margin-bottom: 17px;
}
@media screen and (max-width: 1023.9px) {
  .difference__info dt {
    margin-bottom: 5px;
    font-size: 18px;
  }
}
.difference__info dd {
  font-size: 18px;
  line-height: 140%;
}
@media screen and (max-width: 1023.9px) {
  .difference__info dd {
    font-size: 14px;
  }
}
.difference__info dd:not(:last-child) {
  border-bottom: 1px solid #efefef;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023.9px) {
  .difference__info dd:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

.service-sec {
  margin-bottom: 200px;
}
@media screen and (max-width: 1023.9px) {
  .service-sec {
    margin-bottom: 80px;
  }
}

.service__item {
  border-radius: 30px;
  background: #edf6ff;
  position: relative;
  height: 700px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
@media screen and (max-width: 1023.9px) {
  .service__item {
    justify-content: flex-start;
    align-items: center;
    padding: 35px 30px 0;
    height: auto;
  }
}
.service__item img {
  height: 670px;
}
@media screen and (max-width: 1023.9px) {
  .service__item img {
    height: auto;
    max-width: 340px;
    margin-top: auto;
  }
}
.service__txt1 {
  font-weight: 700;
  line-height: 140%;
  text-align: left;
}
@media screen and (min-width: 1023.9px) {
  .service__txt1 {
    position: absolute;
    top: 80px;
    left: 80px;
    font-size: 30px;
  }
}
@media screen and (max-width: 1023.9px) {
  .service__txt1 {
    font-size: 22px;
    margin-bottom: 20px;
    width: 100%;
  }
}
.service__txt2 {
  font-weight: 600;
  color: #0166ff;
  line-height: 140%;
  text-align: left;
}
@media screen and (min-width: 1023.9px) {
  .service__txt2 {
    bottom: 85px;
    left: 80px;
    position: absolute;
    font-size: 20px;
  }
}
@media screen and (max-width: 1023.9px) {
  .service__txt2 {
    font-size: 14px;
    margin-bottom: 27px;
    width: 100%;
  }
}
.service__txt3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (min-width: 1023.9px) {
  .service__txt3 {
    position: absolute;
    top: 80px;
    left: 80px;
  }
}
@media screen and (max-width: 1023.9px) {
  .service__txt3 {
    font-size: 22px;
    width: 100%;
  }
}
.service__txt4 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 1023.9px) {
  .service__txt4 {
    margin-top: 10px;
    font-size: 14px;
    width: 100%;
  }
}
.service__num {
  margin-bottom: 20px;
  font-size: 30px;
  color: #0166ff;
}
@media screen and (max-width: 1023.9px) {
  .service__num {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.service__slide {
  position: relative;
}

.free-talking__slide {
  background: url(../img/phone.png) no-repeat;
  background-position: center;
  background-size: contain;
  max-width: 1330px;
  margin-inline: auto;
}

.free-talking__li {
  padding-block: 96px 37px;
}
@media screen and (max-width: 1023.9px) {
  .free-talking__li {
    padding-top: 60px;
  }
}
.free-talking__li:before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 100%;
  text-align: center;
  line-height: 100%;
  background: linear-gradient(270deg, rgba(203, 229, 255, 0) 0.53%, #f8f8f8 100%);
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
@media screen and (max-width: 1023.9px) {
  .free-talking__li:before {
    display: none;
  }
}
.free-talking__li:after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 100%;
  text-align: center;
  line-height: 100%;
  background: linear-gradient(90deg, rgba(203, 229, 255, 0) 0.53%, #f8f8f8 100%);
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
@media screen and (max-width: 1023.9px) {
  .free-talking__li:after {
    display: none;
  }
}
.free-talking__li__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
.free-talking__li__en {
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 1023.9px) {
  .free-talking__li__en {
    font-size: 20px;
  }
}
.free-talking__li__ko {
  font-size: 20px;
  font-weight: 600;
  color: #868686;
}
@media screen and (max-width: 1023.9px) {
  .free-talking__li__ko {
    font-size: 16px;
  }
}
.free-talking__li__item {
  text-align: center;
  border-radius: 30px;
  background: #fff;
  box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.1);
  padding: 40px 20px 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 1023.9px) {
  .free-talking__li__item {
    padding-block: 20px;
  }
}
.free-talking__li__item img {
  width: 130px;
}
@media screen and (max-width: 1023.9px) {
  .free-talking__li__item img {
    width: 70px;
  }
}
.free-talking__li .swiper-slide-active {
  padding-block: 50px 60px;
}
@media screen and (max-width: 1023.9px) {
  .free-talking__li .swiper-slide-active {
    padding-block: 20px;
  }
}
@media screen and (max-width: 1023.9px) {
  .free-talking__li .swiper-slide-active img {
    width: 100px;
  }
}
.free-talking__li .swiper-slide-active .free-talking__li__en {
  color: #0166ff;
  font-size: 36px;
}
@media screen and (max-width: 1023.9px) {
  .free-talking__li .swiper-slide-active .free-talking__li__en {
    font-size: 20px;
  }
}
.free-talking__li .swiper-slide-active .free-talking__li__ko {
  font-size: 28px;
  color: #202020;
}
@media screen and (max-width: 1023.9px) {
  .free-talking__li .swiper-slide-active .free-talking__li__ko {
    font-size: 20px;
  }
}

@media screen and (max-width: 1023.9px) {
  .recommend-sec {
    padding-top: 0;
  }
}

.recommend__slide {
  max-width: 1500px;
  margin-inline: auto;
}

.recommend__li {
  mask-image: linear-gradient(to right, transparent 0, black 200px, black calc(100% - 200px), transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0, black 200px, black calc(100% - 200px), transparent 100%);
}
@media screen and (max-width: 767.9px) {
  .recommend__li {
    mask-image: linear-gradient(to right, transparent 0, black 80px, black calc(100% - 80px), transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0, black 80px, black calc(100% - 80px), transparent 100%);
  }
}
.recommend__li__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  padding-bottom: 50px;
}
@media screen and (max-width: 1023.9px) {
  .recommend__li__inner {
    padding-bottom: 25px;
  }
}
.recommend__li__item {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  opacity: 0.6;
}
.recommend__li__item::before {
  position: absolute;
  bottom: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 40%;
  text-align: center;
  line-height: 40%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 61.5%, rgba(0, 0, 0, 0.8) 100%);
  color: #fff;
}
.recommend__li__txt {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 1023.9px) {
  .recommend__li__txt {
    font-size: 18px;
    left: 25px;
    bottom: 20px;
  }
}
.recommend__li .swiper-slide-active {
  opacity: 1;
  border: 10px solid #0166ff;
}
@media screen and (max-width: 1023.9px) {
  .recommend__li .swiper-slide-active {
    border-width: 6px;
  }
}

.distinction-slide {
  border-radius: 30px;
  background: #edf6ff;
}
@media screen and (max-width: 1023.9px) {
  .distinction-slide {
    border-radius: 20px;
  }
}
.distinction-slide__box {
  background: #edf6ff;
  padding: 50px 60px;
}
@media screen and (max-width: 1023.9px) {
  .distinction-slide__box {
    padding: 25px;
  }
}
.distinction-slide__wrap {
  position: relative;
}

.review__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 40px;
  overflow: visible;
}
@media screen and (max-width: 1023.9px) {
  .review__list {
    gap: 10px;
  }
}
.review__profile {
  width: 80px;
  min-width: 80px;
  align-self: flex-start;
}
@media screen and (max-width: 1023.9px) {
  .review__profile {
    width: 50px;
    min-width: 50px;
  }
}
.review__item {
  border-radius: 30px;
  background: #fff;
  padding: 28px 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 20px;
  width: 66%;
  opacity: 0;
  transform: translateX(0);
  transition: transform 600ms cubic-bezier(0.2, 0.9, 0.3, 1), opacity 600ms ease;
  will-change: transform, opacity;
  transition-delay: 0ms;
}
@media screen and (max-width: 1023.9px) {
  .review__item {
    border-radius: 20px;
    padding: 20px 15px;
    width: 100%;
    gap: 15px;
  }
}
.review__item:nth-child(even) {
  align-self: flex-end;
}
.review__txt {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 1023.9px) {
  .review__txt {
    font-size: 12px;
  }
}

.review__list[data-effect=show] .review__item:nth-child(odd) {
  animation: fade_left 0.8s forwards ease-out;
}

.review__list[data-effect=show] .review__item:nth-child(even) {
  animation: fade_right 0.8s forwards ease-out;
}

.review__list[data-effect=show] .review__item:nth-child(2) {
  animation-delay: 0.2s;
}

.review__list[data-effect=show] .review__item:nth-child(3) {
  animation-delay: 0.4s;
}

.review__list[data-effect=show] .review__item:nth-child(4) {
  animation-delay: 0.6s;
}

.review__list[data-effect=show] .review__item:nth-child(5) {
  animation-delay: 0.8s;
}

.review__list[data-effect=show] .review__item:nth-child(6) {
  animation-delay: 1s;
}

@keyframes fade_left {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade_right {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.review__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 1023.9px) {
  .review__head {
    margin-bottom: 10px;
  }
}

.review__name {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1023.9px) {
  .review__name {
    font-size: 14px;
  }
}
.review__lang {
  font-size: 16px;
  font-weight: 700;
  color: #0166ff;
  position: relative;
}
.review__lang::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 1px;
  height: 12px;
  margin-inline: 10px;
  background: #efefef;
  cursor: default;
}
@media screen and (max-width: 1023.9px) {
  .review__lang {
    font-size: 13px;
  }
}
.review__star {
  background: url(../img/star_on.png) repeat left/contain;
  width: 115px;
  height: 18px;
  margin-left: 10px;
}
@media screen and (max-width: 1023.9px) {
  .review__star {
    height: 12px;
    width: 78px;
  }
}

.review__point {
  font-size: 50px;
  font-weight: 100;
}
@media screen and (max-width: 1023.9px) {
  .review__point {
    font-size: 30px;
  }
}
.review__point .text-point {
  font-weight: 700;
}
.review__point__area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 50px;
  margin-block: 30px 85px;
}
@media screen and (max-width: 1023.9px) {
  .review__point__area {
    gap: 15px;
    margin-block: 30px;
  }
}
.review__point__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 10px;
  align-self: flex-start;
}
@media screen and (max-width: 1023.9px) {
  .review__point__item {
    gap: 3px;
  }
}
.review__point__item:not(:last-child) {
  border-right: 1px solid #dedede;
  padding-right: 50px;
}
@media screen and (max-width: 1023.9px) {
  .review__point__item:not(:last-child) {
    padding-right: 15px;
  }
}
.review__point__txt {
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 1023.9px) {
  .review__point__txt {
    font-size: 14px;
  }
}