﻿@charset "utf-8";

:root {
  --primaryColor: #3c62ab;
  --primaryColorDark: color-mix(in srgb, var(--primaryColor) 80%, black);
  --primaryColorLight: color-mix(in srgb, var(--primaryColor) 30%, white);
  --secondaryColor: #76bede;
  --lightBgColor: #f4fcff;
}

/* CSS Document */
* {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: none;
  font-family: Verdana, 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
  font-size: 16px;
  text-align: center;
  margin: 0;
}
img {
  display: block;
  width: 100%;
  margin: 0;
  image-rendering: -webkit-optimize-contrast;
}
header {
  /*  padding: 0 5%;*/
  width: 1260px;
  margin: auto !important;
}
@media (max-width: 1260px) {
  header {
    width: 95%;
    margin: auto;
  }
}

.headerRight .logIn #user-login {
  width: 75px;
  height: 42px;
}
.headerRight .logIn #user-login:before {
  position: absolute;
  left: 0px;
  top: 6px;
}
.headerRight .logIn #user-login label {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 42px;
  display: flex;
  align-items: center;
}

@media (max-width: 600px) {
  .headerRight .logIn #user-login {
    width: 40px;
  }
}

.wrapper {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 30px 0;
}
@media (max-width: 1260px) {
  .wrapper {
    width: 95%;
  }
}
.position {
  position: relative;
}
.logo {
  width: 12%;
  padding: 8px 0px;
}
.mainMenu {
  width: 100%;
  height: 60px;
  color: #ffffff;
  /* background-color: var(--primaryColor); */
  background-image: linear-gradient(0deg, var(--primaryColor) 0%, var(--secondaryColor) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  font-size: 1.3rem;
}
.mainMenu div {
  display: flex;
  justify-content: center;
}
.mainMenu div a {
  color: #ffffff;
  /*border-right: 1px solid #ffffff;*/
  padding: 0 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-shadow: 0 0 3px var(--primaryColorDark);
}
.mainMenu div a span {
  position: absolute;
  width: 100%;
  height: 30px;
  border-right: 1px solid #ffffff;
}
.mainMenu div a:last-child span {
  border-right: 0;
}
.mainMenu div a:hover {
  background-color: var(--primaryColorDark);
  /* background-color: #4f6c9f; */
  height: 60px;
}
.mainMenu div a.active {
  background-color: #e4718c;
  height: 60px;
}

@media (max-width: 1024px) {
  .mainMenu div a:hover {
    background-color: var(--primaryColor);
  }
}
.flexbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.headerRight {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
}
.searchArea > .searchInput {
  max-height: 40px;
  line-height: 36px;
  justify-content: flex-end;
  position: absolute;
  right: -1px;
  border: 1px solid #fff;
  border-radius: 5px 0 5px 5px;
  overflow: hidden;
}
.searchArea.active > .searchInput {
  display: flex;
}
.searchArea > .searchInput .searchText {
  height: 100%;
  width: 300px;
  color: #fff;
  text-indent: 0.5em;
  background: rgba(225, 225, 225, 0);
  border: none;
  font-size: 1em;
}
.searchInput {
  display: flex;
  align-items: center;
  margin-right: 3%;
  position: relative;
}
.searchText {
  border-radius: 50px;
  border-width: 1px;
  padding: 6px;
  margin-right: 2%;
}
.searchIcon {
  font-size: 1.4rem;
  cursor: pointer;
  color: #515151;
}
.smLeft {
  margin-right: 10px;
}
.socialBox {
  margin: 1% auto;
}
.fb,
.yt {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../images/icon.png) no-repeat;
    background-size: cover;
    background-position: 0 0;
}
.yt {
  background-position: -40px 0;
}
.setn-logo {
    background: url(../images/setn.png) no-repeat;
    width: 40px;
    height: 40px;
    background-size: cover;
    display:block;
}
.dropDown {
    position: relative;
    top: 0;
}
a {
  text-decoration: none;
  color: #333333;
}
a:hover {
  color: var(--primaryColorDark);
}
h1 {
  display: none;
}
h3 {
  padding: 6px 0px;
  font-size: 18px;
  line-height: 1.4;
  color: #333333;
  text-align: left;
  font-weight: normal;
}

@media (max-width: 1200px) {
  a:hover {
    color: #333;
  }
}

.topArea {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
}
.newsSection {
  width: 50%;
}
.hotArea {
  width: calc(50% - 44px);
}
.keywordArea {
  width: 25%;
}

