.popWin .close,
.popWin .close:after,
.popWin .close: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: #3195c8;
    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: #3195c8;
    }
    .popWin .close:hover:before {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    .popWin .close:hover:after {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
}
.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;
}
.bannerArea .bannerItem .Txt {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 50px;
}
@media (max-width: 480px) {
    .bannerArea .bannerItem .Txt {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 0 30px 10%;
    }
}
.bannerArea .bannerItem .Txt .textBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.bannerArea .bannerItem .Txt .decoTitle {
    opacity: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0;
    font-family: "Poppins", "Microsoft JhengHei", sans-serif;
    font-style: normal;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 0 20px;
    padding: 0;
}
@media (max-width: 480px) {
    .bannerArea .bannerItem .Txt .decoTitle {
        display: none;
    }
}
.bannerArea .bannerItem .Txt .decoTitle em {
    display: block;
    width: 60px;
    height: 1px;
    background: #ffffff;
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    z-index: 1;
    margin: 0 20px 0 0;
    padding: 0;
}
.bannerArea .bannerItem .Txt .decoTitle em:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 1px;
    background: #3195c8;
    left: 0;
    bottom: 0;
}
.bannerArea .bannerItem .Txt .title {
    max-width: 550px;
    opacity: 0;
    color: #ffffff;
    font-size: 90px;
    font-weight: 500;
    line-height: 90px;
    letter-spacing: 0;
    font-family: "Poppins", "Microsoft JhengHei", sans-serif;
    font-style: normal;
    text-align: left;
    margin: 0 0 30px;
    padding: 0;
}
@media (max-width: 1180px) {
    .bannerArea .bannerItem .Txt .title {
        font-size: 40px;
    }
}
@media (max-width: 768px) {
    .bannerArea .bannerItem .Txt .title {
        font-size: 30px;
    }
}
@media (max-width: 900px) {
    .bannerArea .bannerItem .Txt .title {
        line-height: 1;
        margin: 0;
    }
}
.bannerArea .bannerItem .Txt .subtitle {
    opacity: 0;
    color: #ffffff;
    font-size: 42px;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: 0;
    font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
    font-style: normal;
    text-align: left;
    margin: 0 0 20px;
    padding: 0;
}
@media (max-width: 1180px) {
    .bannerArea .bannerItem .Txt .subtitle {
        font-size: 24px;
    }
}
@media (max-width: 768px) {
    .bannerArea .bannerItem .Txt .subtitle {
        font-size: 22px;
    }
}
@media (max-width: 480px) {
    .bannerArea .bannerItem .Txt .subtitle {
        font-size: 30px;
        margin: 0;
    }
}
.bannerArea .bannerItem .Txt .text {
    max-width: 340px;
    opacity: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-style: normal;
    text-align: left;
}
@media (max-width: 768px) {
    .bannerArea .bannerItem .Txt .text {
        font-size: 14px;
    }
}
@media (max-width: 480px) {
    .bannerArea .bannerItem .Txt .text {
        display: none;
    }
}
.bannerArea .bannerItem .Txt .btnBox {
    margin-top: 40px;
    opacity: 0;
}
@media (max-width: 900px) {
    .bannerArea .bannerItem .Txt .btnBox {
        margin-top: 20px;
    }
}
@media (max-width: 480px) {
    .bannerArea .bannerItem .Txt .btnBox .btn {
        min-width: 150px;
    }
}
@media (max-width: 640px) {
    .bannerArea .bannerItem .Img {
        padding-bottom: 75%;
    }
}
@media (max-width: 480px) {
    .bannerArea .bannerItem .Img {
        padding-bottom: 110%;
    }
}
.bannerArea .slick-current .Txt .decoTitle {
    -webkit-animation: slideUpAnimation 0.8s ease-in-out forwards;
    animation: slideUpAnimation 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .title {
    -webkit-animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
    animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .subtitle {
    -webkit-animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
    animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .text {
    -webkit-animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
    animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .btnBox {
    -webkit-animation: slideUpAnimation 0.8s 1.6s ease-in-out forwards;
    animation: slideUpAnimation 0.8s 1.6s ease-in-out forwards;
}
.bannerArea .scrollDown {
    cursor: pointer;
    position: absolute;
    top: unset;
    right: 80px;
    bottom: 0;
    left: unset;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
@media (max-width: 1400px) {
    .bannerArea .scrollDown {
        display: none;
    }
}
.bannerArea .scrollDown span {
    display: block;
}
.bannerArea .scrollDown span.text {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0;
    font-family: "Poppins", "Microsoft JhengHei", sans-serif;
    font-style: normal;
    text-align: left;
    margin: 0 0 20px;
    padding: 0;
}
.bannerArea .scrollDown span.line {
    width: 2px;
    height: 100px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    z-index: 1;
}
.bannerArea .scrollDown span.line:before {
    content: "";
    position: absolute;
    width: 2px;
    height: calc(100% + 20px);
    background-color: #3195c8;
    top: 0;
    left: 0;
    -webkit-animation: bannerScrollAnimation 2.5s linear infinite forwards;
    animation: bannerScrollAnimation 2.5s linear infinite forwards;
}
.bannerArea .dotBox {
    width: 100%;
    max-width: 1400px;
    position: absolute;
    left: 50%;
    top: unset;
    bottom: 40px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 2;
}
@media (max-width: 1480px) {
    .bannerArea .dotBox {
        display: none;
    }
}
.bannerArea .dotBox .slick-dots {
    text-align: left;
    bottom: 0;
    counter-reset: slick-dot-counter;
}
.bannerArea .dotBox .slick-dots li {
    width: 30px;
    height: 30px;
    counter-increment: slick-dot-counter;
}
.bannerArea .dotBox .slick-dots li.slick-active button {
    border-color: #3195c8;
}
.bannerArea .dotBox .slick-dots li.slick-active button:before {
    color: #3195c8;
}
.bannerArea .dotBox .slick-dots li:nth-of-type(n + 10) button:before {
    content: counter(slick-dot-counter);
}
.bannerArea .dotBox .slick-dots li button {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 0;
    border-style: solid;
    border-color: #ffffff;
    border-width: 1px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.bannerArea .dotBox .slick-dots li button:before {
    content: "0" counter(slick-dot-counter);
    width: 100%;
    height: 100%;
    opacity: 1;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0;
    font-family: "Poppins", "Microsoft JhengHei", sans-serif;
    font-style: normal;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0;
    padding: 2px 0 0;
}
.bannerArea .arrowBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: absolute;
    top: 50%;
    left: unset;
    right: 60px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 2;
}
@media (max-width: 640px) {
    .bannerArea .arrowBox {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        top: unset;
        bottom: 10%;
        right: 30px;
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@media (max-width: 480px) {
    .bannerArea .arrowBox {
        bottom: calc(10% - 5px);
    }
}
@media (max-width: 350px) {
    .bannerArea .arrowBox {
        display: none;
    }
}
.bannerArea .arrowBox button {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border-style: solid;
    border-color: #ffffff;
    border-width: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    margin: 0 0 10px;
    padding: 0;
}
@media (min-width: 1201px) {
    .bannerArea .arrowBox button:hover {
        background: #ffffff;
    }
    .bannerArea .arrowBox button:hover i:before {
        border-color: transparent transparent #3195c8 #3195c8;
    }
    .bannerArea .arrowBox button:hover i:after {
        border-color: #3195c8 transparent transparent #3195c8;
    }
}
@media (max-width: 640px) {
    .bannerArea .arrowBox button {
        width: 50px;
        height: 50px;
        margin: 0 10px 0 0;
    }
}
.bannerArea .arrowBox button:last-child {
    margin: 0;
}
.bannerArea .arrowBox button.arrowPrev {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.bannerArea .arrowBox button i {
    width: 20px;
    height: 20px;
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    z-index: 1;
    margin: 10px 0 0;
    padding: 0;
}
.bannerArea .arrowBox button i:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -4px;
    left: 8px;
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
    border-style: solid;
    border-color: transparent transparent #ffffff #ffffff;
    border-width: 4px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.bannerArea .arrowBox button i:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 4px;
    left: 8px;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    border-style: solid;
    border-color: #ffffff transparent transparent #ffffff;
    border-width: 4px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.aboutArea {
    background: #ffffff;
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    z-index: 1;
    margin: 0;
    padding: 120px 0;
}
.aboutArea:before {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 431px;
    height: 100%;
    top: 0;
    right: 0;
    /*background: url("../images/home_about_BG2.jpg") no-repeat top center;*/
    background-size: cover;
    pointer-events: none;
}
@media (max-width: 1180px) {
    .aboutArea {
        padding: 60px 0;
    }
}
.aboutArea .aboutBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
@media (max-width: 1180px) {
    .aboutArea .aboutBox {
        -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;
    }
}
.aboutArea .aboutBox > .Img {
    width: 470px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 70px 0 0;
    padding: 0;
}
@media (max-width: 1180px) {
    .aboutArea .aboutBox > .Img {
        width: 100%;
        max-width: 470px;
        margin: 0 0 30px;
    }
}
.aboutArea .aboutBox > .Img img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.aboutArea .aboutBox .rightSide {
    width: 100%;
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0 0 50px;
}
@media (max-width: 1380px) {
    .aboutArea .aboutBox .rightSide {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }
}
@media (max-width: 1180px) {
    .aboutArea .aboutBox .rightSide {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.aboutArea .aboutBox .rightSide .Img {
    width: 180px;
    position: absolute;
    left: 50%;
    /*top: -120px;*/
    top: -100px;
    bottom: unset;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 1;
}
@media (max-width: 1380px) {
    .aboutArea .aboutBox .rightSide .Img {
        left: unset;
        right: 0;
        top: -50px;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@media (max-width: 1180px) {
    .aboutArea .aboutBox .rightSide .Img {
        display: none;
    }
}
.aboutArea .aboutBox .rightSide .Img img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.aboutArea .aboutBox .rightSide .Txt {
    max-width: 430px;
}
@media (max-width: 1380px) {
    .aboutArea .aboutBox .rightSide .Txt {
        margin: 0 0 30px;
        padding: 0;
    }
}
.aboutArea .aboutBox .rightSide .btnBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.aboutArea .aboutBox .rightSide .btnBox .btn {
    min-width: 240px;
    margin-bottom: 20px;
}
.aboutArea .aboutBox .rightSide .btnBox .btn:last-child {
    margin: 0;
}
.aboutArea .bg {
    width: 100%;
    height: 100%;
    background: url("../images/home_about_BG.jpg") no-repeat top center;
    background-size: cover;
    pointer-events: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: unset;
    bottom: unset;
    left: 0;
    z-index: -1;
}
.aboutArea .bg:before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background: #ececec;
    border-radius: 0 100px 0 0;
    bottom: 0;
    left: 600px;
    opacity: 0.4;
}
.aboutArea .bg:after {
    content: "";
    position: absolute;
    width: 400px;
    height: 50%;
    background: #ececec;
    border-radius: 0 0 0 100px;
    top: 0;
    left: 0;
    opacity: 0.4;
}
.newsArea {
    background: #f6f4f1;
    overflow: hidden;
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    z-index: 1;
    margin: 0;
    padding: 120px 0;
}
.newsArea:before {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 1400px;
    height: 100%;
    top: 0;
    right: 0;
    background: url("../images/home_newsBG_1.png") no-repeat top center;
    background-size: cover;
    pointer-events: none;
    z-index: -1;
}
@media (max-width: 1023px) {
    .newsArea {
        padding: 60px 0;
    }
}
.newsArea .newsBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    z-index: 1;
}
@media (max-width: 1023px) {
    .newsArea .newsBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
.newsArea .newsList {
    width: 100%;
}
.newsArea .newsList .item {
    width: 340px;
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    z-index: 1;
}
@media (min-width: 1201px) {
    .newsArea .newsList .item:hover .Img img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-filter: brightness(0.8);
        filter: brightness(0.8);
    }
    .newsArea .newsList .item:hover .Txt .title {
        color: #3195c8;
    }
    .newsArea .newsList .item:hover .Txt .linkBtn {
        padding-left: 60px;
    }
    .newsArea .newsList .item:hover .Txt .linkBtn:before {
        width: 0;
    }
    .newsArea .newsList .item:hover .Txt .linkBtn:after {
        width: 40px;
    }
}
@media (max-width: 1500px) {
    .newsArea .newsList .item {
        margin: 0 auto;
    }
}
@media (max-width: 1023px) {
    .newsArea .newsList .item {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .newsArea .newsList .item {
        padding: 0 20px;
    }
}
.newsArea .newsList .item .Img {
    width: 100%;
    max-width: 400px;
    border-radius: 40px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}
.newsArea .newsList .item .Img img {
    width: 100%;
    /*height: auto;*/
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    object-fit: cover;
    height: 300px;
}
.newsArea .newsList .item .Txt {
    margin: 30px 0 0;
    padding: 0;
}
.newsArea .newsList .item .Txt .title {
    color: #444444;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 2px;
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-style: normal;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    margin: 0 0 20px;
    padding: 0;
}
.newsArea .newsList .item .Txt .text {
    height: 48px;
    color: #888888;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-style: normal;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.newsArea .newsList .item .Txt .linkBtn {
    display: inline-block;
    pointer-events: none;
    color: #3195c8;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0;
    font-family: "Poppins", "Microsoft JhengHei", sans-serif;
    font-style: normal;
    text-align: left;
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    z-index: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    margin: 40px 0 0;
    padding: 0;
}
.newsArea .newsList .item .Txt .linkBtn:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 1px;
    background: #3195c8;
    position: absolute;
    top: 50%;
    left: unset;
    right: -60px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.newsArea .newsList .item .Txt .linkBtn:after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background: #3195c8;
    position: absolute;
    top: 50%;
    left: 0;
    right: unset;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.newsArea .leftSide {
    width: calc(100% - 290px);
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
@media (max-width: 1023px) {
    .newsArea .leftSide {
        width: 100%;
    }
}
.newsArea .leftSide.hide {
    opacity: 0;
    -webkit-transition: 0s;
    transition: 0s;
    -webkit-transform: translate(10%, 0);
    transform: translate(10%, 0);
}
.newsArea .rightSide {
    width: 230px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 0 0 60px;
    padding: 0;
}
@media (max-width: 1023px) {
    .newsArea .rightSide {
        width: 100%;
        margin: 0 0 40px;
    }
}
@media (max-width: 1023px) {
    .newsArea .rightSide .titleBox {
        height: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
@media (max-width: 1023px) {
    .newsArea .rightSide .titleBox .title {
        margin: 0 10px 0 0;
    }
}
.newsArea .rightSide .arrowBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 60px 0 0;
    padding: 0;
}
@media (max-width: 1023px) {
    .newsArea .rightSide .arrowBox {
        position: absolute;
        top: 0;
        right: 0;
        bottom: unset;
        left: unset;
        z-index: 1;
        margin: 0;
    }
}
@media (max-width: 480px) {
    .newsArea .rightSide .arrowBox {
        top: 10px;
    }
}
@media (max-width: 350px) {
    .newsArea .rightSide .arrowBox {
        display: none;
    }
}
.newsArea .rightSide .arrowBox button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border-style: solid;
    border-color: #3195c8;
    border-width: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    margin: 0 10px 0 0;
    padding: 0;
}
@media (min-width: 1201px) {
    .newsArea .rightSide .arrowBox button:hover {
        background: #3195c8;
    }
    .newsArea .rightSide .arrowBox button:hover i:before {
        border-color: transparent transparent #ffffff #ffffff;
    }
    .newsArea .rightSide .arrowBox button:hover i:after {
        border-color: #ffffff transparent transparent #ffffff;
    }
}
@media (max-width: 480px) {
    .newsArea .rightSide .arrowBox button {
        width: 40px;
        height: 40px;
    }
}
.newsArea .rightSide .arrowBox button:last-child {
    margin: 0;
}
.newsArea .rightSide .arrowBox button.arrowPrev {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.newsArea .rightSide .arrowBox button i {
    width: 20px;
    height: 20px;
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    z-index: 1;
    margin: 10px 0 0;
    padding: 0;
}
.newsArea .rightSide .arrowBox button i:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -4px;
    left: 8px;
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
    border-style: solid;
    border-color: transparent transparent #3195c8 #3195c8;
    border-width: 4px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.newsArea .rightSide .arrowBox button i:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 4px;
    left: 8px;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    border-style: solid;
    border-color: #3195c8 transparent transparent #3195c8;
    border-width: 4px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.newsArea .linkWrap {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.catalogArea {
    overflow: hidden;
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    z-index: 1;
    margin: 0;
    padding: 120px 0;
}
@media (max-width: 1180px) {
    .catalogArea {
        padding: 60px 0;
    }
}
.catalogArea.show .bg .decoText.right {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.catalogArea .catalogBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
@media (max-width: 1180px) {
    .catalogArea .catalogBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (max-width: 1180px) {
    .catalogArea .catalogBox .titleBox {
        display: none;
    }
}
.catalogArea .catalogBox .titleBox.rwdBox {
    width: 100%;
    display: none;
}
@media (max-width: 1180px) {
    .catalogArea .catalogBox .titleBox.rwdBox {
        display: block;
    }
}
.catalogArea .catalogBox .catalogList_Img {
    width: 560px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    opacity: 0;
    -webkit-transform: translate(20px, -20px);
    transform: translate(20px, -20px);
    -webkit-transition: opacity 0.55s, -webkit-transform 0.8s;
    transition: opacity 0.55s, -webkit-transform 0.8s;
    transition: opacity 0.55s, transform 0.8s;
    transition: opacity 0.55s, transform 0.8s, -webkit-transform 0.8s;
    margin: 0 70px 0 0;
    padding: 0;
}
.catalogArea .catalogBox .catalogList_Img:before {
    content: "";
    position: absolute;
    width: 560px;
    height: 560px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    left: 0;
    bottom: 0;
    -webkit-transform: translate(-30px, 30px);
    transform: translate(-30px, 30px);
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
@media (max-width: 1180px) {
    .catalogArea .catalogBox .catalogList_Img {
        width: 100%;
        margin: 0 0 30px 0;
        display: none;
    }
}
.catalogArea .catalogBox .catalogList_Img.show {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
}
.catalogArea .catalogBox .catalogList_Img.show:before {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 0;
}
.catalogArea .catalogBox .catalogList_Img .Img {
    width: 100%;
    max-width: 560px;
    border-radius: 40px;
    overflow: hidden;
}
@media (min-width: 1201px) {
    .catalogArea .catalogBox .catalogList_Img .Img:hover img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-filter: brightness(0.8);
        filter: brightness(0.8);
    }
}
@media (max-width: 1180px) {
    .catalogArea .catalogBox .catalogList_Img .Img {
        margin: 0 auto;
        padding: 0;
    }
}
.catalogArea .catalogBox .catalogList_Img .Img img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.catalogArea .catalogBox .middleSide {
    width: calc(100% - 950px);
    overflow: hidden;
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    z-index: 1;
}
@media (max-width: 1540px) {
    .catalogArea .catalogBox .middleSide {
        width: calc(100% - 630px);
    }
}
@media (max-width: 1180px) {
    .catalogArea .catalogBox .middleSide {
        width: 100%;
        display: none;
    }
}
.catalogArea .catalogBox .middleSide .arrowBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: absolute;
    top: unset;
    right: 0;
    bottom: 0;
    left: unset;
    z-index: 1;
}
.catalogArea .catalogBox .middleSide .arrowBox:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 30px;
    background: #e8e1d6;
    position: absolute;
    top: 50%;
    left: -55px;
    right: unset;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
}
@media (max-width: 1180px) {
    .catalogArea .catalogBox .middleSide .arrowBox:before {
        display: none;
    }
}
@media (max-width: 350px) {
    .catalogArea .catalogBox .middleSide .arrowBox {
        display: none;
    }
}
.catalogArea .catalogBox .middleSide .arrowBox button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border-style: solid;
    border-color: #3195c8;
    border-width: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    margin: 0 10px 0 0;
    padding: 0;
}
@media (min-width: 1201px) {
    .catalogArea .catalogBox .middleSide .arrowBox button:hover {
        background: #3195c8;
    }
    .catalogArea .catalogBox .middleSide .arrowBox button:hover i:before {
        border-color: transparent transparent #ffffff #ffffff;
    }
    .catalogArea .catalogBox .middleSide .arrowBox button:hover i:after {
        border-color: #ffffff transparent transparent #ffffff;
    }
}
@media (max-width: 1180px) {
    .catalogArea .catalogBox .middleSide .arrowBox button {
        width: 50px;
        height: 50px;
    }
}
.catalogArea .catalogBox .middleSide .arrowBox button:last-child {
    margin: 0;
}
.catalogArea .catalogBox .middleSide .arrowBox button.arrowPrev {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.catalogArea .catalogBox .middleSide .arrowBox button i {
    width: 20px;
    height: 20px;
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    z-index: 1;
    margin: 10px 0 0;
    padding: 0;
}
.catalogArea .catalogBox .middleSide .arrowBox button i:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -4px;
    left: 8px;
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
    border-style: solid;
    border-color: transparent transparent #3195c8 #3195c8;
    border-width: 4px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.catalogArea .catalogBox .middleSide .arrowBox button i:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 4px;
    left: 8px;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    border-style: solid;
    border-color: #3195c8 transparent transparent #3195c8;
    border-width: 4px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.catalogArea .catalogBox .rightSide {
    width: 290px;
    height: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    z-index: 1;
    margin: 0 0 0 30px;
    padding: 0 0 0 50px;
}
.catalogArea .catalogBox .rightSide:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 410px;
    background: #e8e1d6;
    left: 0;
    bottom: 0;
}
@media (max-width: 1540px) {
    .catalogArea .catalogBox .rightSide {
        display: none;
    }
}
.catalogArea .catalogBox .catalogList {
    width: 100%;
}
.catalogArea .catalogBox .catalogList.show .title {
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
    opacity: 1;
}
.catalogArea .catalogBox .catalogList.show .title:before {
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
    opacity: 0;
}
.catalogArea .catalogBox .catalogList.show .text {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.catalogArea .catalogBox .catalogList.show .tagBox {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.75s;
    transition-delay: 0.75s;
    opacity: 1;
}
.catalogArea .catalogBox .catalogList.show .btnBox {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.85s;
    transition-delay: 0.85s;
    opacity: 1;
}
.catalogArea .catalogBox .catalogList .slick-list {
    overflow: visible;
}
.catalogArea .catalogBox .catalogList .title {
    opacity: 0;
    color: #444444;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 2px;
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-style: normal;
    text-align: left;
    -webkit-transform: translate(10px, -10px);
    transform: translate(10px, -10px);
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    z-index: 1;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    margin: 0 0 20px;
    padding: 0;
}
.catalogArea .catalogBox .catalogList .title:before {
    content: "";
    position: absolute;
    content: attr(data-text);
    left: 0;
    bottom: 0;
    color: rgba(0, 0, 0, 0.5);
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 2px;
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-style: normal;
    text-align: left;
    -webkit-transform: translate(-10px, 10px);
    transform: translate(-10px, 10px);
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.catalogArea .catalogBox .catalogList .title a {
    color: #444444;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 2px;
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-style: normal;
    text-align: left;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
@media (min-width: 1201px) {
    .catalogArea .catalogBox .catalogList .title a:hover {
        color: #3195c8;
    }
}
.catalogArea .catalogBox .catalogList .text {
    height: 48px;
    opacity: 0;
    color: #888888;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-style: normal;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    margin: 0 0 30px;
    padding: 0;
}
.catalogArea .catalogBox .catalogList .tagBox {
    opacity: 0;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
}
.catalogArea .catalogBox .catalogList .tagBox ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.catalogArea .catalogBox .catalogList .tagBox ul li {
    margin: 0 20px 0 0;
    padding: 0;
}
.catalogArea .catalogBox .catalogList .tagBox ul li:last-child {
    margin: 0;
}
.catalogArea .catalogBox .catalogList .tagBox ul li .Img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border-style: solid;
    border-color: #aac6d5;
    border-width: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
@media (max-width: 480px) {
    .catalogArea .catalogBox .catalogList .tagBox ul li .Img {
        width: 60px;
        height: 60px;
    }
}
@media (max-width: 350px) {
    .catalogArea .catalogBox .catalogList .tagBox ul li .Img {
        width: 50px;
        height: 50px;
    }
}
.catalogArea .catalogBox .catalogList .tagBox ul li .Img img {
    width: 50px;
    -o-object-fit: contain;
    object-fit: contain;
}
@media (max-width: 480px) {
    .catalogArea .catalogBox .catalogList .tagBox ul li .Img img {
        width: 40px;
    }
}
@media (max-width: 350px) {
    .catalogArea .catalogBox .catalogList .tagBox ul li .Img img {
        width: 35px;
    }
}
.catalogArea .catalogBox .catalogList .tagBox ul li .itemTitle {
    color: #888;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0;
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-style: normal;
    text-align: center;
    margin: 20px 0 0;
    padding: 0;
}
@media (max-width: 480px) {
    .catalogArea .catalogBox .catalogList .tagBox ul li .itemTitle {
        font-size: 13px;
    }
}
@media (max-width: 350px) {
    .catalogArea .catalogBox .catalogList .tagBox ul li .itemTitle {
        font-size: 12px;
    }
}
.catalogArea .catalogBox .catalogList .btnBox {
    opacity: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px);
    margin: 60px 0 0;
    padding: 0;
}
.catalogArea .catalogBox .catalogList_next {
    width: 240px;
}
.catalogArea .catalogBox .catalogList_next.show .item > .Img {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    opacity: 1;
}
.catalogArea .catalogBox .catalogList_next.show .subtitle {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    opacity: 1;
}
.catalogArea .catalogBox .catalogList_next.show .title {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1.25s;
    transition-delay: 1.25s;
    opacity: 1;
}
.catalogArea .catalogBox .catalogList_next.show .tagBox {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1.35s;
    transition-delay: 1.35s;
    opacity: 1;
}
.catalogArea .catalogBox .catalogList_next .item > .Img {
    width: 100%;
    border-radius: 40px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
}
@media (min-width: 1201px) {
    .catalogArea .catalogBox .catalogList_next .item > .Img:hover img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-filter: brightness(0.8);
        filter: brightness(0.8);
    }
}
.catalogArea .catalogBox .catalogList_next .item > .Img img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.catalogArea .catalogBox .catalogList_next .title {
    height: 48px;
    opacity: 0;
    color: #444444;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 2px;
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-style: normal;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    margin: 0 0 20px;
    padding: 0;
}
.catalogArea .catalogBox .catalogList_next .title a {
    color: #444444;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 2px;
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-style: normal;
    text-align: left;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
@media (min-width: 1201px) {
    .catalogArea .catalogBox .catalogList_next .title a:hover {
        color: #3195c8;
    }
}
.catalogArea .catalogBox .catalogList_next .subtitle {
    opacity: 0;
    color: #3195c8;
    font-size: 13px;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: 0;
    font-family: "Poppins", "Microsoft JhengHei", sans-serif;
    font-style: normal;
    text-align: left;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    margin: 20px 0;
    padding: 0;
}
.catalogArea .catalogBox .catalogList_next .tagBox {
    opacity: 0;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
}
.catalogArea .catalogBox .catalogList_next .tagBox ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.catalogArea .catalogBox .catalogList_next .tagBox ul li {
    margin: 0 10px 0 0;
    padding: 0;
}
.catalogArea .catalogBox .catalogList_next .tagBox ul li:last-child {
    margin: 0;
}
.catalogArea .catalogBox .catalogList_next .tagBox ul li .Img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border-style: solid;
    border-color: #e8e1d6;
    border-width: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.catalogArea .catalogBox .catalogList_next .tagBox ul li .Img img {
    width: 36px;
    -o-object-fit: contain;
    object-fit: contain;
}
.catalogArea .bg {
    width: 100%;
    height: 100%;
    background: url("../images/home_beauty_BG.jpg") no-repeat top center;
    background-size: cover;
    pointer-events: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: unset;
    bottom: unset;
    left: 0;
    z-index: -1;
}
.catalogArea .bg:before {
    content: "";
    position: absolute;
    width: 430px;
    height: calc(100% - 300px);
    background: #e1e1e1;
    border-radius: 100px 0 0 0;
    top: 0;
    right: 0;
    opacity: 0.5;
}
@media (max-width: 1340px) {
    .catalogArea .bg:before {
        display: none;
    }
}
.catalogArea .bg:after {
    content: "";
    position: absolute;
    width: 720px;
    height: 100%;
    background: #e1e1e1;
    border-radius: 0 0 100px 0;
    top: 0;
    left: 0;
    opacity: 0.5;
}
@media (max-width: 970px) {
    .catalogArea .bg:after {
        display: none;
    }
}
.catalogArea .bg .decoText {
    opacity: 0.4;
    color: #e3deda;
    font-size: 110px;
    font-weight: 600;
    line-height: 110px;
    letter-spacing: 0;
    font-family: "Poppins", "Microsoft JhengHei", sans-serif;
    font-style: normal;
    text-align: left;
    position: absolute;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    z-index: 1;
}
@media (max-width: 970px) {
    .catalogArea .bg .decoText {
        display: none;
    }
}
.catalogArea .bg .decoText.right {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    top: 60px;
    right: 270px;
    opacity: 0;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
}
@media (max-width: 1540px) {
    .catalogArea .bg .decoText.right {
        display: none;
    }
}
.catalogArea .bg .decoText.bottom {
    left: -50px;
    bottom: 100px;
}
.catalogMobileList {
    position: relative;
}
@media (min-width: 1181px) {
    .catalogMobileList {
        display: none;
    }
}
.catalogMobileList .catalogItem {
    padding-bottom: 20px;
}
.catalogMobileList .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e1d6;
}
@media (max-width: 400px) {
    .catalogMobileList .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.catalogMobileList .Img {
    width: 30%;
    /*max-width: 300px;*/
    aspect-ratio: 1/1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
}
.catalogMobileList .Img img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 768px) {
    .catalogMobileList .Img {
        /*max-width: 150px;*/
    }
}
@media (max-width: 400px) {
    .catalogMobileList .Img {
        width: 100%;
        /*max-width: 150px;*/
    }
}
.catalogMobileList .Txt {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 30px;
}
.catalogMobileList .Txt .title {
    color: #444444;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 28px;
}
.catalogMobileList .Txt .title.ellipsis {
    max-height: 54px;
}
.catalogMobileList .Txt .text {
    color: #888888;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 24px;
}
.catalogMobileList .Txt .text.ellipsis {
    max-height: 72px;
}
.catalogMobileList .Txt .btnBox {
    margin-top: 17px;
}
.catalogMobileList .Txt .btnBox .btn {
    min-width: 100px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    padding: 5px 10px;
}
@media (max-width: 400px) {
    .catalogMobileList .Txt {
        padding: 10px 0 0;
    }
}
.serviceArea {
    overflow: hidden;
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    z-index: 1;
    margin: 0;
    padding: 120px 0;
}
@media (max-width: 1140px) {
    .serviceArea {
        padding: 60px 0;
    }
}
.serviceArea.show .bg:after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0.6;
}
.serviceArea .titleBox {
    margin-bottom: 50px;
}
.serviceArea .serviceBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
@media (max-width: 1540px) {
    .serviceArea .serviceBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
@media (max-width: 1140px) {
    .serviceArea .serviceBox .titleBox {
        display: none;
    }
}
.serviceArea .serviceBox .titleBox.rwdBox {
    display: none;
    width: 100%;
}
@media (max-width: 1140px) {
    .serviceArea .serviceBox .titleBox.rwdBox {
        display: block;
    }
}
.serviceArea .ajaxBox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
@media (max-width: 1140px) {
    .serviceArea .ajaxBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
.serviceArea .ajaxBox.hide .leftSide {
    opacity: 0;
    -webkit-transition: 0s;
    transition: 0s;
    -webkit-transform: translate(10%, 0);
    transform: translate(10%, 0);
}
.serviceArea .ajaxBox.hide .serviceList_Img,
.serviceArea .ajaxBox.hide .serviceList_Img_single {
    opacity: 0;
    -webkit-transition: 0s;
    transition: 0s;
    -webkit-transform: translate(10%, 0);
    transform: translate(10%, 0);
}
.serviceArea .leftSide {
    width: 430px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    z-index: 1;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    margin: 0 70px 0 0;
    padding: 0;
}
@media (max-width: 1540px) {
    .serviceArea .leftSide {
        width: calc(100% - 630px);
    }
}
@media (max-width: 1140px) {
    .serviceArea .leftSide {
        width: 100%;
    }
}
.serviceArea .leftSide .arrowBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: absolute;
    top: unset;
    right: 0;
    bottom: 0;
    left: unset;
    z-index: 1;
}
.serviceArea .leftSide .arrowBox:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 30px;
    background: #e8e1d6;
    position: absolute;
    top: 50%;
    left: -45px;
    right: unset;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
}
@media (max-width: 1140px) {
    .serviceArea .leftSide .arrowBox:before {
        display: none;
    }
}
@media (max-width: 350px) {
    .serviceArea .leftSide .arrowBox {
        display: none;
    }
}
.serviceArea .leftSide .arrowBox button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border-style: solid;
    border-color: #3195c8;
    border-width: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    margin: 0 10px 0 0;
    padding: 0;
}
@media (min-width: 1201px) {
    .serviceArea .leftSide .arrowBox button:hover {
        background: #3195c8;
    }
    .serviceArea .leftSide .arrowBox button:hover i:before {
        border-color: transparent transparent #ffffff #ffffff;
    }
    .serviceArea .leftSide .arrowBox button:hover i:after {
        border-color: #ffffff transparent transparent #ffffff;
    }
}
@media (max-width: 768px) {
    .serviceArea .leftSide .arrowBox button {
        width: 50px;
        height: 50px;
    }
}
.serviceArea .leftSide .arrowBox button:last-child {
    margin: 0;
}
.serviceArea .leftSide .arrowBox button.arrowPrev {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.serviceArea .leftSide .arrowBox button i {
    width: 20px;
    height: 20px;
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    z-index: 1;
    margin: 10px 0 0;
    padding: 0;
}
.serviceArea .leftSide .arrowBox button i:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -4px;
    left: 8px;
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
    border-style: solid;
    border-color: transparent transparent #3195c8 #3195c8;
    border-width: 4px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.serviceArea .leftSide .arrowBox button i:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 4px;
    left: 8px;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    border-style: solid;
    border-color: #3195c8 transparent transparent #3195c8;
    border-width: 4px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.serviceArea .rightSide {
    /*width: 240px;*/
    margin: 0 0 0 100px;
    padding: 0;
}
@media (max-width: 1540px) {
    .serviceArea .rightSide {
        width: 100%;
        margin: 0 0 70px;
    }
}
@media (max-width: 1140px) {
    .serviceArea .rightSide {
        margin: 0 0 30px;
    }
}
.serviceArea .rightSide .textBox {
    margin: 0 0 40px;
    padding: 0;
}
.serviceArea .rightSide .textBox .title {
    color: #444444;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 2px;
    font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
    font-style: normal;
    text-align: left;
    margin: 0 0 20px;
    padding: 0;
}
.serviceArea .rightSide .textBox .text {
    color: #888888;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-style: normal;
    text-align: left;
}
.serviceArea .serviceList .Txt .classTitle,
.serviceArea .serviceList_single .Txt .classTitle {
    color: #3195c8;
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0;
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-style: normal;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 0 20px;
    padding: 0;
}
.serviceArea .serviceList .Txt .classTitle span,
.serviceArea .serviceList_single .Txt .classTitle span {
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins", "Microsoft JhengHei", sans-serif;
}
.serviceArea .serviceList .Txt .classTitle .pageBox,
.serviceArea .serviceList_single .Txt .classTitle .pageBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.serviceArea .serviceList .Txt .classTitle .pageBox p,
.serviceArea .serviceList_single .Txt .classTitle .pageBox p {
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins", "Microsoft JhengHei", sans-serif;
}
.serviceArea .serviceList .Txt .classTitle .pageBox p.line,
.serviceArea .serviceList_single .Txt .classTitle .pageBox p.line {
    margin: 0;
    padding: 0 10px;
}
.serviceArea .serviceList .Txt .title,
.serviceArea .serviceList_single .Txt .title {
    color: #444444;
    font-size: 26px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0;
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-style: normal;
    text-align: left;
    margin: 0 0 30px;
    padding: 0;
}
.serviceArea .serviceList .Txt .text,
.serviceArea .serviceList_single .Txt .text {
    height: 196px;
    overflow: hidden;
    color: #888888;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 1px;
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-style: normal;
    text-align: left;
}
.serviceArea .serviceList .Txt .btnBox,
.serviceArea .serviceList_single .Txt .btnBox {
    margin: 40px 0 0;
    padding: 0;
}
.serviceArea .serviceList_Img,
.serviceArea .serviceList_Img_single {
    width: 560px;
    border-radius: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    z-index: 1;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.serviceArea .serviceList_Img:before,
.serviceArea .serviceList_Img_single:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 40px;
    opacity: 0;
    z-index: 1;
    pointer-events: none;
    border-style: solid;
    border-color: #3195c8;
    border-width: 4px;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.serviceArea .serviceList_Img:after,
.serviceArea .serviceList_Img_single:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 40px;
    opacity: 0;
    z-index: 1;
    pointer-events: none;
    border-style: solid;
    border-color: #3195c8;
    border-width: 4px;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
@media (min-width: 1201px) {
    .serviceArea .serviceList_Img:hover,
    .serviceArea .serviceList_Img_single:hover {
        -webkit-box-shadow: 4px 10px 15px #00000033;
        box-shadow: 4px 10px 15px #00000033;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transform: translate(-20px, -20px);
        transform: translate(-20px, -20px);
    }
    .serviceArea .serviceList_Img:hover:before,
    .serviceArea .serviceList_Img_single:hover:before {
        -webkit-transform: translate(-20px, -20px);
        transform: translate(-20px, -20px);
        -webkit-transition-delay: 0.45s;
        transition-delay: 0.45s;
        opacity: 1;
    }
    .serviceArea .serviceList_Img:hover:after,
    .serviceArea .serviceList_Img_single:hover:after {
        -webkit-transform: translate(-10px, -10px);
        transform: translate(-10px, -10px);
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
        opacity: 0.5;
    }
}
@media (max-width: 1140px) {
    .serviceArea .serviceList_Img,
    .serviceArea .serviceList_Img_single {
        width: 100%;
        margin: 0 0 30px;
    }
}
.serviceArea .serviceList_Img .slick-current.show .Img:after,
.serviceArea .serviceList_Img .slick-current.show .Img:before,
.serviceArea .serviceList_Img_single .slick-current.show .Img:after,
.serviceArea .serviceList_Img_single .slick-current.show .Img:before {
    top: -60%;
    -webkit-transition: 0s;
    transition: 0s;
}
@media (max-width: 640px) {
    .serviceArea .serviceList_Img .slick-current.show .Img:after,
    .serviceArea .serviceList_Img .slick-current.show .Img:before,
    .serviceArea .serviceList_Img_single .slick-current.show .Img:after,
    .serviceArea .serviceList_Img_single .slick-current.show .Img:before {
        top: -100%;
    }
}
.serviceArea .serviceList_Img .Img,
.serviceArea .serviceList_Img_single .Img {
    width: 100%;
    max-width: 560px;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    z-index: 1;
}
.serviceArea .serviceList_Img .Img:before,
.serviceArea .serviceList_Img_single .Img:before {
    content: "";
    position: absolute;
    width: 1000px;
    height: 70px;
    background: #ffffff80;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 140%;
    left: -200px;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-transition: all 1.2s;
    transition: all 1.2s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.serviceArea .serviceList_Img .Img:after,
.serviceArea .serviceList_Img_single .Img:after {
    content: "";
    position: absolute;
    width: 1000px;
    height: 120px;
    background: #ffffff33;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 140%;
    left: -200px;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
@media (max-width: 1140px) {
    .serviceArea .serviceList_Img .Img,
    .serviceArea .serviceList_Img_single .Img {
        margin: 0 auto;
        padding: 0;
    }
}
.serviceArea .serviceList_Img .Img img,
.serviceArea .serviceList_Img_single .Img img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.serviceArea .bg {
    width: 100%;
    height: 100%;
    background: url("../images/home_service_BG.jpg") no-repeat top center;
    background-size: cover;
    pointer-events: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: unset;
    bottom: unset;
    left: 0;
    z-index: -1;
}
.serviceArea .bg:before {
    content: "";
    position: absolute;
    width: 720px;
    height: 100%;
    background: #f1efec;
    border-radius: 0 0 0 100px;
    top: 0;
    right: 0;
    opacity: 0.6;
}
@media (max-width: 1280px) {
    .serviceArea .bg:before {
        display: none;
    }
}
.serviceArea .bg:after {
    content: "";
    position: absolute;
    width: 400px;
    height: 200px;
    background: #f1efec;
    border-radius: 0 0 100px 0;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
@media (max-width: 480px) {
    .serviceArea .bg:after {
        display: none;
    }
}
.serviceArea .bg .line {
    width: 1px;
    height: 100%;
    background: #e3ddd0;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: unset;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 1;
}
.serviceArea .bg .decoText {
    opacity: 0.4;
    color: #e1d5cb;
    font-size: 110px;
    font-weight: 600;
    line-height: 110px;
    letter-spacing: 0;
    font-family: "Poppins", "Microsoft JhengHei", sans-serif;
    font-style: normal;
    text-align: left;
    position: absolute;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    z-index: 1;
}
@media (max-width: 1180px) {
    .serviceArea .bg .decoText {
        display: none;
    }
}
.serviceArea .bg .decoText.right {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    top: 150px;
    right: 550px;
}
@media (max-width: 1280px) {
    .serviceArea .bg .decoText.right {
        display: none;
    }
}
.serviceArea .bg .decoText.bottom {
    left: -50px;
    bottom: 120px;
}
.rwdListArea {
    display: none;
    background: #f0ede5;
    margin: 0;
    padding: 50px;
}
@media (max-width: 1180px) {
    .rwdListArea {
        /*display: block;*/
    }
}
@media (max-width: 480px) {
    .rwdListArea {
        padding: 50px 30px;
    }
}
@media (max-width: 350px) {
    .rwdListArea {
        padding: 50px 20px;
    }
}
.rwdListArea ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.rwdListArea ul > :first-child {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.rwdListArea ul > :nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}
.rwdListArea ul > :nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}
@media (max-width: 700px) {
    .rwdListArea ul {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
}
.rwdListArea ul li {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
@media (min-width: 1201px) {
    .rwdListArea ul li:hover a {
        color: #3195c8;
    }
}
.rwdListArea ul li .imgBox {
    width: 70px;
    height: 70px;
    background: #ffffff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 20px 0 0;
    padding: 0;
}
@media (max-width: 480px) {
    .rwdListArea ul li .imgBox {
        width: 50px;
        height: 50px;
    }
}
@media (max-width: 350px) {
    .rwdListArea ul li .imgBox {
        margin-right: 10px;
    }
}
.rwdListArea ul li .imgBox .Img {
    width: 50px;
    height: 50px;
}
@media (max-width: 480px) {
    .rwdListArea ul li .imgBox .Img {
        width: 35px;
        height: 35px;
    }
}
.rwdListArea ul li .imgBox .Img.about {
    background: url("../images/rwdListIC_1.png") no-repeat center;
    background-size: contain;
}
.rwdListArea ul li .imgBox .Img.team {
    background: url("../images/rwdListIC_2.png") no-repeat center;
    background-size: contain;
}
.rwdListArea ul li .imgBox .Img.blog {
    background: url("../images/rwdListIC_3.png") no-repeat center;
    background-size: contain;
}
.rwdListArea ul li .imgBox .Img.service {
    background: url("../images/rwdListIC_4.png") no-repeat center;
    background-size: contain;
}
.rwdListArea ul li .imgBox .Img.beauty {
    background: url("../images/rwdListIC_5.png") no-repeat center;
    background-size: contain;
}
.rwdListArea ul li .imgBox .Img.store {
    background: url("../images/rwdListIC_6.png") no-repeat center;
    background-size: contain;
}
.rwdListArea ul li a {
    color: #444444;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0;
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-style: normal;
    text-align: left;
}
.rwdListArea ul li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
@media (max-width: 350px) {
    .rwdListArea ul li a {
        font-size: 14px;
    }
}
