#about #mtr_map {
    padding-top: 2rem;
    position: relative;
    z-index: 1;
}

#banner .box-right {
    margin-top: 24rem;
}

#about .img-map {
    position: relative;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 112vw;
    border-top: 5px solid #5ba8a2;
    border-bottom: 5px solid #5ba8a2;
}
#about .img-map .map {
    width: 100%;
    max-width: none;
}

#mtr_map .list-btn {
    z-index: 1;
    width: 100%;
    position: relative;
}

#mtr_map .box-left {
    position: absolute;
    top: 4rem;
    left: 0;
    width: 100%;
}

#mtr_map .box-left .box-bottom {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1.5rem;
}
#mtr_map .box-left .box-bottom img {
    width: 54px;
}

#mtr_map .box-left .box-bottom p {
    margin-bottom: 0;
    margin-left: 1rem;
}

#mtr_map .list-btn .btn {
    position: relative;
}

#mtr_map .list-btn .btn-line {
    transition: all 0.6s ease-in-out;
    position: absolute !important;
    left: 130px;
    margin-left: 0;
    transition: all 0.5s ease-in-out;
    transition-delay: 1s;
}

#mtr_map .list-btn .btn-line:lang(en) {
    left: 240px;
}

#mtr_map .list-btn:lang(en):before {
    width: 240px;
}

#mtr_map .img-wrapper {
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: calc(100% - 2rem);
    max-height: 0;
    overflow: hidden;
    transition: all 1s ease-in-out;
}

#mtr_map .img-wrapper img {
    max-width: none;
    width: 100%;
    border-radius: 1.3rem;
}

#mtr_map .list-btn.active {
    display: flex;
}

#mtr_map .btn.btn-line::before {
    display: none;
}

#mtr_map .list-btn::before {
    content: "";
    position: absolute;
    width: 150px;
    left: 5px;
    height: 5px;
    background-color: #000;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease-in-out;
    transition-delay: 1s;
}

#mtr_map .list-btn.active .img-wrapper {
    max-height: 5000px;
    transition: all 1s ease-in-out;
    transition-delay: 0.6s;
}

#mtr_map .list-btn.active .btn-line {
    left: calc(100% - 2rem);
    transform: rotateZ(270deg);
    transition: transform 0.6s ease-in-out, left 0.6s ease-in-out;
}

#mtr_map .list-btn.active::before {
    width: calc(100% - 5px);
    transition: all 0.6s ease-in-out;
}

#mtr_map .station {
    position: absolute;
    z-index: 2;
    width: 3.6vw;
    height: 3.6vw;
}

#mtr_map .station .bg-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 1rem;
    width: 100%;
    padding-bottom: 100%;
}

#mtr_map .station .desc-wrapper {
    position: absolute;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out 0.2s;
}

#mtr_map .station .desc-wrapper .desc-box {
    padding: 1.5rem;
    border: 3px solid #a40184;
    /* background: #fff; */
    border-radius: 1.5rem;
    max-width: 542px;
    width: 50vw;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    #mtr_map .station .desc-wrapper .desc-box {
        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() {
    #mtr_map .station .desc-wrapper .desc-box {
        background-color: rgba(255, 255, 255, 0.85);
    }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #mtr_map .station .desc-wrapper .desc-box {
        background-color: rgba(255, 255, 255, 0.85);
    }
}

#mtr_map .station.show .desc-wrapper {
    max-height: 1000px;
    transition: max-height 0.5s ease-in-out 0.2s;
}

#mtr_map .station.show {
    z-index: 3;
}

#mtr_map .station .btn-position .btn {
    transform: rotateZ(270deg);
    margin-left: 0;
}

#mtr_map .station .btn-position {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.2s ease-in-out;
}

#mtr_map .station .btn-position:hover,
#mtr_map .station.show .btn-position {
    opacity: 1;
}

#mtr_map .station#kwutung,
#mtr_map .station#kamsheungroad {
    width: 3.1vw;
    height: 7vw;
}

#mtr_map .station#kwutung {
    top: 13.4vw;
    left: 71.8vw;
}
#mtr_map .station#kwutung .desc-wrapper {
    top: 3.5vw;
    right: -1.5vw;
}

#mtr_map .station#santin {
    top: 23.85vw;
    left: 57.3vw;
}

#mtr_map .station#santin .desc-wrapper {
    top: 1.5vw;
    right: -1.5vw;
}

#mtr_map .station#ngautammei {
    top: 30.95vw;
    left: 51.3vw;
}

#mtr_map .station#ngautammei .desc-wrapper {
    top: 1.8vw;
    left: -1.5vw;
}

#mtr_map .station#autau {
    bottom: 20.28vw;
    left: 48vw;
}

