﻿.btnSec .buttonBox svg,
.catalogList .productWrap,
.compareResultTable thead th .Img img,
.compareResultTable thead th button,
.contentBox .leftBox,
.contentBox .rightBox,
.faqList .contentText,
.faqList .icon,
.filterList .checkLabel .labelText:before,
.filterList .filterCategoryTitle:after,
.filterList .filterCategoryTitle:before,
.insIntroBox .albumBox .albumListMain .albumItem:before,
.productsReviewList .item,
.productsVideoList .Img .playBtn .trangle,
.productsVideoList .Img a:before,
.productsVideoList .Img img,
.productsVideoList .item,
.resultTableSec .tableArrow,
.technologySec .techList .Img,
.technologySec .techList .title,
.userList .Txt {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.childImgList .childImg.plus a:after,
.childImgList .childImg.plus a:before,
.childImgList .item {
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s
}

.filterList .checkLabel .labelText:after {
    -webkit-transition: all .75s;
    -o-transition: all .75s;
    -moz-transition: all .75s;
    transition: all .75s
}

.mainArea {
    overflow-x: hidden
}

.topBox {
    padding: 80px 0 65px
}

.topBox .classNote {
    padding-top: 10px
}

@media (max-width:1180px) {
    .topBox {
        padding: 60px 0 40px
    }
}

@media (max-width:640px) {
    .topBox {
        padding: 50px 0 10px
    }

    .topBox .classNote {
        padding-top: 5px
    }
}

.userBox {
    border-top: 1px solid #ccc;
    padding: 32px 0 0;
    text-align: center;
    margin-top: 36px
}

@media (max-width:640px) {
    .userBox {
        padding-top: 20px;
        margin-top: 18px
    }
}

.userList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 13px
}

@media (max-width:1180px) {
    .userList {
        display: block
    }

    .userList:not(.slick-slider) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }

    .userList:not(.slick-slider) .userItem {
        width: 50%
    }

    .userList .slick-list {
        overflow: visible
    }
}

@media (max-width:768px) {
    .userList {
        max-width: 326px;
        margin: 0 auto;
        padding-top: 0
    }
}

@media (max-width:350px) {
    .userList {
        margin: 0 -10px
    }
}

.userList .userItem {
    width: 33.33%;
    padding: 15px
}

@media (max-width:1180px) {
    .userList .userItem {
        width: 100%;
        padding: 10px
    }
}

@media (max-width:350px) {
    .userList .userItem {
        padding: 10px 5px
    }
}

.userList .item {
    position: relative
}

@media (min-width:1181px) {
    .userList .item:hover .Txt {
        opacity: 1
    }
}

.userList .Img {
    position: relative
}

.userList .Img a {
    display: block;
    width: 100%;
    height: 100%
}

.userList .Img img {
    display: block;
    width: 100%
}

