a {
  text-decoration: none; }

.card-imageTextList[data-style="71"] {
  position: relative;
  margin: 30px auto 60px;
  padding: 0 70px; }
  @media only screen and (max-width: 1024px) {
    .card-imageTextList[data-style="71"] {
      padding: 0 50px; } }
  @media only screen and (max-width: 430px) {
    .card-imageTextList[data-style="71"] {
      margin: 60px auto 100px; } }
  .card-imageTextList[data-style="71"] .card-wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1440px; }
    @media only screen and (max-width: 1339px) {
      .card-imageTextList[data-style="71"] .card-wrapper {
        max-width: 100%;
        padding: 0; } }
    @media only screen and (max-width: 1024px) {
      .card-imageTextList[data-style="71"] .card-wrapper {
        max-width: 100%; } }
  .card-imageTextList[data-style="71"] .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .card-imageTextList[data-style="71"] .swiper-wrapper {
    width: 100%;
    height: 100%; }
  .card-imageTextList[data-style="71"] .swiper-slide {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 2px solid #e6e6e6; }
    .card-imageTextList[data-style="71"] .swiper-slide:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: -webkit-linear-gradient(236deg, #133e9f 15%, #58875b);
      background: -o-linear-gradient(236deg, #133e9f 15%, #58875b);
      background: linear-gradient(214deg, #133e9f 15%, #58875b);
      opacity: 0;
      z-index: -1;
      -webkit-transition: .4s ease-in-out;
      -o-transition: .4s ease-in-out;
      transition: .4s ease-in-out; }
    .card-imageTextList[data-style="71"] .swiper-slide:hover, .card-imageTextList[data-style="71"] .swiper-slide:focus {
      border-color: transparent; }
      .card-imageTextList[data-style="71"] .swiper-slide:hover:after, .card-imageTextList[data-style="71"] .swiper-slide:focus:after {
        opacity: 1; }
    .card-imageTextList[data-style="71"] .swiper-slide[onclick] {
      cursor: pointer; }
  .card-imageTextList[data-style="71"] .card.shadow-none {
    padding: 45px 0;
    background: #ffffff;
    width: calc(100% - 4px);
    height: calc(100% - 4px); }
  .card-imageTextList[data-style="71"] .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 52px; }
  .card-imageTextList[data-style="71"] .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: block;
    background: #d0d0d0;
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 20px;
    position: relative;
    opacity: 1;
    margin-right: 12px;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out; }
    .card-imageTextList[data-style="71"] .swiper-pagination-bullet::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: calc(100% + 4px);
      height: calc(100% + 4px);
      background: tranaparent;
      border: 1px solid #d0d0d0;
      border-radius: 50%;
      opacity: 0;
      -webkit-transition: .4s ease-in-out;
      -o-transition: .4s ease-in-out;
      transition: .4s ease-in-out; }
    .card-imageTextList[data-style="71"] .swiper-pagination-bullet:hover, .card-imageTextList[data-style="71"] .swiper-pagination-bullet:focus, .card-imageTextList[data-style="71"] .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #5c775e; }
      .card-imageTextList[data-style="71"] .swiper-pagination-bullet:hover::before, .card-imageTextList[data-style="71"] .swiper-pagination-bullet:focus::before, .card-imageTextList[data-style="71"] .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
        opacity: 1; }
    .card-imageTextList[data-style="71"] .swiper-pagination-bullet.swiper-pagination-bullet-active {
      cursor: default; }
  .card-imageTextList[data-style="71"] .swiper-button-next,
  .card-imageTextList[data-style="71"] .swiper-button-prev {
    display: inline-block;
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 50%;
    line-height: 44px;
    border: 2px solid #5c775e;
    color: #5c775e;
    font-size: 2.8rem;
    text-align: center; }
    @media only screen and (max-width: 1280px) {
      .card-imageTextList[data-style="71"] .swiper-button-next,
      .card-imageTextList[data-style="71"] .swiper-button-prev {
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 2.2rem; } }
    .card-imageTextList[data-style="71"] .swiper-button-next:hover, .card-imageTextList[data-style="71"] .swiper-button-next:focus,
    .card-imageTextList[data-style="71"] .swiper-button-prev:hover,
    .card-imageTextList[data-style="71"] .swiper-button-prev:focus {
      background-color: #5c775e;
      color: #ffffff; }
    .card-imageTextList[data-style="71"] .swiper-button-next i,
    .card-imageTextList[data-style="71"] .swiper-button-prev i {
      font-weight: bolder; }
