/**
 * 注意：此檔案包含自定義樣式，請勿在系統更新時覆蓋
 * Note: This file contains custom styles, do not overwrite during system updates
 * 最後更新 / Last updated: 2025-04-16
 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Oswald:wght@200..700&display=swap');

/* 全局|html|fonts */
html[lang='en'] {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
}
html[lang='zh-TW'] {
    font-family: "Noto Sans TC", sans-serif;
    font-optical-sizing: auto;
}

/* 全局|header|nav */
.nav__name:hover {
    color: #000 !important;
    opacity: 1 !important;
}
.nav__name.active, .nav__name.active:hover {
    color: #000 !important;
}
.nav__name::after {
    width: 0 !important;
}
.header-template17 .header__inner:after {
    height: 82%;
}
.nav__layer .nav__item .nav__name:hover {
    color: #585959 !important;
}
@media (max-width: 991px) {
    .header-template17 .header__inner .nav__box {
        background-color: #E61A15 !important;
    }
}

/* 全局|header|箭頭樣式 */
.nav__btn::after{
    color: #fff;
    font-family: "icomoon";
    content: "\f105";
    font-size: 20px;
    transform: rotate(90deg);
}

.nav__layer .nav__btn::after{
    color: #fff !important;
    font-family: "icomoon";
    content: "\f105";
    font-size: 20px;
    transform: rotate(0deg);
}

@media screen and (max-width:991px) {
    .nav__btn::after{
        font-family: "icomoon";
        content: "\f105";
        font-size: 20px;
        transform: rotate(0deg);
    }
}
.nav__btn-icon{
    display: none;
}



/* other */
@media only screen and (max-width: 991px) {
    .header-template17 .header__inner .hamburger--on {
        margin-right: 0;
    }
}
.ind-middle {
    background-attachment: fixed;
    &:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: '';
        background-color: #3b2c2c80;
        z-index: -1;
    }
}
.ind-sec-middle {
    background-attachment: fixed;
}
@media (max-width: 600px) and (min-width: 481px) {
    .index-editor-template22 .index-editor-template21-groups .small-pics .small-pic {
        width: 20vw;
        height: 20vw;
        margin: 8px;
    }
}
.banner .main-h1 {
    text-shadow: 0 3px 9px #00000000, -0.5px -0.5px 0 rgb(0 0 0 / 32%), 0.5px -0.5px 0 rgb(0 0 0 / 32%), 1.5px -0.5px 0 rgb(0 0 0 / 32%), -0.5px 0.5px 0 rgb(0 0 0 / 32%), 0.5px 0.5px 0 rgb(0 0 0 / 32%), 1.5px 0.5px 0 rgb(0 0 0 / 32%), -0.5px 1.5px 0 rgb(0 0 0 / 32%), 0.5px 1.5px 0 rgb(0 0 0 / 32%), 0.5px 1.5px 0 rgb(0 0 0 / 32%);
}
.footer-common-editor1-template5 .footer__logo img {
    margin: auto;
}