#banner .img-json {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    max-width: 1920px;
}
#banner .main-3d {
    height: 85vh;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: -5rem;
}

#banner .list-wrapper {
    z-index: 3;
}
#banner .main-3d #game-container {
    width: 100%;
}

#banner .list-btn {
    padding-left: 1rem;
    max-width: 550px;
    width: 100%;
    position: absolute;
    /* top: 5.5rem; */
    top: 2.5rem;
    left: -1rem;
    z-index: 2;
}

#banner #latest-news {
    z-index: 2;
    position: relative;
}

#banner .arrow-wrapper {
    position: absolute;
    right: calc(100% - 9.8rem);
    top: 0;
    z-index: 2;
    transition: all 0.5s ease-in-out 0.5s;
}

#banner .arrow-wrapper:lang(en) {
    right: calc(100% - 15rem);
    left: auto;
}

#banner #latest-news p {
    text-align: center;
}
#banner #latest-news:lang(en)::before {
    width: 2rem;
    left: calc(100% + 0.3rem);
}

#banner .list-btn.active #latest-news:lang(en)::before {
    width: calc(550px - 13.5rem);
}

#banner .list-btn.active .arrow-wrapper {
    right: 1rem;
    left: auto;
    transition: all 0.3s ease-in-out;
}

#banner #latest-news::before {
    content: "";
    position: absolute;
    width: 1rem;
    left: calc(100% + 0.3rem);
    height: 5px;
    background-color: #000;
    top: 50%;
    transform: translateY(-50%);
    transition: width 0.5s ease-in-out 0.5s;
    max-width: 450px;
}

#banner .list-btn.active #latest-news::before {
    width: 420px;
    transition: all 0.3s ease-in-out;
}
#banner #latest-news-box .list-btn #latest-news::before {
    width: 50px;
}
#banner #latest-news-box .list-btn .btn.arrow {
    transform: rotateZ(360deg);
    margin-left: 1rem;
    z-index: 2;
}
#banner #latest-news-box .list-btn {
    position: relative;
    top: auto;
    left: auto;
    padding-left: 0;
    width: auto;
}
#banner #latest-news-box .desc::before {
    display: none;
}
#banner .list-btn .btn.btn-line::before {
    display: none;
}

#banner #latest-news-box {
    max-width: 550px;
    width: 100%;
    position: absolute;
    top: 1rem;
    left: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

#banner #latest-news-box .new-wrapper {
    padding: 2rem;
    padding: 1.5rem;
    border: 3px solid #a40184;
    border-radius: 1.5rem;
}
#banner #latest-news-box .new-wrapper span,
#newssss .slide-box span {
    font-style: italic;
    color: #5ba8a2;
    font-weight: 700;
}
#banner #latest-news-box .new-wrapper a,
#newssss .slide-box a {
    color: #212529 !important;
    font-weight: 700;
}
#banner #latest-news-box a.mt-3,
#newssss .slide-box a.mt-3 {
    border-bottom: none;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    #banner #latest-news-box .new-wrapper {
        background-color: rgba(255, 255, 255, 0.5);
        -webkit-backdrop-filter: blur(15px) brightness(105%) contrast(110%)
            saturate(0.85);
        backdrop-filter: blur(15px) brightness(105%) contrast(110%)
            saturate(0.85);
    }
}

@-moz-document url-prefix() {
    #banner #latest-news-box .new-wrapper {
        background-color: rgba(255, 255, 255, 0.85);
    }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #banner #latest-news-box .new-wrapper {
        background-color: rgba(255, 255, 255, 0.85);
    }
}

#banner #latest-news-box p {
    margin-bottom: 0;
    text-align: left;
}

#banner .list-btn.active #latest-news-box {
    max-height: 1000px;
    transition: max-height 0.5s ease-in-out 0.2s;
}

#banner .list-btn.active {
    z-index: 3;
}

#banner .list-btn.active .btn.arrow {
    transform: rotateZ(270deg);
    margin-left: 0;
}

#banner .swiper-button,
#newssss .swiper-button {
    width: 85px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 4rem;
    background-color: #000;
    height: 40px;
}

#newssss .swiper-button {
    right: 1rem;
}

#banner .swiper-button::before,
#newssss .swiper-button::before {
    content: "";
    position: absolute;
    background-color: #fff;
    left: 50%;
    top: 50%;
    width: 1px;
    height: 80%;
    transform: translate(-50%, -50%);
}

#banner .swiper-button-next:after,
#banner .swiper-button-prev:after,
#newssss .swiper-button-next:after,
#newssss .swiper-button-prev:after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

#banner .swiper-button-prev:after,
#newssss .swiper-button-prev:after {
    transform: rotateZ(315deg);
}

