#loader-wrapper #loader,#loader-wrapper .whiteBg,.aboutArea .left .iconBox ul .item,.aboutArea .left .iconBox ul .item .Img,.aboutArea .left .iconBox ul .item h3,.aboutArea .right .Img,.aboutArea .right .TxtBox,.aboutArea .right .TxtBox a.btn svg path,.bannerArea .TxtBox .center,.bannerArea .TxtBox .line,.bannerArea .TxtBox .moreBtn,.bannerArea .TxtBox a.more,.bannerArea .TxtBox a.more i,.bannerArea .TxtBox h1 .mainTitle,.bannerArea .TxtBox h1 .subTitle,.bannerArea .TxtBox p,.newsArea a.more i,.scrollTop,.sideFixedBox,.sideFixedBox a.auditionBtn,.teachingArea .classBox ul .classBtn,.teachingArea .contentBox .item .circle,.teachingArea .contentBox .item .Img img,.teachingArea .contentBox .item .Txtbox a.more i,.teachingArea a.timeBtn:before {
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s
}

.aboutArea .wrap .left,.aboutArea .wrap .right,.newsArea,.teachingArea .classBox,.teachingArea .titleBox {
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

body {
    overflow: scroll
}

.mainArea {
    padding: 0
}


.privacyArea{
    position: fixed;
    width: 100%;
    padding: 30px 0;
    background-color: #fffc;
    bottom: 0;
    left: 0;
    z-index: 99;
    box-shadow: 0px -2px 6px #00000014;
}

.privacyArea .wrap{
    display: flex;
    justify-content: space-between;
}

@media (max-width: 700px){
    .privacyArea .wrap{
        flex-wrap: wrap;
    }
}

.privacyArea .wrap .text{
    width: 80%;
    letter-spacing: 1px;
}

@media (max-width: 700px){
    .privacyArea .wrap .text{
        width: 100%;
    }
}

.privacyArea .wrap .btn{
    background-color: #14d0b3;
    text-transform: uppercase;
    color:#fff;
    padding:  10px 25px;
    letter-spacing: 2px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items:center;
}

@media (max-width: 700px){
    .privacyArea .wrap .btn{
        margin-top: 20px;
    }
}


.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 .7s;
    -o-transition: all .7s;
    transition: all .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 .7s;
    -o-transition: all .7s;
    transition: all .7s
}

.popWin .inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 700px;
    max-width: 90%;
    max-height: 85vh;
    opacity: 0;
    background-color: #fff;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s
}

.popWin .popContent {
    max-height: 85vh;
    overflow-y: auto
}

.popWin img {
    display: block;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.popWin .Txt {
    padding: 30px;
    text-align: left
}

.popWin .Txt .popTitle {
    font-size: 25px;
    margin-bottom: 25px
}

.popWin .close {
    position: absolute;
    right: -23px;
    top: -23px;
    z-index: 1;
    width: 46px;
    height: 46px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%
}

.popWin .close:after,.popWin .close:before {
    content: '';
    position: absolute;
    left: 11px;
    top: 23px;
    width: 25px;
    height: 1px;
    background-color: #bca480
}

.popWin .close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.popWin.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.popWin.show .inner,.popWin.show .mask {
    opacity: 1
}

.popWin .close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media (max-width: 1180px) {
    .popWin .close {
        right:0;
        top: 0;
        border-radius: 0
    }

    .popWin .popContent {
        max-height: calc(100vh - 150px)
    }
}

.sideFixedBox {
    position: fixed;
    width: 58px;
    z-index: 9;
    right: 0;
    top: 50%;
    margin-top: 100px;
    opacity: 0;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px)
}

.sideFixedBox.fadeIn {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px)
}

.sideFixedBox a.auditionBtn {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    height: 145px;
    width: 100%;
    background-color: #0cb59b;
    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;
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 3px;
    -webkit-box-shadow: 0px 0px 8px 2px #0000001c;
    box-shadow: 0px 0px 8px 2px #0000001c
}

.sideFixedBox a.auditionBtn:hover {
    background-color: #14d0b3
}

.scrollTop {
    width: 57px;
    height: 57px;
    position: fixed;
    z-index: 40;
    right: 100px;
    bottom: 50px;
    cursor: pointer;
    opacity: 0
}

.scrollTop.show {
    opacity: 1
}

.bannerArea .arrowBox{
    position: absolute;
    width: 100%;
    display: flex;
    justify-content:space-between;
    top: 50%;
    padding: 0 70px;
    margin-top: -15px;
    z-index: 12;
}

@media (max-width: 1640px){
    .bannerArea .arrowBox{
        padding: 0 80px;
    }
}

@media (max-width: 1620px){
    .bannerArea .arrowBox{
        padding: 0 30px;
    }
}

@media (max-width: 650px){
    .bannerArea .arrowBox{
       display: none;
    }
}


.bannerArea .arrowBox .prev{
    width: 20px;
    border-radius: 99em;
    display: flex;
    justify-content: center;
    align-items:center;
    cursor: pointer;
}

.bannerArea .arrowBox .prev svg{
    transform: scaleX(-1);
}


.bannerArea .arrowBox .next{
    width: 20px;
    border-radius: 99em;
    justify-content: center;
    display: flex;
    align-items:center;
    cursor: pointer;
}




.bannerArea .scrolldown {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -16px;
    cursor: pointer;
    z-index: 9
}

@media (max-width: 500px) {
    .bannerArea .scrolldown {
        display:none
    }
}

.bannerArea .scrolldown .text {
    margin-bottom: 10px;
    color: #126cb6;
    font-size: 12px;
    letter-spacing: 1px;
    font-style: italic;
    text-transform: capitalize
}

.bannerArea .scrolldown .line {
    width: 1px;
    height: 72px;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.bannerArea .scrolldown .line:before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #126cb6;
    -webkit-animation: scrollDown 2s ease infinite;
    animation: scrollDown 2s ease infinite
}

@-webkit-keyframes scrollDown {
    0% {
        -webkit-transform-origin: top;
        transform-origin: top;
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }

    45% {
        -webkit-transform-origin: top;
        transform-origin: top;
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }

    55% {
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }

    to {
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }
}

@keyframes scrollDown {
    0% {
        -webkit-transform-origin: top;
        transform-origin: top;
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }

    45% {
        -webkit-transform-origin: top;
        transform-origin: top;
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }

    55% {
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }

    to {
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }
}

.bannerArea .scrolldown .line .circle {
    width: 21px;
    height: 21px;
    border: 1px solid rgb(18 108 182);
    position: absolute;
    margin-top: 12px;
    border-radius: 99em;
    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
}

.bannerArea .scrolldown .line .circle:after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: rgb(18 108 182);
    border-radius: 99em
}

