﻿
    .mySwiper-bg{
      position: relative;
      overflow: hidden;
    }
    .mySwiper {
        width: 100%;
        height: 100%;
        overflow: hidden;
        max-width: 1560px;
      }
     
      .mySwiper .swiper-slide {
        text-align: center;
        font-size: 18px;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        max-width: 400px;
        padding-bottom: 40px;
      }
    @media(max-width:767px){
            .mySwiper .swiper-slide{
              padding-bottom: 80px;
            }
          }
      .mySwiper .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 15px;
      }
      .mySwiper .MBPIC{
        display: none !important;
      }

      .mySwiper .idec-titleinfo{
        background-color: #fff;
        position: absolute;
        width: 80%;
        left: 0;
        bottom: 25px;
        padding-top: 40px;
        text-align: left;
        border-radius: 0px 15px 15px 15px;
        padding-right: 40px;
      }
      @media(max-width:767px){
        .mySwiper .idec-titleinfo{
          font-size: 18px;
          padding: 20px 15px;
          bottom: 0%;
          border-radius: 0px 15px 15px 15px;
        }
      }
      .mySwiper .idec-titleinfo .maintitle {
        color: #005eac;
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 23px;
    }
    @media(max-width:768px){
      .mySwiper .idec-titleinfo .maintitle{
        font-size: 18px;
      }
    }
    .mySwiper .idec-titleinfo .maintitle a{
        position: relative;
        text-decoration: none;
        transition: all 0.2s ease-in;
    }
    .mySwiper .idec-titleinfo .maintitle a:after {
        content: '';
        width: 20px;
        height: 20px;
        background-image: url(../image/mySwiper-btn.svg);
        background-repeat: no-repeat;
        position: absolute;
        top: 5px;
        margin-left: 5px;
        transition: all 0.2s ease-in;
    }
    @media(max-width:768px){
      .mySwiper .idec-titleinfo .maintitle a:after{
        width: 18px;
        height: 18px;
        top: 3px;
      }
    }
    .mySwiper .idec-titleinfo .maintitle:hover :after {
        margin-left: 10px;
    }
      .mySwiper .idec-titleinfo p{
        font-size: 16px;
        line-height: 1.5;
        font-weight: 500;
      }
      @media(max-width:768px){
        .mySwiper .idec-titleinfo p{
          font-size: 14px;
        }
      }
      .mySwiper .idec-titleinfo .LINKBTN {
        display: none;
    }
      .mySwiper-right{
        float: right;
        margin-top: 94px;
        margin-bottom: 78px;
        position: relative;
        }
        @media(max-width:1440px){
          .mySwiper-right{
            padding: 0 130px;
          }
        }
      @media(max-width:768px){
        .mySwiper-right{
          float: none;
          padding: 0 40px;
        }
      }
      /* 服務項目 */
  p.sub-title {
      font-size: 18px;
      color: #0559a1;
  }
  @media(max-width:768px){
    p.sub-title {
      font-size: 14px;
  }
  }
  .service-txt {
      margin-top: 33px;
  }
  .serviceTitle, .serviceTxt{
      float: left;
  }
  .serviceTitle{
    width: 40%;
  }
  @media(max-width:820px){
    .serviceTitle{
      width: 100%;
    }
  }
  .serviceTxt{
    width: 60%;
  }
  @media(max-width:820px){
    .serviceTxt{
      width: 100%;
    }
  }
  .serviceTitle h2{
    margin-top: 0px;
    font-size: 38px;
      line-height: 1.5;
    font-weight: 500;
  }
  @media(max-width:768px){
    .serviceTitle h2{
      font-size: 22px;
    }
  }
  .serviceTxt p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 50px;
  }
  @media(max-width:768px){
    .serviceTxt p{
      font-size: 16px;
      margin-top: 30px;
    }
  }
  .serviceTxt p span {
    display: block;
}
@media(max-width:768px){
  .serviceTxt p span {
    display: inline;
  }
}
  .mybutton {
      position: relative;
    height: 50px;
    margin-bottom: 44px;
  }
  .mybutton .swiper-button-next,
  .mybutton .swiper-button-prev{
    border: solid 1px #0559a1;
      border-radius: 50%;
      background: unset;
  }
  .mybutton .swiper-button-next {
    width: 50px;
      height: 50px;
    right: auto;
      left: 60px;
  }
  .mybutton .swiper-button-prev {
    width: 50px;
      height: 50px;
    left: 0px;
  }
  .mybutton .swiper-button-next img,
  .mybutton .swiper-button-prev img{
    width: 100%;
    height: 17px;
    display: block;
      margin-top: 16px;
  }
  img.MBPIC {
    display: none;
}