#banner .swiper-button-next:after,
#newssss .swiper-button-next:after {
    transform: rotateZ(135deg);
}

#home_info {
    padding-top: 0rem;
    margin-top: 0;
    position: relative;
    z-index: 1;
}

#home_info .desc-info p {
    text-align: justify;
}
#home_info .bg-img-wrapper {
    position: relative;
    height: 0;
    padding-bottom: 681px;
}

#home_info .bg-img-wrapper .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 59vw;
    height: 100%;
}

#home_info .desc-info {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
}

#home_info .color-wrapper {
    top: 50%;
    right: 30%;
    transform: translateY(-50%);
    width: auto;
}

#home_info .color-wrapper .bg-img {
    padding-bottom: 113%;
    width: 80vw;
}

#home_info .color-wrapper {
    right: -5rem;
    width: 100%;
    height: 100%;
}

#home_info .color-wrapper.circle-right svg {
    position: absolute;
    top: 50%;
    width: 414px;
    height: 905px;
    transform: translateY(-50%);
    right: 36vw;
    left: auto;
}

#home_info .color-wrapper .bg-img {
    width: 50vw;
    top: 0;
    right: 0;
    left: auto;
    position: absolute;
    height: 100%;
    padding: 0;
}

#home_info .title-h1 {
    width: 100%;
}
#home_info .title-h1 h1 {
    padding-top: 4rem;
}

#home_about .bg-map {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

#home_about .bg-map img,
#home_about .bg-map img.station1,
#home_about .bg-map img.station2 {
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 0;
    max-width: none;
    width: 110%;
    transform: translateY(-50%);
}
#home_about .bg-map img.station0,
#home_about .bg-map img.station2.show,
#home_about .bg-map img.station3.show {
    z-index: 1;
    opacity: 1;
    background-color: #f5f5f5;
}

#home_about .btn-station {
    position: absolute;
    left: 50%;
    bottom: -6.8rem;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    justify-content: center;
    align-content: center;
}
#home_about .btn-station:lang(tc) {
    bottom: -3.3rem;
}
#home_about .btn-station .btn.arrow {
    position: relative;
}
#home_about .btn-station .btn.arrow p {
    line-height: 0.8;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#home_about .btn-station .btn p {
    padding: 0;
    margin: 0;
    font-size: 1.375rem;
}

#home_about .btn-station .list-btn {
    display: flex;
    align-items: center;
}

#home_about .btn-station .btn.btn-secondary.arrow {
    margin-left: 1rem;
}
#home_about .btn-station .btn {
    height: 55px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

#home_about .btn-station .btn:lang(en) {
    height: 85px;
}

#home_about .btn-station .btn.arrow {
    width: 55px;
    height: 55px;
}

#home_about .btn-station .btn-text p {
    padding-left: 1rem;
    padding-right: 1rem;
    line-height: 1.2;
    text-align: center;
}

#home_about .btn-station .show .btn-text {
    transition: all 0.3s ease-in-out;
}

#home_about .btn-station .show .btn-text.btn-blue,
#home_about .btn-station .btn-text.btn-blue:hover {
    background-color: #52a7d5;
    color: #fff;
}

#home_about .btn-station .show .btn-text.btn-secondary,
#home_about .btn-station .btn-text.btn-secondary:hover {
    background-color: #a40184;
    color: #fff;
}

#home_about .container::before {
    content: "";
    background-image: url(../../images/pages/home/home_line_s.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110%;
    height: 110%;
}

#home_about .img-js-wrapper .img-json {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 100%;
    height: 100%;
}

#home_about .upper-half {
    top: 0;
    right: 0;
    position: absolute;
    width: 70%;
    height: 50%;
    overflow: hidden;
}

#home_about .upper-half .half-line-top {
    height: calc(100% + 1px) !important;
    width: calc(100% + 1px) !important;
    right: 1px;
}

#home_about .lower-half {
    position: absolute;
    width: 50%;
    height: 50%;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

#home_about .lower-half .half-line-bottom {
    height: 100% !important;
    width: calc(100% + 1px) !important;
    right: 1px;
}

#home_about .click_station {
    position: absolute;
    left: 51%;
    transform: translateX(-50%);
    bottom: 100%;
    text-align: center;
    width: 75vw;
    margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
    #home_about .img-js-wrapper .img-json svg {
        min-width: 80vw;
        min-height: 80vw;
    }
    #home_data .img-json #homepage_icon_3 svg {
        min-width: 85vw;
        min-height: 85vw;
    }
}

@media screen and (min-width: 991px) {
    #home_about .img-js-wrapper .img-json svg {
        min-width: 50vw;
        min-height: 50vw;
    }
    #home_data .img-json #homepage_icon_3 svg {
        min-width: 50vw;
        min-height: 50vw;
    }
    #home_future #homepage_icon_4 svg {
        min-width: 70vw;
        min-height: 70vw;
        width: 70% !important;
        height: 70% !important;
        margin-left: 20%;
    }
}