.bannerArea #banner .slick-slide:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-color: #000; */
    opacity: .18;
    z-index: 1
}

.bannerArea .bannerBox {
    position: relative
}

.bannerArea .circleBox {
    z-index: 1;
    width: 500px;
    position: absolute;
    left: 13%;
    bottom: 40px;
    display:none;
}

@media (max-width: 1500px) {
    .bannerArea .circleBox {
        left:100px
    }
}

@media (max-width: 800px) {
    .bannerArea .circleBox {
        left:40px;
        width: 500px
    }
}

@media (max-width: 500px) {
    .bannerArea .circleBox {
        left:0;
        width: 100%;
        padding-left: 40px;
        display: none
    }
}

.bannerArea .circleBox ul li .item {
    width: 32px;
    height: 32px;
    background-color: transparent;
    border-radius: 99em;
    margin: 0 5px;
    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;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

.bannerArea .circleBox ul li .item:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 99em;
    border: 1px solid #ccc;
    z-index: 1
}

.bannerArea .circleBox ul li .item i {
    font-style: normal
}

.bannerArea .circleBox ul li .item svg {
    position: absolute;
    left: 0px;
    width: 32px;
    height: 32px;
    z-index: 2
}

.bannerArea .circleBox ul li .item svg circle {
    fill: transparent;
    stroke: #0cb59b;
    stroke-width: 2px;
    stroke-dasharray: 94;
    stroke-dashoffset: 94
}

.bannerArea .circleBox ul li.slick-current svg circle {
    stroke-dashoffset: 0;
    -webkit-transition: all 5s linear;
    -o-transition: all 5s linear;
    transition: all 5s linear
}

.bannerArea .TxtBox {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2
}

.bannerArea .TxtBox .center {
    width: 1364px;
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -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;
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px)
}

.bannerArea .TxtBox .center.fadeIn {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px)
}

@media (max-width: 1500px) {
    .bannerArea .TxtBox .center {
        width:100%;
        padding: 0 100px
    }
}

@media (max-width: 800px) {
    .bannerArea .TxtBox .center {
        padding:0 40px
    }
}

.bannerArea .TxtBox h1 .subTitle {
    font-size: 35px;
    letter-spacing: 4px;
    font-weight: bold;
    color: #fff;
    font-family: 'Noto Serif TC', serif;
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px)
}

.bannerArea .TxtBox h1 .subTitle.show {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px)
}

@media (max-width: 1360px) {
    .bannerArea .TxtBox h1 .subTitle {
        font-size:28px
    }
}

@media (max-width: 1180px) {
    .bannerArea .TxtBox h1 .subTitle {
        font-size:22px
    }
}

@media (max-width: 600px) {
    .bannerArea .TxtBox h1 .subTitle {
        font-size:18px
    }
}

.bannerArea .TxtBox h1 .mainTitle {
    font-size: 62px;
    letter-spacing: 6px;
    font-weight: bold;
    color: #fff;
    font-family: 'Noto Serif TC', serif;
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px)
}

.bannerArea .TxtBox h1 .mainTitle.show {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px)
}

@media (max-width: 1360px) {
    .bannerArea .TxtBox h1 .mainTitle {
        font-size:50px
    }
}

@media (max-width: 1180px) {
    .bannerArea .TxtBox h1 .mainTitle {
        font-size:40px
    }
}

@media (max-width: 800px) {
    .bannerArea .TxtBox h1 .mainTitle {
        font-size:30px
    }
}

