@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900|Noto+Serif+TC:500,700&display=swap');

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

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


*/

* {
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

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

.wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

a{
    text-decoration: none;
}

a:hover{
    text-decoration: none;
}


@media screen and (max-width:991px){
    .wrapper{
        margin-top: 50px;
    }
}