    @charset "utf-8";
    /*@import url(https://fonts.googleapis.com/css?family=Titillium+Web:500);*/
    /* @import url(https://fonts.googleapis.com/css?family=Titillium+Web); */
    
    @import url(https://fonts.googleapis.com/css?family=Aldrich);
    @font-face {
        font-family: 'AORUS';
        src: url('../font/AORUS.woff') format("woff");
    }
    /* CSS Document */
    
    html,
    body {
        background: #010000;
        font-family: 'Titillium Web', sans-serif, '微軟正黑體', Microsoft JhengHei;
        font-size: 22px;
        width: 100%;
    }
    
    a {
        text-decoration: none;
    }
    
    h1 {
        font-family: "Aldrich", "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "新細明體", Arial, Verdana, Helvetica, sans-serif;
        font-weight: bold;
        letter-spacing: 2px;
        font-size: 120px;
    }
    
    h2 {
        font-family: "Aldrich", "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "新細明體", Arial, Verdana, Helvetica, sans-serif;
        font-weight: bold;
        color: #ff6400;
        font-size: 48px;
        letter-spacing: 2px;
        margin: 0 0 1% 0;
    }
    
    h3 {
        font-family: 'Titillium Web', sans-serif, '微軟正黑體', Microsoft JhengHei;
        position: relative;
        text-align: center;
        font-size: 23px;
        color: #fff;
        margin: 0;
    }
    
    p {
        color: #fff;
        font-size: 20px;
        line-height: 32px;
        letter-spacing: 1px;
        margin: 0 0 0 0;
    }
    
    span {
        margin: 0;
        padding: 0;
        line-height: 15px;
    }
    
    .big80 {
        max-width: 600px;
    }
    
    @media screen and (min-width: 1500px) {
        h1 {
            font-size: 120px;
        }
        h2 {
            font-family: "Aldrich", "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "新細明體", Arial, Verdana, Helvetica, sans-serif;
            font-weight: bold;
            color: #ff6400;
            font-size: 42px;
            letter-spacing: 2px;
        }
        h3 {
            font-size: 23px;
        }
        p {
            color: #ddd;
            font-size: 20px;
            line-height: 32px;
            letter-spacing: 1px;
        }
        .big80 {
            max-width: 550px;
        }
        .big80_word {
            margin-top: 16%;
        }
    }
    
    @media screen and (min-width: 1201px) and (max-width: 1500px) {
        h1 {
            font-size: 100px;
        }
        h2 {
            font-family: "Aldrich", "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "新細明體", Arial, Verdana, Helvetica, sans-serif;
            font-weight: bold;
            color: #ff6400;
            font-size: 40px;
            letter-spacing: 2px;
        }
        p {
            color: #ddd;
            font-size: 20px;
            line-height: 32px;
            letter-spacing: 1px;
        }
        .big80 {
            max-width: 550px;
        }
        .big80_word {
            margin-top: 20%;
        }
    }
    
    @media screen and (min-width: 992px) and (max-width: 1200px) {
        h1 {
            font-size: 80px;
        }
        h2 {
            font-family: "Aldrich", "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "新細明體", Arial, Verdana, Helvetica, sans-serif;
            font-weight: bold;
            color: #ff6400;
            font-size: 28px;
            letter-spacing: 2px;
        }
        p {
            color: #ddd;
            font-size: 18px;
            line-height: 32px;
            letter-spacing: 1px;
        }
        .big80 {
            max-width: 400px;
        }
        .big80_word {
            margin-top: 16%;
        }
    }
    
    @media screen and (min-width: 768px) and (max-width: 991px) {
        h1 {
            font-size: 55px;
        }
        h2 {
            font-family: "Aldrich", "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "新細明體", Arial, Verdana, Helvetica, sans-serif;
            font-weight: bold;
            color: #ff6400;
            font-size: 28px;
            letter-spacing: 2px;
        }
        p {
            color: #ddd;
            font-size: 16px;
            line-height: 32px;
            letter-spacing: 1px;
        }
        .big80 {
            max-width: 380px;
        }
    }
    
    @media screen and (max-width: 767px) {
        h1 {
            font-size: 50px;
            text-align: center;
        }
        h2 {
            font-family: "Aldrich", "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "新細明體", Arial, Verdana, Helvetica, sans-serif;
            font-weight: bold;
            color: #ff6400;
            font-size: 25px;
            letter-spacing: 2px;
        }
        p {
            color: #ddd;
            font-size: 16px;
            line-height: 32px;
            letter-spacing: 1px;
        }
        .big80 {
            max-width: 250px;
        }
    }