.bannerArea .TxtBox .line {
    width: 0px;
    height: 2px;
    background-color: #fff;
    margin: 22px 0 22px 0;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

.bannerArea .TxtBox .line.show {
    width: 30px
}

.bannerArea .TxtBox p {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 30px;
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.bannerArea .TxtBox p.show {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

@media (max-width: 600px) {
    .bannerArea .TxtBox p {
        font-size:16px;
        display: none
    }
}

.bannerArea .TxtBox .moreBtn {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px)
}

.bannerArea .TxtBox .moreBtn.show {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.bannerArea .TxtBox a.more {
    margin-top: 55px;
    border: 1px solid #fff;
    display: inline-block;
    font-size: 17px;
    color: #fff;
    letter-spacing: 3px;
    font-weight: 300;
    border-radius: 99em;
    padding: 9px 104px 9px 44px;
    position: relative
}

@media (max-width: 600px) {
    .bannerArea .TxtBox a.more {
        margin-top:10px;
        font-size: 14px;
        padding-right: 60px
    }
}

.bannerArea .TxtBox a.more:hover {
    border-color: #0cb59b
}

.bannerArea .TxtBox a.more:hover i {
    background-color: #fff;
    color: #0cb59b
}

.bannerArea .TxtBox a.more i {
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 99em;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    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;
    font-size: 12px;
    padding-left: 3px;
    font-style: normal
}

/* .aboutArea {
    padding: 100px 0 10px 0
} */
.aboutArea {
    padding-top: 120px;
    padding-bottom: 100px;
    background: #f9f9f9;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}
@media (max-width: 1400px) {
    .aboutArea {
        padding-top:80px;
        padding-bottom: 50px;
    }
}
@media (max-width: 1180px) {
    .aboutArea {
        padding: 80px 0 10px 0;
    }
}

@media (max-width: 700px) {
    .aboutArea {
        padding-top:50px;
        padding-bottom: 60px
    }
}

/* .aboutArea .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
} */
.aboutArea .wrap {
    display: flex;
    max-width: 1440px;
    padding-left: 20px;
    padding-right: 20px;
}
@media (max-width: 1440px) {
    .aboutArea .wrap {
        -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;
    }
}

@media (max-width: 770px) {
    .aboutArea .wrap {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.aboutArea .wrap .left {
    width: 50%;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0
}

.aboutArea .wrap .left.show {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

@media (max-width: 770px) {
    .aboutArea .wrap .left {
        width:100%
    }
}

.aboutArea .wrap .right {
    width: 50%;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0
}

.aboutArea .wrap .right.show {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s
}

@media (max-width: 770px) {
    .aboutArea .wrap .right {
        width:100%
    }
}

.aboutArea .left {
    padding-right: 40px
}


@media (max-width: 1180px) {
    .aboutArea .left {
        padding-right:28px
    }
}

@media (max-width: 770px) {
    .aboutArea .left {
        padding-right:0
    }
}

.aboutArea .left .titleBox {
    text-align: left
}

.aboutArea .left .titleBox .infoBox em {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    color: #0cb59b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 2px
}

.aboutArea .left .titleBox .infoBox em:before {
    content: '';
    display: inline-block;
    width: 87px;
    height: 1px;
    background-color: #0cb59b;
    margin-right: 14px
}

.aboutArea .left .titleBox .infoBox h2 {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    line-height: 44px;
    margin-top: 15px;
    letter-spacing: 2.5px
}

@media (max-width: 1180px) {
    .aboutArea .left .titleBox .infoBox h2 br {
        display:none
    }
}

@media (max-width: 770px) {
    .aboutArea .left .titleBox .infoBox h2 {
        font-size:28px
    }
}

.aboutArea .left .titleBox .infoBox h2 span {
    color: #0cb59b
}

.aboutArea .left .titleBox .infoBox p {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    letter-spacing: 1px;
    margin-top: 20px
}

@media (max-width: 1180px) {
    .aboutArea .left .titleBox .infoBox p br {
        display:none
    }
}

.aboutArea .left .iconBox {
    margin-top: 75px
}

@media (max-width: 770px) {
    .aboutArea .left .iconBox {
        margin-top:40px
    }
}

.aboutArea .left .iconBox .text {
    font-size: 21px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    letter-spacing: 2px
}

.aboutArea .left .iconBox .text:before {
    content: '';
    width: 4px;
    height: 22px;
    background-color: #0cb59b;
    margin-right: 14px
}

.aboutArea .left .iconBox ul {
    margin-top: 33px
}

.aboutArea .left .iconBox ul li.slick-current .item {
    background-color: #14d0b3
}

.aboutArea .left .iconBox ul li.slick-current .item h3 {
    color: #fff
}

.aboutArea .left .iconBox ul li.slick-current .item img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.aboutArea .left .iconBox ul .item {
    width: 153px;
    height: 144px;
    background-color: #f7f7f7;
    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;
    cursor: pointer;
    position: relative;
}

.aboutArea .left .iconBox ul .item .top_line{
    position: absolute;
    width: 90%;
    height: 1px;
    background-color: #fff;
    top: 7px;
    opacity: 0;
    transform: translateX(-105%);
    transition: all .5s ease;
}

.aboutArea .left .iconBox ul .item .right_line{
    position: absolute;
    width: 1px;
    height: 90%;
    background-color: #fff;
    right: 7px;
    opacity: 0;
    transform: translateY(-105%);  
    transition: all .5s ease; 
}

@media (max-width: 500px){
    .aboutArea .left .iconBox ul .item .right_line{
        right: 5px;
    }
}

.aboutArea .left .iconBox ul .item .bottom_line{
    position: absolute;
    width: 90%;
    height: 1px;
    background-color: #fff;
    bottom: 7px;
    opacity: 0;
    transform: translateX(105%); 
    transition: all .5s ease;   
}

.aboutArea .left .iconBox ul .item .left_line{
    position: absolute;
    width: 1px;
    height: 90%;
    background-color: #fff;
    left: 7px;
    opacity: 0;   
    transform: translateY(105%); 
    transition: all .5s ease;
}

@media (max-width: 500px){
    .aboutArea .left .iconBox ul .item .left_line{
        left: 5px;
    }
}


.aboutArea .left .iconBox ul .item:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}


.aboutArea .left .iconBox ul li.slick-current .item .top_line{
    opacity: 1;
    transform: translateX(0);
}

.aboutArea .left .iconBox ul li.slick-current .item .right_line{
    opacity: 1;
    transform: translateY(0);
}

.aboutArea .left .iconBox ul li.slick-current .item .bottom_line{
    opacity: 1;
    transform: translateX(0);  
}

.aboutArea .left .iconBox ul li.slick-current .item .left_line{
    opacity: 1;   
    transform: translateY(0);  
}


@media (max-width: 1148px) {
    .aboutArea .left .iconBox ul .item {
        width:130px;
        height: 120px
    }
}

@media (max-width: 960px) {
    .aboutArea .left .iconBox ul .item {
        width:100px;
        height: 90px
    }
}

@media (max-width: 770px) {
    .aboutArea .left .iconBox ul .item {
        width:95%;
        height: 144px
    }
}

.aboutArea .left .iconBox ul .item .Img {
    width: 50px;
    height: 50px;
    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
}

@media (max-width: 960px) {
    .aboutArea .left .iconBox ul .item .Img {
        width:30px;
        height: 30px;
        margin-bottom: 10px
    }
}

.aboutArea .left .iconBox ul .item .Img img {
    max-width: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.aboutArea .left .iconBox ul .item h3 {
    font-size: 16px;
    color: #0cb59b;
    font-weight: 400;
    letter-spacing: 2px
}

.aboutArea .left .iconBox ul .item:hover {
    background-color: #14d0b3
}

.aboutArea .left .iconBox ul .item:hover h3 {
    color: #fff
}

.aboutArea .right {
    padding-left: 28px
}

@media (max-width: 770px) {
    .aboutArea .right {
        padding-left:0;
        margin-top: 40px
    }
}

.aboutArea .right .Img {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px)
}

.aboutArea .right .Img.show {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px)
}

.aboutArea .right .Img img {
    max-width: 100%
}

.aboutArea .right .TxtBox {
    margin-top: 30px;
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px)
}

.aboutArea .right .TxtBox.show {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.aboutArea .right .TxtBox h3 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1.5px;
/*    height: 27px;
    overflow: hidden*/
}

.aboutArea .right .TxtBox h3 span.title {
    color: #0cb59b
}

.aboutArea .right .TxtBox h3 span.title:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 17px;
    background-color: #c9c9c9;
    margin-right: 20px;
    margin-top: 1px
}

.aboutArea .right .TxtBox h3 span.title:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 17px;
    background-color: #c9c9c9;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 1px
}

.aboutArea .right .TxtBox p {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    font-weight: 300;
    letter-spacing: .5px;
    margin-top: 20px;
    padding-bottom: 30px;
    border-bottom: 2px solid #ebebeb
}

.aboutArea .right .TxtBox a.btn {
    color: #0cb59b;
    font-size: 14px;
    margin-top: 18px;
    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;
    text-align: right;
    letter-spacing: 2.5px
}

.aboutArea .right .TxtBox a.btn svg {
    margin-right: 17px
}

.aboutArea .right .TxtBox a.btn svg path {
    fill: #0cb59b
}

.aboutArea .right .TxtBox a.btn:hover {
    color: #fbb731
}

.aboutArea .right .TxtBox a.btn:hover svg path {
    fill: #fbb731
}

.marqueeArea {
    background-color: #136db6;
    padding: 70px 0;
    opacity: 0;
    transition: all .3s ease;
    transform:translateY(-30px);
}

.marqueeArea.show{
    opacity: 1;
    transform:translateY(0px);
}

@media (max-width: 770px) {
    .marqueeArea {
        padding:50px 0
    }
}

.marqueeArea .marqueeBox ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 770px) {
    .marqueeArea .marqueeBox ul {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }
}

.marqueeArea .marqueeBox li {
    width: calc(100% / 4)
}

@media (max-width: 770px) {
    .marqueeArea .marqueeBox li {
        width:calc(100% / 2)
    }
}

.marqueeArea .marqueeBox li:last-child .item {
    position: relative
}

.marqueeArea .marqueeBox li:last-child .item:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #e7e7e7;
    right: 0;
    top: 0
}

