@charset "UTF-8";
*:focus {
    outline: 3px solid #FF6600;
    outline-offset: 2px; 
}
legend {
    font-size: .1rem;
    color: transparent;
    position:absolute;
}
/* 修改bootstrap  */
.row {
    --bs-gutter-x: 0;
}
#contenR .row {
  --bs-gutter-x: 1.5rem;
}
.borderR{
  border-radius: 15px;
}
.mainColor{
  /* background-color: #077760; */
  justify-content: end;
}
.mainFontColor{
  color: #ffffff;
}
.fontZ15{
  font-size: 1.5rem;
}
.fontZ17{
  font-size: 1.7rem;
}
.fontZ2{
  font-size: 2rem;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0;
  position: relative;
}

datalist {
  position: absolute;
  background-color: white;
  border-radius: 0 0 5px 5px;
  width: 100%;
  padding: 5px;
  position: absolute;
  z-index: 99;
}

option {
  background-color: white;
  padding: 4px;
  font-size: 18px;
  cursor: pointer;
}

option:hover, option:focus, .optionactive {
  background-color: #007FFF;
  color: #fff;
}

.datalistshow {
  display: block;
}

* {
  font-family: 微軟正黑體, "Microsoft JhengHei";
  letter-spacing: 0.05em;
}

@font-face {
  font-family: BpmfGenSekiGothic;
  src: url("/fonts/BpmfGenSekiGothic-L.ttf") format("opentype");
}

.displayn {
  display: none;
}

.displayb {
  display: block !important;
}

#accesskey-U {
  width: 1em;
  border: none;
  line-height: 36px;
  transform: scale(0.7);
  background: transparent;
}

#accesskey-C {
  width: 1em;
  border: none;
  position: absolute;
  left: 0;
  background: transparent;
}

.festivalheaderrow {
  width: 100%;
  border-radius: 0;
  position: relative;
  top: 0;
}

.popularSearch {
  display: inline-block;
  cursor: pointer;
}

.popularSearch:hover {
  text-decoration: underline;
}

.changefontfamilybtn {
  /* border: 1px solid #CF3F3F; */
  border-radius: 5px;
  /* background-color: #077760; */
  color: #ffffff;
  padding: 10px 21px 11px 10px;
  cursor: pointer;
  height: 100%;
  width: auto;
}

.changeFontFamily {
  font-family: BpmfGenSekiGothic !important;
}

.changeFontFamily * {
  font-family: BpmfGenSekiGothic !important;
}

i.fa {
  font-family: 'FontAwesome' !important;
}

html {
  font-size: 0.625rem;
  min-width: 320px;
}

a {
  text-decoration: none;
  font-size: 2rem;
}

a:hover {
  text-decoration: underline;
}

.animationauto1 {
  animation-name: animationkeyframe1;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

@keyframes animationkeyframe1 {
  0% {
    transform: scale(1) translateY(0px);
  }
  100% {
    transform: scale(1.05) translateY(-5px);
  }
}

@media all and (min-width: 999px) {
  /* #Pnl_TSGH_News .item .more.animation1{
    position: relative; 
    transition: .5s;
  } */
  .animation1 {
    transition: .5s;
    z-index: 100;
  }
  .animation1:active, .animation1:hover {
    transform: scale(1.05) translateY(-5px);
    z-index: 100;
  }
}

#hamburgerbtn {
  display: none;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 0;
  margin: 0 20px 0 auto;
}

#hamburgerbtn .icon-bar {
  background-color:  #077760;
  height: 4px;
  border-radius: 3px;
  display: block;
  margin: 5px 0;
}

#headerArea {
  width: 97%;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99;
  background:rgb(255 255 255);
  display: block;
  border-radius: 30px;
  /* padding: 10px 0; */
  box-shadow: 5px 5px 20px #ccc;
  
}
.noabove{
  border-bottom: 2px solid #077760;
}
header {
  background: url("../img/2022/headerBg.png");

}
.topArea
{
  border-radius: 0 30px 0px 0;
}
.showM .topArea
{
  border-radius: 0 0px 0px 0;
}
.noabove header .topArea
{
  border-radius: 0 0px 0px 0;
}

header .row {
  align-items: center;
}

header .topArea {
  display: flex;
  /* flex-direction: column; */
  /* justify-content: space-between; */
  padding: 0 20px;
}

    header .topArea .topnav {
        /* width: 100%; */
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-wrap: wrap;
        padding: 13px 0 ;
        margin-bottom: 0;

    }

header .topArea .topnav li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 22px;
  position: relative;
}

header .topArea .topnav li:after {
  content: '';
  width: 2px;
  height: 15px;
  background-color: #ffffff;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

header .topArea .topnav li:last-child:after {
  display: none;
}

header .topArea .topnav li a {
  color: #ffffff;
  font-size: 2rem;
  /* font-weight: 700; */
}

header .topArea .topnav li a:hover {
  color: #0937a8;
  text-decoration: underline;
}

header .topArea .weboption {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px 0px 11px 0;

}

header .topArea .fontarea {
  display: flex;
  justify-content: center;
  align-items: center;
}

header .topArea .fontControl {
  display: inline-block;
  background-color: #fff;
  width: 28px;
  height: 28px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  padding: 0 3px;
  cursor: pointer;
  color: #077760;
  line-height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  font-size: 1.6rem;
}

header .topArea .fontControl:hover {
  background-color: #077760;
  color: #fff;
}

header .topArea .in {
  background-color: #077760;
  color: #fff;
}

header .topArea .sharebtn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

header .topArea .sharebtn > a {
  /* border: 1px solid #CF3F3F; */
  border-radius: 5px;
  background-color: #077760;
  color: #ffffff;
  /* padding: 5px; */
}

header .topArea .sharebox2 {
  /* position: absolute; */
  /* background: #fff; */
  border: 1px solid #077760;
  color:  #077760;
  bottom: -136%;
  right: 0;
  display:flex;
  width: auto;
 padding: 5px;
 margin: 0;
  z-index: 1;
}
header .topArea .sharebtn:hover + .sharebox2{
  display: flex;
}
header .topArea .sharebox2 li {
  /* border: 1px solid #aaa; */
  padding: 0;
}

header .topArea .sharebox2 li:hover {
  filter: drop-shadow(1px 1px 1px gray);
}

header .topArea .sharebox2 a {
  text-align: center;
  display: block;
  padding: 0 5px;
}

header .topArea .sharebox2 img {
  max-width: 32px;
}
header .topArea .sharebox2:hover{
  display: flex;
}
header .topArea .showsharebox {
  display: flex;
}
header .topArea .showsharebox :hover{
  display: flex;
}
header .topArea .sharebtnM {
  display: flex;
  background-color: transparent;
  align-items: center;
}

header .topArea .sharebtnM .shareboxM {
  flex-wrap: nowrap;
}

header .topArea .sharebtnM .shareboxM li {
  padding: 0;
  background: transparent;
  max-width: 40px;
  margin: 0 5px;
}

header .topArea .sharebtnM .shareboxM li:first-child {
  display: block;
}

header .topArea .sharebtnM .shareboxM a {
  display: block;
}

header .topArea .sharebtnM .shareboxM a img {
  width: 100%;
}

header .topArea .blackFix {
  top: auto;
}

header .searchArea {
  /* padding: 5px 10px; */
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
}
#searchAreaT{
  /* height: 120px; */
  /* border-left: 2px solid #077760; */
  /* background-color:#077760; */
}
#searchAreaT .row{
  height: 100%;
}
.searchGroup{
  width: 4.333333%;
  margin-right: 24px;
}
#topAreaT{
  background-color: #077760;

}
#topAreaT .row .searchingIcon{
  height: 100%;
  color: white;
  min-width: 61px;
}
header .topArea  .searching {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
header .topArea  .searchingIcon {
  display: flex;
  flex-direction: column; /* 改為垂直排列 */
  align-items: center; /* 水平置中 */
  justify-content: center; /* 垂直置中整個內容 */
  /* width: 100px; 設定寬度，避免圖示過大 */
  /* height: 100px; 設定高度 */
  /* background-image: url('./Vector.png'); 搜尋圖示 */
  /* background-size: 40px 40px; 圖示大小 */
  /* background-position: center top; 圖示置於頂部並置中 */
  /* background-repeat: no-repeat; 不重複顯示 */
  /* background-color: #077760; */
  /* padding-top: 50px; 留空間給圖示，文字下移 */
}
header .topArea  .searchGroup{
position: relative;
}
.searchBlock {
    display: none;
    padding: 10px;
    background: #000000CC;
    backdrop-filter: blur(3px);
    border-radius: 5px;
    width: 500px;
    height: 89px;
    position: absolute;
    z-index: 99;
    top: 100%;
    bottom: -75%;
    right: 3px;
}
header .topArea  .searchingIcon:hover + .searchBlock {
display: block;
}

.searchingIcon:focus ~ .searchBlock {
    display: block;
}
/*.searchBlock:has(#searchfieldset:focus),
.searchBlock:has(#searchinput:focus),
.searchBlock:has(#speechsearchT:focus),
.searchBlock:has(#googleSearch:focus),
.searchBlock:has(#Advanced:focus) {
    display: block;
    position: absolute;
    z-index: 99;
    top: 100%;
    bottom: -75%;
    right: 3px;
}*/
.searchBlock:hover,
.searchBlock:focus {
    display: block;
}

header .searchArea .notation {
  display: flex;
  flex-direction: row; 
  align-items: center;
  justify-content: center;
  white-space: nowrap;

}
header .topArea .searching input {
  height: 30px;
  border: 1px solid #B05CA0;
  font-size: 1.6rem;
}

header .topArea  .searching input:focus {
  outline: 1px solid #B05CA0;
}

header .topArea  .searching .seatch-f-mobile {
  display: none;
}

header .topArea  .searching .search-btn,
header .topArea  .searching .advanced {
  border: none;
  height: 30px;
  line-height: 30px;
  padding: 0 6px;
  display: inline-block;
  vertical-align: top;
  font-size: 1.6rem;
  color: #333333;
  font-weight: bold;
}

header .topArea  .searching .search-btn {
  background-color: #F7C609;
}

header .topArea  .searching .advanced {
  background-color: #CBDE2B;
}

header .topArea  .speechsearch {
  cursor: pointer;
  margin-left: -21px;
  margin-right: 10px;
  position: relative;
  color:black;
}

header .topArea  .popular {
  color: #ffffff;
  margin-top: 8px;
  font-size: 2rem;
  -webkit-text-stroke: .2px #ffffff;
  -webkit-text-fill-color: #ffffff;
}

header .topArea  .popular a {
  color: #606060;
}
#swiperLinkControlsGroup,
#controlsPlayGroupPhone,
#swiperControlsGroup,
#controlsPlayGroup {
    background-color: rgba(0, 0, 0, 0.5);
}
    #swiperLinkControlsGroup,
    #swiperControlsGroup {
        border-radius: 9px;
        margin-left: 8px;
    }

#controlsPlayGroupPhone{
    position: absolute;
    right: 12px;
    top: 10px;
    border-radius: 4px;
    z-index: 99;
}
#controlsPlayGroup {
    position: absolute;
    right: 12px;
    border-radius: 4px;
    z-index: 99;
    display:none;
}
    #swiperLinkControlsGroup .swiperLinkPauseIcon_docc,
    #swiperControlsGroup .swiperPauseIcon_docc,
    #controlsPlayGroup #play-icon,
    #controlsPlayGroupPhone #Phonepause-icon,
    #swiperLinkControlsGroup .swiperLinkPlayIcon_docc,
    #swiperControlsGroup .swiperPlayIcon_docc,
    #controlsPlayGroup #pause-icon,
    #controlsPlayGroupPhone #Phoneplay-icon {
        height: 40px;
        width: 40px;
        cursor: pointer;
        text-align: center; /* 水平置中 */
    }

    #controlsPlayGroup #play-icon {
        line-height: 37px; /* 垂直置中 - 與 height 相同 */
    }
#swiperLinkControlsGroup .swiperLinkPauseIcon_docc,
#swiperControlsGroup .swiperPlayIcon_docc {
    line-height: 33px;
}
#swiperLinkControlsGroup .swiperLinkPlayIcon_docc,
#swiperControlsGroup .swiperPauseIcon_docc {
    line-height: 34px;
}
        #controlsPlayGroup #pause-icon {
            line-height: 38px; /* 垂直置中 - 與 height 相同 */
        }
    #go_home {
        text-align: center;
    }

#go_home img {
  width: 100%;
  max-width: 342px;
}

h1 a {
  display: block;
}

.mainservice {
  /*position: relative;*/
  display: none;
  z-index: 99;
  width: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color:  #077760;
}

.mainservice .box960 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.mainservice .box960 ul li {
  width: 50%;
  padding: 6px 0;
  border: 1px solid rgba(255, 255, 255, 0.479);
  border-collapse: collapse;
}

.mainservice .box960 ul li a {
  width: 100%;
  display: block;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  line-height: 1.5;
}

nav .dropdownnav {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  flex-wrap: wrap;
}

nav .dropdownnav .dropdown {
  margin: 0 30px;
}

nav .dropdownnav .dropdown > a {
  display: block;
  padding: 10px;
  color: #077760;
  font-weight: 700;
  letter-spacing: .08em;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  min-width: 124px;
}

nav .dropdownnav .dropdown > a::before {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: auto;
  width: 90%;
  height: 3px;
  background: #1943a6;
}

nav .dropdownnav .dropdown > a::after {
  color: #077760;
}

nav .dropdownnav .dropdown > a:focus .dropdown-menu {
  display: block;
}

nav .dropdownnav .dropdown:hover {
  outline: 2px dotted #D6EFF9;
  background: #D6EFF9;
}

nav .dropdownnav .dropdown:hover a {
  color: #333333;
}

nav .dropdownnav .dropdown:hover a::after {
  color: #333333;
}

nav .dropdownnav .dropdown .dropdown-menu {
  background-color: rgba(255, 255, 255, 0.95);
  top: 100%;
  left: 0;
  padding: 0;
  white-space: nowrap;
}

nav .dropdownnav .dropdown .dropdown-menu li a {
  display: block;
  padding: 10px;
  position: relative;
  color: #077760;
  font-weight: 700;
  white-space:normal;
}

nav .dropdownnav .dropdown .dropdown-menu li a .fa-chevron-right {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: transparent;
}

nav .dropdownnav .dropdown .dropdown-menu li a:hover {
  background-color: #D6EFF9;
  color: #333333;
}

nav .dropdownnav .dropdown .dropdown-menu li a:hover .fa-chevron-right {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

nav .dropdownnav .dropdown .dropdown-menu.show {
  display: grid;
}

nav #dropdownnavT {
  position: relative;
}

nav #dropdownnavT .dropdown {
  position:initial;
}

nav #dropdownnavT .dropdown-menu {
  /* position: absolute; */
  width: 1180px;
  top: 85%;
  border-radius: 15px;
  overflow: hidden;
  left: 0;
  /* transform: translateX(-50%); */
  right: 0;
  margin: auto;
  gap: 10px;
  padding: 10px;
  background: #fff;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}

nav #dropdownnavT .dropdown-menu li {
  border: 2px solid #CFCFCF;
  border-radius: 5px;
}

nav #dropdownnavT .dropdown-menu li a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dropdown-menushow {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.dropdown-menuclose {
  display: none;
}

.showM {
  display: none;
}

.bannerArea {
  padding: 0;
  display: block;
  position: relative;
  /* background: #FAFAFA; */
  /* z-index: 99; */
}

.skitter {
  max-width: none !important;
}

.skitter .info_slide_dots {
  bottom: 20%;
}

.skitter-clean .prev_button {
  background: url("../../img/sprite-clean.png") no-repeat 0 0/cover;
}

.skitter-clean .next_button {
  background: url("../../img/sprite-clean.png") no-repeat 0 -46px/cover;
}

.skitter-clean .info_slide_dots .image_number {
  background: #2B4689;
}

.skitter-clean .info_slide_dots .image_number:hover {
  background: #FECA01;
}

.skitter-clean .info_slide_dots .image_number.image_number_select {
  background: #FECA01;
}

.skitter.with-dots {
  margin-bottom: 0;
}

/* .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
} */

.bannerArea .swiper-pagination-bullets {
  bottom: -22%;
}

.swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: .25;
}

.swiper-pagination-bullet-active {
  background-color: #077760;
  opacity: 1;
}

.slider-next,
.slider-prev {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
  width: 45px;
  height: 45px;
}

.slider-next::after,
.slider-prev::after {
  color: #333333;
  transform: scale(0.7);
  font-weight: bolder;
}

.slider-next:hover,
.slider-prev:hover {
  background: white;
}

.bannerArea {
  position: relative;
}

.bannerArea .swiper-slide {
  width: 100%;
}

.bannerArea .swiper-slide a {
  width: 100%;
  display: block;
}

.bannerArea .swiper-slide > p {
  width: 100%;
  margin: 0;
}

.bannerArea .swiper-slide .bnweb {
  display: block;
  width: 100%;
}

.bannerArea .swiper-slide .box960 {
  width: 960px;
  position: absolute;
  left: 50%;
  top: 8%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.bannerArea .swiper-slide .box960 .left li {
  font-family: 'Noto Serif TC';
  font-weight: 700;
}

.bannerArea .swiper-slide .box960 .left li img {
  width: 72px;
  display: inline-block;
}

.bannerArea .swiper-slide .box960 .left li span {
  vertical-align: bottom;
  font-size: 1.6rem;
  color: #898989;
  display: inline-block;
  font-weight: 400;
}

.bannerArea .swiper-slide .box960 .left li:nth-child(2) {
  font-size: 5.5rem;
  color: #0a46bf;
  font-family: inherit;
  -webkit-text-stroke: .9px #0a46bf;
  -webkit-text-fill-color: #0a46bf;
}

.bannerArea .swiper-slide .box960 .left li:nth-child(3), .bannerArea .swiper-slide .box960 .left li:nth-child(4), .bannerArea .swiper-slide .box960 .left li:last-child {
  font-size: 4rem;
  color: #b28247;
}
#controlsPlayGroupPhone,
.phone-carousel {
    display: none;
}

#epidemic {
  display: block;
  position: fixed;
  right: 0;
  top: 200px;
  font-size: 2rem;
  cursor: pointer;
  z-index: 100;
}

#epidemic * {
  font-family: Microsoft JhengHei !important;
}

#epidemic a {
  display: block;
  width: 150px;
}

#epidemic a img {
  width: 100%;
}

#epidemic a span {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: 700;
  font-size: 3rem;
  -webkit-text-stroke: .7px #FFF;
  -webkit-text-fill-color: #df0c0c;
  white-space: nowrap;
}

.headline-bright {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
}

.headline-bright img {
  width: 68px;
  padding-bottom: 8px;
}

.headline-bright h2 {
  font-weight: 700;
  color: #333333;
  font-size: 4rem;
  /* margin: 0 0 0 10px; */
}

/* .areaBg_1{
  position: relative;
  background: url(/img/2025/01.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
} */

.areaBg_1::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  background: url(/img/2025/01.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 17%;
  z-index: -1;
}
.service {
  /* background: url("/img/2024/section01.png"); */
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
  padding: 20px 0 0;
  /* margin-top: -200px; */
  background-color: #ffffff;
  z-index: 50;
}
.areaBg_2{
  /* background-color: white; */
  /* background: url("/img/2025/02.png"); */
  /* 右邊中間 */
  /* background-repeat: no-repeat; */
  /* background-size:contain; */
  /* background-position: bottom;  */
  /* 讓圖片靠底部 */
  /* background-position: bottom center; */
  /* 底部往下 20px */
  /* background-position: 0 calc(100% + 20px);  */
  /* background-position: 0 calc(29% + 0px); */

}
#Pnl_Info{
  position: relative;
  background-color: white;
  background: url("/img/2025/02.png");/* 右邊中間 */
  background-repeat: no-repeat;
  background-size:contain;
  background-position: bottom center;
  background-position: 100% 100%;
}
.areaBg_2 .areaBg_2_phone1,
.areaBg_2 .areaBg_2_phone2{
display: none;
}
#Pnl_TSGH_MS {
  padding: 70px 0;
}

#Pnl_TSGH_MS .headline-bright {
  margin: auto;
  display: flex;
  justify-content: center;
}

#service1 {
  position: relative;
  z-index: 27;
  /* background: url("/img/2024/sectionbg2.png") no-repeat 0 0/contain; */
  padding: 100px 0 0;
  margin-top: -180px;
  background-color: white;
}

#service1:before {
  content: '';
  width: 100%;
  height: 70%;
  background: linear-gradient(to bottom, rgba(214, 239, 249, 0.1) 0%, #e7ecfe 80%);
  position: absolute;
  left: 0;
  bottom: 0;
}

#service1.service1notabove {
  top: 75vh;
}

.list-service {
  display: flex;
  margin: auto;
  justify-content: center;
  position: relative;
  margin-top: 6rem;
}

.list-service .boxarea {
  display: grid;
  width: 100%;
  /* grid-template-columns: repeat(4, 1fr); */
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  
  place-items: center;
}

.list-service .box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  position: relative;
  color: #333333;
  width: 100%;
  flex-direction: column;

}

/* .list-service .box:nth-child(1) .pic {
  background: url("/img/2024/sec01A1.png") no-repeat 0 0/contain;
}

.list-service .box:nth-child(2) .pic {
  background: url("/img/2024/sec01A2.png") no-repeat 0 0/contain;
}

.list-service .box:nth-child(3) .pic {
  background: url("/img/2024/sec01A3.png") no-repeat 0 0/contain;
}

.list-service .box:nth-child(4) .pic {
  background: url("/img/2024/sec01A4.png") no-repeat 0 0/contain;
} */

.list-service .box  {
  /* width: 250px; */
  width: 328px;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  position:relative;
  margin-top: 2rem;
  width: 318px;
  height: 300px;
  border-radius: 15px;
  box-shadow: 0px 2px 6px 0px #00000040;
  background-color: #ffffff;
  z-index:1;

}
.list-service .box:hover{
  background-color: #077760;
  }
/* .list-service .box::before{
  content:'';
  position:absolute;
  top: 50px;
  left: 3px;
  width: 204px;
  height: 188px;
  border-radius: 15px;
  background-color: #ffffff;
  z-index:1;
  } */

  /* .list-service .box::after{
    content:'';
    position:absolute;
    top: 50px;
    left: 3px;
    width: 318px;
    height: 234px;
    border-radius: 15px;
    box-shadow: 0px 2px 6px 0px #00000040;
    background-color: #ffffff;
    z-index:1;
    }

.list-service .box:hover::after{
content:'';
position:absolute;
top: 50px;
left: 3px;
width: 318px;
height: 234px;
border-radius: 15px;
background-color: #077760;
z-index:-1;
} */

.list-service .box:hover .box::before{
  z-index:-2;
}


.list-service .box:hover .list-name{
  color: rgb(255, 255, 255);
  z-index:2;
}

.list-service .box .pic{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index:2;
}

.list-service .box .list-name{
  position:absolute;
  bottom: 13px;
  left: 37px;
  color: rgb(0, 0, 0);
  z-index:2;
}

.list-service .box .clickMore{
  position:absolute;
  width: 39px;
  height: 39px;
  bottom: 17px;
  right: 52px; 
  z-index:2;
}
.list-service .box .clickMore .default-icon{
  opacity: 1;
}
.list-service .box .clickMore .hover-icon{
  position: absolute;
    width: 30px;
    height: 30px;
  opacity: 0;
  bottom: 0px;
  right: 0px;
}
.list-service .box:hover .default-icon{
  opacity: 0;
}
.list-service .box:hover .hover-icon{
  opacity: 1;
}
.list-service .list-name {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  white-space: nowrap;
  margin: auto;
}

.list-service .pic img {
  width: 80%;
  object-fit: contain;
}

.image-item {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.image-item .flexbox {
  padding: 0 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  position: relative;
  column-gap: 30px;
}

.image-item .flexbox .linkclick {
  /* width: 300px; */
  height: 125px;
  margin: 20px 10px;
  position: relative;
  border-radius: 15px;
  border: 1px solid #4EABD0;
  /* background-color: white; */
  /* background-image:url("/醫療服務四項/01.png"); */
  /* background-size:contain; */
  /* background-repeat:no-repeat; */
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.3);
  padding: 20px 10px;
  /* background-position: 100% 50%; */
 background-color: white;
}
/* .image-item .flexbox .linkclick:nth-child(1) {
  background:white url("/醫療服務四項/01.png") no-repeat 100% 50%/contain;
}

.image-item .flexbox .linkclick:nth-child(2) {
  background:white url("/醫療服務四項/02.png") no-repeat 100% 50%/contain;
}

.image-item .flexbox .linkclick:nth-child(3) {
  background:white url("/醫療服務四項/03.png") no-repeat 100% 50%/contain;
}

.image-item .flexbox .linkclick:nth-child(4) {
  background:white url("/醫療服務四項/04.png") no-repeat 100% 50%/contain;
} */
.image-item .flexbox .linkclick .itemfor4 {
  display: block;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.imgarea img {
  position: absolute;
  right: 0;
  /* width: 100%;             讓圖片佔滿容器 */
  height: 100%;            /* 讓圖片佔滿容器 */
  object-fit: contain;     /* 讓圖片完整顯示，不變形 */
  object-position: 100% 50%; /* 等效於 background-position: 100% 50% */
  background-color: white; /* 保留背景顏色 */
  border-radius: 0 15px 15px 0 ;
}

/* .image-item .flexbox .linkclick .itemfor4 .imgarea img {
  display: block;
  width: 100%;
  position: relative;
} */

.image-item .flexbox .linkclick .itemfor4 .name {
  text-align: left;
  font-weight: 700;
  line-height: 125px;
  white-space: nowrap;
  position: absolute;
  top: auto;
  right: 42px;
  bottom: 0;
  left: 0;
  margin: auto;
  /* background: #fff; */
  width: 80%;
  /* padding: 20px; */
  border-radius: 15px 15px 0 0;
  font-size: 2rem;
  color: #333333;
}
.image-item .flexbox .linkclick:hover .itemfor4 .name {

color:#077760

}
.image-item .flexbox .linkclick .sermenu {
  display: none;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 8px #aaa;
  box-shadow: 0 1px 8px #aaa;
  min-width: 250px;
  padding: 15px;
  border-radius: 5px;
}

.image-item .flexbox .linkclick .sermenu .title {
  font-size: 2.6rem;
  padding: 8px 0;
  margin-right: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #999;
  font-weight: 700;
}

.image-item .flexbox .linkclick .sermenu .title .backBtn {
  display: none;
}

.image-item .flexbox .linkclick .sermenu .closed {
  font-size: 2.6rem;
  position: absolute;
  right: 15px;
  top: 20px;
  cursor: pointer;
}

.image-item .flexbox .linkclick .sermenu .closed .fa-times-circle:before {
  color: #898989;
}

.image-item .flexbox .linkclick .sermenu ul {
  padding: 6px;
  overflow-y: scroll;
}

.image-item .flexbox .linkclick .sermenu ul::-webkit-scrollbar {
  width: 5px;
}

.image-item .flexbox .linkclick .sermenu ul::-webkit-scrollbar-track {
  border-radius: 10px;
}

.image-item .flexbox .linkclick .sermenu ul::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #dbdbdb;
}

.image-item .flexbox .linkclick .sermenu ul li {
  margin: 9px 0;
}

.image-item .flexbox .linkclick .sermenu ul li a {
  color: #333333;
  font-size: 2rem;
  font-weight: 700;
}

.image-item .flexbox .linkclick .sermenu ul li a:hover {
  background: #D6EFF9;
}

.image-item .flexbox .linkclick .showup {
  display: block;
  position: absolute;
  top: 50px;
  z-index: 99;
}

.image-item .flexbox .linkclick .serfixed {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  background-color: #1fc3f2;
  padding: 20px;
  padding-top: 50px;
  border-radius: 0;
}

.image-item .flexbox .linkclick .serfixed .inside-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 40px 20px 20px;
  overflow: auto;
}

.image-item .flexbox .linkclick .serfixed .inside-box .title {
  color: #fff;
  text-align: left;
  border-color: #fff;
  padding-bottom: 30px;
  position: relative;
  padding-left: 34px;
  font-size: 4rem;
  margin-bottom: 20px;
}

.image-item .flexbox .linkclick .serfixed .inside-box .title .backBtn {
  display: block;
  width: 20px;
  position: absolute;
  left: 0;
  top: 23px;
}

.image-item .flexbox .linkclick .serfixed .inside-box .title .backBtn img {
  width: 100%;
  display: block;
}

.image-item .flexbox .linkclick .serfixed .inside-box .closed {
  display: none;
}

.image-item .flexbox .linkclick .serfixed .inside-box ul {
  max-height: none;
  height: auto;
  overflow: hidden;
  z-index: 1001;
  padding: 0;
  position: relative;
}

.image-item .flexbox .linkclick .serfixed .inside-box ul li {
  text-align: left;
  background-color: #fff;
  margin-bottom: 15px;
  padding: 10px 15px;
  border-radius: 5px;
}

.image-item .flexbox .linkclick .serfixed .inside-box ul li a {
  display: block;
}

.image-item .flexbox .linkclick .serfixed .inside-box ul li a br {
  display: none;
}

.image-item .flexbox .linkclick .serfixed .inside-box .more {
  display: none;
}

.information {
  display: block;
  position: relative;
  margin: auto;
  margin-bottom: 150px;
}

.information .specail-area {
  /* background-color: rgba(0, 82, 78, 0.75); */
  padding: 20px 0;
  display: block;
}

.information .specail-area > ul {
  display: grid;
  text-align: center;
  grid-template-columns: repeat(5, minmax(200px, 1fr));
  /* grid-auto-rows: 200px; */
  grid-auto-rows: minmax(min-content, auto);
  gap: 10px;
  row-gap: 200px;
  position: relative;
  justify-content: center;
  padding-left: 0;
}

.information .specail-area > ul > li {
  position: relative;
  min-width: 200px;
  min-height: 200px;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 1;

}

/* .information .specail-area > ul > li:nth-child(5n+2), .information .specail-area > ul > li:nth-child(5n+4) {
  top: 50%;
} */

/* .information .specail-area > ul > li:nth-child(12n+1) .box .img {
  background-image: url("/img/2024/c1.png");
}

.information .specail-area > ul > li:nth-child(12n+2) .box .img {
  background-image: url("/img/2024/c2.png");
}

.information .specail-area > ul > li:nth-child(12n+3) .box .img {
  background-image: url("/img/2024/c3.png");
}

.information .specail-area > ul > li:nth-child(12n+4) .box .img {
  background-image: url("/img/2024/c4.png");
}

.information .specail-area > ul > li:nth-child(12n+5) .box .img {
  background-image: url("/img/2024/c5.png");
}

.information .specail-area > ul > li:nth-child(12n+6) .box .img {
  background-image: url("/img/2024/c6.png");
}

.information .specail-area > ul > li:nth-child(12n+7) .box .img {
  background-image: url("/img/2024/c7.png");
}

.information .specail-area > ul > li:nth-child(12n+8) .box .img {
  background-image: url("/img/2024/c8.png");
}

.information .specail-area > ul > li:nth-child(12n+9) .box .img {
  background-image: url("/img/2024/c9.png");
}

.information .specail-area > ul > li:nth-child(12n+10) .box .img {
  background-image: url("/img/2024/c10.png");
}

.information .specail-area > ul > li:nth-child(12n+11) .box .img {
  background-image: url("/img/2024/c11.png");
}

.information .specail-area > ul > li:nth-child(12n+12) .box .img {
  background-image: url("/img/2024/c12.png");
} */

