.linkArea .item,
.linkArea .item:after,
.linkArea .item:before,
.popWin .close,
.popWin .close:after,
.popWin .close:before,
.techArea .techBox .techList .item .Txt .innerBox,
.techArea .techBox .techList .item .Txt .textEditor p,
.techArea .techBox .techList .item:before {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.popWin {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 500;
    width: 100%;
    height: 100vh;
    font-size: 15px;
    line-height: 1.8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}
.popWin .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}
.popWin .inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 700px;
    max-width: 90%;
    max-height: 85vh;
    opacity: 0;
    background-color: #fff;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}
.popWin .popContent {
    max-height: 85vh;
    overflow-y: auto;
}
.popWin img {
    display: block;
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.popWin .Txt {
    padding: 30px;
}
.popWin .Txt .popTitle {
    font-size: 25px;
    margin-bottom: 25px;
}
.popWin .close {
    width: 46px;
    height: 46px;
    background-color: #182346;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.popWin .close:after,
.popWin .close:before {
    content: "";
    position: absolute;
    left: 11px;
    top: 23px;
    width: 25px;
    height: 1px;
    background-color: #fff;
}
.popWin .close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.popWin .close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media (min-width: 1201px) {
    .popWin .close:hover {
        background-color: rgba(0, 0, 0, 0.85);
    }
}
.popWin.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.popWin.show .inner,
.popWin.show .mask {
    opacity: 1;
}
@media (max-width: 1180px) {
    .popWin .popContent {
        max-height: calc(100vh - 150px);
    }
}
.mainArea {
    padding: 0;
    background: url('../images/bg0.jpg') no-repeat;
    background-size: cover;
}


.bannerArea {
  position: relative;
  z-index: 1;
  margin-top: 70px;
}

.bannerArea .bannerBox {
    position: relative;
}
.bannerArea .bannerList {
    position: relative;
    z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
    margin-bottom: 0;
}
.bannerArea .bannerItem {
    position: relative;
}
.bannerArea .bannerItem .Txt {
    /*max-width: 1480px;*/
    /*padding: 110px 0px 85px 120px;*/
    padding: 0px 0px 85px 85px;
    max-width: 50%;
}
@media (max-width: 1760px) {
    .bannerArea .bannerItem .Txt {
    /*padding: 110px 0px 85px 100px;*/
    padding: 0px 0px 85px 85px;
    }
}
@media (max-width: 1600px) {
    .bannerArea .bannerItem .Txt {
        /*padding: 110px 100px 85px;*/
        padding: 0px 0px 85px 85px;
    }
}

@media (max-width: 1200px) {
    .bannerArea .bannerItem .Txt {
        max-width: 60%;
    }
}


@media (max-width: 1040px) {
    .bannerArea .bannerItem .Txt {
        padding-top: 200px;
    }
}
@media (max-width: 840px) {
    .bannerArea .bannerItem .Txt {
        padding: 100px 30px 85px 50px;
    }
}
@media (max-width: 640px) {
    .bannerArea .bannerItem .Txt {
        max-width: 100%;
        padding: 0px 30px 85px;
    }
}
.bannerArea .bannerItem .Txt .textBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.bannerArea .bannerItem .Txt .title {
    color: #182346;
    font-size: 55px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: 0;
    font-family: "Noto Sans TC", "Josefin Sans", "Microsoft JhengHei", sans-serif;
    font-style: normal;
    opacity: 0;
}
@media (max-width: 1180px) {
    .bannerArea .bannerItem .Txt .title {
        font-size: 40px;
        line-height: 50px;
    }
}
@media (max-width: 640px) {
    .bannerArea .bannerItem .Txt .title {
        font-size: 32px;
        line-height: 40px;
        text-align: center;
    }
}
@media (max-width: 480px) {
    .bannerArea .bannerItem .Txt .title {
        font-size: 24px;
    }
}
.bannerArea .bannerItem .Txt .title .color {
    color: #58b5b3;
}
.bannerArea .bannerItem .Txt .separate {
    width: 100%;
    height: 1px;
    background: #ffffff;
    position: relative;
    margin: 50px 0;
}
@media (max-width: 1600px) {
    .bannerArea .bannerItem .Txt .separate {
        margin: 30px 0;
    }
}

@media (max-width: 480px) {
    .bannerArea .bannerItem .Txt .separate {
        margin: 15px 0;
    }
}
.bannerArea .bannerItem .Txt .separate:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    background: #58b5b3;
    left: 0;
    bottom: 0;
}
.bannerArea .bannerItem .Txt .subtitle {
    color: #182346;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.5px;
    font-family: "Josefin Sans", "Microsoft JhengHei", sans-serif;
    font-style: normal;
    opacity: 0;
}
@media (max-width: 640px) {
    .bannerArea .bannerItem .Txt .subtitle {
        font-size: 18px;
        text-align: center;
    }
}
.bannerArea .bannerItem .Txt .text {
    color: #182346;
    font-size: 19px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 2px;
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-style: normal;
    /*margin-top: 25px;*/
}
@media (max-width: 1180px) {
    .bannerArea .bannerItem .Txt .text {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 640px) {
    .bannerArea .bannerItem .Txt .text {
        text-align: center;
    }
}
@media (max-width: 480px) {
    .bannerArea .bannerItem .Txt .text {
        margin-top: 10px;
    }
}
@media (max-width: 840px) {
    .bannerArea .bannerItem .Img {
        padding-bottom: 75%;
    }
}
@media (max-width: 640px) {
    .bannerArea .bannerItem .Img {
        padding-bottom: 100%;
    }
}
@media (max-width: 480px) {
    .bannerArea .bannerItem .Img {
        padding-bottom: 135%;
    }
}
.bannerArea .bannerItem .bgImg {
    position: absolute;
    top: 100px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}
@media (max-width: 480px) {
    .bannerArea .bannerItem .bgImg {
        display: none;
    }
}
.bannerArea .bannerItem .bgImg .Img {
    /*width: 707px;*/
    width: 1600px;
    height: 606px;
    /*background: url("../images/bannerImg_1.png") no-repeat right;
    background-size: contain;*/
    z-index: 9999;
}

@media (max-width: 1600px) {

.bannerArea .bannerItem .bgImg {
    top: 10%;
    left: 40%;
}

.bannerArea .bannerItem .bgImg .Img {
    height: 456px;
}

}

@media (max-width: 1200px) {

.bannerArea .bannerItem .bgImg {
    top: 10%;
    left: 50%;
}
.bannerArea .bannerItem .bgImg .Img {
    /*width: 707px;*/
    width: 1000px;
    height: 356px;
    background: url("../images/bannerImg_1.png") no-repeat right;
    background-size: contain;
    background: none;
  }
}


@media (max-width: 840px) {

.bannerArea .bannerItem .bgImg {
    top: 10%;
    left: 50%;
}
.bannerArea .bannerItem .bgImg .Img {
    /*width: 707px;*/
    width: 800px;
    height: 256px;
    /*background: url("../images/bannerImg_2.png") no-repeat right;*/
    background-size: contain;
  }
}

@media (max-width: 640px) {

.bannerArea .bannerItem .bgImg {
    top: 40%;
    left: 50%;
}
.bannerArea .bannerItem .bgImg .Img {
    /*width: 707px;*/
    width: 500px;
    height: 556px;
    /*background: url("../images/bannerImg_3.png") no-repeat center;*/
    background-size: contain;
  }
}

@media (max-width: 480px) {

.bannerArea .bannerItem .bgImg {
    top: 30%;
    left: 50%;
}
}


.bannerArea .slick-current .Txt .char {
    -webkit-animation: bannerCharAni 1s cubic-bezier(0.5, 0, 0.5, 1) both;
    animation: bannerCharAni 1s cubic-bezier(0.5, 0, 0.5, 1) both;
    -webkit-animation-delay: var(--delay);
    animation-delay: var(--delay);
    display: inline-block;
}
.bannerArea .slick-current .Txt .title {
    -webkit-animation: slideUpAnimation 0.8s ease-in-out forwards;
    animation: slideUpAnimation 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .subtitle {
    -webkit-animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
    animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
}
@media (max-width: 840px) {
    .bannerArea .slick-arrow {
        top: unset;
        bottom: 0;
    }
}
.bannerArea .slick-arrow.slick-prev {
    left: 80px;
}
@media (max-width: 1760px) {
    .bannerArea .slick-arrow.slick-prev {
        left: 40px;
    }
}
@media (max-width: 1600px) {
    .bannerArea .slick-arrow.slick-prev {
        left: 20px;
    }
}
@media (max-width: 840px) {
    .bannerArea .slick-arrow.slick-prev {
        left: 20%;
    }
}
.bannerArea .slick-arrow.slick-next {
    right: 80px;
}
@media (max-width: 1760px) {
    .bannerArea .slick-arrow.slick-next {
        right: 40px;
    }
}
@media (max-width: 1600px) {
    .bannerArea .slick-arrow.slick-next {
        right: 20px;
    }
}
@media (max-width: 840px) {
    .bannerArea .slick-arrow.slick-next {
        right: 20%;
    }
}
.bannerArea .scrollDown {
    display: block;
    width: 21px;
    height: 34px;
    background: url("../images/scrollDown.png") no-repeat center;
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    cursor: pointer;
}
@media (max-width: 1180px) {
    .bannerArea .scrollDown {
        display: none;
    }
}
.bannerArea .scrollDown:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: solid 2px #ffffff;
    border-width: 0 2px 2px 0;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    -webkit-animation: scrollDown 1.2s linear 0s infinite;
    animation: scrollDown 1.2s linear 0s infinite;
}
.bannerArea .scrollDown:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: solid 2px #ffffff;
    border-width: 0 2px 2px 0;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    -webkit-animation: scrollDown 1.2s linear 0s infinite;
    animation: scrollDown 1.2s linear 0s infinite;
}
.bannerArea .numBox {
    position: absolute;
    top: 60%;
    right: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media (max-width: 1600px) {
    .bannerArea .numBox {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
@media (max-width: 1180px) {
    .bannerArea .numBox {
        top: 45%;
    }
}
@media (max-width: 1040px) {
    .bannerArea .numBox {
        right: 100px;
    }
}
@media (max-width: 840px) {
    .bannerArea .numBox {
        left: 50%;
        right: unset;
        top: unset;
        bottom: 30px;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}
.bannerArea .numBox p {
    color: #182346;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0;
    font-family: "Gabarito", "Microsoft JhengHei", sans-serif;
    font-style: normal;
}
.bannerArea .numBox p:first-child {
    color: #58b5b3;
    font-size: 35px;
    font-weight: 500;
    line-height: 35px;
}
@media (max-width: 840px) {
    .bannerArea .numBox p:first-child {
        font-size: 28px;
        line-height: 28px;
    }
}
.bannerArea .numBox p:nth-of-type(2) {
    margin: 0 5px;
}
.aboutArea {
    padding: 100px 0 150px;
    position: relative;
    /*overflow: hidden;*/
    /*background: url("../images/bg2.png");*//*背景背景背景*/
    z-index: 1;
    background-size: cover;
}
@media (max-width: 1345px) {
    .aboutArea {
        padding: 50px 0 0;
    }
}



.aboutArea .aboutBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 450px;
}
@media (max-width: 1345px) {
    .aboutArea .aboutBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        /*-ms-flex-direction: column-reverse;
        flex-direction: column-reverse;*/
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 400px;
    }
}
.aboutArea .Img {
    width: 940px;
    position: absolute;
    /*right: 10%;*/
    bottom: 0;
    left: calc(50% - 470px);;
}
@media (max-width: 1800px) {
    /*.aboutArea {
    background: url("../images/bg2.png") center;
}*/
    .aboutArea .Img {
        width: 900px;
        /*right: 5%;*/
        left: calc(50% - 450px);;
    }
}
@media (max-width: 1345px) {
    .aboutArea .Img {
        position: static;
        border-radius: 16px;
        overflow: hidden;
        right: 0;
    }
}
@media (max-width: 870px) {
    .aboutArea .aboutBox {
        min-height: 300px;
    }
    .aboutArea .Img {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .aboutArea .Img {
        /*margin-right: -40px;*/
        border-radius: 16px 0 0 16px;
    }
    .aboutArea .aboutBox {
        min-height: 250px;
    }
}

@media (max-width: 400px) {
    .aboutArea .aboutBox {
        min-height: 200px;
    }
}

.aboutArea .Img img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


.aboutArea .Img .aa.a00 {
    width: 400px;
    max-width: 100%;
    position: absolute;
    left: 29%;
    top: -100px;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    transition-delay: -0.3s !important;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}
.aboutArea .Img .aa.display.a00 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.aboutArea .Img .aa.a01 {
    width: 250px;
    position: absolute;
    left: 5%;
    top: 10%;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}
.aboutArea .Img .aa.display.a01 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.aboutArea .Img .aa.a02 {
    width: 250px;
    position: absolute;
    right: 5%;
    top: 10%;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    transition-delay: 0.3s !important;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}
.aboutArea .Img .aa.display.a02 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.aboutArea .Img .aa.a03 {
    width: 250px;
    position: absolute;
    left: 0;
    top: 35%;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    transition-delay: 0.6s !important;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}
.aboutArea .Img .aa.display.a03 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.aboutArea .Img .aa.a04 {
    width: 250px;
    position: absolute;
    right: 0;
    top: 35%;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    transition-delay: 0.9s !important;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}
.aboutArea .Img .aa.display.a04 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.aboutArea .Img .aa.a05 {
    width: 250px;
    position: absolute;
    left: 5%;
    top: 60%;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    transition-delay: 1.2s !important;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}
.aboutArea .Img .aa.display.a05 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.aboutArea .Img .aa.a06 {
    width: 250px;
    position: absolute;
    right: 5%;
    top: 60%;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    transition-delay: 1.5s !important;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}
.aboutArea .Img .aa.display.a06 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.aboutArea .Txt {
    width: 100%;
    max-width: 550px;
    padding-top: 80px;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}
@media (max-width: 1345px) {
    .aboutArea .Txt {
        padding-top: 10px;
        padding-bottom: 30px;
        text-align: center;
    }
}
.aboutArea .Txt.display {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}


.aboutArea .Txt .textEditor .lll {
    float: left;
    width: 130px;
}
.aboutArea .Txt .textEditor .lll img {
    width: 100%;
}

.aboutArea .Txt .textEditor .rrr {
    float: left;
}


.aboutArea .Txt .textEditor p {
    color: #022244;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 2px;
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-style: normal;
    padding-top: 5px;
}
@media (max-width: 1180px) {
    .aboutArea .Txt .textEditor p {
    font-size: 15px;
    line-height: 24px;
    }
}

.aboutArea .innerBG {
    width: calc(100% - 700px);
    height: calc(100% - 150px);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}
@media (max-width: 1345px) {
    .aboutArea .innerBG {
        width: 100%;
        height: calc(100% - 75px);
    }
}
.aboutArea .innerBG.display:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.aboutArea .innerBG:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(234, 255, 254, 0.2)), to(rgba(157, 204, 253, 0.2)));
    background: linear-gradient(to bottom, rgba(234, 255, 254, 0.2) 0%, rgba(157, 204, 253, 0.2) 100%);
    -webkit-box-shadow: 5px 9px 20px 0 rgba(24, 41, 71, 0.2);
    box-shadow: 5px 9px 20px 0 rgba(24, 41, 71, 0.2);
    border: solid 1px #ffffff;
    border-radius: 0 16px 16px 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 1.2s;
    transition: 1.2s;
}
@media (max-width: 1345px) {
    .aboutArea .innerBG:before {
        border-radius: 0;
    }
}
.aboutArea .img_1 {
    width: 200px;
    height: 200px;
    /*background: url("../images/aboutImg_1.png") no-repeat center;
    background-size: contain;*/
    position: absolute;
    left: 0;
    top: -50px;
    z-index: 9999;
    /*-webkit-animation: imgOpacity 5s ease-in-out infinite;
    animation: imgOpacity 5s ease-in-out infinite;*/
}

.aboutArea .img_1 img {
    width: 100%;
    z-index: 9999;
}

@media (max-width: 1345px) {
    .aboutArea .innerBG .img_1 {
        top: unset;
        bottom: 100px;
        left: 100px;
    }
}
.aboutArea .innerBG .img_2 {
    width: 478px;
    height: 291px;
    background: url("../images/aboutImg_2.png") no-repeat center;
    background-size: contain;
    position: absolute;
    left: 150px;
    top: 150px;
    -webkit-animation: imgOpacity 8s ease-in-out infinite;
    animation: imgOpacity 8s ease-in-out infinite;
}
@media (max-width: 1345px) {
    .aboutArea .innerBG .img_2 {
        top: unset;
        bottom: 150px;
        left: unset;
        right: 200px;
    }
}
.aboutArea .innerBG .img_3 {
    width: 478px;
    height: 291px;
    background: url("../images/aboutImg_3.png") no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50px;
    right: 50px;
    -webkit-animation: imgOpacity 10s ease-in-out infinite;
    animation: imgOpacity 10s ease-in-out infinite;
}
@media (max-width: 1345px) {
    .aboutArea .innerBG .img_3 {
        top: 200px;
    }
}
.aboutArea .iconBox {
    position: absolute;
    right: 200px;
    top: 50px;
}
@media (max-width: 870px) {
    .aboutArea .iconBox {
        display: none;
    }
}
.aboutArea .iconBox .iconCell {
    display: block;
    width: 167px;
    height: 171px;
    background: url("../images/iconCell.png") no-repeat center;
    background-size: contain;
    -webkit-filter: drop-shadow(50px 50px 10px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(50px 50px 10px rgba(0, 0, 0, 0.5));
}



.introArea {
    padding: 200px 0;
    position: relative;
    overflow: hidden;
}
@media (max-width: 1345px) {
    .introArea {
        padding: 100px 0;
    }
}
.introArea .introBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media (max-width: 1345px) {
    .introArea .introBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.introArea .Img {
    width: 1025px;
    position: absolute;
    left: 0;
}
@media (max-width: 1800px) {
    .introArea .Img {
        width: 800px;
    }
}
@media (max-width: 1345px) {
    .introArea .Img {
        position: static;
        border-radius: 16px;
        overflow: hidden;
    }
}
@media (max-width: 870px) {
    .introArea .Img {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .introArea .Img {
        border-radius: 0 16px 16px 0;
        margin-left: -40px;
    }
}
.introArea .Img img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.introArea .Txt {
    width: 100%;
    max-width: 550px;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}
@media (max-width: 1345px) {
    .introArea .Txt {
        margin-top: 75px;
    }
}
.introArea .Txt.display {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.introArea .Txt .textEditor p {
    color: #022244;
    font-size: 20px;
    font-weight: 300;
    line-height: 36px;
    letter-spacing: 1px;
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-style: normal;
}
.introArea .innerBG {
    width: calc(100% - 800px);
    height: calc(100% - 100px);
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}
@media (max-width: 1800px) {
    .introArea .innerBG {
        width: calc(100% - 600px);
    }
}
@media (max-width: 1345px) {
    .introArea .innerBG {
        width: 100%;
    }
}
.introArea .innerBG.display:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.introArea .innerBG:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(234, 255, 254, 0.2)), to(rgba(157, 204, 253, 0.2)));
    background: linear-gradient(to bottom, rgba(234, 255, 254, 0.2) 0%, rgba(157, 204, 253, 0.2) 100%);
    -webkit-box-shadow: 5px 9px 20px 0 rgba(24, 41, 71, 0.2);
    box-shadow: 5px 9px 20px 0 rgba(24, 41, 71, 0.2);
    border: solid 1px #ffffff;
    border-radius: 16px 0 0 16px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 1.2s;
    transition: 1.2s;
}
@media (max-width: 1345px) {
    .introArea .innerBG:before {
        border-radius: 0;
    }
}
.introArea .innerBG .img_1 {
    width: 515px;
    height: 315px;
    background: url("../images/aboutImg_4.png") no-repeat center;
    background-size: contain;
    position: absolute;
    right: 50px;
    top: 50px;
    -webkit-animation: imgOpacity 8s ease-in-out infinite;
    animation: imgOpacity 8s ease-in-out infinite;
}
.introArea .iconBox {
    position: absolute;
}
.introArea .iconBox.b1 {
    top: 100px;
    left: 200px;
}
@media (max-width: 870px) {
    .introArea .iconBox.b1 {
        display: none;
    }
}
.introArea .iconBox.b2 {
    top: 300px;
    right: 100px;
}
.introArea .iconBox.b2 .iconCell {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}
.introArea .iconBox .iconCell {
    display: block;
    width: 167px;
    height: 171px;
    background: url("../images/iconCell.png") no-repeat center;
    background-size: contain;
    -webkit-filter: drop-shadow(50px 50px 10px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(50px 50px 10px rgba(0, 0, 0, 0.2));
}



.techArea {
    width: 100%;
    /*height: 940px;*/
    /*background: url("../images/bg3.png") top left no-repeat;*//*背景背景背景*/
    background-size: cover;
    position: relative;
    /*overflow: hidden;*/
    padding-top: 100px;
    padding-bottom: 100px;
}

.techArea .top img {
    width: 100%;
}

.techArea .top .left {
    float: left;
    width: 50%;
}
.techArea .top .right {
    float: right;
    width: 50%;
    padding-top: 15%;
    text-align: center;
}
.techArea .top .right .ttt {
    margin: auto;
    padding: 3% 5%;
    font-size: 21px;
    margin-bottom: 20px;
}

.techArea .top .right .text {
    font-size: 17px;
    line-height: 32px;
}


.techArea .bottom img {
    width: 100%;
}

.techArea .bottom .left {
    float: right;
    width: 50%;
}
.techArea .bottom .right {
    float: left;
    width: 50%;
    padding-top: 15%;
    text-align: center;
}
.techArea .bottom .right .ttt {
    margin: auto;
    padding: 3% 5%;
    font-size: 21px;
    margin-bottom: 20px;
}

.techArea .bottom .right .text {
    font-size: 17px;
    line-height: 32px;
}


@media (max-width: 1180px) {
    .techArea .top .left {
    float: none;
    width: 100%;
}
.techArea .top .right {
    float: none;
    width: 100%;
    padding-top: 5%;
    text-align: center;
}
.techArea .top .right .ttt {
    margin: auto;
    padding: 3% 5%;
    font-size: 21px;
    margin-bottom: 20px;
}

.techArea .top .right .text {
    font-size: 17px;
    line-height: 32px;
}


.techArea .bottom .left {
    float: none;
    width: 100%;
}
.techArea .bottom .right {
    float: none;
    width: 100%;
    padding-top: 5%;
    text-align: center;
}
.techArea .bottom .right .ttt {
    margin: auto;
    padding: 3% 5%;
    font-size: 21px;
    margin-bottom: 20px;
}

.techArea .bottom .right .text {
    font-size: 17px;
    line-height: 32px;
    }
}




.techArea .wrap {
    width: 980px;
    max-width: 100%;
    margin: auto;
}


.techArea ul.step123 li {
    margin: 0 0 10% 0;
}

.techArea ul.step123 li img {
    width: 100%;
}

@media (max-width: 1180px) {
    .techArea {
        /*background: none;
        height: auto;
    background: url("../images/bg3.png") center;*/
    }
    .techArea ul.step123 li {
    width: 100%;
    float: none;
    margin: 0 0 10% 0;
}
}
.techArea .wrap {
    height: 100%;
}
.techArea .techBox {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1760px) {
    .techArea .techBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (max-width: 1760px) {
    .techArea .techBox .titleBox {
        margin-bottom: 50px;
        text-align: center;
    }
}
/*
.techArea .techBox .titleBox .separate {
    margin: 30px 0;
}
@media (max-width: 1760px) {
    .techArea .techBox .titleBox .separate {
        margin: 30px auto;
    }
}
*/
.techArea .techBox .titleBox .textBox {
    width: 100%;
    max-width: 550px;
}
.techArea .techBox .titleBox .textBox p {
    color: #022244;
    font-size: 20px;
    font-weight: 300;
    line-height: 36px;
    letter-spacing: 1px;
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-style: normal;
}
@media (max-width: 640px) {

    .techArea {
    padding-top: 50px;
    padding-bottom: 50px;
}

    .techArea .techBox .titleBox {
        margin-bottom: 10px;
    }
    .techArea .techBox .titleBox .textBox p {
        font-size: 16px;
    }
}
.techArea .techBox .techList {
    width: 1000px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
@media (max-width: 1760px) {
    .techArea .techBox .techList {
        position: relative;
    }
}
@media (max-width: 1180px) {
    .techArea .techBox .techList {
        width: 100%;
    }
}
.techArea .techBox .techList .slick-slide {
    border: none;
}
.techArea .techBox .techList .slick-prev {
    left: 0;
}
.techArea .techBox .techList .slick-next {
    right: 0;
}
.techArea .techBox .techList .item {
    position: relative;
}
@media (max-width: 1180px) {
    .techArea .techBox .techList .item {
        width: 300px;
        height: 300px;
        margin: 0 auto;
    }
}
.techArea .techBox .techList .item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #182346;
    opacity: 0;
}
@media (min-width: 1201px) {
    .techArea .techBox .techList .item:hover:before {
        opacity: 0.6;
    }
    .techArea .techBox .techList .item:hover .Txt .innerBox {
        border-color: #ffffff;
        -webkit-transform: translate(-20px, -20px);
        transform: translate(-20px, -20px);
        -webkit-filter: drop-shadow(30px 30px 2px rgba(0, 0, 0, 0.7));
        filter: drop-shadow(30px 30px 2px rgba(0, 0, 0, 0.7));
    }
    .techArea .techBox .techList .item:hover .Txt .title a {
        color: #ffffff;
    }
    .techArea .techBox .techList .item:hover .Txt .textEditor p {
        color: #ffffff;
    }
}
.techArea .techBox .techList .item .Txt {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.techArea .techBox .techList .item .Txt .innerBox {
    padding: 20px;
    border: solid 1px transparent;
    border-radius: 16px;
}
.techArea .techBox .techList .item .Txt .title {
    color: #182346;
    font-size: 33px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0;
    font-family: "Josefin Sans", "Microsoft JhengHei", sans-serif;
    font-style: normal;
    margin-bottom: 20px;
    text-align: center;
}
.techArea .techBox .techList .item .Txt .title a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.techArea .techBox .techList .item .Txt .textEditor p {
    color: #182346;
    font-size: 22px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0;
    font-family: "Gabarito", "Microsoft JhengHei", sans-serif;
    font-style: normal;
    text-align: center;
}
.techArea .techBox .techList .item .Img {
    width: 100%;
}
@media (max-width: 1180px) {
    .techArea .techBox .techList .item .Img {
        height: 100%;
    }
}
.techArea .techBox .techList .item .Img img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@media (max-width: 1180px) {
    .techArea .techBox .techList .item .Img img {
        height: 100%;
    }
}
@media (max-width: 480px) {
    .techArea .techBox .techList .item .Img img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: left;
        object-position: left;
    }
}



.linkArea {
    position: relative;
    padding-top: 100px;
    /*overflow: hidden;*/
    z-index: 1;
}
.linkArea .titleBox {
    position: relative;
    z-index: 1;
}
.linkArea .linkList {
    z-index: 1;
}
@media (max-width: 1540px) {
    .linkArea .linkList {
        width: 1000px;
        margin: 0 auto;
    }
}
@media (max-width: 1180px) {
    .linkArea {
    padding-top: 50px;
}
    .linkArea .linkList {
        width: 100%;
    }
}
.linkArea .slick-list {
    padding: 100px 20px;
}
@media (max-width: 640px) {
    .linkArea .slick-list {
        padding: 30px 20px;
    }
}
@media (max-width: 480px) {
    .linkArea .slick-list {
        /*padding: 30px 0 100px;*/
        padding: 30px 0 30px;
    }
}
@media (max-width: 480px) {
    .linkArea .slick-slide {
        margin: 0 10px;
    }
}
@media (max-width: 480px) {
    .linkArea .slick-arrow {
        /*top: unset;
        bottom: 0px;*/
        bottom: 50%;
    }
}
@media (max-width: 1180px) {
    .linkArea .slick-prev {
        left: 20px;
    }
}
@media (max-width: 640px) {
    .linkArea .slick-prev {
        left: 0;
    }
}
@media (max-width: 480px) {
    .linkArea .slick-prev {
        /*left: 50px;*/
    }
}
@media (max-width: 1180px) {
    .linkArea .slick-next {
        right: 20px;
    }
}
@media (max-width: 640px) {
    .linkArea .slick-next {
        right: 0;
    }
}
@media (max-width: 480px) {
    .linkArea .slick-next {
        /*right: 50px;*/
    }
}
.linkArea .item {
    /*width: 398px;
    height: 460px;*/
    width: 100%;
    height: auto;
    /*background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), to(transparent));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, transparent 100%);
    border-radius: 16px;
    -webkit-box-shadow: inset 0px 0px 5px 3px rgba(255, 255, 255, 0.7);
    box-shadow: inset 0px 0px 5px 3px rgba(255, 255, 255, 0.7);
    position: relative;
    padding: 0 67px;
    margin: 0 auto;*/
}
@media (max-width: 640px) {
    .linkArea .item {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}
@media (max-width: 480px) {
    .linkArea .item {
        width: 100%;
        height: auto;
        -webkit-transform: scale(1);
        transform: scale(1);
        padding: 0 30px 30px;
    }
}


@media (min-width: 1201px) {
    .linkArea .item:hover {
        background: transparent;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        /*-webkit-box-shadow: inset 0px 0px 5px 3px rgba(255, 255, 255, 0.7), 20px 20px 10px 0 rgba(0, 0, 0, 0.2);
        box-shadow: inset 0px 0px 5px 3px rgba(255, 255, 255, 0.7), 20px 20px 10px 0 rgba(0, 0, 0, 0.2);*/
    }
    .linkArea .item:hover:before {
        opacity: 1;
    }
    .linkArea .item:hover:after {
        opacity: 1;
    }
}
/*
.linkArea .item:before {
    content: "";
    position: absolute;
    width: 457px;
    height: 489px;
    background: url("../images/linkHoverBG.png") no-repeat center;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
    z-index: -2;
}
*/
@media (max-width: 480px) {
    .linkArea .item:before {
        display: none;
    }
}
/*
.linkArea .item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#dceafa), to(#bbfefb));
    background: linear-gradient(to bottom, #dceafa 0%, #bbfefb 100%);
    border-radius: 16px;
    -webkit-box-shadow: inset 0px 0px 5px 3px rgba(255, 255, 255, 0.7);
    box-shadow: inset 0px 0px 5px 3px rgba(255, 255, 255, 0.7);
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
}
*/
.linkArea .item .Img {
    width: 100%px;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    margin: 0 auto -70px;
}
.linkArea .item .Img img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.linkArea .item .Txt .title {
    color: #182346;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-style: normal;
    margin-bottom: 20px;
}
@media (max-width: 480px) {
    .linkArea .item .Txt .title {
        text-align: center;
    }
}
.linkArea .item .Txt .title a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.linkArea .item .Txt .textEditor p {
    color: #022244;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 1px;
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-style: normal;
    text-align: left;
}
@media (max-width: 480px) {
    .linkArea .item .Txt .textEditor p {
        text-align: center;
    }
}
.linkArea .bgWord {
    color: #ffffff;
    font-size: 240px;
    font-weight: 400;
    line-height: 240px;
    letter-spacing: 0;
    font-family: "Josefin Sans", "Microsoft JhengHei", sans-serif;
    font-style: normal;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100px;
    opacity: 0.2;
    pointer-events: none;
}
.linkArea .iconBox {
    position: absolute;
    left: 500px;
    top: 50px;
}
.linkArea .iconBox .iconCell {
    display: block;
    width: 167px;
    height: 171px;
    background: url("../images/iconCell.png") no-repeat center;
    background-size: contain;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-filter: drop-shadow(20px 30px 10px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(20px 30px 10px rgba(0, 0, 0, 0.5));
}
.linkArea .numBox {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 1;
}
@media (max-width: 480px) {
    .linkArea .numBox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.linkArea .numBox p {
    color: #182346;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0;
    font-family: "Gabarito", "Microsoft JhengHei", sans-serif;
    font-style: normal;
}
.linkArea .numBox p:first-child {
    color: #58b5b3;
    font-size: 28px;
    font-weight: 500;
    line-height: 28px;
}
.linkArea .numBox p:nth-of-type(2) {
    margin: 0 5px;
}














.linkArea2 {
    max-width: 100% !important;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    /*overflow: hidden;*/
    /*background: url("../images/bg4.jpg");*//*背景背景背景*/
    background-size: cover;
    z-index: 1;
}

.linkArea2 .link123 li {
    width: 48%;
    float: left;
    border-radius: 16px;
    position: relative;
    padding: 10px 50px;
    margin: 0 auto;
    /*background: url("../images/linkHoverBG.png") no-repeat center;*/
    /*background-size: cover;*/
    /*background: #fff;*/
    /*background-color: rgba(255, 255, 255, 0.8);*/
    margin: 0 1%;
    /*box-shadow: 0px 0px 9px #182346;*/
}


.linkArea2 .link123 li.li01 {
    width: 53%;
}

.linkArea2 .link123 li.li02 {
    width: 43%;
}

.linkArea2 .link123 li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /*background: url("../images/bg4.jpg") no-repeat center;*/
    border-radius: 16px;
    /*-webkit-box-shadow: inset 0px 0px 5px 3px rgba(255, 255, 255, 0.7);
    box-shadow: inset 0px 0px 5px 3px rgba(255, 255, 255, 0.7);*/
    top: 0;
    left: 0;
    opacity: 1;
    z-index: -1;
}

.linkArea2 .link123 li img {
    width: 100%;
}


/*
.linkArea2 .link123 li:hover {
    background-color: rgba(24, 35, 70, 1);
    -webkit-transition: 0.8s;
    transition: 0.8s;
}

.linkArea2 .link123 li:hover img {
    transform: translateY(-26px);
    filter: drop-shadow(#656FF4 0 26px);
    filter: brightness(100) !important;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}
*/


.linkArea2 .link123 li .bot00 {
    width: 60%;
    text-align: center;
    margin: auto;
    padding: 10% 0 7% 0;
}

.linkArea2 .link123 li .bot {
    display: block;
    width: 80%;
    height: 120px;
    text-align: center;
    margin: auto;
}

@media (max-width: 780px) {
.linkArea2 .link123 li .bot {
    height: 80px;
}
}

@media (max-width: 480px) {
.linkArea2 .link123 li .bot {
    height: 60px;
}
}

.linkArea2 .link123 li .bot01 {
    background: url("../images/bot01-1.png") no-repeat center;
    background-size: contain;
}

.linkArea2 .link123 li .bot01:hover {
    background: url("../images/bot01-2.png") no-repeat center;
    background-size: contain;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}

.linkArea2 .link123 li .bot02 {
    background: url("../images/bot02-1.png") no-repeat center;
    background-size: contain;
}

.linkArea2 .link123 li .bot02:hover {
    background: url("../images/bot02-2.png") no-repeat center;
    background-size: contain;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}

.linkArea2 .link123 li .bot03 {
    background: url("../images/bot03-1.png") no-repeat center;
    background-size: contain;
}

.linkArea2 .link123 li .bot03:hover {
    background: url("../images/bot03-2.png") no-repeat center;
    background-size: contain;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}

.linkArea2 .link123 li .bot04 {
    background: url("../images/bot04-1.png") no-repeat center;
    background-size: contain;
}

.linkArea2 .link123 li .bot04:hover {
    background: url("../images/bot04-2.png") no-repeat center;
    background-size: contain;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}


@media (max-width: 1180px) {
    .linkArea2 .link123 li {
    width: 80%;
    float: none;
    margin-bottom: 30px;
    padding: 10px 10px;
    margin-left: auto;
    margin-right: auto;
    }
    .linkArea2 {
    padding-top: 50px;
    padding-bottom: 20px;
    }

    .linkArea2 .link123 li.li01 {
    width: 80%;
}

    .linkArea2 .link123 li.li02 {
    width: 80%;
}
}


.linkArea2 .wrap {
    max-width: 1080px;
}

.linkArea2 .titleBox {
    position: relative;
    z-index: 1;
}
.linkArea2 .linkList2 {
    z-index: 1;
}
@media (max-width: 1540px) {
    .linkArea2 .linkList2 {
        width: 800px;
        margin: 0 auto;
    }
}





@media (max-width: 1180px) {
    .linkArea2 {
    padding-top: 50px;
}
    .linkArea2 .linkList2 {
        width: 100%;
    }
}
.linkArea2 .slick-list {
    padding: 100px 20px;
}
@media (max-width: 640px) {
    .linkArea2 .slick-list {
        padding: 30px 20px;
    }
}
@media (max-width: 480px) {
    .linkArea2 .slick-list {
        padding: 30px 0 100px;
    }
}
@media (max-width: 480px) {
    .linkArea2 .slick-slide {
        margin: 0 10px;
    }
}
@media (max-width: 480px) {
    .linkArea2 .slick-arrow {
        top: unset;
        bottom: 0px;
    }
}
@media (max-width: 1180px) {
    .linkArea2 .slick-prev {
        left: 20px;
    }
}
@media (max-width: 640px) {
    .linkArea2 .slick-prev {
        left: 0;
    }
}
@media (max-width: 480px) {
    .linkArea2 .slick-prev {
        left: 50px;
    }
}
@media (max-width: 1180px) {
    .linkArea2 .slick-next {
        right: 20px;
    }
}
@media (max-width: 640px) {
    .linkArea2 .slick-next {
        right: 0;
    }
}
@media (max-width: 480px) {
    .linkArea2 .slick-next {
        right: 50px;
    }
}
.linkArea2 .item {
    width: 398px;
    height: 460px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), to(transparent));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, transparent 100%);
    border-radius: 16px;
    -webkit-box-shadow: inset 0px 0px 5px 3px rgba(255, 255, 255, 0.7);
    box-shadow: inset 0px 0px 5px 3px rgba(255, 255, 255, 0.7);
    position: relative;
    padding: 0 67px;
    margin: 0 auto;
}
@media (max-width: 640px) {
    .linkArea2 .item {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}
@media (max-width: 480px) {
    .linkArea2 .item {
        width: 100%;
        height: auto;
        -webkit-transform: scale(1);
        transform: scale(1);
        padding: 0 30px 30px;
    }
}


@media (min-width: 1201px) {
    .linkArea2 .item:hover {
        background: transparent;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        -webkit-box-shadow: inset 0px 0px 5px 3px rgba(255, 255, 255, 0.7), 20px 20px 10px 0 rgba(0, 0, 0, 0.2);
        box-shadow: inset 0px 0px 5px 3px rgba(255, 255, 255, 0.7), 20px 20px 10px 0 rgba(0, 0, 0, 0.2);
    }
    .linkArea2 .item:hover:before {
        opacity: 1;
    }
    .linkArea2 .item:hover:after {
        opacity: 1;
    }
}

.linkArea2 .item:before {
    content: "";
    position: absolute;
    width: 457px;
    height: 489px;
    background: url("../images/linkHoverBG.png") no-repeat center;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
    z-index: -2;
}

@media (max-width: 480px) {
    .linkArea2 .item:before {
        display: none;
    }
}

.linkArea2 .item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#dceafa), to(#bbfefb));
    background: linear-gradient(to bottom, #dceafa 0%, #bbfefb 100%);
    border-radius: 16px;
    -webkit-box-shadow: inset 0px 0px 5px 3px rgba(255, 255, 255, 0.7);
    box-shadow: inset 0px 0px 5px 3px rgba(255, 255, 255, 0.7);
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
}
.linkArea2 .item .Img {
    width: 100%px;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    margin: 0 auto -70px;
}
.linkArea2 .item .Img img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.linkArea2 .item .Txt .title {
    color: #182346;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-style: normal;
    margin-bottom: 20px;
}
@media (max-width: 480px) {
    .linkArea2 .item .Txt .title {
        text-align: center;
    }
}
.linkArea2 .item .Txt .title a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.linkArea2 .item .Txt .textEditor p {
    color: #022244;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 1px;
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-style: normal;
    text-align: left;
}
@media (max-width: 480px) {
    .linkArea2 .item .Txt .textEditor p {
        text-align: center;
    }
}
.linkArea2 .bgWord {
    color: #ffffff;
    font-size: 240px;
    font-weight: 400;
    line-height: 240px;
    letter-spacing: 0;
    font-family: "Josefin Sans", "Microsoft JhengHei", sans-serif;
    font-style: normal;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100px;
    opacity: 0.2;
    pointer-events: none;
}
.linkArea2 .iconBox {
    position: absolute;
    left: 500px;
    top: 50px;
}
.linkArea2 .iconBox .iconCell {
    display: block;
    width: 167px;
    height: 171px;
    background: url("../images/iconCell.png") no-repeat center;
    background-size: contain;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-filter: drop-shadow(20px 30px 10px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(20px 30px 10px rgba(0, 0, 0, 0.5));
}
.linkArea2 .numBox {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 1;
}
@media (max-width: 480px) {
    .linkArea2 .numBox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.linkArea2 .numBox p {
    color: #182346;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0;
    font-family: "Gabarito", "Microsoft JhengHei", sans-serif;
    font-style: normal;
}
.linkArea2 .numBox p:first-child {
    color: #58b5b3;
    font-size: 28px;
    font-weight: 500;
    line-height: 28px;
}
.linkArea2 .numBox p:nth-of-type(2) {
    margin: 0 5px;
}




.contentBox {
    padding: 100px 0;
    position: relative;
    /*overflow: hidden;*/
    /*background: url("../images/bg5.jpg");*//*背景背景背景*/
    z-index: 1;
    background-size: cover;
}
@media (max-width: 1345px) {
    .contentBox {
        padding: 50px 0;
    }
}


.contentBox .wrap {
    width: 1080px;
    max-width: 100%;
    margin: auto;
}

.contentBox .thankInfo {
    text-align: center;
}


.iii {
    position: absolute;
    z-index: initial;
    z-index: 99 !important;
    display: flex;
    overflow: visible;
    /*-webkit-animation: imgOpacity 5s ease-in-out infinite;
    animation: imgOpacity 5s ease-in-out infinite;*/
}

.iii.i01 {
    width: 200px;
    height: 200px;
    background: url("../images/icon/01.png") no-repeat center;
    background-size: contain;
    left: -70px;
    top: -80px;
}

.iii.i02 {
    width: 100px;
    height: 384px;
    background: url("../images/icon/02.png") no-repeat center;
    background-size: contain;
    right: 0px;
    bottom: -200px;
}

.iii.i03 {
    width: 160px;
    height: 450px;
    background: url("../images/icon/03.png") no-repeat center;
    background-size: contain;
    left: -50px;
    top: 100px;
}

.iii.i04 {
    width: 300px;
    height: 300px;
    background: url("../images/icon/04.png") no-repeat center;
    background-size: contain;
    left: -100px;
    top: -220px;
}

.iii.i05 {
    width: 400px;
    height: 504px;
    background: url("../images/icon/05.png") no-repeat center;
    background-size: contain;
    right: 0px;
    top: -100px;
}

.iii.i06 {
    width: 50px;
    height: 50px;
    background: url("../images/icon/06.png") no-repeat center;
    background-size: contain;
    right: 180px;
    top: 0px;
}

.iii.i07 {
    width: 500px;
    height: 50px;
    background: url("../images/icon/07.png") no-repeat center;
    background-size: contain;
    left: -110px;
    top: -25px;
}

.iii.i08 {
    width: 60px;
    height: 60px;
    background: url("../images/icon/08.png") no-repeat center;
    background-size: contain;
    right: 200px;
    top: 120px;
}

.iii.i09 {
    width: 240px;
    height: 240px;
    background: url("../images/icon/09.png") no-repeat center;
    background-size: contain;
    left: calc(50% - 120px);
    bottom: 0px;
}

@media (max-width: 1345px) {
    .iii {
        display: none;
    }
}


@media (max-width: 768px) {
  .bannerArea {
    height: 300px !important;
    position: relative;
    background: url("../images/bannerbg.jpg") no-repeat center;
    background-size: cover;
    margin-top: 60px;
  }
  .mainArea {
    padding-top: 50px;
  }
  .bannerArea .bannerBox {
    display: none;
  }
}