.euGuide-iconTxtCard {
  width: 100vw;
  padding: 40px 0 60px;
}
.euGuide-iconTxtCard.exchangeBgColor {
  background-color: #F7F7F7;
}
.euGuide-iconTxtCard .iconTxtCard-topTxt {
  width: 1120px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.euGuide-iconTxtCard .iconTxtCard-topTxt .topTxt-num {
  width: 8%;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
}
.euGuide-iconTxtCard .iconTxtCard-topTxt .topTxt-txt {
  width: 92%;
}
.euGuide-iconTxtCard .iconTxtCard-topTxt .topTxt-txt .txt-title {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}
.euGuide-iconTxtCard .iconTxtCard-topTxt .topTxt-txt .txt-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.euGuide-iconTxtCard .iconTxtCard-bottomCard {
  width: 1120px;
  max-width: 1120px;
  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-iconTxtCard .iconTxtCard-bottomCard .bottomCard-container {
  width: 49%;
  margin-bottom: 20px;
  padding: 32px;
  background-color: #F7F7F7;
  border-radius: 24px;
}
.euGuide-iconTxtCard .iconTxtCard-bottomCard .bottomCard-container.exchangeBgColor {
  background-color: #FFFFFF;
}
.euGuide-iconTxtCard .iconTxtCard-bottomCard .bottomCard-container.lastContainerWidth {
  width: 100%;
}
.euGuide-iconTxtCard .iconTxtCard-bottomCard .bottomCard-container .bottomCard-icon {
  margin-bottom: 32px;
  width: 32px;
  height: 32px;
  pointer-events: none;
}
.euGuide-iconTxtCard .iconTxtCard-bottomCard .bottomCard-container .bottomCard-title {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.euGuide-iconTxtCard .iconTxtCard-bottomCard .bottomCard-container .bottomCard-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

@media screen and (max-width: 1440px) {
  .euGuide-iconTxtCard .iconTxtCard-topTxt {
    width: 85%;
  }
  .euGuide-iconTxtCard .iconTxtCard-bottomCard {
    width: 85%;
  }
}
@media screen and (max-width: 991px) {
  .euGuide-iconTxtCard {
    padding: 0 0 40px;
  }
  .euGuide-iconTxtCard .iconTxtCard-topTxt .topTxt-num {
    width: 10%;
  }
  .euGuide-iconTxtCard .iconTxtCard-topTxt .topTxt-txt {
    width: 90%;
  }
  .euGuide-iconTxtCard .iconTxtCard-bottomCard {
    width: 100%;
  }
  .euGuide-iconTxtCard .iconTxtCard-bottomCard .bottomCard-swiper {
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .euGuide-iconTxtCard .iconTxtCard-bottomCard .bottomCard-swiper .bottomCard-swiper-wrapper {
    margin-bottom: 60px;
  }
  .euGuide-iconTxtCard .iconTxtCard-bottomCard .bottomCard-swiper .bottomCard-swiper-wrapper .bottomCard-swiper-slide {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .euGuide-iconTxtCard .iconTxtCard-bottomCard .bottomCard-swiper .bottomCard-swiper-wrapper .bottomCard-swiper-slide .bottomCard-container {
    width: 100%;
  }
  .euGuide-iconTxtCard .iconTxtCard-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;
    right: 5vw;
  }
  .euGuide-iconTxtCard .iconTxtCard-bottomCard .bottomCard-swiper .bottomCard-swiper-operation .bottomCard-swiper-button-next:after {
    color: #000000;
    font-size: 12px;
    font-weight: 600;
  }
  .euGuide-iconTxtCard .iconTxtCard-bottomCard .bottomCard-swiper .bottomCard-swiper-operation .bottomCard-swiper-button-next.swiper-button-disabled {
    background-color: #EAEBEC !important;
  }
  .euGuide-iconTxtCard .iconTxtCard-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;
    right: calc(5vw + 60px);
  }
  .euGuide-iconTxtCard .iconTxtCard-bottomCard .bottomCard-swiper .bottomCard-swiper-operation .bottomCard-swiper-button-prev:after {
    color: #000000;
    font-size: 12px;
    font-weight: 600;
  }
  .euGuide-iconTxtCard .iconTxtCard-bottomCard .bottomCard-swiper .bottomCard-swiper-operation .bottomCard-swiper-button-prev.swiper-button-disabled {
    background-color: #EAEBEC !important;
  }
  .euGuide-iconTxtCard .iconTxtCard-bottomCard .bottomCard-swiper .bottomCard-swiper-operation .bottomCard-swiper-pagination {
    width: unset;
    bottom: 12px;
    left: 5vw;
  }
  .euGuide-iconTxtCard .iconTxtCard-bottomCard .bottomCard-swiper .bottomCard-swiper-operation .bottomCard-swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background-color: #686D71 !important;
  }
  .euGuide-iconTxtCard .iconTxtCard-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: 767px) {
  .euGuide-iconTxtCard .iconTxtCard-topTxt {
    display: block;
  }
  .euGuide-iconTxtCard .iconTxtCard-topTxt .topTxt-num {
    width: 100%;
  }
  .euGuide-iconTxtCard .iconTxtCard-topTxt .topTxt-txt {
    width: 100%;
  }
  .euGuide-iconTxtCard .iconTxtCard-topTxt .topTxt-txt .txt-title {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
  }
  .euGuide-iconTxtCard .iconTxtCard-topTxt .topTxt-txt .txt-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }
}
@media screen and (max-width: 430px) {
  .euGuide-iconTxtCard .iconTxtCard-topTxt {
    width: 90%;
  }
  .euGuide-iconTxtCard .iconTxtCard-bottomCard .bottomCard-swiper .bottomCard-swiper-wrapper .bottomCard-swiper-slide .bottomCard-container {
    padding: 32px 16px;
  }
}