    /* ===== Base ===== */
    :root {
      --blue: #1E95DB;
      --yellow: #f59e0b;
      --gray-50: #f9fafb;
      --gray-100: #f3f4f6;
      --gray-200: #e5e7eb;
      --text: #1f2937;
    }

    #ws-header{
      padding: 0px 60px;
      background: #fff;
    }

    #ws-body {
      box-sizing: border-box
      margin: 0;
      color: var(--text);
      background: #fff;
      font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans TC", "Helvetica Neue", Arial, sans-serif;
    }

#ws-body {
    a {
      color: inherit;
      text-decoration: none
    }

button, input, select, textarea{
      font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans TC", "Helvetica Neue", Arial, sans-serif;
}

.btn-primary.active,.btn-primary.focus,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}
/* ===== bootstrap ===== */

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,.btn:focus,.btn:hover {
    color: #333;
    text-decoration: none
}

    /* ===== Header ===== */
    /* ===== Header 上層 ===== */
    .top-bar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 4px 0;
      border-bottom: 1px solid #e5e7eb;
      background: #fff;
    }

    .top-bar .brand {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .top-bar .brand img {
      height: 32px;
    }

    .top-bar .brand-title {
      font-weight: bolder;
      font-size: 24px;
      color: #666666;
    }

    .top-bar .auth>a {
      margin: 7px 10px;
      font-size: 14px;
      color: #4b5563;
      text-decoration: none;
      display: inline-flex;
      /* 圖片與文字在同一行 */
      align-items: center;
      gap: 6px;
      /* 圖片與文字間距 */
    }

    .auth a img {
      height: 24px;
      /* 調整圖片大小 */
    }

    .top-bar .auth a:hover {
      color: #1E95DB;
    }

    /* ===== Header 下層 Navbar ===== */
    .navbar {
      background: #fff;
      border-bottom: 1px solid #e5e7eb;
      margin-bottom: 5px;
    }
    .navbar #navTab {
      margin: 0;
      padding: 0 0;
      display: flex;
      list-style: none;
      gap: 30px;
    }

    .navbar>#navTab>li>a {
      display: block;
      padding: 14px 0;
      font-size: 18px;
      color: #666666;
      font-weight: bolder;
      text-decoration: none;
    }

    .navbar li>a:hover,
    .navbar li.active>a {
      color: #1E95DB;
      font-weight: bolder;
      border-bottom: 2px solid #1E95DB;
    }

    /* ===== KPI strip ===== */
    .top-info {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      /* 四等分 */
      gap: 16px;
      background: #f9fafb;
      padding: 10px 60px;
      border-bottom: 1px solid #e5e7eb;
    }

    /* 左邊 加入會員 */
    .join-member {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      background: #fff;
      border: 1px solid #e5e7eb;
      border-radius: 10px;
      font-weight: 700;
      color: #444;
      font-size: 24px;
      padding: 10px 12px;
    }

    .join-member img {
      width: 24px;
      height: 24px;
    }

    /* KPI 區塊 */
    .kpi {
      background: #fff;
      border: 1px solid #e5e7eb;
      border-radius: 10px;
      padding: 10px 18px;
      text-align: center;
    }

    .kpi h3 {
      margin: 0 0 6px;
      font-weight: 700;
      color: #666666;
      font-size: 24px;
      font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans TC", "Helvetica Neue", Arial, sans-serif;
    }

    .kpi h3::before {
      content: "➤";
      color: #E9BE10;
      margin-right: 4px;
    }

    .kpi .num {
      display: inline-block;
      font-size: 24px;
      font-weight: 800;
      color: #1E95DB;
    }


    /* ===== Banner ===== */
    .banner {
      position: relative;
      height: 260px;
      background: url('./首頁banner5.jpg') center/cover no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #fff;
      font-weight: 900;
      font-size: 30px;
      line-height: 1.3;
    }

    .banner .shade {
      position: absolute;
      inset: 0;
      background: linear-gradient(0deg, rgba(0, 0, 0, .45), rgba(0, 0, 0, .25));
    }

    .banner .lines {
      position: absolute;
      /* 改成絕對定位 */
      left: 200px;
      /* 距離圖片左邊 40px，可自行調 */
      bottom: 60px;
      /* 距離圖片下方 30px，可自行調 */
      z-index: 1;
      color: #fff;
      font-weight: 900;
      font-size: 36px;
      line-height: 1.3;
      text-shadow: 0 3px 8px rgba(0, 0, 0, .45);
      text-align: left;
    }

    /* ===== Search ===== */
