.actingArea .slideBox .slick-current .enTitle, .actingArea .slideBox .slick-current .number, .actingArea .arrow:after, .actingArea .arrow {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.progymArea {
    position: relative;
    background: url(../images/prpgym-bg.jpg);
    background-size: cover;
}
@media (max-width: 800px) {
    .progymArea {
        background-position: 50% 50%;
    }
}
.progymArea::before {
    content: "";
    position: absolute;
    top: 0;
    left: 55%;
    display: block;
    height: 140px;
    width: 70px;
    background: #f0c417;
    -webkit-transform: skew(-30deg);
            transform: skew(-30deg);
}
@media (max-width: 800px) {
    .progymArea::before {
        display: none;
    }
}
.progymArea::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 65%;
    display: block;
    height: 140px;
    width: 70px;
    background: #f0c417;
    -webkit-transform: skew(-30deg);
            transform: skew(-30deg);
}
@media (max-width: 800px) {
    .progymArea::after {
        display: none;
    }
}
.progymArea .wrap {
    max-width: 1220px;
    width: 100%;
    padding: 170px 20px 180px;
}
@media (max-width: 800px) {
    .progymArea .wrap {
        padding: 80px 30px 50px;
    }
}
.progymArea .aboutBox {
    width: 60%;
    margin-left: 10%;
    float: left;
}
@media (max-width: 1080px) {
    .progymArea .aboutBox {
        margin: 0 auto;
    }
}


@media (max-width: 800px) {
 .progymArea .aboutBox {
    width: 100%;
    margin-left: 0;
    float: none;
}
}


.progymArea .top {
    position: relative;
    margin-bottom: 30px;
}
.progymArea .top::before {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 1366px) {
    .progymArea .top::before {
        width: 100%;
    }
}
.progymArea .top::after {
    content: "";
    margin-top: 35px;
    display: block;
    width: 200px;
    height: 2px;
    background: #f0c417;
}
.progymArea .titleEn {
    font-size: 33px;
    font-weight: 500;
    color: #222;
    font-family: Oswald;
    font-style: normal;
}

.textEditor .aboutBox .titleEn {
    color: #222;
}

.textEditor .aboutBox .title {
    color: #222;
}

.textEditor .aboutBox .content .text {
    color: #666;
}

.progymArea .Img {
    float: left;
    width: 30%;
}

.progymArea .Img img {
    width: 100%;
}

@media (max-width: 800px) {
 .progymArea .Img {
    float: none;
    width: 100%;
    margin-bottom: 5%;
    }
}

.progymArea .title {
    font-size: 35px;
    font-weight: 500;
    color: #ffffff;
}
.progymArea .subTitle {
    font-size: 20px;
    color: #999999;
    font-weight: 500;
}
.progymArea .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 800px) {
    .progymArea .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}
.progymArea .content .Txt {
    padding-right: 35px;
    max-width: 595px;
}
@media (max-width: 800px) {
    .progymArea .content .Txt {
        padding-right: 0;
    }
}
.progymArea .content .text {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    font-family: "Noto Sans Tc";
    letter-spacing: 0.5px;
    line-height: 1.8;
}
@media (max-width: 800px) {
    .progymArea .content .text {
        margin-bottom: 50px;
    }
}