.TitleMore {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.titleBox {
  font-size: 1.2rem;
  color: var(--primaryColorDark);
  text-align: left;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  position: relative;
}
.titleBox span {
  display: block;
  color: #ffffff;
  border-radius: 100px;
  background-color: var(--primaryColor);
  padding: 7px 14px 10px 40px;
}
.titleBox span:before {
  content: '';
  width: 32px;
  height: 32px;
  background: url(../images/health@2x.png) no-repeat;
  background-size: 16px;
  background-position: 7px 6px;
  position: absolute;
  left: 2px;
  top: 2px;
  background-color: var(--primaryColorDark);
  border-radius: 100px;
  border: 1px solid var(--primaryColorLight);
  box-sizing: border-box;
}
.more {
  position: relative;
  /*  right: 0;*/
  /*  top: 10px;*/
  font-size: 1rem;
  /*  text-decoration: underline;*/
  /*  line-height: 1.4;*/
  color: var(--primaryColorDark);
  padding-right: 20px;
}
.news {
  font-size: 18px;
  letter-spacing: 1px;
  position: relative;
  text-align: left;
  text-indent: 1em;
  line-height: 2.4;
  border-bottom: 1px dashed #c1c1c1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  list-style: none;
}
.newsBox .news:last-child {
  border-bottom: 0px;
}
.news:hover a,
.keywordsBox ul li:hover a,
.conBox a:hover h3 {
  color: var(--primaryColorDark);
}

@media (max-width: 480px) {
  .news {
    line-height: 2.5;
  }
}
@media (max-width: 1200px) {
  .news:hover a,
  .keywordsBox ul li:hover a,
  .conBox a:hover h3 {
    color: #333;
  }
}

.news:before {
  content: '';
  width: 8px;
  height: 8px;
  background: url(../images/dot@2x.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: calc((50% - 4px));
}
a:hover .more {
  color: #e4718c;
}
.keyword {
  position: relative;
  text-align: left;
  text-indent: 1em;
}
/*.keyword:before{
  content: "●";
  color: #fd6b7e;
  left: 0;
  top: 50%;
  transform: translate(-50%,-50%);
}*/
.keywordsBox {
  height: 20em;
}
.keywordsBox ul li {
  float: left;
  line-height: 1.4;
  margin: 2% 5% 2% 0;
  border: 1px solid #a6c7f7;
  padding: 4px 12px;
  border-radius: 20px;
}
.doctorArea {
  margin: 3% 0;
}
.doctorTitle {
  font-size: 1.2rem;
  color: #3d6299;
  text-align: left;
  margin-bottom: 3%;
  position: relative;
  text-indent: 2.2em;
}
.doctorTitle span:before {
  content: '';
  width: 40px;
  height: 40px;
  background: url(../images/icon.png) no-repeat;
  background-size: cover;
  background-position: -80px 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
}
.doctorBox {
  position: absolute;
  bottom: 8%;
  z-index: 1;
}
.doctorCarouselBox {
  height: 15em;
  display: flex;
  flex-flow: column;
  position: relative;
}
.doctorPattern {
  position: absolute;
  width: 100%;
  height: 100px;
  background-color: var(--primaryColor);
  bottom: 0;
}
.doctorPattern span {
  width: 100%;
  height: 10px;
  background-color: #a6c7f7;
  display: block;
  position: absolute;
}
.pattern1 {
  top: 0;
}
.pattern2 {
  bottom: 0;
}

.doctorPic img {
  border-radius: 50%;
  border: 6px solid #a6c7f7;
}
.doctorName {
  color: #ffffff;
  margin-top: 5%;
}
.item {
  padding: 2%;
}
.item a:hover .doctorName {
  color: #79e7ff;
}
.conSection {
  margin: 60px auto;
}
.conSection2 {
  margin: 60px auto;
  margin-top: 0px;
}
.conArea {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px 10px;
  margin-bottom: 60px;
}
.conBox {
  width: calc((100% - 30px) / 4);
  /*  margin: 1% 10px 0.5% 0;*/
}
.titleBox2 {
  margin-bottom: 1%;
}
.titleBox3 {
  margin-bottom: 2%;
}

.moreBox a span:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url(../images/icon.png) no-repeat;
  background-size: cover;
  background-position: -80px 0;
  position: absolute;
  right: 0px;
  top: 1px;
  /*  transform: translate(-50%,-50%);*/
}

/*liveArea*/
.live-title {
  margin: 10px 0 10px 10px;
  font-weight: bold;
  font-size: 19px;
  letter-spacing: 2px;
  color: #333;
  display: flex;
}
.live-title img {
  width: 60px;
  height: 21px;
  margin-right: 1%;
}
.liveSection {
  margin-top: 5%;
  align-items: flex-start;
}
.liveCon {
  flex: 1;
  width: 75%;
}
.liveSection .adArea {
  width: 300px;
  margin-left: 1%;
}
.ad300x250 {
  margin: 13.5% auto 0 auto;
}
/*liveArea end*/

/*iframe youtube-------------------------------------------------*/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*iframe youtube-------------------------------------------end*/

/*carousel*/
.newsCarousel .item {
  padding: 0;
}
.imgBox {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  display: block;
}
.newsCarousel > .carouselNav {
  position: absolute;
  top: 40% !important;
  width: 100%;
  transform: translate(-50%, -50%);
}
.owl-carousel .carouselNav {
  position: absolute;
  top: 85%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.owl-carousel .carouselNav_next,
.owl-carousel .carouselNav_prev,
.newsCarousel .owl-carousel .carouselNav_next,
.newsCarousel .owl-carousel .carouselNav_prev {
  border: 0px #fff dashed;
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
  outline: none;
}
.owl-carousel .carouselNav_next {
  background: url(../images/arrow-next-circle-default@2x.png) no-repeat center center;
  background-size: cover;
  background-position: 55% 0;
  right: -49%;
}
.owl-carousel .carouselNav_prev {
  background: url(../images/arrow-prev-circle-default@2x.png) no-repeat center center;
  background-size: cover;
  background-position: 41.5% 0;
  left: 51%;
}

.owl-carousel .carouselNav_next:hover {
  background: url(../images/arrow-next-circle-hover@2x.png) no-repeat center center;
  background-size: cover;
  background-position: 55% 0;
  right: -49%;
}
.owl-carousel .carouselNav_prev:hover {
  background: url(../images/arrow-prev-circle-hover@2x.png) no-repeat center center;
  background-size: cover;
  background-position: 41.5% 0;
  left: 51%;
}

@media (max-width: 900px) {
  .owl-carousel .carouselNav_next:hover {
    background: url(../images/arrow-next-circle-default@2x.png) no-repeat center center;
    background-size: cover;
    background-position: 55% 0;
    right: -49%;
  }
  .owl-carousel .carouselNav_prev:hover {
    background: url(../images/arrow-prev-circle-default@2x.png) no-repeat center center;
    background-size: cover;
    background-position: 41.5% 0;
    left: 51%;
  }
}

/*carousel end*/

.captionText {
  width: 100%;
  height: 2.5em;
  background-color: var(--primaryColorLight);
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.captionText a {
  color: #494949;
  /* text-overflow: ellipsis; */
  /* white-space: nowrap; */
  /* overflow: hidden; */
  width: 100%;
  line-height: 1.2;
}

.owl-carousel.owl-drag .owl-item:hover a {
  color: var(--primaryColorDark);
}

@media (max-width: 1200px) {
  .owl-carousel.owl-drag .owl-item:hover a {
    color: #494949;
  }
}

/*project*/
.proSection {
  /*  margin: 2% auto;*/
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
}
.proArea {
  width: calc((100% - 40px) / 3);
}
.projectBox {
  width: 100%;
}
/*.projectBox a:hover h3{ color: #ffffff;}*/
.projectTitle {
  position: relative;
  /*  margin-bottom: 2%;*/
  padding: 13px 0px;
}
.projectTitle p {
  white-space: pre-wrap;
  /*  width: 80%;*/
  text-align: left;
  padding-left: 30px;
  /*  line-height: 1.4; */
  color: #333333;
  font-size: 18px;
}
.projectTitle p:before {
  content: '';
  width: 23px;
  height: 20px;
  background: url(../images/icon.png) no-repeat;
  background-size: cover;
  background-position: -120px 0;
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translate(0%, -50%);
}
.projectTitle a .more {
  top: 0px;
}
.projectBox .news {
  padding: 0px;
}
.projectBox a:last-child .news {
  border-bottom: 0px;
}
/*.projectBox a > h3{
  background-color: var(--primaryColor);
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}*/
.projectNewsBox .news:before {
  color: #fd6b7e;
}

@media (max-width: 1200px) {
  .proArea {
    width: calc((100% - 20px) / 2);
  }
}

/*project end*/

.image-container {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.player-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 3;
  background: rgba(230, 122, 147, 0.8); 
  border-radius: 50px;
  font-size: 2.5em;
  color: #ffffff;
  text-align: center;
  line-height: 1.2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.fa-caret-right:before {
  padding-left: 6px !important;
}
#gotop {
  display: none;
  cursor: pointer;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  color: #3a3a3a;
  font-size: 16px;
  line-height: 1.6;
  width: 50px;
  height: 50px;
}
#gotop:before {
  content: '';
  width: 50px;
  height: 50px;
  background: url(../images/top@2x.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  /*  left: 60%;
  top: -70%;
  transform: translate(-50%,-50%);*/
}
footer {
  background-color: var(--primaryColor);
  /*  margin-top: 3%;*/
  padding: 60px 80px;
}
.footerLink {
  line-height: 2;
  height: auto;
  padding-right: 1%;
  flex: 1;
  margin: 0 0 3% 0;
}
.footerLink ul {
  text-align: center;
}
.footerLink ul li {
  display: inline-block;
  color: #707070;
  white-space: nowrap;
}
.footerLink ul li a {
  color: #ffffff;
}
.footerLink ul li a:hover {
  color: #d8d8d8;
}
.footerLink ul li:not(:last-child)::after {
  content: '|';
  color: #d6d6d6;
  font-size: 12px;
  margin-left: 3%;
  vertical-align: middle;
}
.socialBox {
  margin: 0 auto 0.5% auto;
}
.fb2,
.yt2,
.ig,
.twitter,
.line,
.tele,
.threads {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../images/share-icon.png) no-repeat;
  background-size: cover;
  background-position: 0 0;
  margin: 1%;
}
.yt2 {
  background-position: -80px 0;
}
.ig {
  background-position: -120px 0;
}
.twitter {
  background-position: -40px 0;
}
.line {
  background-position: -160px 0;
}
.tele {
  background-position: -200px 0;
}
.threads {
  background-position: -240px 0;
}
.copyright {
  color: #ffffff;
  font-size: 0.8rem;
  line-height: 1.4;
}
.vodTitle {
  text-align: left;
}
/*.secNavTitle{ font-size: 1.2rem;}*/
/*.secNavTitle p:before {
  content: "";
  width: 34px;
  height: 30px;
  background: url(../images/icon.png) no-repeat;
  background-size: cover;
  background-position: -180px 0;
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translate(0%,-50%);
}*/
/*.secNavTitle p { text-indent: 2em;}*/
.secNavBox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
  margin-top: 2px;
  gap: 10px;
}
/*.nav{
  margin-right: 1%;
  margin-bottom: 2em;
}*/
.nav a {
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50px;
  border: 1px solid var(--primaryColorDark);
  filter: drop-shadow(0px 5px 0px var(--primaryColorDark));
  color: var(--primaryColorDark);
  padding: 8px 20px;
  display: block;
  margin-bottom: 5px;
}
.nav a.active {
  color: #ffffff;
  background-color: var(--primaryColor);
}
.nav:hover a {
  color: var(--primaryColor);
}
.nav:hover a.active {
  color: #ffffff;
}
time {
  display: flex;
  letter-spacing: 1px;
  font-size: 0.8em;
  padding-left: 4%;
  color: #717171;
}
.navCon div div.conBox .image-container {
  display: block;
}
.doctor {
  position: relative;
  width: calc(100% / 6 - 25px);
  margin-bottom: 5%;
}
.doctorPattern2 {
  position: absolute;
  height: 100px;
  background-color: #00b2b8;
  z-index: -1;
  width: 100%;
  top: 70%;
}
.doctor a:hover .doctorName {
  color: #fcf12b;
}

.paginationArea {
  max-width: 400px;
  width: 100%;
  margin: 2% auto;
  order: 3;
}
.pagination > li {
  margin: 0 4px;
}
.pagination > li > * {
  position: relative;
  line-height: 30px;
  text-decoration: none;
  color: var(--primaryColorDark);
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 32px;
  /*  height: 30px;*/
  display: block;
}
.pagination > li.active a {
  color: #fff;
  background-color: var(--primaryColorDark);
  border: 1px solid var(--primaryColorDark);
}
.pagination > li:hover a {
  color: #fff;
  background-color: var(--primaryColorDark);
  border: 1px solid var(--primaryColorDark);
}

/*doctor page*/
.doctorInfo {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.doctorInfoCon {
  text-align: left;
  line-height: 1.6;
  margin-left: 1%;
}
.doctorDes {
  border-left: 3px solid var(--primaryColor);
  text-indent: 0.5em;
}
.doctorCon,
.newsArea {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /*  margin: 2% 0;*/
}

.owl-theme .owl-dots .owl-dot span {
  margin: 10px 7px 0px 7px;
  background: var(--primaryColorLight);
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--primaryColorDark);
}

.doctorLeft,
.leftCon {
  max-width: 945px;
  width: 80%;
}
.doctorRight,
.rightCon {
  width: 20%;
}
.doctorPageName {
  font-size: 1.375rem;
  font-weight: 700;
  color: #006db5;
  margin-bottom: 5px;
}
.articleBox {
  text-align: left;
  line-height: 1.6;
  border-bottom: 2px dotted #717272;
  padding: 1% 0;
}
.articleLeft {
  width: 70%;
}
.articleRight {
  width: 30%;
}
.doctorArticle > .titleBox {
  margin: 5% auto 2% auto;
}
.date {
  color: #717272;
  font-size: 0.875rem;
}
h2 {
  font-size: 1.25rem;
  color: #f91e43;
  line-height: 1.4;
}
h2 a {
  color: #f91e43;
}
h2 a:hover {
  color: var(--primaryColor);
}
/*doctor page end*/

/*doctorPage*/
.contactInfo {
  text-align: left;
  line-height: 1.6;
}
.contactName {
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 800;
}
.contactSm {
  background-color: #fd6b7e;
  border-radius: 50px;
  padding: 6px 20px;
  margin: 3% 0;
  color: #ffffff;
  display: table;
}
.contactSm a {
  color: #ffffff;
}
.fb-page {
  margin: 5% 0;
}
/*doctorPage end*/

/*news*/
.hiddenXL {
  display: block;
}
.ad980x250 {
  width: 980px;
  height: 250px;
  margin: 3% auto;
}
.newsTitle {
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 1.4;
  margin: 15px 0 10px 0px;
  color: #333;
  font-weight: bold;
  text-align: left;
}

.newsArea .leftCon .flexbox {
  justify-content: flex-end;
}
.newsArea .leftCon .conSection {
  margin: 0px;
}
.newsArea .leftCon .conSection #NewsList .conBox {
  width: calc((100% - 20px) / 3);
}

