.euGuide-imgTxtCardSwiper {
  width: 100vw;
  padding: 40px 0 80px;
}
.euGuide-imgTxtCardSwiper.exchangeBgColor {
  background-color: #F7F7F7;
}
.euGuide-imgTxtCardSwiper .imgTxtCardSwiper-topTxt {
  width: 1120px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.euGuide-imgTxtCardSwiper .imgTxtCardSwiper-topTxt .topTxt-num {
  width: 8%;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
}
.euGuide-imgTxtCardSwiper .imgTxtCardSwiper-topTxt .topTxt-txt {
  width: 92%;
}
.euGuide-imgTxtCardSwiper .imgTxtCardSwiper-topTxt .topTxt-txt .txt-title {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}
.euGuide-imgTxtCardSwiper .imgTxtCardSwiper-topTxt .topTxt-txt .txt-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.euGuide-imgTxtCardSwiper .imgTxtCardSwiper-bottomCard {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.euGuide-imgTxtCardSwiper .imgTxtCardSwiper-bottomCard .bottomCard-swiper {
  width: 100%;
}
.euGuide-imgTxtCardSwiper .imgTxtCardSwiper-bottomCard .bottomCard-swiper .bottomCard-swiper-wrapper {
  margin-bottom: 60px;
}
.euGuide-imgTxtCardSwiper .imgTxtCardSwiper-bottomCard .bottomCard-swiper .bottomCard-swiper-wrapper .bottomCard-swiper-slide {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.euGuide-imgTxtCardSwiper .imgTxtCardSwiper-bottomCard .bottomCard-swiper .bottomCard-swiper-wrapper .bottomCard-swiper-slide .bottomCard-container {
  width: 100%;
  margin-bottom: 20px;
  padding: 32px;
  background-color: #F7F7F7;
  border-radius: 24px;
}
.euGuide-imgTxtCardSwiper .imgTxtCardSwiper-bottomCard .bottomCard-swiper .bottomCard-swiper-wrapper .bottomCard-swiper-slide .bottomCard-container.exchangeBgColor {
  background-color: #FFFFFF;
}
.euGuide-imgTxtCardSwiper .imgTxtCardSwiper-bottomCard .bottomCard-swiper .bottomCard-swiper-wrapper .bottomCard-swiper-slide .bottomCard-container .bottomCard-carImg {
  width: 100%;
  pointer-events: none;
}
.euGuide-imgTxtCardSwiper .imgTxtCardSwiper-bottomCard .bottomCard-swiper .bottomCard-swiper-wrapper .bottomCard-swiper-slide .bottomCard-container .bottomCard-title {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.euGuide-imgTxtCardSwiper .imgTxtCardSwiper-bottomCard .bottomCard-swiper .bottomCard-swiper-wrapper .bottomCard-swiper-slide .bottomCard-container .bottomCard-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.euGuide-imgTxtCardSwiper .imgTxtCardSwiper-bottomCard .bottomCard-swiper .bottomCard-swiper-operation .bottomCard-swiper-button-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #DCDDDF !important;
  opacity: 1;
  top: unset;
  left: unset;
  bottom: 0;
}
.euGuide-imgTxtCardSwiper .imgTxtCardSwiper-bottomCard .bottomCard-swiper .bottomCard-swiper-operation .bottomCard-swiper-button-next:after {
  color: #000000;
  font-size: 12px;
  font-weight: 600;
}
.euGuide-imgTxtCardSwiper .imgTxtCardSwiper-bottomCard .bottomCard-swiper .bottomCard-swiper-operation .bottomCard-swiper-button-next.swiper-button-disabled {
  background-color: #EAEBEC !important;
}
.euGuide-imgTxtCardSwiper .imgTxtCardSwiper-bottomCard .bottomCard-swiper .bottomCard-swiper-operation .bottomCard-swiper-button-prev {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #DCDDDF !important;
  opacity: 1;
  top: unset;
  left: unset;
  bottom: 0;
}
.euGuide-imgTxtCardSwiper .imgTxtCardSwiper-bottomCard .bottomCard-swiper .bottomCard-swiper-operation .bottomCard-swiper-button-prev:after {
  color: #000000;
  font-size: 12px;
  font-weight: 600;
}
.euGuide-imgTxtCardSwiper .imgTxtCardSwiper-bottomCard .bottomCard-swiper .bottomCard-swiper-operation .bottomCard-swiper-button-prev.swiper-button-disabled {
  background-color: #EAEBEC !important;
}
.euGuide-imgTxtCardSwiper .imgTxtCardSwiper-bottomCard .bottomCard-swiper .bottomCard-swiper-operation .bottomCard-swiper-pagination {
  width: unset;
  bottom: 12px;
}
.euGuide-imgTxtCardSwiper .imgTxtCardSwiper-bottomCard .bottomCard-swiper .bottomCard-swiper-operation .bottomCard-swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #686D71 !important;
}
.euGuide-imgTxtCardSwiper .imgTxtCardSwiper-bottomCard .bottomCard-swiper .bottomCard-swiper-operation .bottomCard-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #DCDDDF !important;
}

@media screen and (max-width: 1440px) {
  .euGuide-imgTxtCardSwiper .imgTxtCardSwiper-topTxt {
    width: 85%;
  }
  .euGuide-imgTxtCardSwiper .imgTxtCardSwiper-bottomCard {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .euGuide-imgTxtCardSwiper {
    padding: 0 0 40px;
  }
  .euGuide-imgTxtCardSwiper .imgTxtCardSwiper-topTxt .topTxt-num {
    width: 10%;
  }
  .euGuide-imgTxtCardSwiper .imgTxtCardSwiper-topTxt .topTxt-txt {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .euGuide-imgTxtCardSwiper .imgTxtCardSwiper-topTxt {
    display: block;
  }
  .euGuide-imgTxtCardSwiper .imgTxtCardSwiper-topTxt .topTxt-num {
    width: 100%;
  }
  .euGuide-imgTxtCardSwiper .imgTxtCardSwiper-topTxt .topTxt-txt {
    width: 100%;
  }
  .euGuide-imgTxtCardSwiper .imgTxtCardSwiper-topTxt .topTxt-txt .txt-title {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
  }
  .euGuide-imgTxtCardSwiper .imgTxtCardSwiper-topTxt .topTxt-txt .txt-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }
}
@media screen and (max-width: 430px) {
  .euGuide-imgTxtCardSwiper .imgTxtCardSwiper-topTxt {
    width: 90%;
  }
  .euGuide-imgTxtCardSwiper .imgTxtCardSwiper-bottomCard .bottomCard-swiper .bottomCard-swiper-wrapper .bottomCard-swiper-slide .bottomCard-container {
    padding: 32px 16px;
  }
}