/*
    _黑體
    font-family: 'Noto Sans TC', sans-serif;

    _明體
    font-family: 'Noto Serif TC', serif;

    英文字
    font-family: "Questrial", sans-serif;

*/

* {
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    font-size: 1rem;
    position: relative;
}

html,
body {
    width: 100%;
    position: relative;
    scroll-behavior: smooth;
}


body,
.page {
    background-color: #F4F4F4;
}

body.intro-playing {
    overflow: hidden;
    touch-action: none;
}

p,
span {
    margin-bottom: 0;
    color: #5A5854;
    font-family: 'Noto Sans TC', sans-serif;
}

p.content {
    text-align: justify;
    letter-spacing: 1px;
    line-height: 1.5;
    color: #5A5854;
}

a:hover {
    text-decoration: none;
}

h1 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0;
    color: #0f2c41;
    font-family: 'Noto Sans TC', sans-serif;
}

section.wrapper {
    width: 100%;
}

@media screen and (max-width: 1400px) {

    p,
    span {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 768px){
    body,
    .page {
        background-color: #fff;
    }
}