#mtr_map .station#ChauTau {
    bottom: 41.2vw;
    left: 56.9vw;
}
#mtr_map .station#ChauTau .desc-wrapper {
    top: 1.8vw;
    left: -1.5vw;
}
#mtr_map .station#TheLoop {
    bottom: 50.35vw;
    left: 61.6vw;
}
#mtr_map .station#TheLoop .desc-wrapper {
    top: 1.5vw;
    right: -1.5vw;
}
#mtr_map .station#HuanggangPort {
    bottom: 53.5vw;
    left: 50.45vw;
}
#mtr_map .station#HuanggangPort .desc-wrapper {
    top: 1.5vw;
    right: -1.5vw;
}

#mtr_map .station#autau .btn-position .btn {
    transform: rotateZ(180deg);
}

#mtr_map .station#autau .desc-wrapper {
    top: 50%;
    left: 1.8vw;
    transform: translateY(-50%);
    max-height: 1000px;
    max-width: 0;
    transition: max-width 0.2s ease-in-out 0.2s;
}

#mtr_map .station#autau.show .desc-wrapper {
    max-width: 1000px;
    transition: max-width 0.5s ease-in-out 0.2s;
}

#mtr_map .station#kamsheungroad {
    bottom: 9.1vw;
    left: 50.8vw;
}

#mtr_map .station#kamsheungroad .btn-position {
    transform: rotateZ(175deg);
}

#mtr_map .station#kamsheungroad .btn-position .btn {
    transform: rotateZ(275deg);
}

#mtr_map .station#kamsheungroad .desc-wrapper {
    bottom: 3.2vw;
    left: -1.5vw;
}

#mtr_map .station .desc-wrapper .desc-box .row {
    margin-left: -15px;
    margin-right: -15px;
}

#mtr_map .station .desc-wrapper .desc-box .col-md-5,
#mtr_map .station .desc-wrapper .desc-box .col-md-7 {
    padding-left: 15px;
    padding-right: 15px;
}
@media screen and (min-width: 1500px) {
    #banner {
        min-height: 73rem;
    }
}
@media screen and (min-width: 1250px) {
    #about .border-start {
        padding-right: 3rem;
    }
}
@media screen and (max-width: 1500px) {
    #banner .img-json {
        width: 150vw;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
    }
    #banner .box-right {
        margin-top: 25vw;
    }
}
@media screen and (max-width: 1400px) {
    #banner {
        min-height: 74vw;
    }
}
@media screen and (max-width: 1299.98px) {
    #banner .box-right {
        margin-top: 27vw;
    }
}

@media screen and (max-width: 1199.98px) {
    #banner:lang(en) {
        min-height: auto;
        padding-bottom: 0rem;
    }
    #banner:lang(tc) {
        min-height: 750px;
        padding-bottom: 0rem;
    }
    #banner .img-json {
        top: -2vw;
    }
}

@media screen and (max-width: 991.98px) {
    #banner .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    #banner .img-json {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: 180%;
        margin-left: -25%;
        margin-bottom: 5rem;
    }
    #banner .box-right {
        margin-top: 0;
        padding-left: 1rem;
    }
    #banner .row {
        max-width: 960px;
    }
    #mtr_map .box-left {
        top: 4rem;
        left: -2rem;
        width: 100%;
    }
    .border-start {
        border: none !important;
    }
    #mtr_map .station .desc-wrapper .desc-box h1 {
        font-size: 1.5rem;
    }
    #mtr_map .station .desc-wrapper .bg-img {
        margin-bottom: 1rem;
    }
    #mtr_map .box-left .box-bottom img {
        max-width: none;
        width: 30px;
    }
    #mtr_map .box-left .box-bottom p {
        font-size: 0.5rem;
        margin-left: 0.5rem;
    }
    #about .img-map {
        width: 100vw;
    }
    #mtr_map .station#kwutung {
        top: 31.2vw;
        left: 67.7vw;
    }
    #mtr_map .station#santin {
        top: 43.5vw;
        left: 49.2vw;
    }
    #mtr_map .station#ngautammei {
        top: 52.5vw;
        left: 41.7vw;
    }
    #mtr_map .station {
        width: 4vw;
        height: 4vw;
    }
    #mtr_map .station#autau {
        bottom: 25.8vw;
        left: 37.5vw;
    }
    #mtr_map .station#kamsheungroad {
        bottom: 12.2vw;
        left: 40.9vw;
    }
    #mtr_map .station#ChauTau {
        bottom: auto;
        left: 48.8vw;
        top: 35.2vw;
    }
    #mtr_map .station#TheLoop {
        bottom: auto;
        left: 54.7vw;
        top: 23.7vw;
    }
    #mtr_map .station#HuanggangPort {
        bottom: 67.6vw;
        left: 40.5vw;
    }
    #mtr_map .station#kwutung .desc-wrapper {
        right: -18.5vw;
    }
    #mtr_map .station#santin .desc-wrapper {
        right: -34.5vw;
    }
    #mtr_map .station#ngautammei .desc-wrapper {
        left: -31.5vw;
    }
    #mtr_map .station#autau .desc-wrapper {
        top: 1.5vw;
        left: -23.2vw;
        transform: none;
    }
    #mtr_map .station#ChauTau .desc-wrapper {
        right: -32.5vw;
        left: auto;
    }
    #mtr_map .station#TheLoop .desc-wrapper {
        right: -20.5vw;
    }
    #mtr_map .station#HuanggangPort .desc-wrapper {
        right: -18.5vw;
    }
    #mtr_map .station#kamsheungroad .btn-position {
        transform: none;
    }
    #mtr_map .station#autau .btn-position .btn,
    #mtr_map .station#kamsheungroad .btn-position .btn {
        transform: rotateZ(270deg);
    }
    #mtr_map .station#kamsheungroad .desc-wrapper {
        bottom: auto;
        top: 1.5vw;
        left: -25vw;
    }
}

