@charset "UTF-8";

:root {
    /* ===== 主色系 ===== */
    --color-primary: #0056b3;
    --color-secondary: #0072bc;
    --color-accent: #e8392a;
    --blue-dark: #0b4f8a;
    --blue-mid: #1577c8;
    --blue-light: #4ab4f0;
    --green: #00A39B;
    --cyan: #00c8e0;
    --orange: #f47b20;
    --teal: #00a99d;
    --pink: #e84c88;
    --primary-blue: #0056b3;
    /* ===== 文字顏色 ===== */
    --primary-text: #333;
    --text-dark: #1a2a3a;
    --text-mid: #3a5068;
    --text-light: #6a8299;
    --gray-text: #777777;
    /* ===== 按鈕 ===== */
    --btn-blue: #005FB8;
    /* ===== 背景/邊框 ===== */
    --bg--color-white-60: rgba(255, 255, 255, 0.62);
    --bg-footer: #f0f6fc;
    --bg-footer--text: #113764;
    --border: #d8eaf6;
    --border-color: #e0e0e0;
    /* ===== 字體 ===== */
/*    --font-base: 'Noto Sans TC', sans-serif;*/
    --font-size-base: 16px;
    --font-size-sm: 14px;
    --font-size-lg: 18px;
    /* ===== 間距 ===== */
    --spacing-xs: 4px;
    --spacing-sm: 8px;
    --spacing-md: 16px;
    --spacing-lg: 32px;
    /* ===== 圓角 ===== */
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-full: 50%;
    /* ===== 陰影 ===== */
    --shadow-sm: 0 2px 6px rgba(0,0,0,0.1);
    --shadow-md: 0 4px 16px rgba(0,0,0,0.15);
    /* ===== 動畫 ===== */
    --transition-base: all 0.2s ease;
    /* ===== 其他 ===== */
    --blue: #1577c8;
    --blue-bg: #4ab8f0;
    --dept-color: #c8602a;
    --mint-bg: #f2fcf9;
    --text-gray: #6a8299;
    --col-purple: #7060c8;
    --col-orange: #f07830;
    --col-teal: #2ab8a8;
    --col-navy: #2850a8;
    --col-pink: #e8508a;
}

/* ===================================
    ===================================
   1. Base / Reset & Accessibility 全域設定 / 共同設定
   =================================== 
    ===================================
*/

body {
    /*    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;*/
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    font-size: 2rem;
}
*:focus {
    outline: 3px solid #FF6600;
    outline-offset: 2px;
}

legend {
    font-size: .1rem;
    color: transparent;
    position: absolute;
}

/* ===================================
    ===================================
   1.1  / 共同元素設定
   =================================== 
    ===================================
*/
#Pnl_Hyperlink .tab-content .seemore:hover,
#Pnl_Hyperlink .seemore .more:hover,
#Pnl_InfoImg .seemore:hover,
#Udpn_DocStar .doctors .seemore:hover,
.videos .seemore:hover {
    transform: translateY(-2px);
}

#Pnl_Hyperlink .seemore .more,
#Udpn_DocStar .doctors .seemore a,
#Pnl_InfoImg .seemore a,
.videos .seemore a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var( --color-primary);
    color: #fff;
    text-decoration: none;
    padding: 13px 60px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    transition: background .2s, transform .2s;
    border: none;
}

#Pnl_InfoImg .seemore svg,
#Pnl_Hyperlink .seemore svg,
#Udpn_DocStar .doctors .seemore svg,
.videos .seemore svg {
    width: 26px;
    height: 26px;
    stroke: #fff;
    fill: none;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}



.seemore
{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
    
}

#Pnl_TSGH_List_Service,
#Pnl_TSGH_MS,
#Pnl_TSGH_Videos,
#Pnl_Info,
#Pnl_TSGH_News,
#Udpn_DocStar,
#Pnl_Hyperlink {
    padding: 0px 0 130px 0;
}
#Pnl_TSGH_List_Service,
#Pnl_TSGH_MS,
#Pnl_Info,
#Pnl_TSGH_News,
#Udpn_DocStar,
#Pnl_Footer footer,
#Pnl_FatFooter .footer-nav {
    padding-left: 5%;
    padding-right: 5%;
}
#Pnl_Hyperlink {
    padding-left: 10%;
    padding-right: 10%;
}
#Pnl_TSGH_MS{
    padding-top:24px;
}

.section-header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 48px;
    margin-top: 0px;
    position: relative;
    z-index: 1;
}

    .section-header h2 {
        font-size: 32px;
        color: var(--primary-blue);
        font-weight: bold;
        margin: 0;
        display: flex;
        align-items: center;
        gap: 12px;
        letter-spacing: 2px;
    }

/*content 內容間距*/

#Pnl_FatFooter .footer-nav.open .footer-nav-inner,
#Pnl_Footer footer {
    padding-top: 48px ;
    padding-bottom:48px;
}
/* ===================================
    ===================================
   3. Bootstrap Overrides 複寫 Bootstrap 功能
   =================================== 
    ===================================
*/
.row {
    --bs-gutter-x: 0;
}

#contenR .row {
    --bs-gutter-x: 1.5rem;
}

.borderR {
    border-radius: 15px;
}

.mainColor {
    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;
}

/* ===================================
    ===================================
   2. Accessibility 無障礙
   =================================== 
    ===================================
*/

#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-radius: 5px;
    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;
}

/* ===================================
    ===================================
   4. Global Base 共同設定
   =================================== 
    ===================================
*/

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) {

    .animation1 {
        transition: .5s;
        z-index: 100;
    }

        .animation1:active, .animation1:hover {
            transform: scale(1.05) translateY(-5px);
            z-index: 100;
        }
}




/* ===================================
     ===================================
   5. Header 最上方區塊
   =================================== 
     ===================================
*/

#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;
    box-shadow: 5px 5px 20px #ccc;
}

.noabove {
    border-bottom: 2px solid #077760;
}



/* Header 基礎設定 */
header {
/*    background: url("../img/2022/headerBg.png");*/
}
.header-container {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
}

.new-site-header {
/*    background: rgba(255, 255, 255, 0.95);*/
    width: 100%;
    z-index: 1000;
}


.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;
    padding: 0 20px;
}

    header .topArea .topnav {
        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;
            }

                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-radius: 5px;
            background-color: #077760;
            color: #ffffff;
        }

    header .topArea .sharebox2 {
        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 {
        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 {
    display: flex;
    justify-content: center;
}

#searchAreaT {
}

    #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 .searching {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

header  .searchingIcon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

header  .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  .searchingIcon:hover + .searchBlock {
    display: block;
}

.searchingIcon:focus ~ .searchBlock {
    display: block;
}

.searchBlock:hover,
.searchBlock:focus {
    display: block;
}

header .searchArea .notation {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

header  .searching input {
    height: 30px;
    border: 1px solid #B05CA0;
    font-size: 1.6rem;
}

    header  .searching input:focus {
        outline: 1px solid #B05CA0;
    }

header  .searching .seatch-f-mobile {
    display: none;
}

header  .searching .search-btn,
header  .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  .searching .search-btn {
    background-color: #F7C609;
}

header .searching .advanced {
    background-color: #CBDE2B;
}

header .speechsearch {
    cursor: pointer;
    margin-left: -21px;
    margin-right: 10px;
    position: relative;
    color: black;
}

header  .popular {
    color: #ffffff;
    margin-top: 8px;
    font-size: 2rem;
    -webkit-text-stroke: .2px #ffffff;
    -webkit-text-fill-color: #ffffff;
}

    header  .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;
    }

#swiperLinkControlsGroup .swiperLinkPauseIcon_docc,
#swiperControlsGroup .swiperPlayIcon_docc {
    line-height: 33px;
}

#swiperLinkControlsGroup .swiperLinkPlayIcon_docc,
#swiperControlsGroup .swiperPauseIcon_docc {
    line-height: 34px;
}

#controlsPlayGroup #pause-icon {
    line-height: 33px;
}

