@charset "UTF-8";
.productsList .fileBox a .title, .productsList .fileBox, .contentBox .rightBox {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

/*共用樣式---start*/
.mainArea {
    overflow: hidden;
    padding: 0;
}
.mainArea > .wrap {
    max-width: 1835px;
    margin-left: initial;
}
.mainArea.list {
    overflow: initial;
}
.mainArea.compare {
    padding-top: 30px;
    padding-bottom: 111px;
}
@media (max-width: 1200px) {
    .mainArea.compare {
        padding-bottom: 50px;
    }
}
.mainArea.compare .bread {
    margin-bottom: 70px;
}
.mainArea.compare .bread .wrap {
    padding: 20px 25px;
}
.mainArea.compare .bread .wrap::before {
    width: calc(100% - 50px);
}
@media (min-width: 1201px) {
    .mainArea.compare .titleBox {
        margin-bottom: 56px;
    }
}
.mainArea.compare .btnBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 55px;
}
.mainArea.compare .btn a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.contentBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.contentBox .leftBox {
    position: relative;
    width: 280px;
    padding: 70px 31px 103px 0;
}
.contentBox .leftBox::before {
    content: "";
    position: absolute;
    pointer-events: none;
    top: 0;
    right: 0;
    z-index: -1;
    width: calc(100% + 110px);
    height: 100%;
    border-top-right-radius: 40px;
    background-color: #eee;
}
@media (max-width: 1200px) {
    .contentBox .leftBox {
        width: 100%;
        padding: 50px 0 0;
    }
    .contentBox .leftBox::before {
        display: none;
    }
}
.contentBox .rightBox {
    width: calc(100% - 280px);
    padding: 50px 0 20px 35px;
}
.contentBox .rightBox.ajaxDisabled {
    opacity: 0.15;
    pointer-events: none;
}
@media (max-width: 1200px) {
    .contentBox .rightBox {
        width: 100%;
        padding: 30px 0;
    }
}
@media (min-width: 1201px) {
    .contentBox .titleBox {
        margin-bottom: 52px;
    }
}
@media (min-width: 1201px) {
    .contentBox.list .titleBox {
        margin-bottom: 47px;
    }
}

.sectionTitle {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 8px 8px 0 0;
    padding: 14px 15px;
    color: #fff;
    background-color: #009944;
    margin-bottom: 0;
    border-bottom: 0;
}
@media (max-width: 1200px) {
    .sectionTitle {
        display: none;
    }
}

