.ServiceOverview .ServiceOverviewBox .ServiceOverviewText h2 {
  color: var(--Theme-Color, #FC1682);
}
.ServiceOverview .ServiceOverviewBox .ServiceOverviewText h2::after {
  background: var(--Theme-Color, #FC1682);
}

/* 公共標題顔色 */
.pubilc-title h2 {
  color: var(--Theme-Color, #FC1682);
}
.pubilc-title h2::after {
  background-color: var(--Theme-Color, #FC1682);
}


/* 設備環境導航 */
.environment-Box-Pc .swiper-pagination-environmentsecond .swiper-pagination-bullet{
  color: var(--Theme-Color, #FC1682);

}
.environment-Box-Pc .swiper-pagination-environmentsecond .swiper-pagination-bullet-active{
  background-color: var(--Theme-Color, #FC1682);
  color: var(--White, #FFF);
}

.dentistry {
  background: #FFF1F0;
}

/* 健康資訊圖片 */
.healthQuestion-img {
  width: 100%;
  margin-top: 25px;
}
.healthQuestion-img>div iframe,.healthQuestion-img>div {
  max-width: 371px;
  border-radius: 20px;
}
.healthQuestion-img>div{
  background-color: #DDDDDD;
}


/* 醫療團隊 */
.dentistry-team {
  background: #FFF1F0;
}
.dentistry-team .pubilc-title h2 {
  color: var(--Theme-Color, #FC1682);
}
.dentistry-team .pubilc-title h2::after {
  background-color: var(--Theme-Color, #FC1682);
}
.dentistry-team-Box .dentistryTeamSwiper .swiper-wrapper .swiper-slide .rotate-icon.rotated {
  background-color: var(--Grand-Grey, #E8E0D5);
}

@media screen and (min-width: 992px) {

  @media screen and (min-width: 992px) {
    .serviceArea-Box-table thead tr th {
      font-size: 23pt;
    }
    .serviceArea-Box-table tbody tr td p {
      font-size: 20pt;
      font-weight: 400;
    }
  }

  .Servicbg-Box {

    background-image: url("../images/section-overview-bgline.svg");

  }
  .dentistry {
    background: var(--Skin, #FFF1F0);
  }
  .dentistry-Box .title h2 {
    color: var(--Theme-Color, #FC1682);
  }

  .dentistry-Box-item:nth-child(2) {
    border: 30px solid rgb(229, 226, 233);
    background-image: url("../images/dentistry-1.svg");
  }
  .dentistry-Box-item:nth-child(3) {
    border: 30px solid rgb(252, 230, 221);
    background-image: url("../images/dentistry-2.svg");
  }
  .dentistry-Box-item:nth-child(4) {
    border: 30px solid rgb(234, 233, 233);
    background-image: url("../images/dentistry-3.svg");
  }
  .dentistry-Box-item:nth-child(5) {
    border: 30px solid rgb(231, 226, 227);
    background-image: url("../images/dentistry-4.svg");
  }
  .healthQuestion-img {
    margin-top: 40px;
  }
  .healthQuestion-img>div iframe,.healthQuestion-img>div  {
    width: 960px;
    max-width: 960px;
    height: 540px;
  }
}