#go_home {
    text-align: center;
}

    #go_home img {
        width: 100%;
        max-width: 342px;
    }

h1 a {
    display: block;
}

.mainservice {
    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 {
        width: 1000px;
        top: 85%;
        border-radius: 15px;
        overflow: hidden;
        left: 0;
        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(5, 1fr);
}

.dropdown-menuclose {
    display: none;
}

.showM {
    display: none;
}

.bannerArea {
    padding: 0;
    display: block;
    position: relative;
}

.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;
}

.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;
    }
.main-carousel .swiper-button-next::before,
.main-carousel .swiper-button-prev::before {
    content: '';
    position: absolute;
    top: -90px;
    bottom: -90px;
    left: -29px;
    right: -29px;
}
    .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;
        }




/* Logo 調整 */
.logo-box img {
    max-height: 96px;
    width: auto;
}
/* 右側排版 */
.nav-box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
}

nav .dropdownnav {
    justify-content: left;
}
/* 上排 Utils 區塊 */
.top-utils {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding-bottom: 8px;
}

.topnav-list {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 12px;
    font-size: 13px;
    color: #0056b3;
}
    /* 每個 li 右側加 | */
    .topnav-list > li::after {
        content: "|";
        color: var(--color-primary);
        margin: 0 8px;
        font-size: 12px;
        line-height: 1;
    }

    .topnav-list > li.nav-divider {
        width: 1px;
        height: 14px;
        background: var(--color-primary);
        margin: 0 8px;
        padding: 0;
        flex-shrink: 0;
    }

    .topnav-list > li:last-child::after {
        display: none;
    }

    .topnav-list a {
        color: #0056b3;
        text-decoration: none;
        font-size: 1.5rem;
    }

        .topnav-list a:hover {
            color: #d0584b;
        }

.font-size-btns {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: 10px;
    border-left: 1px solid #ccc;
    padding-left: 10px;
}

.btn-a {
    border: 1px solid #0056b3;
    background: transparent;
    color: #0056b3;
    border-radius: 4px;
    padding: 2px 6px;
    font-size: 12px;
    cursor: pointer;
}

    .btn-a.active, .btn-a:hover {
        background: #0056b3;
        color: white;
    }

.search-input-mini {
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 2px 10px;
    font-size: 12px;
    width: 120px;
    outline: none;
    margin-left: 15px;
}

.search-btn-mini {
    margin-left: 5px;
    color: #0056b3;
}
/* 下排主選單 */
.main-nav .dropdownnav {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 25px;
}

    .main-nav .dropdownnav > li > a {
        font-size: 16px;
        font-weight: bold;
        color: #0056b3;
        text-decoration: none;
        padding: 5px 0;
        transition: color 0.3s;
    }

        .main-nav .dropdownnav > li > a:hover {
            color: #d0584b;
        }
/* ===== 字體大小切換按鈕 ===== */
.fontarea {
    display: flex;
    align-items: center;
    gap: 6px;
}

.fontControl {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.7);
    background: transparent;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    line-height: 1;
    padding: 0;
    transition: background .18s, color .18s, border-color .18s;
    position: relative;
}

    .fontControl.fontS,
    .fontControl.fontM,
    .fontControl.fontL {
        width: 28px;
        height: 27px;
        font-size: 1.5rem;
    }

    .fontControl.active {
        background: var(--color-primary);
        color: #fff;
        border-color: #fff;
    }

    .fontControl:hover:not(.active) {
        background: var(--color-primary);
        border-color: #fff;
        color: #fff;
    }

    .fontControl sup, .fontControl sub {
        font-size: 7px;
        font-weight: 700;
        line-height: 0;
        position: relative;
    }

    .fontControl sup {
        top: -4px;
    }

    .fontControl sub {
        top: 3px;
    }

.fc-letter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fc-sign {
    position: absolute;
    right: 5px;
    bottom: 12px;
    font-size: 9px;
}

.fontsize-li .d-flex {
    align-items: center;
    gap: 6px;
}

.topnav-list > li.fontsize-li::after {
    display: none;
}

nav .dropdownnav .dropdown .dropdown-menu li a,
nav .dropdownnav .dropdown > a,
.fontControl,
.changefontfamilybtn {
    color: var(--color-primary);
}

    nav .dropdownnav .dropdown > a::after {
        color: var(--color-primary);
    }

.fontControl {
    border: 2px solid var(--color-primary);
}

nav .dropdownnav .dropdown {
    margin: 0px;
}

.noabove {
    border: none;
}

.changefontfamilybtn {
    padding: 0px;
}

.searchingIcon img {
    width: 28px;
}

#hamburgerbtn .icon-bar {
    background-color: var(--color-primary);
}

/* ===================================
    ===================================
   6. Medical Service （四個區塊,輪播圖下方）
   =================================== 
    ===================================
*/

.service {
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative;
    padding: 20px 0 0;
    z-index: 50;
}

.areaBg_2 {
}

    .areaBg_2 .areaBg_2_phone1,
    .areaBg_2 .areaBg_2_phone2 {
        display: none;
    }



 

#service1 {
    position: relative;
    z-index: 27;
    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(auto-fit, minmax(200px, 1fr));
        place-items: center;
    }

    .list-service .box {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        color: #333333;
        width: 100%;
        flex-direction: column;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        margin-top: 2rem;
        height: 300px;
        border-radius: 15px;
        box-shadow: 0px 2px 6px 0px #00000040;
        background-color: #ffffff;
        z-index: 1;
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        margin-top: 0px;
        border-radius: unset;
        box-shadow: none;
        background: inherit;
        flex-direction: row;
        width: 100%;
        height: 100%;
        max-width: 400px;
    }


        .list-service .box:hover {
            background-color: #077760;
        }

            .list-service .box:hover .box::before {
                z-index: -2;
            }







    .list-service .boxarea {
        margin-top: -169px;
        align-self: center;
        width: 100%;
    }


/*.boxarea.count-4 {
    grid-template-columns: repeat(4, 1fr);
}

.boxarea.count-3 {
    grid-template-columns: repeat(3, 1fr);
}

.boxarea.count-2 {
    grid-template-columns: repeat(2, 1fr);
}
*/

.list-service {
    margin: auto;
}

.mainservice {
    background: var(--color-primary);
}

.boxarea {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -60px;
    padding: 42px 30px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
}

    .boxarea .box:nth-child(1) .list-name {
        color: #f26522;
    }

    .boxarea .box:nth-child(2) .list-name {
        color: #00a89b;
    }

    .boxarea .box:nth-child(3) .list-name {
        color: #e8437a;
    }

    .boxarea .box:nth-child(4) .list-name {
        color: var( --color-primary);
    }

.list-service .box {
 
}

    .list-service .box:not(:first-child)::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 50%;
        width: 1px;
        background-color: var(--border-color);
    }

    .list-service .box:hover {
        background-color: unset;
    }

        .list-service .box:hover a {
            text-decoration: none;
            color: inherit;
        }

    .list-service .box .list-name {
        position: static;
        width: 50%;
    }

    .list-service .box:hover .list-name {
        color: unset;
    }

.list-service .pic img {
    width: 74%;
}

.list-service .box .pic {
    width: 68%;
    text-align: center;
    padding-left: 17px;
}

.service {
    padding: 0px;
}

.areaBg_1 {
    position: relative;
}

    .areaBg_1::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 22%;
        height: 100%;
        background-image: url('/img/2025/areaBg_1_bg.png');
        background-repeat: no-repeat;
        background-position: left center;
        background-size: contain;
        pointer-events: none;
        z-index: 0;
    }

    .areaBg_1::after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 22%;
        height: 100%;
        background-image: url('/img/2025/areaBg_1_bg.png');
        background-repeat: no-repeat;
        background-position: right center;
        background-size: contain;
        pointer-events: none;
        z-index: -1;
    }

/* ===================================
    ===================================
   8. Medical Service （四個膠囊）
   =================================== 
    ===================================
*/