@media screen and (max-width: 767.98px) {
    #banner .container {
        max-width: 540px;
        padding-left: 15px;
        padding-right: 15px;
    }
    #banner .img-json {
        width: 100%;
        margin-left: 0;
        min-height: 104vw !important;
    }

    #about h1 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    #banner .box-right,
    #about .border-start {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    #banner .row {
        max-width: 720px;
    }

    #mtr_map .box-left {
        left: 0;
    }
    #mtr_map .box-left .box-bottom {
        margin-top: 1rem;
    }
    #mtr_map .box-left {
        top: 3.5rem;
    }
    #mtr_map .station {
        width: 5vw;
        height: 5vw;
    }
    #mtr_map .station#kwutung,
    #mtr_map .station#kamsheungroad {
        width: 5vw;
    }
    #mtr_map .station#kwutung {
        top: 31.2vw;
        left: 66.7vw;
    }
    #mtr_map .station#santin {
        top: 51.9vw;
        left: 41.2vw;
    }
    #mtr_map .station#ngautammei {
        top: 52.5vw;
        left: 41.7vw;
    }
    #mtr_map .station {
        width: 4vw;
        height: 4vw;
    }
    #mtr_map .station#autau {
        bottom: 25.3vw;
        left: 37vw;
    }
    #mtr_map .station#kamsheungroad {
        bottom: 12.2vw;
        left: 40.9vw;
    }
    #mtr_map .station#ChauTau {
        left: 48.4vw;
        top: 34.6vw;
    }
    #mtr_map .station#TheLoop {
        left: 54.3vw;
        top: 23vw;
    }
    #mtr_map .station#HuanggangPort {
        bottom: 67.3vw;
        left: 40vw;
    }
    #mtr_map .img-wrapper img {
        border: 2px solid #5ba8a2;
    }

    #mtr_map .list-btn::before,
    #mtr_map .list-btn .btn-line {
        transition-delay: 0.5s;
    }
}

@media screen and (max-width: 576.98px) {
    #mtr_map .station#kamsheungroad .desc-wrapper {
        left: -35vw;
    }
    #mtr_map .station#santin .desc-wrapper {
        right: -41.5vw;
    }
    #mtr_map .station#kwutung .desc-wrapper {
        right: -24.5vw;
    }
    #mtr_map .station#ngautammei .desc-wrapper {
        left: -36.5vw;
    }
    #mtr_map .station#autau .desc-wrapper {
        left: -28.2vw;
    }

    #mtr_map .station#HuanggangPort .desc-wrapper {
        right: -50.5vw;
    }
    #mtr_map .station#TheLoop .desc-wrapper {
        right: -35.5vw;
    }
    #mtr_map .station#ChauTau .desc-wrapper {
        right: -41.5vw;
    }
    #mtr_map .station .desc-wrapper .desc-box {
        min-width: 90vw;
        padding: 1rem;
    }
    #mtr_map .box-left .box-bottom {
        margin-top: 0.5rem;
    }
    #about .img-map .map {
        margin-top: 2rem;
    }
    #mtr_map .station#kwutung {
        top: 37.5vw;
    }
    #mtr_map .station#santin {
        top: 49.7vw;
        left: 49.2vw;
    }
    #mtr_map .station#ngautammei {
        top: 58vw;
    }
    #mtr_map .station#kamsheungroad {
        left: 40.2vw;
    }
    #mtr_map .station#ChauTau {
        left: 49.2vw;
        top: 41.6vw;
    }
    #mtr_map .station#TheLoop {
        left: 55.3vw;
        top: 31vw;
    }
}

@media screen and (max-width: 300.98px) {
    #mtr_map .box-left {
        top: 3rem;
    }
    #mtr_map .list-btn:lang(en):before {
        width: 200px;
    }
    #mtr_map .list-btn .btn-line:lang(en) {
        left: 200px;
    }
}