@media (max-width:400px) {
    .userList .Img img {
        min-height: 170px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.userList .Txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto
}

@media (max-width:1180px) {
    .userList .Txt {
        opacity: 1
    }
}

.userList .Txt img {
    display: block;
    -webkit-filter: drop-shadow(0 0 7px rgba(34, 237, 253, 0.75));
    filter: drop-shadow(0 0 7px rgba(34, 237, 253, 0.75));
    max-width: 100%
}

@media (max-width:840px) {
    .userList .Txt img {
        max-width: 80px
    }
}

@media (max-width:640px) {
    .userList .Txt img {
        max-width: 70px
    }
}

.userList .Txt .title {
    font-family: "Bebas Neue", "微軟正黑體", sans-serif;
    color: transparent;
    font-size: 60px;
    font-weight: 400;
    letter-spacing: 3.6px;
    line-height: 1.1;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #22edfd;
    text-shadow: 0 0 7px rgba(34, 237, 253, 0.25);
    margin-top: 12px;
    position: relative
}

.userList .Txt .title:before {
    content: attr(data-text);
    display: block;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    -webkit-text-stroke-color: #fff;
    opacity: 1;
    -webkit-transition: 0.5s opacity, 0.5s -webkit-transform;
    transition: 0.5s opacity, 0.5s -webkit-transform;
    -o-transition: 0.5s opacity, 0.5s -o-transform;
    -moz-transition: 0.5s opacity, 0.5s transform, 0.5s -moz-transform;
    transition: 0.5s opacity, 0.5s transform;
    transition: 0.5s opacity, 0.5s transform, 0.5s -webkit-transform, 0.5s -moz-transform, 0.5s -o-transform;
    -webkit-transform: translate(5px, 5px);
    -moz-transform: translate(5px, 5px);
    -ms-transform: translate(5px, 5px);
    -o-transform: translate(5px, 5px);
    transform: translate(5px, 5px)
}

@media (max-width:1180px) {
    .userList .Txt .title {
        -webkit-text-stroke-width: 1.5px;
        font-size: 50px
    }
}

@media (max-width:840px) {
    .userList .Txt .title {
        font-size: 40px
    }
}

.contentBox {
    padding: 30px 0
}

.contentBox>.wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.listProduct .contentBox>.wrap {
    display: block;
}

.contentBox>.wrap>.titleBox {
    width: 100%
}

.contentBox .leftBox {
    width: 360px;
    padding-right: 60px
}
.listProduct  .contentBox .leftBox {
    width: 100%
}

.contentBox .leftBox .mediumTitle {
    padding-bottom: 40px
}

@media (max-width:1440px) {
    .contentBox .leftBox {
        width: 300px;
        padding-right: 30px
    }

    .contentBox .leftBox .mediumTitle {
        padding-bottom: 20px
    }
}

@media (max-width:1180px) {
    .contentBox .leftBox {
        background-color: #fff;
        height: -webkit-calc(100vh - 60px);
        height: -moz-calc(100vh - 60px);
        height: calc(100vh - 60px);
        width: 100%;
        padding-right: 0;
        position: fixed;
        top: 60px;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        pointer-events: none;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        z-index: 6
    }

    .contentBox .leftBox .mediumTitle {
        display: none
    }

    .contentBox .leftBox.open {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        pointer-events: auto
    }
}

.contentBox .rightBox {
    width: -webkit-calc(100% - 360px);
    width: -moz-calc(100% - 360px);
    width: calc(100% - 360px)
}
.listProduct .contentBox .rightBox {
    width:100%
}
.contentBox .rightBox.whole {
    width: 100%
}

.contentBox .rightBox.ajaxDisabled {
    opacity: 0.15;
    pointer-events: none
}

@media (max-width:1440px) {
    .contentBox .rightBox {
        width: -webkit-calc(100% - 300px);
        width: -moz-calc(100% - 300px);
        width: calc(100% - 300px)
    }
}

@media (max-width:1180px) {
    .contentBox .rightBox {
        width: 100%
    }
}

.contentBox .resultBox {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 0 50px;
    position: relative;
    z-index: 3
}

@media (max-width:1180px) {
    .contentBox .resultBox {
        padding: 5px 0 35px
    }
}

@media (max-width:640px) {
    .contentBox .resultBox {
        padding: 5px 0 25px
    }
}

.contentBox .resultBox .result {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1.32px;
    line-height: 1.2
}

.contentBox .resultBox .result span {
    display: inline-block
}

@media (max-width:1180px) {
    .contentBox .resultBox .sortBox {
        display: none
    }
}

.filterSec .secTitle .mCloseBtn,
.mFilterSec .secTitle .mCloseBtn {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: auto;
    bottom: auto;
    right: 10px
}

@media (min-width:1181px) {

    .filterSec .secTitle .mCloseBtn,
    .mFilterSec .secTitle .mCloseBtn {
        display: block
    }
}

.filterSec .secTitle .mCloseBtn:before,
.mFilterSec .secTitle .mCloseBtn:before {
    content: "";
    display: block;
    width: 28px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: -webkit-calc(50% - 0px);
    top: -moz-calc(50% - 0px);
    top: calc(50% - 0px);
    left: -webkit-calc(50% - 14px);
    left: -moz-calc(50% - 14px);
    left: calc(50% - 14px);
    bottom: auto;
    right: auto;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.filterSec .secTitle .mCloseBtn:after,
.mFilterSec .secTitle .mCloseBtn:after {
    content: "";
    display: block;
    width: 28px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: -webkit-calc(50% - 0px);
    top: -moz-calc(50% - 0px);
    top: calc(50% - 0px);
    left: -webkit-calc(50% - 14px);
    left: -moz-calc(50% - 14px);
    left: calc(50% - 14px);
    bottom: auto;
    right: auto;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.secTitle {
    color: #222;
    font-size: 44px;
    font-weight: 400;
    letter-spacing: 1.3px;
    line-height: 1.36
}

@media (max-width:1180px) {
    .secTitle {
        background-color: #222;
        color: #fff;
        font-size: 34px;
        height: 60px;
        line-height: 60px;
        padding: 0 60px 0 30px;
        position: relative
    }
}

@media (max-width:640px) {
    .secTitle {
        font-size: 30px
    }
}

.secTitle.bottomLine {
    padding-bottom: 6px;
    border-bottom: 1px solid #ccc
}

@media (max-width:1180px) {
    .filterSec {
        display: none
    }
}

@media (min-width:1181px) {
    .mFilterSec {
        display: none
    }
}

@media (max-width:1180px) {
    .mFilterSec {
        background-color: #fff;
        height: -webkit-calc(100vh - 60px);
        height: -moz-calc(100vh - 60px);
        height: calc(100vh - 60px);
        width: 100%;
        padding-right: 0;
        position: fixed;
        top: 60px;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        pointer-events: none;
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        -moz-transition: 0.5s all;
        transition: 0.5s all;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        z-index: 6
    }

    .mFilterSec.open {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        pointer-events: auto
    }
}

.selectTextBox {
    border-bottom: 1px solid #ccc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 2px 0 5px;
    position: relative
}

@media (max-width:1180px) {
    .selectTextBox {
        padding: 20px 30px 10px
    }
}

.selectTextBox a {
    font-family: "Inter", sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.68px;
    line-height: 20px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: block;
    padding-right: 40px;
    padding: 5px 40px 5px 0;
    position: relative
}

.selectTextBox a:before {
    content: "";
    display: block;
    width: 2px;
    height: 12px;
    background-color: #E1251B;
    position: absolute;
    top: -webkit-calc(50% - 6px);
    top: -moz-calc(50% - 6px);
    top: calc(50% - 6px);
    left: auto;
    bottom: auto;
    right: 26px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.selectTextBox a:after {
    content: "";
    display: block;
    width: 2px;
    height: 12px;
    background-color: #E1251B;
    position: absolute;
    top: -webkit-calc(50% - 6px);
    top: -moz-calc(50% - 6px);
    top: calc(50% - 6px);
    left: auto;
    bottom: auto;
    right: 26px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.selectTextBox .clearAll {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: relative;
    width: 100%
}

.selectTextBox .clearAll span {
    display: block;
    color: #666;
    cursor: pointer;
    margin-top: 10px;
    padding: 0px 10px;
    text-align: right
}

.selectTextBox .clearAll.hide {
    opacity: 0;
    position: absolute;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    pointer-events: none
}

@media (min-width:1181px) {
    .selectTextBox .clearAll:hover {
        color: #E1251B
    }
}

.filterList {
    padding: 15px 0 20px;

}
.listProduct .filterList{
    display: flex;
    flex-wrap: wrap;
}
.listProduct .filterItem  {
    flex: 1;
    max-width: 25%;
}
.listProduct .filterItem+.filterItem{
    margin-left:20px ;
}

@media (max-width:1180px) {
    .filterList {
        padding: 15px 30px 20px;
        flex-direction: column;
    }
    .listProduct .filterItem  {
        flex: 1;
        max-width: 100%;
    }
    .listProduct .filterItem+.filterItem {
        margin-left: 0px;
    }
}

.filterList .filterItem {
    border-bottom: 1px solid #ccc;
    padding-top: 15px
}
.listProduct .filterList .filterItem {
    border-bottom: none;
}

@media (max-width:1180px) {
    .filterList .filterItem {
        padding-top: 10px
    }
}

.filterList .filterItem.open .filterCategoryTitle:before {
    background-color: #ccc
}

.filterList .filterItem.open .filterCategoryTitle:after {
    /* background-color: #ccc; */
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

.filterList .filterCategoryTitle {
    cursor: pointer;
    color: #222;
    font-family: "Bebas Neue", "微軟正黑體", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    position: relative;
    padding-bottom: 10px;

}
.listProduct .filterList .filterCategoryTitle {
    border-bottom: 1px solid #ccc;
}
/* .filterList .filterCategoryTitle:before {
    content: "";
    display: block;
    width: 14px;
    height: 2px;
    background-color: #222;
    position: absolute;
    top: 12px;
    left: auto;
    bottom: auto;
    right: 0
} */

/* .filterList .filterCategoryTitle:after {
    content: "";
    display: block;
    width: 2px;
    height: 14px;
    background-color: #222;
    position: absolute;
    top: 6px;
    left: auto;
    bottom: auto;
    right: 6px
} */
.filterList .filterCategoryTitle:after{
    content: "";
    border-top: 2px solid #222;
    border-right: 2px solid #222;
    display: block;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -webkit-calc(50% - 8px);
    top: -moz-calc(50% - 8px);
    top: calc(50% - 8px);
    left: auto;
    bottom: auto;
    right: 30px;
    z-index: 2;
}

@media (min-width:1181px) {
    .filterList .filterCategoryTitle:hover {
        color: #E1251B
    }
}

@media (max-width:1180px) {
    .filterList .filterCategoryTitle {
        padding-bottom: 5px
    }
}

.filterList .labelBox {
    padding: 10px 0 15px;
    display: none;
    max-height: 300px;
    overflow-y: auto;

}
/* 整个滚动条 */
.filterList .labelBox::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
 
/* 滚动条上的滚动滑块 */
.filterList .labelBox::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    /* border: 2px solid orange; */
}
 
/* 滚动条轨道 */
.filterList .labelBox::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.filterList .labelBox .labelBox-flex{
    /* display: flex;
    flex-wrap: wrap; */
}
.sideClassItem{
    /* margin-right: 20px; */
}
@media (max-width:1180px) {
    .filterList .labelBox {
        margin-left: -10px;
        padding-bottom: 10px
    }
}

.filterList .checkLabel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    cursor: pointer;
    padding: 4px 0;
    position: relative
}

@media (max-width:1180px) {
    .filterList .checkLabel {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 5px 10px
    }
}

.filterList .checkLabel input[type=checkbox] {
    opacity: 0;
    position: absolute
}

.filterList .checkLabel input[type=checkbox]:checked+.labelText:before {
    background-color: #E1251B
}

.filterList .checkLabel input[type=checkbox]:checked+.labelText:after {
    opacity: 1
}

.filterList .checkLabel .labelText {
    color: #666;
    display: block;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding-left: 30px;
    position: relative
}

.filterList .checkLabel .labelText:before {
    border: 1px solid #ccc;
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    background-color: transparent;
    position: absolute;
    top: 1px;
    left: 0;
    bottom: auto;
    right: auto
}

.filterList .checkLabel .labelText:after {
    content: "";
    background-image: url(../image/icon_tick.png);
    -moz-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 15px;
    height: 10px;
    position: absolute;
    top: 6px;
    left: 3px;
    bottom: auto;
    right: auto;
    opacity: 0
}

@media (min-width:1181px) {
    .filterList .checkLabel .labelText:hover {
        color: #E1251B
    }
}

.mFunctionBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    margin-right: -5px
}

@media (min-width:1181px) {
    .mFunctionBox {
        display: none
    }
}

.mFunctionBox .mFunctionBtn {
    border: 2px solid #000000;
    cursor: pointer;
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 5px
}

.mFunctionBox .mFunctionBtn img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.mFunctionBox .mFunctionBtn.layout {
    position: relative
}

.mFunctionBox .mFunctionBtn.layout:before {
    -moz-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto
}

.mFunctionBox .mFunctionBtn.layout.card:before {
    background-image: url(../image/icon_layout2.png)
}

.mFunctionBox .mFunctionBtn.layout.columnar:before {
    background-image: url(../image/icon_layout1.png)
}

.mFunctionBox .mFunctionBtn.sort {
    position: relative
}

.mFunctionBox .mFunctionBtn.sort .mSortBox {
    display: none;
    width: 120px;
    position: absolute;
    top: -webkit-calc(100% + 2px);
    top: -moz-calc(100% + 2px);
    top: calc(100% + 2px);
    left: auto;
    bottom: auto;
    right: -webkit-calc(50% - 60px);
    right: -moz-calc(50% - 60px);
    right: calc(50% - 60px)
}

.mFunctionBox .mFunctionBtn.sort .mSortBox a {
    background-color: #f3f5f7;
    border-bottom: 1px solid #ccc;
    display: block;
    padding: 5px 10px;
    text-align: center;
    width: 100%
}

.rightBox.whole .catalogList .catalogItem {
    width: 25%
}

@media (max-width:1180px) {
    .rightBox.whole .catalogList .catalogItem {
        width: -webkit-calc(100%/4);
        width: -moz-calc(100%/4);
        width: calc(100%/4)
    }
}

@media (max-width:840px) {
    .rightBox.whole .catalogList .catalogItem {
        width: -webkit-calc(100%/2);
        width: -moz-calc(100%/2);
        width: calc(100%/2)
    }
}

@media (max-width:400px) {
    .rightBox.whole .catalogList .catalogItem {
        width: 100%
    }
}

.catalogList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px
}

@media (max-width:1440px) {
    .catalogList {
        margin: 0 -10px
    }
}

.catalogList .catalogItem {
    width: -webkit-calc(100%/4);
    width: -moz-calc(100%/4);
    width: calc(100%/4);
    padding: 0 15px 35px
}

@media (max-width:1440px) {
    .catalogList .catalogItem {
        padding: 0 10px 30px
    }
}

@media (max-width:840px) {
    .catalogList .catalogItem {
        width: -webkit-calc(100%/2);
        width: -moz-calc(100%/2);
        width: calc(100%/2)
    }
}

@media (max-width:400px) {
    .catalogList .catalogItem {
        width: 100%
    }
}

.catalogList .Img {
    position: relative;
    border: 1px solid #eeeeee;
    width: 100%;
    aspect-ratio: 1/1
}

.catalogList .Img>a {
    display: block;
    overflow: hidden;
    z-index: 2
}

.catalogList .Img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width:1181px) {
    .catalogList .Img:hover .productWrap {
        -webkit-filter: brightness(0.4);
        filter: brightness(0.4)
    }
}

.catalogList .productWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    top: 10px;
    left: auto;
    bottom: auto;
    right: 10px;
    z-index: 2
}

