@media screen and (max-width: 468px) {
    .banner_txt {
        position: absolute;
        bottom: 0%;
        left: 50%;
        transform: translate(-50%, 30%);
        z-index: 99;
        text-align: center;
    }
    .banner_txt>p {
        font-size: 6.5vw;
    }
    .banner_txtin {
        font-size: 4.5vw;
    }
    .banner_txtin span {
        display: inline-block;
        line-height: 1.5;
        font-family: "Noto Serif TC";
    }
}