.top-video .t-tw {
    font-size: 40px;
    letter-spacing: 2px;
}
.top-video .t-sub {
    letter-spacing: 1px;
}
.top-video .t-tw:before {
    height: 100%;
}
.about-sect .text-box {
    letter-spacing: 1px;
    font-family: "Libertinus Sans", sans-serif;
}
.news-sect .more-box {
    top: 45px;
}
@media screen and (max-width: 1280px) {
    .top-video .t-en {
        font-size: 65px;
    }
    .top-video .t-tw {
        font-size: 30px;
    }
}
@media screen and (max-width: 1000px) {
    .top-video .t-en {
        font-size: 50px;
    }
    .top-video .t-tw {
        font-size: 30px;
    }
    .news-sect .more-box {
        top: 0;
    }
}
@media screen and (max-width: 767px) {
    .top-video .t-tw {
        font-size: 22px;
        padding-right: 10px;
    }
    .top-video .t-en {
        font-size: 28px;
    }
}