@media screen and (min-width: 1200px) {
    #home_about .img-js-wrapper .img-json svg {
        min-width: 40vw;
        min-height: 40vw;
    }
    #home_data .img-json #homepage_icon_3 svg {
        min-width: 40vw;
        min-height: 40vw;
    }
    #home_future #homepage_icon_4 svg {
        min-width: 45vw;
        min-height: 45vw;
    }
    #home_about .container:lang(en):before {
        background-image: url(../../images/pages/home/home_line_s_en.svg);
        top: 52%;
        width: 110%;
        height: 110%;
    }
    #home_about {
        padding-bottom: 10rem;
    }
}

@media screen and (min-width: 1500px) {
    #home_about .img-js-wrapper .img-json svg {
        min-width: 40vw;
        min-height: 40vw;
    }
    #home_future #homepage_icon_4 svg {
        min-width: auto;
        min-height: auto;
        width: 700px !important;
    }
}

@media screen and (min-width: 1700px) {
    #home_about .img-js-wrapper #homepage_icon_1 {
        display: flex;
        align-items: center;
    }
    #home_about .img-js-wrapper .img-json svg {
        width: 600px !important;
        height: 600px !important;
        min-width: auto;
        min-height: auto;
    }
}

#home_about .station-wrapper {
    width: 100%;
    position: relative;
    min-height: 500px;
}

#home_about .station-wrapper .station-text {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

#home_about .station-wrapper .station-text.show {
    opacity: 1;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

#home_about .text-wrapper {
    min-height: 810px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

#home_about .station-wrapper .station3,
#home_about .station-wrapper .station1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#home_break {
    position: relative;
}

#home_break .color-wrapper {
    left: 0;
    width: 100vw;
    top: 0;
}

#home_break .color-wrapper .box-left {
    position: absolute;
    top: 10rem;
    left: 0;
    width: 55%;
    padding-bottom: 50%;
}

#home_break .color-wrapper .box-left svg {
    top: calc(7vw - 10rem);
}

#home_break #player {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

#home_break iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

#home_break .home_break_image {
    margin-bottom: 0;
    min-height: 32vw;
}
#home_break .tunnel-btn img {
    width: 3.4rem;
    margin-top: 0.3rem;
    max-width: none;
    object-fit: contain;
    transform: translateX(0);
    transition: transform 0.3s ease-in-out;
}
#home_break .tunnel-btn:hover img {
    transform: translateX(1rem);
}
#home_break .tunnel-btn {
    position: absolute;
    top: 12vw;
    z-index: 1;
}
#home_break .home_break_image .homepage_icon_2 {
    width: 100vw;
    max-width: 2200px;
    position: absolute;
    right: -10vw;
    top: 8vw;
}
@media screen and (max-width: 1600px) {
    #home_break .home_break_image .homepage_icon_2 {
        right: 0;
    }
}
#home_break .color-wrapper .box-right {
    position: absolute;
    top: 0;
    left: 80%;
    transform: translateX(-50%);
    width: 20%;
    padding-bottom: 30%;
}

#home_break .color-wrapper.circle-right .dot {
    left: auto;
    right: -2vw;
    max-width: 60vw;
}

#home_break .svg-wrapper {
    position: absolute;
    width: 100vw;
    top: 0;
    left: 0;
}

#home_break .box-right .svg-wrapper {
    left: -70vw;
}

#home_break .color-wrapper.circle-right svg {
    left: auto;
    right: -2vw;
    max-width: 60vw;
    min-width: 1300px;
}

#home_break .more-btn {
    position: absolute;
    left: 0;
    bottom: 15%;
}

#home_break .showmore-btn {
    position: absolute;
    top: 80%;
    left: 0;
}

#home_data ul,
#home_future ul {
    padding-top: 3rem;
}
#home_data li,
#home_future li {
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    align-items: center;
    margin-bottom: 2.5rem;
}

#home_data li .img-json,
#home_future ul li .img-json {
    width: 120px;
    height: 120px;
    position: relative;
}

#home_data li .img-json::before,
#home_future ul li .img-json::before {
    display: none;
    content: "";
    position: absolute;
    top: 102%;
    width: 1px;
    height: 2rem;
    left: 50%;
    background-color: #000;
    transform: translateX(-50%);
}

#home_data li:last-child .img-json::before,
#home_future li:last-child .img-json::before {
    display: none;
}

#home_data li p,
#home_data li h1,
#home_future li p,
#home_future li h1 {
    margin-bottom: 0;
}

#home_data li .desc,
#home_future li .desc {
    padding-left: 2rem;
    width: calc(100% - 120px);
}