@media (max-width: 768px) {
  .newsArea .leftCon .conSection #NewsList .conBox {
    width: 100%;
  }
}

.shareBox {
  /*  padding: 10px 0;*/
  /*  letter-spacing: 1px;*/
  /*  color: #00238C;*/
  /*  width: 70%;*/
  /*  display: flex;*/
  margin-right: 20px;
  padding: 10px 0px;
}
/*.shareBox ul{ width: 100%; }*/
.shareBox ul a {
  margin-bottom: 3%;
}
.shareBox ul li:nth-child(3) {
  margin-right: 2.5%;
}
.shareBox ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.keyword ul {
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
}
tr._51mx {
  display: flex;
  justify-content: flex-start;
}

.share_fb {
  background-image: url(../images/fbshare@2x.png);
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
}
.share_line {
  background-image: url(../images/lineshare@2x.png);
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
}

.printBox {
  color: #696969;
  font-family: 'Century Gothic', Verdana, Arial, sans-serif;
  font-size: 16px;
  /*  font-weight: bold;*/
  position: relative;
  right: 0;
  padding: 10px 0px;
}
.printBox ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.printBox ul li {
  list-style: none;
  color: #696969;
  border: 1px solid #b7b4b4;
  width: 38px;
  line-height: 36px;
  border-radius: 50px;
  cursor: default;
  text-align: center;
  cursor: pointer;
}
.printBox ul li.fontsize.active {
  border: 1px solid var(--primaryColorDark);
  background-color: var(--primaryColorDark);
  color: #fff;
}
.printBox ul li.fontsize:hover {
  border: 1px solid var(--primaryColorDark);
  color: #fff;
  background-color: var(--primaryColorDark);
}