.navbar-form {
    padding: 0 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}
    /* ===== Sections ===== */
    .section {
      padding: 30px 60px
    }

    .section .title {
      color: #666666;
      display: flex;
      align-items: center;
      gap: 10px;
      margin: 0 0 16px;
      font-size: 18px;
      font-weight: 800;
    }

    .title::before {
      content: "➤";
      color: var(--yellow)
    }

    .btn-more {
      margin-left: auto;
      font-size: 14px;
      background: var(--blue);
      color: #fff;
      padding: 6px 14px;
      border-radius: 20px;
    }

    /* ===== Table ===== */
    .table-wrap {
      color: #666666;
      overflow: auto;
      border: 1px solid var(--gray-200);
      border-radius: 10px
    }

    table {
      width: 100%;
      border-collapse: collapse;
      font-size: 14px;
      min-width: 820px;
      background: #fff
    }

    th,
    td {
      border-bottom: 1px solid var(--gray-200);
      padding: 10px 12px;
      white-space: nowrap
    }

    thead th {
      background: var(--gray-100);
      font-weight: 700
    }

    tbody tr:nth-child(even) {
      background: #fafafa
    }

    /* ===== Services ===== */
    .services {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 16px;
      margin-top: 16px;
    }

    .card {
      text-align: center;
      padding: 22px 14px;
      background: #fff;
      border: 1px solid var(--gray-200);
      border-radius: 12px;
      font-weight: 700;
      cursor: pointer;
    }

    /* ===== 聯絡我們區 ===== */
    /* 兩欄 + 中央分隔線 */
    .contact-links {
      display: flex;
      justify-content: space-between;
      /* 改成等距左右 */
      align-items: flex-start;
      gap: 40px;
      padding: 30px 60px;
      background: #f3f4f6;
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
    }

    .contact-links .contact,
    .contact-links .links {
      flex: 1 1 0;
    }

    /* 右側欄加左內距，並畫分隔線 */
    .contact-links .links {
      position: relative;
      padding-left: 40px;
      /* 與分隔線的間距 */
    }

    .contact-links .links::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 1px;
      background: #e5e7eb;
      /* 分隔線顏色 */
    }

    /* 文字樣式（沿用你原設定） */
    .contact-links h3 {
      margin-bottom: 10px;
      color: #666666;
      font-weight: 800;
    }

    .contact-links p {
      margin: 4px 0;
      font-size: 14px;
      color: #666666;
      font-weight: 700;
    }

    .contact-links .links ul {
      list-style: none;
      padding: 0;
      margin: 0;
      columns: 2;
      /* 兩欄 */
      column-gap: 40px;
    }

    .contact-links .links li {
      margin: 6px 0;
    }

    .contact-links .links a {
      color: #1E95DB;
      font-weight: 700;
      text-decoration: none;
      font-size: 14px;
    }

    .contact-links .links a:hover {
      text-decoration: underline;
    }

    /* RWD：小螢幕改直向排列，移除分隔線 */
    @media (max-width:768px) {
      .contact-links {
        flex-direction: column;
        gap: 16px;
        padding: 24px;
      }

      .contact-links .links {
        padding-left: 0;
      }

      .contact-links .links::before {
        display: none;
      }

      .contact-links .links ul {
        columns: 1;
      }
    }


    /* ===== Footer 區 ===== */
    .site-footer {
      background: #fff;
      padding: 20px 60px;
      font-size: 14px;
      color: #666666;
      font-weight: bolder;
      border-top: 1px solid #ddd;
    }

    .site-footer .footer-top {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap;
      padding-bottom: 20px;
      border-bottom: 1px solid #ddd;
    }

    .site-footer .logo {
      display: flex;
      align-items: center;
      gap: 10px;
      font-weight: 700;
    }

    .site-footer .logo img {
      height: 40px;
    }

    .site-footer .nav {
      display: flex;
      gap: 50px;
    }

    .site-footer .nav h5 {
      margin: 0 0 6px;
      font-size: 14px;
      font-weight: 700;
      color: #666666;
      font-weight: bolder;
    }

    .site-footer .nav p {
      margin: 3px 0;
    }

    .site-footer .nav a {
      color: #666666;
      font-weight: bolder;
      text-decoration: none;
    }

    .site-footer .nav a:hover {
      color: #1E95DB;
      font-weight: bolder;
    }

    .footer-bottom {
      text-align: center;
      padding-top: 12px;
      color: #6b7280;
      font-weight: bolder;
    }

    .footer-bottom a {
      color: #666666;
      font-weight: bolder;
      text-decoration: none;
      margin: 0 6px;
    }

    .footer-bottom a:hover {
      color: #1E95DB;
      font-weight: bolder;
    }

    /* 左側品牌區（上下兩行） */
    .footer-brand {
      display: flex;
      flex-direction: column;
      gap: 6px;
      /* 兩行間距 */
      font-family: "Noto Sans TC", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    }

    .footer-brand .brand-row {
      display: flex;
      align-items: center;
      gap: 10px;
      /* logo 與品牌名間距 */
    }

    .footer-brand img {
      height: 38px;
      /* 依需要微調 34–42 都可 */
    }

    .footer-brand .brand-name {
      font-size: 20px;
      font-weight: 900;
      color: #111827;
      /* 深灰接近黑 */
      font-weight: bolder;
      letter-spacing: .5px;
    }

    .footer-brand .brand-sub {
      font-size: 14px;
      color: #666666;
      /* 次要灰色 */
      font-weight: bolder;
      line-height: 1.2;
    }

    /* 小螢幕微調：縮小字與 Logo */
    @media (max-width:640px) {
      .footer-brand img {
        height: 32px;
      }

      .footer-brand .brand-name {
        font-size: 18px;
      }

      .footer-brand .brand-sub {
        font-size: 13px;
      }
    }


    /* ===== 加值服務 Carousel（滿版） ===== */

    .carousel {
      --cards: 5;
      --gap: 24px;
      display: grid;
      grid-template-columns: auto 1fr auto;
      align-items: center;
      column-gap: 16px;
      width: 100%;
    }

    /* 中間視窗 */
    .carousel-viewport {
      overflow: hidden;
      width: 100%;
    }

    /* 軌道：寬度等於內容本身，置中 */
    .carousel-track {
      display: grid;
      grid-auto-flow: column;
      gap: var(--gap);
      width: max-content;
      /* 關鍵：內容多寬就多寬 */
      margin: 0 auto;
      /* 關鍵：在視窗中置中 */
      transition: transform .4s ease;
    }

    /* 你的卡片大小保持原樣 */
    .carousel .card {
      width: calc(70vw / 5);
      /* 保持你目前的尺寸 */
      height: 160px;
      background: #f5f5f5;
      border-radius: 12px;
      box-shadow: 0 3px 10px rgba(0, 0, 0, .08);
      border: 1px solid #e5e7eb;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      color: #666;
      text-align: center;
      flex-shrink: 0;
    }

    .carousel .card img {
      height: 72px;
      margin-bottom: 10px
    }

    /* 箭頭：放在自己的欄位即可（不用絕對定位） */
    .carousel .arrow {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 0;
      background: #fff;
      box-shadow: 0 2px 6px rgba(0, 0, 0, .12);
      font-size: 22px;
      color: #1E95DB;
      cursor: pointer;
    }

    .carousel .arrow:hover {
      color: #1E95DB
    }

    .slider-container {
    	display: flex;
    	justify-content: center;
    	align-items: center;
    	margin: 20px 0;
    	padding: 15px;
    	background: rgba(255, 255, 255, 0.8);
    	border-radius: 15px;
    	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    .bx-viewport {
    	border-radius: 15px;
    }


/* 自定义样式 */
.sidebar-new {
    padding-top: 24px;
    padding-left: 60px;
}

.sidebar-new .panel {
    margin-bottom: 0;
    border: none;
    box-shadow: none;
}

.sidebar-new .panel-heading {
    background: transparent;
    border: none;
    padding: 0;
}

.sidebar-new .panel-heading a {
    border-radius: 0 !important;
}

.sidebar-new .panel-heading .caret {
    transition: transform 0.3s ease;
}

.sidebar-new .panel-heading a[aria-expanded="true"] .caret {
    transform: rotate(180deg);
}

.sidebar-new .collapse .list-group-item {
    border-radius: 0;
    border-left: none;
    border-right: none;
}

.sidebar-new .collapse .list-group-item:last-child {
    border-bottom: 1px solid #ddd;
}

        .checkbox-item {
            display: inline-flex;
            align-items: center;
            padding: 3px 15px;
            border-radius: 8px;
        }

        .checkbox-item input {
            margin-right: 12px;
            transform: scale(1.2);
        }

        .checkbox-item label {
            font-size: 12px;
            cursor: pointer;
            flex-grow: 1;
        }

                .button-flat {
                    background-color: #f1f1f1; /* 浅灰色背景 */
                    color: black; /* 黑色文字 */
                    border: 1px solid #ccc; /* 灰色边框 */
                    padding: 3px 20px; /* 内边距 */
                    text-align: center; /* 文字居中 */
                    text-decoration: none; /* 无下划线 */
                    display: inline-block; /* 行内块元素 */
                    cursor: pointer; /* 鼠标指针变为手型 */
                    border-radius: 8px; /* 圆角 */
                    transition: background-color 0.3s ease, transform 0.1s ease; /* 背景色和缩放过渡效果 */
                }

                .button-flat:hover {
                    background-color: #ddd; /* 鼠标悬停时背景色变浅 */
                    transform: scale(1.05); /* 鼠标悬停时轻微放大 */
                }
}
