h1,h2,h3,h4,h5,h6,p,span,ul,li,a{
    font-family: 'Noto Sans TC'
}
.footer-v4__logo img {
    width: 80px;
    height: auto;
    margin: 0 auto;
}
.f-header__logo img {
    margin: 0 auto;
}
.t-article-v3 img{
    width: 100%;
}
.color-primary, a{
    color: #020195
}
a:hover {
    color: #020195!important;
}
.card-v3__footer::before {
    background-color: #020195;
}
.btn--primary {
    background-color: #020195
}
@media only screen and (max-width: 1024px) {
    .f-header__logo {
        display: block;
        width: 49px;
    }
    .footer-v4__logo{
        display: none;
    }
}