#home_data .img-json #homepage_icon_3 {
    width: 120%;
    position: relative;
}

#home_data .img-json #homepage_icon_3::before {
    content: "";
    position: absolute;
    width: 100vw;
    top: 50%;
    transform: translateY(-40%);
    padding-bottom: 20%;
    left: 30%;
    background: linear-gradient(
        270deg,
        rgba(212, 199, 156, 1) 0%,
        rgba(71, 150, 144, 1) 100%
    );
}

#home_future #homepage_icon_4 {
    width: 125%;
    margin-left: -38%;
}

#home_future .box1 .title_img {
    margin-left: -2.5rem;
}

#home_future .box {
    margin-top: 4rem;
}

#home_future .box .title_img {
    margin-bottom: 2rem;
}
#home_future .img-box {
    display: flex;
    align-items: center;
}
#home_future .container::before,
#home_future .img-box::before {
    content: "";
    background-image: url(../../images/pages/home/future_line.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 45%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
}

#home_future .col-xl-6::before {
    display: none;
}

/* @media screen and (min-width: 1601px) {
    #home_future .img-box .img-json {
        width: 35vw;
        max-width: 750px;
        position: absolute;
        right: 2rem;
    }
} */
@media screen and (max-width: 1920px) and (min-width: 1300px) {
    #banner {
        min-height: 50vw;
    }
}
@media screen and (min-width: 1300px) {
    #home_future .img-box .img-json {
        max-width: 750px;
        width: 45vw;
        position: absolute;
        right: 3vw;
    }

    #home_future .img-box .img-json:lang(tc) {
        max-width: 550px;
        width: 36vw;
    }
}
/*
@media screen and (min-width: 1200px) {
    #home_future .img-box {
        position: relative;
    }
    #home_future .img-box .img-json {
        position: absolute;
        right: 3vw;
        width: 53vw;
    }
} */
#newssss .slide-box {
    width: 100%;
}

#newssss .slide-box .bg-img {
    padding-bottom: 120%;
    width: 100%;
}

#newssss .swiper-button {
    width: 102px;
    height: 46px;
}

#newssss .bg-json {
    z-index: 9;
}

#newssss .bg-json .icon {
    margin-top: -5rem;
    margin-left: -50%;
    width: 150%;
    margin-bottom: -6rem;
}

#newssss .bg-color {
    position: relative;
}

#newssss .swiper-button-next,
#newssss .swiper-rtl .swiper-button-prev {
    right: 3%;
    width: 50%;
    color: #fff;
}

#newssss .swiper-button-prev,
#newssss .swiper-rtl .swiper-button-next {
    left: 3%;
    width: 50%;
    color: #fff;
}

#newssss .bg-color::before {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 25vw;
    background: linear-gradient(
        270deg,
        rgba(212, 199, 156, 1) 0%,
        rgba(71, 150, 144, 1) 100%
    );
    padding-bottom: 43%;
}
.info-icon {
    position: absolute;
    bottom: 1rem;
    /* left: 2.5rem; */
    left: 0;
    z-index: 1;
}
.info-icon p,
#drag_to_explore p {
    font-size: 0.75rem;
    margin-bottom: 0;
    text-align: center;
}
#drag_to_explore {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 21px;
    z-index: 1;
    display: none;
}

#drag_to_explore img,
#click_view_more img {
    width: 50px;
    height: 50px;
    max-width: none;
}
#click_view_more {
    text-align: center;
    z-index: 30;
    position: relative;
    display: none;
}
#click_view_more img {
    margin-bottom: 8px;
}
#click_view_more .click-wrapper {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
#click_view_more .click {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

@media screen and (min-width: 1920px) {
    #banner {
        min-height: 58rem;
    }
}
@media screen and (min-width: 1500px) {
    #home_about .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    #home_about .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    #home_break .color-wrapper .box-left {
        width: 50%;
        padding-bottom: 30%;
    }
}

@media screen and (min-width: 1400px) {
    #home_break {
        padding-top: 10rem !important;
    }
}

@media screen and (min-width: 1200px) {
    #home_about .col-xl-8,
    #home_about .col-xl-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    #home_about .box-bottom:lang(en) {
        padding-top: 7rem;
    }
    /* #home_future .container::before {
      top: auto;
      transform: none;
      width: 100%;
      height: 78%;
  } */
}

@media screen and (max-width: 1600px) {
    #home_info .color-wrapper.circle-right svg {
        right: 39vw;
    }
    #banner .img-json {
        position: relative;
    }
    /* #banner .list-btn {
      position: absolute;
      top: 0rem;
      left: 0;
  } */
    #home_future #homepage_icon_4 {
        margin-left: -29%;
    }
}

