@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap);

ol,
ul,
li {
    padding: 0;
    margin: 0;
}

html,
body {
    padding: 0;
    margin: 0;
    font-weight: 400;
    color: #052640;
    letter-spacing: 1px;
}

nav.mainNavbar {
    background-color: #434343;
    height: 64px;
    display: flex;
    align-items: center;
    padding: 0;
}



nav.mainNavbar a {
    color: #FFFFFF;
    font-family: 'Noto Sans TC', '�L�n������', sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Noto Sans TC", Arial;
}

.navbar-toggler {
    color: #FFFFFF;
}

nav.mainNavbar a:hover {
    font-weight: 600;
    color: #FFE4B2;
    font-size: 14px;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}

/* PC 导航 */
.pc-nav {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 0 !important;
}

.pc-nav li {
    padding-left: 20px;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 0 !important;
}

/* 2. 修正伪元素定位 */
.pc-nav li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background: #ccc;
}

.pc-nav a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.pc-nav li.active a {
    color: #FFE4B2 !important;
}

/* 蒙层 */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 90;
}

/* 手机侧边菜单 */
.sideMenu {
    position: fixed;
    top: 0;
    left: -80%;
    width: 80%;
    height: 100vh;
    background: #FFFFFF;
    padding: 30px 20px;
    transition: all 0.3s ease;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sideMenu.active {
    left: 0;
}

.footer-accordion {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans TC', sans-serif;
    color: #333;
    /* padding: 24px 20px; */
}

.footer-section {
    margin-bottom: 0;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
    cursor: pointer;
    user-select: none;
    background: #434343;
}

.section-title {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 1px;
}

.toggle-icon {
    font-size: 32px;
    font-weight: 300;
    color: #FFFFFF;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.section-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.section-content.expanded {
    max-height: 330px;
    background: #FFFFFF;
}

.section-divider {
    border-top: 1px solid #e0e0e0;
    margin-bottom: 16px;
}

@media (min-width: 1025px) {
    .container-fluid {
        padding: 0 !important;
    }
    .container-fluid {
        max-width: 1280px;
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-brand img {
        height: 48px;
    }
}
@media (max-width: 768px) {
    .top-nav {
        padding: 0 12px !important;
    }
}
@media (min-width: 769px) and (max-width: 1024px) {
    .container-fluid {
        max-width: 1023px;
        padding-left: 24px;
        padding-right: 24px;
    }
}
.navbar-toggler {
    padding: 0 !important;
}
/* 蒙层 */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 90;
}

/* 手机侧边菜单 */
.sideMenu {
    position: fixed;
    top: 0;
    left: -80%;
    width: 80%;
    height: 100vh;
    background: #FFFFFF;
    padding: 30px 20px;
    transition: all 0.3s ease;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sideMenu.active {
    left: 0;
}

.footer-accordion {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans TC', sans-serif;
    color: #333;
    /* padding: 24px 20px; */
}

.footer-section {
    margin-bottom: 0;
}

.section-title {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 1px;
}

.toggle-icon {
    font-size: 32px;
    font-weight: 300;
    color: #FFFFFF;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.section-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.section-content.expanded {
    max-height: 330px;
    background: #FFFFFF;
}

.section-divider {
    border-top: 1px solid #e0e0e0;
    margin-bottom: 16px;
}

.menu-items {
    padding-top: 40px;
}

.menu-items li {
    list-style: none;
    border-bottom: 1px solid #ccc;
    padding: 14px 0;
}

.menu-items a {
    text-decoration: none;
    color: #555;
    font-size: 18px;
}

/* icon */
.social-icons i {
    font-size: 22px;
    margin-right: 15px;
    color: #444;
}

a {
    color: #000;
    text-decoration: none
}

a:hover {
    color: #000;
    text-decoration: none
}