.information .specail-area > ul > li:nth-child(15n+1) .box .img,
.information .specail-area > ul > li:nth-child(15n+2) .box .img,
.information .specail-area > ul > li:nth-child(15n+3) .box .img,
.information .specail-area > ul > li:nth-child(15n+4) .box .img,
.information .specail-area > ul > li:nth-child(15n+5) .box .img
{
  background-image: url("/img/2025/yellow.png");
}
.information .specail-area > ul > li:nth-child(15n+6) .box .img,
.information .specail-area > ul > li:nth-child(15n+7) .box .img,
.information .specail-area > ul > li:nth-child(15n+8) .box .img,
.information .specail-area > ul > li:nth-child(15n+9) .box .img,
.information .specail-area > ul > li:nth-child(15n+10) .box .img
{
  background-image: url("/img/2025/blue.png");
}
.information .specail-area > ul > li:nth-child(15n+11) .box .img,
.information .specail-area > ul > li:nth-child(15n+12) .box .img,
.information .specail-area > ul > li:nth-child(15n+13) .box .img,
.information .specail-area > ul > li:nth-child(15n+14) .box .img,
.information .specail-area > ul > li:nth-child(15n+15) .box .img
{
  background-image: url("/img/2025/green.png");
}
.information .specail-area > ul > li .box {
  color: #fff;
  width: 100%;
  height: 100%;
  font-size: 2.6rem;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.information .specail-area > ul > li .box .pic {
  color: #fff;
  width: 75%;
  height: 100%;
  font-weight: 700;
  font-size: 3rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.information .specail-area > ul > li .box .pic:focus .children {
  display: block;
}

.information .specail-area > ul > li .box .pic .img {
  display: block;
  margin: auto;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: 120% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.information .specail-area > ul > li .box .pic .img img {
  width: 65%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.information .specail-area > ul > li  .name {
  position: relative;
  top: 0;
  margin: auto;
  color: #333;
  font-size: 2.5rem;
  font-weight: 700;
}
/* .infromation .specail-area > ul > li .name:hover ~.chlidren{
  display:block;
} */
.information .specail-area > ul > li .box .pic .name {
  position: relative;
  top: 0;
  margin: auto;
  color: #333;
}
/* .information .specail-area > ul > li > .box:hover .children {
  display: block;
} */

.information .specail-area > ul > li .box .children {
  display: none;
  position: absolute;
  top: -20px;
  z-index: 6;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 20px #555;
  box-shadow: 0 0 20px #555;
}
.information .specail-area > ul > li .info-hover:hover .children {
  display: block;
}
.information .specail-area > ul > li:hover {
  z-index: 2;
}
.information .specail-area > ul > li .box .children .inside-box {
  padding-bottom: 15px;
}

.information .specail-area > ul > li .box .children .inside-box .closeBtn {
  display: none;
}

.information .specail-area > ul > li .box .children .inside-box .title {
  color: #333333;
  padding: 8px 0;
  border-bottom: 1px solid #999;
  font-weight: 700;
}

.information .specail-area > ul > li .box .children .inside-box .title .backBtn {
  display: none;
}

.information .specail-area > ul > li .box .children .inside-box .listul {
  display: block;
  /* height: 190px;
                overflow: hidden; */
  padding: 6px;
}

.information .specail-area > ul > li .box .children .inside-box .listul li {
  display: block;
  width: 100%;
  padding: 0;
  position: unset;
  line-height: 24px;
  margin: 8px 0;
}

.information .specail-area > ul > li .box .children .inside-box .listdetailul li {
  display: block;
  width: 100%;
  padding: 0;
  position: unset;
  line-height: 24px;
  margin: 8px 0;
}
.footerphone {
display: none;
}

.footer-info.phone{
  display: none;
}
@media all and (min-width: 1200px) {
  .information .specail-area > ul > li .box .children .inside-box .listul li + li + li + li + li + li, .information .specail-area > ul > li .box .children .inside-box .listul li:before {
    display: none;
  }
}

.information .specail-area > ul > li .box .children .inside-box .listdetailul li:before,
.information .specail-area > ul > li .box .children .inside-box .listul li:after,
.information .specail-area > ul > li .box .children .inside-box .listdetailul li:after {
  display: none;
}

.information .specail-area > ul > li .box .children .inside-box .listul li a,
.information .specail-area > ul > li .box .children .inside-box .listdetailul li a {
  color: #333333;
  padding: 0 5px;
  font-size: 2rem;
  font-weight: 700;
}

.information .specail-area > ul > li .box .children .inside-box .listul li a:hover,
.information .specail-area > ul > li .box .children .inside-box .listdetailul li a:hover {
  background: #D6EFF9;
}

.information .specail-area > ul > li .box .children .inside-box .more {
  display: block;
  /* padding-bottom: 15px; */
  width: 32px;
  margin: auto;
}

.information .specail-area > ul > li .box .children .inside-box .more img {
  display: block;
  width: 100%;
}

.information .specail-area > ul > li .box .children .inside-box .listdetailul {
  display: none;
}

.information .specail-area > ul > li .box .fixed {
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  z-index: 100;
  background-color: #1fc3f2;
  padding: 20px;
  padding-top: 50px;
  left: 0;
  border-radius: 0;
}

.information .specail-area > ul > li .box .fixed .inside-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 40px 20px 20px;
  overflow: auto;
}

.information .specail-area > ul > li .box .fixed .inside-box .title {
  color: #fff;
  text-align: left;
  border-color: #fff;
  padding-bottom: 30px;
  position: relative;
  padding-left: 34px;
  font-size: 4rem;
  margin-bottom: 20px;
}

.information .specail-area > ul > li .box .fixed .inside-box .title .backBtn {
  display: block;
  width: 20px;
  position: absolute;
  left: 0;
  top: 23px;
  pointer-events: none;
}

.information .specail-area > ul > li .box .fixed .inside-box .title .backBtn img {
  width: 100%;
  display: block;
}

.information .specail-area > ul > li .box .fixed .inside-box .listul {
  height: auto;
  overflow: hidden;
  z-index: 1001;
  padding: 0;
  position: relative;
}

.information .specail-area > ul > li .box .fixed .inside-box .listul li {
  text-align: left;
  background-color: #fff;
  margin-bottom: 15px;
  padding: 10px 15px;
  border-radius: 5px;
}

.information .specail-area > ul > li .box .fixed .inside-box .listul li a {
  display: block;
}

.information .specail-area > ul > li .box .fixed .inside-box .listul li a br {
  display: none;
}

.information .specail-area > ul > li .box .fixed .inside-box .more {
  display: none;
}

.information .specail-area > ul > li .box .open {
  display: block;
  position: absolute;
}

.information .specail-area > ul > li .box .showlist {
  display: block;
  position: absolute;
  top: -20px;
  padding: 15px;
  width: 460px;
  z-index: 101;
}

.information .specail-area > ul > li .box .showlist .inside-box .listul {
  display: none;
}

.information .specail-area > ul > li .box .showlist .inside-box .listdetailul {
  display: flex;
  flex-wrap: wrap;
}

.information .specail-area > ul > li .box .showlist .inside-box .closeBtn {
  display: block;
  position: absolute;
  right: 15px;
  top: 22px;
  cursor: pointer;
}

.information .specail-area > ul > li .box .showlist .inside-box .closeBtn i {
  color: #999;
}

.information .specail-area > ul > li .box .showlist .inside-box .title {
  text-align: left;
}

.information .specail-area > ul > li .box .showlist .inside-box .listul {
  height: auto;
}

.information .specail-area > ul > li .box .showlist .inside-box .listdetailul li {
  text-align: left;
  display: block;
  width: 45%;
  margin-right: 8px;
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
  display: flex;
}

.information .specail-area > ul > li .box .showlist .inside-box .listdetailul li a br {
  display: none;
}

.information .specail-area > ul > li .box .showlist .inside-box .more {
  display: none;
}

.information .specail-area > ul > li:nth-child(3) .children,
.information .specail-area > ul > li:nth-child(4) .children {
  right: 0;
}

.information .specail-area > ul .important .box .children .inside-box .listul {
  height: auto;
}

.information .ad-area {
  display: block;
}

.information .ad-area .adc-carousel .swiper-slide {
  width: 100%;
  height: auto;
}

.information .ad-area .adc-carousel .swiper-slide img {
  width: 100%;
  display: block;
}

.information .ad-area .adc-carousel .previous {
  width: 60px;
  height: 60px;
  left: -23px;
  background-image: url("/img/information-carousel-left.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
}

.information .ad-area .adc-carousel .previous svg {
  display: none;
}

.information .ad-area .adc-carousel .next {
  width: 60px;
  height: 60px;
  right: -23px;
  background-image: url("/img/information-carousel-right.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
}

.information .ad-area .adc-carousel .next svg {
  display: none;
}

#Pnl_TSGH_News {
  background:rgba(255, 255, 255, 0) url("/img/2025/HospitalAffairsNews.png") no-repeat 50% 106%/contain;
  position: relative;
  /* padding: 130px 0; */
  background-size: 100%;
  z-index: 1;
}
#Pnl_TSGH_News .Pnl_TSGH_News_BG1{
position: absolute;
top: 28%;
right: 0;
z-index: -1;
}
#Pnl_TSGH_News .Pnl_TSGH_News_BG2{
  position: absolute;
bottom: 0;
left: 0;
}
#Pnl_TSGH_News .Pnl_TSGH_News_BG3{
  position: absolute;
bottom: 20%;
left: 0;
}
#Pnl_TSGH_News .headline-bright {
  margin: auto;
  justify-content: center;
}

#Pnl_TSGH_News .news-board {
  /* background: url("/img/2024/secbg03_1.png") no-repeat 90% 0, url("/img/2024/secbg03_2.png") no-repeat 0% 100%, url("/img/2024/secbg03.png") no-repeat 50% 0/90% 100%; */
  padding: 20px 0;
}

#Pnl_TSGH_News .item {
  margin: 50px auto;
  display: flex;
  align-items: center;
  border-radius: 12px;
  position: relative;
  background: #ffffffc2;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

#Pnl_TSGH_News .item:nth-child(1) {
  /* margin: 50px auto 50px  150px; */
  /* border: 15px solid #CBDE2B; */
}

#Pnl_TSGH_News .item:nth-child(2) {
  /* border: 15px solid #F7C609; */
}

#Pnl_TSGH_News .item:nth-child(3) {
  /* margin: 50px 150px 50px auto; */
  /* border: 15px solid #E22255; */
}

#Pnl_TSGH_News .item .content {
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 12px;
  overflow: hidden;   
  position: relative;
  z-index: 2;
}
#Pnl_TSGH_News .item .content .plus1{
  position: absolute;
  top: 0;
  right: 0;
  width: 7%;
}
#Pnl_TSGH_News .item .content .plus2{
  position: absolute;
  top: 59px;
  width: 15%;
  right: 27px;
}
#Pnl_TSGH_News .item .content .plus3{
  position: absolute;
  width: 10%;
  top: 182px;
  right: 0;
}
#Pnl_TSGH_News .item .content ul {
  width: 92%;
}

#Pnl_TSGH_News .item .content li {
  margin-top: 10px;
  border-bottom: 1px dashed #CFCFCF;
}

#Pnl_TSGH_News .item .content li a {
  position: relative;
  z-index: 2;
  color: #333333;
  font-weight: 700;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  /* -webkit-line-clamp: 3; */
  /* 取消超出的文字用點點點顯示的方式 */
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 2rem;
  display: flex;
  align-items: flex-start;
}

#Pnl_TSGH_News .item .content li a:hover {
  text-decoration: underline;
  color: #CF3F3F;
}

#Pnl_TSGH_News .item .content li span {
  padding: 9px;
  margin-right: 5px;
  display: inline-block;
  font-size: 1.6rem;
  color: #ffffff;

}
/* #Pnl_TSGH_News .item .content li a span:last-of-type::before{
  content:'';
  display: inline-block;
  width: 8px;
  height:8px;
  margin-left:5px;
  background-color: #737373;
  border-radius:50%;
} */
#Pnl_TSGH_News .item:nth-of-type(1) .content li span:nth-of-type(1) {
  background-color: #077760;
}
#Pnl_TSGH_News .item:nth-of-type(2) .content li span:nth-of-type(1) {
  background-color: #672CDB;
}
#Pnl_TSGH_News .item:nth-of-type(3) .content li span:nth-of-type(1) {
  background-color: #1D5DB1;
}
#Pnl_TSGH_News .item .title {
  font-weight: 700;
  font-size: 3rem;
  position: relative;
  width: 50%;
  padding-left: 2rem;

}
#Pnl_TSGH_News .item:nth-child(1) .title {
  color: #077760;
}
#Pnl_TSGH_News .item:nth-child(2) .title {
  color: #672CDB;
}
#Pnl_TSGH_News .item:nth-child(3) .title {
  color: #1D5DB1;
}
#Pnl_TSGH_News .item .title::before {
  background: #CF3F3F;
}

#Pnl_TSGH_News .item .more {
  width: 50%;
  position: absolute;
  /* top: 0%; */
  right: 0px;
  bottom: 0px;
  /* transform: translateY(-70%); */
}

#Pnl_TSGH_News .item .more a {
  width: 200px;
  display: block;
  /* background: #2D458B; */
  /* border-radius: 50px; */
  padding: 10px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  bottom: 0px;
  right: -36px;
  margin-left: auto;
  font-weight: bold;
  /* box-shadow: 0px 3px 3px #ccc; */
  z-index: 1; 
}




#Pnl_TSGH_News .item .more img{

  position: absolute;
  right: 69px;
  bottom: 46px;
  width: 26%;
  z-index: 1;

}
#Pnl_TSGH_News .item .content::after {
  content: '';
  position: absolute;
  width: 120px; /* 根據容器高度調整基礎寬度 */
  height: 500%;
/* 和原背景一樣 */
top: 87%;
left: 99%;
  transform: translate(-50%, -50%) rotate(51deg); /* 旋轉 45 度 */
  z-index: 0; /* 把正方形放到文字底下 */
}
#Pnl_TSGH_News .item .content.li-few::after {
  width: 200px;
}

#Pnl_TSGH_News .item .content.li-medium::after {
  width: 170px;
}

#Pnl_TSGH_News .item .content.li-many::after {
  width: 147px;
}
#Pnl_TSGH_News .item .content::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 10px; /* 左側內框線寬度 */
  height: 100%;
  
}

#Pnl_TSGH_News .item:nth-child(1) .content::before{
  background: #077760;
}
#Pnl_TSGH_News .item:nth-child(1) .content::after{
  background: #077760; 
}
#Pnl_TSGH_News .item:nth-child(2) .content::before{
  background: #672CDB;
}
#Pnl_TSGH_News .item:nth-child(2) .content::after{
  background: #672CDB;
}
#Pnl_TSGH_News .item:nth-child(3) .content::before{
  background: #2D458B;
}
#Pnl_TSGH_News .item:nth-child(3) .content::after{
  background: #2D458B;
}


/* #Pnl_TSGH_News .item:nth-child(1) .more a {
  background: #CBDE2B;
}

#Pnl_TSGH_News .item:nth-child(2) .more a {
  background: #F7C609;
}

#Pnl_TSGH_News .item:nth-child(3) .more a {
  background: #E22255;
  color: #fff;
} */

#Udpn_DocStar{


}

#Udpn_DocStar .dr-carousel.phone{
  display: none;
}
.doctors {
  position: relative;
  background-color: white;
  background-image: url(/img/2025/MonthlyMedicalStar.png);
  background-size: 100% 100%;
  /* background-position: center; */
  background-repeat: no-repeat;
  min-height: min-content;
  /* padding-bottom: 13rem; */
 
}
.doctorList{
  display: grid;
  grid-template-columns:1fr;
  /* grid-auto-rows: auto; */
  /* gap: 3%; */
  /* margin: 0 21%; */
}
.doctors .box960 {
  margin: auto;
}

.doctors .box960 > .row {
  align-items: flex-start;
  justify-content: center;
}

.doctors .headline-bright {
  /* padding: 30px 0;
  justify-content: center;
  position: absolute;
  right: 40%;
  top: 0; */
  padding: 20px 0 0 0;
}

.doctors .star {
  /* background: #fff; */
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 2%;
}

/* .doctors .star::before {
  content: '';
  width: 50%;
  height: 100%;
  display: block;
  position: absolute;
  background: linear-gradient(0deg, #2ab0f3 0%, #43b6f5 100%);
  z-index: 1;
  transform: skewX(30deg);
} */


/* .doctors .swiper-slide:nth-child(odd) .doctorList {
  margin-left: 10%;
    margin-right: 5%;
}

.doctors .swiper-slide:nth-child(even) .doctorList {
  margin-left:5%;
  margin-right: 10%;
} */