.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;
        row-gap: 30px;
    }

.imgarea img {
    position: absolute;
    right: 0;
    height: 100%;
    object-fit: contain;
    object-position: 100% 50%;
    background-color: white;
    border-radius: 0 15px 15px 0;
}

.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;
        }
/*四個膠囊*/
#Pnl_TSGH_MS .linkclick:nth-child(1) .itemfor4 {
    background: linear-gradient( to bottom, rgba(255,255,255,0.72) 0%, rgba(255,255,255,0) 40% ), linear-gradient( to right, #ffaa5e, #f26522 );
}

#Pnl_TSGH_MS .linkclick:nth-child(2) .itemfor4 {
    background: linear-gradient( to bottom, rgba(255,255,255,0.72) 0%, rgba(255,255,255,0) 40% ), linear-gradient( to right, #4dd9a0, #00a86b );
}

#Pnl_TSGH_MS .linkclick:nth-child(3) .itemfor4 {
    background: linear-gradient( to bottom, rgba(255,255,255,0.72) 0%, rgba(255,255,255,0) 40% ), linear-gradient( to right, #7ab8ff, #2e6fd9 );
}

#Pnl_TSGH_MS .linkclick:nth-child(4) .itemfor4 {
    background: linear-gradient( to bottom, rgba(255,255,255,0.72) 0%, rgba(255,255,255,0) 40% ), linear-gradient( to right, #f77db5, #c2185b );
}

.image-item .flexbox {
    grid-template-columns: repeat(4, 1fr);
}

    .image-item .flexbox .linkclick {
    }

    .image-item .flexbox .itemfor4 {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 15px 40px;
        border-radius: 50px;
        color: white;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 2px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .image-item .flexbox .linkclick .itemfor4 .name {
        color: white;
    }

    .image-item .flexbox .linkclick:hover .itemfor4 .name {
        color: white;
    }

/* ===================================
     ===================================
   9. Information Icons（醫療服務圓形選單）
   =================================== 
     ===================================
*/

.information {
    display: block;
    position: relative;
    margin: auto;
   
}


        .information .specail-area > ul {
            display: grid;
            text-align: center;
            grid-template-columns: repeat(5, minmax(200px, 1fr));
            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 .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;
                }

                .information .specail-area > ul > li .box .pic .name {
                    position: relative;
                    top: 0;
                    margin: auto;
                    color: #333;
                }

                .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;
                        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;
}



.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;
    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 .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 .item {
    margin: 0px auto;
    display: flex;
    align-items: center;
    border-radius: 12px;
    position: relative;
    width:100%;
}


    /* ===================================
        ===================================
   10. News（院務消息）
   =================================== 
        ===================================
    */

    #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 a {
            position: relative;
            z-index: 2;
            color: #333333;
            font-weight: 700;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            -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 .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 img {
        position: absolute;
        right: 69px;
        bottom: 46px;
        width: 26%;
        z-index: 1;
    }







.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;
        }

#text01 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 20px 20px 20px 280px;
    margin: auto;
}



    #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 .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 .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) {
    }

    #text01 .item:nth-child(3) {
    }

    #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 .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: 50px auto 0 auto;
}

    #text01 .more a {
        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;
    }

#content2 {
    position: relative;
    top: -31px;
}
#text02 {
    padding: 20px 20px 20px 140px;
}
#text02 .content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: auto;
}

    



#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;
        height: 212px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        #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 {
        top: 6px;
    }

    #text02 .type:nth-child(3) .pic {
        top: 14px;
    }

        #text02 .type:nth-child(3) .pic img {
            width: 161px;
        }

    #text02 .type .title {
        font-size: 2rem;
        font-weight: 700;
        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 .vacancy {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#text02 .more {
    margin: 50px auto 0 auto;
}

    #text02 .more a {
        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%);
    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%);
    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;
    background-color: white;
}



#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;
        gap: 10px;
    }

        #Pnl_Hyperlink .mark-title ul li {
            border-radius: 5px;
/*            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 a {
            border-radius: 5px;
        }

#Pnl_Hyperlink .tab-content {
    margin: auto;
}

    #Pnl_Hyperlink .tab-content .text {
        position: relative;
    }


    #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;
        margin-top: 24px;
    }

        #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;
        top: 50%;
        left: 50%;
        color: #FFF8DA;
        font-size: 2rem;
        white-space: nowrap;
        font-weight: 700;
        margin: 0;
    }

.fatfooter .box960 {
    margin: auto;
}

.fatfooter ul .title {
    color: #ffffff;
    font-size: 2rem;
    letter-spacing: .05em;
    padding: 8px 25px;
    margin-bottom: 8px;
    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:first-child {
    margin-top: 0;
}

.fatfooter ul a:last-child {
    margin-bottom: 0;
}

/* ===================================
    ===================================
   16. Footer（版權頁尾）
   =================================== 
    ===================================

*/

footer {
    background-color: #077760;
}

    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 {
            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;
            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: var(--bg-footer--text);
            }

            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;
    font-size: 2rem;
}

    .backtop i {
        color: #fff;
        display: block;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        margin-bottom: 6px;
    }

/* ===================================
   17. Popup / Overlay（活動燈箱）
   =================================== */

#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;
}

#jsTip {
    margin: 20px 0;
    font-size: 1.4rem;
}

#accesskey-U {
    width: 1em;
    border: none;
    line-height: 36px;
    transform: scale(0.7);
    background: transparent;
}

#controlsPlayGroupPhone,
#controlsPlayGroup,
#swiperControlsGroup,
#swiperLinkControlsGroup {
    align-items: center;
    justify-content: center;
}






/* ===================================
   6. Hero Banner / Carousel 大圖輪播
   =================================== */

.hero-wrapper {
    width: 100%;
    overflow-x: hidden;
}

.hero-carousel-section {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    overflow: hidden;
    position: relative;
    border-bottom-left-radius: 50% 329px;
    border-bottom-right-radius: 50% 329px;
    box-shadow: 0px 6px 20px 0px rgba(50, 139, 255, 0.60);
    max-height: 90vh;
    margin-bottom: 30px;
}

    .hero-carousel-section .bannerArea {
        width: 100%;
        height: 100%;
    }

    .hero-carousel-section .bnweb {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .hero-carousel-section .swiper-container,
    .hero-carousel-section .swiper-wrapper,
    .hero-carousel-section .swiper-slide {
        height: 100% !important;
    }

    .hero-carousel-section .main-carousel .swiper-button-prev,
    .hero-carousel-section .main-carousel .swiper-button-next {
        top: 23%;
    }




/* ===================================
    ===================================
   12. Videos（焦點影音）
   =================================== 
    ===================================
*/





    #Pnl_TSGH_Videos .video-carousel .swiper-button-next::before,
    #Pnl_TSGH_Videos .video-carousel .swiper-button-prev::before {
        content: '';
        position: absolute;
        top: -200px;
        bottom: -200px;
        left: -200px;
        right: -200px;
    }


    .videos .box960 {
        margin: auto;
    }



    .videos .videobox {
        display: flex;
        justify-content: space-between;
    }

    .videos .content {
        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;
    grid-template-rows: auto auto;
    gap: 30px;
}

.videoContent-right {
    display: grid;
    gap: 30px;
}

.content .iframebox {
    flex-grow: 1;
    position: relative;
    width: 100%;
}

.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 .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;
    }
.video-carousel {
    overflow: hidden;
    position: relative;
}

    .video-carousel .swiper-slide {
        position: relative;
        border-radius: 12px;
        overflow: hidden;
        background: #000;
        box-shadow: 0 8px 32px rgba(0,114,188,0.13);
    }

.video-thumb {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    cursor: pointer;
    display: block;
}

    .video-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .video-thumb .play-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 64px;
        height: 64px;
        background: #e00;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: transform .2s;
    }

    .video-thumb:hover .play-btn {
        transform: translate(-50%, -50%) scale(1.1);
    }

    .video-thumb .play-btn svg {
        width: 26px;
        height: 26px;
        margin-left: 4px;
    }

    .video-thumb::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
        background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, transparent 100%);
        z-index: 1;
    }