.VideoBlock {
  width: 100%;
  margin-top: 20px;
}
.youlink {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
}
.youlink > div {
  margin: auto 10px;
}
.pageText {
  font-size: 20px !important;
  line-height: 1.85em;
  letter-spacing: 1px;
  text-align: justify;
  text-justify: inter-ideograph;
  padding: 10px 0;
  width: 100%;
}
.keywordBox {
  width: 100%;
  padding: 10px 0;
  letter-spacing: 1px;
  color: #00238c;
  margin-bottom: 30px;
}
.pageKeyword {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  list-style: none;
  /*  margin: 0 auto 10px auto;*/
}
.pageKeyword > ul {
  /*  width: calc(100% - 60px);*/
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}
.pageKeyword ul li {
  display: inline-block;
  background-color: var(--primaryColorLight);
  padding: 6px 12px;
  border-radius: 50px;
  /*  margin: .5% 1% .5% 0;*/
}
.pageKeyword ul li a {
  color: #333;
}
.pageKeyword ul li a strong {
  font-weight: 500;
}

.pageKeyword ul li:hover a {
  color: var(--primaryColorDark);
}

/*.newsBox{ 
  position: relative;
  margin: 8% 0;
}*/
.newsList a {
  position: relative;
  display: block;
  letter-spacing: 0;
  width: 100%;
}

