.smileBox {
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: -60px;
  right: 40px;
  z-index: 2;
}
.smileBox .dialog {
  width: 699px;
  height: 337px;
  background: url("../images/home/smile_dialog_bg.png") center/contain no-repeat;
  color: #003d3d;
  font-size: 2.5rem;
  font-weight: 300;
  padding: 60px 45px;
  position: relative;
  top: -25px;
  left: 35px;
  z-index: 2;
}
.smileBox img {
  max-width: 280px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1800px) {
  .smileBox .dialog {
    width: 550px;
    height: 265px;
    font-size: 1.6875rem;
    padding: 45px 30px 45px 45px;
  }
  .smileBox img {
    max-width: 180px;
  }
}
@media (max-width: 1680px) {
  .smileBox {
    top: -80px;
    right: 20px;
  }
}
@media (max-width: 1366px) {
  .smileBox .dialog {
    width: 450px;
    height: 216px;
    font-size: 1.375rem;
    padding: 35px;
  }
}
@media (max-width: 1024px) {
  .smileBox {
    top: -70px;
  }
  .smileBox .dialog {
    width: 590px;
    height: 274px;
    font-size: 1.75rem;
    padding: 55px 50px;
  }
  .smileBox img {
    max-width: 127px;
  }
}
@media (max-width: 767px) {
  .smileBox {
    top: -100px;
    right: 0;
  }
  .smileBox .dialog {
    width: 450px;
    height: 216px;
    font-size: 1.4375rem;
    padding: 35px;
    top: -18px;
    left: 25px;
  }
  .smileBox .dialog p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
  }
}
@media (max-width: 560px) {
  .smileBox {
    top: -100px;
    right: 0;
  }
  .smileBox .dialog {
    width: 380px;
    height: 182px;
    font-size: 1.1875rem;
    padding: 35px 30px;
  }
  .smileBox img {
    max-width: 100px;
  }
}
@media (max-width: 480px) {
  .smileBox .dialog {
    width: 300px;
    height: 144px;
    font-size: 1.125rem;
    padding: 26px 22px;
    top: -12px;
    left: 18px;
  }
  .smileBox img {
    max-width: 80px;
  }
}
@media (max-width: 374px) {
  .smileBox .dialog {
    width: 260px;
    height: 125px;
    font-size: 1rem;
    padding: 20px;
  }
  .smileBox img {
    max-width: 70px;
  }
}