.yt-fake-header {
    position: absolute;
    top: 12px;
    left: 15px;
    z-index: 2;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 70%;
    text-shadow: 0 0 2px rgba(0,0,0,0.5);
}

.video-prev,
.video-next {
    width: 44px;
    height: 44px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 12px rgba(0,114,188,0.15);
    color: #0072bc;
}

    .video-prev::after,
    .video-next::after {
        font-size: 16px;
        font-weight: 700;
        color: #0072bc;
    }

    /*影片輪播圖兩側的縮小*/
.video-carousel .swiper-slide {
    transform: scale(1);
    transition: transform .3s;
    opacity: 0.5;
}
/*影片輪播圖中間的正常大小*/
.video-carousel .swiper-slide-active {
    transform: scale(1);
    opacity: 1;
}
/* 非 active slide 加遮罩，攔截點擊 */
#Pnl_TSGH_Videos .swiper-slide:not(.swiper-slide-active) .iframebox::after {
    content: '';
    position: absolute;
    inset: 0;
    cursor: pointer;
    z-index: 10;
    background: transparent;
}
/* ===================================
    ===================================
   12.1  消息（院務消息）
   =================================== 
    ===================================
*/
#Pnl_TSGH_News {
    position: relative;
    background-image: none;
}

#Pnl_TSGH_News::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
/*    max-width: 1920px;*/
    height: 100%;
    background-image: url(/img/2026/背景_03.webp);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: 0;
    pointer-events: none;
}




    .areaBg_2 > div:not(.areaBg_2__mask-top) {
        position: relative;
        z-index: 3;
    }

.areaBg_2__mask-top {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    height: 100%;
    /*background: linear-gradient(to bottom, #ffffff 0%, #e9fafd 10%, transparent 100%);*/
    background: linear-gradient(to bottom, #eefcfe 0%, #e9fafd 3%, transparent 100%);
    z-index: 0;
    pointer-events: none;
}





#Pnl_TSGH_News .item .content {
    background: rgba(255, 255, 255, 1);
    backdrop-filter: blur(12px);
    border-radius: 40px;
    padding: 28px 32px 24px;
    box-shadow: 0 8px 32px rgba(10, 60, 120, 0.12), 0 2px 8px rgba(10, 60, 120, 0.06);
    position: relative;
    overflow: hidden;
    width: 100%;
}

    #Pnl_TSGH_News .item .content::after {
        content: '';
        position: absolute;
        inset: 4px;
        border-radius: 40px;
        pointer-events: none;
    }



.content.latest::after {
    box-shadow: inset 0 0 5px 4px rgba(249, 168, 82, 0.18);
}

.content.press::after {
    box-shadow: inset 0 0 5px 4px rgba(0, 163, 155, 0.18);
}

.content.events::after {
    box-shadow: inset 0 0 5px 4px rgba(240, 122, 176, 0.18);
}

.content-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    border-bottom: 3px solid var(--orange);
    padding-bottom: 12px;
    width: 100%;
}

.title {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
}



#Pnl_TSGH_News .content.latest .content-header {
    border-bottom: 3px solid var(--orange);
}

#Pnl_TSGH_News .content.press .content-header {
    border-bottom: 3px solid var(--green);
}

#Pnl_TSGH_News .content.events .content-header {
    border-bottom: 3px solid var(--pink);
}

#Pnl_TSGH_News .content.latest .title {
    color: var(--orange);
}

#Pnl_TSGH_News .content.press .title {
    color: var(--green);
}

#Pnl_TSGH_News .content.events .title {
    color: var(--pink);
}

.btn-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 20px 7px 16px;
    border-radius: 999px 0 0 999px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
    position: relative;
    overflow: hidden;
    transition: filter 0.2s;
    letter-spacing: 0.5px;
}

    .btn-more:hover {
        filter: brightness(1.1);
        text-decoration: none;
        color: #fff;
    }

.news-board {
    display: grid;
    gap: 48px;
    margin: auto;
    grid-template-columns: repeat(1, 1fr);
    /* ← 必須設定寬度 */
/*    width: 60%;*/
}


.content.latest .btn-more {
    background: linear-gradient(to right, var(--orange) 40%, rgba(244,123,32,0) 100%);
}

.content.press .btn-more {
    background: linear-gradient(to right, var(--green) 40%, rgba(21,119,200,0) 100%);
}

.content.events .btn-more {
    background: linear-gradient(to right, var(--pink) 40%, rgba(232,76,136,0) 100%);
}



#Pnl_TSGH_News .item .content li {
    border-bottom: 1px dashed var(--border);
}

#Pnl_TSGH_News .item .content ul {
    width: 100%;
}

    #Pnl_TSGH_News .item .content ul li:last-child {
        border-bottom: none;
    }

    #Pnl_TSGH_News .item .content ul li a {
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 11px 4px;
        text-decoration: none;
        color: var(--text-dark);
        transition: background 0.15s;
        border-radius: 6px;
    }

        #Pnl_TSGH_News .item .content ul li a:hover {
            background: rgba(21,119,200,0.06);
            padding-left: 10px;
        }

.date-badge {
    min-width: 54px;
    text-align: center;
    flex-shrink: 0;
}

    .date-badge .year {
        font-size: 10px;
        color: var(--text-light);
        line-height: 1;
        display: block;
        letter-spacing: 3px;
        padding-bottom: 2px;
        padding-left: 5px;
    }

    .date-badge .day {
        font-size: 15px;
        font-weight: 700;
        line-height: 1.2;
        display: block;
    }

.content.latest .date-badge .day {
    color: var(--orange);
}

.content.press .date-badge .day {
    color: var(--green);
}

.content.events .date-badge .day {
    color: var(--pink);
}

.divider {
    width: 2px;
    height: 36px;
    background: var(--border);
    flex-shrink: 0;
    border-radius: 2px;
}

.news-title {
    line-height: 1.55;
    color: var(--gray-text);
    flex: 1;
}

#Pnl_TSGH_News .item .content ul li:first-child a .news-title {
    font-weight: 600;
}

#Pnl_TSGH_News .item .content.events ul li a:hover .news-title {
    color: var(--pink);
}

#Pnl_TSGH_News .item .content.latest ul li a:hover .news-title {
    color: var(--orange);
}

#Pnl_TSGH_News .item .content.press ul li a:hover .news-title {
    color: var(--green);
}

.arrow {
    color: #b0c8d8;
    font-size: 40px;
    flex-shrink: 0;
    line-height: 0;
    display: flex;
    align-items: center;
}



/* ===================================
    ===================================
   12.2  醫療服務
   =================================== 
    ===================================
*/

#Pnl_Info {
   position:relative;
   z-index:4;
    background: linear-gradient(to bottom, #ffffff, #eefcfe 30%, #eefcfe 100%, #ffffff);
}

.information .specail-area > ul {
    row-gap: 16px;
}

    .information .specail-area > ul > li .box .pic .img img {
        width: 100%;
    }

    .information .specail-area > ul > li .box .pic {
        width: 90%;
    }


/* ===================================
    ===================================
   12.3  每日醫星
   =================================== 
    ===================================
*/





.doctors {

    margin: 0 auto;
}

.cards-layout {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: end;
    gap: 8px;
}

.col-featured {
    display: flex;
    padding: 16px;
    max-width: 100vw;
}

    .col-featured .card-body {
    }

.col-right {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    max-width: 100vw;
}

.section-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    padding: 16px;
    padding-left: 32px;
}

.section-title {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 32px;
    font-weight: 700;
    color: var(--blue-dark);
    letter-spacing: 1px;
}

    .section-title .icon {
        width: 30px;
        height: 30px;
        background: var(--blue);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        box-shadow: 0 0 0 3px rgba(21,119,200,0.2);
    }

