@charset "utf-8";

:root {
    --brand-ink: #182421;
    --brand-ink-soft: #43504c;
    --brand-orange: #f0643f;
    --brand-orange-dark: #d94f2c;
    --brand-cream: #f7f3ec;
    --brand-sand: #e9dfd2;
    --brand-mint: #b9e1ce;
    --brand-white: #ffffff;
    --brand-line: rgba(24, 36, 33, .14);
    --brand-shadow: 0 24px 70px rgba(31, 42, 39, .12);
}

html { scroll-behavior: smooth; }

body {
    color: var(--brand-ink);
    font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", system-ui, -apple-system, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.wrapper { padding-top: 104px; }

.site-header,
.header-fixed .site-header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 999;
    width: 100%;
    background: rgba(255, 255, 255, .94);
    border-bottom: 1px solid rgba(24, 36, 33, .08);
    box-shadow: 0 8px 32px rgba(24, 36, 33, .04);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.header-sheet {
    background: var(--brand-ink);
    color: rgba(255, 255, 255, .82);
    font-size: 13px;
}

.header-sheet a { color: var(--brand-mint); text-decoration: underline; }
.header-sheet .close-ontop { color: #fff; }

.brand-header {
    max-width: 1440px;
    min-height: 103px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    gap: 34px;
    box-sizing: border-box;
}

.brand-header .site-title {
    float: none;
    padding: 8px 0;
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 0 0 auto;
}

.brand-header .site-title .logo,
.header-fixed .brand-header .site-title .logo {
    width: 136px;
    height: 68px;
    background-image: url('../../../images/layout06/common/logo.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
}

.brand-header .brand-positioning {
    max-width: 58px;
    color: #6c7673;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: .12em;
    text-align: left;
}

.brand-header .site-nav {
    float: none;
    margin: 0 0 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
}

.brand-header .site-nav .menu {
    display: flex;
    align-items: center;
    gap: 2px;
}

.brand-header .site-nav .menu > li { width: auto; }

.brand-header .site-nav .menu > li > a {
    padding: 18px 12px;
    color: var(--brand-ink);
    font-size: 14px;
    font-weight: 650;
    letter-spacing: .04em;
}

.brand-header .site-nav .menu > li > a:before {
    top: auto;
    bottom: 9px;
    height: 2px;
    background: var(--brand-orange);
}

.brand-header .site-nav .menu > li ul {
    border: 1px solid rgba(24, 36, 33, .08);
    border-radius: 0 0 12px 12px;
    box-shadow: 0 20px 50px rgba(24, 36, 33, .14);
    background: var(--brand-white);
    overflow: hidden;
}

.brand-header .site-nav .menu li ul li { border-bottom: 1px solid rgba(24, 36, 33, .06); }
.brand-header .site-nav .menu li ul li:last-child { border-bottom: none; }

.brand-header .site-nav .menu ul li a {
    color: var(--brand-ink-soft);
    background: var(--brand-white);
}

.brand-header .site-nav .menu ul > li.active > a,
.brand-header .site-nav .menu ul > li.active2 > a,
.brand-header .site-nav .menu ul > li > a:hover {
    background: var(--brand-cream);
    color: var(--brand-orange-dark);
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
}

.header-actions .language { margin: 0; }

.header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid var(--brand-ink);
    border-radius: 999px;
    background: var(--brand-ink);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .04em;
    transition: .25s ease;
}

.header-cta:hover {
    border-color: var(--brand-orange);
    background: var(--brand-orange);
    color: #fff;
    transform: translateY(-2px);
}

.site-footer {
    padding: 0;
    background: #13201d;
    color: rgba(255, 255, 255, .7);
}

.brand-footer { padding: 78px 0 58px; background: #13201d; }

.brand-footer-grid {
    max-width: 1320px;
    display: grid;
    grid-template-columns: minmax(320px, 1.35fr) minmax(260px, .85fr) minmax(280px, .9fr);
    gap: 70px;
    align-items: start;
}

.brand-footer-intro p {
    max-width: 510px;
    margin: 24px 0 28px;
    color: rgba(255, 255, 255, .66);
    font-size: 16px;
    line-height: 1.9;
}

.footer-logo {
    display: block;
    width: 150px;
    height: 72px;
    background: url('../../../images/layout06/common/logo.png') center/contain no-repeat;
    filter: brightness(0) invert(1);
    opacity: .95;
}

.footer-cta,
.footer-social {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--brand-mint);
    font-weight: 700;
}

.footer-cta:hover,
.footer-social:hover { color: #fff; }

.brand-footer .tit {
    margin: 0 0 24px;
    padding: 0;
    color: #fff;
    font-family: inherit;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .14em;
}

.brand-footer .site-map,
.brand-footer .site-info {
    float: none;
    width: auto;
    color: rgba(255, 255, 255, .6);
    font-size: 14px;
    line-height: 1.7;
}

.brand-footer .site-map ul {
    float: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 20px;
}

.brand-footer .site-map ul + ul { margin: 14px 0 0; }
.brand-footer .site-map li + li { margin: 0; }
.brand-footer .site-map a { color: rgba(255, 255, 255, .64); }
.brand-footer .site-map a:hover { color: var(--brand-mint); }

.brand-footer .site-info li,
.brand-footer .site-info li span,
.brand-footer .site-info li a {
    color: rgba(255, 255, 255, .64);
    font-size: 14px;
}

.brand-footer .site-info li .tel a {
    color: #fff;
    font-size: 24px;
    font-weight: 750;
}

.brand-footer .site-info li + li { margin-top: 14px; }
.brand-footer .footer-social { margin-top: 22px; }

.footer_bottom { border-top: 1px solid rgba(255, 255, 255, .1); background: #13201d; }
.footer_bottom .copy_box { margin: 0; padding: 22px 0 28px; color: rgba(255, 255, 255, .42); text-align: left; }

@media screen and (min-width: 1001px) {
    #mobile-fixed,
    #mobile-menu,
    #mobile-search,
    .toggle-mmenu-cover { display: none !important; }
}

@media screen and (max-width: 1240px) {
    .brand-header { gap: 18px; }
    .brand-header .brand-positioning { display: none; }
    .brand-header .site-nav .menu > li > a { padding-inline: 9px; font-size: 13px; }
    .header-cta { padding-inline: 14px; }
}

@media screen and (max-width: 1000px) {
    body { padding-bottom: 62px; }
    .wrapper { padding-top: 80px; }
    .site-header,
    .header-fixed .site-header { position: fixed !important; }
    .brand-header { min-height: 79px; justify-content: center; padding: 0 20px; }
    .brand-header .site-title { padding: 5px 0; }
    .brand-header .site-title .logo,
    .header-fixed .brand-header .site-title .logo { width: 112px; height: 58px; }
    .brand-header .site-nav,
    .header-actions { display: none; }

    body #mobile-fixed {
        display: block !important;
        position: fixed !important;
        top: auto !important;
        right: 12px !important;
        bottom: 10px !important;
        left: 12px !important;
        z-index: 1200 !important;
        width: auto !important;
        height: 54px !important;
        margin: 0 !important;
        border: 1px solid rgba(255, 255, 255, .14);
        border-radius: 18px;
        background: rgba(19, 32, 29, .96);
        box-shadow: 0 14px 40px rgba(19, 32, 29, .28);
        overflow: hidden;
        backdrop-filter: blur(16px);
    }

    body #mobile-fixed ul { display: flex !important; width: 100% !important; height: 100% !important; margin: 0 !important; border: 0 !important; }
    body #mobile-fixed li { display: block !important; flex: 1; width: auto !important; height: 100% !important; background: transparent !important; }
    body #mobile-fixed li a,
    body #mobile-fixed li > button { display: flex !important; align-items: center; justify-content: center; width: 100%; height: 100%; margin: 0; padding: 0; color: #fff; border: 0; background: transparent; }
    body #mobile-fixed li:first-child { background: var(--brand-orange) !important; }

    body #mobile-menu {
        background: #13201d !important;
        color: #fff !important;
    }

    body #mobile-menu .language-menu { min-height: 40px; background: var(--brand-orange) !important; }
    body #mobile-menu .toggle-mmenu-close { color: #fff; border: 0; background: transparent; }
    body #mobile-menu .main-menu,
    body #mobile-menu .main-menu .menu,
    body #mobile-menu .main-menu .menu li { background: transparent !important; }
    body #mobile-menu .main-menu .menu a { color: #fff !important; }
    body #mobile-menu .main-menu .menu li { border-color: rgba(255, 255, 255, .12) !important; }
    body #mobile-menu .main-menu .menu li li { background: #0f1917 !important; }
    body #mobile-menu .share-menu { background: #0f1917 !important; }

    .brand-footer { padding: 58px 0 36px; }
    .brand-footer-grid { grid-template-columns: 1fr 1fr; gap: 45px 30px; }
    .brand-footer-intro { grid-column: 1 / -1; }
    .site-footer .col { float: none; }
}

@media screen and (max-width: 640px) {
    .brand-footer-grid { grid-template-columns: 1fr; gap: 38px; }
    .brand-footer-intro { grid-column: auto; }
    .brand-footer .site-map ul { grid-template-columns: 1fr 1fr; }
    .brand-footer .site-info li,
    .brand-footer .site-info p { display: block; text-align: left; }
    .brand-footer .site-info p { margin: 0; }
    .brand-footer .site-info li + li { margin: 14px 0 0; }
    .footer_bottom .copy_box { text-align: center; }
}
