@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&family=Open+Sans:wght@300;400;600&family=Oswald:wght@400;500&display=swap");
.brandList .brandItem .Txt, .brandList .brandItem .Txt p, .brandList .brandItem .Txt .more a::before, .brandList .brandItem .Txt .more a::after {
    transition: all .4s;
}

.mainArea {
    padding: 60px 0;
}

.titleBox {
    text-align: center;
}

.classNote {
    border-bottom: 1px solid #ddd;
    color: #626262;
    line-height: 1.8;
    font-size: 15px;
    margin-bottom: 30px;
    padding: 0 0 30px;
    text-align: center;
}

.classBox {
    padding: 40px 0 90px;
}

@media (max-width: 1200px) {
    .classBox {
        padding: 20px 0 40px;
    }
}

.brandList {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12.5px;
}

.brandList .brandItem {
    width: calc(100%/4);
    margin-bottom: 50px;
    padding: 0 12.5px;
}

.brandList .brandItem .item {
    border: 1px solid #dcdcdc;
}

.brandList .brandItem .Img img {
    display: block;
    width: 100%;
    backface-visibility: hidden;
}

.brandList .brandItem .Txt {
    padding: 40px 25px 20px;
}

.brandList .brandItem .Txt h3 a {
    color: #111;
    display: block;
    font-size: 23px;
    font-weight: 400;
    font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
    line-height: 1.2;
    letter-spacing: 0.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.brandList .brandItem .Txt p {
    height: 65px;
    color: #626262;
    font-size: 14px;
    font-weight: 400;
    font-family: "Open Sans", "Noto Sans TC", "微軟正黑體", sans-serif;
    line-height: 1.5;
    margin-top: 20px;
}

.brandList .brandItem .Txt .more {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.brandList .brandItem .Txt .more a {
    color: #4ca20c;
    font-size: 14px;
    font-weight: 400;
    font-family: "Open Sans", "Noto Sans TC", "微軟正黑體", sans-serif;
    line-height: 1;
    letter-spacing: 0.5px;
    position: relative;
}

.brandList .brandItem .Txt .more a::before {
    content: '';
    width: 20px;
    height: 1px;
    background-color: #fff;
    display: block;
    opacity: 0;
    position: absolute;
    top: calc(50% - 0.5px);
    right: -25px;
    z-index: 1;
}

.brandList .brandItem .Txt .more a::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #fff transparent transparent transparent;
    opacity: 0;
    position: absolute;
    top: calc(50% - 2.5px);
    right: -30px;
    transform: rotate(-90deg);
}

@media (min-width: 1201px) {
    .brandList .brandItem:hover .Txt {
        background-color: #4ca20c;
    }
    .brandList .brandItem:hover .Txt h3 a,
    .brandList .brandItem:hover .Txt p {
        color: #fff;
    }
    .brandList .brandItem:hover .Txt .more a {
        color: #fff;
    }
    .brandList .brandItem:hover .Txt .more a::before {
        opacity: 1;
        right: -30px;
    }
    .brandList .brandItem:hover .Txt .more a::after {
        opacity: 1;
        right: -35px;
    }
}

@media (max-width: 1024px) {
    .brandList .brandItem {
        width: calc(100%/3);
    }
}

@media (max-width: 768px) {
    .brandList .brandItem {
        width: calc(100%/2);
    }
}

@media (max-width: 640px) {
    .brandList .brandItem {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media (max-width: 400px) {
    .brandList .brandItem .Txt {
        padding: 20px;
    }
}

.productIntro {
    padding-bottom: 80px;
    display: flex;
}

.productIntro .albumBox {
    width: 50%;
    padding-right: 80px;
    margin-right: 80px;
    border-right: 1px solid #eaeaea;
}

.productIntro .albumBox img {
    display: block;
    width: 100%;
    backface-visibility: hidden;
}

.productIntro .introBox {
    flex: 1;
}

.productIntro .introBox h1 {
    color: #111;
    font-size: 55px;
    font-weight: 500;
    font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.productIntro .introBox h3 {
    color: #4ca20c;
    font-size: 17px;
    font-weight: 400;
    font-family: "Open Sans", "Noto Sans TC", "微軟正黑體", sans-serif;
    line-height: 1.2;
    letter-spacing: 0.5px;
    padding-top: 25px;
}

.productIntro .introBox .text {
    color: #626262;
    font-size: 15px;
    font-weight: 400;
    font-family: "Open Sans", "Noto Sans TC", "微軟正黑體", sans-serif;
    line-height: 1.7;
    letter-spacing: 0.5px;
    padding-top: 40px;
}

@media (max-width: 1024px) {
    .productIntro .albumBox {
        padding-right: 40px;
        margin-right: 40px;
    }
    .productIntro .introBox h1 {
        font-size: 46px;
    }
    .productIntro .introBox .text {
        padding-top: 25px;
    }
}

@media (max-width: 768px) {
    .productIntro {
        flex-direction: column;
        padding-bottom: 50px;
    }
    .productIntro .albumBox {
        width: 100%;
        border-right: none;
        margin: 0 auto;
        padding: 0 0 10px 0;
    }
    .productIntro .introBox {
        width: 100%;
        flex: auto;
    }
}

@media (max-width: 640px) {
    .productIntro .introBox h1 {
        font-size: 38px;
    }
    .productIntro .introBox h3 {
        padding-top: 15px;
    }
}

.content .textEditor .contentBuilder {
    padding: 50px 0;
}

@media (max-width: 1024px) {
    .content .textEditor .contentBuilder {
        padding: 40px 0;
    }
}

@media (max-width: 768px) {
    .content .textEditor .contentBuilder {
        padding: 30px 0;
    }
}

.share {
    clear: both;
    padding-top: 10px;
    margin-top: 20px;
    border-top: 1px dashed #ddd;
}

.share b {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    color: #666;
}

.share a {
    display: inline-block;
    width: 25px;
    font-size: 18px;
    color: #666;
    text-align: center;
}

.share a:hover {
    opacity: 0.8;
}
/*# sourceMappingURL=brand.css.map */