@charset "UTF-8";
/* CSS Document */
.itemList .Img img, .sales_toolsList .Img img {
    transition: all .5s;
}

@media (min-width: 1181px) {
    .mainArea.hasBg {
        position: relative;
        padding-bottom: 40px;
    }
    .mainArea.hasBg::before {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 495px;
        height: 102px;
        background: url(../images/home/about_wave02.png) no-repeat left bottom;
    }
    .mainArea.hasBg::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 450px;
        height: 330px;
        background: url(../images/home/about_wave01.png) no-repeat right bottom;
    }
}

/*****列表*****/
.flexBox {
    display: flex;
}

@media (min-width: 961px) {
    .flexBox > .leftBox {
        flex-shrink: 0;
        width: 230px;
        margin-right: 40px;
    }
    .flexBox > .rightBox {
        width: calc(100% - 230px - 40px);
    }
}

@media (max-width: 960px) {
    .flexBox {
        flex-wrap: wrap;
    }
    .flexBox > .leftBox,
    .flexBox > .rightBox {
        width: 100%;
    }
    .flexBox .classColumnBox {
        display: none;
    }
    .flexBox .classColumnBox + .filterColumnBox {
        margin-top: 0;
    }
    .flexBox .searchBox,
    .flexBox .filterColumnBox {
        margin-bottom: 30px;
    }
}

.itemList {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-left: -6px;
    margin-right: -6px;
}

.itemList li {
    padding: 6px;
}

.itemList .Img {
    position: relative;
    border: 1px solid #e3e3e3;
    background-color: #fff;
    overflow: hidden;
}

.itemList .Img::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(to top, rgba(226, 226, 226, 0.7) 0%, rgba(226, 226, 226, 0) 100%);
}

.itemList .Img:hover img {
    transform: scale(1.1);
}

.itemList .Img img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.itemList .Txt {
    padding: 20px 0;
}

.itemList h3 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}

.itemList .txtExp {
    max-height: calc(23px * 2);
    font-size: 13px;
    line-height: calc(23 / 13);
    overflow: hidden;
}

.itemList ul.dots {
    padding-right: 80px;
    text-align: left;
}

.itemList .arrowPrev,
.itemList .arrowNext {
    position: absolute;
    bottom: -12px;
    right: 0;
    z-index: 3;
}

.itemList .arrowPrev {
    right: 35px;
}

.itemBox:not(:first-child) {
    margin-top: 70px;
}

@media (max-width: 640px) {
    .itemBox:not(:first-child) {
        margin-top: 50px;
    }
}

.sideTitle {
    margin-bottom: 30px;
}

.subTitle {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.2;
}