.pager {
    display: flex;
    border: 1.5px solid #b0cce0;
    border-radius: 6px;
    overflow: hidden;
    border-radius: 999px;
    width: 33%;
    justify-content: center;
}

    .pager button {
        padding: 6px 18px;
        border: none;
        background: #fff;
        color: var(--text-mid);
        font-size: 13px;
        font-family: inherit;
        cursor: pointer;
        transition: background 0.2s, color 0.2s;
        border-right: 1.5px solid #b0cce0;
    }

        .pager button:last-child {
            border-right: none;
        }

        .pager button.active,
        .pager button:hover {
            background: var(--blue-dark);
            color: #fff;
        }

.docc-carousel .swiper-slide {
    width: 100% !important;
}

.col-sub {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: end;
    width: 100%;
    align-items: stretch;
    padding: 16px 16px 16px 0;
}

.doc-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(10,60,120,0.10);
    transition: transform 0.2s, box-shadow 0.2s;
    width: 100%;
}

    .doc-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 32px rgba(10,60,120,0.16);
    }

.card-photo {
    background: var(--blue-bg);
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

    .card-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
        display: block;
    }

    .card-photo .placeholder {
        width: 58%;
        aspect-ratio: 3/4;
        background: rgba(255,255,255,0.25);
        border-radius: 8px 8px 0 0;
    }

.card-body {
    padding: 14px 16px 16px;
}

.card-dept {
    font-size: 2rem;
    color: var(--bs-pink);
    font-weight: 600;
    margin-bottom: 4px;
}

.card-name-row {
    font-weight: 700;
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 8px;
    flex-wrap: wrap;
    color: var(--blue-mid);
    border-bottom: 1px solid #d7d7d7;
}

.card-name {
    font-weight: 700;
    letter-spacing: 1px;
}

.card-desc {
    font-weight: 600;
    color: var(--blue-mid);
}

.card-title-tag {
    font-size: 2rem;
    font-weight: 600;
}

.card-desc a {
    display: block;
    font-size: 13px;
    color: var(--text-mid);
    text-decoration: none;
    line-height: 1.9;
    transition: color 0.15s;
}

    .card-desc a:hover {
        color: var(--blue);
    }

.card-featured .card-photo {
    aspect-ratio: 3 / 4;
}

.card-featured .card-name {
    font-size: 3.5rem;
}

.card-small .card-name {
    font-size: 17px;
}



a.doc-card {
    color: inherit;
    text-decoration: none;
    display: block;
}

    a.doc-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 32px rgba(10,60,120,0.16);
    }

.card-small .card-photo {
    aspect-ratio: 1 / 1.1;
    overflow: hidden;
}

    .card-small .card-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
    }

.card-small .card-desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.9rem;
}



    .col-sub .doc-card {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .col-sub .card-body {
        flex: 1;
    }

    .col-sub .doc-card {
        max-width: 100%;
    }



    .col-sub:has(.doc-card:only-child) {
        grid-template-columns: 1fr 1fr 1fr;
    }

.pager-btn {
    position: static;
    margin-top: 0;
    width: 100%;
    height: auto;
    padding: 6px 18px;
    background: #fff;
    color: var(--text-mid);
    font-size: 13px;
    cursor: pointer;
}

    .pager-btn::after {
        display: none;
    }

    .pager-btn.active,
    .pager-btn:hover {
        background: var(--blue-dark);
        color: #fff;
    }




#Udpn_DocStar .docc-carousel-phone {
    display: none;
}

.doctorList {
    display: grid;
    grid-template-columns: 1fr;
}

.doctors .box960 {
    margin: auto;
}

    .doctors .box960 > .row {
        align-items: flex-start;
        justify-content: center;
    }



.doctors .star {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 2%;
}

.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-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-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%;
}

.doctors .star .pic {
    display: flex;
    justify-content: center;
}

.doctors .star .imglimit {
    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;
    }

.doctorList .starbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    border-radius: 10px 0 0 10px;
}

.doctors .star .wordsarea {
    height: 100%;
    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 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.doctors .star .wordsarealimit {
}

.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;
    -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;
}

.doctors .star .name span {
    font-size: 2rem;
    font-weight: 400;
}

.doctors .star .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;
}

.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;
}

.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 .swiper-container {
    }

    .doctors .dr-carousel .swiper-wrapper {
        align-items: initial;
        margin-bottom: 3rem;
    }

    .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 .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%;
    }

    .doctors .dr-carousel .wordsarea {
        border-radius: 0 20px 20px 0;
        width: 100%;
        position: relative;
        padding: 20px;
    }

    .doctors .dr-carousel .name::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 30px;
        height: 30px;
    }

    .doctors .dr-carousel .name span {
        font-size: 2rem;
        font-weight: 400;
    }

    .doctors .dr-carousel .more-dr {
        color: #333333;
        display: block;
        text-align: center;
        font-size: 2rem;
        border-radius: 20px;
        font-weight: 700;
        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 .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;
    }








#Pnl_InfoImg {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    min-height: 1177px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    box-sizing: border-box;
    background-size: 2328px;
    background-image: url('/img/2026/info.svg');
    background-position: center;
    background-repeat: no-repeat;
}

.bg-image {
    display: block;
    width: 100%;
    height: auto;
}

.deco-icons-left {
    position: absolute;
    left: 20px;
    top: 150px;
    width: 298px;
    height: auto;
    z-index: 1;
    opacity: 0.8;
}

.deco-icons-right {
    position: absolute;
    right: 40px;
    bottom: 120px;
    width: 180px;
    height: auto;
    z-index: 1;
    opacity: 0.8;
}

.tab-content-container {
    z-index: 10;
    width: 100%;
    max-width: 1100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-top: 233px;
}

.content-inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bg-image {
    display: block;
    width: 100%;
    height: auto;
}



.title-icon {
    width: 40px;
    height: 40px;
    background: var(--primary-blue);
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
}

.tabs-wrapper {
    width: 100%;
    max-width: 700px;
    display: flex;
    justify-content: flex-start;
    margin: 0 auto 10px auto;
    z-index: 1;
}

.capsule-tabs {
    display: inline-flex;
    border: 2px solid var(--primary-blue);
    border-radius: 50px;
    overflow: hidden;
    background: #fff;
}

.capsule-tab {
    padding: 10px 30px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    background: transparent;
    color: var(--primary-blue);
    transition: all 0.3s;
    outline: none;
    font-family: inherit;
}

    .capsule-tab:first-child {
        border-right: 2px solid var(--primary-blue);
    }

    .capsule-tab.active {
        background: var(--primary-blue);
        color: #fff;
    }

.honeycomb-area {
    position: relative;
    width: 700px;
    height: 380px;
    margin: auto;
    transform: scale(1.2);
}

.hex-wrapper {
    position: absolute;
    width: 170px;
    height: 145px;
    transition: transform 0.3s, filter 0.3s;
    z-index: 1;
}

    .hex-wrapper:hover {
        transform: translateY(-5px);
        filter: drop-shadow(0px 15px 25px rgba(0, 0, 0, 0.15));
        z-index: 10;
    }

.hex-card {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    margin: 3px;
    clip-path: polygon( 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50% );
    clip-path: url(#hex-round);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    color: white;
}

#text01 .time {
    color: var(--text-gray);
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
    right: -75px;
    bottom: 34px;
    font-size: 2rem;
}
#text01 .seemore {
    padding-right: 130px;
}
.pos-left {
    left: 0px;
    top: 175px;
}

.pos-mid-left {
    left: 150px;
    top: 87.5px;
}

.pos-top {
    left: 300px;
    top: 0px;
}

.pos-bottom {
    left: 300px;
    top: 175px;
}

.pos-right {
    left: 450px;
    top: 87.5px;
}

.pos-left {
    left: 0px;
    top: 175px;
}

.pos-mid-left {
    left: 150px;
    top: 87.5px;
}

.pos-left .hex-card {
    left: 0px;
    top: 175px;
    background-color: var(--col-purple);
}

