@charset "utf-8";

/* CSS Document */

@font-face {
    font-family: '新微軟正黑體';
    unicode-range: U+7db0, U+78A7, U+7B75;
    font-style: normal;
    font-weight: bold;
    src: local(MS Gothic), local(Yu Gothic);
}

@font-face {
    font-family: '新微軟正黑體';
    unicode-range: U+7db0, U+78A7, U+7B75;
    font-style: normal;
    font-weight: normal;
    src: local(微軟正黑體), local(Microsoft JhengHei);
}

html,
html :not(i),
body,
body :not(i) {
    font-family: Arial, "Open Sans", "新微軟正黑體", "Microsoft JhengHei", "微軟正黑體" !important;
}


/* h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 500;
}

.news-list-field figure h5.news-title {
    font-weight: 500;
}

section.footer-quick-llink h5 {
    font-weight: 500;
}

.subpage-header-section h1 {
    font-weight: 500;
}

.news-header h4 {
    font-weight: 500;
}

ul.social-field>li>a {
    font-weight: 500;
}

.title-style-1 {
    font-weight: 500;
}

@media (min-width:992px) {
    .nav-bar-field .navbar>ul>li>a {
        font-weight: 500;
    }
} */