.swiperSection {
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .swiperSection {
    padding-top: 200px;
  }
}
@media (max-width: 767px) {
  .swiperSection {
    padding-top: 140px;
  }
}
@media (max-width: 560px) {
  .swiperSection {
    padding-top: 90px;
  }
}
@media (max-width: 480px) {
  .swiperSection {
    padding-top: 60px;
  }
}
@media (max-width: 374px) {
  .swiperSection {
    padding-top: 30px;
  }
}
.swiperSection .swiperContainer {
  position: relative;
}
.swiperSection .swiperContainer.parent:not(.noZindexChange):nth-child(1) {
  z-index: 9;
}
.swiperSection .swiperContainer.parent:not(.noZindexChange):nth-child(2) {
  z-index: 8;
}
.swiperSection .swiperContainer.parent:not(.noZindexChange):nth-child(3) {
  z-index: 7;
}
.swiperSection .swiperContainer.parent:not(.noZindexChange):nth-child(4) {
  z-index: 6;
}
.swiperSection .swiperContainer.parent:nth-child(odd) {
  width: calc(100% - 240px);
  margin-left: 70px;
  margin-right: 170px;
}
.swiperSection .swiperContainer.parent:nth-child(odd) .swiper-slide.parent::after {
  background-image: url("../images/next_section_arrow_right.svg");
}
.swiperSection .swiperContainer.parent:nth-child(even) {
  width: calc(100% - 210px);
  margin-left: 115px;
  margin-right: 95px;
}
.swiperSection .swiperContainer.parent:nth-child(even) .swiper-slide.parent {
  flex-direction: row-reverse;
}
.swiperSection .swiperContainer.parent:nth-child(even) .swiper-slide.parent::after {
  background-image: url("../images/next_section_arrow_left.svg");
}
.swiperSection .swiperContainer.parent.noDecoArrow .swiper-slide.parent::after {
  display: none;
}
.swiperSection .swiperContainer.parent.showDecoArrow .swiper-slide.parent::after {
  opacity: 1;
  transform: translateY(0);
}
.swiperSection .swiperContainer.parent:not(.showDecoArrow) .swiper-slide.parent::after {
  opacity: 0;
  transform: translateY(-20%);
}
.swiperSection .swiperContainer.parent .swiper-slide.parent {
  padding-bottom: 5.5%;
  position: relative;
}
.swiperSection .swiperContainer.parent .swiper-slide.parent::after {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 1;
  width: 108px;
  height: 114px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .swiperSection .swiperContainer.parent .swiper-slide.parent {
    padding-bottom: 0;
  }
  .swiperSection .swiperContainer.parent .swiper-slide.parent::after {
    display: none;
  }
}
@media (max-width: 1440px) {
  .swiperSection .swiperContainer.parent:nth-child(odd), .swiperSection .swiperContainer.parent:nth-child(even) {
    width: calc(100% - 60px);
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 1024px) {
  .swiperSection .swiperContainer.parent {
    margin-top: 30px !important;
  }
}
@media (max-width: 768px) {
  .swiperSection .swiperContainer.parent:nth-child(odd), .swiperSection .swiperContainer.parent:nth-child(even) {
    width: calc(100% - 52px);
    margin-left: 26px;
    margin-right: 26px;
  }
}
.swiperSection .swiperContainer.parent.first.minusMt {
  margin-top: -7.5%;
}
.swiperSection .swiperContainer.parent.first .swiper-slide.parent::after {
  left: 24.5%;
}
.swiperSection .swiperContainer.parent.first .swiper-slide.parent .swiperText {
  margin-top: 2%;
  padding-left: 3.8%;
  padding-right: 0;
}
.swiperSection .swiperContainer.parent.first .swiperContainer.child {
  max-width: 1138px;
}
.swiperSection .swiperContainer.parent.first .swiperContainer.child .deco {
  left: 7.5%;
  transform: translateY(-45%);
}
.swiperSection .swiperContainer.parent.first .swiperContainer.child .deco img {
  width: 65%;
}
.swiperSection .swiperContainer.parent.first .swiper-pagination-parent {
  left: auto;
  right: 0;
  bottom: 32%;
  padding-left: 3.8%;
}
@media (max-width: 1024px) {
  .swiperSection .swiperContainer.parent.first .swiper-slide.parent::after {
    left: 16%;
  }
  .swiperSection .swiperContainer.parent.first .swiper-slide.parent .swiperText {
    margin-top: -3%;
  }
}
.swiperSection .swiperContainer.parent.second {
  margin-top: -7.3%;
}
.swiperSection .swiperContainer.parent.second .swiper-slide.parent::after {
  right: 45.5%;
}
.swiperSection .swiperContainer.parent.second .swiperText {
  width: 33%;
  padding-left: 0;
  padding-right: 4%;
}
.swiperSection .swiperContainer.parent.second .swiper-pagination-parent {
  width: 33%;
  left: 0.5%;
  bottom: 36.5%;
}
.swiperSection .swiperContainer.parent.second .swiperContainer.child {
  max-width: 1156px;
}
.swiperSection .swiperContainer.parent.second .swiperContainer.child .deco {
  right: 7.5%;
}
.swiperSection .swiperContainer.parent.second .swiperContainer.child .deco img {
  width: 45.957%;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .swiperSection .swiperContainer.parent.second .swiper-slide.parent::after {
    display: none;
  }
}
.swiperSection .swiperContainer.parent.third {
  margin-top: -8.5%;
}
.swiperSection .swiperContainer.parent.third .swiper-slide.parent::after {
  left: 29.5%;
}
.swiperSection .swiperContainer.parent.third .swiperText {
  padding-left: 7%;
}
.swiperSection .swiperContainer.parent.third .swiper-pagination-parent {
  left: 55.5%;
  bottom: 33.5%;
}
.swiperSection .swiperContainer.parent.third .swiperContainer.child {
  width: 49%;
  max-width: 810px;
}
.swiperSection .swiperContainer.parent.third .swiperContainer.child .deco {
  left: 10%;
}
@media (max-width: 1800px) {
  .swiperSection .swiperContainer.parent.third .swiperText {
    padding-left: 4%;
  }
  .swiperSection .swiperContainer.parent.third .swiper-pagination-parent {
    left: 52.5%;
  }
}
@media (max-width: 1680px) {
  .swiperSection .swiperContainer.parent.third {
    margin-top: -5%;
  }
}
@media (max-width: 1024px) {
  .swiperSection .swiperContainer.parent.third .swiper-slide.parent::after {
    display: none;
  }
}
.swiperSection .swiperContainer.parent.forth {
  margin-top: -8.5%;
}
.swiperSection .swiperContainer.parent.forth .swiper-slide.parent::after {
  display: none;
}
.swiperSection .swiperContainer.parent.forth .swiperText {
  width: 36%;
  padding-left: 0;
  padding-right: 5%;
}
.swiperSection .swiperContainer.parent.forth .swiper-pagination-parent {
  left: 0.5%;
  bottom: 33%;
}
.swiperSection .swiperContainer.parent.forth .swiperContainer.child {
  max-width: 1100px;
}
.swiperSection .swiperContainer.parent.forth .swiperContainer.child .deco {
  left: 7%;
}
@media (max-width: 1680px) {
  .swiperSection .swiperContainer.parent.forth {
    margin-top: -5%;
  }
}
@media (max-width: 1024px) {
  .swiperSection .swiperContainer.parent.forth .swiperContainer.child {
    max-width: 100%;
  }
}
.swiperSection .swiperContainer.parent .swiper-wrapper {
  z-index: 2;
}
.swiperSection .swiperContainer.parent .swiper-slide.parent {
  align-items: center;
  display: flex;
  position: relative;
}
@media (max-width: 1024px) {
  .swiperSection .swiperContainer.parent .swiper-slide.parent {
    flex-direction: column !important;
  }
}
.swiperSection .swiperContainer.parent .swiperText {
  width: 32%;
  background-color: #fde6dc;
  color: #003d3d;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
  position: relative;
  z-index: 3;
}
@media (max-width: 1800px) {
  .swiperSection .swiperContainer.parent .swiperText {
    font-size: 1.75rem;
  }
}
@media (max-width: 1680px) {
  .swiperSection .swiperContainer.parent .swiperText {
    font-size: 1.5rem;
  }
}
@media (max-width: 1200px) {
  .swiperSection .swiperContainer.parent .swiperText {
    font-size: 1.25rem;
    padding-left: 3%;
  }
}
@media (max-width: 1024px) {
  .swiperSection .swiperContainer.parent .swiperText {
    width: 100% !important;
    background-color: transparent;
    font-size: 1.625rem;
    margin-top: 0 !important;
    padding: 20px 50px !important;
  }
}
@media (max-width: 768px) {
  .swiperSection .swiperContainer.parent .swiperText {
    font-size: 1.375rem;
    padding: 20px !important;
  }
}
@media (max-width: 640px) {
  .swiperSection .swiperContainer.parent .swiperText {
    font-size: 1.25rem;
  }
}
@media (max-width: 480px) {
  .swiperSection .swiperContainer.parent .swiperText {
    font-size: 1.125rem;
    padding: 20px 10px 15px !important;
  }
}
@media (max-width: 375px) {
  .swiperSection .swiperContainer.parent .swiperText {
    font-size: 1rem;
  }
}
.swiperSection .swiperContainer.parent .swiper-pagination-parent {
  width: 32%;
  position: absolute;
  z-index: 2;
}
.swiperSection .swiperContainer.parent .swiper-pagination-parent .swiper-pagination-bullet {
  width: 25px;
  height: 20px;
  background-color: #fde6dc;
  border: 1px solid #ff8709;
  border-radius: 8px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.swiperSection .swiperContainer.parent .swiper-pagination-parent .swiper-pagination-bullet:hover, .swiperSection .swiperContainer.parent .swiper-pagination-parent .swiper-pagination-bullet-active {
  background-color: #ff8709;
}
@media (max-width: 1024px) {
  .swiperSection .swiperContainer.parent .swiper-pagination-parent {
    width: 100% !important;
    position: static;
    padding: 0 50px !important;
  }
}
@media (max-width: 768px) {
  .swiperSection .swiperContainer.parent .swiper-pagination-parent {
    padding: 0 20px !important;
  }
}
@media (max-width: 480px) {
  .swiperSection .swiperContainer.parent .swiper-pagination-parent {
    padding: 0 10px !important;
  }
}
.swiperSection .swiperContainer.parent .swiperContainer.child {
  width: 68%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.swiperSection .swiperContainer.parent .swiperContainer.child .swiper-button-next {
  top: 47%;
  right: 4%;
}
.swiperSection .swiperContainer.parent .swiperContainer.child .swiper-slide {
  position: relative;
}
.swiperSection .swiperContainer.parent .swiperContainer.child .deco {
  width: 87%;
  height: 100%;
  max-height: 434px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-right: 20px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
}
.swiperSection .swiperContainer.parent .swiperContainer.child .deco p {
  font-size: 3.75rem;
  margin-top: 15px;
}
.swiperSection .swiperContainer.parent .swiperContainer.child .deco img {
  width: 45.957%;
  max-width: 100%;
}
@media (max-width: 1680px) {
  .swiperSection .swiperContainer.parent .swiperContainer.child .deco p {
    font-size: 3.125rem;
  }
}
@media (max-width: 1440px) {
  .swiperSection .swiperContainer.parent .swiperContainer.child .deco p {
    font-size: 2.5rem;
  }
}
@media (max-width: 1280px) {
  .swiperSection .swiperContainer.parent .swiperContainer.child .deco p {
    font-size: 2.125rem;
  }
}
@media (max-width: 1024px) {
  .swiperSection .swiperContainer.parent .swiperContainer.child {
    width: 100% !important;
    max-width: 100% !important;
  }
  .swiperSection .swiperContainer.parent .swiperContainer.child .deco {
    left: 6%;
  }
  .swiperSection .swiperContainer.parent .swiperContainer.child .swiper-button-next {
    top: 50%;
  }
}
@media (max-width: 768px) {
  .swiperSection .swiperContainer.parent .swiperContainer.child .deco p {
    font-size: 1.875rem;
  }
  .swiperSection .swiperContainer.parent .swiperContainer.child .deco img {
    width: 41.526%;
  }
}
@media (max-width: 480px) {
  .swiperSection .swiperContainer.parent .swiperContainer.child .deco p {
    font-size: 1.375rem;
  }
  .swiperSection .swiperContainer.parent .swiperContainer.child .deco img {
    width: 38%;
  }
}

.specialSection {
  margin-top: -15px;
}
@media (max-width: 1024px) {
  .specialSection {
    margin-top: 30px;
  }
}
.specialSection .wrap {
  max-width: 1795px;
}
.specialSection .swiper-slide {
  background-color: #fde6dc;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  padding-right: 40px;
}
.specialSection .swiper-slide .textBox {
  width: 52%;
  max-width: 835px;
}
.specialSection .swiper-slide .title {
  font-size: 2.375rem;
  margin-top: 15px;
}
.specialSection .swiper-slide .title span {
  display: inline-block;
}
.specialSection .swiper-slide .title span + span {
  margin-left: 3px;
}
.specialSection .swiper-slide .text {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 15px;
}
.specialSection .swiper-slide .period {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.1875rem;
  margin-top: 37px;
}
.specialSection .swiper-slide .btnBox {
  width: 100%;
}
.specialSection .swiper-slide .btnBox .btn {
  width: 106px;
  height: 50px;
  margin-top: 30px;
}
.specialSection .swiper-slide .imgBox {
  width: 38%;
  max-width: 600px;
  margin-left: 15px;
  margin-top: 10px;
}
@media (max-width: 1800px) {
  .specialSection .swiper-slide .title {
    font-size: 2.125rem;
  }
  .specialSection .swiper-slide .text {
    font-size: 1.75rem;
  }
}
@media (max-width: 1680px) {
  .specialSection .swiper-slide .title {
    font-size: 1.875rem;
  }
  .specialSection .swiper-slide .text {
    font-size: 1.5rem;
  }
  .specialSection .swiper-slide .period {
    font-size: 1rem;
  }
}
@media (max-width: 1440px) {
  .specialSection .swiper-slide .title,
  .specialSection .swiper-slide .imgBox {
    margin-top: 20px;
  }
}
@media (max-width: 1200px) {
  .specialSection .swiper-slide .title {
    font-size: 1.625rem;
  }
  .specialSection .swiper-slide .text {
    font-size: 1.25rem;
  }
}
@media (max-width: 1024px) {
  .specialSection .swiper-slide .title {
    font-size: 2rem;
  }
  .specialSection .swiper-slide .text {
    font-size: 1.625rem;
  }
}
@media (max-width: 768px) {
  .specialSection .swiper-slide .title {
    font-size: 1.75rem;
  }
  .specialSection .swiper-slide .text {
    font-size: 1.375rem;
  }
}
@media (max-width: 640px) {
  .specialSection .swiper-slide .title,
  .specialSection .swiper-slide .imgBox {
    margin-top: 10px;
  }
  .specialSection .swiper-slide .textBox {
    width: 56%;
  }
  .specialSection .swiper-slide .title {
    font-size: 1.5rem;
  }
  .specialSection .swiper-slide .text {
    font-size: 1.25rem;
    margin-top: 12px;
  }
  .specialSection .swiper-slide .period {
    font-size: 0.75rem;
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .specialSection .swiper-slide .title {
    font-size: 1.375rem;
  }
  .specialSection .swiper-slide .text {
    font-size: 1.125rem;
  }
}
@media (max-width: 375px) {
  .specialSection .swiper-slide .title {
    font-size: 1.25rem;
  }
  .specialSection .swiper-slide .text {
    font-size: 1rem;
  }
}
.specialSection .swiper-button-next {
  top: 45%;
  right: 4%;
}

.shoppingSection {
  margin-top: 72px;
}
@media (max-width: 1024px) {
  .shoppingSection {
    margin-top: 50px;
  }
}
.shoppingSection .wrap {
  max-width: 1845px;
}
.shoppingSection .titleImg {
  width: 14.747%;
  max-width: 100%;
  min-width: 115px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .shoppingSection .titleImg {
    width: 20%;
  }
}
@media (max-width: 480px) {
  .shoppingSection .titleImg {
    max-width: 115px;
  }
}
.shoppingSection .sectionTitle {
  letter-spacing: 0.175rem;
  margin-top: 12px;
}
@media (max-width: 768px) {
  .shoppingSection .sectionTitle {
    margin-top: 6px;
  }
}
.shoppingSection .sectionText {
  margin-top: 28px;
}
@media (max-width: 768px) {
  .shoppingSection .sectionText {
    margin-top: 12px;
  }
}
@media (max-width: 1024px) {
  .shoppingSection .swiperContainer {
    margin: 0 -30px;
  }
}
@media (max-width: 768px) {
  .shoppingSection .swiperContainer {
    margin: 0 -26px;
  }
}
.shoppingSection .swiper-wrapper {
  width: calc(100% + 40px);
  display: flex;
  flex-wrap: wrap;
  margin: 70px -20px 0;
}
@media (max-width: 1200px) {
  .shoppingSection .swiper-wrapper {
    width: calc(100% + 20px);
    margin: 70px -10px 0;
  }
}
@media (max-width: 1024px) {
  .shoppingSection .swiper-wrapper {
    width: 100%;
    flex-wrap: initial;
    margin: 60px 0 0;
  }
}
@media (max-width: 480px) {
  .shoppingSection .swiper-wrapper {
    margin-top: 32px;
  }
}
.shoppingSection .swiper-slide {
  width: 33.3333333333%;
  padding: 0 20px 50px;
}
@media (max-width: 1200px) {
  .shoppingSection .swiper-slide {
    padding: 0 10px 30px;
  }
}
@media (max-width: 1024px) {
  .shoppingSection .swiper-slide {
    width: 100%;
    padding-bottom: 0;
  }
}
.shoppingSection .imgBox {
  width: 100%;
  height: auto;
  align-items: center;
  background: url("../images/home/shopping_item_bg.png") center/contain no-repeat;
  display: flex;
  justify-content: center;
  padding-bottom: 90%;
  position: relative;
}
.shoppingSection .imgBox a {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 1024px) {
  .shoppingSection .imgBox a:hover img {
    transform: scale(1.01);
  }
}
.shoppingSection .imgBox img {
  width: 59.71%;
  display: block;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1680px) {
  .shoppingSection .imgBox img {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 1440px) {
  .shoppingSection .imgBox img {
    max-width: 60%;
  }
}
@media (max-width: 480px) {
  .shoppingSection .imgBox img {
    max-width: 50%;
  }
}
.shoppingSection .title {
  margin-top: 16px;
}
.shoppingSection .title a {
  color: #81004d;
  font-size: 2.125rem;
  letter-spacing: -0.01rem;
}
@media (min-width: 1024px) {
  .shoppingSection .title a:hover {
    color: #ff8709;
  }
}
@media (max-width: 1680px) {
  .shoppingSection .title a {
    font-size: 1.875rem;
  }
}
@media (max-width: 1440px) {
  .shoppingSection .title a {
    font-size: 1.625rem;
  }
}
@media (max-width: 1024px) {
  .shoppingSection .title a {
    font-size: 1.375rem;
  }
}
@media (max-width: 1024px) {
  .shoppingSection .title {
    display: none;
  }
}
.shoppingSection .btnBox {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}
@media (max-width: 768px) {
  .shoppingSection .btnBox {
    margin-top: 20px;
  }
}

.rewardSection {
  margin-top: 65px;
}
.rewardSection .wrap {
  max-width: 1810px;
}
.rewardSection .sectionTitle {
  letter-spacing: 0.01rem;
  padding-left: 5px;
}
@media (max-width: 1024px) {
  .rewardSection .sectionTitle {
    padding-left: 0;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .rewardSection .swiperContainer {
    width: 85%;
    margin: 0 auto;
  }
}
.rewardSection .swiper-button-prev {
  top: 35%;
  left: 20px;
}
@media (max-width: 1024px) {
  .rewardSection .swiper-button-prev {
    display: block !important;
  }
}
@media (max-width: 480px) {
  .rewardSection .swiper-button-prev {
    left: 12px;
  }
}
.rewardSection .swiper-button-next {
  top: 35%;
  right: 20px;
}
@media (min-width: 1025px) {
  .rewardSection .swiper-button-next {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .rewardSection .swiper-button-next {
    right: 12px;
  }
}
.rewardSection .swiper-wrapper {
  width: calc(100% + 20px);
  display: flex;
  flex-wrap: wrap;
  margin: 50px -10px 0;
}
@media (max-width: 1024px) {
  .rewardSection .swiper-wrapper {
    width: 100%;
    flex-wrap: initial;
    margin: 40px 0 0;
  }
}
.rewardSection .swiper-slide {
  width: 50%;
  padding: 0 10px 40px;
}
@media (max-width: 1024px) {
  .rewardSection .swiper-slide {
    width: 100%;
    padding: 0 10px;
  }
}
@media (max-width: 480px) {
  .rewardSection .swiper-slide {
    padding: 0 5px;
  }
}
.rewardSection .textBox {
  padding: 0 10px;
}
.rewardSection .title {
  font-size: 2.875rem;
  margin-top: 28px;
}
@media (max-width: 1440px) {
  .rewardSection .title {
    font-size: 2.5rem;
  }
}
@media (max-width: 1280px) {
  .rewardSection .title {
    font-size: 2.125rem;
  }
}
@media (max-width: 1200px) {
  .rewardSection .title {
    font-size: 1.625rem;
  }
}
@media (max-width: 1024px) {
  .rewardSection .title {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .rewardSection .title {
    font-size: 1.75rem;
  }
}
@media (max-width: 640px) {
  .rewardSection .title {
    font-size: 1.625rem;
  }
}
@media (max-width: 480px) {
  .rewardSection .title {
    font-size: 1.375rem;
  }
}
@media (max-width: 375px) {
  .rewardSection .title {
    font-size: 1.25rem;
  }
}
.rewardSection .text {
  font-size: 1.875rem;
  line-height: 1.2;
  margin-top: 12px;
}
@media (max-width: 1800px) {
  .rewardSection .text {
    font-size: 1.75rem;
  }
}
@media (max-width: 1680px) {
  .rewardSection .text {
    font-size: 1.5rem;
  }
}
@media (max-width: 1200px) {
  .rewardSection .text {
    font-size: 1.25rem;
  }
}
@media (max-width: 1024px) {
  .rewardSection .text {
    font-size: 1.625rem;
  }
}
@media (max-width: 768px) {
  .rewardSection .text {
    font-size: 1.375rem;
  }
}
@media (max-width: 640px) {
  .rewardSection .text {
    font-size: 1.25rem;
  }
}
@media (max-width: 480px) {
  .rewardSection .text {
    font-size: 1.125rem;
  }
}
@media (max-width: 375px) {
  .rewardSection .text {
    font-size: 1rem;
  }
}
.rewardSection .btnBox {
  display: flex;
  justify-content: center;
  margin-top: 55px;
}
@media (max-width: 768px) {
  .rewardSection .btnBox {
    margin-top: 20px;
  }
}

.feedBackSection {
  margin-top: 125px;
}
@media (max-width: 480px) {
  .feedBackSection {
    margin-top: 70px;
  }
}
.feedBackSection .wrap {
  max-width: 1850px;
}
.feedBackSection .titleImg {
  width: 21.638%;
  max-width: 100%;
  min-width: 230px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .feedBackSection .titleImg {
    min-width: 300px;
  }
}
@media (max-width: 640px) {
  .feedBackSection .titleImg {
    min-width: 230px;
  }
}
@media (max-width: 480px) {
  .feedBackSection .titleImg {
    min-width: 200px;
    max-width: 230px;
  }
}
.feedBackSection .feedBackList {
  display: flex;
  flex-wrap: wrap;
  margin: 70px 0 0;
}
@media (max-width: 840px) {
  .feedBackSection .feedBackList {
    width: 87%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4%;
    margin-top: 90px;
  }
}
@media (max-width: 480px) {
  .feedBackSection .feedBackList {
    width: 100%;
    margin-top: 70px;
  }
}
.feedBackSection .feedBackItem {
  width: 33.3333333333%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 28.2%;
  position: relative;
}
.feedBackSection .feedBackItem::before {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 1;
  width: 108px;
  height: 114px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: -75px;
  z-index: -1;
  transform: rotate(180deg);
}
.feedBackSection .feedBackItem.orange {
  background-image: url("../images/home/feedback1.svg");
}
.feedBackSection .feedBackItem.green {
  background-image: url("../images/home/feedback2.svg");
}
.feedBackSection .feedBackItem.purple {
  background-image: url("../images/home/feedback3.svg");
}
.feedBackSection .feedBackItem:nth-child(1):before {
  background-image: url("../images/next_section_arrow_left.svg");
  right: 5%;
}
.feedBackSection .feedBackItem:nth-child(3):before {
  background-image: url("../images/next_section_arrow_right.svg");
  left: 1.75%;
}
@media (max-width: 1680px) {
  .feedBackSection .feedBackItem {
    padding-bottom: 31.2%;
  }
}
@media (max-width: 1024px) {
  .feedBackSection .feedBackItem {
    width: 100%;
    padding-bottom: 75%;
  }
  .feedBackSection .feedBackItem:nth-child(1)::before {
    top: -50px;
    right: 58%;
  }
  .feedBackSection .feedBackItem:nth-child(3)::before {
    display: none;
  }
}
@media (max-width: 840px) {
  .feedBackSection .feedBackItem {
    padding-bottom: 95%;
  }
  .feedBackSection .feedBackItem:nth-child(1)::before {
    width: 68px;
    height: 71px;
  }
}
.feedBackSection .textBox {
  padding-top: 65px;
  padding-right: 95px;
  padding-left: 90px;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.feedBackSection .textBox .text {
  font-size: 1.625rem;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  line-clamp: 7;
  overflow: hidden;
}
.feedBackSection .textBox .published {
  font-size: 1.125rem;
  display: block;
  margin-top: 30px;
  letter-spacing: 0.1rem;
}
@media (max-width: 1800px) {
  .feedBackSection .textBox {
    padding-top: 45px;
    padding-right: 80px;
    padding-left: 80px;
  }
  .feedBackSection .textBox .text {
    font-size: 1.5rem;
    -webkit-line-clamp: 6;
    line-clamp: 6;
  }
}
@media (max-width: 1680px) {
  .feedBackSection .textBox {
    padding: 13%;
  }
  .feedBackSection .textBox .published {
    font-size: 1rem;
  }
}
@media (max-width: 1440px) {
  .feedBackSection .textBox .text {
    font-size: 1.375rem;
  }
  .feedBackSection .textBox .published {
    font-size: 1rem;
    margin-top: 18px;
  }
}
@media (max-width: 1200px) {
  .feedBackSection .textBox .text {
    font-size: 1.25rem;
    -webkit-line-clamp: 5;
    line-clamp: 5;
  }
}
@media (max-width: 1024px) {
  .feedBackSection .textBox {
    padding: 10% 16%;
  }
  .feedBackSection .textBox .text {
    font-size: 2rem;
    -webkit-line-clamp: 6;
    line-clamp: 6;
  }
  .feedBackSection .textBox .published {
    font-size: 1.25rem;
    margin-top: 40px;
  }
}
@media (max-width: 840px) {
  .feedBackSection .textBox {
    padding: 15% 10%;
  }
}
@media (max-width: 768px) {
  .feedBackSection .textBox .text {
    font-size: 1.875rem;
  }
  .feedBackSection .textBox .published {
    margin-top: 25px;
  }
}
@media (max-width: 640px) {
  .feedBackSection .textBox .text {
    font-size: 1.5rem;
    -webkit-line-clamp: 5;
    line-clamp: 5;
  }
  .feedBackSection .textBox .published {
    font-size: 1rem;
    margin-top: 16px;
  }
}
@media (max-width: 480px) {
  .feedBackSection .textBox {
    padding: 15% 10%;
  }
  .feedBackSection .textBox .text {
    font-size: 1.125rem;
  }
  .feedBackSection .textBox .published {
    font-size: 0.875rem;
  }
}
@media (max-width: 375px) {
  .feedBackSection .textBox .text {
    font-size: 1rem;
    line-height: 1.2;
  }
  .feedBackSection .textBox .published {
    font-size: 0.75rem;
    margin-top: 10px;
  }
}
.feedBackSection .btnBox {
  display: flex;
  justify-content: center;
  margin-top: 55px;
}
@media (max-width: 768px) {
  .feedBackSection .btnBox {
    margin-top: 20px;
  }
}

.contactSection {
  margin-top: 95px;
}
@media (max-width: 480px) {
  .contactSection {
    margin-top: 60px;
  }
}
.contactSection .wrap {
  width: calc(100% - 215px);
  margin-left: 120px;
  margin-right: 95px;
  padding: 0;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .contactSection .wrap {
    width: calc(100% - 60px);
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 1024px) {
  .contactSection .wrap {
    flex-direction: column;
    justify-items: flex-start;
  }
}
@media (max-width: 768px) {
  .contactSection .wrap {
    width: calc(100% - 52px);
    margin-left: 26px;
    margin-right: 26px;
  }
}
.contactSection .sectionTitle {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .contactSection .sectionTitle {
    margin-bottom: 25px;
  }
}
@media (max-width: 640px) {
  .contactSection .sectionTitle {
    margin-bottom: 15px;
  }
}
.contactSection .textBox {
  max-width: 440px;
  margin-top: 70px;
}
.contactSection .textBox a {
  display: block;
  font-size: 2rem;
}
.contactSection .textBox .tip {
  font-size: 1.125rem;
  letter-spacing: 0.05rem;
  text-decoration: underline;
  text-underline-offset: 5px;
  margin-top: 20px;
}
@media (max-width: 1280px) {
  .contactSection .textBox {
    margin-top: 35px;
  }
}
@media (max-width: 640px) {
  .contactSection .textBox a {
    font-size: 1.25rem;
  }
  .contactSection .textBox .tip {
    font-size: 0.875rem;
  }
}
.contactSection .mapBox {
  padding-left: 20px;
}
.contactSection .mapBox a {
  display: block;
}
@media (max-width: 1024px) {
  .contactSection .mapBox {
    margin-top: 60px;
    padding-left: 0;
  }
}
@media (max-width: 640px) {
  .contactSection .mapBox {
    margin-top: 35px;
  }
}/*# sourceMappingURL=home.css.map */