/* .doctors .swiper-slide .doctorList {
  margin-left: calc(100% / 6);
  margin-right: calc(100% / 6);
} */
/* .doctors .swiper-slide:first-child .doctorList {
    margin-left: 10%;
    margin-right: 10%;
} */
.swiper-slide.swiper-slide-active .doctorList{

  margin-left: 17%;
  margin-right: 3%;

}
.swiper-slide.swiper-slide-next .doctorList{
  margin-left: 3%;
  margin-right: 17%;
}
.swiper-slide .doctorList{
  margin-left: 17%;
  margin-right: 3%;
}

.doctors .star .starbox {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  box-shadow: 0px 1px 4px 3px #00000040;
  /* background-image: url(/img/2025/MonthlyMedicalStar_2.png); */
  background-size: 103% 103%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
}
.doctorList .starbox {
  display: grid;
  grid-template-columns:1fr 1fr;
  position: relative;
  z-index: 1;
  box-shadow: 0px 1px 4px 3px #00000040;
  /* background-image: url(/img/2025/MonthlyMedicalStar_2_2.png); */
  background-color: white;
  background-image: url(/img/2025/MonthlyMedicalStar_2_2.png), url(/img/2025/MonthlyMedicalStar_2_3.png);
  background-size: 103% 103%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
}
.doctorList .starbox .starboxImg{
  width: 300px;
  height: 400px;
}
.doctors .star a {
  display: block;
  background-color: #fff;
  border-radius: 180px;
  width: 310px;
  max-width: 100%;
/*  margin: auto;*/
}

.doctors .star .pic {
  /* width: 50%; */
  display: flex;
  justify-content: center;
}

.doctors .star .imglimit {
  /* width: 100%; */
  width: 500px;
  height: 475px;
}

.doctors .star .imglimit img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 10px 0 0 10px;
  /* margin-left: 13rem; */
  /* box-shadow: 0px -1px 4px 0px #00000040,
  1px 0px 4px 0px #00000040,
  0px 1px 4px 0px #00000040; */
}
.doctorList .starbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 10px 0 0 10px;

}
.doctors .star .wordsarea {
  /* width: 50%; */
  height: 100%;
  /* padding: 76px 20px; */
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(/img/2025/MonthlyMedicalStar_2_2.png), url(/img/2025/MonthlyMedicalStar_2_3.png);
  background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    
}
.doctorList .wordsarea {
  /* width: 50%; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.doctors .star .wordsarealimit {
  /* width: 60%; */
}
.doctors .firstarea .doctorList .wordsarea .wordsarealimit{
  width: 100%;
  padding: 0 10px;
}
.doctors .star .dpt {
  color: #077760;
  font-size: 3rem;
  font-weight: 700;
}
.doctorList .dpt{
  color: #077760;
  font-size: 2rem;
  font-weight: 700;
}

.doctors .star .name {
  color: #3e3a39;
  font-size: 4rem;
  padding-bottom: 10px;
  /* border-bottom: 1px solid #3e3a39; */
  -webkit-text-stroke: 1px #3e3a39;
  -webkit-text-fill-color: #3e3a39;
  text-align: left;
  position: relative;
}
.doctorList .name{
  color: #3e3a39;
  font-size: 3rem;
  padding-bottom: 10px;
  -webkit-text-stroke: 1px #3e3a39;
  -webkit-text-fill-color: #3e3a39;
  text-align: left;
  position: relative;
}
.doctors .star .name::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  /* background: url(/img/2024/user-md_r.png) no-repeat 0 0/cover; */
}

.doctors .star .name span {
  font-size: 2rem;
  font-weight: 400;
}

.doctors .star .description {
  /* padding: 10px 0; */
  font-size: 2rem;
  color: #636363;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  display: -webkit-box;
  font-weight: 700;
}
.doctorList .description{
    font-size: 2rem;
    color: #636363;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    display: -webkit-box;
    font-weight: 700;
}
/* .doctorListGrid{
  display: grid;
  grid-template-columns: 1fr  1fr;
  margin: 0 21%;
    gap: 5%;
} */
.doctors .star .more-dr {
  margin-top: 10px;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 2rem;
  padding: 10px 0;
  border-radius: 35px;
  font-weight: 700;
  border: 1px solid #CF3F3F;
  background: linear-gradient(to right, #fff 50%, #CF3F3F 50%) right;
  background-size: 200%;
  transition: .5s;
}

.doctors .star .more-dr:hover {
  color: #CF3F3F;
  background-position: left;
}

.doctors .dr-carousel {
  position: relative;
}

.doctors .dr-carousel .firstarea a {
  grid-template-columns: 3fr  1fr;
}

.doctors .dr-carousel .firstarea .starbox:first-child a {
  grid-template-columns: 1fr 3fr;
}

.doctors .dr-carousel .headline-bright {
  justify-content: flex-start;
}

.doctors .dr-carousel .swiper-container {
  /* background: #fff;
  padding: 0 0 75px; */
  /* overflow: visible; */
}

.doctors .dr-carousel .swiper-wrapper {
  align-items: initial;
  margin-bottom: 3rem;
}

/* .doctors .dr-carousel .swiper-slide {
  display: flex;
  justify-content: flex-start;
} */

/* .doctors .dr-carousel .swiper-slide-active .firstarea {
  border-left: 50px solid #E22255;
  border-right: 15px solid #F7C609;
} */

/* .doctors .dr-carousel .swiper-slide-next .firstarea {
  border-right: 50px solid #B05CA0;
} */

/* .doctors .dr-carousel a {
  display: grid;
  grid-template-columns: 4fr 1fr;
  grid-auto-rows: 320px;
} */

.doctors .dr-carousel .imglimit {
  display: block;
  position: relative;
  order: 1;
}

.doctors .dr-carousel .imglimit::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 20px 15px 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.doctors .dr-carousel .imglimit img {
  height: 100%;
}

/* .doctors .dr-carousel .firstarea .starbox:first-child {
  border-bottom: 15px solid #FA601C;
} */

.doctors .dr-carousel .firstarea .starbox:first-child .imglimit {
  order: -1;
}

.doctors .dr-carousel .firstarea .starbox:first-child a {
  grid-template-columns: 1fr 4fr;
}

.doctors .dr-carousel .firstarea .starbox:last-child .imglimit::before {
  right: auto;
  left: 0;
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent #ffffff;
}

.doctors .dr-carousel .starbox {
  width: 100%;
  /* max-height: 352px;
  min-height: 352px; */
}

.doctors .dr-carousel .wordsarea {
  border-radius: 0 20px 20px 0;
  width: 100%;
  position: relative;
  padding: 20px;
}

/* .doctors .dr-carousel .dpt {
  color: #fff;
  background: #333333;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 5px;
  border-radius: 5px;
  white-space: nowrap;
} */

/* .doctors .dr-carousel .name {
  font-size: 3rem;
  border-bottom: 1px solid #333333;
  color: #333333;
  white-space: nowrap;
  -webkit-text-stroke: 1px #333333;
  -webkit-text-fill-color: #333333;
  text-align: center;
  position: relative;
} */

.doctors .dr-carousel .name::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  /* background: url(/img/2024/user-md_b.png) no-repeat 0 0/cover; */
}

.doctors .dr-carousel .name span {
  font-size: 2rem;
  font-weight: 400;
}

/* .doctors .dr-carousel .description {
  padding-top: 10px;
  font-size: 2rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  height: 130px;
  font-weight: 700;
  margin-bottom: 10px;
} */

.doctors .dr-carousel .more-dr {
  color: #333333;
  display: block;
  text-align: center;
  font-size: 2rem;
  border-radius: 20px;
  font-weight: 700;
  /* padding: 10px; */
  margin-top: 2rem;
  border-radius: 50px;
  width: 100%;
}

.doctors .dr-carousel .firstarea .starbox:first-child .more-dr {
  border: 5px solid #CBDE2B;
  background: linear-gradient(to right, #CBDE2B 50%, #fff 50%) right;
  background-size: 200%;
  transition: .5s;
}

.doctors .dr-carousel .firstarea .starbox:last-child .more-dr {
  border: 5px solid #F7C609;
  background: linear-gradient(to right, #F7C609 50%, #fff 50%) right;
  background-size: 200%;
  transition: .5s;
}

.doctors .dr-carousel .firstarea .starbox:first-child:hover .more-dr {
  background-position: left;
}

.doctors .dr-carousel .firstarea .starbox:last-child:hover .more-dr {
  background-position: left;
}

.doctors .dr-carousel .docc-prev-phone,
.doctors .dr-carousel .docc-prev {
  width: 50px;
  height: 50px;
  top: 0px;
  bottom: 0;
  left: 0;
  margin: auto 2rem;
  background-image: url("/img/2025/arrow_left.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
}

.doctors .dr-carousel .docc-prev-phone::after,
.doctors .dr-carousel .docc-prev-phone svg,
.doctors .dr-carousel .docc-prev::after,
.doctors .dr-carousel .docc-prev svg {
  display: none;
}
.doctors .dr-carousel .docc-next-phone,
.doctors .dr-carousel .docc-next {
  width: 50px;
  height: 50px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 2rem;
  background-image: url("/img/2025/arrow_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
}

.doctors .dr-carousel .docc-next-phone::after,
.doctors .dr-carousel .docc-next-phone svg,
.doctors .dr-carousel .docc-next::after,
.doctors .dr-carousel .docc-next svg {
  display: none;
}

.doctors .dr-carousel .swiper-pagination {
  display: none;
}

/* .doctors .dr-carousel .swiper-slide:nth-child(even) .firstarea {
  width: 100%;
  transform: translateY(75px);
} */

/* .doctors .dr-carousel .swiper-slide:nth-child(even) .firstarea .starbox:first-child {
  border-bottom: 15px solid #CBDE2B;
} */

.doctors .dr-carousel .swiper-slide:nth-child(even) .firstarea .starbox:first-child .more-dr {
  border: 5px solid #4EABD0;
  background: linear-gradient(to right, #4EABD0 50%, #fff 50%) right;
  background-size: 200%;
  transition: .5s;
}

.doctors .dr-carousel .swiper-slide:nth-child(even) .firstarea .starbox:first-child:hover .more-dr {
  background-position: left;
  color: #fff;
}

.doctors .dr-carousel .swiper-slide:nth-child(even) .firstarea .starbox:last-child .imglimit {
  order: 1;
}

.doctors .dr-carousel .swiper-slide:nth-child(even) .firstarea .starbox:last-child .imglimit::before {
  right: auto;
  left: 0;
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent #ffffff;
}

.doctors .dr-carousel .swiper-slide:nth-child(even) .firstarea .starbox:last-child a {
  grid-template-columns: 4fr 1fr;
}

.doctors .dr-carousel .swiper-slide:nth-child(even) .firstarea .starbox:last-child .more-dr {
  border: 5px solid #B05CA0;
  background: linear-gradient(to right, #B05CA0 50%, #fff 50%) right;
  background-size: 200%;
  transition: .5s;
}

.doctors .dr-carousel .swiper-slide:nth-child(even) .firstarea .starbox:last-child:hover .more-dr {
  background-position: left;
  color: #fff;
}

.doctors .seemore {
    text-align: right;
    margin-top: 10px;
    position: absolute;
    bottom: 0;
    right: -171px;
    border-radius: 5px;
    display: flex;
    justify-content: end;
}

    .doctors .seemore a {
        background-color: #FECA01;
        display: inline-block;
        color: #333333;
        font-size: 2rem;
        padding: 3px 10px;
        font-weight: 700;
        line-height: 34px;
        width: unset;
    }

.videos {
  padding: 20px 0 80px;
  /* background: url("/img/2024/sec04Bg.png") no-repeat 0 0/100%; */
}

.videos .box960 {
  margin: auto;
}

.videos .headline-bright {
  margin-bottom: 50px;
}

.videos .videobox {
  display: flex;
  justify-content: space-between;
  /* flex-direction: column; */
}

.videos .content {
  /* width: 100%; */
  /* margin-bottom: 20px; */
  border: 3px solid #416FAB;
  border: 10px solid #FFFFFF;
  box-shadow: 0px 0px 6px 4px #00000040;
  position: relative;
  border-radius: 5px;
  background-color:white;
  display: flex;
    flex-direction: column;
    justify-content: center;
}
.videoContent {
  display: grid;
  grid-template-columns: 2fr 1fr; /* 左側佔2份，右側佔1份 */
  grid-template-rows: auto auto; /* 自動調整高度 */
  gap: 30px; /* 網格間距 */
}
.videoContent-right{
  display: grid;
  gap: 30px; /* 網格間距 */
}

.content .iframebox {
  flex-grow: 1; /* 佔據主要空間 */
  position: relative;
  width: 100%;
  /* padding-top: 56.25%; */
   /* 16:9 寬高比 */
}

.video-title{
color: #077760;
font-weight: 700;

}
.videoContent > .videoContent-left > .video-title{
  color: #077760;
  font-weight: 700;
  font-size: 3.5rem;
  margin-top: 23px;
  
  }

.videos .content img {
  width: 100%;
}

.videos .iframebox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.videos .iframebox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videos .citizen {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.videos .citizen > a {
  width: 48%;
}

.videos .citizen .transparency {
  background: #CF3F3F;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
  border: 1px solid #CF3F3F;
}

.videos .citizen .transparency img {
  width: 60px;
}

.videos .citizen .transparency .fontbox {
  font-size: 3.2rem;
  color: #fff;
  margin-left: 10px;
  -webkit-text-stroke: 1px #fff;
  -webkit-text-fill-color: #fff;
}

.videos .citizen .bottomService .transparency {
  background: #CBDE2B;
  border: 1px solid #CBDE2B;
}

.videos .citizen .bottomService .fontbox {
  color: #333333;
  -webkit-text-stroke: 1px #333333;
  -webkit-text-fill-color: #333333;
}

/* .videos .seemore {
  position: absolute;
  right: 0;
  top: -40px;
} */

.videos .seemore a {
  /* background-color: #ffd200; */
  border:3px solid #077760;
  display: inline-flex;
  align-items: center;
  color: #077760;
  font-size: 2rem;
  padding: 0px 16px;
  font-weight: 700;
  border-radius: 10px;
  background-color: white;
}

/* .videos .seemore a::after{
  content: '';
  display: inline-block;
  width: 44px;
  height: 44px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="44" height="44" viewBox="0 0 16 16"><path fill="red"  d="m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z"/></svg>');
  background-size: contain;
} */
.videos .youtubetitle {
  position: absolute;
  left: 0;
  top: 14px;
}

.videos .facebook {
  margin-left: auto;
}

.videos .fbbox {
  overflow: hidden;
}

.videos .fbbox a {
  display: block;
}

.videos .fbbox img {
  width: 100%;
  border: 3px solid #416FAB;
}

#Pnl_InfoImg {
  padding-top: 20px;
  background-image: url("/img/2025/InformationGraphicEmergencyRoom.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  background-color: white;
}

#Pnl_InfoImg:has(#tab01.active) {
  background-image: url("/img/2025/InformationGraphicHospitalBed.png");
}

.infoarea {
  position: relative;
  min-height: 500px;
}

.infoarea .mark-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  position: relative;
}

.infoarea .tab {
  background: #ffffff;
  color: #848484;
  font-weight: 700;
  font-size: 3rem;
  text-align: center;
  padding: 5px 22px;
  margin-left: 20px;
  cursor: pointer;
  border-radius: 50px;
  border: 2px solid #848484;
}

.infoarea .tab.active {
  background: #ffffff;
  color: #077760;
  border: 2px solid #077760;
}

.infoarea .tab:hover {
  background: #B05CA0;
  color: #fff;
}

/* .infoarea .nav {
  position: absolute;
  top: 0;
  right: 0;
} */

#text01 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 20px 200px;
  margin: auto;
}

#text01 .headline-bright {
  align-self: center;
  margin-bottom: 20px;
  display: none;
}

#text01 .dataarea {
  margin: auto;
  width: 100%;
}

#text01 .datainfo {
  white-space: nowrap;
  padding: 3%;
  font-size: 2rem;
  text-align: center;
  box-shadow: 0px 1px 13.7px 0px #00000040;
border-radius: 15px;
background-color: white;
display: grid;
grid-template-columns: auto 1fr auto;
grid-template-rows:auto auto;
align-items: center;
gap: 10px; /* 元素之間的間距 */
margin-bottom: 20px;
}

#text01 .fullbed {
  font-weight: bolder;
  margin: 10px 0;
color: #000;
}
.datainfo img:first-child {
  max-width: 80%;
  grid-column: 1; /* 第一張圖片在左邊 */
  grid-row: 1 /span 2;
  width: 100%;
}

