/**
 * 注意：此檔案包含自定義樣式，請勿在系統更新時覆蓋
 * Note: This file contains custom styles, do not overwrite during system updates
 * 最後更新 / Last updated: 2025-04-16
 */




/* other */
.nav__layer {
    min-width: 200px;
    width: max-content;
    .nav__item {
        .nav__name {
            &:hover {
                font-weight: 400;
            }
        }
    }
}
@media (max-width: 991px) {
    .nav__layer {
        width: 100%;
    }
}
.nav__btn-icon::after {
    border-width: 6px 4px 0 4px;
}
.index-h1__setting {
    font-weight: 200;
}
.ind-sec-middle {
    z-index: 0;
    &:after {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        background-color: #383e5ca6;
        z-index: -1;
    }
}
@media (max-width: 991px) {
    .nav__box, .nav__box--turnover .nav__layer {
        background-color: #222a5a !important;
    }
}
.inner > .title span::before {
    content: "\e908";
}