@media (max-width: 770px) {
    .marqueeArea .marqueeBox li:last-child .item:after {
        display:none
    }
}

@media (max-width: 770px) {
    .marqueeArea .marqueeBox li {
        border-top:1px solid #e7e7e7
    }

    .marqueeArea .marqueeBox li:first-child,.marqueeArea .marqueeBox li:nth-child(2) {
        border-top: none;
        padding-bottom: 20px
    }

    .marqueeArea .marqueeBox li:nth-child(3),.marqueeArea .marqueeBox li:nth-child(4) {
        padding-top: 20px
    }
}

.marqueeArea .marqueeBox .item {
    text-align: center;
    position: relative
}

.marqueeArea .marqueeBox .item:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #e7e7e7;
    left: 0
}

@media (max-width: 770px) {
    .marqueeArea .marqueeBox .item:before {
        display:none
    }
}

.marqueeArea .marqueeBox .item .number {
    color: #fff;
    font-size: 48px;
    line-height: 34px;
    font-family: 'Playfair Display', serif
}

@media (max-width: 500px) {
    .marqueeArea .marqueeBox .item .number {
        font-size:30px
    }
}

.marqueeArea .marqueeBox .item .number span.unit {
    font-size: 14px;
  font-family: "Noto Sans TC";
  font-weight: 300;
}

.marqueeArea .marqueeBox .item h3 {
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 2px;
    padding-bottom: 14px;
    margin-top: 15px
}

.teachingArea {
    padding-top: 90px;
    padding-bottom: 95px;
    /* background-color: #f8f8f8; */
    background-color: #f8f8f8b8;
}

@media (max-width: 1180px) {
    .teachingArea {
        padding-top:80px;
        padding-bottom: 80px
    }
}

@media (max-width: 700px) {
    .teachingArea {
        padding-top:50px;
        padding-bottom: 50px
    }
}

.teachingArea .titleBox {
    margin-bottom: 50px;
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    text-align: center
}

@media (max-width: 590px) {
    .teachingArea .titleBox {
        margin-bottom:20px
    }
}

.teachingArea .titleBox.show {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px)
}

.teachingArea .titleBox .subtitle {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 5px;
}

/* .teachingArea .titleBox .subtitle:before {
    content: '';
    display: block;
    width: 1px;
    height: 65px;
    background-color: #0cb59b;
    -webkit-transform: rotate(-55deg);
    -ms-transform: rotate(-55deg);
    transform: rotate(-55deg)
} */

@media (max-width: 590px) {
    .teachingArea .titleBox .subtitle:before {
        height:50px
    }
}

/* .teachingArea .titleBox .subtitle:after {
    content: '';
    display: block;
    width: 1px;
    height: 65px;
    background-color: #0cb59b;
    -webkit-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    transform: rotate(55deg)
} */

@media (max-width: 590px) {
    .teachingArea .titleBox .subtitle:after {
        height:50px
    }
}

.teachingArea .titleBox .subtitle em {
    font-size: 32px;
    font-family: 'Noto Serif TC', serif;
    color: #0cb59b;
    font-weight: 700;
    letter-spacing: 4px;
    margin: 0 20px;
    display: block;
}

@media (max-width: 770px) {
    .teachingArea .titleBox .subtitle em {
        font-size:28px
    }
}

@media (max-width: 590px) {
    .teachingArea .titleBox .subtitle em {
        font-size:22px
    }
}

.teachingArea .titleBox .subtitle em i{
    font-style: normal;
    position: relative;
}
/* .teachingArea .titleBox .subtitle em i:before{
    content: '';
    width: 4px;
    height: 4px;
    background-color: #0cb59b;
    border-radius: 99em;
    position: absolute;
    display: block;
    top: -8px;
    left: 50%;
    margin-left: -4px;
} */


.teachingArea .titleBox h2 {
    font-size: 45px;
    color: #0cb59b;
    font-family: 'Noto Serif TC', serif;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 5px;
    padding-left: 51px
}

@media (max-width: 770px) {
    .teachingArea .titleBox h2 {
        font-size:35px
    }
}

@media (max-width: 590px) {
    .teachingArea .titleBox h2 {
        font-size:30px;
        padding-left: 0
    }
}

@media (max-width: 520px) {
    .teachingArea .titleBox h2 {
        font-size:22px
    }
}

@media (max-width: 480px) {
    .teachingArea .titleBox h2 {
        font-size:16px;
        padding-left: 9px;
    }
}

.teachingArea .titleBox h2 span {
    font-size: 117px;
    display: block;
    margin: 0 23px;
    line-height: 110px
}

@media (max-width: 770px) {
    .teachingArea .titleBox h2 span {
        font-size:90px;
        line-height: 78px
    }
}

@media (max-width: 590px) {
    .teachingArea .titleBox h2 span {
        font-size:60px;
        line-height: 60px;
        margin: 0 18px
    }
}

@media (max-width: 520px) {
    .teachingArea .titleBox h2 span {
        font-size:40px;
        margin: 0 10px;
        line-height: 20px
    }
}

.teachingArea .classBox {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px)
}

