/**
 * 注意：此檔案包含自定義樣式，請勿在系統更新時覆蓋
 * Note: This file contains custom styles, do not overwrite during system updates
 * 最後更新 / Last updated: 2025-04-16
 */
.header-template1 {
    &.header--unfixed {
        position: relative;
    }
}
@media (min-width: 1441px) and (max-width: 1470px) {
    .header-template1 {
        .header__inner {
            &:after {
                width: 104%;
                left: -moz-calc(50% - 52%);
                left: -webkit-calc(50% - 52%);
                left: calc(50% - 52%);
            }
        }
    }
}
@media (min-width: 992px) {
    .header-template1 {
        .header__inner {
            .nav {
                .nav__btn-icon {
                    &:after {
                        border-width: 6px 4px 0 4px;
                    }
                }
            }
        }
    }
}
@media (max-width: 991px) {
    .footer-common-editor1-template12 {
        .footer__block {
            .f_logo {
                img {
                    margin: auto;
                }
            }
        }
    }
}
.ind-banner {
    .swiper-button-prev, .swiper-button-next {
        &:after {
            content: "\f104";
            font-size: 40px;
            display: flex;
            align-items: center;
        }
    }
    .swiper-button-prev {
        left: 0;
        &:after {
            margin-bottom: 6px;
        }
    }
    .swiper-button-next {
        right: 0;
    }
}
.ind-banner__textbox {
    display: none;
}
.index-h1 {
    background: linear-gradient(239deg, rgb(129 195 223 / 28%) 0%, rgba(255, 255, 255, 0.19) 30%, rgb(112 209 251 / 16%) 60%, rgba(255, 255, 255, 0.13) 86%, rgb(5 154 218 / 12%) 100%);
    .index-h1__setting {
        font-weight: 300;
    }
}
.product__item .img img, .news__item .img img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.index-editor-template51 {
    padding-top: 80px;
    .coldefault6 {
        margin-bottom: 0;
    }
    .img {
        p {
            margin: 1.5rem 0 0;
        }
    }
    .text {
        .data {
            height: 100%;
        }
    }
}
.index-editor-template57 {
    .coldefault6 {
        img {
            aspect-ratio: 4 / 3;
            object-fit: cover;
        }
    }
}
.ind-below {
    background-position: top center;
}
.banner {
    aspect-ratio: 16 / 3;
    overflow: hidden;
    img {
        position: absolute;
        left: 0;
        top: 0;
        object-fit: cover;
    }
    .main-h1 {
        z-index: 1;
    }
}
@media (max-width: 768px) {
    .banner {
        aspect-ratio: 16 / 9;
    }
}
.accordion-menu {
    background: linear-gradient(322deg, rgb(243 243 243 / 86%) 0%, rgb(236 242 245 / 74%) 100%);
}
.btnset {
    border-radius: 6px;
}
.news--list {
    .news__item {
        background-color: #efefef;
    }
}
.inner {
    > .title {
        padding-left: 30px;
        span {
            padding-left: 55px;
            background: url("../../assets/images/title-icon2.png") left 17px no-repeat;
            background-size: 40px 35px;
            &:before {
                display: none;
            }
        }
    }
}