@media screen and (max-width: 1399px) {
    #home_about .container::before {
        display: none;
    }
    #home_about .container {
        padding-left: 5%;
        padding-right: 5%;
    }
    #home_about .container::before {
        width: 100vw;
        height: 0;
        top: 0;
        transform: translateX(-50%);
        padding-bottom: 150%;
        background-position: top center;
        background-image: url(../../images/pages/home/home_line_s_tablet.svg);
    }
    #home_about .station-wrapper {
        min-height: 380px;
    }
    #home_about .btn-station .d-block[data-page="station1"] .btn.arrow {
        margin-left: 0;
    }
    #home_about .btn-station {
        display: flex;
        flex-wrap: wrap;
        width: 100vw;
        max-width: 100vw;
        bottom: -0.8rem;
    }
    #home_about .btn-station .list-btn {
        margin-bottom: 0;
    }
    #home_break .color-wrapper.circle-right svg {
        right: -7vw;
        max-width: 102vw;
        width: 80vw;
        min-width: auto;
    }
    #home_about .text-wrapper {
        min-height: 62vw;
    }
    #home_about .box-2.text-wrapper {
        min-height: 76vw;
    }

    #home_future .img-box:lang(en) {
        align-items: flex-start;
    }
    #home_info .color-wrapper.circle-right svg {
        right: 39vw;
    }
    #newssss .bg-json .icon {
        margin-left: -10%;
        margin-top: 0rem;
        width: 100%;
    }
    #home_break .showmore-btn {
        left: -29%;
        top: 84%;
    }
}

@media screen and (max-width: 1299.98px) {
    #home_break .tunnel-btn {
        max-width: 410px;
        top: 10vw;
    }
    #home_about .btn-station .btn-text p {
        font-size: 1rem;
        text-align: center;
    }
    #home_about .btn-station .btn-text:lang(en) {
        height: 55px;
        width: calc(100% - 55px);
    }
}

@media screen and (max-width: 1199.98px) {
    #banner .list-btn {
        top: 3.1rem;
        left: 0rem;
        padding-left: 0;
    }
    #home_info .color-wrapper.circle-right svg {
        right: 48vw;
    }
    #home_about .container::before {
        padding-bottom: 175%;
    }
    #home_about .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    #home_future {
        padding-bottom: 0;
    }
    #home_future #homepage_icon_4 {
        margin-left: 0;
        width: 100%;
    }
    #home_future .container::before {
        display: none;
    }
    #home_future .col-xl-6::before {
        display: block;
        top: 56%;
        right: -5vw;
        width: 100vw;
    }
    #home_future .box {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        align-items: flex-start;
        flex-direction: row-reverse;
        justify-content: flex-end;
    }
    #home_future .box.box2 {
        flex-direction: row;
        justify-content: flex-start;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    #home_future .box.box2,
    #home_future .box.box3 {
        margin-top: 0;
    }
    #home_future .box img {
        max-width: none;
        width: 35%;
        margin-left: 0;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    #home_future .box.box2 img {
        padding-right: 2rem;
    }
    #home_future .box .desc-wrapper {
        width: 55%;
        padding-bottom: 1rem;
    }
    #home_data .img-json #homepage_icon_3 {
        width: 100%;
    }
    #home_about .line-box {
        position: absolute;
        width: 116%;
        height: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    #home_future .box1 .title_img {
        margin-left: 0;
    }
}

