.heal01-template-03 {
    position: relative;
    overflow: hidden;
    padding-top: 90px;
    padding-bottom: 60px;
    /* background: #f4f5f0; */
  }
  .heal01-template-03 .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
  }
  .heal01-template-03__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #282828;
    padding-bottom: 10px;
  }
  
  .heal01-template-03__top.-center {
    display: block;
    text-align: center;
  }
  
  @media (max-width: 1199px) {
    .heal01-template-03__top-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
  
  .heal01-template-03__top-title-en {
    font-size: 70px;
    font-family: Cormorant Garamond, serif;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -2px;
    line-height: 1;
    margin-right: 35px;
  }
  
  @media (max-width: 1199px) {
    .heal01-template-03__top-title-en {
      font-size: 45px;
      letter-spacing: normal;
      display: block;
    }
  }
  
  .heal01-template-03__top-title-zh {
    font-size: 24px;
    font-family: Noto Sans TC, sans-serif;
    font-weight: 700;
    letter-spacing: 0.6px;
  }
  
  @media (max-width: 1199px) {
    .heal01-template-03__top-title-zh {
      font-size: 16px;
      display: block;
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1;
      padding-bottom: 5px;
    }
  }
  
  .heal01-template-03__top-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .heal01-template-03__top-more-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.8px;
    font-weight: 700;
  }
  
  .heal01-template-03__top-more-icon {
    margin-left: 14px;
    font-weight: 900;
  }
  
  @media (min-width: 1200px) {
    /* 202103 */
    .heal01-template-03 {
      min-height: 1000px;
      background-position: center;
      background-size: cover;
      /* background: url(..//img/t-03/bg.jpg) 0 100% / cover no-repeat; */
    }
  }
  
  @media (min-width: 1200px) and (min-width: 1200px) {
    .heal01-template-03__inner {
      margin: 0 0 0 auto;
      max-width: 1150px;
    }
  }
  
  @media (min-width: 1200px) and (min-width: 1200px) {
    .heal01-template-03__bottom {
      margin: 0 0 0 auto;
      max-width: 950px;
    }
  }
  
  .heal01-template-03__bottom {
    position: relative;
    padding-top: 50px;
  }
  
  @media (max-width: 1199px) {
    .heal01-template-03__bottom {
      padding-top: 30px;
    }
    /* 202103 */
    .heal01-template-03 {
    }
  }
  
  .heal01-template-03__swiper {
    margin-right: 0;
  }
  
  .heal01-template-03__swiper-next,
  .heal01-template-03__swiper-prev {
    z-index: 3;
    position: absolute;
    top: 50%;
    right: 0;
    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;
    width: 30px;
    height: 45px;
    font-size: 20px;
    font-weight: 900;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    outline: none;
  }
  
  @media (max-width: 1199px) {
    .heal01-template-03__swiper-next,
    .heal01-template-03__swiper-prev {
      right: -12px;
      width: 45px;
    }
  }
  
  .heal01-template-03__swiper-prev {
    right: auto;
    left: 0;
  }
  
  @media (max-width: 1199px) {
    .heal01-template-03__swiper-prev {
      left: -12px;
    }
  }
  
  @media (min-width: 1200px) {
    .heal01-template-03__swiper {
      max-width: 690px;
    }
  }
  
  .heal01-template-03__swiper-btn-group {
    z-index: 2;
    position: relative;
    width: 110px;
    height: 45px;
    margin-bottom: -30px;
  }
  
  @media (max-width: 1199px) {
    .heal01-template-03__swiper-btn-group {
      position: absolute;
      margin: 0;
      width: 100%;
      height: auto;
    }
    .heal01-template-03__swiper-btn-group:before {
      content: '';
      display: block;
      padding-bottom: 62.31884%;
      width: 100%;
    }
  }
  
  .heal01-template-03__swiper-index {
    font-size: 24px;
    font-family: Cormorant Garamond, serif;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.18px;
    z-index: 2;
    position: absolute;
    top: 524px;
    right: 0;
    margin-left: auto;
    width: 100px;
    font-weight: 700;
    text-align: right;
    /* background: #f4f5f0; */
  }
  
  @media (max-width: 1199px) {
    .heal01-template-03__swiper-index {
      font-size: 16px;
      top: 62.31884vw;
      -webkit-transform: translateY(15px);
      transform: translateY(15px);
    }
  }
  
  .heal01-template-03__swiper-index-split {
    margin-right: 10px;
    margin-left: 10px;
  }
  
  .heal01-template-03__swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .heal01-template-03__swiper-slide-text {
    padding-top: 25px;
    padding-right: 230px;
  }
  
  @media (max-width: 1199px) {
    .heal01-template-03__swiper-slide-text {
      padding-right: 0;
    }
  }
  
  .heal01-template-03__swiper-slide-text-title {
    font-size: 18px;
    font-family: Noto Sans TC, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    padding-bottom: 20px;
  }
  
  @media (max-width: 1199px) {
    .heal01-template-03__swiper-slide-text-title {
      font-size: 15px;
      padding-right: 90px;
    }
  }
  
  /* 202103 */
  
  .heal01-template-03__swiper-slide-text-desc {
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
    letter-spacing: 0.35px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
  }
  
  @media (max-width: 700px) {
    .heal01-template-03 {
      position: relative;
    }
    .heal01-template-03 .bg_mobile {
      background-size: cover;
      background-position: center;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
    }
  }