<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    font-family: "Microsoft JhengHei", "敺株��迤暺煾��";
}

body {
    background-color: #1b1b1b;
}

a {
    text-decoration: none;
    color: #fff;
    display: block;
}

#wrapper {
    background-color: #7d0000;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    min-height: 2000px;
    overflow: hidden;
}

header {
    position: relative;
}

header img {
    width: 100%;
    height: auto;
}

#logo {
    position: absolute;
    top: 10px;
    left: 35%;
    width: 12.5%;
}

#down-bar {
    width: 64px;
    height: 64px;
    position: absolute;
    bottom: 31%;
    left: 50%;
    margin-left: -32px;
    cursor: pointer;
    -webkit-animation-name: move;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-name: move;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

@-webkit-keyframes move {
    0% {
        bottom: 32%;
    }
    25% {
        bottom: 31%;
    }
    50% {
        bottom: 32%;
    }
    75% {
        bottom: 31%;
    }
    100% {
        bottom: 32%;
    }
}

@keyframes move {
    0% {
        bottom: 32%;
    }
    25% {
        bottom: 31%;
    }
    50% {
        bottom: 32%;
    }
    75% {
        bottom: 31%;
    }
    100% {
        bottom: 32%;
    }
}

nav {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto 30px;
}


/* ����� */

nav ul.region {
    width: 102%;
    margin: 0 -1%;
    overflow: hidden;
}


/*

nav ul.region li {
    width: 12%;
    height: 155px;
    float: left;
    background: no-repeat center top;
    background-size: contain;
    display: block;
    margin: 2% 1.1%;
    -webkit-transition: .5s;
    transition: .5s;
    cursor: pointer;
}
*/

nav ul.region a {
    width: 12%;
    height: 155px;
    float: left;
    background: no-repeat center top;
    background-size: contain;
    display: block;
    margin: 2% 1.1%;
    -webkit-transition: .5s;
    transition: .5s;
    cursor: pointer;
}

nav ul.region a:first-of-type {
    background-image: url(../images/li_01.jpg);
}

nav ul.region a.active0,
nav ul.region a:first-of-type:hover {
    background-image: url(../images/li_h_01.jpg);
}

nav ul.region a:nth-of-type(2) {
    background-image: url(../images/li_02.jpg);
}

nav ul.region a.active1,
nav ul.region a:nth-of-type(2):hover {
    background-image: url(../images/li_h_02.jpg);
}

nav ul.region a:nth-of-type(3) {
    background-image: url(../images/li_03.jpg);
}

nav ul.region a.active2,
nav ul.region a:nth-of-type(3):hover {
    background-image: url(../images/li_h_03.jpg);
}

nav ul.region a:nth-of-type(4) {
    background-image: url(../images/li_04.jpg);
}

nav ul.region a.active3,
nav ul.region a:nth-of-type(4):hover {
    background-image: url(../images/li_h_04.jpg);
}

nav ul.region a:nth-of-type(5) {
    background-image: url(../images/li_05.jpg);
}

nav ul.region a.active4,
nav ul.region a:nth-of-type(5):hover {
    background-image: url(../images/li_h_05.jpg);
}

nav ul.region a:nth-of-type(6) {
    background-image: url(../images/li_06.jpg);
}

nav ul.region a.active5,
nav ul.region a:nth-of-type(6):hover {
    background-image: url(../images/li_h_06.jpg);
}

nav ul.region a:last-of-type {
    background-image: url(../images/li_07.jpg);
}

nav ul.region a.active6,
nav ul.region a:last-of-type:hover {
    background-image: url(../images/li_h_07.jpg);
}


/* �𠯫��� */

nav ul.date {
    width: 102%;
    margin: 0 -1%;
    overflow: hidden;
}

nav ul.date li {
    width: 6.5%;
    height: 198px;
    background: no-repeat center top;
    background-size: contain;
    float: left;
    margin: 2% 1.7%;
    -webkit-transition: .5s;
    transition: .5s;
    cursor: pointer;
}

nav ul.date li:first-of-type {
    background-image: url(../images/menu_01.jpg);
}

nav ul.date li:first-of-type:hover {
    background-image: url(../images/menu_h_01.png);
}

nav ul.date li:nth-of-type(2) {
    background-image: url(../images/menu_02.jpg);
}

nav ul.date li:nth-of-type(2):hover {
    background-image: url(../images/menu_h_02.png);
}

nav ul.date li:nth-of-type(3) {
    background-image: url(../images/menu_03.jpg);
}

nav ul.date li:nth-of-type(3):hover {
    background-image: url(../images/menu_h_03.png);
}

nav ul.date li:nth-of-type(4) {
    background-image: url(../images/menu_04.jpg);
}

nav ul.date li:nth-of-type(4):hover {
    background-image: url(../images/menu_h_04.png);
}

nav ul.date li:nth-of-type(5) {
    background-image: url(../images/menu_05.jpg);
}

nav ul.date li:nth-of-type(5):hover {
    background-image: url(../images/menu_h_05.png);
}

