     /* --- 原生平滑捲動支援 --- */
        html {
            scroll-behavior: smooth;
        }

        /* --- 鍵盤焦點樣式 --- */
        *:focus {
            outline: 2px dashed #ffc107 !important;
            outline-offset: 2px;
        }

        body {
            font-family: "Poppins", "Helvetica", -apple-system, "Noto Sans TC", "Microsoft JhengHei", "Montserrat", sans-serif !important;
            letter-spacing: 1px;
            margin: 0px;
            padding: 0 0 50px 0;
            background-color: #ad1e14;
        }

        /* --- 跳到主要內容區塊按鈕樣式 (修正定位) --- */
        .gomain.sr-only-focusable:focus {
            width: fit-content;
            height: auto;
            background: #4f120d;
            top: 120px !important; 
            left: 20px !important;
            position: fixed; /* 改用 fixed 確保它永遠在視窗最上方 */
            padding: .5rem 1rem;
            border-radius: 5px;
            color: #fee1b9;
            clip: auto;
            z-index: 10000; /* 確保蓋過 navbar */
            text-decoration: none;
            box-shadow: 0 0 10px rgba(0,0,0,0.5);
            font-weight: bold;
        }

        .mbshow {
            display: none;
        }

        h1 {
            margin-bottom: 0px;
        }

        .navbar-brand {
            margin-right: 0px;
            padding-bottom: 0;
            padding-top: 0;
        }

        .container-fluid {
            padding-left: 0px;
            padding-right: 0px;
        }

        .container-fluid .img-fluid {
            margin-top: 90px;
        }

        .container h3 {
            width: 100%;
            height: 6.2rem;
            line-height: 1;
            padding: 3rem 0 0 5rem;
            font-weight: bolder;
            font-size: 2rem;
            color: #ffffff;
            z-index: 1;
            align-content: end;
            margin-bottom: 0px;
        }

        .container h3 .before {
            width: 100%;
            height: 3.6rem;
            border-radius: 50px 50px 0 0;
            background: #4f120d;
            z-index: -1;
            padding: .6rem 2rem .6rem 2.2rem;
            position: relative;
        }

        .bg-change {
            background-color: #ffe1b9;
            border: 6px solid #4f120d;
            border-radius: 20px;
            padding: 30px;
        }

        #topBtnDiv {
            display: none;
            position: fixed;
            bottom: 12px;
            right: 15px;
            z-index: 97;
            transition: all 0.2s linear;
        }

        #topBtnDiv:hover #topBtn {
            background-color: #916114;
        }

        #topBtn {
            z-index: 99;
            border: none;
            outline: none;
            background-color: #3d1c04;
            color: #ffffff;
            cursor: pointer;
            padding: 23px;
            border-radius: 4px;
            transform: rotate(45deg);
        }

        #topBtnWords {
            position: fixed;
            color: #fff5ef;
            bottom: -4px;
            right: 13px;
            z-index: 98;
            border: none;
            outline: none;
            padding: 8px;
            font-size: 16px;
            cursor: pointer;
            text-transform: uppercase;
        }

        #bg-fluid-img {
            background-image: url("/Content/img/NoticeMessage/BG.png");
            background-position: bottom;
            background-attachment: fixed;
        }

        #navbarCity {
            background-color: #910614;
            padding: 0 16px;
            height: 90px;
        }

        #navbarCollapse {
            transition: all 0.2s linear;
        }

        .bg-danger {
            background-image: url("/Content/img/NoticeMessage/snake.png");
            background-repeat: no-repeat;
            background-size: contain;
            background-color: rgba(139, 33, 32, 0) !important;
            background-position: bottom left;
        }

        .navbar-dark .navbar-nav .nav-link {
            color: #fff5ef !important
        }

        .navbar-dark .navbar-nav .nav-link:hover {
            color: #ffffff !important
        }
        .navbar-dark .navbar-nav .nav-link.accesskey {
                        color: #d16b6b !important;
        }
        /* --- 導盲磚連結樣式 --- */
        .accesskey {
            color: #d16b6b !important;
            padding: 0.5rem;
            text-decoration: none;
        }
        
        .main-accesskey {
            color: #d16b6b;
            text-decoration: none;
            position: absolute;
            margin-top: -30px; 
        }
        .accesskey :focus ,.navbar-dark .navbar-nav .nav-link.accesskey:focus {
         color: #ffffff !important;
        }
        .bg-text {
            max-width: 100%;
            height: auto;
            background-repeat-x: no-repeat;
        }

        .text-danger {
            font-size: 22px;
            color: #8B2120 !important;
            position: relative;
            padding-left: 25px;
            font-weight: bold;
        }

        .text-danger::before {
            content: "";
            background: url("/Content/img/NoticeMessage/icon-subtitle.svg") no-repeat;
            width: 22px;
            height: 22px;
            position: absolute;
            left: 0px;
        }

        .info {
            font-size: 17px;
            line-height: 31px;
            margin-bottom: 20px;
            padding-left: 25px;
        }

        .info ul {
            list-style: cjk-decimal;
        }

        .info ul li ul {
            padding-left: 20px;
            list-style-type: decimal;
        }

        .Anchor_point::before {
            content: '';
            display: block;
            padding-top: 6rem;
            margin-top: -5rem;
        }

        #navbarCity .row .col-6 {
            align-self: center;
        }

        .navbar-nav .dropdown-menu {
            background-color: #fff5ef;
        }

        .dropdown-item:hover {
            color: #fff5ef;
            background-color: #f1a340;
        }

        .dropdown-item:focus {
            color: #fff5ef;
            background-color: #8b2120;
        }

        .header-img1 {
            position: fixed;
            left: 0;
            top: 0;
        }

        .header-img2 {
            position: fixed;
            left: 66px;
            top: 3px;
        }

        @media (max-width: 1024px) {
            .bg-danger {
                background-position-x: 0%;
            }
            .container h3 {
                text-align: left;
            }
        }

        @media (max-width: 991px) {
            #navbarCity {
                background-color: #720b09;
            }
            #navbarCity .row {
                height: 90px;
            }
            .navbar-collapse {
                background:#caa36f;
            }
            .navbar-dark .navbar-nav .nav-link.accesskey {
                display: none;
            }
            .navbar-dark .navbar-nav .nav-link.accesskey:focus-visible {
                 display: block;
                color: #ffffff;
            }
            .navbar-dark .navbar-nav .nav-link{
                color: #3d1c07 !important;
                padding: 0.5rem 1rem;
    border-top: 1px solid #67160f;
            }
            .container {
                padding: 0 20px;
                overflow-x: hidden;
            }
            .col-12 .text-light {
                transition: all 0.2s linear;
                text-align: end !important;
            }
            .bg-change {
                padding: 30px 10px;
            }
            .container h3 {
                height: 5.5rem;
                line-height: 1;
                padding: 1rem 0 0 95px;
                position: relative;
                font-weight: bolder;
                font-size: 2rem;
                color: #fff5ef;
                z-index: -1;
                position: relative;
            }
            .img-fluid:not(.mbshow) {
                display: none;
            }
            .mbshow {
                display: block;
            }
            .bg-danger {
                background-position-x: 7%;
            }
            .navbar-dark .navbar-toggler {
                color: rgba(255, 255, 255, .7);
                border:2px solid rgba(255, 255, 255, .7);
                font-size: 0.9rem;
            }
        }
        @media (max-width: 767px) {
            #bg-fluid-img .container {
                padding: 0 -15px;
                overflow-x: inherit;
            }
            .Anchor_point {
                padding: 0 20px;
            }
            .col-12 .text-light {
                transition: all 0.2s linear;
                text-align: center !important;
            }
            .container h3 {
                line-height: 1;
                font-size: 1rem;
                height: 3.5rem;
                padding: 1.5rem 0 0 38px;
                text-align: left;
            }
    .container h3 .before {
        padding: .5rem 1rem .5rem 1.5rem;
        border-radius: 0 30px 30px 0;
        align-self: flex-end;
        margin-left: -.3rem;
    }
            .container .Anchor_point::before {
                height: 0rem;
            }
            .text-danger {
                font-size: 1.1rem;
            }
            .info {
                font-size: 0.9rem;
                line-height: 25px;
                padding-left: 18px;
            }
            .bg-danger {
                background-position-x: 0%;
                align-content: flex-end;
            }
            .navbar-brand {
              display: flex;
                align-content: center;
            }
                #navbarCity .row,#navbarCity  {
        height: 60px;
    }
            .header-img2,.header-img1{
                height: 50px;
                width: auto;
                position: relative;
    left: 0;
            }
        }
        .container-fluid .img-fluid{
          margin-top: 60px;  
        }