.classBoxColumn {
    margin-bottom: 27px;
}
@media (max-width: 1200px) {
    .classBoxColumn {
        margin-bottom: 15px;
    }
}
.classBoxColumn.filter {
    z-index: 3;
}
@media (max-width: 1023px) {
    .classBoxColumn.filter {
        margin-bottom: 20px;
    }
}
.classBoxColumn.filter .classLink .linkHasItems.open + ul > li a {
    padding-left: 45px;
}
.classBoxColumn.filter .classLink .linkHasItems.open + ul > li a::before, .classBoxColumn.filter .classLink .linkHasItems.open + ul > li a::after {
    content: "";
    width: 14px;
    height: 14px;
    border: 1px solid #626262;
    background-color: #fff;
    border-radius: 3px;
    display: block;
    position: absolute;
    top: 50%;
    left: 16px;
    z-index: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.classBoxColumn.filter .classLink .linkHasItems.open + ul > li a.selected {
    color: #009944;
}
.classBoxColumn.filter .classLink .linkHasItems.open + ul > li a.selected::before {
    border-color: #009944;
}
.classBoxColumn.filter .classLink .linkHasItems.open + ul > li a.selected::after {
    background-color: #009944;
    border-color: #009944;
}
.classBoxColumn.filter .classLink .linkHasItems.open + ul > li a.forbidden {
    background-color: rgba(248, 248, 248, 0.5);
    color: rgba(47, 47, 47, 0.3);
    pointer-events: none;
}
.classBoxColumn.filter .classLink .linkHasItems.open + ul > li a.forbidden::before, .classBoxColumn.filter .classLink .linkHasItems.open + ul > li a.forbidden::after {
    border-color: rgba(98, 98, 98, 0.1);
}
@media (min-width: 1201px) {
    .classBoxColumn .classLink {
        padding: 5px 15px 30px;
    }
    .classBoxColumn .classLink ul > li > a {
        padding: 3px 10px;
    }
}
.classBox.other {
    z-index: 3;
}
.classBox.other .classLink {
    border-radius: 8px;
}
.classBox.other .classLink ul li a {
    padding: 5px 10px;
}
@media (max-width: 1200px) {
    .classBox.other .classLink {
        display: block;
        position: relative;
        z-index: 0;
    }
    .classBox.other .classLink ul li a {
        padding: 14px 30px 14px 15px;
    }
}

.bread .wrap {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 40px;
}
.bread .wrap::before {
    width: 100%;
}

.classM1List {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -27px;
}
@media (max-width: 640px) {
    .classM1List {
        margin: 0 -12px;
    }
}
.classM1List .classM1Item {
    width: 20%;
    padding: 12px 27px 33px;
    margin-bottom: 24px;
    border-right: 1px solid #ccc;
}
.classM1List .classM1Item:last-child {
    border-right: 0;
}
.classM1List .classM1Item > a {
    display: block;
    font-size: 18px;
    font-weight: 700;
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    color: #333;
}
@media (min-width: 1201px) {
    .classM1List .classM1Item > a:hover {
        color: #009944;
    }
}
@media (min-width: 1201px) {
    .classM1List .classM1Item:nth-child(5n+5) {
        border-right: 0;
    }
}
@media (min-width: 641px) and (max-width: 1200px) {
    .classM1List .classM1Item:nth-child(3n+3) {
        border-right: 0;
    }
}
@media (max-width: 1200px) {
    .classM1List .classM1Item {
        width: 33.3333333333%;
    }
}
@media (max-width: 640px) {
    .classM1List .classM1Item {
        width: 50%;
        padding: 12px 12px 33px;
    }
    .classM1List .classM1Item:nth-child(even) {
        border-right: 0;
    }
}

.classM2List {
    margin-top: 15px;
}
.classM2List .classM2Item {
    padding: 2px 0;
}
.classM2List .classM2Item > a {
    display: block;
    font-weight: 500;
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    color: #5f5f5f;
}
@media (min-width: 1201px) {
    .classM2List .classM2Item > a:hover {
        color: #009944;
    }
}

.contactBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 460px;
    padding: 14px 25px 22px;
    background: url(../images/products/contactBg.jpg) no-repeat center/cover;
}
.contactBox .title {
    font-size: 40px;
    font-weight: 700;
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    letter-spacing: 2px;
    color: #fff;
}
@media (max-width: 1200px) {
    .contactBox .title {
        font-size: 25px;
    }
}
.contactBox .btn {
    max-width: 190px;
    width: 100%;
    margin-top: 34px;
}
.contactBox .btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 43px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #fff;
    background-color: #009944;
}
@media (min-width: 1201px) {
    .contactBox .btn a:hover {
        background-color: #f08200;
    }
}

.catalogBox {
    overflow-x: auto;
    margin-bottom: 40px;
    min-height: 350px;
}
.catalogBox::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
    background-color: #f1f1f1;
}
.catalogBox::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #f1f1f1;
}
.catalogBox::-webkit-scrollbar-thumb {
    background: #009944;
}

.catalogContent {
    width: 100%;
    min-width: 800px;
}