.datainfo .fullbed {
  grid-column: 2;
  justify-self: center;
  align-self: end;
  grid-row: 1;
  font-size: 3rem;
}

/* .datainfo div:not(.fullbed) {
  color: white;
  grid-column: 2;
  justify-self: center;
  grid-row: 2;
  border: 1px solid #077760;
  background: #077760;
  font-size: 4rem;
  padding: 0rem 12rem;
  border-radius: 10px;
  align-self: start;
} */
.datainfo .isfullbed {
  color: white;
  grid-column: 2;
  justify-self: center;
  grid-row: 2;
  border: 1px solid #077760;
  background: #077760;
  font-size: 4rem;
  padding: 0rem 12rem;
  border-radius: 10px;
  align-self: start;
}
.datainfo img:last-child {
  max-width: 80%;
  grid-column: 4; /* 最後一張圖片在右邊 */
  grid-row:1 / span 2;
  width: 100%;
  justify-self: end;
}
#text01 .fullbed span {
  color: #df0c0c;
}

#text01 .time {
  margin: 10px 0;
  font-weight: bolder;
  text-align: right;
  color: #000;
}

#text01 .itemfor4 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
  justify-content: space-between;
}

#text01 .item {
  width: 49%;
  margin: 20px 0;
}

#text01 .item:nth-child(2) {
  /* transform: translateY(80px); */
}

#text01 .item:nth-child(3) {
  /* transform: translateY(80px); */
}

#text01 .item .box {
  display: flex;
      border-radius: 15px;
      justify-content: center;
      align-items: center;
      background: #FFFFFF;
      flex-direction: row;
      box-shadow: 0px 2px 6px 0px #00000040;
      min-height: 300px;
      padding: 1rem;
}

#text01 .item .img {
  width: 100%;
  text-align: center;
}
#text01 .item .img img {
  width: auto;
  max-height: 230px;
}
#text01 .item:nth-child(1) .img img, #text01 .item:nth-child(2) .img img {
  max-height: 186px;
}
/* #text01 .item:nth-child(4) .img img{
width: auto;
  max-width: 300px;
  max-height: 300px;
} */
#text01 .item .data{
  width: 50%;
}
#text01 .item .data .title {
  padding: 5px;
  text-align: center;
  font-weight: bolder;
  color: #175781;
  font-size: 2.8rem;
}

#text01 .item .data .number {
  text-align: center;
  font-size: 5rem;
  font-weight: bolder;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #175781;
}

#text01 .item .data .number span {
  font-size: 2rem;
  color: #175781;
}

#text01 .more {
  /* margin-top: 50px; */
  margin: 50px auto  0  auto;
}

/* #text01 .more a {
  background-color: #ffd200;
  color: #333333;
  font-weight: 700;
  font-size: 2rem;
  padding: 3px 10px;
  border-radius: 5px;
  margin-top: 10px;
} */
#text01 .more a {
  /* background-color: #ffd200; */
  border:3px solid #077760;
  display: inline-flex;
  align-items: center;
  color: #077760;
  font-size: 2rem;
  padding: 0px 16px;
  font-weight: 700;
  border-radius: 10px;
  background-color: white;
}
#text02 {
  padding: 100px 0;
}

#text02 .content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: auto;
}

#text02 .headline-bright {
  align-self: flex-start;
  margin-bottom: 20px;
  visibility: hidden;
  display: none;
}

#text02 .headline-bright + div {
  width: 100%;
}

#text02 .tabtitle {
  visibility: hidden;
  background: #2B4689;
  color: #fff;
  font-weight: 700;
  font-size: 3rem;
  width: 280px;
  text-align: center;
  align-self: flex-start;
  padding: 5px;
  display: none;
}

#text02 .bedtype {
  display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 66px;
      padding: 0px 8%;
}

#text02 .type {
  position: relative;
  width: 100%;
  height: 307px;
  text-align: center;
  box-shadow: 0px 2px 6px 0px #00000040;
  background: #FFFFFF;
  border-radius: 15px;
  overflow: hidden;
}

#text02 .type .pic {
  position: absolute;
  width: 100px;
  top: 33px;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
    /* width: 180px; */
    height: 212px;
    display: flex
;
    justify-content: center;
    align-items: center;
    /* background: url(/img/2024/sec01A1.png) no-repeat 0 0 / contain; */
}

#text02 .type .pic img {
  width: 198px;
}
#text02 .type .means{
  position: absolute;
    left: 50%;
    top: 66%;
    transform: translateX(-50%);
    width: 100%;
}

#text02 .type .means .datas2 {
  font-size: 2rem;
  margin-top: -12px;

}
#text02 .type:nth-child(2) .pic {
  /* background: url(/img/2024/sec01A2.png) no-repeat 0 0/contain; */
  top: 6px;
}

#text02 .type:nth-child(3) .pic {
  /* background: url(/img/2024/sec01A3.png) no-repeat 0 0/contain; */
  top: 14px;
}
#text02 .type:nth-child(3) .pic img{
  width: 161px;
}
#text02 .type .title {
  font-size: 2rem;
  font-weight: 700;
  /* margin: 10px 0; */
  color: #333333;
}

#text02 .type .datas {
  color: #333333;
  font-size: 3rem;
  font-weight: 700;
}

#text02 .time {
  margin: 10px 0;
  font-weight: 700;
}

#text02 .dataarea {
  width: 70%;
  padding: 20px;
  margin: 50px auto 0;
  color: #000;
}
#text02 .dataarea .occupy .circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(90deg, #077760 0%, #10A082 50.27%, #077760 100%);
  border: 2px solid black;
}
#text02 .dataarea .vacancy .circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: white;
  border: 2px solid black;
}
#text02 .dataforbed {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  flex-wrap: wrap;
}

#text02 .represent {
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}

#text02 .occupy {
  position: relative;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* #text02 .occupy::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  border-radius: 50px;
  background: #B05CA0;
  margin: auto;
} */

#text02 .vacancy {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* #text02 .vacancy::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  border-radius: 50px;
  background: #F7C609;
  margin: auto;
} */

#text02 .more {
  /* width: 150px; */
  margin: 50px auto  0  auto;
}
/* 
#text02 .more a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
  font-weight: 700;
  background: #F7C609;
  color: #333333;
} */

#text02 .more a {
 /* background-color: #ffd200; */
 border:3px solid #077760;
 display: inline-flex;
 align-items: center;
 color: #077760;
 font-size: 2rem;
 padding: 0px 16px;
 font-weight: 700;
 border-radius: 10px;
 background-color: white;
}
#text02 .bedimage .item {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

#text02 .bedimage .title {
  font-weight: 700;
  width: 40%;
  text-align: right;
  padding-right: 20px;
}

#text02 .percentage {
  display: flex;
  align-items: center;
  width: 60%;
}

#text02 .used {
  background: linear-gradient(90deg,#077760 0% ,#10A082 50.27%,#077760 100%);
  /* border-radius: 50px 0 0 50px; */
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border: 3px solid #FFFFFF;
  border-right:none;

  box-shadow: 
  0px 4px 2px -2px #00000040 inset, /* 上方內陰影 */
  0px 4px 2px -2px #00000040; /* 下方外陰影 */
  margin-right: -4px;
}

#text02 .empty {
  background: linear-gradient(270deg, #E9EFF4 0%, #FFFFFF 20%, #FFFFFF 80%, #E9EFF4 100%);

  /* border-radius: 0 50px 50px 0; */
  color: #000;
  text-align: center;
  padding: 5px 0;
  border: 3px solid #FFFFFF;
  border-left:none;
  box-shadow: 
  0px 4px 2px -2px #00000040 inset, /* 上方內陰影 */
  0px 4px 2px -2px #00000040; /* 下方外陰影 */
}

#Pnl_Hyperlink {
  position: relative;
  z-index: 1;
  /* border-top: 15px solid #F7C609; */
  padding: 80px 0 200px;
  background-color: white;
  /* background: url("/img/2025/網站連結.png") no-repeat 0 0/cover; */
}
#Pnl_Hyperlink::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  background-image: linear-gradient(to bottom, rgb(0 0 0 / 0%) 80%, rgb(255 255 255)), url(/img/2025/webLink.png);
  /* background-image:  url(/img/2025/網站連結.png); */
  background-size: 100% 100%;
  background-position: center;
  height: 105%;
  z-index: -1;

}
/* #Pnl_Hyperlink::before, #Pnl_Hyperlink::after {
  content: '';
  width: 34%;
  height: 15px;
  background: #E22255;
  display: block;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
}

#Pnl_Hyperlink::after {
  background: #CBDE2B;
  left: auto;
} */

#Pnl_Hyperlink .headline-bright {
  margin: auto;
  margin-bottom: 20px;
  justify-content: center;
}

#Pnl_Hyperlink .mark-title {
  margin: auto;
  margin-bottom: 30px;
}

#Pnl_Hyperlink .mark-title ul {
  display: flex;
  justify-content: center;
  align-items:center;
  margin: 0;
  border: 0;
}

#Pnl_Hyperlink .mark-title ul li {
  border-radius: 5px;
  /* background-color: #F7C609; */
  margin: 0 10px;
  border: 3px solid #077760
}

#Pnl_Hyperlink .mark-title ul li a {
  font-size: 2.2rem;
  padding: 10px 15px;
  letter-spacing: .1em;
  color: #333333;
  font-weight: 700;
  display: block;
  text-align: center;
  border-radius: 5px;
}
#Pnl_Hyperlink .mark-title ul li a:hover {
  color: #ffffff;
}
#Pnl_Hyperlink .mark-title ul li:hover {
  background-color: #077760;
}

/* #Pnl_Hyperlink .mark-title ul .active {
  background-color: #CBDE2B;
} */

#Pnl_Hyperlink .mark-title ul .active a {
  border-radius: 5px;
}

#Pnl_Hyperlink .tab-content {
  margin: auto;
}

#Pnl_Hyperlink .tab-content .text {
  position: relative;
}

    #Pnl_Hyperlink .tab-content .seemore {
        display: flex;
        text-align: right;
        margin-bottom: 10px;
        justify-content: end;
        padding-right: 1rem;
    }

#Pnl_Hyperlink .tab-content .seemore .more {
  background-color: #ffd200;
  display: inline-block;
  color: #333333;
  font-weight: 700;
  font-size: 2rem;
  padding: 3px 10px;
  border-radius: 5px;
}

#Pnl_Hyperlink .tab-content .swiper-slide {
  width: 25%;
  padding: 0 10px;
  background: 0 0;
}

#Pnl_Hyperlink .tab-content .swiper-slide a {
  width: 100%;
  border: 3px solid #077760;
  display: inline-block;
}

#Pnl_Hyperlink .tab-content .swiper-slide img {
  height: 100px;
  display: block;
  width: 100%;
}

#Pnl_Hyperlink .tab-content .swiper-pagination {
  left: 0;
  right: 0;
}

#Pnl_Hyperlink .tab-content .link-prev {
  width: 60px;
  height: 60px;
  left: -60px;
  background-image: url("/img/2025/arrow_left.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  top: 60%;
}

#Pnl_Hyperlink .tab-content .link-prev::after,
#Pnl_Hyperlink .tab-content .link-prev svg {
  display: none;
}

#Pnl_Hyperlink .tab-content .link-next {
  width: 60px;
  height: 60px;
  right: -60px;
  background-image: url("/img/2025/arrow_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  top: 60%;
}

#Pnl_Hyperlink .tab-content .link-next::after,
#Pnl_Hyperlink .tab-content .link-next svg {
  display: none;
}

#Pnl_Hyperlink .tab-content .appbox {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}

#Pnl_Hyperlink .tab-content .appbox a {
  font-size: 2rem;
  color: #333;
  text-align: center;
  padding: 10px;
  letter-spacing: .09em;
  font-weight: 700;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 18px #ccc;
  box-shadow: 0 0 18px #ccc;
  margin: 0 15px;
  background-color: rgba(255, 255, 255, 0.781);
}

#Pnl_Hyperlink .tab-content .appbox img {
  width: 120px;
  display: block;
}

.open-it-area {
  text-align: center;
  position: relative;
  z-index: 55;
  background-color: #ffffff;
}

.open-btn {
  display: flex;
      justify-content: center;
      width: 80px;
      align-items: center;
      height: 32px;
      position: absolute;
      top: 0px;
      left: 0;
      right: 0;
      margin: auto;
      background-color: #077760;
      border-radius: 5px 5px 0 0;
}

.open-btn img {
  display: block;
  width: 23%;
}

.open-btn p {
  text-align: center;
  /* position: absolute; */
  top: 50%;
  left: 50%;
  color: #FFF8DA;
  font-size: 2rem;
  /* transform: translate(-50%, -75%); */
  white-space: nowrap;
  font-weight: 700;
  margin: 0;
}

.fatfooter {
  /* background: url("/img/2024/ffotterBg.png") no-repeat right bottom/80%, #F1F8FC; */
  background-color: #FFF8DA;
  padding: 50px 0;
}

.fatfooter .box960 {
  margin: auto;
}

.fatfooter ul {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 0 100px;
}

.fatfooter ul:last-child {
  margin-top: 42px;
}

.fatfooter ul li {
  width: 100%;
  margin-bottom: 20px;
  padding: 0 10px;
  display: flex;
  /* white-space: nowrap; */
  flex-wrap: wrap;
  border-bottom: 1px solid #077760;
}

.fatfooter ul .title {
  color: #ffffff;
  font-size: 2rem;
  letter-spacing: .05em;
  padding: 8px 25px;
  margin-bottom: 8px;
  /* border-bottom: 1px solid #1277a9; */
  font-weight: 700;
  background-color: #077760;
}

.fatfooter ul a {
  color: #343434;
  font-size: 2rem;
  letter-spacing: .05em;
  display: block;
  margin: 8px 0;
  position: relative;
}
.fatfooter ul .title a{
  color: #ffffff;
}
.fatfooter ul a:not(.title a) {

  margin: 8px 12px;
  font-weight: 500;
  color: #077760;

}

/* .fatfooter ul a:hover::before {
  content: '>';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  color: #333333;
  transform: translateX(-100%);
} */

.fatfooter ul a:first-child {
  margin-top: 0;
}

.fatfooter ul a:last-child {
  margin-bottom: 0;
}

footer {
  background-color: #077760;
  padding: 46px 0 56px;
}

footer #accesskey-Z {
  position: absolute;
  left: 1em;
  width: 1em;
  border: none;
  background: 0 0;
}

footer .box960 {
  margin: auto;
}

footer .box960 > .row {
  align-items: flex-start;
  padding: 0 100px;
}

footer .footerLeft {
  padding-left: 0;
  display: flex;
      flex-direction: column;
      align-items: flex-end;
}

footer .footerLeft img {
  display: block;
  margin-bottom: 15px;
  max-width: 100%;
}
/* footer .footerLeft img:last-child{
  align-self: flex-end;
  max-width:fit-content;
} */
footer .footerLeft > img{
  align-self: flex-end;
  max-width:fit-content;
}
footer .ul-link {
  display: flex;
  flex-direction: row;
  justify-content: start;
  margin-bottom: 26px;
  font-weight: 700;
}

footer .ul-link li {
  padding: 0 37px;
  /* border-right: 1px solid #ffffff; */
  line-height: 16px;
  position: relative;
}
footer .ul-link li:not(:last-child)::after{
  content: '';
  position: absolute;
  right: 0px;
  top: 47%;
  transform: translateY(-50%);
  height: 27px;
  width: 1px;
  background-color: #ffffff;

}

footer .ul-link li a {
  color: #ffffff;
  font-weight: 700;
  font-size: 2rem;
}

footer .ul-link li:first-child {
  padding-left: 0;
}

footer .ul-link li:last-child {
  padding-right: 0;
  border-right: 0;
}

footer .footer-info li {
  color: #ffffff;
  font-size: 2rem;
  letter-spacing: .05em;
  margin-bottom: 6px;
  font-weight: 700;
}

footer .footerRight {
  padding-right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  padding-right: 17px;
}

footer .footerRight a {
  width: 35%;
  margin-left: 10px;
  margin-bottom: 10px;
}

footer .footerRight a img {
  width: 100%;
}