.pos-mid-left .hex-card {
    left: 150px;
    top: 87.5px;
    background-color: var(--col-orange);
}

.pos-top .hex-card {
    left: 300px;
    top: 0px;
    background-color: var(--col-teal);
}

.pos-bottom .hex-card {
    left: 300px;
    top: 175px;
    background-color: var(--col-navy);
}

.pos-right .hex-card {
    left: 450px;
    top: 87.5px;
    background-color: var(--col-pink);
}

.hex-icon {
    width: 100%;
    height: 62px;
    object-fit: contain;
    margin-bottom: 8px;
    display: block;
}

.hex-title {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.hex-number {
    font-size: 32px;
    font-weight: 900;
    line-height: 1;
    margin: 5px 0;
    font-family: Arial, sans-serif;
}

.hex-desc {
    font-size: 12px;
    color: var(--text-gray);
    margin: 0;
    font-weight: bold;
}

.text-long {
    font-size: 12px;
    line-height: 1.3;
    margin: 0 5px 5px;
}


.tab-btn-more {
}

    .tab-btn-more:hover {
        background: var(--primary-blue);
        color: #fff;
        box-shadow: 0 4px 15px rgba(0, 86, 179, 0.2);
    }

.bed-status-area {
    width: 100%;
    max-width: 1000px;
    margin: 40px auto;
    display: flex;
    gap: 20px;
    align-items: stretch;
}

.bed-left-col {
    flex: 0 0 35%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.bed-row {
    display: flex;
    gap: 15px;
}

.bed-card {
    background: #fff;
    border: 2px solid var(--primary-blue);
    border-radius: 12px;
    padding: 20px 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
}

    .bed-card.card-horizontal {
        flex-direction: row;
        justify-content: center;
        gap: 20px;
        padding: 25px 20px;
    }

.bed-icon {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-bottom: 10px;
}

.bed-icon-large {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.bed-title {
    font-size: 16px;
    font-weight: bold;
    color: var(--text-dark);
    margin-bottom: 5px;
}

.bed-num {
    font-size: 32px;
    font-weight: 900;
    color: var(--text-dark);
    line-height: 1;
    font-family: Arial, sans-serif;
}

.sub-num {
    font-size: 14px;
    font-weight: normal;
    color: var(--text-gray);
}

.bed-right-col {
    flex: 1;
    background: var(--primary-blue);
    border-radius: 12px;
    padding: 30px;
    color: #fff;
    display: flex;
    flex-direction: column;
}

.box-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    font-size: 14px;
}

.legend {
    display: flex;
    gap: 20px;
}

    .legend span {
        display: flex;
        align-items: center;
        gap: 8px;
        font-weight: bold;
    }

.legend-occ::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #eacb48;
}

.legend-emp::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ffffff;
}

.bed-bar-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.bed-bar-item {
    width: 100%;
}

.bar-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 15px;
}

.progress-track {
    width: 100%;
    height: 6px;
    background: #ffffff;
    border-radius: 6px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: #eacb48;
    border-radius: 6px;
}


/* ===================================
    ===================================
   14. External Links（相關連結）
   =================================== 
    ===================================
*/

#Pnl_Hyperlink .mark-title {
    margin-bottom: 0px;
}

    #Pnl_Hyperlink .mark-title ul {
        justify-content: left;
        padding-top: 2px;
    }

        #Pnl_Hyperlink .mark-title ul li {
            padding: 12px 24px;
            border-radius: 10px;
            font-size: 16px;
            font-weight: bold;
            color: var(--text-dark);
            background: #fff;
            border: none;
            box-shadow: 0px 0px 4px 0px #0D72D0;
            cursor: pointer;
            transition: all 0.3s ease;
        }

            #Pnl_Hyperlink .mark-title ul li:hover {
                background: var(--btn-blue);
                color: #fff;
            }

                #Pnl_Hyperlink .mark-title ul li:hover a {
                    color: #fff;
                }

            #Pnl_Hyperlink .mark-title ul li:has(a.active),
            #Pnl_Hyperlink .mark-title ul li:has(a.link-tab.active),
            #Pnl_Hyperlink .mark-title ul li:has(a.active) a {
                background: #005FB8;
                color: #fff;
            }

#Pnl_Hyperlink .tab-content .swiper-button-prev.linkSwiper-prev,
#Pnl_Hyperlink .tab-content .swiper-button-next.linkSwiper-next {
    width: 50px;
    height: 50px;
    background: #fff;
    border: none;
    border-radius: 50%;
    color: var(--primary-blue) #0056b3;
    box-shadow: 0px 0px 4px 0px #0D72D0;
    margin-top: -63px;
}

#Pnl_Hyperlink .mark-title ul li a {
    padding: 0px;
}

#Pnl_Hyperlink .tab-content .swiper-slide a {
    border: 1px solid var(--border-color);
    border-radius: 10px;
    overflow: hidden;
}

#Pnl_Hyperlink .tab-content .swiper-slide img {
    height: 100%;
}

#Pnl_Hyperlink .tab-content .swiper-button-prev.linkSwiper-prev,
#Pnl_Hyperlink .tab-content .swiper-button-next.linkSwiper-next {
    width: 50px;
    height: 50px;
    background: #fff;
    border: none;
    border-radius: 50%;
    color: var(--primary-blue);
    box-shadow: 0px 0px 4px 0px #0D72D0;
    margin-top: -54px;
}

    #Pnl_Hyperlink .tab-content .swiper-button-prev.linkSwiper-prev:after,
    #Pnl_Hyperlink .tab-content .swiper-button-next.linkSwiper-next:after {
        font-size: 20px;
        font-weight: 900;
        color: var(--primary-blue);
    }
  

    #Pnl_Hyperlink .tab-content .swiper-button-prev.linkSwiper-prev {
        left: -64px;
    }

    #Pnl_Hyperlink .tab-content .swiper-button-next.linkSwiper-next {
        right: -64px;
    }


#Pnl_Hyperlink #swiperLinkControlsGroup {
    width: 40px;
    margin-right: 11px;
    display: flex;
    margin-left: auto;
    margin-bottom: 10px;
}


/* ===================================
    ===================================
   15. Fat Footer（展開式導覽頁尾）
   =================================== 
    ===================================

*/

.fatfooter ul {
    flex-wrap: nowrap;
    flex-direction: row;
}

    .fatfooter ul li {
        display: block;
    }



.footer-toggle {
    text-align: center;
    background: #fff;
    position: relative;
    height: 0px;
    z-index: 10;
}

.footer-toggle-btn {
    position: relative;
    margin-top: -17px;
    top: -37px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 109px;
    height: 55px;
    border-radius: 50px 50px 0 0;
    background: var(--bg-footer);
    border: 1px solid var(--border);
    border-bottom: none;
    color: var(--text-mid);
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    padding-top: 8px;
    transition: background 0.2s, color 0.2s;
    box-shadow: -2px -3px 10px rgba(0,0,0,0.07);
    letter-spacing: 1px;
}

    .footer-toggle-btn:hover {
        background: #e0eef8;
        color: var(--blue-mid);
        text-decoration: unset;
    }

.toggle-arrow {
    display: inline-block;
    transition: transform 0.35s;
    line-height: 1;
}

.toggle-text {
    font-weight: 600;
    letter-spacing: 1px;
}

.footer-toggle-btn.expanded .toggle-arrow {
    transform: rotate(180deg);
}