.newsListTag,
.newsList .newsListNum::before {
  background-color: var(--primaryColorDark);
  border-radius: 50px;
  color: #ffffff;
  position: absolute;
  left: 4px;
  top: 4px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  border: 1px solid var(--primaryColor);
  font-size: 20px;
  padding-bottom: 2px;
  box-sizing: border-box;
}

.newsBox.newsListNum:hover a {
  color: var(--primaryColorDark);
}

.newsimg-area-text-2 {
  position: relative;
  padding: 5px 2px;
  letter-spacing: 1px;
  line-height: 1.4;
  bottom: 0px;
  width: 100%;
  height: auto;
  font-size: 18px;
  margin-bottom: 15px;
  text-align: left;
}
.newsList .newsimg-area-text-2 {
  margin-bottom: 10px;
}
/*.newsList{
  margin: 15% 0;
}*/
.breadcrumb {
  display: flex;
  padding: 0;
  margin-right: 1em;
  font-size: 15px;
  order: 1;
  align-items: center;
  background-color: transparent;
  margin-bottom: 0px;
  list-style: none;
  letter-spacing: 1px;
  color: #3f3f3f;
}
.breadcrumb a:not(:last-child)::after {
  color: #666 !important;
  content: '\003E';
  display: inline-block;
  margin: 0 0.25em;
}
.pageDate {
  padding-left: 0;
}
.alert-message {
  padding: 20px;
  border-left: 3px solid #eee;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 40px;
  width: 100%;
  text-align: left;
}
.shareSection {
  background-color: #f5f1f0;
  border-color: #fc857e;
}
.alert-message-warning {
  background-color: var(--lightBgColor);
  border-color: var(--primaryColorDark);
}
#newsTextAD {
  width: 96%;
  margin: 1% 2% 1% 4px;
  font-size: 1em;
  font-family: Arial, Verdana, 'Microsoft JhengHei', sans-serif;
}
#newsTextAD > li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  line-height: 25px;
  margin-bottom: 15px;
}
.extend {
  width: 100%;
  margin-bottom: 60px;
}
.extend ul {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
  gap: 10px 20px;
}
.extend ul li,
.compass-fit-ad {
  /*  width: 49%;
  line-height: 40px;
  border-bottom: 1px dashed #d4d4d4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 17px;
  letter-spacing: 1px;
  list-style: disc;*/
  font-size: 18px !important;
  letter-spacing: 1px !important;
  position: relative;
  text-align: left;
  padding-left: 16px;
  line-height: 2.25 !important;
  border-bottom: 1px dashed #c1c1c1 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc((100% - 20px) / 2) !important;
  list-style: none;
}
.extend ul li:before,
.compass-fit-ad a:before {
  /*  content: "●";
  color: var(--primaryColor);
  font-size: 15px;
  width: 15px;
  display: inline-block;*/
  content: '' !important;
  width: 8px !important;
  height: 8px;
  background: url(../images/dot@2x.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: calc((50% - 4px));
}

@media (max-width: 480px) {
  .extend ul li,
  .compass-fit-ad {
    width: 100% !important;
  }
}

/*.newsPageLive{
  width: 100%;
  margin: 3% 0;
}*/
.pageHotNews {
  width: calc((100% - 20px) / 3);
}
/*.newsPageCon{ margin: 5% auto 0% auto;}*/
/*news end*/

/*projectPage*/
.projectPageTitle {
  white-space: pre-wrap;
  /*  width: 80%;*/
  text-align: left;
  padding-left: 1.8em;
  line-height: 1.3;
  position: relative;
  font-size: 1.5rem;
  color: var(--primaryColor);
  /*  font-weight: 800;*/
}
.projectPageTitle:before {
  content: '';
  width: 33px;
  height: 29px;
  background: url(../images/icon.png) no-repeat;
  background-size: cover;
  background-position: -174px 0;
  position: absolute;
  left: 0px;
  top: 1px;
  /*  transform: translate(0%,-50%);*/
}
.projectPageCon {
  font-size: 1.063rem;
  letter-spacing: 1px;
  position: relative;
  border-bottom: 1px dashed #c1c1c1;
  padding: 12px 0px;
}
.projectPageCon p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: inherit;
  width: 100%;
  list-style: none;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  text-align: left;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.projectPageCon time {
  padding-left: 0;
  line-height: 2;
}
/*projectPage end*/

.searchResult {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--primaryColor);
  margin: 0 0 0 0.8%;
}
.searchResultTitle,
.searchResultInput {
  margin-bottom: 2%;
  margin-right: 0;
}
.searchResultText {
  width: 100%;
}
.pageText article div p {
  margin: 0.5em 0.25em 1.5em 0.25em;
}
.loginBox i {
  font-size: 1.5rem;
}

