@-webkit-keyframes bloop {
  0% {
      border-radius: 100%;
  }
  10% {
      border-radius: 100% 70%;
  }
  20% {
      border-radius: 91% 88% 75% 69%;
  }
  30% {
      border-radius: 100% 100% 85%;
  }
  40% {
      border-radius: 88% 100% 70%;
  }
  50% {
      border-radius: 75% 100% 100%;
  }
  60% {
      border-radius: 87% 78% 75% 84%;
  }
  70% {
      border-radius: 79% 90% 80% 72%;
  }
  80% {
      border-radius: 76% 92% 90% 77%;
  }
  90% {
      border-radius: 83% 77% 99% 88%;
  }
  to {
      border-radius: 100%;
  }
}

@keyframes bloop {
  0% {
      border-radius: 100%;
  }
  10% {
      border-radius: 100% 70%;
  }
  20% {
      border-radius: 91% 88% 75% 69%;
  }
  30% {
      border-radius: 100% 100% 85%;
  }
  40% {
      border-radius: 88% 100% 70%;
  }
  50% {
      border-radius: 75% 100% 100%;
  }
  60% {
      border-radius: 87% 78% 75% 84%;
  }
  70% {
      border-radius: 79% 90% 80% 72%;
  }
  80% {
      border-radius: 76% 92% 90% 77%;
  }
  90% {
      border-radius: 83% 77% 99% 88%;
  }
  to {
      border-radius: 100%;
  }
}

@-webkit-keyframes draw {
  0%,
  to {
      -webkit-transform-origin: 50% 0;
      transform-origin: 50% 0;
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
  }
  49.9% {
      -webkit-transform-origin: 50% 0;
      transform-origin: 50% 0;
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
  }
  50% {
      -webkit-transform-origin: 50% 100%;
      transform-origin: 50% 100%;
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
  }
  99.9% {
      -webkit-transform-origin: 50% 100%;
      transform-origin: 50% 100%;
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
  }
}

@keyframes draw {
  0%,
  to {
      -webkit-transform-origin: 50% 0;
      transform-origin: 50% 0;
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
  }
  49.9% {
      -webkit-transform-origin: 50% 0;
      transform-origin: 50% 0;
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
  }
  50% {
      -webkit-transform-origin: 50% 100%;
      transform-origin: 50% 100%;
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
  }
  99.9% {
      -webkit-transform-origin: 50% 100%;
      transform-origin: 50% 100%;
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
  }
}

body {
    overflow-x: hidden;
}

.heal01-template-02 {
  position: relative;
  overflow: hidden;
  padding-bottom: 10vh;
}

.heal01-template-02__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-02__top.-center {
  display: block;
  text-align: center;
}

@media (max-width: 1199px) {
  .heal01-template-02__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-02__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-02__top-title-en {
      font-size: 45px;
      letter-spacing: normal;
      display: block;
  }
}

.heal01-template-02__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-02__top-title-zh {
      font-size: 16px;
      display: block;
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1;
      padding-bottom: 5px;
  }
}

.heal01-template-02__top-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.heal01-template-02__top-more-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.8px;
  font-weight: 700;
}

.heal01-template-02__top-more-icon {
  margin-left: 14px;
  font-weight: 900;
}

@media (min-width: 1200px) {
  .heal01-template-02 {
      padding-bottom: 50px;
  }
}

