.home-top{
      padding: 167px 40px 150px;

}
.home-top-txt{
      width: 100%;
      color: rgba(123, 173, 125, 1);
      font-size: 15px;
      line-height: 1em;
      letter-spacing: 0.04em;
      margin-bottom: 16px;
}
.home-top-main{
      width: 100%;
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
}

.home-top-main-left{
      font-size: 64px;
      line-height: 1em;
      letter-spacing: 0.05em;
      font-weight: 400;
      color: rgba(160, 199, 162, 1);
}
.home-top-main-right{
      color: rgba(123, 173, 125, 1);
      width: 35%;
}

.home-top-main-right-top{
      font-size: 18px;
      line-height: 1em;
      letter-spacing: 0.3em;
      margin-bottom: 16px;

}
.home-top-main-right-bottom{
      line-height: 1.5em;
      letter-spacing: 0.05em;
}
.home-top-photo{
      margin-top: 70px;
      width: 100%;
      padding-top: 43%;
      border-radius: 8px;
}

.service{
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-direction: column;
      width: 100%;
      padding-bottom: 150px;
}

.service .h1{
      margin-bottom: 4px;
}
.scate{
      margin: 40px 0;
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      flex-wrap: wrap;
}
.scate-item{
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-direction: column;
      width: calc( ( 100% - 60px ) / 4 );
      padding: 12px;
      background-color: #FEFFFE;
      margin-right: 20px;
      margin-bottom: 40px;
}
.scate-item:nth-child(4n+4){
      margin-right: 0px;
}
.si-photo-out{
      width: 100%;
      padding-top: 79%;
      border-radius: 4px;
      overflow: hidden;
      position: relative;
      margin-bottom: 8px;
}
.si-photo-in{
      position: absolute;
      top:0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: 1s;
      transform: scale(1,1);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
}
.scate-item:hover .si-photo-in{
      transform: scale(1.1,1.1);
}
.scate-item .h5, .scate-item .txt2{
      width: 100%;
      text-align: center;
}
.scate-item .txt2{
      height: 3em;
}

.team{
      width: 100%;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      background: rgba(254, 255, 254, 1);
      padding: 150px 0;
}
.teambtn-m{
      display: none;
}
.team-info{
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      padding: 0px 120px 0 calc( ( 100% - 1440px ) / 2 + 120px );
      width: calc( 50% - 115px );
      flex-shrink: 0;
}
.team-info::before{
      content: '';
      width: 100px;
      height: 1px;
      background-color: rgba(160, 199, 162, 1);
      margin-bottom: 40px;
}
.team-info .h1{
      margin-bottom: 4px;
}
.team-info .txt1{
      margin: 40px 0;
}

.team-content{
      width: calc( 50% + 115px );
      flex-shrink: 0;
}

.team-item{
      width: 320px;
      cursor: pointer;
}

.ti-photo-out{
      width: 100%;
      padding-top: 130%;
      border-radius: 4px;
      overflow: hidden;
      position: relative;
      margin-bottom: 32px;
}
.ti-photo-in{
      position: absolute;
      top:0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: 0.5s;
      transform: scale(1,1);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
}
.team-item:hover .ti-photo-in{
      transform: scale(1.1,1.1);
}
.team-item .h5{
      margin: 8px 0 24px;
}
.swiper-ctrl{
      display: flex;
      align-items: center;
      justify-content: flex-end;
      padding: 40px 120px 0 0;
}

.tsani {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      width: 52px;
      height: 52px;
      border-radius: 100%;
      cursor: pointer;
      margin-left: 24px;
}
.tsani::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(160, 199, 162, 1);
      border-radius: 100px;
      z-index: 0;
}

.tsani span{
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      border-radius: 100%;
      background: radial-gradient(circle, rgba(160, 199, 162, 1) 0%, rgba(69, 114, 71, 0.5) 50%,rgba(160, 199, 162, 1) 100%);
      transition: width 0.8s ease-in-out, height 0.8s ease-in-out, opacity 0.5s ease-in-out;
      transform: translate(-50%, -50%);
      opacity: 0;
      z-index: 1;
}
.tsani:hover {
      color: #F4F9F4;
}
.tsani:hover span {
      opacity: 1;
      transition: width 0.8s ease-in-out, height 0.8s ease-in-out, opacity 1.2s ease-in-out;
}
.tsani svg {
      position: relative;
      z-index: 2;
}
.tsani.swiper-button-disabled{
      cursor: default;
}
.tsani.swiper-button-disabled::after{
      background: rgba(208, 209, 208, 1);
}
.tsani.swiper-button-disabled span{
      display: none;
}