@media (max-width: 1200px) {
  body {
    background-size: auto;
  }
  /*.wrapper{
    width: 95%;
     padding: 6% 0; 
  }*/
  .logo {
    width: 12%;
  }
  .vision_pc,
  .mainMenu div::-webkit-scrollbar {
    display: none;
  }
  .vision_mb,
  .qrcode,
  .youlink {
    display: block;
  }
  .mainMenu div {
    overflow-y: hidden;
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
    height: 60px;
  }
  .mainMenu {
    justify-content: flex-start;
  }
  .newsSection {
    width: 100%;
  }
  .hotArea,
  .keywordArea {
    width: 100%;
    /*    margin: 5% 0;*/
  }
  .doctorCarouselBox {
    height: 11.5em;
  }
  .liveSection {
    flex-wrap: wrap;
    margin-top: 10%;
  }
  .liveCon {
    width: 100%;
  }
  .adArea {
    display: none;
    justify-content: center;
    width: 100%;
    margin: 2% auto;
    flex-wrap: wrap;
  }
  .doctor {
    width: calc(100% / 3 - 50px);
  }
  .doctorPattern2 {
    top: 80%;
  }
  .youlink div {
    display: inline-block;
    margin: 2%;
  }
  .leftCon {
    margin-right: 15px;
  }
  .projectTitle p {
    padding-left: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
  }
}