footer .footerRight div {
  width: 35%;
  margin-left: 10px;
  margin-bottom: 10px;
}

footer .footerRight div img {
  width: 100%;
}

.backtop {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 80px;
  height: 80px;
  bottom: 15px;
  right: 15px;
  background-color: #0a46c0;
  border-radius: 50%;
  border: 0;
  color: #fff;
  z-index: 100;
  cursor: pointer;
}

.backtop i {
  color: #fff;
  display: block;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-bottom: 6px;
}

#festivalad {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100vw;
  max-height: 100vh;
  width: 100%;
  height: 100%;
  z-index: 600;
  background: rgba(0, 0, 0, 0.6);
}

#festivalad .pic {
  position: absolute;
  width: 700px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90vw;
}

#festivalad img {
  width: 100%;
}

#festivalad_close {
  display: none;
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #00929A;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}

#festivalad_close::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 3px;
  background-color: #fff;
  transform: rotate(45deg);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#festivalad_close::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 3px;
  background-color: #fff;
  transform: rotate(-45deg);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#tourarea {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100vw;
  max-height: 100vh;
  width: 100%;
  height: 100%;
  z-index: 500;
  background: rgba(0, 0, 0, 0.6);
}

#tourarea .pic {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90vw;
}

#tourarea img {
  height: 100vh;
}

#tourarea_close {
  position: absolute;
  top: 2%;
  right: -40%;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}

#tourarea_close::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 3px;
  background-color: #fff;
  transform: rotate(45deg);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#tourarea_close::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 3px;
  background-color: #fff;
  transform: rotate(-45deg);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.showtour {
  display: block !important;
}

.overflowhidden {
  overflow: hidden;
}

.overflowx {
  overflow-x: hidden;
}

@media all and (max-width: 1550px) {
  nav #dropdownnavT .dropdown-menu{
    width: 980px;
  }
    .dropdown-menushow {
        grid-template-columns: repeat(5, 1fr);
    }
  #searchAreaT{
    /* height: 155px; */
  }
  .service {
    margin-top: -150px;
    /* background-color: white; */
  }
  .list-service .box{
    width: 275px;
  }
  .information .specail-area > ul {
    row-gap: 0px;
  }
  .skitter .info_slide_dots {
    bottom: 15%;
  }
  #text01 {
    padding: 70px 0 100px;
  }
  #text02 {
    padding: 60px 0 0;
  }
  footer .box960 > .row{
    padding: 0 0px;
  }
}

@media all and (min-width: 1024px) and (max-width: 1400px) {
  #headerArea h1 {
    /* width: 20%; */
  }
  #searchAreaT{
    /* height: 155px; */
  }
  header .topArea {
    padding: 0;
    /* width: 100%; */
  }
  header .topArea .topnav {
    padding: 0;

  }
  header .topArea .topnav li {
    padding: 0 22px;
  }
  header .searchArea {
    padding: 5px;
  }
  header .searchArea .speechsearch {
    margin-left: -50px;
  }
  .topnav.col-7 li:nth-child(4n+1){
    text-indent: 5.5rem;
     }
  .list-service .boxarea{
    /* grid-template-columns: repeat(2, 1fr); */
    grid-template-columns: repeat(auto-fit, minmax(calc(50% - 20px), 1fr));
  }
  footer .ul-link li a {
    line-height: 3rem;
  }
  #Pnl_TSGH_News .item .more img {
    right: 69px;
    bottom: 46px;
    width: 26%;
  }

}

@media all and (max-width: 1300px) {
  .image-item .flexbox {
    flex-wrap: wrap;
    padding: 0 50px;
  }
  .image-item .flexbox .linkclick {
    /* width: 250px; */
    flex-shrink: 0;
  }
  .searchBlock {
    width: 500px;
  }
  #Pnl_InfoImg {
    background-size: cover;
  }
  .infoarea .mark-title {
    flex-direction: column;
  }
  .infoarea .nav {
    position: unset;
    margin-left: auto;
    margin-top: 20px;
  }
  #text02 .dataarea {
    width: 100%;
  }
  .doctors .star .headline-bright {
    padding-bottom: 0px;
    position: relative;
    left: 0;
    right: 0;
    z-index: 1;
  }
  .doctors .dr-carousel .imglimit img {
    width: auto;
  }
  .doctorList .starbox .starboxImg{
    width: 250px;
  }
}

@media all and (max-width: 1281px) {

  #service1.service1notabove {
    top: 0;
    transform: translateY(0);
    position: relative;
  }
  .list-service .box .pic {
    width: 200px;
    height: 200px;
  }
  #Pnl_TSGH_MS {
    padding-bottom: 50px;
  }
}

@media all and (max-width: 1200px) {
  .dropdown-menushow{
    grid-template-columns: repeat(4, 1fr);
  }
  nav #dropdownnavT .dropdown {
    margin: 0 5px;

  }
  nav #dropdownnavT .dropdown-menu {
    width: 775px;
  }
  #service1 {
    position: relative;
    top: auto;
  }
 
  .list-service .boxarea{
    /* grid-template-columns: repeat(2, 1fr); */
    grid-template-columns: repeat(auto-fit, minmax(calc(50% - 20px), 1fr));
  }
  #Pnl_TSGH_News .item:nth-child(1) {
    margin: 50px auto;
  }
  #Pnl_TSGH_News .item:nth-child(3) {
    margin: 50px auto;
  }
  #Pnl_TSGH_News .item .content::after{
    /* width: 120px; */
  }
  /* .doctors .dr-carousel a {
    grid-template-columns: 1fr 1.5fr;
  } */
  .information .specail-area > ul {
    grid-template-columns: repeat(5, 200px);
  }
  #text01 .dataarea {
    align-items: flex-start;
  }
  #text01 .itemfor4 {
    width: 100%;
  }
  #text01 .datainfo {
    width: 100%;
  }
  #text01 .item .img img{
    max-height: 230px;
  }
  #text01 .item:nth-child(1) .img img,
  #text01 .item:nth-child(2) .img img{
    max-height: 186px;
  }
}
@media all and (max-width: 1177px) {

  .topnav.col-7 li:nth-child(4n+1) {
    text-indent: 0rem;
  }
  .topnav.col-7 li:nth-child(3n+1) {
    text-indent: 4.3rem;
  }
}
@media all and (max-width: 1025px) {
    #controlsPlayGroup {
        position: absolute;
        right: 12px;
        top: 164px;
        height: 40px;
        border-radius: 4px;
        z-index: 100;
    }
  #headerArea {
    position: relative;
    top: 0;
    padding: 20px;
    border-radius: 0;
    width: 100%;
    box-shadow: none;
  }
  #searchAreaT{
    /* height: 155px; */
  }
  #epidemic {
    z-index: unset;
  }
  header .topArea {
    display: none;
  }
  header .searchArea {
    display: none;
  }
  .showM {
    display: block;
  }
  nav {
    display: none;
  }
  #hamburgerbtn {
    display: block;
  }
  .searchArea {
    margin: 0;
    padding: 20px;
    background: #333333;
  }
  .searchInputMicIcon{
    position: relative;
    width: 100%;
  }
  .searchInputGroup{
    position: relative;
    display: flex;
    position: relative;
    display: flex;
    width: 100%;
  }
.searchInputGroup a:nth-child(2){
  border: 0;
  display: inline-block;
  color: #fff;
  background-color: #077760;
  width: 112px;
  text-align: center;
  border-radius: 5px 5px 5px 5px;
  padding: 5px;
margin-left: 10px;
white-space: nowrap;
}
  .searchArea .searching {
    width: 100%;
    margin: auto;
    display: flex
;
  }
  .searchArea .searching input {
    height: 40px;
    background-color: #98d8d7;
    border: 0;
    width: 100%;
    border-radius: 5px 5px 5px 5px;
  }
  .searchArea .searching input::-webkit-input-placeholder, .searchArea .searching input:-ms-input-placeholder, .searchArea .searching input::-ms-input-placeholder, .searchArea .searching input::placeholder {
    color: #fff;
    padding: 2px;
  }
  .searchArea .searching .seatch-f-mobile {
    position: absolute;
    border: 0;
    display: inline-block;
    color: #fff;
    background-color: #1D5EB2;
    width: 112px;
    text-align: center;
    border-radius: 5px 5px 5px 5px;
    padding: 5px;
    right: -3px;
  }
  .searchArea .popular {
    width: auto;
    margin: auto;
    text-align: left;
    font-size: 2rem;
    color: #fff;
    margin-top: 10px;
  }
  .searchArea .popular a {
    color: #fff;
  }
  .searching {
    position: relative;
  }
  .speechsearch {
    position: absolute;
    top: 8px;
    right: 119px;
    cursor: pointer;
  }
  .dropdownnav {
    padding: 0px;
  }
  .dropdownnav li.dropdown {
    background: #ffffff;
    color: #077760;
    padding: 5px;
    border: 1px solid #D9D9D9;
  }

  .dropdownnav li.dropdown:hover,
  .dropdownnav li.dropdown:hover > a
  {
    background: #077760;
    color: #ffffff;
  }
  .dropdownnav li.dropdown > a {
    width: 100%;
    display: block;
    color: #077760;
    font-weight: 700;
    padding: 10px;
  }
  .dropdownnav .dropdown-menu {
    border: 1px solid #107FBC;
  }
  .dropdownnav .dropdown-menu a {
    font-weight: 700;
    width: 100%;
    display: block;
    padding: 10px;
  }
  .dropdownnav .dropdown-menu a:hover {
    background: #107FBC;
    color: #fff;
  }
  .topArea {
    padding: 20px;
    background: #077760;
  }
  .topArea > ul {
    padding: 0;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .topArea > ul li {
    width: 48%;
    display: inline-block;
    background: #077760;
    border-radius: 5px;
    border:1px solid white;
    margin-bottom: 10px;
    padding: 8px;
    text-align: center;
  }
  

  .topArea > ul > li:not(:nth-last-child(1)):not(:nth-last-child(2)):hover{
    background: #ffffff;

  }
  .topArea > ul li a {
    color: #ffffff;
    line-height: initial;
    font-size: 2rem;
    font-weight: 700;
    width: 100%;
    display: block;
  }
  .topArea > ul li:nth-last-child(1),
  .topArea > ul li:nth-last-child(2){
    border:none;
    width: 100%;
    margin: 0;
    padding: 0;
    color: white;
  }
  .topArea > ul li ul.shareboxM li {
    border:none;
    width: 100%;
    margin: 0;
    padding: 0;
    width: 32px;
    margin: 0 2px 0 4px;
  }
  .sharebtnM > a{
    padding: 8px;
  }
  .topArea > ul li:not(:nth-last-child(1)):not(:nth-last-child(2)):hover a{
    color:#077760;
  }

  .topArea > ul li .weboption{
    display: flex
;
    justify-content: left;
    align-items: center;
    padding: 10px 13px 11px 0;
  } 
  .topArea > ul li .weboption .sharebox2 img {
    max-width: 32px;
}
.topArea > ul li .weboption span {
  color: #fff;
}
.topArea > ul li .weboption .fontControl {
  display: inline-block;
  background-color: #077760;
  width: 32px;
  height: 32px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  color: #ffffff;
  line-height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 2px 0 4px;
  font-size: 1.6rem;
}
.topArea > ul li .weboption .sharebox2{
  display: flex;
}
.topArea > ul li .weboption .sharebox2 a {
  text-align: center;
  display: block;
  padding: 0;
  margin: 0;
}
.topArea > ul li .weboption .sharebox2 li:hover{
  background-color:transparent;
}
  .topArea > ul li .weboption  ul > li{
    width: 38px;
    border: none;
    padding: 0;
        margin: 0;
  }
  .topArea .fontarea {
    text-align: left;
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .topArea > ul li .weboption .fontControl.in{
    background-color: #ffffff;
    color: #077760;
  } 

  .topArea .font-size {
    display: inline-block;
    font-size: 2rem;
    /* border: 1px solid #fff; */
    line-height: 32px;
    padding: 8px;
    border-radius: 5px;
    font-weight: 700;
  }
  .topArea .fontControl {
    font-size: 2rem;
    line-height: 32px;
    padding: 8px 12px;
    border-radius: 5px;
    display: inline-block;
    width: auto;
    margin-right: 5px;
    background-color: #077760;
        width: 32px;
        height: 32px;
        border: 1px solid #ffffff;
        border-radius: 50%;
        cursor: pointer;
        color: #ffffff;
        line-height: 22px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 2px 0 4px;
  }
  .topArea .in {
    background-color: #ffffff;
    color: #077760;
  }
  .topArea .sharebtnM {
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .topArea .sharebtnM a {
    width: auto;
  }
  .topArea .shareboxM {
    flex-wrap: nowrap;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
  }
  .topArea .shareboxM li {
    padding: 0;
    background: 0 0;
    max-width: 40px;
    margin: 0 5px;
  }
  .topArea .shareboxM li:first-child {
    display: block;
  }
  .topArea .shareboxM li a {
    display: block;
  }
  .topArea .shareboxM li img {
    width: 100%;
  }

  .list-service {
    justify-content: center;
  }
  .list-service .boxarea {
    /* grid-template-columns: repeat(2, 1fr); */
    place-items: center;
  }
  .list-service .box {
    padding: 20px 0px 70px;
    width: 306px;
    height: 300px;
  }
  /* .list-service .box:hover::after ,
  .list-service .box::after{
    width: 300px;
    height: 223px;
  } */
  .list-service .box .pic{
    position: relative;
        top: 44%;
  }
  .list-service .box .clickMore,
  .list-service .box .list-name{
    bottom: -28px;
  }
  .list-service .list-name{
    font-size: 3rem;
  }
  .image-item .flexbox .linkclick {
    margin: 20px 5px;
  }
  .information .specail-area > ul {
    grid-template-columns: repeat(4, minmax(200px, 1fr));
    grid-auto-rows: minmax(min-content, auto);
  }
  .information .specail-area > ul > li .box .pic .name {
    bottom: 0;
  }
  .information .specail-area > ul {
    row-gap: unset;
  }
  .information .specail-area > ul > li {
    top: 0 !important;
  }

  .information .specail-area > ul > li:nth-child(12n+1) .box .img,
  .information .specail-area > ul > li:nth-child(12n+2) .box .img,
  .information .specail-area > ul > li:nth-child(12n+3) .box .img,
  .information .specail-area > ul > li:nth-child(12n+4) .box .img
  {
    background-image: url("/img/2025/yellow.png");
  }
  .information .specail-area > ul > li:nth-child(12n+5) .box .img,
  .information .specail-area > ul > li:nth-child(12n+6) .box .img,
  .information .specail-area > ul > li:nth-child(12n+7) .box .img,
  .information .specail-area > ul > li:nth-child(12n+8) .box .img
  {
    background-image: url("/img/2025/blue.png");
  }
  .information .specail-area > ul > li:nth-child(12n+9) .box .img,
  .information .specail-area > ul > li:nth-child(12n+10) .box .img,
  .information .specail-area > ul > li:nth-child(12n+11) .box .img,
  .information .specail-area > ul > li:nth-child(12n+12) .box .img
  {
    background-image: url("/img/2025/green.png");
  }


  #Pnl_TSGH_News .pic {
    display: none;
  }
  #Pnl_TSGH_News .item .content {
    background: rgba(255, 255, 255, 0.8);
  }
  #Pnl_TSGH_News .item .content::after {
    /* width: 120px; */
    top: 93%;
  }
  #Pnl_TSGH_News .item .more a{
    font-size: 1.5rem;
    right: -37px;
  }
  #Pnl_TSGH_News .item .more img {
    right: 74px;
    bottom: 35px;
    width: 14%;
  }
  .doctors .dr-carousel .name::before {
    display: none;
  }
  .doctors .dr-carousel .more-dr {
    width: 100%;
  }
  .doctors .dr-carousel .seemore {
    right: 25px;
  }
  .doctorList .starbox .starboxImg{
    /* width: 200px; */
  }
  .videos .citizen .transparency .fontbox {
    font-size: 2.2rem;
    width: 150px;
    text-align: center;
  }
  .infoarea .mark-title .headline-bright {
    margin-bottom: 0;
  }
  #text01 {
    display: block;
  }
  #text01 .dataarea {
    flex-direction: column;
  }
  #text01 .datainfo {
    text-align: left;
    width: 100%;
  }
  .datainfo img:first-child,
  .datainfo img:last-child {
    width: 100%;
  }
  #text01 .itemfor4 {
    justify-content: center;
    margin-top: 50px;
  }
  #text01 .item {
    width: 47%;
    margin: 20px 12px;
  }
  #text01 .item .img img {
    max-height: 167px;
  }
  #text01 .item .data{
    width: 60%;
  }
  #text01 .more{
    text-align: center;
  }
  #text02 .tabtitle {
    display: none;
  }
  #text02 .bedtype {
    width: 100%;
    padding: 0;
  }
  #text02 .type {
    width:  117%;
  }
  #text02 .time {
    margin: 20px 0;
  }
  #text02 .time + div {
    width: 100%;
  }
  .fatfooter {
    background: #FFF8DA;
  }
  .fatfooter ul {
    padding: 0;
  }
  .fatfooter ul li {
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
    padding: 0;
    border-bottom: 0;
    display: flex;
  }
  .fatfooter ul li > a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .fatfooter ul li > a::before {
    margin: 0;
    position: relative;
    margin-right: 5px;
  }
  .fatfooter ul .title {
    margin: 0;
    width: 100%;
    background: transparent;
    color: #201610;
    border-bottom: 1px solid #1277a9;
  }
  .fatfooter ul .title a {
    background: transparent;
    color: #201610;
  }
}

