/**
 * 注意：此檔案包含自定義樣式，請勿在系統更新時覆蓋
 * Note: This file contains custom styles, do not overwrite during system updates
 * 最後更新 / Last updated: 2025-04-16
 */
/* 全局 │ header │ 箭頭 */
.nav__btn-icon {
    &:after {
        border-width: 6px 4px 0 4px;
    }
}

/* 全局 │ header │ set */
.header-template20 {
    .topblock {
        .left-info {
            li {
                text-shadow: none;
            }
        }
    }
    &.header--unfixed {
        /*background-color: #ffffff66;*/
        background: linear-gradient(to bottom, rgba(255,255,255,0.65) 34%,rgba(255,255,255,0.75) 31%,rgba(255,255,255,0.82) 9%,rgba(255,255,255,0.8) 86%);
        .header__inner {
            border: none;
        }
    }
    .header__inner {
        .nav__name {
            &:before {
                background: #083d73;
            }
            &.active {
                background: #083d7314;
            }
        }
        .nav__item {
            >.nav__layer {
                width: max-content;
                min-width: 200px;
                max-width: 370px;
                .nav__name {
                    &:hover {
                        padding-left: 25px;
                        font-weight: normal;
                        &:before, &:after {
                            display: none;
                        }
                    }
                }
            }
        }
    }
}
@media (max-width: 991px) {
    .header-template20 {
        .header__inner {
            .nav__box {
                background: #083d73;
            }
            .nav__item {
                >.nav__layer {
                    width: 100%;
                    max-width: none;
                }
            }
        }
    }
}

/* 全局|gdpr|位置變更 */
@media screen and (min-width:991px) {
    .advbox{
        max-width: 80%;
        left: 50%;
        bottom: 25px;
        transform: translateX(-50%);
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .advbox .btnset{
        padding: 9px 40px 10px 30px !important;
        margin-bottom: 2px;
        &:before {
            background-color: #ccc;
        }
    }
}

/* 首頁|banner|左右鍵 */
.ind-banner .swiper-button-next::after, .ind-banner .swiper-button-prev::after {
    content: "\e912";
    transform: rotate(90deg);
}
.ind-banner .swiper-button-next::after {
    transform: rotate(-90deg);
}

/* 首頁|banner|bullet */
.ind-banner .swiper-pagination .swiper-pagination-bullet{
    width: 30px;
    height: 6px;
    border-radius: 10px;
    transition: all 500ms ease-in-out;
}
.ind-banner .swiper-pagination .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    border-radius: 20px;
}

/* 首頁|列表標題|字體粗度 */
section .title.title--lg{
    font-weight: bold;
}

/* 首頁|列表|圖片導圓角 */
.product__item, .news__item {
    .img {
        border-radius: 8px;
        overflow: hidden;
    }
}
.index-list-effect-3 .news__item .info {
    border-radius: 8px;
}

/* other */
.index-h1__setting {
    font-weight: 100;
}
.ind-banner__text {
    max-width: 600px;
    .title, p {
        text-align: left;
    }
}
.sort_1.index-editor-template39 .inner .text .btnbox .btnset {
    padding: 10px;
}
.index-editor-template56 .certification .cert__item {
    a {
        img {
            transition: all 500ms ease-in-out;
        }
        &:hover {
            img {
                transform: scale(1.03);
            }
        }
    }
}
.sort_1.index-editor-template41:after {
    background-color: rgb(7 21 34 / 63%);
}
.ind-below {
    background-attachment: fixed;
}
.inner > .title span::before {
    content: "\e908";
}
.footer-template1 .footer-common-editor2 {
    max-width: 1440px;
    width: 100%;
    margin: 10px auto 20px;
}
@media (max-width: 991px) {
    .footer-template1 .footer-common-editor2 {
        margin-bottom: 0;
    }
}
