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

/* 全局|header|nav| */
.nav__layer {
    width: max-content;
    min-width: 200px;
    .nav__item {
        .nav__name {
            &:hover {
                padding-left: 25px;
                font-weight: normal;
            }
        }
    }
}
.cart {
    display: none;
}
@media (max-width: 991px) {
    .nav__layer {
        width: 100%;
    }
}
/* 全局|header|箭頭樣式 */
.nav__btn::after{
    font-family: "icomoon";
    content: "\f105";
    font-size: 20px;
    transform: rotate(90deg);
}

.nav__layer .nav__btn::after{
    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);
        color: #fff !important;
    }
    .header--unfixed {
        .nav__layer {
            .nav__btn::after {
                color: #fff;
            }
        }
    }
}
.nav__btn-icon{
    display: none;
}

/* other */
.ind-banner__text {
    p {
        margin-top: 15px;
    }
}
.index-editor-template3 .choose > .title::before {
    width: 180px;
    height: 80px;
}
.index-editor-template3 .choose-icon .icondiv {
    background-color: transparent !important;
    box-shadow: none !important;
    position: relative;
    z-index: 0;
    &:before {
        position: absolute;
        right: -20px;
        top: 80px;
        font-size: 20px;
        font-family: 'icomoon';
        content: '\f105';
    }
    &:after {
        width: 120px;
        height: 120px;
        position: absolute;
        left: 50%;
        top: 30px;
        content: "";
        border-radius: 50%;
        background-color: #dddddd;
        transform: translateX(-50%);
        box-shadow: 0 0 12px rgba(0, 0, 0, .1);
        z-index: -1;
    }
    &:nth-child(4n) {
        &:before {
            display: none;
        }
    }
    img {
        max-height: 60px;
        width: auto;
        margin-top: 30px;
    }
    .title {
        margin-top: 50px;
    }
    p {
        text-align: center;
        font-weight: 500;
    }
}
@media (max-width: 991px) {
    .index-editor-template3 .choose > .title {
        padding-left: 0;
        text-align: center;
        &:before {
            left: 50%;
            transform: translateX(-50%);
        }
    }
    .index-editor-template3 .choose-p {
        margin-top: 30px;
        justify-content: center;
        text-align: center;
    }
    .index-editor-template3 .choose-icon .icondiv {
        &:nth-child(2n) {
            &:before {
                display: none;
            }
        }
    }
}
@media (max-width: 768px) {
    .index-editor-template3 .choose > .title {
        &:before {
            height: 75px;
        }
    }
}
@media (max-width: 600px) {
    .index-editor-template3 .choose-icon .icondiv {
        &:before {
            transform: rotate(90deg) translateX(-50%);
            top: inherit;
            bottom: -30px;
            right: 50%;
        }
        &:after {
            top: 20px;
        }
        &:nth-child(4n), &:nth-child(2n) {
            &:before {
                display: block;
            }
        }
        &:last-child {
            &:before {
                display: none;
            }
        }
    }
}
@media (max-width: 480px) {
    .index-editor-template3 .choose > .title {
        &:before {
            height: 68px;
        }
    }
}
.index-editor-template7 .certification .cert__item {
    position: relative;
    z-index: 0;
    &:after {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 880px;
        height: 70%;
        background-color: #e9e9e9;
        content: "";
        z-index: -1;
    }
    img {
        padding: 10px;
        border-radius: 6px;
        background-color: #fff;
        box-shadow: 0 0 9px rgba(0, 0, 0, .25);
    }
}
@media (max-width: 768px) {
    .index-editor-template7 .certification .cert__item {
        &:after {
            width: 165%;
        }
    }
}
@media (max-width: 600px) {
    .index-editor-template7 .certification .cert__item {
        width: 70%;
        margin: auto;
        &:after {
            width: 135%;
        }
    }
}
.index-editor-template5 {
    padding: 120px 0;
    .slogan-box {
        .text {
            align-items: center;
            .title {
                text-align: center;
                letter-spacing: .12rem;
            }
        }
    }
}
.footer-common-editor1-template4 .footer-common-editor1-template4-content .item-4 .footer-item {
    width: 33.33333333333333%;
}
.footer-common-editor2-template2 .text-link li {
    &:last-child {
        padding-right: 0;
        margin-right: 0;
    }
}
.footer-common-editor1-template4 .footer-common-editor1-template4-content .item-4 .footer-item ul li:nth-child(1) {
    margin-top: 5px;
}

@media (max-width: 768px) {
    .footer-common-editor1-template4 .footer-common-editor1-template4-content .item-4 .footer-item {
        width: 100%;
    }
    .footer-common-editor1-template4 .footer-common-editor1-template4-content .item-4 .footer-item .footer-two-links ul li {
        width: 100%;
    }
}

.banner .main-h1 {
    text-shadow: none;
}
.basic {
    .basic__info {
        .btnbox {
            .btnset {
                display: none;
            }
        }
    }
}

/* 客製|contact|form */
.form__group {
    .p-title {
        margin: 30px 20px 10px;
        i {
            margin-right: 10px;
            font-size: 22px;
            vertical-align: bottom;
        }
    }
}