@media screen and (max-width: 1399px) and (min-width: 1299px) {
    #home_about .btn-station {
        bottom: -2rem;
    }
    #home_about .btn-station:lang(tc) {
        bottom: -1rem;
    }
}
@media screen and (max-width: 1399px) and (min-width: 992px) {
    #home_about .text-wrapper {
        min-height: auto;
    }
    #home_about .box-2.text-wrapper {
        min-height: auto;
    }
    #home_about .line-box {
        position: absolute;
        width: 116%;
        height: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    #home_about .dot {
        width: 100px;
        height: 100px;
        position: absolute;
        z-index: 1;
    }
    #home_about .red-line .dot {
        top: -2.3rem;
        right: 70%;
        background-color: #f5f5f5;
        background-image: radial-gradient(#a40184 25%, transparent 25%);
        background-position: 50% 50%;
        background-size: 120px 120px;
    }
    #home_about .blue-line .dot {
        background-color: #f5f5f5;
        background-image: radial-gradient(#52a7d5 25%, transparent 25%);
        background-position: 50% 50%;
        background-size: 120px 120px;
        bottom: -2.3rem;
        left: 70%;
    }
    #home_about .red-line.line-box .half-line-top,
    #home_about .red-line.line-box .half-line-bottom,
    #home_about .blue-line.line-box .half-line-bottom,
    #home_about .blue-line.line-box .half-line-top {
        position: absolute;
        width: 70%;
        height: 50%;
        top: 1px;
    }
    #home_about .red-line.line-box .half-line-top {
        border: 20px solid #a40184;
        border-left: none;
        border-bottom: none;
        border-top-right-radius: 10rem;
        right: 0;
    }
    #home_about .red-line.line-box .half-line-bottom {
        border: 20px solid #a40184;
        border-left: none;
        border-top: none;
        border-bottom-right-radius: 10rem;
        bottom: 1px;
        right: 0;
        width: 50%;
        top: auto;
    }
    #home_about .blue-line.line-box .half-line-top {
        border: 20px solid #a40184;
        border-right: none;
        border-bottom: none;
        border-top-left-radius: 10rem;
        top: -1px;
        left: 0;
        width: 50%;
    }
    #home_about .blue-line.line-box .half-line-bottom {
        border: 20px solid #a40184;
        border-right: none;
        border-top: none;
        border-bottom-left-radius: 10rem;
        left: 0;
        bottom: 2px;
        top: auto;
    }
    #home_about .row.position-relative {
        padding-top: 7rem;
        padding-bottom: 11rem;
    }
    #home_about:lang(en) .row.position-relative {
        padding-bottom: 10rem;
    }
    #home_about .row.position-relative.box-bottom {
        padding-top: 9rem;
        padding-bottom: 9rem;
    }
    #home_about .box-bottom {
        margin-top: -20px;
        padding-top: 8rem;
    }
    #home_about .station-wrapper {
        min-height: auto;
    }
    #home_about .station-wrapper .station2 {
        position: relative;
        top: auto;
        left: auto;
        opacity: 0;
        overflow: hidden;
    }
    #home_about .station-wrapper .station-text.show {
        max-height: 1000px;
    }
    #home_info .color-wrapper .bg-img {
        width: 54vw;
    }
}