.catalogList .productWrap .productLabel {
    background-image: url(../image/label_bg.png);
    background-position: center;
    -moz-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    color: #fff;
    width: 61px;
    height: 27px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 27px;
    text-align: center;
    margin-left: 10px
}

.catalogList .Txt {
    padding: 5px 0
}

.catalogList .Txt .productWrap {
    display: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    top: 0;
    right: auto;
    left: -10px;
    padding-bottom: 7px
}

.catalogList.columnar .catalogItem {
    width: 100%
}

.catalogList.columnar .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.catalogList.columnar .Img {
    width: 110px
}

.catalogList.columnar .Img .productWrap {
    display: none
}

@media (max-width:400px) {
    .catalogList.columnar .Img {
        width: 90px
    }
}

.catalogList.columnar .childImgList {
    display: none
}

.catalogList.columnar .Txt {
    width: -webkit-calc(100% - 110px);
    width: -moz-calc(100% - 110px);
    width: calc(100% - 110px);
    padding-left: 20px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

@media (max-width:400px) {
    .catalogList.columnar .Txt {
        padding-left: 10px;
        width: -webkit-calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: calc(100% - 90px)
    }

    .catalogList.columnar .Txt .listTitleStyleSmall a {
        font-size: 20px;
        letter-spacing: 0.3px
    }
}

.catalogList.columnar .Txt .productWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.childImgList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px;
    padding: 5px 0
}

.childImgList .childItem {
    width: 25%;
    padding: 5px
}

.childImgList .item {
    width: 100%;
    border: 1px solid #eeeeee
}

@media (min-width:1181px) {
    .childImgList .item:hover {
        border-color: #ccc
    }
}

.childImgList .childImg {
    width: 100%;
    aspect-ratio: 1/1
}

.childImgList .childImg a {
    display: block;
    width: 100%;
    height: 100%
}

.childImgList .childImg img {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.childImgList .childImg.plus a {
    position: relative
}

.childImgList .childImg.plus a:before {
    content: "";
    display: block;
    width: 14px;
    height: 2px;
    background-color: #222;
    position: absolute;
    top: -webkit-calc(50% - 1px);
    top: -moz-calc(50% - 1px);
    top: calc(50% - 1px);
    left: -webkit-calc(50% - 7px);
    left: -moz-calc(50% - 7px);
    left: calc(50% - 7px);
    bottom: auto;
    right: auto
}

.childImgList .childImg.plus a:after {
    content: "";
    display: block;
    width: 2px;
    height: 14px;
    background-color: #222;
    position: absolute;
    top: -webkit-calc(50% - 7px);
    top: -moz-calc(50% - 7px);
    top: calc(50% - 7px);
    left: -webkit-calc(50% - 1px);
    left: -moz-calc(50% - 1px);
    left: calc(50% - 1px);
    bottom: auto;
    right: auto
}

@media (min-width:1181px) {

    .childImgList .childImg.plus:hover a:after,
    .childImgList .childImg.plus:hover a:before {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5)
    }
}

.noDataNote {
    text-align: center
}

.noDataNote .note {
    color: #E1251B
}

.noDataNote .contentText {
    color: #888
}

.mainArea.insPage {
    overflow: initial
}

.mainArea.insPage .contentBox {
    padding-bottom: 0
}

.insIntroBox {
    width: 100%;
    padding-bottom: 50px;
    position: relative
}

.insIntroBox>.wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.insIntroBox .topBox {
    border-bottom: 1px solid #ccc;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 80px 0 20px
}

.insIntroBox .topBox .bread {
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
    padding: 0
}

@media (max-width:1180px) {
    .insIntroBox .topBox .bread {
        width: 100%
    }
}

