@font-face {
  font-family: "Pinkfong Baby Shark";
  src: url(../font/Pinkfong\ Baby\ Shark\ Font_\ Bold.ttf);
  src: url(../font/Pinkfong\ Baby\ Shark\ Font_\ Bold.otf) format("embedded-opentype"), url(../font/Pinkfong\ Baby\ Shark\ Font_\ Bold.ttf) format("truetype");
}
.wrapper {
  width: 100%;
  max-width: none !important;
}
.wrapper img {
  width: 100%;
}
.wrapper .content {
  width: 100%;
  margin: 0 auto;
}

.is_mo {
  display: none;
}

.section01 {
  display: flex;
  justify-content: center;
}
.section01 img {
  width: 100%;
}

.section02 {
  padding: 126px 0 128px 0;
  background: url(../images/img_sectionbg.png) no-repeat center/100% 100%;
}
.section02 .tit {
  display: inline-block;
  max-width: 1200px;
  margin: 0 auto;
}
.section02 .textBox strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 86px 86px 110px 86px;
  background: url(../images/img_textBox.png) no-repeat center top 16px;
  background-size: 100% 100%;
  color: #271a1a;
  text-align: center;
  font-family: "Pinkfong Baby Shark";
  font-size: 50.86px;
  font-style: normal;
  font-weight: 700;
  line-height: 52.6px; /* 103.422% */
}
.section02 .textBox img {
  max-width: 832px;
  margin: 0 auto;
}

/* =========================
   Review Card
========================= */
/* Swiper */
.review__slider.swiper {
  overflow: unset;
  margin: 104px 0 178px 0;
}
.review__slider.swiper .desc {
  margin-top: 42px;
  color: #43602c;
  font-family: Inter;
  font-size: 24.639px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.review__slider {
  padding-bottom: 188px;
}
.review__slider .swiper-wrapper {
  width: 424px;
  height: 564px;
}

.review-card {
  width: 100%;
  height: 100%;
  border-radius: 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  box-shadow: 0px 8px 0px #99b882;
  background-color: #fff;
}
.review-card::after {
  position: absolute;
  left: 0;
  top: -12px;
  width: 100%;
  height: 26px;
  content: "";
  background: url(../images/img_bookDot.png) no-repeat center;
  background-size: 100%;
}
.review-card__content {
  height: 100%;
  padding: 78px 0 0 33px;
  text-align: left;
  background: url(../images/medal.png) no-repeat center;
  background-position: top 38px right 28px;
}
.review-card__name {
  text-align: left;
  color: #000;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 103.422% */
}
.review-card__text {
  margin-top: 28px;
  color: #000;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 147.081% */
}

.fixedBtn {
  position: fixed;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  display: none;
  z-index: 2;
}
.fixedBtn.show {
  display: block;
}

@media screen and (max-width: 720px) {
  .is_pc {
    display: none;
  }
  .is_mo {
    display: block;
  }
  .fixedBtn {
    width: calc(100% - 32px);
    left: 16px;
    transform: translateX(0);
  }
  .section02 {
    padding: 60px 16px;
  }
  .section02 .tit {
    display: inline-block;
    max-width: 1200px;
    margin: 0 auto;
  }
  .section02 .textBox strong {
    padding: 44px 44px 50px 44px;
    background: url(../images/img_textBox.png) no-repeat center top 4px;
    background-size: 100% 100%;
    font-size: 24px;
    line-height: 28px; /* 103.422% */
  }
  .section02 .textBox img {
    max-width: 832px;
    margin: 0 auto;
  }
  /* =========================
     Review Card
  ========================= */
  /* Swiper */
  .review__slider.swiper {
    margin: 66px 0 100px 0;
  }
  .review__slider.swiper .desc {
    margin-top: 20px;
    font-size: 14px;
  }
  .review__slider {
    padding-bottom: 188px;
  }
  .review__slider .swiper-wrapper {
    max-width: 280px;
    height: auto;
  }
  .review-card {
    border-radius: 32px;
    box-shadow: 0px 6px 0px #99b882;
  }
  .review-card::after {
    top: -6px;
    height: 26px;
  }
  .review-card__content {
    height: 100%;
    padding: 60px 0 0 26px;
    background-position: top 30px right 20px;
    background-size: 60px auto;
  }
  .review-card__name {
    text-align: left;
    color: #000;
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 103.422% */
  }
  .review-card__text {
    margin-top: 28px;
    color: #000;
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; /* 147.081% */
  }
}/*# sourceMappingURL=style.css.map */