@media screen and (max-width: 1199.98px) {
    #banner .list-wrapper {
        max-width: none;
    }
    #banner .arrow-wrapper {
        right: calc(100% - 8.8rem);
        left: auto;
    }
}
@media screen and (max-width: 991.98px) and (min-width: 768px) {
    #banner .img-json {
        top: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    #banner .list-btn {
        padding-left: 0;
        top: 3.1rem;
    }
    #banner .container {
        max-width: none;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    #banner #latest-news-box {
        left: -0.3rem;
    }
    #banner .arrow-wrapper {
        right: calc(100% - 8.8rem);
        left: auto;
    }
    #banner .list-btn.active .arrow-wrapper {
        right: 0.5rem;
    }
    #home_about .container::before {
        display: none;
    }
    #home_info .desc-info {
        padding-left: 0;
        padding-right: 0;
    }
    #home_info .bg-img-wrapper {
        padding-bottom: 0;
        height: 100%;
    }
    #home_info .title-h1 h1 {
        padding-top: 1rem;
    }
    #home_info .color-wrapper .bg-img {
        width: 69vw;
    }
    #home_future #homepage_icon_4 {
        margin-left: 0;
        width: 100%;
    }
    #home_about .bg-map {
        padding-bottom: 80%;
        height: 0;
    }
    #home_about .bg-map img,
    #home_about .bg-map img.station1,
    #home_about .bg-map img.station2 {
        width: 100%;
        transform: none;
        top: auto;
        bottom: 0;
    }
    #home_about .box-1.text-wrapper {
        order: 1;
        min-height: auto;
    }
    #home_about .box-1.img-js-wrapper {
        order: 2;
        padding-top: 1rem;
    }
    #home_about:lang(en) .box-1.img-js-wrapper {
        padding-bottom: 5rem;
    }
    #home_about .box-2.img-js-wrapper {
        order: 3;
    }
    #home_about .box-2.text-wrapper {
        order: 4;
        min-height: auto;
    }
    #home_about .btn-station .btn.btn-secondary.arrow {
        margin-left: 0;
    }
    #home_about .btn-station {
        flex-direction: column;
        bottom: -4.5rem;
    }
    #home_about .btn-station:lang(tc) {
        bottom: -4.3rem;
    }
    #home_about .btn-station .btn-text p {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    #home_about .btn-station .btn {
        padding-bottom: 0.6rem;
    }
    #home_break {
        margin-top: 0rem;
        padding-top: 0rem;
    }
    #home_break .color-wrapper .box-right {
        left: 88vw;
        width: 35%;
        padding-bottom: 25%;
    }
    #home_break .container {
        max-width: none;
    }
    #newssss .desc-info {
        padding-left: 0;
        padding-right: 0;
    }
    #newssss .bg-json .icon {
        margin-top: 2rem;
        margin-left: -6%;
    }
    #home_about .line-box {
        position: absolute;
        width: 109%;
        height: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    #home_about .dot {
        width: 100px;
        height: 100px;
        position: absolute;
        z-index: 1;
    }
    #home_about .red-line .dot {
        top: -2.3rem;
        left: -1rem;
        background-color: #f5f5f5;
        background-image: radial-gradient(#a40184 25%, transparent 25%);
        background-position: 50% 50%;
        background-size: 120px 120px;
    }
    #home_about .blue-line .dot {
        background-color: #f5f5f5;
        background-image: radial-gradient(#52a7d5 25%, transparent 25%);
        background-position: 50% 50%;
        background-size: 120px 120px;
        bottom: -2.3rem;
        right: -1rem;
    }
    #home_about .red-line.line-box .half-line-top,
    #home_about .red-line.line-box .half-line-bottom,
    #home_about .blue-line.line-box .half-line-bottom,
    #home_about .blue-line.line-box .half-line-top {
        position: absolute;
        width: 100%;
        height: 50%;
        top: 1px;
    }

    #home_about .upper-half {
        width: 100%;
    }
    #home_about .lower-half {
        right: 1px;
    }

    #home_about .red-line.line-box .half-line-top {
        border: 20px solid #a40184;
        border-left: none;
        border-bottom: none;
        border-top-right-radius: 10rem;
    }
    #home_about .red-line.line-box .half-line-bottom {
        border: 20px solid #a40184;
        border-left: none;
        border-top: none;
        border-bottom-right-radius: 10rem;
        bottom: 1px;
        right: 0;
        width: 50%;
        top: auto;
        background-color: #f5f5f5;
    }
    #home_about .blue-line.line-box .half-line-top {
        border: 20px solid #a40184;
        border-right: none;
        border-bottom: none;
        border-top-left-radius: 10rem;
        top: -1px;
        left: 0;
        width: 50%;
    }
    #home_about .blue-line.line-box .half-line-bottom {
        border: 20px solid #a40184;
        border-right: none;
        border-top: none;
        border-bottom-left-radius: 10rem;
        left: 0;
        bottom: 2px;
        top: auto;
    }
    #home_about .row.position-relative {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }
    #home_about .box-bottom {
        margin-top: -20px;
        padding-top: 8rem;
    }
    #home_about .station-wrapper {
        min-height: auto;
        padding-top: 2rem;
    }
    #home_about .station-wrapper .station1,
    #home_about .station-wrapper .station2,
    #home_about .station-wrapper .station3 {
        position: relative;
        top: auto;
        left: auto;
        max-height: 0;
        opacity: 1;
        transition: max-height 0.2s ease-in-out 0.3s;
        overflow: hidden;
    }
    #home_about .station-wrapper .station-text.show {
        max-height: 1500px;
        transition: max-height 0.3s ease-in-out;
    }
    #home_info .color-wrapper.circle-right svg {
        display: none;
    }
    #home_break .home_break_image .homepage_icon_2 {
        width: 120vw;
        top: auto;
        bottom: 8vw;
    }
    #home_break .home_break_image {
        min-height: 44vw;
    }
    #home_break .tunnel-btn {
        top: 10vw;
    }
    #banner .list-btn.active #latest-news::before {
        width: 450px;
    }
}