nav ul.date li:nth-of-type(6) {
    background-image: url(../images/menu_06.jpg);
}

nav ul.date li:nth-of-type(6):hover {
    background-image: url(../images/menu_h_06.png);
}

nav ul.date li:nth-of-type(7) {
    background-image: url(../images/menu_07.jpg);
}

nav ul.date li:nth-of-type(7):hover {
    background-image: url(../images/menu_h_07.png);
}

nav ul.date li:nth-of-type(8) {
    background-image: url(../images/menu_08.jpg);
}

nav ul.date li:nth-of-type(8):hover {
    background-image: url(../images/menu_h_08.png);
}

nav ul.date li:nth-of-type(9) {
    background-image: url(../images/menu_09.jpg);
}

nav ul.date li:nth-of-type(9):hover {
    background-image: url(../images/menu_h_09.png);
}

nav ul.date li:last-of-type {
    background-image: url(../images/menu_10.jpg);
}

nav ul.date li:last-of-type:hover {
    background-image: url(../images/menu_h_10.png);
}

#main {
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

section {
    width: 50%;
    float: left;
    border-bottom: dashed 1px #fff;
    padding: 30px 0;
    position: relative;
}

section:nth-of-type(9),
section:last-of-type {
    border: none;
}

section img {
    max-width: 100%;
    height: auto;
}

section .sec-bg {
    width: 30%;
    opacity: 0.4;
    position: absolute;
    right: 0;
    bottom: 10%;
}

h1 {
    width: 20%;
    float: left;
}

h1 .titile_m {
    display: none;
}

.area {
    width: 78%;
    height: auto;
    float: left;
    padding: 0 3%;
    margin-left: 2%;
    border-left: solid 1px #fff;
}

h3 {
    font-size: 1.1em;
    line-height: 1.5em;
    margin-bottom: 1.2em;
}

h3 a:hover {
    text-decoration: underline;
}

.note {
    color: #fff;
    font-size: 1em;
    letter-spacing: 1px;
    background-color: #cd0000;
    font-weight: bold;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 10px;
    margin-top: 20px;
}

#main hr {
    border: solid 1px #cd0000;
    width: 100%;
}

footer {
    color: #fff;
    font-size: 13px;
    line-height: 0;
    letter-spacing: 1px;
    position: relative;
    background: url(../images/footer_bg.jpg) no-repeat center top;
    background-size: cover;
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    word-break: break-all;
}

footer a {
    color: #fff;
    display: inline-block;
}

footer a:hover {
    color: #fff799;
}

.footer_table {
    width: 82%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 10% 0;
    line-height: 20px;
    min-height: 400px;
}

.footer_left {
    width: 30%;
    float: left;
}

.footer_right {
    width: 70%;
    float: left;
}

.footer_right table td {
    padding-bottom: 20px;
}

#gotop {
    display: none;
    position: absolute;
    bottom: 0;
    left: -10%;
}

@media (max-width:1200px) {
    #down-bar {
        display: none;
    }
    #logo {
        width: 14%
    }
    nav ul.date li {
        height: 170px;
    }
}

@media (max-width:768px) {
    nav {
        margin: 20px auto;
    }
    nav ul.date li {
        height: 110px;
    }
    nav ul.region a {
        height: 85px;
    }
}

@media (max-width:500px) {
    #logo {
        width: 20%;
        top: 35px;
        left: 30%;
    }
    section {
        width: 100%;
        float: none;
    }
    section:nth-of-type(9) {
        border-bottom: dashed 1px #fff;
    }
    nav ul.region {
        margin: 0 -1% 20px;
    }
    nav ul.region a {
        width: 22%;
        height: 75px;
        margin: 1% 1.1%;
    }
    nav ul.date li {
        width: 16.5%;
    }
    nav {
        margin: 20px auto 0;
    }
    #main {
        width: 90%;
    }
    h1 {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    h1 .titile_m {
        display: block;
    }
    h1 .titile_d {
        display: none;
    }
    .area {
        width: 100%;
        border: none;
        margin-left: 0;
    }
    h3 {
        font-size: 1.1em;
        line-height: 1.2em;
        padding-bottom: 1em;
        border-bottom: dotted 1px rgba(255, 255, 255, 0.4);
    }
    h3:last-of-type {
        border: none;
    }
    .note {
        font-size: .9em;
    }
    .footer_left {
        margin-bottom: 20px;
    }
    .footer_right {
        text-align: left;
    }
    .footer_left,
    .footer_right {
        width: 100%;
        float: none;
    }
    .footer_right table td {
        display: block;
        padding-bottom: 20px;
    }
    #top-bar {
        display: none;
    }
    /*============== go top ==============*/
    #gotop {
        display: none;
        position: fixed;
        width: 50px;
        height: 50px;
        overflow: hidden;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 999;
        right: 10px;
        bottom: 10px;
        left: initial;
        cursor: pointer;
    }
}
</pre></body></html>