.sideBtnBox {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 15px;
    z-index: 10;
}
@media (max-width: 1200px) {
    .sideBtnBox {
        display: none;
    }
}
.sideBtnBox .btn {
    margin: 6px 0;
}
.sideBtnBox .btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-align: center;
    min-width: 45px;
    min-height: 141px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    letter-spacing: 3px;
    padding: 16px 5px;
    color: #fff;
}
.sideBtnBox .btn a em {
    display: inline-block;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    letter-spacing: initial;
    margin-top: 2px;
}
.sideBtnBox .btn.compareBtn a {
    background-color: #009944;
}
@media (min-width: 1201px) {
    .sideBtnBox .btn.compareBtn a:hover {
        background-color: #007534;
    }
}
.sideBtnBox .btn.inquiryBtn a {
    background-color: #f08200;
}
@media (min-width: 1201px) {
    .sideBtnBox .btn.inquiryBtn a:hover {
        background-color: #cc6f00;
    }
}

/*共用樣式---end*/
.productsList {
    word-break: break-all;
}
.productsList .productsItem {
    background-color: #efefef;
}
.productsList .productsItem:not(:last-child) {
    border-bottom: 1px solid #d5d5d5;
}
.productsList .productsItem.topTitle {
    background-color: #dcebe3;
}
.productsList .productsItem.topTitle .specificationItem {
    font-weight: 700;
    color: #333;
}
.productsList .productsItem.topTitle .specificationColumn .specificationTitle,
.productsList .productsItem.topTitle .specificationRow .specificationTitle {
    padding: 5px 10px;
}
.productsList .specificationList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.productsList .specificationItem {
    text-align: center;
    width: 25%;
    font-size: 14px;
    font-weight: 500;
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    color: #000;
}
.productsList .specificationItem:not(:last-child) {
    border-right: 1px solid #d5d5d5;
}
.productsList .specificationItem.title {
    position: relative;
}
@media (min-width: 1201px) {
    .productsList .specificationItem.title:hover .fileBox {
        pointer-events: auto;
        opacity: 1;
    }
}
.productsList .specificationColumn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
}
.productsList .specificationColumn > .specificationExcision {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.productsList .specificationColumn > .specificationExcision:not(:last-child) {
    border-bottom: 1px solid #d5d5d5;
}
.productsList .specificationRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
}
.productsList .specificationRow > .specificationExcision {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.productsList .specificationRow > .specificationExcision:not(:last-child) {
    border-right: 1px solid #d5d5d5;
}
.productsList .specificationTitle,
.productsList .specificationData {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    padding: 11px 21px;
}
.productsList h3.title a {
    font-size: 14px;
    font-weight: 500;
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    color: #000;
}
@media (min-width: 1201px) {
    .productsList h3.title a:hover {
        color: #009944;
    }
}
.productsList .fileBox {
    pointer-events: none;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 100%;
    max-width: 180px;
    border-radius: 5px;
    padding: 10px 18px;
    opacity: 0;
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.06);
            box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.06);
}
@media (max-width: 1200px) {
    .productsList .fileBox {
        display: none;
    }
}
.productsList .fileBox.bottom {
    top: initial;
    bottom: 20%;
}
.productsList .fileBox.flex {
    width: 350px;
}
.productsList .fileBox.flex .fileList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.productsList .fileBox.flex .fileItem {
    width: 50%;
    padding: 6px;
}
.productsList .fileBox .fileItem {
    padding: 8px 0;
}
.productsList .fileBox a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.productsList .fileBox a .title {
    width: calc(100% - 16px);
    font-size: 14px;
    font-weight: 500;
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    letter-spacing: 0.2px;
    padding-right: 10px;
    color: #5f5f5f;
}
.productsList .fileBox a .icon {
    width: 16px;
    height: 21px;
    background: url(../images/icon/pdf.png) no-repeat center/contain;
}
@media (min-width: 1201px) {
    .productsList .fileBox a:hover .title {
        color: #009944;
    }
}

.pageBox .pageList {
    padding-top: 0;
    padding-bottom: 100px;
}