@media screen and (max-width: 767.98px) {
    #banner .img-json {
        width: 100vw !important;
        margin-left: -15px;
        margin-right: -15px;
        min-height: 102vw !important;
    }
    #banner .main-3d {
        top: 0;
        padding-top: 0rem;
        height: calc(100vh - 12rem);
        min-height: 550px;
        max-height: 875px;
        margin-top: 0;
    }
    #banner .list-btn {
        top: 4rem;
    }
    #newssss .m-w100 {
        max-width: none;
        padding-left: 0;
        padding-right: 0;
    }
    #newssss .bg-color::before {
        left: 80%;
        width: 30vw;
    }
    #newssss .slide-box .bg-img {
        width: 80%;
        padding-bottom: 60%;
    }
    #newssss .m-w100 .desc-info {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    #newssss .swiper-button {
        right: 1rem;
        z-index: 1;
        top: auto;
        bottom: calc(100% + 0.5rem);
    }
    #home_break .color-wrapper .box-left {
        width: 55%;
        padding-bottom: 31%;
    }
    #home_info .color-wrapper {
        right: -2rem;
        width: 100vw;
    }
    #home_break iframe {
        width: 100%;
    }
    #home_future .box {
        margin-top: 0rem;
        margin-bottom: 2rem;
    }
    #home_future .box {
        flex-direction: column !important;
    }
    #home_future .box img {
        width: 50%;
        margin-left: auto;
    }
    #home_future .box.box2 img {
        margin-left: 0;
    }
    #home_future .box .desc-wrapper {
        width: 100%;
    }
    /* #home_about .container {
        padding-left: 3rem;
        padding-right: 3rem;
    } */
    #home_about .red-line.line-box .half-line-top,
    #home_about .red-line.line-box .half-line-bottom,
    #home_about .blue-line.line-box .half-line-bottom,
    #home_about .blue-line.line-box .half-line-top {
        border-width: 15px;
    }
    #home_about .red-line.line-box .half-line-top {
        border-top-right-radius: 3rem;
    }
    #home_about .red-line.line-box .half-line-bottom {
        border-bottom-right-radius: 3rem;
    }
    #home_about .blue-line.line-box .half-line-top {
        border-top-left-radius: 3rem;
    }
    #home_about .blue-line.line-box .half-line-bottom {
        border-bottom-left-radius: 3rem;
    }
    #home_about .img-js-wrapper,
    #home_about .text-wrapper {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    #home_about .dot {
        background-size: 90px 90px;
    }
    #home_about .line-box {
        width: 80vw;
    }

    #home_info .color-wrapper .bg-img {
        width: 120vw;
    }
    #home_break .color-wrapper.circle-right svg {
        max-width: none;
        right: -22vw;
        width: 100vw;
        min-width: auto;
    }

    #home_about .box-bottom {
        margin-top: -23px;
    }
    #home_about .box-top {
        padding-bottom: 10rem !important;
    }

    #home_about .click_station {
        width: 70vw;
    }
    #home_break .tunnel-btn {
        max-width: 350px;
    }
}

@media screen and (max-width: 635.98px) {
    #home_about .box-bottom {
        margin-top: -16px;
    }
    #home_about .btn-station .btn.btn-secondary.arrow {
        margin-left: 0;
    }

    #banner .list-btn {
        top: 1.5rem;
        width: 100%;
    }
    #banner .list-btn.active .arrow-wrapper {
        right: 0;
    }
    #home_break .home_break_image {
        min-height: 70vw;
    }

    #banner #latest-news-box {
        width: calc(100% + 10px);
    }
}

@media screen and (max-width: 576.98px) {
    #banner .img-json {
        min-height: 102vw !important;
    }
    #banner .list-btn {
        top: 2rem;
    }
    #banner .list-btn.active #latest-news::before {
        width: calc(100vw - 150px);
    }
    #banner .list-btn.active #latest-news:lang(en)::before {
        width: calc(100vw - 14.5rem);
    }
    #banner #latest-news-box .list-btn {
        width: 100%;
    }
    #home_about .line-box {
        width: 92vw;
    }
    #home_about .btn-station .btn-text:lang(en) {
        width: 200px;
    }
    #home_break .showmore-btn {
        left: -38%;
        top: 85%;
    }
    #newssss .bg-json .icon {
        margin-left: 6%;
        margin-bottom: -2rem;
        margin-top: 2rem;
    }
    #home_break .color-wrapper .box-right {
        left: 0;
        width: 50%;
        padding-bottom: 50%;
        transform: none;
        top: 60%;
    }
    #home_break .box-right .svg-wrapper {
        left: 0;
    }
    #home_break .color-wrapper {
        top: -5px;
    }
    #newssss {
        padding-bottom: 0;
    }
    #home_data li .img-json {
        width: 70px;
        height: 70px;
    }
    #home_data li {
        align-items: flex-start;
    }
    #home_data li .desc {
        width: calc(100% - 70px);
    }
    #home_info .title-h1 h1,
    #home_info .desc-info p,
    #home_info .desc-info a,
    #newssss .desc-info h1 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    #home_about .img-js-wrapper,
    #home_about .text-wrapper {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    #home_future .img-box {
        padding-bottom: 5rem;
    }
    #home_future .box img {
        width: 60%;
    }

    #home_data h1.title,
    #home_future h1,
    #home_future .box .desc-wrapper {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    #home_about .row.position-relative {
        padding-bottom: 12vw;
    }
    #home_about .box-top {
        padding-bottom: 11rem !important;
    }
}

@media screen and (max-width: 574.98px) and (min-width: 519.98px) {
}
@media screen and (max-width: 400.98px) {
    #home_about .btn-station {
    }
    #home_about .blue-line.line-box .half-line-top {
        top: 0px;
        width: 51%;
    }
    #banner #latest-news-box .new-wrapper h2 span,
    #newssss .slide-box h2 span {
        font-size: 1.1rem;
    }
    #home_about .row.position-relative {
        padding-bottom: 15vw;
    }
}

@media screen and (max-width: 330.98px) {
    #banner .list-btn {
        /* top: 12.05rem; */
        width: calc(100% - 1.5rem);
    }
}

.loading-backdrop {
    position: absolute;
    z-index: -1;
}
