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

body {
    background-image: url("../images/main-bg3.webp");
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (min-width: 992px) {
    .nav__layer {
        width: max-content;
        min-width: 200px;
        .nav__item {
            .nav__name {
                &:hover {
                    padding-left: 25px;
                    font-weight: 400;
                }
            }
        }
    }
}
@media (max-width: 768px) {
    .footer-common-editor1-template11 {
        .footer__logo {
            p {
                margin-top: 0;
            }
        }
    }
}
@media (max-width: 600px) {
    .footer-common-editor1-template11 {
        .footer__logo {
            margin-top: 0;
            margin-bottom: 0;
        }
    }
}

/* others */
.index-h1__setting {
    font-weight: 300;
}
.index-editor-template56 {
    &:after {
        background-color: #40644270;
    }
    .certification {
        .cert {
            .cert__item {
                img {
                    transition: all 500ms ease-in-out;
                }
            }
        }
    }
}
.index-editor-template61 {
    position: relative;
    z-index: 0;
    &:after {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: #40644270;
        content: "";
        z-index: -1;
    }
}
.news--list {
    .news__item {
        background-color: #ffffff7d;
    }
}
.accordion-menu {
    background-color: #ffffff7d;
}
.inner > .title span::before {
    display: none;
}