.heal01-template-02__bg {
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 105%;
  height: 105%;
  /* background: url(..//img/t-02/bg.jpg) bottom/cover no-repeat; */
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


/* 202103 */

.heal01-template-02__bg.mobile {
  display: none;
}

.heal01-template-02 .container {
  z-index: 1;
}

.heal01-template-02__scroll {
  font-family: Cormorant Garamond, serif;
  text-align: center;
}

.heal01-template-02__scroll:before {
  content: '';
  display: block;
  margin: 0 auto 3px;
  width: 1px;
  height: 50px;
  background: #9cc463;
  -webkit-animation: draw 2s linear infinite;
  animation: draw 2s linear infinite;
}

.heal01-template-02__swiper-pagination {
  position: relative;
  text-align: center;
  margin-bottom: 10vh;
}

@media (min-width: 1200px) {
  .heal01-template-02__swiper-pagination {
      margin-bottom: 45px;
  }
}

@media (max-width: 1199px) {
  .heal01-template-02__swiper-pagination {
      left: -15px;
      width: calc(100% + 30px);
  }
}

@media (max-width: 800px) {
  /* 202103 */
  .heal01-template-02__bg {
      display: none;
  }
  .heal01-template-02__bg.mobile {
      display: block;
  }
}

.heal01-template-02__swiper-pagination .swiper-pagination-bullet {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 2px;
  margin-left: 2px;
  width: 25px;
  height: 25px;
  background: transparent;
  opacity: 1;
}

@media (min-width: 1200px) {
  .heal01-template-02__swiper-pagination .swiper-pagination-bullet {
      width: 45px;
      height: 45px;
  }
  .heal01-template-02__swiper-pagination .swiper-pagination-bullet:hover:after {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
}

.heal01-template-02__swiper-pagination .swiper-pagination-bullet:before {
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 100%;
}

.heal01-template-02__swiper-pagination .swiper-pagination-bullet:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.heal01-template-02__swiper-pagination .swiper-pagination-bullet[data-index='1']:after {
  border: 2px solid #f5caed;
}

.heal01-template-02__swiper-pagination .swiper-pagination-bullet[data-index='1']:before {
  background: #f5caed;
}

.heal01-template-02__swiper-pagination .swiper-pagination-bullet[data-index='2']:after {
  border: 2px solid #9cc463;
}

.heal01-template-02__swiper-pagination .swiper-pagination-bullet[data-index='2']:before {
  background: #9cc463;
}

.heal01-template-02__swiper-pagination .swiper-pagination-bullet[data-index='3']:after {
  border: 2px solid #bb8fe5;
}

.heal01-template-02__swiper-pagination .swiper-pagination-bullet[data-index='3']:before {
  background: #bb8fe5;
}

.heal01-template-02__swiper-pagination .swiper-pagination-bullet[data-index='4']:after {
  border: 2px solid #9cbee4;
}

.heal01-template-02__swiper-pagination .swiper-pagination-bullet[data-index='4']:before {
  background: #9cbee4;
}

.heal01-template-02__swiper-pagination .swiper-pagination-bullet[data-index='5']:after {
  border: 2px solid #a2c4a7;
}

.heal01-template-02__swiper-pagination .swiper-pagination-bullet[data-index='5']:before {
  background: #a2c4a7;
}

.heal01-template-02__swiper-pagination .swiper-pagination-bullet[data-index='6']:after {
  border: 2px solid #f1c79e;
}

.heal01-template-02__swiper-pagination .swiper-pagination-bullet[data-index='6']:before {
  background: #f1c79e;
}

.heal01-template-02__swiper-pagination .swiper-pagination-bullet[data-index='7']:after {
  border: 2px solid #f19e9e;
}

.heal01-template-02__swiper-pagination .swiper-pagination-bullet[data-index='7']:before {
  background: #f19e9e;
}

.heal01-template-02__swiper-pagination .swiper-pagination-bullet-active {
  background: transparent;
}

.heal01-template-02__swiper-pagination .swiper-pagination-bullet-active:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.heal01-template-02__swiper {
  overflow: visible;
}

.heal01-template-02__swiper-next,
.heal01-template-02__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-02__swiper-next,
  .heal01-template-02__swiper-prev {
      right: -12px;
      width: 45px;
  }
}

.heal01-template-02__swiper-prev {
  right: auto;
  left: 0;
}

@media (max-width: 1199px) {
  .heal01-template-02__swiper-prev {
      left: -12px;
  }
}

.heal01-template-02__swiper-bottom {
  position: relative;
  margin: auto;
  max-width: 450px;
}

.heal01-template-02__swiper-slide {
  padding-top: 15vh;
  padding-bottom: 10px;
}

@media (min-width: 1200px) {
  .heal01-template-02__swiper-slide {
      width: 750px;
  }
}

@media (min-width: 1440px) {
  .heal01-template-02__swiper-slide {
      width: 850px;
  }
}

.heal01-template-02__swiper-slide-img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-animation: bloop 20s linear infinite;
  animation: bloop 20s linear infinite;
  -o-object-fit: cover;
  object-fit: cover;
}
/* 
.heal01-template-02__swiper-slide-img[data-index='1'] {
  background: #f5caed;
  -webkit-box-shadow: 5px 5px 8px #f5caed, -5px -5px 8px #f5caed;
  box-shadow: 5px 5px 8px #f5caed, -5px -5px 8px #f5caed;
}

.heal01-template-02__swiper-slide-img[data-index='2'] {
  background: #9cc463;
  -webkit-box-shadow: 5px 5px 8px #9cc463, -5px -5px 8px #9cc463;
  box-shadow: 5px 5px 8px #9cc463, -5px -5px 8px #9cc463;
}

.heal01-template-02__swiper-slide-img[data-index='3'] {
  background: #bb8fe5;
  -webkit-box-shadow: 5px 5px 8px #bb8fe5, -5px -5px 8px #bb8fe5;
  box-shadow: 5px 5px 8px #bb8fe5, -5px -5px 8px #bb8fe5;
}

.heal01-template-02__swiper-slide-img[data-index='4'] {
  background: #9cbee4;
  -webkit-box-shadow: 5px 5px 8px #9cbee4, -5px -5px 8px #9cbee4;
  box-shadow: 5px 5px 8px #9cbee4, -5px -5px 8px #9cbee4;
}

.heal01-template-02__swiper-slide-img[data-index='5'] {
  background: #a2c4a7;
  -webkit-box-shadow: 5px 5px 8px #a2c4a7, -5px -5px 8px #a2c4a7;
  box-shadow: 5px 5px 8px #a2c4a7, -5px -5px 8px #a2c4a7;
}

.heal01-template-02__swiper-slide-img[data-index='6'] {
  background: #f1c79e;
  -webkit-box-shadow: 5px 5px 8px #f1c79e, -5px -5px 8px #f1c79e;
  box-shadow: 5px 5px 8px #f1c79e, -5px -5px 8px #f1c79e;
}

.heal01-template-02__swiper-slide-img[data-index='7'] {
  background: #f19e9e;
  -webkit-box-shadow: 5px 5px 8px #f19e9e, -5px -5px 8px #f19e9e;
  box-shadow: 5px 5px 8px #f19e9e, -5px -5px 8px #f19e9e;
} */