.insIntroBox .topBox .bread .wrap {
    padding: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.insIntroBox .topBox .bread a,
.insIntroBox .topBox .bread span {
    max-width: 100%;
    word-break: break-all
}

.insIntroBox .topBox .sideShare {
    margin-left: auto
}

.insIntroBox .articleTitle {
    border-bottom: none;
    width: 100%;
    padding: 35px 0 60px
}

@media (max-width:640px) {
    .insIntroBox .articleTitle {
        padding: 25px 0 20px
    }
}

.insIntroBox .albumBox {
    width: 590px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

@media (max-width:1440px) {
    .insIntroBox .albumBox {
        width: 480px
    }
}

@media (max-width:1180px) {
    .insIntroBox .albumBox {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.insIntroBox .albumBox .albumList .albumItem {
    cursor: pointer
}

.insIntroBox .albumBox .albumList .albumItem img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.insIntroBox .albumBox .albumListMain {
    width: -webkit-calc(100% - 110px);
    width: -moz-calc(100% - 110px);
    width: calc(100% - 110px)
}

@media (max-width:1180px) {
    .insIntroBox .albumBox .albumListMain {
        width: 100%;
        max-width: 420px
    }
}

.insIntroBox .albumBox .albumListMain:not(.slick-slider) {
    overflow: hidden;
    max-height: 480px
}

.insIntroBox .albumBox .albumListMain .albumItem {
    background-color: #fff;
    border: 1px solid #eee;
    position: relative
}

.insIntroBox .albumBox .albumListMain .albumItem:before {
    content: "\f00e";
    width: 60px;
    height: 60px;
    color: #E1251B;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    opacity: 0;
    position: absolute;
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9)
}

@media (min-width:1181px) {
    .insIntroBox .albumBox .albumListMain .albumItem:hover:before {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

.insIntroBox .albumBox .albumListNav {
    width: 110px;
    padding: 30px 18px 30px 0
}

@media (max-width:1440px) {
    .insIntroBox .albumBox .albumListNav {
        width: 90px
    }
}

@media (max-width:1180px) {
    .insIntroBox .albumBox .albumListNav {
        width: 100%;
        max-width: 420px;
        padding: 20px 30px
    }
}

@media (max-width:480px) {
    .insIntroBox .albumBox .albumListNav {
        padding: 20px 0
    }
}

.insIntroBox .albumBox .albumListNav:not(.slick-slider) {
    overflow: hidden;
    max-height: 480px
}

.insIntroBox .albumBox .albumListNav .albumItem {
    padding: 6px 0;
    border: none
}

@media (max-width:1180px) {
    .insIntroBox .albumBox .albumListNav .albumItem {
        padding: 0px 5px
    }
}

.insIntroBox .albumBox .albumListNav .albumItem .item {
    background-color: #fff;
    border: 1px solid #eee;
    aspect-ratio: 1
}

.insIntroBox .albumBox .albumListNav .albumItem.slick-current .item {
    border-color: #ccc
}

.insIntroBox .albumBox .arrowBox {
    max-width: 92px;
    height: 30px;
    position: absolute;
    left: 0
}

.insIntroBox .albumBox .arrowBox.arrowPrev {
    top: 0
}

.insIntroBox .albumBox .arrowBox.arrowNext {
    bottom: 0
}

@media (max-width:1440px) {
    .insIntroBox .albumBox .arrowBox {
        max-width: 72px
    }
}

@media (max-width:1180px) {
    .insIntroBox .albumBox .arrowBox {
        width: 30px;
        height: 80px
    }

    .insIntroBox .albumBox .arrowBox .arrow:before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: -webkit-calc(50% - 7px);
        top: -moz-calc(50% - 7px);
        top: calc(50% - 7px)
    }

    .insIntroBox .albumBox .arrowBox .arrow:after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -webkit-calc(50% + 2px);
        top: -moz-calc(50% + 2px);
        top: calc(50% + 2px);
        left: -webkit-calc(50% - 11px);
        left: -moz-calc(50% - 11px);
        left: calc(50% - 11px)
    }

    .insIntroBox .albumBox .arrowBox.arrowPrev {
        top: auto;
        bottom: 20px;
        left: -webkit-calc(50% - 215px);
        left: -moz-calc(50% - 215px);
        left: calc(50% - 215px)
    }

    .insIntroBox .albumBox .arrowBox.arrowNext {
        top: auto;
        bottom: 20px;
        right: -webkit-calc(50% - 215px);
        right: -moz-calc(50% - 215px);
        right: calc(50% - 215px);
        left: auto
    }

    .insIntroBox .albumBox .arrowBox.arrowNext .arrow {
        -webkit-transform: scaleX(-1);
        -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        transform: scaleX(-1)
    }
}

@media (max-width:480px) {
    .insIntroBox .albumBox .arrowBox.arrowPrev {
        left: -20px
    }

    .insIntroBox .albumBox .arrowBox.arrowNext {
        right: -20px
    }
}

.insIntroBox .introBox {
    width: -webkit-calc(100% - 590px);
    width: -moz-calc(100% - 590px);
    width: calc(100% - 590px);
    padding-left: 35px
}

@media (max-width:1440px) {
    .insIntroBox .introBox {
        width: -webkit-calc(100% - 480px);
        width: -moz-calc(100% - 480px);
        width: calc(100% - 480px)
    }
}

@media (max-width:1180px) {
    .insIntroBox .introBox {
        width: 100%;
        padding-left: 0;
        padding-top: 20px
    }
}

.insIntroBox .introBox .introTitle {
    color: #222;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1.32px;
    line-height: 1.8;
    margin-top: -6px
}

.insIntroBox .introBox .Txt {
    max-height: 150px;
    overflow-y: auto
}

.insIntroBox .introBox .Txt::-webkit-scrollbar {
    height: 100%;
    width: 3px
}

.insIntroBox .introBox .Txt::-webkit-scrollbar-track {
    background-color: #e4e7ea
}

.insIntroBox .introBox .Txt::-webkit-scrollbar-thumb {
    background-color: #222
}

.insIntroBox .introBox .Txt ul {
    font-family: "Inter", sans-serif;
    list-style: square;
    padding-left: 18px
}

.insIntroBox .introBox .Txt ul li {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.64px;
    line-height: 1.5
}

.insIntroBox .introBox .childList {
    padding: 20px 0 10px;
    max-width: 575px
}

.insIntroBox .introBox .childList .childTitle {
    margin-bottom: 35px;
    position: relative;
    width: 100%;
    height: 54px;
    border: 2px #eee solid;
    background-color: #fff;
}
@media (max-width:1180px) {
    .insIntroBox .introBox .childList .childTitle {
        margin-bottom: 10px;
    }
}
@media (max-width:640px) {
    .insIntroBox .introBox .childList .childTitle {
        margin-bottom: 10px;
        height: 56px
    }
}

.insIntroBox .introBox .childList .childTitle .bgSvg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -1px;
    bottom: auto;
    right: auto
}

.insIntroBox .introBox .childList .childTitle .bgSvg svg {
    color: #fff;
    width: 100%;
    height: 100%;
    stroke-width: 2px;
    stroke: #eee
}

.insIntroBox .introBox .childList .childTitle .bgSvg:before {
    content: "";
    border-bottom: 2px solid #222;
    border-right: 2px solid #222;
    display: block;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -webkit-calc(50% - 8px);
    top: -moz-calc(50% - 8px);
    top: calc(50% - 8px);
    left: auto;
    bottom: auto;
    right: 30px;
    z-index: 2
}

.insIntroBox .introBox .childList .childTitle select {
    border: none;
    background-color: transparent;
    cursor: pointer;
    font-family: "Bebas Neue", "微軟正黑體", sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 21px;
    width: 100%;
    height: 52px;
    padding: 7px 45px 3px 16px;
    position: relative;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

.insIntroBox .introBox .childList .childTitle select option {
    font-family: "Inter", sans-serif
}

@media (max-width:640px) {
    .insIntroBox .introBox .childList .childTitle select {
        height: 54px
    }
}

@media (max-width:640px) {
    .insIntroBox .introBox .childList {
        max-width: 420px
    }
}

@media (max-width:440px) {
    .insIntroBox .introBox .childList {
        max-width: 350px;
        margin: 0 auto
    }
}

@media (max-width:350px) {
    .insIntroBox .introBox .childList {
        max-width: 280px
    }
}

.insIntroBox .introBox .btnSec {
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
    padding: 10px 0
}

.insIntroBox .introBox .btnSec .btn {
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 0 10px
}

@media (max-width:480px) {
    .insIntroBox .introBox .btnSec {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0
    }

    .insIntroBox .introBox .btnSec .btn {
        width: 100%;
        max-width: 200px;
        margin: 10px auto
    }
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object.lg-image {
    max-height: 80%
}

body .lg-backdrop.in {
    opacity: 0.8
}

.technologySec {
    /* background-color: #222; */
    padding: 50px 0 30px;
    position: relative;
    overflow-x: hidden;
    border-bottom: 1px solid #ccc;
}

@media (max-width:640px) {
    .technologySec {
        padding: 40px 0 20px
    }
}

.technologySec:before {
    /* background-image: url(../image/bg_product_techSec.jpg); */
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    opacity: 0.1;
    -webkit-animation: techBgAni 0.5s infinite;
    -moz-animation: techBgAni 0.5s infinite;
    animation: techBgAni 0.5s infinite
}

.technologySec .wrap {
    position: relative
}

.technologySec .wrap .arrowBox {
    position: absolute;
    top: -webkit-calc(50% - 60px);
    top: -moz-calc(50% - 60px);
    top: calc(50% - 60px);
    background-color: transparent
}

.technologySec .wrap .arrowBox.arrowPrev {
    left: 0
}

.technologySec .wrap .arrowBox.arrowNext {
    right: 0
}

@media (max-width:768px) {
    .technologySec .wrap .arrowBox {
        opacity: 0;
        pointer-events: none
    }
}

.technologySec .techList {
    width: 100%
}

@media (max-width:768px) {
    .technologySec .techList {
        max-width: 520px;
        margin: 0 auto
    }

    .technologySec .techList .slick-list {
        overflow: visible
    }
}

@media (max-width:480px) {
    .technologySec .techList {
        max-width: 175px
    }
}

.technologySec .techList:not(.slick-slider) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    max-height: 150px
}

.technologySec .techList:not(.slick-slider) .techItem {
    width: 25%
}

.technologySec .techList .slick-track {
    margin: 0 auto
}

@media (min-width:769px) {
    .technologySec .techList .techItem.slick-current .item:before {
        opacity: 0
    }
}

.technologySec .techList .item {
    width: 100%;
    padding: 0 20px;
    position: relative
}

.technologySec .techList .item:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #444444;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto
}

@media (max-width:768px) {
    .technologySec .techList .item:before {
        height: 140px
    }
}

.technologySec .techList .Img {
    aspect-ratio: 1/1;
    border: 1px solid #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
    max-width: 80px;
    margin: 0 auto
}

.technologySec .techList .Img img {
    display: block;
    width: 100%;
    /* -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1) */
}

@media (max-width:768px) {
    .technologySec .techList .Img {
        width: 100%;
        max-width: 80px
    }
}

.technologySec .techList .title {
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.84px;
    line-height: 1.5;
    padding: 20px 0 0px;
    text-align: center
}

@media (max-width:1180px) {
    .technologySec .techList .title {
        font-size: 15px
    }
}

@media (max-width:640px) {
    .technologySec .techList .title {
        font-size: 14px
    }
}

.technologySec .techList .link {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto
}

@-webkit-keyframes techBgAni {
    0% {
        opacity: 0.1
    }

    20% {
        opacity: 0.12
    }

    40% {
        opacity: 0.1
    }

    to {
        opacity: 0.1
    }
}

@-moz-keyframes techBgAni {
    0% {
        opacity: 0.1
    }

    20% {
        opacity: 0.12
    }

    40% {
        opacity: 0.1
    }

    to {
        opacity: 0.1
    }
}

@keyframes techBgAni {
    0% {
        opacity: 0.1
    }

    20% {
        opacity: 0.12
    }

    40% {
        opacity: 0.1
    }

    to {
        opacity: 0.1
    }
}

.tabSec .tab {
    margin-top: 0
}

.tabSec.catalogIns {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    left: 0;
    z-index: 5
}

@media (max-width:1180px) {
    .tabSec.catalogIns {
        top: 60px
    }
}

.tabContent {
    padding: 0
}

.tabContentItem#spec .specTableBox::-webkit-scrollbar-track {
    background-color: #f6f6f6
}

.tabContentItem#spec .specTableBox::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #f6f6f6
}