.teachingArea .classBox.show {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.teachingArea .classBox .side_menu {
    margin-bottom: 0
}

.teachingArea .classBox ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.teachingArea .classBox ul li {
    border: none
}

.teachingArea .classBox ul .classBtn {
    width: 125px;
    height: 125px;
    border-radius: 99em;
    border: 1px solid #0cb59b;
    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;
    margin: 0 12px;
    font-size: 27px;
    font-family: 'Noto Serif TC', serif;
    font-weight: 700;
    letter-spacing: 2px;
    color: #0cb59b;
    cursor: pointer
}

@media (max-width: 590px) {
    .teachingArea .classBox ul .classBtn {
        width:90px;
        height: 90px;
        font-size: 18px
    }
}

.teachingArea .classBox ul .classBtn.active {
    background-color: #fef7e5;
    color: #69cde0;
    border-color: #69cde0
}

.teachingArea .classBox ul .classBtn:hover {
    background-color: #fef7e5;
    color: #69cde0;
    border-color: #69cde0
}

.teachingArea .contentBox {
    position: relative;
    margin-top: 60px
}

@media (max-width: 590px) {
    .teachingArea .contentBox {
        margin-top:40px
    }
}

.teachingArea .contentBox .line {
    position: absolute;
    display: block;
    margin: 0 auto;
    width: 3px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -1.5px;
    z-index: 1;
    background-image: -webkit-linear-gradient(top, #ccc 2px, transparent 0, transparent 100%);
    background-image: -o-linear-gradient(top, #ccc 2px, transparent 0, transparent 100%);
    background-image: linear-gradient(to bottom, #ccc 2px, transparent 0, transparent 100%);
    background-position: 50% 0;
    background-size: 100% 9px;
    background-repeat: repeat-y
}

@media (max-width: 650px) {
    .teachingArea .contentBox .line {
        left:0;
        margin-left: 0
    }
}

.teachingArea .contentBox .line:before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #69cde0;
    border-radius: 99em;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -4px;
    -webkit-box-shadow: 0px 0px 0px 8px #e5f7f4;
    box-shadow: 0px 0px 0px 8px #e5f7f4
}

.teachingArea .contentBox .line:after {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #69cde0;
    border-radius: 99em;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -4px;
    -webkit-box-shadow: 0px 0px 0px 8px #e5f7f4;
    box-shadow: 0px 0px 0px 8px #e5f7f4
}

.teachingArea .contentBox ul {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 90px
}

@media (max-width: 770px) {
    .teachingArea .contentBox ul {
        padding-top:40px
    }
}

@media (max-width: 500px) {
    .teachingArea .contentBox ul {
        padding-bottom:40px
    }
}

.teachingArea .contentBox .item {
    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;
    margin-bottom: 50px
}

@media (max-width: 1080px) {
    .teachingArea .contentBox .item {
        margin-bottom:0
    }
}

@media (max-width: 650px) {
    .teachingArea .contentBox .item {
        margin-bottom:80px
    }
}

@media (max-width: 615px) {
    .teachingArea .contentBox .item {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.teachingArea .contentBox .item:hover h3 a {
    /* color: #0cb59b */
    color: #126cb6;
}

.teachingArea .contentBox .item:hover .circle {
    background-color: #126cb6
}

.teachingArea .contentBox .item:hover .Txtbox em:before{
    background-color: #69cdef;
}


.teachingArea .contentBox .item .Img {
    width: 45%;
    /* padding-bottom: 30%; */
    position: relative
}

.teachingArea .contentBox .item .Img img {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

@media (max-width: 650px) {
    .teachingArea .contentBox .item .Img {
        width:47%;
        padding-bottom: 33%;
        padding-left: 20px
    }
}

@media (max-width: 615px) {
    .teachingArea .contentBox .item .Img {
        width:60%;
        padding-bottom: 43%;
        margin-bottom: 20px
    }
}

.teachingArea .contentBox .item .Img:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.teachingArea .contentBox .item .Txtbox {
    width: 45%;
    height: 100%;
    padding: 55px 30px
}

@media (max-width: 770px) {
    .teachingArea .contentBox .item .Txtbox {
        padding:20px 30px
    }
}

@media (max-width: 650px) {
    .teachingArea .contentBox .item .Txtbox {
        padding:0
    }
}

@media (max-width: 615px) {
    .teachingArea .contentBox .item .Txtbox {
        width:100%;
        padding-left: 40px
    }
}

.teachingArea .contentBox .item .Txtbox em {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 2px;
}

.teachingArea .contentBox .item .Txtbox em:before {
    content: '';
    width: 3px;
    height: 19px;
    background-color: #0cb59b;
    margin-right: 13px;
    transition:all .3s ease;
    -o-transition:all .3s ease;
    -webkit-transition:all .3s ease;
}

.teachingArea .contentBox .item .Txtbox h3 {
    margin-top: 10px
}

.teachingArea .contentBox .item .Txtbox h3 a {
    font-size: 27px;
    font-weight: 500;
    letter-spacing: 2px
}

@media (max-width: 520px) {
    .teachingArea .contentBox .item .Txtbox h3 a {
        font-size:24px
    }
}

.teachingArea .contentBox .item .Txtbox p {
    font-size: 14px;
    line-height: 28px;
    color: #000;
    font-weight: 300;
    letter-spacing: .5px;
    margin-top: 20px
}

.teachingArea .contentBox .item .Txtbox a.more {
    width: 158px;
    display: block;
    padding: 7.5px 0;
    font-size: 14px;
    border: 1px solid #69cde0;
    border-radius: 99em;
    color: #69cde0;
    padding-left: 25px;
    margin-top: 30px;
    position: relative
}

.teachingArea .contentBox .item .Txtbox a.more:hover {
    border-color: #69cde0;
    color: #0ecef1;
    /* background-color: #fff7d3 */
}

.teachingArea .contentBox .item .Txtbox a.more:hover i {
    background-color: #69cde0;
    color: #fff
}

.teachingArea .contentBox .item .Txtbox a.more i {
    width: 20px;
    height: 20px;
    position: absolute;
    background-color: #61cbe3;
    border-radius: 99em;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    color: #fff;
    padding-left: 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;
    font-size: 12px;
    font-style: normal
}

.teachingArea .contentBox .item .circle {
    width: 44px;
    height: 44px;
    background-color: #69cde0;
    color: #fff;
    border-radius: 99em;
    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;
    position: absolute;
    left: 50%;
    margin-left: -22px;
    font-size: 20px;
    -webkit-box-shadow: 0px 0px 0px 6px #f1f1f1;
    box-shadow: 0px 0px 0px 6px #f1f1f1;
    z-index: 2
}

@media (max-width: 650px) {
    .teachingArea .contentBox .item .circle {
        left:0
    }
}

.teachingArea .contentBox li:nth-child(2n) .item .Img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.teachingArea .contentBox li:nth-child(2n) .item .Txtbox {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media (max-width: 650px) {
    .teachingArea .contentBox li:nth-child(2n) .item .Img {
        -webkit-box-ordinal-group:2;
        -ms-flex-order: 1;
        order: 1
    }

    .teachingArea .contentBox li:nth-child(2n) .item .Txtbox {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.teachingArea a.timeBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 169px;
    height: 169px;
    margin: 0 auto;
    margin-top: 40px;
    background-color: #0cb59b;
    -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;
    border-radius: 99em;
    position: relative
}

.teachingArea a.timeBtn:hover:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.teachingArea a.timeBtn:before {
    content: '';
    position: absolute;
    width: 169px;
    height: 169px;
    background-image: url(../images/circle_border.png);
    background-repeat: no-repeat;
    background-position: center center
}

.teachingArea a.timeBtn .main {
    color: #f5d952;
    font-size: 22px;
    letter-spacing: 2.5px
}

.teachingArea a.timeBtn .sub {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-top: 5px
}

.newsArea {
    padding: 50px 0;
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    background: #fafafa9e;
}

.newsArea.show {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px)
}

.newsArea .titleBox {
    text-align: left;
    position: relative;
    padding-left: 20px;
    margin-bottom: 49px
}

/* .newsArea .titleBox:before {
    content: '';
    width: 3px;
    height: 83px;
    background-color: #0cb59b;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0
} */

@media (max-width: 770px) {
    .newsArea .titleBox:before {
        height:55px
    }
}

/* .newsArea .titleBox h2 {
    font-size: 39px;
    font-family: 'Noto Serif TC', serif;
    color: #0cb59b;
    font-weight: 400
} */

@media (max-width: 770px) {
    /* .newsArea .titleBox h2 {
        font-size:24px
    } */
}

.newsArea .titleBox em {
    font-size: 26px;
    font-family: 'Noto Serif TC', serif;
    text-transform: inherit;
    color: #0cb59b;
    font-weight: 600;
    padding-left: 2px;
}

@media (max-width: 770px) {
    .newsArea .titleBox em {
        font-size:18px
    }
}


.newsArea a.more {
    border: 1px solid #0cb59b;
    display: block;
    width: 309px;
    margin: 0 auto;
    font-size: 14px;
    color: #0cb59b;
    letter-spacing: 3px;
    font-weight: 500;
    border-radius: 99em;
    padding: 7.5px;
    position: relative;
    text-align: center;
    margin-top: 40px
}

@media (max-width: 700px) {
    .newsArea a.more {
        margin-top:0px
    }
}

@media (max-width: 400px) {
    .newsArea a.more {
        width:200px
    }
}

.newsArea a.more:hover {
    color: #fff
}

.newsArea a.more:hover i {
    background-color: #fff;
    color: #0cb59b
}

.newsArea a.more i {
    width: 20px;
    height: 20px;
    color: #fff;
    background-color: #0cb59b;
    border-radius: 99em;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    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;
    font-size: 12px;
    padding-left: 2px;
    font-style: normal
}

.newsArea ul.newsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -28px;
    margin-right: -28px
}

.newsArea ul.newsList li {
    position: relative;
    width: calc(100% / 4);
    margin-bottom: 48px;
    position: relative;
    opacity: 0
}

@media (max-width: 750px) {
    .newsArea ul.newsList li {
        width:calc(100% / 2)
    }
}

@media (min-width: 751px) {
    .newsArea ul.newsList li:nth-child(2):before, .newsArea ul.newsList li:nth-child(4):before {
        content:'';
        width: 1px;
        height: 100%;
        background-color: #e2e2e2;
        position: absolute;
        left: 0;
        top: 0
    }

    .newsArea ul.newsList li:nth-child(2):after, .newsArea ul.newsList li:nth-child(5):after {
        content: '';
        width: 1px;
        height: 100%;
        background-color: #e2e2e2;
        position: absolute;
        right: 0;
        top: 0
    }
}

@media (max-width: 750px) {
    .newsArea ul.newsList li:nth-child(2n):before {
        content:'';
        width: 1px;
        height: 100%;
        background-color: #e2e2e2;
        position: absolute;
        left: 0;
        top: 0
    }
}

@media (max-width: 450px) {
    .newsArea ul.newsList li {
        width:100%;
        margin-bottom: 37px;
    }

    .newsArea ul.newsList li:nth-child(2n):before {
        display: none
    }
}

.newsArea ul.newsList .item {
    padding-left: 28px;
    padding-right: 28px
}

.newsArea ul.newsList .Img {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.newsArea ul.newsList .Img:before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    pointer-events: none;
}

/*.newsArea ul.newsList .Img:hover:before{
    opacity: 0.5;
}
*/

.newsArea ul.newsList .item:hover .Img:before{
    opacity: 0.5;
}

.newsArea ul.newsList .Img .s_icon{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;    
    pointer-events: none;
}

/*.newsArea ul.newsList .Img:hover .s_icon{
    opacity: 1;
}*/

.newsArea ul.newsList .item:hover .Img .s_icon{
    opacity: 1;
}


.newsArea ul.newsList .Img img {
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.newsArea ul.newsList .Txt {
    position: relative;
    background-color: #fff
}

.newsArea ul.newsList .Txt .subBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 12px
}

@media (max-width: 500px){
    .newsArea ul.newsList .Txt .subBox{
        margin-bottom: 25px;
    }
}

.newsArea ul.newsList .Txt .subBox .class {
    font-size: 14px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.newsArea ul.newsList .Txt .subBox .class:after {
    content: '';
    width: 1px;
    height: 13px;
    background-color: #a1a1a1;
    margin: 0 17px
}

.newsArea ul.newsList .Txt .subBox .date {
    font-size: 12px;
    color: #a1a1a1
}

.newsArea ul.newsList .Txt h3 a {
    display: block;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 18px;
    height: 52px;
    overflow: hidden;
    color: #000;
    letter-spacing: 1.5px
}

.newsArea ul.newsList .item:hover .Txt h3 a{
    color: #008571
}

.newsArea ul.newsList .Txt h3 a:hover {
    color: #008571
}

@media (max-width: 500px) {
    .newsArea ul.newsList .Txt h3 a {
        font-size:16px
    }
}

.newsArea ul.newsList .Txt p {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    font-weight: 300;
    letter-spacing: .5px
}

.newsArea .linkArea li {
    opacity: 0
}


.linkArea{
    padding-bottom: 25px;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#loader-wrapper #loader {
    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;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99999
}

#loader-wrapper #loader img {
    max-width: 100%;
    -webkit-animation-name: logofade;
    animation-name: logofade;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0
}

@media (max-width: 550px) {
    #loader-wrapper #loader img {
        width:80px
    }
}

#loader-wrapper .whiteBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0cb59b;
    opacity: 1;
    -webkit-transition: all 1s cubic-bezier(0.31, 0, 0.29, 0.99);
    -o-transition: all 1s cubic-bezier(0.31, 0, 0.29, 0.99);
    transition: all 1s cubic-bezier(0.31, 0, 0.29, 0.99)
}

@-webkit-keyframes bgLoad {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes bgLoad {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@-webkit-keyframes logofade {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes logofade {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

.loaded #loader-wrapper .whiteBg {
    width: 0
}

.loaded #loader {
    opacity: 0
}

.loaded #loader-wrapper {
    visibility: hidden
}

body.loaded {
    overflow: auto
}

.no-js #loader-wrapper {
    display: none
}

#loader {
    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
}

#loader .logo {
    width: 185px
}

#loader .logo path {
    fill: #fff
}


/* productArea */

.productArea {
    padding-top: 180px;
    padding-bottom: 180px;
    padding-left: 290px;
    position: relative;
    overflow: hidden;
  }
  .productArea:before, .productArea:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
  }
  .productArea:before {
    background-color: #ffffff;
    /* background-image: radial-gradient(#c0c0c0 1px, transparent 2px); */
    background-size: calc(55 * 1px) calc(57 * 1px);
    background-position: -20px 10px;
    background-color: transparent;
    top: 80px;
    bottom: 80px;
  }
  .productArea:after {
    content: "";
    background: rgba(241, 241, 241, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241, 241, 241, 0)), color-stop(10%, #f1f1f1), color-stop(90%, #f1f1f1), color-stop(100%, rgba(241, 241, 241, 0)));
    background: linear-gradient(to bottom, rgba(241, 241, 241, 0) 0%, #f1f1f1 10%, #f1f1f1 90%, rgba(241, 241, 241, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f1f1f1", endColorstr="#f1f1f1", GradientType=0 );
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  .productArea .wrap {
    margin-left: 0;
  }
  .productArea .proTop {
    position: relative;
    display: flex;
  }
  .productArea .proTop > .left {
    width: 700px;
  }
  .productArea .proTop > .right {
    width: calc(100% - 700px);
    text-align: right;
  }
  .productArea .proTop .titleBox em {
    font-size: 68px;
  }
  .productArea .proTop .titleBox h2 {
    font-size: 21px;
  }
  .productArea .proTop .proClass_m {
    display: inline-flex;
  }
  .productArea .proTop .proClass_m ul {
    display: flex;
    position: relative;
    z-index: 1;
  }
  .productArea .proTop .proClass_m ul:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 6px;
    right: 6px;
    background-image: url(../images/bg/dot.png);
    background-repeat: repeat-x;
    height: 6px;
    display: block;
    z-index: -1;
  }
  .productArea .proTop .proClass_m ul li {
    margin-left: 40px;
  }
  .productArea .proTop .proClass_m ul li:first-child {
    margin-left: 0;
  }
  .productArea .proTop .proClass_m ul li a {
    color: #ffffff;
    display: block;
  }
  .productArea .proTop .proClass_m ul li a .num {
    font-size: 18px;
    font-family: "Righteous";
    padding-bottom: 7px;
  }
  .productArea .proTop .proClass_m ul li a .Txt {
    font-size: 15px;
    padding-top: 3px;
    padding-bottom: 10px;
  }
  .productArea .proTop .proClass_m ul li a .halo {
    width: 170px;
    height: 170px;
    position: relative;
  }
  .productArea .proTop .proClass_m ul li a .halo .inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .productArea .proTop .proClass_m ul li a .halo .outer {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ababab;
    border: 5px solid #e9e9e9;
    z-index: -1;
  }
  @media (min-width: 769px) {
    .productArea .proTop .proClass_m ul li a:hover .Txt {
      font-size: 17px;
    }
    .productArea .proTop .proClass_m ul li a:hover .halo .outer {
      transform: scale(1.24);
      background-color: #8ec320;
      border: 5px solid #dcecbb;
    }
    .productArea .proTop .proClass_m ul li a:hover .halo .outer:after {
      pointer-events: none;
      content: "";
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      border-radius: 50%;
      background-color: rgba(186, 186, 186, 0.13);
      animation: pulse-halo 3s ease-out infinite;
      z-index: -1;
    }
  }
  @media (max-width: 1600px) {
    .productArea .proTop {
      display: block;
    }
    .productArea .proTop > .left,
  .productArea .proTop > .right {
      width: 100%;
    }
    .productArea .proTop > .right {
      text-align: left;
    }
  }
  @media (max-width: 1350px) {
    .productArea {
      padding-left: 210px;
    }
  }
  @media (max-width: 1180px) {
    .productArea {
      padding: 50px 0 0;
    }
  }
  @media (max-width: 992px) {
    .productArea .proTop .titleBox em {
      font-size: 44px;
    }
  }
  @media (max-width: 768px) {
    .productArea .proTop .titleBox em {
      font-size: 35px;
    }
    .productArea .proTop .titleBox h2 {
      font-size: 18px;
    }
    .productArea .proTop .proClass_m ul li a .halo {
      border-radius: 50%;
      background-color: #ababab;
      border: 5px solid #e9e9e9;
    }
    .productArea .proTop .proClass_m ul li a .outer {
      display: none;
    }
    .productArea .proTop .proClass_m ul li a:hover .halo {
      background-color: #8ec320;
      border: 5px solid #dcecbb;
    }
  }
  @media (max-width: 640px) {
    .productArea .proTop .proClass_m {
      display: block;
    }
    .productArea .proTop .proClass_m ul {
      justify-content: space-between;
    }
    .productArea .proTop .proClass_m ul li {
      margin-left: 0;
    }
    .productArea .proTop .proClass_m ul li a .num {
      font-size: 16px;
    }
    .productArea .proTop .proClass_m ul li a .Img img {
      max-width: 60%;
      margin: auto;
      display: block;
    }
    .productArea .proTop .proClass_m ul li a .Txt {
      font-size: 14px;
    }
    .productArea .proTop .proClass_m ul li a .halo {
      width: 150px;
      height: 150px;
    }
  }
  @media (max-width: 480px) {
    .productArea .proTop .proClass_m ul {
      margin: 0 -10px;
    }
    .productArea .proTop .proClass_m ul li a .num {
      font-size: 14px;
    }
    .productArea .proTop .proClass_m ul li a .Img img {
      max-width: 50%;
    }
    .productArea .proTop .proClass_m ul li a .Txt {
      font-size: 13px;
    }
    .productArea .proTop .proClass_m ul li a .halo {
      width: 120px;
      height: 120px;
    }
  }
  @media (max-width: 400px) {
    .productArea .proTop .proClass_m ul li a .num {
      font-size: 13px;
      padding-bottom: 5px;
    }
    .productArea .proTop .proClass_m ul li a .Img img {
      max-width: 40%;
    }
    .productArea .proTop .proClass_m ul li a .Txt {
      font-size: 12px;
      padding-bottom: 5px;
    }
    .productArea .proTop .proClass_m ul li a .halo {
      width: 100px;
      height: 100px;
    }
  }
  
  .pro_list {
    padding-top: 70px;
    /* padding-left: 200px; */
  }
  .pro_list > ul {
    position: relative;
  }
  .pro_list > ul > li {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
  }
  .pro_list > ul > li > .left {
    padding-left: 20px;
    width: calc(100% - 560px);
    position: relative;
  }
  .pro_list > ul > li > .right {
    width: 560px;
    padding-right: 100px;
  }
  .pro_list > ul > li .proImg {
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    z-index: 1;
  }
  .pro_list > ul > li .proBg {
    position: relative;
  }
  .pro_list > ul > li .circle {
    animation: circle-animation 5s linear infinite;
    /* stroke-dasharray: 500; */
    stroke-dasharray: 300;
    stroke-dashoffset: 1695.6;
    display: block;
    fill: transparent;
    stroke: #126cb6;
    stroke-linecap: round;
    stroke-width: 2px;
    transform-origin: 50% 50%;
    position: absolute;
    left: -15px;
    top: -15px;
    width: 540px;
    height: 540px;
  }
  .pro_list > ul > li .proIcon {
    width: 86px;
    height: 86px;
    text-align: center;
    position: absolute;
    z-index: 2;
  }
  .pro_list > ul > li .proIcon .Img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    padding: 15px;
    border-radius: 50%;
    background-color: #ababab;
    border: 5px solid #e9e9e9;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pro_list > ul > li:hover .proIcon .Img {
    background-color: #8ec320;
    border: 5px solid #dcecbb;
  }
  .pro_list > ul > li:hover .proIcon:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    background-color: rgba(186, 186, 186, 0.13);
    animation: pulse-halo 3s ease-out infinite;
    z-index: 1;
  }
  .pro_list > ul > li .num {
    color: #242424;
    font-size: 68px;
    font-family: "Righteous";
    line-height: 1;
    padding-bottom: 30px;
  }
  .pro_list > ul > li .num span {
    font-size: 26px;
    vertical-align: 30px;
  }
  .pro_list > ul > li .titleBox h2 {
    padding-bottom: 15px;
    margin-bottom: 5px;
    border-bottom: 1px solid #c9c9c9;
  }
  .pro_list > ul > li:nth-child(even) > .right {
    padding-left: 100px;
    padding-right: 0;
  }
  .pro_list > ul > li .dotLine {
    width: 20px;
    position: absolute;
    z-index: -1;
  }
  .pro_list > ul > li .dotLine .line {
    stroke: #126cb6;
    stroke-dasharray: 1, 10;
    stroke-width: 3px;
    stroke-linecap: round;
  }
  .pro_list > ul > li .dotLine.dotLine_1 {
    height: 100%;
    left: 50%;
    top: 91.5%;
    transform: translateX(-50%) rotate(-30deg);
  }
  .pro_list > ul > li .dotLine.dotLine_2 {
    height: 55%;
    right: 48.5%;
    bottom: -31%;
    transform: rotate(67deg);
  }
  .pro_list > ul > li .dotLine.dotLine_3 {
    height: 100%;
    left: 50%;
    top: 91.5%;
    transform: translateX(-50%) rotate(-30deg);
  }
  .pro_list > ul > li .dotLine.dotLine_4 {
    height: 55%;
    right: 48.5%;
    bottom: -31%;
    transform: rotate(67deg);
  }
  .pro_list > ul > li .dotLine.dotLine_5 {
    display: none;
  }
  .pro_list > ul > li:nth-child(1) .proImg {
    left: -20px;
  }
  .pro_list > ul > li:nth-child(1) .proIcon {
    right: 180px;
    bottom: 0;
  }
  .pro_list > ul > li:nth-child(2) > .left {
    order: 1;
    display: inline-flex;
    justify-content: flex-end;
  }
  .pro_list > ul > li:nth-child(2) .proIcon {
    left: 200px;
    bottom: 0;
  }
  .pro_list > ul > li:nth-child(3) .proIcon {
    right: 180px;
    top: 0;
  }
  .pro_list > ul > li:nth-child(4) > .left {
    order: 1;
    display: inline-flex;
    justify-content: flex-end;
  }
  .pro_list > ul > li:nth-child(4) .proIcon {
    left: 200px;
    bottom: 0;
  }
  .pro_list > ul > li:nth-child(5) .proIcon {
    right: 180px;
    top: 0;
  }
  @media (max-width: 1800px) {
    .pro_list > ul > li .proBg {
      max-width: 510px;
    }
    .pro_list > ul > li .circle {
      width: calc(100% + 30px);
      height: calc(100% + 30px);
    }
  }
  @media (max-width: 1700px) {
    .pro_list {
      padding-left: 50px;
      max-width: 87%;
    }
    .pro_list > ul > li > .right {
      padding-right: 0;
      padding-left: 50px;
    }
    .pro_list > ul > li .dotLine {
      display: none;
    }
    .pro_list > ul > li:nth-child(1) .proIcon {
      right: 70px;
    }
    .pro_list > ul > li:nth-child(3) .proIcon {
      right: 50px;
    }
    .pro_list > ul > li:nth-child(2) .proIcon {
      left: 70px;
    }
    .pro_list > ul > li:nth-child(even) > .right {
      padding-left: 0;
      padding-right: 50px;
    }
  }
  @media (max-width: 1400px) {
    .pro_list {
      padding-left: 0;
      max-width: 100%;
    }
    .pro_list > ul > li:nth-child(1) .proImg {
      left: 0;
    }
  }
  @media (max-width: 992px) {
    .pro_list > ul > li .num {
      font-size: 44px;
      padding-bottom: 20px;
    }
    .pro_list > ul > li > .left {
      width: 45%;
    }
    .pro_list > ul > li > .right {
      width: 55%;
    }
  }
  @media (max-width: 768px) {
    .pro_list > ul > li {
      display: block;
    }
    .pro_list > ul > li .num {
      font-size: 35px;
      padding-bottom: 10px;
    }
    .pro_list > ul > li > .left,
  .pro_list > ul > li > .right {
      width: 100%;
      padding-left: 0;
    }
    .pro_list > ul > li > .left {
      max-width: 65%;
      margin: auto;
      padding-bottom: 20px;
    }
    .pro_list > ul > li:nth-child(2) > .left {
      order: -1;
      margin: auto;
      display: block;
    }
    .pro_list > ul > li:nth-child(2) > .right {
      padding-right: 0;
    }
  }
  @media (max-width: 640px) {
    .pro_list > ul > li .proIcon {
      width: 75px;
      height: 75px;
    }
    .pro_list > ul > li:nth-child(1) .proIcon, .pro_list > ul > li:nth-child(3) .proIcon {
      right: 0;
    }
    .pro_list > ul > li:nth-child(2) .proIcon {
      left: 0;
    }
  }
  @media (max-width: 480px) {
    .pro_list > ul > li .proIcon {
      width: 65px;
      height: 65px;
    }
    .pro_list > ul > li > .left {
      max-width: 85%;
    }
  }
  
  
  