@media (max-width: 900px) {
  .conBox {
    width: calc((100% - 10px) / 2);
  }
  .doctorCarouselBox {
    height: 10.5em;
  }
  .proArea {
    width: 100%;
    /*    margin: 1% 8px 1% 0;*/
  }
  .projectBox {
    width: 100%;
  }
  .projectTitle {
    white-space: nowrap;
  }
  .doctor {
    width: calc(100% / 2 - 25px);
    margin-bottom: 10%;
  }
  .doctorPattern2 {
    top: 83%;
  }
  .doctorName {
    font-size: 1.5rem;
  }
  .doctorTitle {
    font-size: 1.5rem;
    text-indent: 1.8em;
  }
  .headerRight {
    width: 80%;
  }
  .doctorLeft,
  .leftCon {
    width: 98%;
  }
  .smLeft,
  .rightCon,
  .liveSection .adArea {
    display: none;
  }
  /*  .titleBox{ margin-bottom: 3%;}*/
  .doctorCon {
    display: block;
  }
  .doctorLeft {
    margin: 0 auto;
  }
  .doctorRight {
    margin: 5% auto;
  }
  .searchResultTitle {
    margin-top: 2%;
  }
  /*  .secNavTitle{ margin-bottom: 5%; }*/
  .footerLink {
    margin: 0 0 6% 0;
  }
}