.heal01-template-02__swiper-slide-text {
  z-index: 2;
  position: absolute;
  bottom: 50px;
  right: 40px;
  max-width: 400px;
  -webkit-transition: opacity 0.6s ease 0.6s, -webkit-transform 0.6s ease 0.6s;
  transition: opacity 0.6s ease 0.6s, -webkit-transform 0.6s ease 0.6s;
  transition: opacity 0.6s ease 0.6s, transform 0.6s ease 0.6s;
  transition: opacity 0.6s ease 0.6s, transform 0.6s ease 0.6s, -webkit-transform 0.6s ease 0.6s;
}


/* 202103 */

.heal01-template-02__swiper-slide-text-en {
  font-size: 80px;
  font-family: Cormorant Garamond, serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -2px;
  padding-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (max-width: 1199px) {
  .heal01-template-02__swiper-slide-text-en {
      font-size: 40px;
  }
}

.heal01-template-02__swiper-slide-text-zh {
  font-size: 31px;
  letter-spacing: 0.78px;
  font-family: Noto Sans TC, sans-serif;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (max-width: 1199px) {
  .heal01-template-02__swiper-slide-text-zh {
      font-size: 24px;
  }
}

.heal01-template-02__swiper-slide-img-box {
  position: relative;
  margin: auto;
  width: 750px;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

@media (max-width: 1199px) {
  .heal01-template-02__swiper-slide-img-box {
      width: 100%;
      height: auto;
      min-height: 0;
  }
  .heal01-template-02__swiper-slide{
      padding-left: 25px;
      padding-right: 25px;
  }
}

.heal01-template-02__swiper-slide-img-box:after {
  content: '';
  display: block;
  padding-bottom: 85%;
  width: 100%;
}

.heal01-template-02__swiper-slide-img-box .heal01-template-02__swiper-slide-text {
  opacity: 0;
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
}

.swiper-slide-active .heal01-template-02__swiper-slide-img-box,
.swiper-slide-duplicate-active .heal01-template-02__swiper-slide-img-box {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-slide-active .heal01-template-02__swiper-slide-img-box .heal01-template-02__swiper-slide-text,
.swiper-slide-duplicate-active .heal01-template-02__swiper-slide-img-box .heal01-template-02__swiper-slide-text {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}


/* 202103 */

.heal01-template-02__swiper-slide-img-box .colorbg {
  z-index: 1;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #83ecde;
  border-radius: 100%;
  -webkit-animation: bloop 20s linear infinite;
  animation: bloop 20s linear infinite;
  mix-blend-mode: multiply;
}

.heal01-template-02 .container,
.heal01-template-02 .container.-grid {
 padding-right: 0px;
 padding-left: 0px
}

@media (min-width:768px) {
  .heal01-template-02 .container {
     max-width: 100%
 }
 .heal01-template-02 .container,
 .heal01-template-02 .container.-grid {
     padding-right: 0px;
     padding-left: 0px
 }
}

@media (min-width:1200px) {
  .heal01-template-02 .container{
     padding-right: 56px;
     padding-left: 56px
 }
}
@media (max-width: 700px){
  .heal01-template-02__swiper-slide{
      padding-left: 20px;
      padding-right: 20px;
  }
  .heal01-template-02__swiper-slide-text{
      right: 0;
  }
  .heal01-template-02__swiper-prev{
      left: 0;
  }
  .heal01-template-02__swiper-next{
      right: 0;
  }
  .part01-template-02__bg {
      padding-top: 750px;
  }
}