@media all and (max-width: 990px) {
  /* .doctors .dr-carousel .swiper-slide-active .firstarea {
    border-right: 50px solid #F7C609;
  } */
  .headline-bright h2{
    padding: 0;
  }

  .areaBg_1::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    background: url(/img/2025/01.png);
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 49%;
    z-index: -1;
  }
  .areaBg_2{
    /* background-position: 0 calc(19% + 0px); */
  }
  .list-service .pic img{
width: 100%;
  }
  .list-service .box{
    margin-top: 5.5rem;
    margin-bottom: 1.5rem;
    width: 350px;
  }
  /* .list-service .box::after {
    width: 286px;
        height: 249px;
        left: 0px;
  } */
  /* .list-service .box:hover::after  {
    width: 286px;
    height: 249px;
    left: 0px;
  } */
  /* .list-service .box:nth-child(3),
  .list-service .box:nth-child(1){
    left: 15%;
  } */

  /* .list-service .box:nth-child(3):hover::after,
  .list-service .box:nth-child(1):hover::after {
    left: 15%;
}   */
.list-service .box .pic{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top:auto;
}
.list-service .box:nth-child(1) .pic,
.list-service .box:nth-child(3) .pic{
  left: 50%;
  transform: translateX(-50%);
}
.list-service .box:nth-child(4) .pic img{
  width: 91%;
}
.list-service .box .list-name{
  left: 50%;
  transform: translateX(-50%);
  bottom: 18px;
font-size: 3.3rem;
}
.list-service .box:nth-child(1) .list-name,
.list-service .box:nth-child(3) .list-name{
  left: 50%;
        transform: translateX(-50%);
}
.list-service .box .clickMore{
  width: 40px;
  height: 40px;
  bottom: 23px;
  right: 55px;
}
.list-service .box .clickMore .hover-icon{
  width: 40px;
  height: 40px;
}
.list-service .box:nth-child(1) .clickMore,
.list-service .box:nth-child(3) .clickMore{
  right: 57px;
}
.image-item .flexbox .linkclick{
  margin: 15px 70px 15px 60px;
}
.image-item .flexbox .linkclick .itemfor4 .name {
  font-size: 3.3rem;
}
.videoContent{
  margin: 0px 60px;
  gap: 40px;
}
.videoContent-right {
  gap: 40px;
}
.videos .seemore a {
  padding: 15px 30px;
}
/* .areaBg_2{
  background-image: block;
  position: relative;
  background-position: 59% 33%;
} */
#Pnl_Info{
  background-image: none;
}
.areaBg_2 .areaBg_2_phone1,
.areaBg_2 .areaBg_2_phone2{
display:block;
position: absolute;
z-index: -1;
}
.areaBg_2 .areaBg_2_phone1{
  left: 0;
  bottom: 0px;

}
.areaBg_2 .areaBg_2_phone2{
  right: 0;
  width: 37%;
  bottom: 0px;
}
.information .specail-area{
  padding: 20px 49px;
}
#Pnl_TSGH_News .item:nth-child(1),
#Pnl_TSGH_News .item:nth-child(2),
#Pnl_TSGH_News .item:nth-child(3)
{
  margin: 0px 5%;
}
#Pnl_TSGH_News .Pnl_TSGH_News_BG1{
  width: 29%;
  top: 36%;
}
#Pnl_TSGH_News .item .more{
  width: 100%;
    position: static;
}
#Pnl_TSGH_News .item .more a{
  margin: auto;
    padding: 2% 5%;
    border-radius: 6px;
    width: 29%;
    background: #077760;
    position: static;
}
#Pnl_TSGH_News .item:nth-child(2) .more a{
  background: #672CDB;
}
#Pnl_TSGH_News .item:nth-child(3) .more a{
  background: #1D5DB1;
}
#Pnl_TSGH_News .item .more img {
  position: static;
  width: 28%;
    padding-bottom: 1%;
    padding-right: 1%;
}
#Pnl_TSGH_News .item .content::after {
  display: none;
}
#Pnl_TSGH_News .item .content .plus1{
top:auto;
right: -64px;
    width: 16%;
    bottom: 144px;
}
#Pnl_TSGH_News .item .content .plus2 {
  top:auto;
  width: 15%;
    right: 27px;
    bottom: 111px;
}
#Pnl_TSGH_News .item .content .plus3 {
  top:auto;
  width: 10%;
  right: 0;
  bottom: 38px;
}
.doctors .star .starbox {
  background-image: url(/img/2025/MonthlyMedicalStar_B.png);
}
.doctors .star .wordsarea {
  background-color: white;
  background-image: url(/img/2025/MonthlyMedicalStar_2_2.png), url(/img/2025/MonthlyMedicalStar_2_3.png);
  border-radius: 0 0 10px 10px;
  height: auto;
}
.doctors .star .imglimit{
  width:auto;
  text-align: center;
  height: 350px;
}
.doctors .star .imglimit img{
  width: 100%;
  margin: auto;
}
.doctors .star {
  padding-bottom: 75px;
}
.doctorList .starbox .starboxImg{
  width: 315px;
}
.doctorList .dpt,
.doctorList .description,
.doctorList .name{
  font-size: 2rem;
}
.doctors .seemore {
  bottom: -68px;
    right: 0;
    text-align: right;
        width: 100%;
}
.doctors .seemore a {
  border-radius: 15px;
  
}
.swiper-slide.swiper-slide-active .doctorList{

  margin-left: 8%;
  margin-right: 8%;

}
.swiper-slide.swiper-slide-next .doctorList{
  margin-left: 8%;
  margin-right: 8%;
}
.swiper-slide .doctorList{
  margin-left: 8%;
  margin-right: 8%;
}
#Udpn_DocStar .dr-carousel.pc{
  display: none;
}
 .swiper-container {
  overflow: hidden;
}
#Udpn_DocStar .dr-carousel.phone{
  display: block;
}
  .doctors .dr-carousel .swiper-slide:nth-child(even) .firstarea {
    transform: translateY(0);
  }
  .doctors .dr-carousel .swiper-container {
    padding: 0;
  }
  #Pnl_InfoImg  .infoarea .nav {
    margin: 20px 0px auto;
  }
  #text01 .time {
    text-align:center;
    font-size: 2.5rem;
    margin: 10px 0 20px 0;
  }
  #text01 .datainfo {
    width:100%;
    grid-template-columns: 1fr;
  }
  .datainfo img:first-child{
    grid-column: 1;
    grid-row: 1;
    justify-self: center;
    width: 50%;
  }
  #text01{

    padding: 26px 0 100px;

  }
  #text01 .item {
    width: 100%;
  }
  #text01 .datainfo img:last-child{
    display: none;
  }
  #text01 .fullbed{
    grid-column: 1;
    grid-row: 2;
  }
  .datainfo div:not(.fullbed){
    grid-column: 1;
    grid-row: 3;
  }
  #text01 .item .img img{
    max-height: 250px;
  }
  #text01 .item:nth-child(1) .img img,
  #text01 .item:nth-child(2) .img img{
    max-height: 210px;
  }

  #text01 .item:nth-child(2) {
    transform: translateY(0);
  }
  #text01 .item:nth-child(3) {
    transform: translateY(0);
  }
  #text02 .type {
    width: 70%;
    height: 223px;
  }
  #text02 .bedtype{
    grid-template-columns: 1fr ;
    justify-items: center;
  }
  #text02 .type .pic{
    width: 46%;
    left: 10%;
    transform:none;
  }
  #text02 .type .means{
    left: 27%;
    top: 50%;
    transform: translateY(-50%);
  }
  #text02 .type:nth-child(2) .pic{
    top: 27px;
  }
  #text02 .type .datas{
    font-size: 2rem;
  }
  #Pnl_Hyperlink .links{
    width:100%;
  } 

  #Pnl_Hyperlink .mark-title ul li{
    width: 40%;
    margin-bottom: 10px;
  }
  /* #Pnl_Hyperlink .tab-content .swiper-slide a {
    width: 57%;
  } */
  #Pnl_Hyperlink .tab-content .swiper-slide{
    text-align: center;
  }
  #Pnl_Hyperlink .tab-content .link-next, #Pnl_Hyperlink .tab-content .link-prev{
display: block;
  }
  #Pnl_Hyperlink .tab-content .link-prev {
    left: auto;
  }
  #Pnl_Hyperlink .tab-content .link-next{
    right:0;
  }
  .fatfooter ul .title {
    background:#077760;
    width: auto;
    margin: auto;
    color: white;

  }
  .fatfooter ul .title a{
    color: white;
  }
  .fatfooter ul li{
    flex-direction: column;

  }
  footer .ul-link{
    flex-direction: column;
  }
  footer .ul-link li{
    /* text-align: center; */
    padding: 10px 37px;
  }
  footer .ul-link li:first-child{
    padding: 10px 37px;
  }
  footer .ul-link li:last-child{
    padding: 10px 37px;
    
  }
  footer .ul-link li:not(:last-child)::after{
    content:none;
  }
  footer .footerRight ,
  footer .footerLeft{
    display: none;
  }

  .footerphone{
  display: block;
  text-align: center;
  margin-bottom: 2rem;
  }
  .footerphone a:nth-child(1) img{
    width: 11%;
  }  
  .footerphone a:nth-child(2) img{
    width: 32%;
 }
    .footerphone img{
      width: 14%;
    }
    .footer-info{
      display: none;
    }
    .footer-info.phone{
      display: block;
      padding: 10px 37px;
      /* text-align: center; */
    }
}
@media all and (max-width: 912px) {

  .service {
    margin-top: 0;
  }
  .datainfo img:first-child {
    width: 54%;
}
.image-item .flexbox .linkclick{
  margin: 20px 5px;
}
.videoContent {
  margin: 0;
}
.doctors .star .starbox{
  background-image: url(/img/2025/MonthlyMedicalStar_B.png);
}

.doctors .star .wordsarea {
  background-color: white;
  background-image: url(/img/2025/MonthlyMedicalStar_2_2.png), url(/img/2025/MonthlyMedicalStar_2_3.png);
  border-radius: 0 0 10px 10px;
  height: auto;
}
}
@media all and (max-width: 900px) {
  .service {
    margin-top: 0px;
    /* background-image: url("/img/2024/service1.png"); */
    background-size: cover;
    padding-top: 50px;
  }
  .list-service{
    margin-top: 0;
  }
  .image-item .flexbox {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  /* .image-item .flexbox .linkclick {
    margin: 20px auto;
  } */
  .videoContent {
    display: grid;
    grid-template-columns: repeat(1, 1fr) ; /* 左側佔2份，右側佔1份 */
    grid-template-rows: auto auto; /* 自動調整高度 */

  }
  .videoContent .video-title{
    color: #077760;
    font-weight: 700;
    font-size: 3.5rem;
    margin-top: 10px;
    
    }
}

@media all and (max-width: 850px) {
  #service1 {
    background: linear-gradient(to bottom, #e4effd 0%, #e7ecfe 100%);
    padding-top: 50px;
  }
  .list-service .boxarea {
    /* grid-template-columns: repeat(2, 1fr); */
  }
  .list-service .box {
    padding: 20px 0;
  }
  .image-item .flexbox {
    justify-content: center;
  }
  .image-item .flexbox .linkclick {
    margin: 30px;
  }
  .doctors .star::before {
    left: -10px;
  }
  .doctors .star .headline-bright {
    padding: 30px 0 0;
  }
  .doctors .star .wordsarealimit {
    width: 100%;
  }
  .doctorList{
    display: grid;
    grid-template-columns:1fr;
    /* grid-auto-rows: auto; */
    gap: 3%;
    margin: 0 8%;
  }
  .doctors .star .starbox {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    box-shadow: 0px 1px 4px 3px #00000040;
    background-image: url("/img/2025/MonthlyMedicalStar_B.png");
    border-radius: 25px;
  }
  .doctors .star .wordsarea {
    height: auto;
       background-position: center center;
       background-repeat: no-repeat;
       background-size: cover;
       background-color: #ffffff;
       background-image: url(/img/2025/MonthlyMedicalStar_2_2.png), url(/img/2025/MonthlyMedicalStar_2_3.png);
       padding: 5% 15% 5% 15%;
       border-radius: 0 0 25px 25px;
  }
}

@media all and (max-width: 821px) {
  header {
    border:none;
  }
  #service1 {
    transform: translateY(0);
    top: 0;
    margin-top: 0;
  }
  .image-item .flexbox {
    flex-wrap: wrap;
  }
  .information {
    margin: 0;
  }
  .information .specail-area > ul {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    grid-auto-rows: minmax(min-content, auto);
    gap:20px;
  }

  .information .specail-area > ul > li:nth-child(12n+1) .box .img,
  .information .specail-area > ul > li:nth-child(12n+2) .box .img,
  .information .specail-area > ul > li:nth-child(12n+3) .box .img,
  .information .specail-area > ul > li:nth-child(12n+4) .box .img
  {
    background-image: url("/img/2025/yellow.png");
  }
  .information .specail-area > ul > li:nth-child(12n+5) .box .img,
  .information .specail-area > ul > li:nth-child(12n+6) .box .img,
  .information .specail-area > ul > li:nth-child(12n+7) .box .img,
  .information .specail-area > ul > li:nth-child(12n+8) .box .img
  {
    background-image: url("/img/2025/blue.png");
  }
  .information .specail-area > ul > li:nth-child(12n+9) .box .img,
  .information .specail-area > ul > li:nth-child(12n+10) .box .img,
  .information .specail-area > ul > li:nth-child(12n+11) .box .img,
  .information .specail-area > ul > li:nth-child(12n+12) .box .img
  {
    background-image: url("/img/2025/green.png");
  }

  #Pnl_TSGH_News ul {
    padding: 0;
  }
  #Pnl_TSGH_News .item:nth-child(2) {
    margin: 50px 5%;
  }
  #Pnl_TSGH_News .item:nth-child(3) {
    margin: 50px 5%;
  }

  .doctors {
    /* overflow: hidden; */
    /* background: #fff; */
  }
  .doctors .box960 > .row {
    justify-content: space-evenly;
  }
  .doctors .headline-bright {
    /* padding: 60px 0; */
  }
  .videos {
    overflow: hidden;
  }
  .infoarea .mark-title .tab {
    margin-right: 0;
  }
  #text01 .dataarea {
    align-items: flex-end;
  }
  #text01 .datainfo {
    text-align: center;
    width: 91%;
    margin: auto;
  }
  #text01 .item {
    margin: 15px;
    padding: 15px;
  }
  #text02 .headline-bright + div {
    flex-direction: column;
  }
  #text02 .bedtype {
    width: 100%;
    margin-top: 20px;
  }
  #text02 .time + div {
    width: 100%;
  }
  #Pnl_Hyperlink .links {
    margin: auto;
  }
  #Pnl_Hyperlink .tab-content {
    width: 100%;
    padding: 0;
  }
  #Pnl_Hyperlink .mark-title ul li {
    margin: 10px;
  }
  #Pnl_Hyperlink .tab-content .link-next,
  #Pnl_Hyperlink .tab-content .link-prev {
    display: block;
  }
  #Pnl_Hyperlink .tab-content .link-prev{
    left: auto;
  }
  #Pnl_Hyperlink .tab-content .link-next{
    right: 0;
  }
  #Pnl_Hyperlink .tab-content .seemore {
    margin: 10px 0;
  }
}