.tabContentItem#spec .specTableBox::-webkit-scrollbar-thumb {
    background: #222222
}

.productsContentItem {
    position: relative;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.productsContentItem .bg {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto
}

.productsContentItem .textEditor {
    padding: 0
}

.productsContentItem .listTitleStyle {
    padding-bottom: 25px
}

@media (max-width:1180px) {
    .productsContentItem .listTitleStyle {
        padding-bottom: 20px
    }
}

@media (max-width:640px) {
    .productsContentItem .listTitleStyle {
        padding-bottom: 10px
    }
}

.productsContentItem .pLarge {
    padding-top: 90px;
    padding-bottom: 90px
}

@media (max-width:1180px) {
    .productsContentItem .pLarge {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media (max-width:640px) {
    .productsContentItem .pLarge {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media (max-width:480px) {
    .productsContentItem .pLarge {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.hasBgPic .bg {
    position: relative
}

.hasBgPic .bg img {
    display: block;
    width: 100%
}

@media (max-width:840px) {
    .hasBgPic .bg {
        height: 280px
    }

    .hasBgPic .bg img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .hasBgPic .bg img.bgImgRight {
        -o-object-position: right;
        object-position: right
    }

    .hasBgPic .bg img.bgImgLeft {
        -o-object-position: left;
        object-position: left
    }
}

.hasBgPic .wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:840px) {
    .hasBgPic.bgPcOnly .bg {
        display: none
    }

    .hasBgPic.bgPcOnly .wrap {
        position: relative;
        height: auto
    }

    .hasBgPic.bgPcOnly.imgTextMode .item {
        padding: 0
    }
}

.productsContentItem.imgTextMode .wrap.hide {
    display: none
}

.productsContentItem.imgTextMode .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 0;
    position: relative
}

@media (max-width:1180px) {
    .productsContentItem.imgTextMode .item {
        padding: 30px 0
    }
}

@media (max-width:840px) {
    .productsContentItem.imgTextMode .item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:640px) {
    .productsContentItem.imgTextMode .item {
        padding: 20px 0
    }
}

@media (min-width:841px) {
    .productsContentItem.imgTextMode .item.picLeft .Img img {
        margin-left: 0;
        margin-right: auto
    }
}

.productsContentItem.imgTextMode .item.picBg {
    width: 100%;
    height: 100%
}

.productsContentItem.imgTextMode .item.picBg .Txt {
    max-height: 100%;
    overflow-y: auto
}

.productsContentItem.imgTextMode .item.picRight {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.productsContentItem.imgTextMode .item.txt {
    max-height: 100%;
    overflow-y: auto
}

.productsContentItem.imgTextMode .item.txtLeft .Txt {
    margin-right: auto
}

.productsContentItem.imgTextMode .item.txtCenter .Txt {
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

.productsContentItem.imgTextMode .item.txtRight .Txt {
    margin-left: auto
}

.productsContentItem.imgTextMode .Img {
    width: 50%
}

@media (max-width:840px) {
    .productsContentItem.imgTextMode .Img {
        width: 100%
    }
}

.productsContentItem.imgTextMode .Img img {
    display: block;
    max-width: 100%;
    margin-left: auto
}

@media (max-width:840px) {
    .productsContentItem.imgTextMode .Img img {
        margin-left: auto;
        margin-right: auto
    }
}

.productsContentItem.imgTextMode .Txt {
    width: 50%;
    padding: 20px 0
}

@media (max-width:840px) {
    .productsContentItem.imgTextMode .Txt {
        width: 100%;
        position: relative
    }
}

.productsContentItem.imgTextMode .Txt .textEditor {
    padding: 0;
    position: relative
}

.productsContentItem.imgTextMode .Txt .title {
    font-family: "Bebas Neue", "微軟正黑體", sans-serif;
    font-size: 34px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1;
    padding-bottom: 30px
}

.productsContentItem.imgTextMode .Txt .mBgPic {
    display: none
}

@media (max-width:840px) {
    .productsContentItem.imgTextMode .Txt .mBgPic {
        display: block;
        width: 100vw;
        height: 100%;
        position: absolute;
        top: 0;
        left: -webkit-calc(50% - 50vw);
        left: -moz-calc(50% - 50vw);
        left: calc(50% - 50vw)
    }
}

.productsContentItem.imgTextMode .Txt .mBgPic img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:840px) {
    .productsContentItem.imgTextMode.hasBgPic .wrap {
        position: relative
    }
}

.productsContentItem.editorMode .bgImgTxtItem {
    position: relative
}

.productsContentItem.editorMode .bgImgTxtItem img {
    display: block;
    width: 100%
}

@media (max-width:840px) {
    .productsContentItem.editorMode .bgImgTxtItem img.pcImg {
        display: none
    }
}

@media (min-width:841px) {
    .productsContentItem.editorMode .bgImgTxtItem img.mobileImg {
        display: none
    }
}

.productsContentItem.editorMode .bgImgTxtItem .TxtWrap {
    width: 100%;
    max-width: 1620px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 30px
}

@media (max-width:840px) {
    .productsContentItem.editorMode .bgImgTxtItem .TxtWrap {
        background-color: var(--mBgc);
        position: relative;
        left: 0;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

.productsContentItem.editorMode .bgImgTxtItem .Txt {
    width: 50%;
    max-width: 600px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

@media (max-width:840px) {
    .productsContentItem.editorMode .bgImgTxtItem .Txt {
        width: 100%;
        max-width: 100%
    }
}

@media (min-width:841px) {
    .productsContentItem.editorMode .bgImgTxtItem .Txt.right {
        margin-left: auto;
        margin-right: 0
    }
}

@media (min-width:841px) {
    .productsContentItem.editorMode .bgImgTxtItem .Txt.left {
        margin-left: 0;
        margin-right: auto
    }
}

.productsContentItem.editorMode .textFull {
    padding: 38px 0 52px
}

.productsContentItem.videoMode {
    position: relative
}

.productsContentItem.videoMode .item.noBgImg.notAutoPlay {
    padding: 60px 0
}

.productsContentItem.videoMode .item.noBgImg .videoAreaBox {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9
}

.productsContentItem.videoMode .item.noBgImg .videoPlayBtn {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: translate3d(0%, 0%, 0);
    -moz-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
    margin: 0px auto
}

.productsContentItem.videoMode .bg {
    position: relative
}

@media (max-width:400px) {
    .productsContentItem.videoMode .bg img {
        min-height: 100px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.productsContentItem.videoMode .videoAreaBox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto
}

.productsContentItem.videoMode .controllerList {
    position: absolute;
    top: auto;
    left: 10px;
    bottom: 10px;
    right: auto
}

.productsContentItem.videoMode .videoPlayBtn {
    width: 225px;
    height: 225px;
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

@media (max-width:1440px) {
    .productsContentItem.videoMode .videoPlayBtn {
        width: 200px;
        height: 200px
    }
}

@media (max-width:1180px) {
    .productsContentItem.videoMode .videoPlayBtn {
        width: 180px;
        height: 180px
    }
}

@media (max-width:960px) {
    .productsContentItem.videoMode .videoPlayBtn {
        aspect-ratio: 1/1;
        max-height: 80%;
        width: auto;
        height: 160px
    }
}

@media (max-width:640px) {
    .productsContentItem.videoMode .videoPlayBtn .trangle {
        width: 18px;
        height: 18px;
        top: -webkit-calc(50% - 9px);
        top: -moz-calc(50% - 9px);
        top: calc(50% - 9px);
        left: -webkit-calc(50% - 9px);
        left: -moz-calc(50% - 9px);
        left: calc(50% - 9px)
    }
}

@media (max-width:400px) {
    .productsContentItem.videoMode .videoPlayBtn {
        max-height: 75%
    }

    .productsContentItem.videoMode .videoPlayBtn .trangle {
        width: 16px;
        height: 16px;
        top: -webkit-calc(50% - 8px);
        top: -moz-calc(50% - 8px);
        top: calc(50% - 8px);
        left: -webkit-calc(50% - 8px);
        left: -moz-calc(50% - 8px);
        left: calc(50% - 8px)
    }
}

.tabContentItem#spec .textEditor {
    padding: 30px 0
}

.tabContentItem#spec .listTitleStyle {
    padding-bottom: 13px
}

.tabContentItem#spec .leftTitleList .colItem:first-of-type .item {
    padding-top: 0
}

.faqSec {
    padding: 20px 0 60px
}

.faqList .faqItem:first-of-type .Txt {
    border-top: 1px solid #e5e5e5
}

@media (min-width:1181px) {
    .faqList .item:hover {
        background-color: #f3f5f7
    }

    .faqList .item:hover .contentText {
        color: #E1251B
    }

    .faqList .item:hover .icon {
        -webkit-filter: none;
        filter: none
    }
}

.faqList .Txt {
    border-bottom: 1px solid #e5e5e5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px 50px 20px 20px;
    position: relative
}

@media (max-width:640px) {
    .faqList .Txt {
        padding: 15px 35px 15px 15px
    }
}

@media (max-width:400px) {
    .faqList .Txt {
        padding: 15px 25px 15px 10px
    }
}

.faqList .firstQ {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1;
    padding-right: 20px
}

@media (max-width:640px) {
    .faqList .firstQ {
        padding-right: 10px
    }
}

@media (max-width:400px) {
    .faqList .firstQ {
        padding-right: 5px
    }
}

.faqList .contentText {
    color: #222;
    font-weight: 600;
    letter-spacing: 1px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (max-width:640px) {
    .faqList .contentText {
        letter-spacing: 0.5px
    }
}

@media (max-width:400px) {
    .faqList .contentText {
        font-size: 16px;
        letter-spacing: 0px
    }
}

.faqList .icon {
    background-image: url(../image/icon_link2.png);
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    width: 18px;
    height: 18px;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    position: absolute;
    top: -webkit-calc(50% - 9px);
    top: -moz-calc(50% - 9px);
    top: calc(50% - 9px);
    left: auto;
    bottom: auto;
    right: 20px
}

@media (max-width:640px) {
    .faqList .icon {
        right: 10px
    }
}

@media (max-width:400px) {
    .faqList .icon {
        right: 0px
    }
}

.faqList .link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto
}

.specTableBox {
    overflow: auto;
    max-height: 80vh;
    padding: 0px 0 50px;
    margin: 90px 0 50px
}

.specTableBox .specTable {
    border: none;
    border-collapse: collapse;
    margin: 0 auto;
}

.specTableBox .specTable .specSortable {
    padding-bottom: 20px
}

.specTableBox .specTable .specTableRow {
    width: 100%;
    border-color: #fff
}

.specTableBox .specTable .specTableRow .specTableColumn {
    vertical-align: middle;
    text-align: center;
    border: none
}

.specTableBox .specTable .specTableRow .specTableColumn.primary {
    /* background-color: #f3f5f7 */
}

.specTableBox .specTable .specTableRow .specTableColumn.secondary {
    background-color: #fff
}

.specTableBox .specTable .specTableRow .specTableColumn.tertiary {
    background-color: #fff
}

.specTableBox .specTable .specTableRowHead {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 2
}

.specTableBox .specTable .specTableRowHead .specTableColumn {
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.32px;
    line-height: 1.27;
    padding: 5px 20px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2
}

.specTableBox .specTable .specTableRowHead .specTableColumn>* {
    font-family: "Bebas Neue", "微軟正黑體", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.27
}

.specTableBox .specTable .specTableRowHead .specTableColumn:before {
    content: "";
    display: block;
    width: -webkit-calc(100% - 2px);
    width: -moz-calc(100% - 2px);
    /* width: calc(100% - 2px); */
    width:100%;
    height: 2px;
    background-color: #222;
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    right: auto
}

@media (max-width:1180px) {
    .specTableBox .specTable .specTableRowHead .specTableColumn {
        padding: 5px 15px 5px 10px
    }
}

.specTableBox .specTable .specTableRowContent {
    background-color: #fff;
    border-bottom: 1px solid #e2e2e2
}

.specTableBox .specTable .specTableRowContent.ui-sortable-helper {
    background-color: #f3f5f7;
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1)
}

.specTableBox .specTable .specTableRowContent .specTableColumn {
    color: #666;
    font-family: "Inter", sans-serif;
    position: relative;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.4;
    padding: 13px 8px
}

.specTableBox .specTable .specTableRowContent .specTableColumn:after {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background-color: #e2e2e2;
    position: absolute;
    top: -webkit-calc(50% - 10px);
    top: -moz-calc(50% - 10px);
    top: calc(50% - 10px);
    left: 0px;
    bottom: auto;
    right: auto;
    opacity: 0
}

.specTableBox .specTable .specTableRowContent .specTableColumn:first-child:after {
    opacity: 0
}

.specTableBox .specTable .specTableRowContent .compareBtn {
    background-color: #fff;
    border: 1px solid #e2e2e2;
    display: block;
    width: 80px;
    height: 30px;
    font-family: "Bebas Neue", "微軟正黑體", sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 30px;
    margin: 0 auto;
    text-align: center
}

@media (min-width:1181px) {
    .specTableBox .specTable .specTableRowContent .compareBtn:hover {
        background-color: #E1251B;
        color: #fff
    }
}

.specTableBox .specTable .specTableRowContent .compareBtn.active {
    background-color: #E1251B;
    color: #fff
}

@media (max-width:1024px) {
    .specTableBox .specTable .specTableRowContent .specTableColumn {
        padding: 10px 12px
    }
}

.productReview {
    padding: 80px 0
}

.productsReviewList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px
}

.productsReviewList .reviewItem {
    width: 33.33%;
    padding: 20px 12px
}

@media (max-width:1280px) {
    .productsReviewList .reviewItem {
        width: 50%
    }
}

@media (max-width:840px) {
    .productsReviewList .reviewItem {
        width: 100%
    }
}

.productsReviewList .item {
    background-color: #f3f5f7;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05)
}

@media (min-width:1181px) {
    .productsReviewList .item:hover {
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px);
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25)
    }
}

@media (max-width:1180px) {
    .productsReviewList .item {
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15)
    }
}

.productsReviewList .Img {
    width: 100%
}

.productsReviewList .Img a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    z-index: 2
}

.productsReviewList .Img img {
    display: block;
    width: 100%
}

.productsReviewList .Txt {
    padding: 40px
}

@media (max-width:1180px) {
    .productsReviewList .Txt {
        padding: 30px 20px
    }
}

@media (max-width:640px) {
    .productsReviewList .Txt {
        padding: 20px
    }
}

.productsReviewList .Txt .date {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1.2px;
    line-height: 1.5;
    padding: 5px 0
}

.productsReviewList .Txt .title.ellipsis {
    max-height: 36px
}

.productVideo {
    padding: 80px 0
}

.productsVideoList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px
}

.productsVideoList .videoItem {
    width: 33.33%;
    padding: 10px 12px
}

@media (max-width:1280px) {
    .productsVideoList .videoItem {
        width: 50%
    }
}

@media (max-width:840px) {
    .productsVideoList .videoItem {
        width: 100%
    }
}

@media (min-width:1181px) {
    .productsVideoList .item:hover .Img a:before {
        -moz-border-image: -moz-linear-gradient(top left, #22f2ff 0%, #0270df 100%);
        -webkit-border-image: -webkit-linear-gradient(top left, #22f2ff 0%, #0270df 100%);
        -o-border-image: -o-linear-gradient(top left, #22f2ff 0%, #0270df 100%);
        border-image: -webkit-gradient(linear, left top, right bottom, from(#22f2ff), to(#0270df));
        border-image: linear-gradient(to bottom right, #22f2ff 0%, #0270df 100%);
        border-image-slice: 1;
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    .productsVideoList .item:hover .Img img {
        -webkit-filter: brightness(0.5);
        filter: brightness(0.5)
    }

    .productsVideoList .item:hover .Img .playBtn {
        border-width: 2px;
        width: 110px;
        height: 110px;
        right: 50%;
        bottom: 50%;
        -webkit-transform: translate3d(50%, 50%, 0);
        -moz-transform: translate3d(50%, 50%, 0);
        transform: translate3d(50%, 50%, 0)
    }

    .productsVideoList .item:hover .Img .playBtn .trangle {
        width: 23px;
        height: 27px;
        -webkit-transition-delay: 0.2S;
        -moz-transition-delay: 0.2S;
        -o-transition-delay: 0.2S;
        transition-delay: 0.2S
    }

    .productsVideoList .item:hover .Img .playBtn .trangle svg {
        stroke-width: 0.25
    }
}

.productsVideoList .Img {
    width: 100%;
    position: relative
}

.productsVideoList .Img a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    z-index: 2
}

.productsVideoList .Img a:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 6px solid transparent;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    opacity: 0;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.productsVideoList .Img img {
    display: block;
    width: 100%
}

.productsVideoList .Img .colorBox {
    aspect-ratio: 880/480;
    display: block;
    width: 100%
}

.productsVideoList .Img .playBtn {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    position: absolute;
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
    -webkit-transition: 0.5s cubic-bezier(0.51, 0.07, 0, 1.19);
    -o-transition: 0.5s cubic-bezier(0.51, 0.07, 0, 1.19);
    -moz-transition: 0.5s cubic-bezier(0.51, 0.07, 0, 1.19);
    transition: 0.5s cubic-bezier(0.51, 0.07, 0, 1.19)
}

.productsVideoList .Img .playBtn .trangle {
    width: 14px;
    height: 16px;
    margin-left: 2px;
    margin-top: 2px
}

.productsVideoList .Img .playBtn .trangle svg {
    display: block;
    width: 100%;
    height: 100%;
    stroke: #fff;
    stroke-width: 0.25;
    fill: transparent
}

.productsVideoList .Txt {
    padding: 10px 0
}

.productsVideoList .Txt .date {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1.2px;
    line-height: 1.5;
    padding: 5px 0
}

.productsVideoList .Txt .title.ellipsis {
    max-height: 121px
}

@media (max-width:640px) {
    .productsVideoList .Txt .title.ellipsis {
        max-height: 105px
    }
}

.productInsFooter {
    /* background-color: #333333; */
    color: #fff;
    overflow: hidden;
    padding: 30px 0 80px
}

@media (max-width:1180px) {
    .productInsFooter {
        padding-top: 20px
    }
}

@media (max-width:640px) {
    .productInsFooter {
        padding-top: 10px
    }
}

.productInsFooter .textEditor {
    color: #fff
}

@media (max-width:1180px) {
    .productInsFooter .textEditor .productFooterList {
        display: block
    }

    .productInsFooter .textEditor .productFooterList:not(.slick-slider) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }

    .productInsFooter .textEditor .productFooterList:not(.slick-slider) .iconItem {
        width: 20%
    }

    .productInsFooter .textEditor .productFooterList .slick-list {
        overflow: visible
    }

    .productInsFooter .textEditor .productFooterList .slick-list .iconItem {
        width: 100%
    }

    .productInsFooter .textEditor .productFooterList .slick-list .iconItem:before {
        display: none
    }
}

@media (max-width:840px) {
    .productInsFooter .textEditor .productFooterList {
        max-width: 600px;
        margin: 0 auto
    }
}

@media (max-width:640px) {
    .productInsFooter .textEditor .productFooterList {
        max-width: 320px;
        margin: 0 auto
    }
}

@media (max-width:640px) {
    .mainArea.compare .titleBox.bottomLine {
        margin-bottom: 40px
    }
}

@media (max-width:1180px) {
    .mainArea.compare .leftBox {
        display: block;
        height: auto;
        overflow: visible;
        position: relative;
        top: 0;
        pointer-events: auto;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        z-index: 2;
        padding: 20px 0
    }
}

@media (max-width:1180px) {
    .mainArea.compare .leftBox .secTitle {
        display: none
    }
}

.mainArea.compare .categoryBox {
    position: relative
}

@media (min-width:1181px) {
    .mainArea.compare .categoryBox {
        padding-bottom: 60px;
        height: auto
    }
}

@media (min-width:1181px) {
    .mainArea.compare .categoryBox .categoryItem {
        width: 100%;
        padding-top: 15px;
        position: relative
    }

    .mainArea.compare .categoryBox .categoryItem:first-child {
        border-top: none
    }
}

@media (min-width:1181px) and (max-width:1180px) {
    .mainArea.compare .categoryBox .categoryItem {
        padding-top: 10px
    }
}

@media (min-width:1181px) {
    .mainArea.compare .categoryBox .categoryItem a {
        padding: 0 0 10px
    }
}

@media (min-width:1181px) and (min-width:1181px) {
    .mainArea.compare .categoryBox .categoryItem a:hover {
        color: #E1251B
    }
}

.mainArea.compare .filterSec .secTitle {
    color: #222;
    font-size: 44px;
    font-weight: 400;
    letter-spacing: 1.3px;
    line-height: 1.36
}

@media (max-width:1180px) {
    .mainArea.compare .filterSec .secTitle {
        color: #fff;
        font-size: 34px;
        line-height: 60px
    }
}

@media (max-width:640px) {
    .mainArea.compare .filterSec .secTitle {
        font-size: 30px
    }
}

.mainArea.compare .resultBox {
    padding: 0 0 20px;
    margin-top: -5px
}

@media (max-width:1180px) {
    .mainArea.compare .resultBox {
        margin-top: 0;
        position: relative;
        z-index: 1
    }
}

.mainArea.compare .resultBox .result {
    color: #222;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1.32px;
    line-height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.mainArea.compare .resultBox .result span {
    display: inline-block
}

.compareBox {
    /* background-color: #f3f5f7; */
    margin: 0 0 20px;
    padding: 40px 35px 20px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:768px) {
    .compareBox {
        padding: 30px 20px 20px
    }
}

.compareBox .productImg {
    position: relative;
    width: 80px;
    height: 80px;
    border: 1px solid #eee
}

.compareBox .productImg img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.compareBox .productTitle {
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
    padding-left: 20px;
    margin-top: 0px
}

@media (max-width:768px) {
    .compareBox .productTitle {
        letter-spacing: 1px;
        margin-top: 0;
        padding-left: 10px
    }
}

@media (max-width:400px) {
    .compareBox .productTitle {
        font-size: 24px;
        padding-left: 0;
        padding-top: 10px;
        width: 100%
    }
}

.compareBox .specTableBox {
    width: 100%;
    margin: 10px 0;
    padding: 0 0 20px;
    overflow: auto
}

.compareBox .specTableBox::-webkit-scrollbar-track {
    background-color: #fff
}

.compareBox .specTableBox::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #fff
}

.compareBox .specTableBox::-webkit-scrollbar-thumb {
    background: #222222
}

.compareBox .specTableBox .specTable {
    position: relative;
    min-width: 100%
}

.compareBox .specTableBox .specTable .specTableRowHead .specTableColumn {
    /* background-color: #f3f5f7; */
    font-size: 16px;
    letter-spacing: 1px;
    padding: 12px 5px
}

.compareBox .specTableBox .specTable .specTableRowHead .specTableColumn>* {
    font-family: "Bebas Neue", "微軟正黑體", sans-serif;
    font-size: 16px;
    letter-spacing: 0px;
    padding-right: 10px
}

.compareBox .specTableBox .specTable .specTableRowContent.ui-sortable-helper {
    width: 100%;
    background-color: #f3f5f7;
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1)
}

.compareBox .specTableBox .specTable .specTableRowContent td {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.3
}

.compareBox .specTableBox .specTable .specTableColumn {
    /* background-color: #f3f5f7; */
    border: none;
    white-space: nowrap;
    letter-spacing: 0.5px
}

.compareBox .specTableBox .specTable .specTableColumn.primary {
    /* background-color: #e4e8ed */
    background-color: #fff 
}

.compareBox .specTableBox .specTable .specTableColumn.secondary {
    /* background-color: #f3f5f7 */
}

.compareBox .specTableBox .specTable .specTableColumn.tertiary {
    /* background-color: #f3f5f7 */
}

.resultTableSec {
    position: relative;
    overflow: auto
}

.resultTableSec .tableWrap {
    width: 100%;
    /* max-height: -webkit-calc(100vh - 0px);
    max-height: -moz-calc(100vh - 0px);
    max-height: calc(100vh - 0px); */
    overflow: auto;
    position: relative;
    padding-bottom: 34px
}

.resultTableSec .tableWrap::-webkit-scrollbar-track {
    background-color: #f6f6f6
}

.resultTableSec .tableWrap::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #f6f6f6
}

.resultTableSec .tableWrap::-webkit-scrollbar-thumb {
    background: #222222
}

.resultTableSec .tableArrow {
    background-color: rgba(34, 34, 34, 0.5);
    width: 50px;
    height: 50px;
    position: absolute;
    top: -webkit-calc(50% - 25px);
    top: -moz-calc(50% - 25px);
    top: calc(50% - 25px);
    z-index: 2
}

.resultTableSec .tableArrow:before {
    content: "";
    display: block;
    width: 12px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: -webkit-calc(50% - 4px);
    top: -moz-calc(50% - 4px);
    top: calc(50% - 4px);
    left: -webkit-calc(50% - 7px);
    left: -moz-calc(50% - 7px);
    left: calc(50% - 7px);
    bottom: auto;
    right: auto;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.resultTableSec .tableArrow:after {
    content: "";
    display: block;
    width: 12px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: -webkit-calc(50% + 2px);
    top: -moz-calc(50% + 2px);
    top: calc(50% + 2px);
    left: -webkit-calc(50% - 7px);
    left: -moz-calc(50% - 7px);
    left: calc(50% - 7px);
    bottom: auto;
    right: auto;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.resultTableSec .tableArrow.prev {
    left: 260px
}

.resultTableSec .tableArrow.next {
    right: 45px;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1)
}

.resultTableSec .tableArrow.hide {
    opacity: 0;
    pointer-events: none
}

@media (max-width:1180px) {
    .resultTableSec .tableArrow {
        display: none
    }
}

@media (min-width:1181px) {
    .resultTableSec .tableArrow:hover {
        background-color: #E1251B
    }
}

.compareResultTable {
    border: 1px solid #e2e2e2;
    border-collapse: collapse;
    position: relative
}

.compareResultTable td,
.compareResultTable th {
    border: 1px solid #e2e2e2;
    padding: 20px 15px;
    vertical-align: middle
}

@media (max-width:1180px) {

    .compareResultTable td,
    .compareResultTable th {
        padding: 15px 10px
    }
}

@media (max-width:400px) {

    .compareResultTable td,
    .compareResultTable th {
        padding: 10px 5px
    }
}

.compareResultTable thead th {
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    padding: 20px 15px 30px
}

.compareResultTable thead th:first-child {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 2
}

@media (max-width:1180px) {
    .compareResultTable thead th {
        padding: 10px 10px 20px
    }
}

@media (max-width:400px) {
    .compareResultTable thead th {
        max-width: -webkit-calc(100vw - 81px - 60px);
        max-width: -moz-calc(100vw - 81px - 60px);
        max-width: calc(100vw - 81px - 60px)
    }
}

.compareResultTable thead th:before {
    content: "";
    width: -webkit-calc(100% + 2px);
    width: -moz-calc(100% + 2px);
    width: calc(100% + 2px);
    height: -webkit-calc(100% + 2px);
    height: -moz-calc(100% + 2px);
    height: calc(100% + 2px);
    display: block;
    border: 1px solid #e2e2e2;
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: auto;
    right: auto;
    pointer-events: none
}

.compareResultTable thead th .Img {
    width: 190px;
    max-width: 100%;
    aspect-ratio: 1/1;
    margin: 0 auto;
    position: relative;
    overflow: hidden
}

@media (max-width:1180px) {
    .compareResultTable thead th .Img {
        width: 120px;
        aspect-ratio: 1
    }
}

.compareResultTable thead th .Img a {
    display: block;
    width: 100%;
    height: 100%
}

.compareResultTable thead th .Img img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width:1181px) {
    .compareResultTable thead th .Img:hover img {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05)
    }
}

.compareResultTable thead th .title {
    width: 100%;
    margin: 0 auto;
    color: #222;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.18;
    padding-top: 10px;
    text-align: center
}

.compareResultTable thead th .title a {
    display: block;
    width: 100%
}

@media (max-width:1180px) {
    .compareResultTable thead th .title {
        font-size: 18px;
        letter-spacing: 1px
    }
}

@media (max-width:640px) {
    .compareResultTable thead th .title {
        font-size: 18px
    }
}

.compareResultTable thead th button {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    left: auto;
    bottom: auto;
    right: 10px
}

.compareResultTable thead th button svg {
    color: #444;
    width: 19px;
    height: 18px
}

@media (min-width:1181px) {
    .compareResultTable thead th button:hover {
        background-color: #E1251B
    }

    .compareResultTable thead th button:hover svg {
        color: #fff
    }
}

.compareResultTable tbody th {
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    max-width: 180px
}

@media (max-width:640px) {
    .compareResultTable tbody th {
        max-width: 120px
    }
}

@media (max-width:400px) {
    .compareResultTable tbody th {
        max-width: 80px
    }
}

.compareResultTable tbody th:before {
    content: "";
    width: -webkit-calc(100% + 2px);
    width: -moz-calc(100% + 2px);
    width: calc(100% + 2px);
    height: -webkit-calc(100% + 2px);
    height: -moz-calc(100% + 2px);
    height: calc(100% + 2px);
    display: block;
    border: 1px solid #e2e2e2;
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: auto;
    right: auto
}

.compareResultTable tbody th .title {
    width: 100%;
    color: #222;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.18;
    text-align: left
}

@media (max-width:1180px) {
    .compareResultTable tbody th .title {
        font-size: 18px
    }
}

@media (max-width:640px) {
    .compareResultTable tbody th .title {
        font-size: 18px;
        letter-spacing: 1px
    }
}

@media (max-width:400px) {
    .compareResultTable tbody th .title {
        letter-spacing: 0;
        font-size: 16px
    }
}

.compareResultTable tbody td {
    color: #666;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.3;
    text-align: center;
    vertical-align: middle
}

.compareResultTable tbody td .text {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.3
}

@media (min-width:1181px) {
    .compareResultTable tbody td:hover {
        background-color: #f3f5f7
    }
}

.compareResultTable tbody td.hover {
    background-color: #f3f5f7
}

.compareResultTable tbody td .unique {
    color: #ba7373
}

@media (max-width:640px) {
    .compareResultTable tbody td {
        font-size: 16px
    }
}

@media (max-width:400px) {
    .compareResultTable tbody td {
        font-size: 15px
    }
}

.btnSec {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 50px 0 70px
}

@media (max-width:1180px) {
    .btnSec {
        padding: 40px 0 60px
    }
}

@media (max-width:640px) {
    .btnSec {
        padding: 30px 0
    }
}

@media (max-width:480px) {
    .btnSec {
        padding: 20px 0 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.btnSec .buttonBox {
    width: 164px;
    height: 64px;
    margin-left: 20px;
    margin-top: 10px
}

@media (max-width:480px) {
    .btnSec .buttonBox {
        margin-left: 0
    }
}

.btnSec .buttonBox .btnLink {
    display: block;
    width: 100%;
    height: 100%;
    padding: 8px 20px 9px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.btnSec .buttonBox svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #222;
    stroke-width: 2px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto
}

.btnSec .buttonBox .icon {
    display: block;
    width: 24px;
    height: 24px;
    position: relative
}

.btnSec .buttonBox .text {
    color: #222;
    display: block;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1.32px;
    line-height: 24px;
    padding-top: 3px;
    position: relative
}

@media (min-width:1181px) {
    .btnSec .buttonBox:hover svg {
        fill: #E1251B;
        stroke: #E1251B
    }

    .btnSec .buttonBox:hover .icon {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1)
    }

    .btnSec .buttonBox:hover .text {
        color: #fff
    }
}

.wrap.print {
    max-width: 1180px
}

.printBox {
    text-align: center;
    width: 100%;
    padding: 0px 0 15px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e2e2e2
}

.printBox .mediumTitle {
    padding-top: 10px
}

.comparePrintTable {
    border: 1px solid #e2e2e2;
    border-collapse: collapse;
    position: relative;
    margin-bottom: 80px;
    width: 100%;
    max-width: 100vw
}

@media Print {
    .comparePrintTable {
        width: 100%
    }
}

.comparePrintTable td,
.comparePrintTable th {
    border: 1px solid #e2e2e2;
    padding: 10px;
    vertical-align: middle
}

@media (max-width:400px) {

    .comparePrintTable td,
    .comparePrintTable th {
        padding: 10px 5px
    }
}

.comparePrintTable thead th {
    background-color: #fff;
    padding: 20px 10px
}

.comparePrintTable thead th .Img {
    width: 160px;
    aspect-ratio: 1/1;
    margin: 0 auto;
    position: relative;
    overflow: hidden
}

@media (max-width:1180px) {
    .comparePrintTable thead th .Img {
        width: 120px
    }
}

.comparePrintTable thead th .Img a {
    display: block;
    width: 100%;
    height: 100%
}

.comparePrintTable thead th .Img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.comparePrintTable thead th .title {
    width: 100%;
    color: #222;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1.32px;
    line-height: 1.18;
    padding-top: 10px;
    text-align: center;
    margin: 0 auto
}

.comparePrintTable thead th .title a {
    display: block;
    width: 100%
}

@media (max-width:1180px) {
    .comparePrintTable thead th .title {
        font-size: 20px;
        letter-spacing: 1px
    }
}

@media (max-width:640px) {
    .comparePrintTable thead th .title {
        font-size: 18px
    }
}

.comparePrintTable tbody th {
    background-color: #fff
}

.comparePrintTable tbody th .title {
    width: 100%;
    color: #222;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.18;
    text-align: left
}

@media (max-width:1180px) {
    .comparePrintTable tbody th .title {
        font-size: 20px;
        max-width: 180px
    }
}

@media (max-width:640px) {
    .comparePrintTable tbody th .title {
        font-size: 18px;
        letter-spacing: 1px;
        max-width: 120px
    }
}

@media (max-width:400px) {
    .comparePrintTable tbody th .title {
        max-width: 80px;
        letter-spacing: 0
    }
}

.comparePrintTable tbody td {
    color: #666;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.64;
    text-align: center;
    vertical-align: middle
}

.comparePrintTable tbody td .text {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.64
}

@media (max-width:640px) {
    .comparePrintTable tbody td {
        font-size: 16px
    }
}
.productsContentBox img{
    max-width: 100%;
    margin: 0 auto;
}

@media (max-width:400px) {
    .comparePrintTable tbody td {
        font-size: 15px
    }
    .productsContentBox img{
        max-width: 100%;
    }

}

@page {
    size: portrait;
    size: landscape;
    size: A4;
    size: A4 portrait;
    margin: 0
}