/*webcekindex.css--v2026-05-15更新*/
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;700;900&family=Noto+Serif+TC:wght@700;900&display=swap');
        html {
            scroll-behavior: smooth;
            scroll-padding-top: 75px;
        }

        body {
            margin: 0;
            padding: 0;
            font-family: "Noto Sans TC" , "Microsoft JhengHei", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif;
            color: var(--webcekindex-text-main);
            line-height: 1.6;
            background-color: #ffffff;
        }

        #webcekindex-wrapper {
            --webcekindex-primary-color: #00a29a;
            --webcekindex-primary-dark: #00827b;
            --webcekindex-bg-yellow: #fdfaf0;
            --webcekindex-bg-cyan: #e2f7f5;
            --webcekindex-footer-bg: #002c2a;
            --webcekindex-text-main: #333333;
            --webcekindex-text-gray: #666666;
            --webcekindex-border-color: #cccccc;
            width: 100%;
        }

        .webcekindex-wrapper, .webcekindex-wrapper * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        .webcekindex-wrapper img {
            max-width: 100%;
            height: auto;
            display: block;
        }

        .webcekindex-wrapper a {
            text-decoration: none;
            color: inherit;
        }

        /* Header 導覽列 */
        .webcekindex-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px 5%;
            background-color: #ffffff;
            box-shadow: 0 2px 5px rgba(0,0,0,0.05);
            position: sticky;
            top: 0;
            z-index: 100;
        }

        .webcekindex-logo img {
            height: 40px;
        }

        .webcekindex-header-nav {
            display: flex;
            align-items: center;
            gap: 20px;
        }

        .webcekindex-nav-link {
            color: var(--webcekindex-primary-color);
            font-weight: bold;
            font-size: 15px;
            transition: color 0.3s;
        }

        .webcekindex-nav-link:hover {
            color: var(--webcekindex-primary-dark);
        }

        .webcekindex-btn-primary {
            background-color: var(--webcekindex-primary-color);
            color: #ffffff !important;
            padding: 8px 20px;
            border-radius: 20px;
            font-weight: bold;
            transition: background-color 0.3s;
            white-space: nowrap;
        }

        .webcekindex-btn-primary:hover {
            background-color: var(--webcekindex-primary-dark);
        }

        .webcekindex-hamburger {
            display: none;
            background: none;
            border: none;
            color: var(--webcekindex-primary-color);
            font-size: 32px;
            line-height: 1;
            cursor: pointer;
            width: 44px; 
            height: 44px; 
            text-align: center;
            -webkit-tap-highlight-color: transparent; 
        }

        .webcekindex-mobile-btn-wrapper {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        /* 灰底大區塊*/
        .webcekindex-gray-banner {
            width: 100%;
            height: 350px;
            background-color: #e2e4e6;
            margin: 20px 0;
        }

        /* 共用標題樣式*/
        .webcekindex-section-title-wrapper {
            text-align: center;
            margin: 40px 0 30px;
        }

        .webcekindex-section-title {
            display: inline-block;
            border: 2px dashed var(--webcekindex-primary-color);
            color: var(--webcekindex-primary-color);
            padding: 8px 30px;
            border-radius: 50px;
            font-size: 20px;
            font-weight: bold;
            position: relative;
            background-color: #fff;
        }

        /* 公職最穩 | 生活平衡 區塊 */
        .webcekindex-features-section {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 5%;
            position: relative;
        }

        .webcekindex-features-grid {
            display: flex;
            justify-content: center;
            gap: 25px;
            margin-bottom: 40px;
            scrollbar-width: none;
            -ms-overflow-style: none; 
        }
        
        .webcekindex-features-grid::-webkit-scrollbar {
            display: none;
        }

        .webcekindex-feature-card {
            flex: 1;
            max-width: 320px;
            border: 2px solid var(--webcekindex-primary-color);
            border-radius: 15px;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            background-color: #fff;
        }

        .webcekindex-card-header {
            background-color: var(--webcekindex-primary-color);
            color: white;
            text-align: center;
            padding: 15px 10px;
        }

        .webcekindex-card-header h3 {
            font-size: 22px;
            margin-bottom: 5px;
        }

        .webcekindex-card-header p {
            font-size: 13px;
            opacity: 0.9;
        }

        .webcekindex-card-body {
            padding: 20px;
            flex-grow: 1;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .webcekindex-card-body img {
            width: 80%;
            min-height: 150px;
        }

        /* 好試推薦 區塊 */
        .webcekindex-recommendation-section {
            background-color: var(--webcekindex-bg-yellow);
            padding: 40px 5%;
        }

        .webcekindex-rec-container {
            max-width: 1000px;
            margin: 0 auto;
        }

        /* 高普考 vs 地方特考 區塊樣式 */
        .webcekindex-exam-title-wrapper {
            display: flex;
            justify-content: center;
            margin-bottom: 30px;
            margin-top: 20px;
        }

        .webcekindex-title-inner {
            position: relative;
            display: flex;
            align-items: baseline;
            gap: 10px;
        }

        .webcekindex-tips {
            position: absolute;
            top: -45px;
            right: -20px;
            background-color: #666666;
            color: #ffffff;
            padding: 8px 25px;
            border-radius: 30px;
            font-size: 16px;
            white-space: nowrap;
            text-align: center;
            line-height: 1.4;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        }

        .webcekindex-tips::after {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 50%;
            transform: translateX(-50%);
            border-width: 9px 9px 0;
            border-style: solid;
            border-color: #666666 transparent transparent transparent;
        }

        .webcekindex-tips br {
            display: none; 
        }

        .webcekindex-tips::before {
            content: " "; 
        }

        .webcekindex-exam-title {
            font-size: 38px;
            font-weight: 900;
            color: #333333;
            display: flex;
            align-items: baseline;
        }

        .webcekindex-exam-title big {
            font-size: 60px;
            color: #e53935;
            font-weight: 900;
            margin-right: 5px;
        }

        .webcekindex-exam-info-container {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-bottom: 40px;
        }

        .webcekindex-exam-info-box {
            background-color: #ffffff;
            border: 1px dashed #e53935;
            border-bottom: none;
            border-radius: 12px;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            flex: 1;
            max-width: 320px;
            box-shadow: 0 4px 10px rgba(0,0,0,0.05);
        }

        .webcekindex-exam-info-box strong {
            font-size: 34px;
            font-weight: 900;
            padding: 25px 10px;
            letter-spacing: 2px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px; 
        }

        .webcekindex-exam-info-box strong img {
            width: 36px; 
            height: auto;
            flex-shrink: 0;
        }

		.webcekindex-exam-info-box u{
			color: #e53935;
		}
        
        .webcekindex-exam-info-box div {
            background-color: #e53935;
            color: #ffffff;
            width: 100%;
            padding: 15px 5px;
            font-size: 17px;
            font-weight: bold;
            border-radius: 0 0 12px 12px;
            margin-top: auto;
            letter-spacing: 1px;
        }

        .webcekindex-exam-info-box div b {
            color: #ffeb3b;
        }

        .webcekindex-mobile-br {
            display: none; 
        }
        
        .webcekindex-desktop-space {
            display: inline; 
        }

        .webcekindex-dept-box {
            background-color: #ffffff;
            border: 2px dashed #b89862;
            border-radius: 15px;
            padding: 30px;
            position: relative;
            margin-top: 40px;
        }

        .webcekindex-dept-title {
            position: absolute;
            top: -18px;
            left: 50%;
            transform: translateX(-50%);
            background-color: #fff;
            padding: 0 15px;
            font-size: 18px;
            font-weight: bold;
            color: #333;
            white-space: nowrap;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .webcekindex-dept-title span {
            background-color: #333;
            color: #fff;
            padding: 2px 10px;
            border-radius: 20px;
            font-size: 14px;
        }

        .webcekindex-dept-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
            margin-top: 10px;
        }

        .webcekindex-dept-item {
            text-align: center;
        }

        .webcekindex-dept-item h4 {
            font-size: 18px;
            margin-bottom: 15px;
            position: relative;
            display: inline-block;
        }
        
        .webcekindex-dept-item h4::before {
            content: '◎';
            margin-right: 5px;
            color: #666;
        }

        .webcekindex-tag-orange { background-color: #f7931e; color: white; padding: 4px 10px; border-radius: 4px; font-size: 14px; display: inline-block; margin-bottom: 10px; width: 100%;}
        .webcekindex-tag-yellow { background-color: #f9a01b; color: white; padding: 4px 10px; border-radius: 4px; font-size: 14px; display: inline-block; margin-bottom: 10px; width: 100%;}
        .webcekindex-tag-blue { background-color: #f39200; color: white; padding: 4px 10px; border-radius: 4px; font-size: 14px; display: inline-block; margin-bottom: 10px; width: 100%;} 
        .webcekindex-tag-brown { background-color: #e58d20; color: white; padding: 4px 10px; border-radius: 4px; font-size: 14px; display: inline-block; margin-bottom: 10px; width: 100%;}

        .webcekindex-dept-list {
            list-style: none;
            font-size: 14px;
            line-height: 1.8;
            color: #555;
        }

        /*考試介紹輪播區塊*/
        .webcekindex-exam-section {
            background-color: var(--webcekindex-bg-yellow);
            padding: 50px 5%;
            position: relative;
        }

        .webcekindex-exam-wrapper {
            position: relative;
            max-width: 1200px;
            margin: 0 auto;
        }

        .webcekindex-exam-grid {
            display: flex;
            gap: 20px;
            overflow-x: auto;
            overflow-y: hidden; 
            scroll-snap-type: x mandatory;
            scroll-behavior: smooth;
            scrollbar-width: none; 
            -ms-overflow-style: none; 
            padding-bottom: 65px; 
            padding-top: 10px;
        }
        
        .webcekindex-exam-grid::-webkit-scrollbar {
            display: none; 
        }

        .webcekindex-exam-box {
            flex: 0 0 calc(25% - 15px);
            scroll-snap-align: start;
            background: linear-gradient(180deg, #16938a 0%, #006963 100%);
            border-radius: 20px;
            box-shadow: 0 10px 20px rgba(0,0,0,0.15);
            color: #ffffff;
            display: flex;
            flex-direction: column;
            padding: 30px 35px 0; 
            position: relative;
        }

        .webcekindex-exam-box .webcekindex-exam-name {
            font-size: 22px;
            font-weight: bold;
            margin-bottom: 5px;
            text-align: center;
        }

        .webcekindex-exam-box .webcekindex-exam-date {
            font-size: 15px;
            margin-bottom: 20px;
            padding-bottom: 15px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.4); 
            text-align: center;
        }

        .webcekindex-exam-box .webcekindex-exam-txt {
            flex-grow: 1;
            font-size: 15px;
            line-height: 1.6;
        }

        .webcekindex-exam-box .webcekindex-exam-txt.webcekindex-small {
            font-size: 0.87rem; 
			line-height: 1;
        }

        .webcekindex-exam-box .webcekindex-exam-txt ol {
            list-style: none; 
            padding-left: 0;
            margin: 0;
        }

        .webcekindex-exam-box .webcekindex-exam-txt ol li {
            position: relative;
            padding-left: 18px;
            margin-bottom: 15px;
        }

        .webcekindex-exam-box .webcekindex-exam-txt.webcekindex-small ol li {
            margin-bottom: 8px;
            line-height: 1.4;
        }

        .webcekindex-exam-box .webcekindex-exam-txt ol li::before {
            content: '●';
            color: #f7d247; 
            position: absolute;
            left: 0;
            top: 0px;
            font-size: 12px;
        }

        .webcekindex-exam-box .webcekindex-exam-txt b {
            color: #f7d247; 
            font-weight: bold;
        }

        .webcekindex-exam-box .webcekindex-exam-pic {
            margin-top:-30px;
            padding-top:0px; 
            display: flex;
            justify-content: center;
            align-items: flex-end; 
            width: 100%;
        }

        .webcekindex-exam-box .webcekindex-exam-pic img {
            width: 85%; 
            display: block;
            margin-bottom: -50px; 
            position: relative;
            z-index: 2; 
        }

        /* 輪播左右箭頭按鈕共用 */
        .webcekindex-carousel-nav {
            position: absolute;
            top: 55%; 
            transform: translateY(-50%);
            background: rgba(0,0,0,0.4);
            color: white;
            width: 35px; height: 35px;
            border-radius: 50%;
            display: flex; align-items: center; justify-content: center;
            z-index: 10;
            border: none;
            cursor: pointer;
            font-size: 16px;
            transition: background 0.3s;
            box-shadow: 0 2px 5px rgba(0,0,0,0.2);
        }
        .webcekindex-carousel-nav:hover { background: rgba(0,0,0,0.6); }
        .webcekindex-carousel-nav.webcekindex-prev { left: 10px; }
        .webcekindex-carousel-nav.webcekindex-next { right: 10px; }

        /* 考試輪播點點 */
        .webcekindex-exam-dots {
            display: flex;
            justify-content: center;
            gap: 8px;
            margin-top: 0px; 
        }
        .webcekindex-exam-dots .webcekindex-dot {
            width: 10px; height: 10px;
            border-radius: 50%;
            border: 1px solid var(--webcekindex-primary-color);
            cursor: pointer;
            background-color: transparent;
        }
        .webcekindex-exam-dots .webcekindex-dot.webcekindex-active {
            background-color: var(--webcekindex-primary-color);
        }

        /* 志光公職 數據區塊 */
        .webcekindex-stats-section {
            background-color: var(--webcekindex-bg-cyan);
            padding: 50px 5%;
            text-align: center;
        }

        .webcekindex-stats-title {
            color: var(--webcekindex-primary-color);
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 30px;
        }

        .webcekindex-stats-title mark {
            background-color: #fff200;
            color: var(--webcekindex-primary-color);
            padding: 0 5px;
        }

        .webcekindex-stats-grid {
            display: flex;
            justify-content: center;
            gap: 20px;
            max-width: 1000px;
            margin: 0 auto;
        }

        .webcekindex-stat-card {
            background-color: #ffffff;
            border-radius: 15px;
            padding: 30px 20px;
            flex: 1;
            box-shadow: 0 4px 10px rgba(0,0,0,0.05);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 15px;
        }

        .webcekindex-stat-num-box {
            text-align: center;
        }

        .webcekindex-stat-num-box h3 {
            color: var(--webcekindex-primary-color);
            font-size: 32px;
            font-weight: 900;
            margin-bottom: 5px;
        }

        .webcekindex-stat-num-box h3 span {
            color: #ff6600;
            font-size: 28px;
        }

        .webcekindex-stat-num-box h4 {
            color: #ff6600;
            font-size: 18px;
        }

        .webcekindex-stat-text-box {
            text-align: center;
        }

        .webcekindex-stat-text-box p {
            font-size: 14px;
            color: #333;
            line-height: 1.6;
        }

        /* Footer 頁尾 */
        .webcekindex-footer {
            background-color: var(--webcekindex-footer-bg);
            color: #ffffff;
            padding: 40px 5% 20px;
        }

        .webcekindex-footer-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
            max-width: 1200px;
            margin: 0 auto 30px;
            flex-wrap: wrap;
            gap: 20px;
        }

        .webcekindex-footer-logo {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .webcekindex-footer-logo img {
            height: 30px;
        }

        .webcekindex-footer-slogan {
            font-size: 14px;
            color: #aaa;
            margin-top: 10px;
        }

        .webcekindex-btn-outline {
            border: 1px solid #ffffff;
            color: #ffffff;
            padding: 10px 25px;
            border-radius: 30px;
            font-size: 14px;
            transition: all 0.3s;
            display: inline-block;
        }

        .webcekindex-btn-outline:hover {
            background-color: #ffffff;
            color: var(--webcekindex-footer-bg);
        }

        .webcekindex-copyright {
            text-align: center;
            font-size: 12px;
            color: #888;
            border-top: 1px solid #334d4b;
            padding-top: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        /* 全國分校 區塊 */
        .webcekindex-store-section {
            padding: 10px 5% 60px;
            background-color: #ffffff;
        }

        /* 預約上課下拉選單 */
        .webcekindex-dropdown-container {
            position: relative;
            display: inline-block;
        }
        
        .webcekindex-dropdown-menu {
            position: absolute;
            top: calc(100% + 15px);
            left: 50%;
            transform: translateX(-50%);
            background-color: #ffffff;
            min-width: 160px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.15);
            border-radius: 10px;
            border-bottom: 5px solid var(--webcekindex-primary-color);
            display: flex;
            flex-direction: column;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            z-index: 200;
        }

        .webcekindex-dropdown-container:hover .webcekindex-dropdown-menu {
            opacity: 1;
            visibility: visible;
            top: calc(100% + 10px);
        }

        .webcekindex-dropdown-menu::before {
            content: '';
            position: absolute;
            top: -8px;
            left: 50%;
            transform: translateX(-50%);
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-bottom: 8px solid #ffffff;
        }

        .webcekindex-dropdown-menu a {
            padding: 15px 20px;
            color: #666666;
            text-align: center;
            text-decoration: none;
            font-size: 16px;
            border-bottom: 1px solid #eeeeee;
            transition: color 0.3s, background-color 0.3s;
            font-weight: normal;
        }

        .webcekindex-dropdown-menu a:last-child {
            border-bottom: none;
            border-radius: 0 0 10px 10px;
        }

        .webcekindex-dropdown-menu a:first-child {
            border-radius: 10px 10px 0 0;
        }

        .webcekindex-dropdown-menu a:hover {
            color: var(--webcekindex-primary-color);
            background-color: #f9f9f9;
        }

        /* 回到頂部按鈕 */
        .webcekindex-back-to-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            background-color: var(--webcekindex-primary-color);
            color: #ffffff;
            border: none;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            font-size: 20px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 10px rgba(0,0,0,0.2);
            z-index: 999;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.3s, visibility 0.3s, background-color 0.3s;
        }

        .webcekindex-back-to-top.webcekindex-show {
            opacity: 1;
            visibility: visible;
        }

        .webcekindex-back-to-top:hover {
            background-color: var(--webcekindex-primary-dark);
        }

        @media (max-width: 1250px) {
            .webcekindex-exam-nav-btn.webcekindex-prev { left: 5px; }
            .webcekindex-exam-nav-btn.webcekindex-next { right: 5px; }
            .webcekindex-exam-box {
                padding: 30px 50px 0; 
            }
        }

        @media (max-width: 992px) {
            .webcekindex-exam-box {
                flex: 0 0 calc(50% - 10px);
            }
        }

        @media (max-width: 768px) {
            /* Header */
            .webcekindex-header {
                padding: 12px 4%; 
            }
            .webcekindex-logo img {
                height: 28px; 
            }
            .webcekindex-mobile-btn-wrapper {
                gap: 10px; 
            }
            .webcekindex-btn-primary {
                padding: 6px 14px; 
                font-size: 14px;
            }
            .webcekindex-hamburger {
                display: flex; 
                align-items: center;
                justify-content: center;
                font-size: 28px; 
                width: 40px; 
                height: 40px;
                padding: 0;
            }

            /* 手機版下拉選單樣式 */
            .webcekindex-header-nav {
                position: absolute;
                top: 100%;
                left: 0;
                width: 100%;
                background-color: var(--webcekindex-primary-color);
                flex-direction: column;
                gap: 0;
                box-shadow: 0 4px 6px rgba(0,0,0,0.1);
                
                max-height: 0;
                overflow: hidden;
                opacity: 0;
                visibility: hidden;
                transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out, visibility 0.4s;
            }
            
            .webcekindex-header-nav.webcekindex-active {
                max-height: 300px; 
                opacity: 1;
                visibility: visible;
            }

            .webcekindex-nav-link {
                display: block;
                width: 100%; 
                box-sizing: border-box; 
                text-align: center;
                color: #ffffff;
                font-weight: normal;
                font-size: 18px;
                padding: 16px 0;
                border-bottom: 1px solid rgba(255, 255, 255, 0.4); 
            }

            .webcekindex-nav-link:last-child {
                border-bottom: none;
            }

            .webcekindex-nav-link:hover {
                color: #ffffff;
                background-color: var(--webcekindex-primary-dark); 
            }

            /* 預約上課下拉選單手機版位置微調 */
            .webcekindex-dropdown-menu {
                left: auto;
                right: -15px;
                transform: none;
            }
            .webcekindex-dropdown-menu::before {
                left: auto;
                right: 55px; 
                transform: none;
            }

            /* 特色卡片*/
            .webcekindex-features-grid {
                flex-wrap: nowrap;
                overflow-x: auto;
                overflow-y: hidden; 
                scroll-snap-type: x mandatory;
                justify-content: flex-start;
                padding-bottom: 25px; 
                -webkit-overflow-scrolling: touch;
                scroll-behavior: smooth;
                padding-left: 7.5%;
                padding-right: 7.5%;
                gap: 15px;
            }

            .webcekindex-feature-card {
                flex: 0 0 85%; 
                scroll-snap-align: center;
                margin: 0;
            }

            /* 考試介紹卡片*/
            .webcekindex-exam-box {
                flex: 0 0 100%;
                padding: 30px 50px 0; 
            }
            
            /* 輪播點點共用 */
            .webcekindex-carousel-dots {
                display: flex;
                justify-content: center;
                gap: 8px;
                margin-top: -10px;
                margin-bottom: 20px;
            }
            .webcekindex-carousel-dots .webcekindex-dot {
                width: 8px; height: 8px;
                border-radius: 50%;
                border: 1px solid var(--webcekindex-primary-color);
                cursor: pointer;
            }
            .webcekindex-carousel-dots .webcekindex-dot.webcekindex-active {
                background-color: var(--webcekindex-primary-color);
            }

            /* 高普考 vs 地方特考*/
            .webcekindex-exam-title-wrapper {
                margin-top: 10px;
                margin-bottom: 20px;
            }

            .webcekindex-title-inner {
                flex-direction: column;
                align-items: center;
                gap: 5px;
            }

            .webcekindex-tips {
                position: relative;
                top: 0;
                right: 0;
                margin-bottom: 8px;
                font-size: 14px;
                padding: 6px 15px;
            }

            .webcekindex-exam-title {
                font-size: 20px;
                flex-wrap: nowrap;
                justify-content: center;
                white-space: nowrap;
            }

            .webcekindex-exam-title big {
                font-size: 38px;
            }

            .webcekindex-exam-info-container {
                flex-direction: row;
                align-items: stretch;
                gap: 6px;
                padding: 0px;
            }

            .webcekindex-exam-info-box {
                width: auto;
                max-width: none;
                flex: 1; 
                border-radius: 8px;
            }

            .webcekindex-exam-info-box strong {
                font-size: 17px;
                padding: 12px 2px;
                letter-spacing: 0;
                gap: 4px;
            }

            .webcekindex-exam-info-box strong img {
                width: 18px;
            }

            .webcekindex-exam-info-box div {
                padding: 8px 2px;
                font-size: 12px;
                border-radius: 0 0 8px 8px;
                letter-spacing: 0;
                line-height: 1.4;
            }

            .webcekindex-mobile-br {
                display: block;
            }
            
            .webcekindex-desktop-space {
                display: none;
            }

            .webcekindex-dept-grid {
                grid-template-columns: repeat(2, 1fr); 
            }

            .webcekindex-dept-title {
                font-size: 15px;
                top: -15px;
            }

            /* 數據區*/
            .webcekindex-stats-grid {
                flex-direction: column;
            }
            .webcekindex-stat-card {
                flex-direction: row; 
                padding: 25px 15px;
                gap: 15px;
                align-items: center;
            }
            .webcekindex-stat-num-box {
                flex: 0 0 45%; 
            }
            .webcekindex-stat-num-box h3 {
                font-size: 28px; 
                margin-bottom: 0;
            }
            .webcekindex-stat-num-box h3 span {
                font-size: 24px;
            }
            .webcekindex-stat-num-box h4 {
                font-size: 16px;
                margin-top: 5px;
            }
            .webcekindex-stat-text-box {
                flex: 1; 
            }
            .webcekindex-stat-text-box p {
                font-size: 13px;
                text-align: center; 
                margin: 0;
            }

            /* Footer */
            .webcekindex-footer-content {
                flex-direction: column;
                text-align: center;
            }
            
            .webcekindex-footer-logo {
                justify-content: center;
            }

            /* 回到頂部按鈕手機版微調 */
            .webcekindex-back-to-top {
                bottom: 20px;
                right: 20px;
                width: 40px;
                height: 40px;
                font-size: 18px;
            }
        }

        /*輪播控制器 */
        @media (min-width: 769px) {
            .webcekindex-carousel-dots,
            .webcekindex-features-section .webcekindex-carousel-nav {
                display: none;
            }
        }