.review{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      padding-top: 150px;
      padding-bottom: 150px;
}
.review-swiper{
      width: 100%;
      background: rgba(254, 255, 254, 1);
      margin: 40px 0;
      position: relative;
}
.review-item{
      width: 100%;
      padding: 40px;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
}

.ri-photo-out{
      width: 320px;
      padding-top: 320px;
      border-radius: 4px;
      overflow: hidden;
      position: relative;
      flex-shrink: 0;
}
.ri-photo-in{
      position: absolute;
      top:0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: 0.5s;
      transform: scale(1,1);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
}
.review-item:hover .ri-photo-in{
      transform: scale(1.1,1.1);
}
.review .swiper-ctrl{
      position: absolute;
      bottom: 60px;
      right: 40px;
      z-index: 999;
      padding: 0;
}
/* .rs-prev, .rs-next{
      width: 52px;
      height: 52px;
      border-radius: 100%;
      background: radial-gradient(circle,rgba(123, 173, 125, 1) 0%, rgba(160, 199, 162, 1) 30%, rgba(207, 227, 208, 1) 100%);
      background-size: 200% 200%;
      background-position: 0% 0;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 24px;
      cursor: pointer;
} */
/* .rs-prev:hover, .rs-next:hover{
      background-position: 100% 0;
} */
/* .rs-prev.swiper-button-disabled, .rs-next.swiper-button-disabled{
      background: rgba(208, 209, 208, 1);
} */

.ri-content{
      width: 100%;
      flex-shrink: 1;
      padding: 20px 40px;
}

.ri-title{
      font-size: 20px;
      font-weight: 600;
      line-height: 1em;
      letter-spacing: 0.04em;
      margin-bottom: 8px;
      font-family: Inter, Roboto, Arial, sans-serif;
}
.ri-more{
      font-size: 15px;
      line-height: 1em;
      letter-spacing: 0.1em;
      font-weight: 400;
      color: rgba(94, 132, 95, 1);
      text-decoration: underline;
      cursor: pointer;
      transition: 0.5s;
}
.ri-more:hover{
      color: rgba(55, 93, 58, 1);

}
.ri-content .txt1{
      margin: 24px 0 50px;
}
.ri-service{
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-wrap: wrap;
      margin-bottom: 16px;
}
.ris-item{
      background: rgba(250, 250, 250, 1);
      font-size: 15px;
      line-height: 1em;
      letter-spacing: 0.1em;
      font-weight: 400;
      padding: 8px;
      margin: 0 8px 8px 0;
      border-radius: 8px;
}