.footer-nav {
    z-index: 11;
    position: relative;
    background: linear-gradient(to right, #EEFAFF, #FFFFFF);
    border-top: 1px solid var(--border);
    display: grid ;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.4s ease;
    height: auto ;
    overflow: hidden ;
    height: auto ;
    max-height: none;
}

    .footer-nav.open {
        grid-template-rows: 1fr;
        max-height: 2000px;
    }

.footer-nav-inner {
    min-height: 0;
    margin: 0 auto;
    display: grid;
/*    grid-template-columns: repeat(7, 1fr);*/
/*最小寬度200px 每欄自動寬度佔滿*/
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    /*    padding: 0 100px;*/
    transition: padding 0.4s ease;
    width: 100%
}



.footer-col-title {
    display: block;
    background: var(--blue-dark);
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 6px 4px;
    margin-bottom: 10px;
    text-decoration: none;
    letter-spacing: 1px;
    transition: background 0.2s;
    font-size: 2rem;
}

    .footer-col-title:hover {
        background: var(--blue-mid);
    }

.footer-col ul {
    list-style: none;
}

    .footer-col ul li {
        padding: 3px 0;
    }

        .footer-col ul li a {
            display: flex;
            align-items: center;
            gap: 5px;
            color: var(--text-dark);
            text-decoration: none;
            transition: color 0.15s;
            line-height: 1.5;
        }

.footer-bottom {
    background: var(--bg-bottom);
    border-top: 1px solid var(--border);
    padding: 20px 20px 24px;
}

.footer-bottom-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-info {
    flex: 1;
    min-width: 280px;
}

.footer-policy {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 10px;
    font-size: 13px;
}

    .footer-policy a {
        color: var(--text-mid);
        text-decoration: none;
        padding: 0 12px 0 0;
        margin-right: 12px;
        border-right: 1px solid var(--border);
        line-height: 1.4;
        transition: color 0.15s;
    }

        .footer-policy a:last-child {
            border-right: none;
            margin-right: 0;
            padding-right: 0;
        }

        .footer-policy a:hover {
            color: var(--blue-mid);
        }

.footer-stats {
    font-size: 12px;
    color: var(--text-light);
    margin-bottom: 10px;
}

.footer-contact {
    font-size: 12px;
    color: var(--text-mid);
    line-height: 1.9;
}

    .footer-contact p {
        margin: 0;
    }

.footer-badges {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

    .footer-badges img {
        height: 50px;
        width: auto;
        display: block;
    }

.badge-placeholder {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.badge-gov {
    background: var(--blue-dark);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    border-radius: 4px;
    padding: 4px 8px;
    text-align: center;
    line-height: 1.4;
}

footer {
    background: #EEFAFF;
}

    footer .footer-info li,
    footer .ul-link li a {
        color: var( --bg-footer--text);
        font-weight: 400;
    }

/* ===================================
    ===================================
  16 特殊樣式class
   =================================== 
    ===================================

*/
.liquid-glass2 {
    filter: url(#liquid);
    backdrop-filter: blur(16px);
}

.liquid-glass {
    /* 基礎毛玻璃 */
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    /* 邊緣折射感 */
    border: 1px solid rgba(255, 255, 255, 0.4);
/*    border-radius: 20px;*/
    /* 高光層（用 box-shadow 模擬） */
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), /* 頂部高光 */
    inset 0 -1px 0 rgba(255, 255, 255, 0.1), /* 底部暗面 */
    0 8px 32px rgba(0, 0, 0, 0.12); /* 外部陰影 */
}



@media (max-width: 1920px) {

    #Pnl_InfoImg {
        max-width: 1920px;
        min-height: 1177px;
        background-size: 2243px;
    }
}

@media all and (max-width: 1550px) {
    nav #dropdownnavT .dropdown-menu {
        width: 980px;
    }

    .dropdown-menushow {
        grid-template-columns: repeat(5, 1fr);
    }

    #searchAreaT {
    }

    .service {
    }

    .list-service .box {
        width: 275px;
    }

    .information .specail-area > ul {
        row-gap: 0px;
    }

    .skitter .info_slide_dots {
        bottom: 15%;
    }

    footer .box960 > .row {
        padding: 0 0px;
    }
}

@media all and (min-width: 1024px) and (max-width: 1400px) {
    #headerArea h1 {
    }

    #searchAreaT {
    }

    header .topArea {
        padding: 0;
    }

        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(auto-fit, minmax(calc(50% - 20px), 1fr));*/
        /*        grid-template-columns: repeat(4, 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;
        grid-template-columns: repeat(2, 1fr);
        /*        padding: 0 50px;*/
    }

    .searchBlock {
        width: 500px;
    }

    .list-service .boxarea {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 32px;
    }

    .list-service .box:not(:first-child)::before {
        display: none;
    }
    /* ===================================
         ===================================
   13. Info Graphics（資訊圖像化）
   =================================== 
         ===================================
    */
/*    #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 .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:not(:first-child)::before {
        left: 16px;
    }
}

@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(auto-fit, minmax(calc(50% - 20px), 1fr));*/
        grid-template-columns: repeat(2, 1fr);
    }



    #Pnl_TSGH_News .item .content::after {
    }

    .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;
    }

    .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;
    }
}

@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 {
    }

    #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: var(--color-primary);
                color: #ffffff;
            }

            .dropdownnav li.dropdown > a {
                width: 100%;
                display: block;
                color: var(--color-primary);
                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:var(--color-primary);
    }

        .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: var(--color-primary);
                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: var(--color-primary);
    }

    .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;
        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: var(--color-primary);
        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: var(--color-primary);
    }

    .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 {
            place-items: center;
        }

        .list-service .box {
        
            width: 306px;
            height: 300px;
        }

            .list-service .box .clickMore,
            .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;
        }

    #Pnl_TSGH_News .pic {
        display: none;
    }

    #Pnl_TSGH_News .item .content {
/*        background: rgba(255, 255, 255, 0.8);*/
    }

        #Pnl_TSGH_News .item .content::after {
        }

    #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 {
    }

    .videos .citizen .transparency .fontbox {
        font-size: 2.2rem;
        width: 150px;
        text-align: center;
    }



    #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 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 (max-width: 1024px) {
    .bed-status-area {
        flex-direction: column;
        padding: 0 15px;
    }

    .box-header {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }

    #Pnl_InfoImg {
        background-color: #effffa;
        padding: 0px 0px 0px;
        background-image: none;
        display: block;
        overflow: unset;
    }

    .tab-content-container {
        position: static;
        max-width: 100%;
        padding: 0 15px;
        transform: unset;
    }

    .content-inner {
        position: static;
        width: 100%;
        gap: 25px;
    }

  

    .tabs-wrapper {
        justify-content: center;
        max-width: unset;
        margin: auto;
    }

    .honeycomb-area {
        position: static;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin: 30px auto;
        transform: scale(1);
    }

    .hex-wrapper {
        position: static;
        width: 240px;
        height: 208px;
    }

    .hex-icon {
        height: 55px;
        margin-bottom: 10px;
    }

    .hex-title {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .hex-number {
        font-size: 42px;
        margin-top: 5px;
    }

    .text-long {
        font-size: 14px;
    }

    #text01 .time {
        position: static;
        text-align:center;
    }
    #text02,
    #text01 {
        padding: 20px;
    }
        #text01 .seemore {
            padding-right: 0px;
        }
    .bed-status-area {
        width: unset;
    }

    .deco-icons-left,
    .deco-icons-right {
        display: none;
    }

}

@media all and (max-width: 990px) {




    .areaBg_2 {
    }

   
    .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 .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;
    }

 

    #Pnl_TSGH_News .Pnl_TSGH_News_BG1 {
        width: 29%;
        top: 36%;
    }

    #Pnl_TSGH_News .item .more img {
        position: static;
        width: 28%;
        padding-bottom: 1%;
        padding-right: 1%;
    }

    #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 .docc-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  {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* 兩欄，各佔一半 */
        gap: 10px;
        width: 100%;
        margin: auto;
        border: 0;
/*        padding: 0;*/
        list-style: none;
    }
    #Pnl_Hyperlink .mark-title ul li {
        width: 100%; /* 佔滿格子 */
    }
        /* li 裡面的 a 也要撐滿 */
        #Pnl_Hyperlink .mark-title ul li a {
            display: block;
            width: 100%;
            text-align: center;
        }
    #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 {
            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;
        }

