/* CSS Document */
.productsBox .fileBox a .title, .productsBox .fileBox {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@-webkit-keyframes point {
    0% {
        width: 57%;
        height: 57%;
        opacity: 1;
    }
    50%, 100% {
        width: 232%;
        height: 232%;
        opacity: 0;
    }
}

@keyframes point {
    0% {
        width: 57%;
        height: 57%;
        opacity: 1;
    }
    50%, 100% {
        width: 232%;
        height: 232%;
        opacity: 0;
    }
}
.mainArea.index .titleBox {
    margin-bottom: 84px;
}
@media (max-width: 1200px) {
    .mainArea.index {
        padding-top: 50px;
    }
    .mainArea.index .titleBox {
        margin-bottom: 50px;
    }
}
.mainArea.ins {
    overflow: hidden;
}
.mainArea.ins .titleBox {
    margin-bottom: 50px;
}

.solutionList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 -16px;
}
.solutionList .solutionItem {
    width: 33.3333333333%;
    padding: 0 16px 88px;
}
@media (max-width: 960px) {
    .solutionList .solutionItem {
        width: 50%;
        padding: 0 16px 60px;
    }
}
@media (max-width: 480px) {
    .solutionList .solutionItem {
        width: 100%;
    }
}
.solutionList .Img {
    position: relative;
    overflow: hidden;
}
.solutionList .Img img {
    width: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.solutionList .Txt {
    margin-top: 25px;
}
@media (max-width: 960px) {
    .solutionList .Txt {
        margin-top: 15px;
    }
}
.solutionList .title {
    text-align: center;
}
.solutionList .title a {
    font-size: 20px;
    font-weight: 700;
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    color: #333;
}
@media (min-width: 1201px) {
    .solutionList .title a:hover {
        color: #009944;
    }
}
@media (max-width: 960px) {
    .solutionList .title a {
        font-size: 18px;
    }
}

.pointBox {
    position: relative;
    max-width: 850px;
    margin: 0 auto;
}
.pointBox img {
    width: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.pointBox .pointList {
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.pointBox .pointItem {
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}
.pointBox .pointItem::before, .pointBox .pointItem::after {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 57%;
    height: 57%;
    border-radius: 50%;
    background-color: #f08200;
}
.pointBox .pointItem::after {
    z-index: -1;
}
.pointBox .pointItem a {
    display: block;
    height: 100%;
}
@media (min-width: 1201px) {
    .pointBox .pointItem:hover::after {
        -webkit-animation: point 2s linear infinite forwards;
                animation: point 2s linear infinite forwards;
    }
}
@media (min-width: 1201px) {
    .pointBox .pointItem.current::after {
        -webkit-animation: point 2s linear infinite forwards;
                animation: point 2s linear infinite forwards;
    }
}
@media (max-width: 640px) {
    .pointBox .pointItem {
        width: 20px;
        height: 20px;
    }
    .pointBox .pointItem::after {
        display: none;
    }
}

.productsBox {
    overflow-x: auto;
    max-width: 1240px;
    margin: 148px auto 80px;
}
.productsBox::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
    background-color: #f1f1f1;
}
.productsBox::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #f1f1f1;
}
.productsBox::-webkit-scrollbar-thumb {
    background: #009944;
}
@media (max-width: 1200px) {
    .productsBox {
        max-width: 1100px;
        margin: 60px auto 30px;
    }
}
.productsBox .productsList {
    width: 1240px;
}
@media (max-width: 1200px) {
    .productsBox .productsList {
        width: 1100px;
    }
}
.productsBox .productsItem {
    border-bottom: 1px solid #ddd;
}
.productsBox .productsItem:nth-child(odd) {
    background-color: #e5e5e5;
}
.productsBox .productsItem:nth-child(even) {
    background-color: #f2f2f2;
}
.productsBox .productsItem.topTitle {
    padding: 9px 0;
    background-color: #009944;
}
.productsBox .productsItem.topTitle .specificationItem {
    color: #fff;
}
.productsBox .specificationList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    word-break: break-all;
}
.productsBox .specificationItem {
    text-align: center;
    width: 20%;
    font-size: 16px;
    font-weight: 700;
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    padding: 17.5px 27px;
    color: #333;
}
.productsBox .specificationItem.title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
}
@media (min-width: 1201px) {
    .productsBox .specificationItem.title:hover .fileBox {
        pointer-events: auto;
        opacity: 1;
    }
}
@media (min-width: 1201px) {
    .productsBox .specificationItem.title {
        width: 16.1290322581%;
    }
    .productsBox .specificationItem.package {
        width: 21.2903225806%;
    }
    .productsBox .specificationItem:nth-child(3) {
        width: 13.5483870968%;
    }
    .productsBox .specificationItem:nth-child(4) {
        width: 24.435483871%;
    }
    .productsBox .specificationItem:nth-child(5) {
        width: 24.435483871%;
    }
}
@media (max-width: 1200px) {
    .productsBox .specificationItem {
        width: 20%;
        padding: 17.5px;
    }
}
.productsBox h3.title a {
    font-size: 16px;
    font-weight: 700;
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    color: #333;
}
@media (min-width: 1201px) {
    .productsBox h3.title a:hover {
        color: #f08200;
    }
}
.productsBox .fileBox {
    pointer-events: none;
    text-align: left;
    position: absolute;
    top: 60%;
    left: 45%;
    z-index: 1;
    width: 196px;
    border-radius: 5px;
    padding: 10px 18px;
    opacity: 0;
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.06);
            box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.06);
}
@media (max-width: 1200px) {
    .productsBox .fileBox {
        display: none;
    }
}
.productsBox .fileBox.bottom {
    top: initial;
    bottom: 20%;
}
.productsBox .fileBox.flex {
    width: 350px;
}
.productsBox .fileBox.flex .fileList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.productsBox .fileBox.flex .fileItem {
    width: 50%;
    padding: 6px;
}
.productsBox .fileBox .fileItem {
    padding: 8px 0;
}
.productsBox .fileBox a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.productsBox .fileBox a .title {
    width: calc(100% - 16px);
    font-size: 14px;
    font-weight: 500;
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    letter-spacing: 0.2px;
    padding-right: 10px;
    color: #5f5f5f;
}
.productsBox .fileBox a .icon {
    width: 16px;
    height: 21px;
    background: url(../images/icon/pdf.png) no-repeat center/contain;
}
@media (min-width: 1201px) {
    .productsBox .fileBox a:hover .title {
        color: #009944;
    }
}