.clinic{
      width: 100%;
      padding: 100px 120px 160px;
      background: linear-gradient(230.26deg, #E6F8EE 0.84%, #F3FAF3 54.49%, #F7F7E8 99.21%);
      display: flex;
      align-items: center;
      justify-content: center;
      color: rgba(127, 148, 129, 1);
      position: relative;
}
.clinic-content{
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      flex-direction: column;
}
.clinic-content::before{
      content: '';
      width: 200px;
      height: 1px;
      background-color: rgba(127, 148, 129, 1);
      margin-bottom: 55px;
}
.clinic-content .h1{
      margin-bottom: 8px;
}
.clinic-content .h4{
      margin-bottom: 40px;
}
.clinic-item{
      width: 100%;
      min-width: 480px;
      margin-bottom: 24px;
      padding-bottom: 24px;
      border-bottom: 1px solid rgba(206, 223, 208, 1);
}
.ci-title{
      font-weight: 700;
}
.clinic-remark{
      margin-top: 16px;
}
.clinic-remark .h5{
      margin-bottom: 24px;
}
.clinic-remark ul{
      margin: 0;
}
.clinic-side-photo-l{
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      left: 0;
      top: 142px;
      width: 400px;
      height: 640px;
      z-index: 99;
}
.clinic-side-photo-r{
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      right: 0;
      bottom: 0px;
      width: 400px;
      height: 640px;
      z-index: 99;
}
@media( max-width: 1440px ){
      .team-info{
            padding: 0 4% 0 4%;
      }
      .swiper-ctrl{
            padding-right: 4%;
      }
      .ri-content{
            padding-right: 0;
      }

      .clinic-side-photo-l, .clinic-side-photo-r{
            width: 27vw;
            height: 43.2vw;
      }
}
@media( max-width: 1200px ){
      .clinic-side-photo-l, .clinic-side-photo-r{
            display: none;
      }
}
@media( max-width: 991px ){
      .review-item{
            padding: 24px;
      }
      .review .swiper-ctrl{
            bottom: 44px;
            right: 24px;
      }
}
@media( max-width:768px ){
      body{
            font-size: 14px;
      }
      .home-top{
            padding-top: 100px;
            padding-left: 16px;
            padding-right: 16px;
            padding-bottom: 110px;
      }
      .home-top-main{
            flex-direction: column;
            align-items: flex-start;
            justify-content: flex-start;
      }
      .home-top-main-left{
            font-size: 48px;
            line-height: 1.2em;
            margin-bottom: 40px;
      }
      .home-top-main-right{
            width: 100%;
      }
      .home-top-photo{
            margin-top: 24px;
            padding-top: 116%;
      }
      .cac-container.service{
            padding-left: 0;
            padding-right: 0;
            padding-bottom: 100px;
      }
      .scate{
            width: 100%;
            margin: 16px 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
            flex-wrap: nowrap;
      }
      .scate-item{
            align-items: center;
            justify-content: flex-start;
            flex-direction: column;
            width: 100%;
            padding: 16px;
            background-color: #FEFFFE;
            margin-right: 0px;
            margin-bottom: 8px;
      }

      .team{
            flex-direction: column;
            padding-top: 0px;
            padding-bottom: 0px;
      }
      .team-info{
            width: 100%;
            padding: 40px 16px 0;
      }
      .team-info .cac-btn{
            margin-left: 0;
            margin-right: 0;
      }
      .team-info::before{
            margin-bottom: 24px;
      }
      .team-info .txt1{
            margin-top: 24px;
      }
      .team .swiper-ctrl{
            display: none;
      }
      .team-content{
            width: 100%;
            padding: 0 16px;
      }
      .team-swiper{
            width: 100%;
      }
      .team-swiper .swiper-wrapper{
            flex-direction: column;
      }
      .team-item{
            margin-bottom: 40px;
      }
      .team-info .cac-btn{
            display: none;
      }
      .teambtn-m{
            display: flex;
            margin-top: 16px;
      }
      .ti-photo-out{
            padding-top: 87.4%;
            margin-bottom: 16px;
      }
      .team-item .h5{
            margin-top: 0;
            margin-bottom: 8px;
      }

      .review{
            
            padding-top: 100px;
            padding-bottom: 100px;
      }
      .review-item{
            flex-direction: column;
            padding: 24px 16px;
      }
      .cac-container.review{
            padding-left: 0;
            padding-right: 0;
      }
      .ri-photo-out{
            width: 100%;
            padding-top: 58.3%;
            margin-bottom: 12px;
      }
      .ri-content{
            padding: 0;
      }
      .ri-content .txt1{
            margin-top: 12px;
            margin-bottom: 12px;
      }
      .ri-service{
            margin-bottom: 4px;
      }
      .ris-item{
            font-size: 14px;
      }
      .ri-content .txt2{
            font-size: 14px;
      }
      .review .swiper-ctrl{
            position: relative;
            bottom: auto;
            right: auto;
            z-index: 999;
            padding: 0;
            padding: 0 16px 24px;
            margin-top: -24px;
      }
      .review-swiper{
            margin-top: 24px;
            margin-bottom: 24px;
      }

      .clinic{
            padding: 40px 16px;
      }
      .clinic-content{
            width: 100%;
      }
      .clinic-item{
            width: 100%;
            min-width: 0;
      }
      .clinic-item.ci0{
            padding-top: 24px;
            border-top: 1px solid rgba(127, 148, 129, 1)
      }
      .ci-title{
            font-size: 18px;
            font-weight: 600;
            line-height: 1.5em;
            letter-spacing: 0.04em;
      }
      .clinic-remark{
            margin-top: 0;
      }
      .clinic-remark .h5{
            margin-bottom: 4px;
      }
}