@media (max-width: 480px) {
  .logo {
    width: 25%;
    /*    margin: 2% 0;*/
    padding: 6px 0px;
  }
  .hotArea,
  .keywordArea,
  .conBox,
  .proArea,
  .openVOD .image-container {
    width: 100%;
  }
  .doctorCarouselBox {
    height: 14em;
    margin-top: 10%;
  }

  .searchText,
  .articleLeft > p {
    display: none;
    width: 120px;
  }
  .searchText.active {
    display: block;
    position: absolute;
    left: -430%;
    top: 110%;
    z-index: 1;
  }
  .videoImg,
  .doctorInfo,
  .searchResultText {
    display: block;
  }
  .titleBox2,
  .titleBox3 {
    margin-bottom: 5%;
  }
  /*  .proArea { margin: 3% 0;}*/
  footer {
    padding: 100px 10px;
  }
  .captionText {
    font-size: 1.2rem;
    text-align: left;
    padding: 0px 8px;
    height: 3em;
  }
  /*  .conSection { margin: 30px auto;}*/
  .socialBox,
  .headerRight {
    width: 60%;
  }
  /*  .navCon div div.conBox { margin: 2% 0;}*/
  .navCon div div.conBox a {
    display: flex;
    width: 100%;
    gap: 10px;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  /*  .navCon div div.conBox .image-container{
    width: 60%;
    height: auto;
    overflow: hidden;
    padding-bottom: 0px;
    position: relative;
  }*/
  .navCon div div.conBox .image-container {
    width: 133px;
    padding-bottom: calc(133px * 0.5625);
  }
  .navCon div div.conBox h3 {
    padding: 0px;
    /*    width: calc(100% - 133px - 10px);*/
  }
  /*  .navCon { margin: 0;}*/
  .navCon .conArea {
    gap: 0px;
  }
  .navCon div div.conBox {
    padding-bottom: 8px;
    border-bottom: 1px dashed #c1c1c1;
    margin-bottom: 8px;
  }
  .navCon div div.conBox:last-child {
    padding-bottom: 0px;
    border-bottom: 0px;
    margin-bottom: 0px;
  }
  /*  .nav { margin: 2% 2% 8% 0;}*/
  .fb2,
  .yt2,
  .ig,
  .twitter,
  .line,
  .tele {
    margin: 2%;
  }
  .doctorPattern2 {
    height: 65px;
    top: 78%;
  }
  .doctor {
    margin-bottom: 15%;
  }
  .doctorName {
    font-size: 1rem;
  }
  .articleBox {
    padding: 1% 0 3% 0;
    margin: 3% 0;
  }
  .doctorTitle {
    font-size: 1.2rem;
    text-indent: 2em;
    margin-top: 2%;
  }
  .doctorTitle span:before {
    width: 30px;
    height: 30px;
    background-position: -60px 0;
  }
  /*  .titleBox{ margin: 2% 0 5% 0;}*/
  /*  .conBox h3{ 
    position: relative;
    text-indent: 1em;
    padding: 8px 0;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
  }*/
  /* .conBox h3:before{
    content: "●";
    color: var(--primaryColor);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%,-50%);
  }*/
  .extend ul li:before {
    width: 8px;
  }
  /* .focusTitle h3{ 
    text-indent: 0;
    width: 65%;
    margin-left: 2%; 
    overflow: visible;
    white-space: break-spaces;
  }*/
  .focusTitle h3:before {
    content: '';
  }
  .conBox {
    /*    border-bottom: 1px dashed #C1C1C1;*/
    margin: 0;
  }
  .keywordsBox {
    height: 18em;
  }
  .newsCarousel .item a .image-container {
    display: block;
    width: 100%;
  }
  /*  .shareBox ul li:nth-child(2){ margin-left: -5%; }*/
  .socialBox {
    margin: 0 auto 3% auto;
    width: 100%;
  }
}

.ShadowBox {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  /*  border-radius: 4px;*/
  /*  overflow: hidden;*/
}
.newsItemsContent {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 6px;
  box-sizing: border-box;
}
.newsItemsContent h3 {
  padding: 0px;
}
.newsTimer {
  color: #686868;
  font-size: 14px;
  text-align: right;
  display: block;
}

@media (max-width: 480px) {
  .ShadowBox {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  }
  .newsItemsContent {
    padding: 0px;
    width: calc(100% - 133px - 10px);
  }
}

article figure {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  line-height: 1em;
}

article figure picture {
  width: 100%;
}

article figure figcaption {
  width: 100%;
  padding-left: 22px;
  box-sizing: border-box;
  position: relative;
  color: #535353;
  font-size: 14px;
}

article figure figcaption::before {
  content: '';
  position: absolute;
  height: 12px;
  width: 12px;
  left: 0px;
  top: 0px;
  border-left: 1px solid #004ba0;
  border-bottom: 1px solid #004ba0;
  box-sizing: border-box;
}

/* add */
.compass-fit-ad-title:hover {
  color: var(--primaryColorDark) !important;
}

._popIn_recommend_article:hover > ._popIn_recommend_art_title a {
  color: var(--primaryColorDark) !important;
}

/*google 加入首選 START*/

.google_btn {
    width: 100%;
    height: 30px;
    text-align: center;
    position: relative;
}

@media screen and (min-width: 768px) {
    .google_btn {
        width: auto;
        margin-right: 20px;
        height: auto;
        order: -1;
    }

        .google_btn span {
            line-height: 36px;
        }
}

.google_btn a {
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 0.875rem;
    line-height: 1.5em;
    color: rgb(46, 46, 46);
    font-weight: 500;
    border: 2px solid rgb(227, 237, 255);
    padding: 2px 8px 2px 4px;
    border-radius: 30px;
    box-sizing: border-box;
    white-space: nowrap;
}

    .google_btn a img {
        margin-right: 4px;
        width: auto;
    }

@media screen and (min-width: 1024px) {
    .google_btn a:hover {
        color: rgb(15, 66, 125) !important;
        background-color: rgb(227, 237, 255);
    }

        .google_btn a:hover + .tooltip_wrap {
            display: block;
        }
}

.google_btn .tooltip_wrap {
    display: none;
    position: absolute;
    top: -100px;
    left: -100px;
}

.google_btn .tooltip {
    width: 320px;
    height: 80px;
    font-size: 0.875rem;
    line-height: 1.5em;
    color: rgb(15, 66, 125);
    padding: 16px 24px;
    background-color: rgb(242, 247, 255);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    border-radius: 100px;
    text-align: center;
}

    .google_btn .tooltip::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 9;
        bottom: -9px;
        left: 50%;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid rgb(242, 247, 255); /* 三角形顏色與高度 */
        filter: drop-shadow(0px 4px 3px rgba(0, 0, 0, 0.15));
    }
/*google 加入首選 END*/
