@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto + Sans + TC:300, 500|Noto + Serif + TC:300, 400, 600, 900|Nunito + Sans&display=swap);
.aboutArea .right {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.outerWrap {
    padding-top: 0;
}
@media (max-width: 1180px) {
    .outerWrap {
        padding-top: 60px;
    }
}
header {
    position: relative;
    border-bottom: none;
}
.header {
    position: relative;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media (max-width: 1180px) {
    .header {
        display: none;
    }
}
.header.active:before {
    opacity: 0.6;
}
.header.active .logo a {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    pointer-events: auto;
}
.header.active .homeMenuBtn,
.header.active .socialBox {
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    opacity: 1;
    pointer-events: auto;
}
.header.active.menuShow {
    height: 100px;
}
.header.active.menuShow .logo {
    top: 10px;
    width: 80px;
}
.header.active.menuShow:before {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto;
    opacity: 1;
}
.header.active.menuShow .wrap {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto;
    opacity: 1;
}
.header:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg_w.png);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    pointer-events: none;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 0;
}
.header .wrap {
    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;
    width: 1200px;
    height: 100px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    pointer-events: none;
    opacity: 0;
}
@media (max-width: 1240px) {
    .header .wrap {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}
.header .logo {
    position: absolute;
    left: 100px;
    height: 70px;
    top: 0;
    width: 200px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.header .logo a {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/logo.png") no-repeat;
    background-size: contain;
    background-position: center center;
    text-indent: -9999px;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    opacity: 0;
    pointer-events: none;
}
.header .socialBox {
    top: 50%;
    right: 160px;
    -webkit-transform: translate(30px, -50%);
    -ms-transform: translate(30px, -50%);
    transform: translate(30px, -50%);
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    opacity: 0;
    pointer-events: none;
}
.header .homeMenuBtn {
    position: absolute;
    top: 54%;
    right: 95px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 12px;
    font-weight: 300;
    font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
    color: #bc0073;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: translate(30px, -50%);
    -ms-transform: translate(30px, -50%);
    transform: translate(30px, -50%);
    opacity: 0;
    pointer-events: none;
}
.header .homeMenuBtn.active span {
    width: 30px;
}
.header .homeMenuBtn:hover span:before {
    width: 100%;
}
.header .homeMenuBtn span {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 5px;
    width: 0px;
    height: 2px;
    background-color: #bc0073;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.header .homeMenuBtn span:before {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0;
    width: calc(100% - 7px);
    height: 2px;
    background-color: #bc0073;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.header .homeMenuBtn span:after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #bc0073;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.bannerArea .slick-dots {
    left: auto;
    right: calc(1500px / 2);
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
}
@media (max-width: 1540px) {
    .bannerArea .slick-dots {
        right: 50%;
    }
}
.bannerArea .bannerBox {
    position: relative;
}
.bannerArea .bannerBox:before {
    content: "";
    position: absolute;
    top: 335px;
    top: 17.5vw;
    left: 0;
    width: 32vw;
    height: 43vw;
    background-image: url(../images/bg_g.png);
}
@media (max-width: 640px) {
    .bannerArea .bannerBox:before {
        display: none;
    }
}
.bannerArea .bannerBox img {
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.bannerArea li {
    position: relative;
    font-size: 24px;
}
.bannerArea li:after {
    content: "";
    width: 100%;
    display: block;
    position: relative;
    clear: both;
}
.bannerArea li .Imgbox {
    float: right;
    position: relative;
}
.bannerArea li .Imgbox .txt {
    position: absolute;
    top: 50%;
    left: calc(1600px + 150px - 100vw);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #bc0071;
    line-height: 0.9;
    letter-spacing: 6px;
}
@media (max-width: 1500px) {
    .bannerArea li .Imgbox .txt {
        left: 65px;
    }
}
@media (max-width: 960px) {
    .bannerArea li .Imgbox .txt {
        letter-spacing: 3px;
    }
}
@media (max-width: 640px) {
    .bannerArea li .Imgbox .txt {
        left: 0;
        width: 100%;
        letter-spacing: 2px;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}
.bannerArea li .Imgbox .txt p {
    color: #515151;
    font-size: 18px;
    font-weight: 300;
    opacity: 0;
}
.bannerArea li .Imgbox .scrollDown {
    color: #bc0073;
}
.bannerArea li .Imgboxhover {
    float: right;
    overflow: hidden;
    position: relative;
}
.bannerArea li .Imgboxhover img {
    max-width: 100%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 1;
}
.bannerArea li .Imgboxhover .txtw {
    position: absolute;
    top: 50%;
    left: calc(1600px + 150px - 100vw);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    line-height: 0.9;
    letter-spacing: 6px;
}
@media (max-width: 1500px) {
    .bannerArea li .Imgboxhover .txtw {
        left: 65px;
    }
}
@media (max-width: 960px) {
    .bannerArea li .Imgboxhover .txtw {
        letter-spacing: 3px;
    }
}
@media (max-width: 640px) {
    .bannerArea li .Imgboxhover .txtw {
        left: 0;
        width: 100%;
        letter-spacing: 2px;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}
.bannerArea li .Imgboxhover .txtw p {
    font-size: 18px;
    font-weight: 300;
    opacity: 0;
}
@media (max-width: 960px) {
    .bannerArea li .Imgboxhover .txtw p {
        font-size: 16px;
    }
}
@media (max-width: 480px) {
    .bannerArea li .Imgboxhover .txtw p {
        display: none;
    }
}
.bannerArea li .Imgboxhover .scrollDown {
    color: #fff;
}
.bannerArea li .title {
    margin-bottom: 60px;
    font-size: 110px;
    font-weight: 600;
    font-family: "Noto Serif TC", "微軟正黑體", serif;
    letter-spacing: 18px;
    opacity: 0;
}

@media (max-width: 1500px) {
    .bannerArea li .title {
        display: none;
    }
    .bannerArea li .subTitle {
        display: none;
    }
}


@media (max-width: 1180px) {
    .bannerArea li .title {
        font-size: 80px;
        margin-bottom: 30px;
    }
}
@media (max-width: 960px) {
    .bannerArea li .title {
        font-size: 50px;
        margin-bottom: 20px;
        letter-spacing: 9px;
    }
}
@media (max-width: 640px) {
    .bannerArea li .title {
        font-size: 35px;
        margin-bottom: 10px;
        letter-spacing: 4px;
    }
}
@media (max-width: 480px) {
    .bannerArea li .title {
        font-size: 30px;
    }
}
.bannerArea li .subTitle {
    padding: 25px 0;
    font-size: 25px;
    font-weight: 900;
    font-family: "Noto Serif TC", "微軟正黑體", serif;
    letter-spacing: 10px;
    opacity: 0;
}
@media (max-width: 1180px) {
    .bannerArea li .subTitle {
        font-size: 22px;
        padding: 20px 0;
    }
}
@media (max-width: 960px) {
    .bannerArea li .subTitle {
        font-size: 18px;
        letter-spacing: 5px;
    }
}
@media (max-width: 640px) {
    .bannerArea li .subTitle {
        font-size: 16px;
        padding: 15px 0;
        letter-spacing: 3px;
    }
}
@media (max-width: 480px) {
    .bannerArea li .subTitle {
        padding: 10px 0;
        letter-spacing: 2px;
    }
}
.bannerArea li .scrollDown {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: calc(1600px + 135px - 100vw);
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    font-size: 12px;
    font-weight: 400;
    font-family: "Nunito Sans", sans-serif;
    padding: 20px 20px 0;
    opacity: 0;
}
@media (max-width: 1500px) {
    .bannerArea li .scrollDown {
        left: 50px;
    }
}
@media (max-width: 1180px) {
    .bannerArea li .scrollDown {
        display: none;
    }
}
.bannerArea li .scrollDown span {
    display: inline-block;
    height: 95px;
}
.bannerArea li .scrollDown span:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1px;
    height: 80px;
    background-color: #d6d0c9;
}
.bannerArea .ytViewBox {
    position: absolute;
    top: 0;
    right: 0;
    width: 1500px;
    height: 100%;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
}
@media (max-width: 1500px) {
    .bannerArea .ytViewBox {
        width: 100%;
        display: none;
    }
}
.bannerArea .ytViewBox.show {
    pointer-events: auto;
    opacity: 1;
}
.bannerArea .ytViewBox .mbYTP_wrapper iframe {
    margin: 0 !important;
    width: 100% !important;
    height: 100% !important;
}
.bannerArea .ytViewBox .Imgbox {
    position: relative;
    height: 100%;
}
.bannerArea .ytViewBox .Imgbox .txt {
    position: absolute;
    top: 50%;
    left: calc(1600px + 150px - 100vw);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #bc0071;
    line-height: 0.9;
    letter-spacing: 6px;
}
@media (max-width: 1500px) {
    .bannerArea .ytViewBox .Imgbox .txt {
        left: 65px;
    }
}
@media (max-width: 960px) {
    .bannerArea .ytViewBox .Imgbox .txt {
        letter-spacing: 3px;
    }
}
@media (max-width: 640px) {
    .bannerArea .ytViewBox .Imgbox .txt {
        left: 0;
        width: 100%;
        letter-spacing: 2px;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}
.bannerArea .ytViewBox .Imgbox .txt p {
    font-size: 18px;
    font-weight: 300;
    opacity: 0;
}
@media (max-width: 960px) {
    .bannerArea .ytViewBox .Imgbox .txt p {
        font-size: 16px;
    }
}
@media (max-width: 480px) {
    .bannerArea .ytViewBox .Imgbox .txt p {
        display: none;
    }
}
.bannerArea .ytViewBox .Imgboxhover {
    overflow: hidden;
    position: relative;
    height: 100%;
}
.bannerArea .ytViewBox .Imgboxhover .txtw {
    position: absolute;
    top: 50%;
    left: calc(1600px + 150px - 100vw);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    line-height: 0.9;
    letter-spacing: 6px;
    text-shadow: 0px 0px 5px #222;
}
@media (max-width: 1500px) {
    .bannerArea .ytViewBox .Imgboxhover .txtw {
        left: 65px;
    }
}
@media (max-width: 960px) {
    .bannerArea .ytViewBox .Imgboxhover .txtw {
        letter-spacing: 3px;
    }
}
@media (max-width: 640px) {
    .bannerArea .ytViewBox .Imgboxhover .txtw {
        left: 0;
        width: 100%;
        letter-spacing: 2px;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .bannerArea .ytViewBox .Imgboxhover .txtw {top: 55%;}
    .bannerArea .ytViewBox .Imgbox .txt {top: 55%;}
}
.bannerArea .ytViewBox .Imgboxhover .txtw p {
    font-size: 18px;
    font-weight: 300;
    opacity: 0;
}
@media (max-width: 960px) {
    .bannerArea .ytViewBox .Imgboxhover .txtw p {
        font-size: 16px;
    }
}
@media (max-width: 480px) {
    .bannerArea .ytViewBox .Imgboxhover .txtw p {
        display: none;
    }
}
.bannerArea .ytViewBox .Imgboxhover .scrollDown {
    color: #fff;
}
.bannerArea .ytViewBox .title {
    margin-bottom: 60px;
    font-size: 110px;
    font-weight: 600;
    font-family: "Noto Serif TC", "微軟正黑體", serif;
    letter-spacing: 18px;
    opacity: 0;
}
@media (max-width: 1180px) {
    .bannerArea .ytViewBox .title {
        font-size: 80px;
        margin-bottom: 30px;
    }
}
@media (max-width: 960px) {
    .bannerArea .ytViewBox .title {
        font-size: 50px;
        margin-bottom: 20px;
        letter-spacing: 9px;
    }
}
@media (max-width: 640px) {
    .bannerArea .ytViewBox .title {
        font-size: 35px;
        margin-bottom: 10px;
        letter-spacing: 4px;
    }
}
@media (max-width: 480px) {
    .bannerArea .ytViewBox .title {
        font-size: 30px;
    }
}
.bannerArea .ytViewBox .subTitle {
    padding: 25px 0;
    font-size: 25px;
    font-weight: 900;
    font-family: "Noto Serif TC", "微軟正黑體", serif;
    letter-spacing: 10px;
    opacity: 0;
}
@media (max-width: 1180px) {
    .bannerArea .ytViewBox .subTitle {
        font-size: 22px;
        padding: 20px 0;
    }
}
@media (max-width: 960px) {
    .bannerArea .ytViewBox .subTitle {
        font-size: 18px;
        letter-spacing: 5px;
    }
}
@media (max-width: 640px) {
    .bannerArea .ytViewBox .subTitle {
        font-size: 16px;
        padding: 15px 0;
        letter-spacing: 3px;
    }
}
@media (max-width: 480px) {
    .bannerArea .ytViewBox .subTitle {
        padding: 10px 0;
        letter-spacing: 2px;
    }
}
.bannerArea .ytViewBox .scrollDown {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: calc(1600px + 135px - 100vw);
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    font-size: 12px;
    font-weight: 400;
    font-family: "Nunito Sans", sans-serif;
    padding: 20px 20px 0;
    opacity: 0;
}
@media (max-width: 1500px) {
    .bannerArea .ytViewBox .scrollDown {
        left: 50px;
    }
}
@media (max-width: 1180px) {
    .bannerArea .ytViewBox .scrollDown {
        display: none;
    }
}
.bannerArea .ytViewBox .scrollDown span {
    display: inline-block;
    height: 95px;
}
.bannerArea .ytViewBox .scrollDown span:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1px;
    height: 80px;
    background-color: #d6d0c9;
}
.bannerArea .ytViewBox .viewVideo {
    pointer-events: none;
}
.bannerArea .videoBtnBox {
    position: absolute;
    bottom: 35px;
    right: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .bannerArea .videoBtnBox {
        top: 20px;
        right: 20px;
        bottom: auto;
    }
}
@media (min-width: 768px) {
    .bannerArea .videoBtnBox:hover .word {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        opacity: 1;
    }
}
.bannerArea .videoBtnBox .word {
    position: relative;
    padding-right: 90px;
    font-size: 13px;
    font-weight: 700;
    font-family: "Nunito Sans", sans-serif;
    color: #ffffff;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
}
.bannerArea .videoBtnBox .word:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 80px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
}
.bannerArea .videoBtn {
    cursor: pointer;
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
}
@media (max-width: 767px) {
    .bannerArea .videoBtn {
        width: 40px;
        height: 40px;
    }
}
.bannerArea .videoBtn.show {
    opacity: 1;
}
@media (min-width: 1181px) {
    .bannerArea .videoBtn:hover span {
        -webkit-transform: translate(-50%, -50%) scale(1.3);
        -ms-transform: translate(-50%, -50%) scale(1.3);
        transform: translate(-50%, -50%) scale(1.3);
    }
}
.bannerArea .videoBtn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 50%;
    z-index: 2;
}
.bannerArea .videoBtn:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    z-index: 1;
    -webkit-animation: btnAni03 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: btnAni03 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
}
.bannerArea .videoBtn.close span:before {
    left: 1px;
    width: 13px;
    height: 100%;
    border-width: 0px 4px 0 4px;
    border-color: transparent #8e9ba8 transparent #8e9ba8;
}
@media (max-width: 767px) {
    .bannerArea .videoBtn.close span:before {
        width: 11px;
        border-width: 0px 3px 0 3px;
    }
}
.bannerArea .videoBtn span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.46, 1.61);
    -o-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.46, 1.61);
    transition: all 0.4s cubic-bezier(0.25, 0.1, 0.46, 1.61);
    z-index: 2;
}
@media (max-width: 767px) {
    .bannerArea .videoBtn span {
        width: 11px;
        height: 11px;
    }
}
.bannerArea .videoBtn span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 0 6.5px 11px;
    border-color: transparent transparent transparent #bc0073;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media (max-width: 767px) {
    .bannerArea .videoBtn span:before {
        border-width: 5px 0 5px 8px;
    }
}
@-webkit-keyframes btnAni03 {
    20% {
        background-color: rgba(255, 255, 255, 0.3);
    }
    to {
        -webkit-transform: translate(-50%, -50%) scale(1.35);
        transform: translate(-50%, -50%) scale(1.35);
        background-color: transparent;
    }
}
@keyframes btnAni03 {
    20% {
        background-color: rgba(255, 255, 255, 0.3);
    }
    to {
        -webkit-transform: translate(-50%, -50%) scale(1.35);
        transform: translate(-50%, -50%) scale(1.35);
        background-color: transparent;
    }
}
.bannerArea li.slick-slide.view .Imgbox .txt p {
    -webkit-animation: bannertxt 2s 0.5s forwards;
    animation: bannertxt 2s 0.5s forwards;
}
.bannerArea li.slick-slide.view .Imgboxhover .txtw p {
    -webkit-animation: bannertxtw 2s 0.5s forwards;
    animation: bannertxtw 2s 0.5s forwards;
}
.bannerArea li.slick-slide.view .Imgboxhover img {
    opacity: 1;
}
.bannerArea li.slick-slide.view .title {
    -webkit-animation: bannertxt 2.5s forwards;
    animation: bannertxt 2.5s forwards;
}
.bannerArea li.slick-slide.view .subTitle {
    -webkit-animation: bannertxt 2.25s 0.25s forwards;
    animation: bannertxt 2.25s 0.25s forwards;
}
.bannerArea li.slick-slide.view .scrollDown {
    -webkit-animation: antScroll 2s 0.75s forwards;
    animation: antScroll 2s 0.75s forwards;
}
.ytViewBox.view .Imgbox .txt p {
    -webkit-animation: bannertxt 2s 0.5s forwards;
    animation: bannertxt 2s 0.5s forwards;
}
.ytViewBox.view .Imgboxhover .txtw p {
    -webkit-animation: bannertxtw 2s 0.5s forwards;
    animation: bannertxtw 2s 0.5s forwards;
}
.ytViewBox.view .title {
    -webkit-animation: bannertxt 2.5s forwards;
    animation: bannertxt 2.5s forwards;
}
.ytViewBox.view .subTitle {
    -webkit-animation: bannertxt 2.25s 0.25s forwards;
    animation: bannertxt 2.25s 0.25s forwards;
}
.ytViewBox.view .scrollDown {
    -webkit-animation: antScroll 2s 0.75s forwards;
    animation: antScroll 2s 0.75s forwards;
}
@-webkit-keyframes bannertxt {
    0% {
        opacity: 0;
        -webkit-transform: translateY(calc(-50% + 40px));
        transform: translateY(calc(-50% + 40px));
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(calc(-50% + 0px));
        transform: translateY(calc(-50% + 0px));
    }
}
@keyframes bannertxt {
    0% {
        opacity: 0;
        -webkit-transform: translateY(calc(-50% + 40px));
        transform: translateY(calc(-50% + 40px));
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(calc(-50% + 0px));
        transform: translateY(calc(-50% + 0px));
    }
}
@-webkit-keyframes bannertxtw {
    0% {
        opacity: 0;
        -webkit-transform: translateY(calc(-50% + 40px));
        transform: translateY(calc(-50% + 40px));
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(calc(-50% + 0px));
        transform: translateY(calc(-50% + 0px));
    }
}
@keyframes bannertxtw {
    0% {
        opacity: 0;
        -webkit-transform: translateY(calc(-50% + 40px));
        transform: translateY(calc(-50% + 40px));
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(calc(-50% + 0px));
        transform: translateY(calc(-50% + 0px));
    }
}
@-webkit-keyframes antScroll {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes antScroll {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.newsArea {
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    opacity: 0;
}
.newsArea.show {
    opacity: 1;
}
.newsArea .wrap {
    width: 1500px;
    margin: 0;
    margin-left: auto;
}
@media (max-width: 1540px) {
    .newsArea .wrap {
        width: 100%;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}
.newsArea .Txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 65px;
}
@media (max-width: 640px) {
    .newsArea .Txt {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.newsArea .dateBox {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 230px;
    color: #bc0071;
}
.newsArea .dateBox:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 18px;
    background-color: #cfcfce;
}
@media (max-width: 640px) {
    .newsArea .dateBox:before {
        display: none;
    }
}
.newsArea .date {
    font-size: 15px;
    font-weight: 300;
    font-family: "Nunito Sans", sans-serif;
}
.newsArea .newIcon {
    position: relative;
    padding-left: 45px;
    font-size: 15px;
    font-weight: 300;
    font-family: "Noto Serif TC", "微軟正黑體", serif;
}
.newsArea .newIcon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 14px;
    width: 16px;
    height: 1px;
    background-color: #cdcec5;
}
.newsArea .textBox {
    padding-left: 35px;
    padding-right: 45px;
    width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media (max-width: 1180px) {
    .newsArea .textBox {
        width: calc(100% - 230px);
    }
}
@media (max-width: 960px) {
    .newsArea .textBox {
        padding-right: 0;
    }
}
@media (max-width: 640px) {
    .newsArea .textBox {
        padding: 5px 0;
        width: 100%;
    }
}
.newsArea h3 {
    width: calc(100% - 270px);
}
@media (max-width: 960px) {
    .newsArea h3 {
        width: calc(100% - 200px);
    }
}
@media (max-width: 767px) {
    .newsArea h3 {
        width: calc(100% - 100px);
    }
}
.newsArea h3 a {
    display: inline-block;
    height: 100%;
    width: 100%;
    font-weight: 300;
    font-size: 15px;
    color: #1f2321;
    letter-spacing: 0.5px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.newsArea h3 a:hover {
    color: #1f2321;
}
.moreBtn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 95px;
    font-size: 15px;
    font-weight: 300;
    font-family: "Nunito Sans", sans-serif;
    color: #bc0073;
}
@media (max-width: 767px) {
    .moreBtn {
        padding-right: 0;
    }
}
.moreBtn span {
    position: absolute;
    top: 50%;
    right: 0px;
    width: 70px;
    height: 1px;
    background-color: #b1b8b8;
}
@media (max-width: 767px) {
    .moreBtn span {
        display: none;
    }
}
.moreBtn span:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 11px;
    height: 1px;
    background-color: #b1b8b8;
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
}
.mainArea {
    position: relative;
    padding: 0;
}
.aboutArea {
    position: relative;
    padding: 50px 0 150px;
    background-repeat: no-repeat;
    background-image: url(../images/bear_bg.png);
    background-size: 489px 449px;
    background-position: right 130px;
}
.aboutArea .deckPeople {
    position: absolute;
    bottom: -5px;
    right: 80px;
    width: 515px;
}
.aboutArea .deckPeople img {
    width: 100%;
}
@media (max-width: 1500px) {
    .aboutArea .deckPeople {
        right: 0;
    }
}
@media (max-width: 1180px) {
    .aboutArea .deckPeople {
        bottom: -5px;
        width: 400px;
    }
}
@media (max-width: 767px) {
    .aboutArea .deckPeople {
        bottom: -5px;
        width: 300px;
    }
}
@media (max-width: 960px) {
    .aboutArea {
        padding-bottom: 100px;
    }
}
.aboutArea.show .Img,
.aboutArea.show .readMoreBtn,
.aboutArea.show .right,
.aboutArea.show .titleBox,
.aboutArea.show .Txt {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    opacity: 1;
}
.aboutArea .wrap {
    width: 1200px;
}
@media (max-width: 1240px) {
    .aboutArea .wrap {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}
.aboutArea .Img {
    position: relative;
    float: left;
    width: 58%;
    -webkit-transition: all 2.5s ease;
    -o-transition: all 2.5s ease;
    transition: all 2.5s ease;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
}
@media (max-width: 960px) {
    .aboutArea .Img {
        float: none;
        width: 100%;
    }
}
.aboutArea .Img img {
    display: block;
    max-width: 100%;
}
.aboutArea .Img .deckLogo {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 135px;
    height: 135px;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.aboutArea .Img .deckLogo img {
    text-align: center;
    margin: auto;
}

@media (max-width: 1320px) {
    .aboutArea .Img .deckLogo {
        -webkit-transform: translate(-20px, 20px);
        -ms-transform: translate(-20px, 20px);
        transform: translate(-20px, 20px);
    }
}
@media (max-width: 480px) {
    .aboutArea .Img .deckLogo {
        width: 90px;
        height: 90px;
    }
}
.aboutArea .Img .deckLogo:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url(../images/dot.png);
    background-size: contain;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation: antDeckLogo 20s linear infinite;
    animation: antDeckLogo 20s linear infinite;
}
.aboutArea .Img .deckLogo:after {
    content: "";
    position: absolute;
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    border: 3px solid #e8e0e1;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.aboutArea .Img .deckLogo .icon-logo {
    fill: #b8aca6;
    width: 46px;
    height: 32px;
}
@media (max-width: 480px) {
    .aboutArea .Img .deckLogo .icon-logo {
        width: 30px;
        height: 21px;
    }
}
.aboutArea .right {
    float: left;
    width: 42%;
    padding-top: 25px;
    padding-left: 85px;
    padding-right: 40px;
    -webkit-transition: all 2.5s ease;
    -o-transition: all 2.5s ease;
    transition: all 2.5s ease;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
}
@media (max-width: 1180px) {
    .aboutArea .right {
        padding: 20px 25px;
    }
}
@media (max-width: 960px) {
    .aboutArea .right {
        width: 100%;
        padding: 20px 10px;
    }
}
.aboutArea .Txt {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 1px;
    color: #575757;
    -webkit-transition: all 2.25s 0.25s ease;
    -o-transition: all 2.25s 0.25s ease;
    transition: all 2.25s 0.25s ease;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
}
.aboutArea .readMoreBtn {
    -webkit-transition: all 2s 0.5s ease;
    -o-transition: all 2s 0.5s ease;
    transition: all 2s 0.5s ease;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
}
@-webkit-keyframes antDeckdot2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes antDeckdot2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.serviceArea {
    padding: 80px 0 200px;
    background-image: url(../images/bg_g.png);
}
@media (max-width: 1180px) {
    .serviceArea {
        padding: 60px 0;
    }
}
.serviceArea.show .infoBox,
.serviceArea.show .readMoreBtn,
.serviceArea.show .serviceList,
.serviceArea.show .titleBox,
.serviceArea.show .titleBox .title {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    opacity: 1;
}
.serviceArea .titleBox {
    padding-bottom: 20px;
    margin-bottom: 20px;
    -webkit-transition: all 2.5s ease;
    -o-transition: all 2.5s ease;
    transition: all 2.5s ease;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
}
.serviceArea .titleBox .title {
    -webkit-transition: all 2.25s 0.25s ease;
    -o-transition: all 2.25s 0.25s ease;
    transition: all 2.25s 0.25s ease;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    color: #fff;
}


.serviceArea .readMoreBtn a {
    color: #fff;
}



.serviceArea .infoBox {
    margin: 0 auto;
    width: 660px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #fff;
    -webkit-transition: all 2s 0.5s ease;
    -o-transition: all 2s 0.5s ease;
    transition: all 2s 0.5s ease;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
}
@media (max-width: 700px) {
    .serviceArea .infoBox {
        width: 100%;
    }
}
.serviceArea .serviceList {
    padding: 35px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 1.75s 0.75s ease;
    -o-transition: all 1.75s 0.75s ease;
    transition: all 1.75s 0.75s ease;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
}
@media (max-width: 1180px) {
    .serviceArea .serviceList {
        margin: 0 -20px;
    }
}
.serviceArea .serviceList li {
    position: relative;
    width: 16.66%;
}
.serviceArea .serviceList li:not(:first-child):before {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    width: 100%;
    height: 1px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #767574), color-stop(0%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(left, #767574 25%, rgba(255, 255, 255, 0) 0%);
    background-image: -o-linear-gradient(left, #767574 25%, rgba(255, 255, 255, 0) 0%);
    background-image: linear-gradient(to right, #767574 25%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 6px 1px;
    background-repeat: repeat-x;
}
.serviceArea .serviceList .item {
    position: relative;
    width: 180px;
    height: 180px;
    z-index: 2;
    margin: 0 auto;
    overflow: hidden;
}
@media (max-width: 1180px) {
    .serviceArea .serviceList .item {
        width: 165px;
        height: 165px;
    }
}
.serviceArea .serviceList .item:before {
    content: "";
    position: absolute;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat, repeat;
    background-image: url(../images/dot2.png), url(../images/bg_g.png);
    background-size: cover, cover;
    background-position: center center;
    border-radius: 50%;
    z-index: 1;
    -webkit-animation: antDeckdot2 20s linear infinite;
    animation: antDeckdot2 20s linear infinite;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
}
.serviceArea .serviceList .item:hover:before {
    opacity: 1;
}
.serviceArea .serviceList .item:hover .contentBox:before {
    opacity: 1;
}
.serviceArea .serviceList .item:hover .step {
    color: #ffffff;
}
.serviceArea .serviceList .item:hover img {
    -webkit-filter: contrast(0) brightness(250%);
    filter: contrast(0) brightness(250%);
}
.serviceArea .serviceList .item:hover h3 a {
    color: #fff;
}
.serviceArea .serviceList .contentBox {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: #fff;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(100% - 26px);
    height: calc(100% - 26px);
    text-align: center;
    border-radius: 50%;
}
.serviceArea .serviceList .contentBox:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg_g.png);
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.serviceArea .serviceList .step {
    font-size: 12px;
    font-weight: 400;
    font-family: "Nunito Sans", sans-serif;
    color: #bc0073;
    letter-spacing: 1px;
    padding-top: 3px;
}
.serviceArea .serviceList img {
    display: block;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.serviceArea .serviceList h3 a {
    font-weight: 300;
    color: #5a5a5a;
    letter-spacing: 1px;
}
.serviceArea .readMoreBtn {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 1.5s 1s ease;
    -o-transition: all 1.5s 1s ease;
    transition: all 1.5s 1s ease;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
}
.roomArea {
    position: relative;
    margin-top: -80px;
    overflow: hidden;
    padding-bottom: 160px;
}

.roomArea2 {
    margin-top: -80px;
    background-image: url('../images/bg.jpg');
    background-size: 100% 90%;
    background-position: bottom;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1366px){
.roomArea2 {
    background-size: 100% 86%;
}
}

@media screen and (max-width: 1180px){
.roomArea2 {
    background-size: 100% 100%;
}
.roomArea {
    padding-bottom: 30px;
}
}


@media screen and (max-width: 840px){
.roomArea2 .leftBox {-webkit-order: 1;}
.roomArea2 .rightBox {-webkit-order: 2;}
.roomArea {
    padding-bottom: 20px;
}
}


.roomArea3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 311px;
    background-repeat: no-repeat;
    background-image: url(../images/animals2.png);
    background-position: left bottom;
    -webkit-transition: all 4s 1s cubic-bezier(0.55, 0.09, 0.68, 0.53);
    -o-transition: all 4s 1s cubic-bezier(0.55, 0.09, 0.68, 0.53);
    transition: all 4s 1s cubic-bezier(0.55, 0.09, 0.68, 0.53);
    opacity: 1;
}




@media screen and (min-width: 1180px){
.roomArea3 {
    /*padding-bottom: 80px;*/
}
}

.roomArea3 {
    padding-bottom: 100px;
}

@media screen and (max-width: 1180px){
.roomArea3:before {
    background-size: 800px 188px;
    /*opacity: 0.1;*/
}
}

.roomArea.show .contentBox,
.roomArea.show .contentBox .readMoreBtn,
.roomArea.show .leftBox,
.roomArea.show .titleBox {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    opacity: 1;
}
.roomArea.show .mallClassBox {
    opacity: 1;
}
@media (max-width: 1180px) {
    .roomArea.show .mallClassBox {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }
}
@media (max-width: 1180px) {
    .roomArea {
        margin-top: 0;
        padding-top: 30px;
    }
    .roomArea2 {
        margin-top: 0;
        padding-top: 30px;
    }
}
.roomArea .slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.roomArea .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    bottom: auto;
    left: 50%;
    bottom: 45px;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media (max-width: 1180px) {
    .roomArea .slick-dots {
        bottom: 5px;
    }
}
.roomArea .slick-dots li {
    margin: 7px 0;
    width: 50px;
    height: 10px;
}
.roomArea .slick-dots li.slick-active button:before {
    border-color: #bc0073;
    background-color: #bc0073;
    opacity: 1;
}
.roomArea .slick-dots li button {
    position: relative;
    width: 100%;
    height: 100%;
}
.roomArea .slick-dots li button:hover:before {
    background-color: #bc0073;
    border-color: #bc0073;
    opacity: 1;
}
.roomArea .slick-dots li button:before {
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30px;
    height: 2px;
    background-color: #fff;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 1;
}
.roomArea .titleBox {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-transition: all 2.5s ease;
    -o-transition: all 2.5s ease;
    transition: all 2.5s ease;
    opacity: 0;
}
@media (max-width: 1180px) {
    .roomArea .titleBox {
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}
@media (min-width: 1181px) {
    .roomArea .titleBox.hide {
        display: none;
    }
}
@media (min-width: 641px) {
    .roomArea .m_mallClassLink {
        display: none;
    }
}
.roomArea .mallClassBox {
    position: relative;
    -webkit-transition: all 2.25s 0.25s ease;
    -o-transition: all 2.25s 0.25s ease;
    transition: all 2.25s 0.25s ease;
    opacity: 0;
    z-index: 1;
}
@media (max-width: 1180px) {
    .roomArea .mallClassBox {
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}
@media (min-width: 1181px) {
    .roomArea .mallClassBox {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 160px;
        z-index: 1;
    }
}
@media (max-width: 640px) {
    .roomArea .mallClassBox {
        padding: 10px 20px 20px;
    }
}
.roomArea .mallClassBox .m_mallClassLink {
    display: block;
    position: relative;
}
.roomArea .mallClassBox .m_mallClassLink a.main {
    display: block;
    font-size: 15px;
    color: #222;
    border: 1px solid #ccc;
    position: relative;
    padding: 10px 15px;
    border-radius: 2px;
    background-image: url(../images/data_bg.png);
    color: #fff;
}
.roomArea .mallClassBox .m_mallClassLink a.main b {
    font-weight: 600;
    font-family: "Noto Serif TC", "微軟正黑體", serif;
    letter-spacing: 1px;
}
.roomArea .mallClassBox .m_mallClassLink a.main i {
    display: block;
    font-size: 15px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
}
.roomArea .mallClassBox .m_mallClassLink ul {
    padding: 0;
    list-style: none;
    display: none;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #d1d1d1;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.roomArea .mallClassBox .m_mallClassLink ul li {
    padding: 0;
}
.roomArea .mallClassBox .m_mallClassLink ul li a {
    display: block;
    padding: 10px 20px;
    border-top: 1px solid #d1d1d1;
    color: #aa0167;
}
.roomArea .mallClassBox .m_mallClassLink ul li:first-child a {
    border: none;
}
@media (min-width: 641px) {
    .roomArea .mallClassBox .m_mallClassLink {
        display: none;
    }
}
@media (max-width: 1180px) {
    .roomArea .mallClassBox .mallClassLink {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px;
        text-align: center;
    }
    .roomArea .mallClassBox .mallClassLink li {
        display: inline-block;
        margin: 0 3px;
    }
    .roomArea .mallClassBox .mallClassLink a {
        position: relative;
        display: block;
        margin: 3px;
        padding: 6px 15px;
        font-size: 15px;
        color: #5a5a5a;
        border: 1px solid #e4e2e0;
        border-radius: 25px;
        letter-spacing: 1px;
        overflow: hidden;
    }
    .roomArea .mallClassBox .mallClassLink a:hover {
        color: #fff;
    }
    .roomArea .mallClassBox .mallClassLink a:hover:before {
        opacity: 1;
    }
    .roomArea .mallClassBox .mallClassLink a.current {
        color: #fff;
    }
    .roomArea .mallClassBox .mallClassLink a.current:before {
        opacity: 1;
    }
    .roomArea .mallClassBox .mallClassLink a:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../images/data_bg.png);
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        opacity: 0;
    }
    .roomArea .mallClassBox .mallClassLink a span {
        position: relative;
        z-index: 1;
    }
}
@media (max-width: 640px) {
    .roomArea .mallClassBox .mallClassLink {
        display: none;
    }
}
.roomArea .mallClassBox a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
    font-size: 16px;
    color: #bc0073;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media (max-width: 1180px) {
    .roomArea .mallClassBox a {
        padding: 10px;
    }
}
.roomArea .mallClassBox a.current,
.roomArea .mallClassBox a:hover {
    color: #343535;
}
.roomArea .mallClassBox a.current span:before,
.roomArea .mallClassBox a:hover span:before {
    width: calc(100% - 8px);
}
.roomArea .mallClassBox .word {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.roomArea .mallClassBox span.line {
    position: relative;
    width: 100%;
}
@media (max-width: 1180px) {
    .roomArea .mallClassBox span.line {
        display: none;
    }
}
.roomArea .mallClassBox span.line:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: calc(100% - 8px);
    width: 0;
    height: 1px;
    background-color: #bc0072;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.roomArea .roomBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.8s linear;
    -o-transition: all 0.8s linear;
    transition: all 0.8s linear;
    opacity: 0;
}
@media (max-width: 840px) {
    .roomArea .roomBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.roomArea .roomBox.active {
    -webkit-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
    opacity: 1;
}
.roomArea .leftBox {
    width: 62%;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all 2.5s ease;
    -o-transition: all 2.5s ease;
    transition: all 2.5s ease;
    opacity: 0;
}
@media (max-width: 840px) {
    .roomArea .leftBox {
        width: 100%;
        -webkit-transition: all 2s 0.5s ease;
        -o-transition: all 2s 0.5s ease;
        transition: all 2s 0.5s ease;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}
.roomArea .rightBox {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5%;
    padding-right: 200px;
    width: 38%;
}

.roomArea2 .rightBox {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 5%;
    padding-left: 200px;
    width: 38%;
}

@media (max-width: 1180px) {
    .roomArea .rightBox {
        padding: 20px 30px;
    }
    .roomArea2 .rightBox {
        padding: 20px 30px;
    }
}
@media (max-width: 840px) {
    .roomArea .rightBox {
        width: 100%;
        padding: 20px;
    }
    .roomArea2 .rightBox {
        width: 100%;
        padding: 20px;
    }
}
@media (max-width: 1180px) {
    .roomArea .rightBox .titleBox {
        /*display: none;*/
    }
}
.roomArea .Img {
    padding-top: 34vw;
}
@media (max-width: 840px) {
    .roomArea .Img {
        padding-top: 54vw;
    }
}
.roomArea .Img img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
}
.roomArea .contentBox {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-transition: all 2s 0.5s ease;
    -o-transition: all 2s 0.5s ease;
    transition: all 2s 0.5s ease;
    opacity: 0;
}
@media (max-width: 840px) {
    .roomArea .contentBox {
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: all 2s 1s ease;
        -o-transition: all 2s 1s ease;
        transition: all 2s 1s ease;
    }
}
.roomArea .contentBox .title a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    font-family: "Noto Serif TC", "微軟正黑體", serif;
    color: #a24d80;
}
.roomArea .contentBox .title a:hover {
    color: #5a5858;
}
.roomArea .contentBox .title .icon {
    height: 20px;
    padding-right: 7px;
}
.roomArea .contentBox .address a {
    display: inline-block;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 300;
    color: #a24d80;
}
.roomArea .contentBox .address a:hover {
    color: #5a5858;
}
.roomArea .contentBox .address a:hover .icon-point {
    stroke: #5a5858;
}
.roomArea .contentBox .address a .icon {
    display: inline-block;
    height: 14px;
    padding-right: 7px;
}
.roomArea .contentBox .icon-logo {
    width: 27px;
    height: 20px;
    fill: #bc0073;
}
.roomArea .contentBox .icon-point {
    width: 10px;
    height: 14px;
    stroke: #484751;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.roomArea .contentBox .Txt {
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 1px;
    color: #575757;
}
.roomArea .contentBox .Txt p {
    height: 75px;
}
.roomArea .contentBox .readMoreBtn {
    margin-top: 75px;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-transition: all 1.75s 0.75s ease;
    -o-transition: all 1.75s 0.75s ease;
    transition: all 1.75s 0.75s ease;
    opacity: 0;
}
@media (max-width: 840px) {
    .roomArea .contentBox .readMoreBtn {
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: all 2s 1.25s ease;
        -o-transition: all 2s 1.25s ease;
        transition: all 2s 1.25s ease;
        margin-top: 40px;
    }
    .roomArea .contentBox .title a {
    font-size: 16px;
    }
}
.storyArea {
    position: relative;
    padding-top: 65px;
    margin-top: 170px;
}
@media (max-width: 1180px) {
    .storyArea {
        margin-top: 0;
    }
}
.storyArea.show:before {
    width: 100%;
    opacity: 1;
}
.storyArea.show .Img {
    opacity: 1;
}
.storyArea.show .Img .pic01,
.storyArea.show .Img .pic02 {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.storyArea.show .readMoreBtn,
.storyArea.show .titleBox,
.storyArea.show .Txt {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    opacity: 1;
}
.storyArea:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    width: 0;
    height: 311px;
    background-repeat: no-repeat;
    background-image: url(../images/deck_city.png);
    background-position: left bottom;
    -webkit-transition: all 4s 1s cubic-bezier(0.55, 0.09, 0.68, 0.53);
    -o-transition: all 4s 1s cubic-bezier(0.55, 0.09, 0.68, 0.53);
    transition: all 4s 1s cubic-bezier(0.55, 0.09, 0.68, 0.53);
    opacity: 0;
}
@media (max-width: 767px) {
    .storyArea:before {
        background-size: 800px 188px;
    }
}
.storyArea .wrap {
    width: 1200px;
}
@media (max-width: 1240px) {
    .storyArea .wrap {
        width: 100%;
        padding: 0 20px;
    }
}
.storyArea .titleBox {
    -webkit-transition: all 2.5s ease;
    -o-transition: all 2.5s ease;
    transition: all 2.5s ease;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
}
@media (max-width: 1180px) {
    .storyArea .titleBox {
        text-align: center;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    .storyArea .titleBox:before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
.storyArea .storyBox {
    padding-top: 5px;
    padding-bottom: 230px;
    background-image: url(../images/bg_g.png);
}
@media (max-width: 960px) {
    .storyArea .storyBox {
        padding-bottom: 24vw;
    }
}
.storyArea .Txt {
    width: 32%;
    letter-spacing: 1px;
    line-height: 1.7;
    -webkit-transition: all 2.5s 0.5s ease;
    -o-transition: all 2.5s 0.5s ease;
    transition: all 2.5s 0.5s ease;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
}
@media (max-width: 1180px) {
    .storyArea .Txt {
        padding-top: 15px;
    }
}
@media (max-width: 767px) {
    .storyArea .Txt {
        width: 100%;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}
.storyArea .Img {
    position: absolute;
    top: 0;
    right: 0;
    width: 53%;
    -webkit-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
    opacity: 0;
}
@media (max-width: 1180px) {
    .storyArea .Img {
        top: 30%;
    }
}
@media (max-width: 767px) {
    .storyArea .Img {
        position: relative;
        top: 0;
        right: auto;
        width: 100%;
        padding-top: 60px;
        padding-left: 85px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 2s 2s ease;
        -o-transition: all 2s 2s ease;
        transition: all 2s 2s ease;
    }
}
@media (max-width: 420px) {
    .storyArea .Img {
        padding-top: 50px;
        padding-left: 50px;
    }
}
.storyArea .Img .pic01 {
    -webkit-transition: all 2s linear;
    -o-transition: all 2s linear;
    transition: all 2s linear;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
}
@media (max-width: 767px) {
    .storyArea .Img .pic01 {
        -webkit-transition: all 2s 2s ease;
        -o-transition: all 2s 2s ease;
        transition: all 2s 2s ease;
    }
}
.storyArea .Img .pic02 {
    -webkit-transition: all 1.75s 0.5s linear;
    -o-transition: all 1.75s 0.5s linear;
    transition: all 1.75s 0.5s linear;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    position: absolute;
    bottom: -63px;
    left: -85px;
}
@media (max-width: 1180px) {
    .storyArea .Img .pic02 {
        width: 25%;
    }
}
@media (max-width: 767px) {
    .storyArea .Img .pic02 {
        bottom: 40px;
        left: 10px;
        -webkit-transition: all 2s 2s ease;
        -o-transition: all 2s 2s ease;
        transition: all 2s 2s ease;
    }
}
@media (max-width: 420px) {
    .storyArea .Img .pic02 {
        bottom: 30px;
    }
}
.storyArea .Img img {
    display: block;
    max-width: 100%;
}
.storyArea .readMoreBtn {
    margin-top: 90px;
    -webkit-transition: all 2.5s 1s ease;
    -o-transition: all 2.5s 1s ease;
    transition: all 2.5s 1s ease;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
}
@media (max-width: 767px) {
    .storyArea .readMoreBtn {
        margin-top: 30px;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    .storyArea .readMoreBtn a {
        margin: 0 auto;
    }
}


footer {
    background: url('../images/bg_b.png');
}