.bannerBox {
    position: relative;
}
.bannerBox .wrap {
    position: relative;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff !important;
    text-shadow: 0 3px 15px rgba(0, 0, 0, 0.5);
}

.bannerBottomBox {
    position: relative;
    z-index: 100;
    margin-bottom: 80px;
}
@media (max-width: 767px) {
    .bannerBottomBox {
        margin-bottom: 40px;
    }
}
.bannerBottomBox .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    max-width: 1480px;
    padding-left: 20px;
    padding-right: 20px;
}
@media (max-width: 1023px) {
    .bannerBottomBox .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

.bannerTextList {
    position: relative;
    z-index: 100;
    width: 60%;
}
@media (max-width: 1023px) {
    .bannerTextList {
        position: relative;
        top: 0;
        width: 50%;
    }
}
@media (max-width: 767px) {
    .bannerTextList {
        position: static;
        width: 100%;
    }
}
.bannerTextList .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    padding-top: 16px;
    font-weight: 700;
    font-family: "Cinzel", "Noto Sans TC", sans-serif;
}
.bannerTextList .no,
.bannerTextList .text {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
@media (max-width: 767px) {
    .bannerTextList .no,
    .bannerTextList .text {
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}
.bannerTextList .current .no,
.bannerTextList .current .text,
.bannerTextList .swiper-slide-active .no,
.bannerTextList .swiper-slide-active .text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.bannerTextList .current .no,
.bannerTextList .swiper-slide-active .no {
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.bannerTextList .current .text,
.bannerTextList .swiper-slide-active .text {
    -webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
}
.bannerTextList .no {
    line-height: 0.8;
    font-size: 60px;
}
@media (max-width: 1023px) {
    .bannerTextList .no {
        font-size: 40px;
    }
}
.bannerTextList .text {
    padding-left: 20px;
    line-height: 1;
    font-size: 36px;
    text-transform: uppercase;
}
@media (max-width: 1023px) {
    .bannerTextList .text {
        font-size: 30px;
    }
}

.dotBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    padding-top: 35px;
    padding-left: 100px;
}
@media (max-width: 1480px) {
    .dotBox {
        padding-left: 20px;
    }
}
@media (max-width: 1023px) {
    .dotBox {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .dotBox {
        display: none;
        padding-top: 0;
        padding-left: 0;
    }
}
.dotBox .item {
    position: relative;
    width: 69px;
    height: 69px;
}
@media (max-width: 767px) {
    .dotBox .item {
        width: 40px;
        height: 40px;
    }
}
.dotBox .item::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -4.5px;
    margin-top: -4.5px;
    width: 9px;
    height: 9px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #303030;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.dotBox .item.current::after {
    background-color: #303030;
}
.dotBox .item.current .rect {
    -webkit-animation: rectAni 5s both linear;
    animation: rectAni 5s both linear;
}
.dotBox .rect {
    stroke-dashoffset: 1000;
    stroke-dasharray: 1000;
}
@media (max-width: 767px) {
    .dotBox .rect {
        display: none;
    }
}

@-webkit-keyframes rectAni {
    0% {
        stroke-dasharray: 1000;
    }
    100% {
        stroke-dasharray: 1200;
    }
}

@keyframes rectAni {
    0% {
        stroke-dasharray: 1000;
    }
    100% {
        stroke-dasharray: 1200;
    }
}
.bannerBox {
    padding-top: 100px;
}
@media (max-width: 1023px) {
    .bannerBox {
        padding-top: 70px;
    }
}
.bannerBox .dotBox {
    position: relative;
    z-index: 101;
}

.bannerList img {
    display: block;
    width: 100%;
}

.scene-nav {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 15;
    background: none;
    border: none;
    padding: 0;
    width: 40px;
    height: 40px;
    color: #fff;
    fill: #fff;
    cursor: pointer;
    display: none;
}
.scene-nav svg {
    display: block;
    width: 100%;
    height: 100%;
}

.scene-nav:focus {
    outline: none;
}

.scene-nav--next {
    right: 0;
}

.scene-nav--prev {
    left: 0;
}

.icon--arrow-nav-next {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

canvas {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    display: block;
    width: 100%;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.newsBox {
    position: relative;
    z-index: 0;
    margin-bottom: 240px;
}
@media (max-width: 640px) {
    .newsBox {
        margin-bottom: 70px;
    }
}
.newsBox::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -380px;
    z-index: -1;
    width: 1148px;
    height: 500px;
    background-image: url("../images/homeBg.png");
    background-repeat: no-repeat;
    background-position: left center;
    opacity: 0.4;
    pointer-events: none;
}
@media (max-width: 1023px) {
    .newsBox::after {
        left: -300px;
    }
}
@media (max-width: 640px) {
    .newsBox::after {
        display: none;
    }
}
.newsBox .wrap {
    position: relative;
    padding-left: 2px;
    padding-right: 2px;
}

.newsList {
    margin-bottom: 25px;
    margin-left: -18px;
    margin-right: -18px;
}
.newsList .swiper-slide {
    padding-left: 18px;
    padding-right: 18px;
    -webkit-transition: padding 0.5s ease-in-out;
    -o-transition: padding 0.5s ease-in-out;
    transition: padding 0.5s ease-in-out;
}
.newsList .paginationBox {
    padding-left: 18px;
    padding-right: 18px;
}
@media (min-width: 768px) {
    .newsList .swiper-slide-next {
        padding-top: 80px;
    }
}

.processBox .wrap {
    position: relative;
    margin-bottom: 180px;
}
.processBox .wrap::after {
    content: "";
    position: absolute;
    right: -350px;
    bottom: -250px;
    width: 815px;
    height: 467px;
    background-image: url("../images/processBg.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: none;
}

.processList .swiper-wrapper {
    width: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -50px;
    margin-right: -50px;
    counter-reset: listno;
}
.processList .swiper-slide {
    width: 50%;
    margin-bottom: 80px;
    padding-left: 50px;
    padding-right: 50px;
    counter-increment: listno;
}
@media (max-width: 480px) {
    .processList .swiper-slide {
        width: 100%;
        margin-bottom: 60px;
    }
}
.processList .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 960px) {
    .processList .box {
        -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;
    }
}
.processList .pic {
    width: 150px;
    height: 150px;
}
.processList .pic img {
    display: block;
    width: 100%;
}
.processList .right {
    width: calc(100% - 150px);
    padding-left: 35px;
    padding-top: 15px;
}
@media (max-width: 960px) {
    .processList .right {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
}
.processList .title {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
}
.processList .title::before {
    content: counter(listno);
    padding-right: 5px;
    font-family: "Cinzel", "Noto Sans TC", sans-serif;
}
.processList .text {
    line-height: 1.5;
}

.capacityList .swiper-wrapper {
    width: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
}
.capacityList .swiper-slide {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
}
@media (max-width: 640px) {
    .capacityList .swiper-slide {
        width: 33.333%;
    }
}
.capacityList .pic img {
    display: block;
    max-width: 100%;
}