.sales_toolsList {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

@media (max-width: 640px) {
    .sales_toolsList {
        margin-left: -5px;
        margin-right: -5px;
    }
}

.sales_toolsList li {
    padding: 10px;
}

@media (max-width: 640px) {
    .sales_toolsList li {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.sales_toolsList .item {
    display: flex;
    height: 100%;
    padding: 18px 15px;
    border: 1px solid #e3e3e3;
    background-color: #fff;
}

@media (max-width: 768px) {
    .sales_toolsList .item {
        flex-direction: column;
    }
}

.sales_toolsList .Img {
    padding: 0;
    border: 3px solid #fff;
    box-shadow: 0 0 0 1px #e3e3e3;
    overflow: hidden;
}

@media (min-width: 769px) {
    .sales_toolsList .Img {
        flex-shrink: 0;
        width: 135px;
        margin-right: 15px;
    }
}

@media (max-width: 768px) {
    .sales_toolsList .Img {
        width: 100%;
        margin-bottom: 20px;
    }
}

.sales_toolsList .Img:hover img {
    transform: scale(1.1);
}

.sales_toolsList .Img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sales_toolsList .Txt {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media (max-width: 768px) {
    .sales_toolsList .Txt {
        width: 100%;
    }
}

.sales_toolsList h3 {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: calc(24 / 15);
}

.sales_toolsList h3.ellipsis {
    overflow: hidden;
}

@media (min-width: 769px) {
    .sales_toolsList h3.ellipsis {
        max-height: calc(24px * 4);
    }
}

.sales_toolsList .btn {
    margin-top: auto;
    min-width: 90px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}

.contentBox .searchBox {
    display: flex;
    margin-top: 15px;
    border: 2px solid #e3e3e3;
}

.contentBox .searchBox .btnSearch {
    align-self: center;
    display: block;
    width: 40px;
    border-left: 1px solid #e3e3e3;
}

.contentBox .searchBox .btnSearch img {
    display: block;
    margin: 0 auto;
}

.contentBox .searchBox input {
    width: calc(100% - 40px);
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
}

/*****內頁*****/
.productIntro {
    padding: 60px 0;
    background: #f7f7f7;
    background: url(../images/home/bg_catalog.png) no-repeat bottom center, #f7f7f7;
}

@media (min-width: 1921px) {
    .productIntro {
        background-size: cover;
    }
}

@media (max-width: 960px) {
    .productIntro {
        padding: 45px 0;
    }
}

@media (min-width: 961px) {
    .productIntro > .wrap {
        display: flex;
        align-items: flex-start;
    }
    .productIntro > .wrap > .albumBox {
        flex-shrink: 0;
        order: -1;
        width: 50%;
        margin-right: 30px;
    }
    .productIntro > .wrap > .introBox {
        flex-grow: 1;
    }
}

@media (max-width: 960px) {
    .productIntro > .wrap > .albumBox {
        margin-bottom: 30px;
    }
}

.albumBox {
    position: relative;
}

@media (min-width: 641px) {
    .albumBox {
        display: flex;
        align-items: flex-start;
    }
    .albumBox .Img {
        order: 2;
        margin: 0px auto;
    }
    .albumBox .side_album {
        flex-shrink: 0;
        width: 100px;
        margin-right: 10px;
    }
    /*.albumBox .side_album li:nth-child(n+6) {
        display: none;
    }*/
	
    .albumBox .side_album .arrowPrev,
    .albumBox .side_album .arrowNext{
        width: calc(100% - 5px * 2);
        height: 30px;
        margin: 0;
        border-radius: 0;
    }
    .albumBox .side_album .arrowPrev::after {
        transform: rotate(315deg) translate(-1px, 1px);
    }
    .albumBox .side_album .arrowNext::after {
        transform: rotate(135deg) translate(-1px, 1px);
    }
}

@media (max-width: 640px) {
    .albumBox .Img {
        margin-bottom: 10px;
    }
    /*.albumBox .side_album li {
        max-width: calc(100% / 5);
    }*/
	
    .albumBox .side_album {
        position: relative;
        padding-left: 40px;
        padding-right: 40px;
    }
    .albumBox .side_album .arrowPrev,
    .albumBox .side_album .arrowNext{
        position: absolute;
        top: 5px;
        z-index: 3;
        width: 30px;
        height: calc(100% - 5px * 2);
        margin: 0;
        border-radius: 0;
    }
    .albumBox .side_album .arrowPrev {
        left: 0;
    }
    .albumBox .side_album .arrowNext {
        right: 0;
    }
}

.albumBox .Img {
    margin: 0 auto 10px;
}

.albumBox .Img img {
    border: 1px solid #e3e3e3;
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

@media (min-width: 641px) {
    .albumBox .videoBox {
        position: absolute;
        bottom: 15px;
        right: 0;
        z-index: 3;
    }
}

@media (max-width: 640px) {
    .albumBox .videoBox {
        margin-top: 10px;
    }
}

.videoBox {
    position: relative;
    width: 200px;
    border: 2px solid #35b67e;
}

@media (min-width: 961px) and (max-width: 1300px) {
    .videoBox {
        width: 150px;
    }
}

.videoBox img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.videoBox a::before {
    content: '';
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.videoBox a:after {
    content: '';
    width: 62px;
    height: 62px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/video.png) no-repeat center;
}

@media (min-width: 961px) {
    .introBox .articleTitle {
        font-size: 32px;
    }
    .introBox .articleTitle.bdrTitle::after {
        width: 65px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.introBox .textEditor {
    font-size: 13px;
    line-height: clac(24/13);
}

.introBox .featureList {
    margin-top: 50px;
}

.introBox .classTitle {
    display: inline-block;
    margin-bottom: 15px;
    padding: 4px 12px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #35b67e;
}

.featureList {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.featureList li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(100% / 3);
    padding: 5px;
    margin-bottom: 5px;
}

@media (min-width: 961px) and (max-width: 1300px) {
    .featureList li {
        width: 50%;
    }
}

@media (min-width: 481px) and (max-width: 640px) {
    .featureList li {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .featureList li {
        width: 100%;
    }
}

.featureList .Img {
    width: 70px;
}

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

.featureList .title {
    width: calc(100% - 70px);
    padding-left: 12px;
    font-size: 13px;
    font-weight: 600;
    line-height: calc(19 / 13);
}

.introuductionBox,
.supportBox {
    padding: 60px 0;
}

@media (max-width: 640px) {
    .introuductionBox,
    .supportBox {
        padding: 45px 0;
    }
}

.introuductionBox .titleBox,
.supportBox .titleBox {
    margin-bottom: 10px;
}

.introuductionBox .mainTitle,
.supportBox .mainTitle {
    font-size: 24px;
}

.supportBox {
    background-color: #f8f8f8;
}

.supportBox .sales_toolsList .item {
    border-color: transparent;
}

.supportBox .btnBox {
    margin-top: 40px;
}

@media (max-width: 640px) {
    .supportBox .btnBox {
        margin-top: 20px;
    }
}