@media all and (max-width: 769px) {
  .service {
    margin-top: 0;
  }
  .bannerArea::after {
    display: none;
  }
  .list-service .box {
    padding: 10px 30px;
  }
  .list-service .pic {
    width: 80px;
  }
  .list-service .list-name {
    margin: 0 0 0 20px;
  }
  .list-service .box{
    width: 270px;
    height: 300px;
  }
   .list-service .box .list-name {
    left: 30%;
    transform: translateX(-50%);
}
.list-service .box:nth-child(1) .list-name, .list-service .box:nth-child(3) .list-name {
  left: 30%;
  transform: translateX(-50%);
}
  .shownav {
    display: block;
  }
  .information .specail-area > ul > li .box .pic .name {
    top: -30px;
  }
  #Pnl_TSGH_News {
    padding: 100px 0;
  }
  #Pnl_TSGH_News .news-board {
    background: unset;
    padding: 20px 0;
  }
  .videos .box960 {
    padding: 0 5px;
  }
  .infoarea .mark-title {
    position: relative;
    top: 20px;
    width: 91.66666667%;
  }
  .image-item .flexbox .linkclick{
    margin: 15px 70px 15px 60px;
  }
  #text01 {
    padding: 80px 0 70px;
  }
  #text01 .item .img img{
    max-height: 237px;
  }
  #text02 {
    padding: 50px 0 200px;
  }
  #text02 .headline-bright {
    display: none;
  }
  #Pnl_Hyperlink .mark-title ul li {
    margin: 0 5px 5px;
  }
  #Pnl_Hyperlink .tab-content {
    width: 100%;
  }
  #Pnl_Hyperlink .hyperlinkarea {
    margin: auto;
  }
  #Pnl_Hyperlink .links {
    width: 91.66666667%;
  }
  footer .footerLeft img {
    margin: auto;
    margin-bottom: 15px;
  }
  footer .ul-link {
    justify-content: center;
    padding: 0;
  }
  footer .footer-info li {
    /* text-align: center; */
  }
  footer .footerRight a {
    width: 80px;
    margin: 10px auto;
  }
  footer .footerRight div {
    width: 80px;
    margin: 10px auto;
  }
}

@media all and (max-width: 680px) {
  .information .specail-area ul {
    grid-template-columns: repeat(2, 180px);
  }
  .information .specail-area ul > li {
    min-width: auto;
    min-height: auto;
  }
  .doctorList .starbox .starboxImg{
    width: 270px;
  }
  #text02 .type .pic {
    width: 47%;
    height: auto;
  }
  #text02 .type .pic img {
    width: 100%;
  }
  #text02 .type:nth-child(1) .pic {
    background: unset;
  }
  #text02 .type:nth-child(2) .pic {
    background: unset;
  }
  #text02 .type:nth-child(3) .pic {
    background: unset;
  }
}

@media all and (max-width: 580px) {

    .doctors .dr-carousel .swiper-wrapper {
        min-height: 700px;
    }

  #headerArea {
    width: 100%;
    padding: 0;
  }
  #headerArea h1 {
    padding: 10px;
  }
  header .row {
    flex-wrap: nowrap;
  }
  .headline-bright {
    justify-content: center;
  }
  /* .topArea .fontarea {
    width: 100%;
  } */
  .topArea .sharebtnM {
    width: 100%;
  }
  .topArea > ul li{
    width: 31%;
  }
  .dropdownnav .dropdown-menu {
    grid-template-columns: repeat(2, auto);
  }
    #controlsPlayGroup,
    .main-carousel {
        display: none;
    }
    #controlsPlayGroupPhone,
    .phone-carousel {
        display: block;
    }
  .service {
    background-size: cover;
    padding-top: 0px;
  }
  .areaBg_2 .areaBg_2_phone2{
    bottom: 0px;
  }
  .areaBg_2 .areaBg_2_phone1{
    bottom: 0px;
    width: 56%;
  }
  #Pnl_TSGH_MS {
    padding: 0px 0;
  }
  .list-service {
    padding: 50px 0 0 0 ;
  }
  .list-service .boxarea {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    grid-auto-rows: auto;
  }
  /* .list-service .box {
    height: 100%;
    padding: 0 50px;
    justify-content: center;
    width: 90%;
    margin: auto;
    background: #D6EFF9;
    box-shadow: 0px 0px 5px #333;
    flex-direction: row;
  } */

  .list-service .box {
    width: 328px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 2rem;
    width: 318px;
    height: 234px;
    border-radius: 15px;
    box-shadow: 0px 2px 6px 0px #00000040;
    background-color: #ffffff;
    z-index: 1;
  }

  
  .list-service .box .clickMore{
    bottom: 15px;
    right: 42px;
  }
  .list-service .box:nth-child(1) .clickMore, .list-service .box:nth-child(3) .clickMore {
    right: 40px;
}
  .list-service .box .list-name{
    bottom: 10px;
  }
  .list-service .box:hover .list-name{
    color: #ffffff;
  }
  .list-service .box .list-name,
  .list-service .box:nth-child(1) .list-name, .list-service .box:nth-child(3) .list-name {
    left: 50%;
    transform: translateX(-50%);
    margin:0;
}
  .list-service .box .pic {
    width: 136px;
    left: 50%;
    transform: translateX(-50%);
  }
  .list-service .box:nth-child(1) .pic, .list-service .box:nth-child(3) .pic {
    left: 50%;
    transform: translateX(-50%);
}
  .list-service .box .pic img {
    width: 100%;
  }
  .list-service .box:nth-child(1) .pic {
    background: none;
  }
  .list-service .box:nth-child(2) .pic {
    background: none;
  }
  .list-service .box:nth-child(3) .pic {
    background: none;
  }
  .list-service .box:nth-child(4) .pic {
    background: none;
  }
  /* .list-service .box:nth-child(even) {
    background: #fff;
  } */
  .information .specail-area > ul {
    grid-auto-rows: minmax(min-content, auto);
    grid-template-columns: repeat(2, auto);
  }

  .videoContent {
    margin: 0px 0px;

}
  .image-item {
    margin-top: 20px;
  }
  .image-item .flexbox {
    display: flex;
    padding: 0 10px 40px 10px;
  }
  .image-item .flexbox .linkclick {
    width: 97%;
    margin: 5px 5px 20px 5px;
    overflow: hidden;
  }
  .image-item .flexbox .linkclick .itemfor4 .name {
    position: unset;
    padding-left: 3rem;
    width: 100%;
    white-space: unset;
  }
  .imgarea img{
    background-color:unset;
    right: -67px;
  }
  .videos .seemore a{
    padding: 0 16px;
  }
  .videoContent > .videoContent-left > .video-title ,
  .videoContent .video-title{
    font-size: 2rem;
  }
  .information .specail-area {
    margin-bottom: 0;
    justify-content: start;
  }
  /* .information .specail-area > ul {
    grid-template-columns: repeat(5, 200px);
    gap: 0;
  } */
  .information .specail-area > ul > li .box .pic {
    font-size: 2rem;
    white-space: nowrap;
  }
  #Pnl_TSGH_News {
    padding: 80px 10px;
  }
  #Pnl_TSGH_News .item {
    margin: 30px auto;
  }
  #Pnl_TSGH_News .item .content {
    padding: 15px;
    justify-content: center;
  }
  #Pnl_TSGH_News .item .content li {
    margin-top: 20px;
  }
  #Pnl_TSGH_News .item .content li span {
    display: block;
    padding: 0;
  }
  #Pnl_TSGH_News .item .content li a {
    display: -webkit-box;
  }
  #Pnl_TSGH_News .item .title {
    width: 45%;
    padding-left: 0;
  }
  #Pnl_TSGH_News .item .title::before {
    left: 0;
  }
  #Pnl_TSGH_News .item .more {
    width: 55%;
    right: 0;
  }
  #Pnl_TSGH_News .item .more a {
    width: 100%;
  }
  #Pnl_TSGH_News .Pnl_TSGH_News_BG2{
    width: 50%;
  }
  #Udpn_DocStar {
    background-size: 142% 100%;
  }
  .doctors .star {
    /* padding-bottom: 50px; */
  }
  .doctorList .starbox .starboxImg{
    width: 230px;
    height: 100%;
  }
  .doctors .star::before {
    display: none;
  }
  .doctors .star .headline-bright {
    padding: 20px 0;
  }
  .doctors .star .starbox {
    /* flex-direction: column; */
  }
  .doctors .star a {
    padding: 0 15px;
    /* width: 100%; */
    background-color: unset;
  }
  .doctors .seemore a{
    background-color: #FECA01;
  }
  .doctors .star .description{
    font-size: 1.5rem;
  }

  .doctors .star .pic {
    width: 80%;
    padding: 0;
  }
  .doctors .star .dpt {
    font-size: 2rem;
  }
  .doctors .star .imglimit {
    width: 100%;
  }
  .doctors .star .wordsarea {
    padding: 0px 25%;
    width: 100%;
    height: auto;
  }
  .doctors .star .name {
    text-align: left;
    font-size: 2rem;
  }
  .doctors .star .name::before {
    display: none;
  }
  .doctors .dr-carousel .swiper-slide {
    overflow: hidden;
  }
  .doctors .dr-carousel .swiper-slide-active .firstarea {
    border: 0;
  }
  .doctors .dr-carousel .wordsarea {
    padding: 20px 5px;
  }
  .doctors .dr-carousel .name span,
  .doctorList .dpt, .doctorList .description, .doctorList .name{
    font-size: 1.5rem;
  }
  .videos {
    padding: 0px 10px 80px;
    background-size: cover;
  }
  .videos .citizen {
    flex-direction: column;
  }
  .videos .citizen > a {
    width: 100%;
    margin: 10px 0;
  }
  .videos .facebook {
    margin-top: 80px;
  }
  .videos .facebook a {
    width: 80%;
    margin: auto;
  }
  .videos .facebook .headline-bright {
    margin-bottom: 30px;
  }
  #Pnl_InfoImg {
    padding-top: 50px;
  }
  .infoarea .mark-title .headline-bright {
    margin: auto;
  }
  .infoarea .nav {
    margin: 20px auto 0;
  }
  .infoarea .mark-title .tab {
    margin: 5px;
  }
  #text01 {
    display: block;
  }
  #text01 {
    padding: 50px 0px 80px;
  }
  #text01 .datainfo {
    margin-top: 20px;
  }
  #text01 .item {
    width: 100%;
    border: 2px solid #fff;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 3px #333;
    border-radius: 15px;
  }
  #text01 .item .box{
    background:none;
    box-shadow: none;
  }
  #text01 .item:nth-child(3) .box,
  #text01 .item:nth-child(4) .box {
    flex-direction: row;
  }
  #text01 .item:nth-child(3) .img,
  #text01 .item:nth-child(4) .img {
    transform: translateY(0);
  }
  #text01 .item:nth-child(1) .img img, 
  #text01 .item:nth-child(2) .img img {
    max-height: 135px;
}
  #text01 .item .img img {
    max-height: 175px;
  }
  #text01 .datainfo {
    width: 90%;
  }
  #text01 .itemfor4 {
    margin-top: 20px;
  }
  #text01 .item .box {
    flex-direction: row;
    padding: 5px;
  }
  #text01 .item .data {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  #text01 .item .data .title {
    margin: 0;
  }
  #text01 .item .img {
    margin-top: 0;
    transform: translateY(0);
  }
  #text02 {
    padding: 50px 10px 80px;
  }
  .datainfo img:first-child {
    width: 58%;
  }
  #text02 .headline-bright {
    align-self: center;
  }
  #text02 .tabtitle {
    margin: auto;
  }
  #text02 .bedtype {
    align-items: unset;
    padding: 20px 0;
    flex-wrap: wrap;
  }
  #text02 .type {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0 10px;
    width: 100%;
    margin-bottom: 10px;
    align-items: center;
    overflow: hidden;
  }
  #text02 .type .pic {
    margin: 0;
    width: 40%;
  }
  #text02 .means {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60%;
    padding: 10px 0;
  }
  #text02 .means .title {
    margin-bottom: 5px;
  }
  #text02 .occupy {
    margin-right: 30px;
  }
  #text02 .time {
    margin: 10px 0;
  }
  #text02 .dataarea {
    padding: 10px;
  }
  #text02 .dataforbed {
    padding: 10px;
  }
  /* #text02 .more {
    width: 100px;
  } */
  #text02 .bedimage {
    padding: 20px;
  }
  #text02 .bedimage .item {
    flex-wrap: wrap;
    margin: 25px 0;
  }
  #text02 .bedimage .title {
    width: 100%;
    text-align: left;
  }
  #text02 .bedimage .percentage {
    width: 100%;
  }
  #text02 .vacancy::before,
  #text02 .occupy::before {
    width: 25px;
    right: 0px;
  }
  #text02 .used {
    min-width: 15%;
  }
  #text02 .empty {
    min-width: 15%;
  }
  
  #text02 .more,
  #text01 .more {
    margin-top: 20px;
    text-align: center;
  }
  #text02 .more a,
  #text01 .more a{
    padding: 0px 48px;
  }
  #Pnl_Hyperlink .mark-title ul li {
    width: 90%;
}
  #Pnl_Hyperlink .headline-bright {
    position: unset;
  }
  #Pnl_Hyperlink .mark-title {
    position: unset;
    transform: none;
  }
  #Pnl_Hyperlink .mark-title ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 10px;
    align-items: flex-start;
  }
  #Pnl_Hyperlink .mark-title ul li {
    margin-right: 0;
  }
  #Pnl_Hyperlink .mark-title ul li a {
    padding: 10px;
  }
  #Pnl_Hyperlink .tab-content {
    padding: 0;
  }
  #Pnl_Hyperlink .tab-content .link-prev {
    display: block;
  }
  #Pnl_Hyperlink .tab-content .link-next {
    display: block;
  }
  #Pnl_Hyperlink .tab-content .appbox {
    flex-wrap: wrap;
    justify-content: center;
  }
  #Pnl_Hyperlink .tab-content .appbox a {
    margin: 15px;
  }
  #Pnl_Hyperlink .tab-content .swiper-slide {
    padding: 0;
    width: 50%;
  }
  #Pnl_Hyperlink::after {
    height: 104%;
  }
  .fatfooter ul .title {
    width: 40%;
  }
  footer .ul-link {
    flex-direction: column;
    /* align-items: center; */
  }
  footer .ul-link li {
    margin: 10px 0;
    /* padding: 0; */
    padding: 10px 37px;
  }
}

@media screen and (max-width: 380px) {
  .videos .seemore a{
    padding: 5px;
  }
  .information .specail-area ul {
    grid-template-columns: repeat(2, 170px);
    grid-auto-rows: minmax(min-content, auto);
  }
  .doctors .dr-carousel .firstarea a {
    grid-template-columns: 2fr 2fr;
  }
  .doctors .dr-carousel .firstarea .starbox:first-child a {
    grid-template-columns: 2fr 2fr;
  }
  .doctors .dr-carousel .swiper-slide:nth-child(even) .firstarea .starbox:last-child a {
    grid-template-columns: 2fr 2fr;
  }
  .doctors .dr-carousel .imglimit {
    display: flex;
    align-items: center;
  }
  .doctors .dr-carousel .firstarea .starbox:first-child .imglimit {
    display: flex;
    align-items: center;
  }
  .doctors .dr-carousel .imglimit img {
    width: 100%;
    height: auto;
  }
  .doctorList .starbox .starboxImg{
    width: 170px;
    height: 100%;
  }

  .fatfooter ul .title{
    width: 40%;
  }
}

@media screen and (max-width: 321px) {
  .information .specail-area ul {
    grid-template-columns: repeat(2, 160px);
  }
  .information .specail-area > ul > li .box {
    background-size: 150% auto;
  }
  #Pnl_TSGH_News .item .title {
    width: 100%;
    margin-bottom: 20px;
  }
}