.advantageArea .wrap {
    position: relative;
    max-width: 1480px;
    margin: 0 auto;
    padding: 100px 30px 120px;
}
.advantageArea .wrap::after {
    content: "THERMAL MASTER";
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
    font-size: 316px;
    font-weight: 500;
    line-height: 1;
    text-indent: 100px;
    color: transparent;
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.03);
}
@media (max-width: 480px) {
    .advantageArea .wrap::after {
        display: none;
    }
}
.advantageArea .top {
    position: relative;
    z-index: 6;
    text-align: center;
}
.advantageArea .top::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    width: 200%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 1366px) {
    .advantageArea .top::before {
        width: 100%;
    }
}
.advantageArea .top::after {
    content: "";
    margin: 35px auto 0;
    display: block;
    width: 200px;
    height: 2px;
    background: #f0c417;
}
.advantageArea .titleEn {
    font-size: 33px;
    font-weight: 500px;
    color: #ffffff;
    font-family: Oswald;
    font-style: normal;
}
.advantageArea .title {
    font-size: 35px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 15px;
}
.advantageArea .infoBox {
    font-size: 18px;
    color: #999999;
    font-weight: 500;
    max-width: 780px;
    font-family: "Noto Sans Tc";
    letter-spacing: 1.2px;
    margin: 0 auto;
}
.advantageArea .facList {
    position: relative;
    z-index: 6;
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 1366px) {
    .advantageArea .facList {
        max-width: 100%;
    }
}
@media (max-width: 800px) {
    .advantageArea .facList {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}
.advantageArea .facItem {
    max-width: 440px;
    padding: 0 20px;
    text-align: center;
    width: 100%;
}
@media (max-width: 800px) {
    .advantageArea .facItem {
        max-width: 100%;
        padding: 20px 0;
    }
}
@media (max-width: 480px) {
    .advantageArea .facItem {
        max-width: 100%;
        padding: 30px 0;
    }
}
@media (max-width: 800px) {
    .advantageArea .facItem .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}
@media (max-width: 480px) {
    .advantageArea .facItem .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}
.advantageArea .facItem .Img {
    width: 150px;
    height: 150px;
    padding: 25px;
    border: 2px solid #e3e3e3;
    border-radius: 50%;
    margin: 0 auto;
}
@media (max-width: 800px) {
    .advantageArea .facItem .Img {
        margin: 0 20px;
        width: 80px;
        height: 80px;
        padding: 10px;
    }
}
.advantageArea .facItem .Img img {
    width: 100%;
    height: 100%;
}
@media (max-width: 800px) {
    .advantageArea .facItem .Txt {
        text-align: left;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }
}
@media (max-width: 480px) {
    .advantageArea .facItem .Txt {
        text-align: center;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }
}
.advantageArea .facItem .enTitle {
    display: block;
    margin-top: 25px;
    font-size: 25px;
    color: #f0c417;
    font-weight: 400;
}
.advantageArea .facItem .title {
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 1.3px;
    margin-top: 2px;
}
.advantageArea .facItem .text {
    display: block;
    margin-top: 25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #ffffff;
}

.actingArea {
    background: url("../images/acting-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
.actingArea .wrap {
    padding: 100px 30px 40px;
    max-width: 1260px;
    width: 100%;
}
.actingArea .contentBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.actingArea .titleBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 15px 0;
}
.actingArea .titleBox .title {
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    padding-left: 5px;
    letter-spacing: 1.5px;
}
.actingArea .titleBox .champion {
    width: 38px;
    height: 38px;
}

.actingArea .titleBox i {
    font-size: 36px;
}

.actingArea .arrrowBox {
    max-width: 200px;
    max-height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0 0 -10px;
}
@media (max-width: 1366px) {
    .actingArea .arrrowBox {
        position: static;
        margin: 30px 0 10px;
    }
}
.actingArea .arrow {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    border: 1px solid #929292;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
}
.actingArea .arrow:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff;
    opacity: 0;
}
.actingArea .arrow:hover {
    background: #fff;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    border: transparent;
}
.actingArea .arrow:hover svg {
    fill: #000000;
}
.actingArea .arrow:hover:after {
    opacity: 1;
}
.actingArea .arrow svg {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 18px;
    height: 15px;
    fill: #929292;
}
.actingArea .arrowPrev {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
.actingArea .arrowPrev:hover {
    -webkit-transform: scale(1.2) rotate(-180deg);
            transform: scale(1.2) rotate(-180deg);
}
.actingArea .left,
.actingArea .right {
    width: 50%;
}
@media (max-width: 1080px) {
    .actingArea .left {
        width: 100%;
    }
}
.actingArea .left .top {
    position: relative;
    z-index: 6;
    text-align: left;
}
@media (max-width: 1080px) {
    .actingArea .left .top {
        text-align: center;
    }
}
.actingArea .left .top .titleEn {
    font-size: 33px;
    font-weight: 500px;
    color: #f0c417;
    font-family: Oswald;
    font-style: normal;
}
.actingArea .left .top .title {
    font-size: 35px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 15px;
}
.actingArea .left .top .acting {
    font-size: 18px;
    color: #666666;
    font-weight: 500;
    max-width: 600px;
    font-family: "Noto Sans Tc";
    letter-spacing: 1.2px;
    margin: 0 auto;
}
.actingArea .left .titleBox {
    display: none;
}
@media (max-width: 1080px) {
    .actingArea .left .titleBox {
        display: block;
        margin: 55px 0 0 0;
    }
}
.actingArea .left .arrrowBox {
    display: none;
}
@media (max-width: 1280px) {
    .actingArea .left .arrrowBox {
        display: block;
    }
}
@media (max-width: 1080px) {
    .actingArea .left .arrrowBox {
        margin: 20px auto 0;
    }
}
@media (max-width: 640px) {
    .actingArea .left .arrrowBox {
        max-width: 170px;
    }
}
@media (max-width: 1080px) {
    .actingArea .mainFacList {
        margin-top: -25px;
    }
}
@media (max-width: 640px) {
    .actingArea .mainFacList {
        margin-top: 25px;
    }
}
.actingArea .mainFacList .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 640px) {
    .actingArea .mainFacList .item {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding: 0 10px;
    }
}
.actingArea .mainFacList .number {
    position: relative;
    font-size: 230px;
    font-weight: 500;
    line-height: 1.3;
    color: #f0c417;
}
@media (max-width: 640px) {
    .actingArea .mainFacList .number {
        font-size: 80px;
    }
}
.actingArea .mainFacList .number em {
    position: relative;
    z-index: 5;
    -webkit-filter: drop-shadow(1px 1px 2px #8a8a8a);
            filter: drop-shadow(1px 1px 2px #8a8a8a);
}
.actingArea .mainFacList .number span {
    position: absolute;
    z-index: 4;
    left: -12px;
    top: -10px;
    -webkit-text-stroke: 1px rgba(138, 138, 138, 0.5);
    color: transparent;
}
.actingArea .mainFacList .Txt {
    padding: 60px 0 0 20px;
}
@media (max-width: 640px) {
    .actingArea .mainFacList .Txt {
        padding: 0;
    }
}
.actingArea .mainFacList .title {
    position: relative;
    display: block;
    font-size: 26px;
    font-weight: 500px;
    color: #000000;
    font-family: Oswald;
    font-style: normal;
    margin-bottom: 20px;
}
.actingArea .mainFacList .title::before {
    content: "";
    z-index: -1;
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(33, 33, 33, 0.1);
}
.actingArea .mainFacList .title::after {
    content: "";
    margin-top: 25px;
    display: block;
    width: 200px;
    height: 2px;
    background: #f0c417;
}
.actingArea .mainFacList .text {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 15px;
    line-height: 2;
}
@media (max-width: 1080px) {
    .actingArea .right {
        display: none;
    }
}
.actingArea .slideBox {
    max-width: 460px;
    margin-left: auto;
}
.actingArea .slideBox .sideFacList {
    border-top: 1px solid rgba(33, 33, 33, 0.1);
}
.actingArea .slideBox .slick-current .number {
    color: #f0c417;
}
.actingArea .slideBox .slick-current .enTitle {
    color: #f0c417;
}
.actingArea .slideBox .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 5px;
    border-bottom: 1px solid rgba(33, 33, 33, 0.1);
}
.actingArea .slideBox .number {
    position: relative;
    font-size: 70px;
    font-weight: 500;
    line-height: 1.2;
    color: #8a8a8a;
    width: 90px;
}
.actingArea .slideBox .number em {
    position: relative;
    z-index: 5;
    -webkit-filter: drop-shadow(1px 1px 2px #8a8a8a);
            filter: drop-shadow(1px 1px 2px #8a8a8a);
}
.actingArea .slideBox .number span {
    position: absolute;
    z-index: 4;
    right: 12px;
    bottom: -10px;
    -webkit-text-stroke: 1px rgba(138, 138, 138, 0.5);
    color: transparent;
}
.actingArea .slideBox .Txt {
    max-width: 365px;
    padding-top: 10px;
}
.actingArea .slideBox .enTitle {
    display: block;
    color: #8a8a8a;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.actingArea .slideBox .title {
    font-size: 22px;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.albumList {
    margin: 0 -20px;
}
.albumList .albumItem {
    cursor: pointer;
    padding: 0 20px;
}
.albumList .albumItem img {
    width: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
@media (max-width: 1024px) {
    .albumList {
        margin: 0 -15px;
    }
    .albumList .albumItem {
        padding: 0 15px;
    }
}
@media (max-width: 480px) {
    .albumList {
        margin: 0 -8px;
    }
    .albumList .albumItem {
        padding: 0 8px;
    }
}


.advantageArea {
    background: #222;
}