/*四格選單*/
    .list-service .pic img {
        width: 100%;
    }

    .list-service .box {
        /*        margin-top: 5.5rem;
        margin-bottom: 1.5rem;
        width: 350px;*/
        padding: 0px;
        flex-direction: column;
        height: 150px;
    }
        .list-service .box .list-name{
            text-align:center;
        }
        .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;
        }

    .list-service .pic img {
        width: 50%;
    }

    .list-service .box .pic {
        width: 50%;
       padding-left: 0px;
    }

    .image-item .flexbox {
        grid-template-columns: repeat(1, 1fr);
        gap: 19px;
    }


    

    .fatfooter ul {
        flex-direction: column;
    }

        .fatfooter ul .title {
            display: inline-block;
        }
    .list-service .pic img {
        width: 50%;
    }

    .list-service .box .pic {
        width: 50%;
    }

    .image-item .flexbox {
        grid-template-columns: repeat(1, 1fr);
        gap: 19px;
    }

    #Udpn_DocStar .docc-carousel {
        display: none;
    }

    #Udpn_DocStar .dr-carousel.phone {
        display: block;
    }
    #Udpn_DocStar .docc-carousel-phone {
        display: block;
    }


    .docc-carousel-phone {
        overflow: hidden;
        width: 100%;
    }

        .docc-carousel-phone .swiper-slide {
            display: flex;
            align-items: stretch;
           height:auto;
        }


        .cards-layout {
            grid-template-columns: 1fr;
            /*        max-width: 100%;
        margin: auto;*/
        }
/*    .col-right {
        min-width: 0;
        overflow: hidden;
        width: 100%;
    }*/
    .col-featured,
    .col-sub {
        padding: 0px;
    }
    /* 固定 slide 高度，避免 autoHeight 出錯 */
/*    .docc-carousel-phone .swiper-slide {
        height: auto;
    }*/
/*    .docc-carousel-phone .col-sub {
        width: 100%;
        min-width: 0;
    }*/
        .col-sub,
        .col-sub:has(.doc-card:only-child) {
            grid-template-columns: 1fr;
        }
    .fatfooter ul {
        flex-direction: column;
    }

        .fatfooter ul .title {
            display: inline-block;
        }
}

@media all and (max-width: 912px) {

    .service {
        margin-top: 0;
    }

    .datainfo img:first-child {
        width: 54%;
    }

    .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-size: cover;
        padding-top: 50px;
    }

    .list-service {
        margin-top: 0;
    }

    .image-item .flexbox {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .videoContent {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        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;
    }




    .image-item .flexbox {
        justify-content: center;
    }

    .doctors .star::before {
        left: -10px;
    }



    .doctors .star .wordsarealimit {
        width: 100%;
    }

    .doctorList {
        display: grid;
        grid-template-columns: 1fr;
        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;
        }

    #Pnl_TSGH_News ul {
        padding: 0;
    }


    .doctors {
    }

        .doctors .box960 > .row {
            justify-content: space-evenly;
        }



    .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 .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 .pic {
        width: 80px;
    }



    .shownav {
        display: block;
    }

    .information .specail-area > ul > li .box .pic .name {
        top: -30px;
    }


        #Pnl_TSGH_News .news-board {
            background: unset;
        }

    .videos .box960 {
        padding: 0 5px;
    }

    .infoarea .mark-title {
        position: relative;
        top: 20px;
        width: 91.66666667%;
    }

    #text01 .item .img img {
        max-height: 237px;
    }



    #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 {
    }

    footer .footerRight a {
        width: 80px;
        margin: 10px auto;
    }

    footer .footerRight div {
        width: 80px;
        margin: 10px auto;
    }

    #Pnl_Hyperlink .tab-content {
        width: 80%;
    }



        #Pnl_Hyperlink .tab-content .swiper-button-prev.linkSwiper-prev, 
        #Pnl_Hyperlink .tab-content .swiper-button-next.linkSwiper-next {
            margin-top: -37px;
        }
}

@media (max-width: 768px) {
    #Pnl_Hyperlink .mark-title ul li {
        width: 100%;
        height:100%;
    }
    .areaBg_2::before {
        max-width: 100%;
        height: 78%;
        background-size: cover;
    }

    .areaBg_2__mask-top {
  
        height: 100%;
/*        background: linear-gradient(to bottom, #ffffff 0%, #e9fafd 5%, transparent 100%);*/
    }

    .hero-carousel-section {
        margin: 0px;
    }

    .hero-carousel-section {
        width: 100%;
        height: 100%;
        border-bottom-left-radius: unset;
        border-bottom-right-radius: unset;
        max-height: 100vh;
    }

        .hero-carousel-section .main-carousel .swiper-button-prev, .hero-carousel-section .main-carousel .swiper-button-next {
            top: 50%;
        }

    .list-service .boxarea {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 56px;
        width: 100%;
        box-shadow:unset;
        /*        box-shadow: 0px 6px 20px 0px rgba(50, 139, 255, 0.60);*/
    }

    .list-service .box {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 8px;
        width: 100%;
        height: 100%;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
        border-radius: 32px;
        padding:16px 0 ;
    }

        .list-service .box .pic {
            margin: 0 auto;
            text-align: center;
            width:50%;
        }

            .list-service .box .pic img {
                width: 50%;
                
            }

        .list-service .box .list-name {
            font-size: 3.3rem;
        }


    #Pnl_TSGH_MS .image-item {
        margin: 50px 0;
    }

    #Udpn_DocStar .pager {
        width: 53%;
    }

    #Pnl_InfoImg .tab-content-container {
        margin-top: 10%;
    }

    #Pnl_Hyperlink .mark-title {
        margin-top: 20px;
    }

    #Pnl_Hyperlink {
        padding-bottom: 81px;
    }


}

@media (max-width: 700px) {
    .cards-layout {
        grid-template-columns: 1fr;
    }

    .col-sub {
        grid-template-columns: 1fr;
    }
}

@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;
    }
    .new-site-header {
        box-shadow: none;
    }
}

@media (max-width: 600px) {
    .footer-nav-inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-bottom-inner {
        flex-direction: column;
    }
}

@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;
    }



    .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 {
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            margin-top: 2rem;
            width: 100%;
            height: 100%;
            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: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;
            }

    .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;
        }

            .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 > li .box .pic {
            font-size: 2rem;
            white-space: nowrap;
        }




        #Pnl_TSGH_News .item .content {
            padding: 15px;
            justify-content: center;
        }

            #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;
        text-align: right;
        padding-right: 39px;
    }

        #Pnl_TSGH_News .Pnl_TSGH_News_BG2 {
            width: 50%;
        }
    /*每月醫星 580px*/
        #Udpn_DocStar {
        background-size: 142% 100%;
    }

    .doctors .star {
    }

    .doctorList .starbox .starboxImg {
        width: 230px;
        height: 100%;
    }

    .doctors .star::before {
        display: none;
    }



    .doctors .star .starbox {
    }

    .doctors .star a {
        padding: 0 15px;
        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 {
        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;
            }



    #Pnl_InfoImg {
        padding-top: 50px;
    }



    .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);
        }

    .datainfo img:first-child {
        width: 58%;
    }



    #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 .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;
        }

    /*友善連結 max-width: 580px*/
    #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;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        }
            /* 如果最後一個剛好是奇數位（單獨一行），讓它置中 */
            #Pnl_Hyperlink .mark-title ul li:last-child:nth-child(odd) {
                grid-column: 1 / -1; /* 橫跨所有欄 */
                justify-self: center;
                /* 跟一個格子同寬 */
/*                width: 50%;*/
            }
            #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%;
        }

    .fatfooter ul .title {
        width: 40%;
    }

    footer .ul-link {
        flex-direction: column;
    }

        footer .ul-link li {
            margin: 10px 0;
            padding: 10px 37px;
        }

}

@media (max-width: 440px) {
    .col-sub {
        grid-template-columns: 1fr;
    }
}

@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;
    }
}









@media (prefers-reduced-data: reduce) {
    .list-service::before,
    .list-service::after {
        background-image: none;
    }
}
