﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC|Noto+Serif+TC&display=swap");

body {
    font-family: "Helvetica Neue", "Helvetica", "Arial", "STHeitiTC-Light", "Microsoft JhengHei", sans-serif;
    font-size: 18px;
    line-height: 1.5;
    overflow-x: hidden;
    color: #747474;
}

    body.on {
        overflow: hidden;
    }

body, h1, h2, h3, h4, h5, h6, p, ul, ol, figure {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Noto Serif TC', serif;
    -webkit-font-smoothing: antialiased;
}

ul, ol {
    list-style: none;
}

* {
    outline: none;
}

a {
    text-decoration: none;
    color: #000;
}

header {
    background-color: #9b2222;
}

    header h1 {
        text-indent: -9999px;
        padding: .2em;
        background-image: url(../images/logo.png);
        background-repeat: no-repeat;
        background-size: auto;
        background-position: 20% center;
    }

@media only screen and (max-width: 1024px) {
    header {
        position: fixed;
        background-color: #9b2222;
        top: 0;
        width: 100%;
        height: 85px;
        margin: 0;
        z-index: 99;
        padding-top: 8px;
        padding-bottom: 8px;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    }

        header h1 {
            float: none;
            background-position: center;
            width: 80%;
            height: 60px;
            padding-left: 0px;
            padding-right: 0px;
            margin-left: auto;
            margin-right: auto;
        }

    .banner {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 480px) {
    header {
        height: 55px;
    }

        header h1 {
            width: 80%;
            height: 45px;
            background-size: contain;
            margin: 0;
            margin-left: 65px;
        }

    .banner {
        margin-top: 70px;
    }
}

.con {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    margin-top: 1.5em;
    margin-bottom: 3em;
}

    .con:before {
        content: "";
        display: table;
    }

    .con:after {
        content: "";
        display: table;
        clear: both;
        zoom: 1;
    }

@media only screen and (max-width: 480px) {
    .con {
        width: 90%;
        margin-top: .5em;
        margin-bottom: 1em;
    }
}

.unit {
    background-color: #eee;
}

.unit_area {
    text-align: center;
    padding-top: 3em;
    padding-bottom: 1em;
}

    .unit_area li {
        display: inline-block;
        padding-left: 15px;
        padding-right: 15px;
    }

        .unit_area li img {
            height: 100px;
        }

.social {
    text-align: center;
    position: absolute;
    top: 8px;
    right: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .social li {
        display: inline-block;
        padding: 8px;
    }

        .social li a {
            color: #fff;
        }

@media only screen and (max-width: 1024px) {
    .social {
        position: static;
        padding-top: 2em;
    }

        .social li a {
            color: #000;
        }

    .unit_area {
        padding-top: 1.5em;
    }
}

@media only screen and (max-width: 480px) {
    .unit_area {
        width: 100%;
        white-space: nowrap;
        overflow-x: auto;
    }

        .unit_area li {
            width: calc( 100% / 3.8);
            padding-left: 5px;
            padding-right: 5px;
        }

            .unit_area li img {
                height: 70px;
            }
}

footer {
    background-color: #eee;
    text-align: center;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    font-size: 90%;
}

@media only screen and (max-width: 480px) {
    footer .con {
        margin-top: 0.5em;
    }
}

.copyright {
    background-color: #d9be9e;
    color: #fff;
}

    .copyright p {
        text-align: center;
        width: 90%;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 85%;
        margin: auto;
    }

.scrollup {
    width: 50px;
    height: 59px;
    position: fixed;
    bottom: 60px;
    right: 10px;
    display: none;
    text-indent: -9999px;
    background: url(../images/gotop.png) no-repeat;
    background-size: contain;
    z-index: 9;
    cursor: pointer;
    opacity: 0.9;
}

@media only screen and (max-width: 480px) {
    .scrollup {
        width: 40px;
        height: 59px;
    }
}

nav {
    width: 100%;
    background-color: #D67777;
    text-align: center;
}

    nav .logo {
        display: none;
    }

    nav.fix_nav {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    }

        nav.fix_nav:before {
            content: "";
            display: table;
        }

        nav.fix_nav:after {
            content: "";
            display: table;
            clear: both;
            zoom: 1;
        }

        nav.fix_nav .logo {
            position: absolute;
            width: 18%;
            height: 100%;
            background: #9b2222;
            display: inline-block;
            left: 0;
        }

            nav.fix_nav .logo img {
                width: 95%;
                max-width: 300px;
                display: block;
                margin: auto;
                padding: 5px;
            }

        nav.fix_nav ul.menu_nav {
            width: 1300px;
            margin: auto;
        }

@media only screen and (max-width: 1500px) {
    nav.fix_nav .logo {
        width: 23%;
    }
}

ul.menu_nav {
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    ul.menu_nav li {
        display: inline-block;
        position: relative;
        width: auto;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }

        ul.menu_nav li a {
            display: block;
            padding-top: 15px;
            padding-bottom: 15px;
            padding-left: 20px;
            padding-right: 20px;
            margin-left: 5px;
            margin-right: 5px;
            text-align: center;
            color: #fff;
        }

        ul.menu_nav li:hover {
            background-color: #BB6464;
        }

        ul.menu_nav li.sel {
            background-color: #BB6464;
        }

        ul.menu_nav li .arrow {
            background: url(../images/arrow_down.png) no-repeat;
            width: 15px;
            height: 15px;
            position: absolute;
            right: 5px;
            top: 20px;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
        }

        ul.menu_nav li:hover .arrow {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
            top: 20px;
        }

        ul.menu_nav li ol {
            display: none;
            position: absolute;
            z-index: 999;
            top: 3.5rem;
            left: 0;
            background-color: rgba(95, 36, 36, 0.85);
            width: 210px;
        }

            ul.menu_nav li ol li {
                width: 100%;
            }

                ul.menu_nav li ol li a {
                    text-align: left;
                    padding-left: 15px;
                    padding-right: 15px;
                    -webkit-transition-duration: 0.3s;
                    transition-duration: 0.3s;
                    -webkit-transform: translateX(0);
                    transform: translateX(0);
                }

                    ul.menu_nav li ol li a:hover {
                        -webkit-transform: translateX(5px);
                        transform: translateX(5px);
                    }

        ul.menu_nav li:last-child ol {
            left: auto;
            right: 0;
        }

        ul.menu_nav li:hover ol {
            display: block;
        }

@media only screen and (max-width: 1500px) {
    nav.fix_nav ul.menu_nav {
        width: 82%;
        margin-left: 18%;
    }
}

@media only screen and (max-width: 1400px) {
    nav.fix_nav ul.menu_nav {
        width: 80%;
        margin-left: 20%;
    }
}

@media only screen and (max-width: 1280px) {
    nav.fix_nav .logo {
        width: 22%;
    }

    nav.fix_nav ul.menu_nav {
        width: 78%;
        margin-left: 22%;
    }

    ul.menu_nav li a {
        padding-left: 10px;
        padding-right: 10px;
    }

    ul.menu_nav li .arrow {
        right: 0;
    }
}

@media only screen and (max-width: 1100px) {
    ul.menu_nav li a {
        padding-left: 5px;
        padding-right: 10px;
        margin: 0;
        margin-right: 3px;
    }
}

@media only screen and (max-width: 1024px) {
    nav.fix_nav {
        top: 100px;
    }

        nav.fix_nav .logo {
            display: none;
        }

        nav.fix_nav ul.menu_nav {
            width: 100%;
            margin-left: 0;
        }

    nav {
        position: fixed;
        top: 100px;
        left: 0;
        background-color: #D67777;
        width: 100%;
        height: calc(100% - 105px);
        z-index: 999;
        display: none;
        overflow-y: scroll;
    }

    ul.menu_nav li {
        float: none;
        width: 100%;
        border-bottom: 1px solid #fff;
    }

        ul.menu_nav li:hover, ul.menu_nav li.show {
            background-color: inherit;
        }

        ul.menu_nav li a {
            width: calc(100% - 80px);
            padding-left: 10px;
            padding-right: 0;
            border-right: 1px solid #fff;
            text-align: left;
        }

        ul.menu_nav li .arrow {
            width: 65px;
            height: 58px;
            position: absolute;
            top: 0;
            background-position: center;
        }

        ul.menu_nav li:hover .arrow {
            -webkit-transform: rotate(0);
            transform: rotate(0);
            top: 0;
        }

        ul.menu_nav li.show .arrow {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
            top: 0;
        }

        ul.menu_nav li ol {
            background-color: #fff;
            width: 100%;
            position: static;
        }

            ul.menu_nav li ol li + li {
                border-top: 1px solid #BB6464;
            }

            ul.menu_nav li ol li a {
                color: #BB6464;
                width: 100%;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
            }

                ul.menu_nav li ol li a:hover {
                    -webkit-transform: translateX(0);
                    transform: translateX(0);
                }

        ul.menu_nav li:hover ol {
            display: none;
        }

        ul.menu_nav li.show ol {
            display: block;
        }
}

@media only screen and (max-width: 480px) {
    nav {
        top: 70px;
        height: calc(100% - 70px);
    }

        nav.fix_nav {
            top: 70px;
        }
}

.menu-toggle {
    width: 40px;
    height: 40px;
    position: fixed;
    top: 25px;
    left: 20px;
    cursor: pointer;
    display: none;
    z-index: 99;
}

    .menu-toggle:after {
        content: "選單";
        display: block;
        font-size: 100%;
        text-align: center;
        color: #fff;
    }

    .menu-toggle.on .one {
        -webkit-transform: rotate(45deg) translate(4px, 4px);
        transform: rotate(45deg) translate(4px, 4px);
    }

    .menu-toggle.on .two {
        opacity: 0;
    }

    .menu-toggle.on .three {
        -webkit-transform: rotate(-45deg) translate(8px, -10px);
        transform: rotate(-45deg) translate(8px, -10px);
    }

.one, .two, .three {
    width: 100%;
    height: 3px;
    background: white;
    margin: 6px auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background-color: #fff;
}

@media only screen and (max-width: 1024px) {
    .menu-toggle {
        display: block;
    }
}

@media only screen and (max-width: 480px) {
    .menu-toggle {
        top: 10px;
        left: 15px;
        width: 35px;
        position: fixed;
    }

        .menu-toggle:after {
            font-size: 85%;
        }
}

.show {
    display: block !important;
}

.search {
    text-align: center;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    position: relative;
    width: 45%;
    margin: auto;
}

    .search .input_text {
        width: 95%;
        padding: 10px;
        padding-left: 25px;
        border-radius: 25px;
        border: none;
        background-color: #eee;
        font-size: 1em;
    }

    .search .input_btn {
        width: 3em;
        height: 3em;
        background-image: url(../images/search.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-color: inherit;
        border: none;
        position: absolute;
        right: 25px;
        bottom: 28px;
    }

@media only screen and (max-width: 768px) {
    .search {
        width: 80%;
    }

        .search .input_text {
            width: 90%;
        }

        .search .input_btn {
            right: 20px;
        }
}

@media only screen and (max-width: 480px) {
    .search .input_btn {
        right: 5px;
    }
}

article {
    border-top: 1px solid #ECECEC;
    padding-top: 1.5em;
}

/*.info {
  width: 30%;
  float: left;
  margin-left: 3.3%;
  position: relative;
}*/

.info {
    width: calc(97%/3);
    float: left;
    margin-left: 1%;
    position: relative;
    box-sizing: border-box;
}

    .info a {
        color: #9b2222;
    }

    .info figure {
        margin-top: 1em;
        width: 98%;
        overflow: hidden;
    }

        .info figure img {
            width: 100%;
            -webkit-transition-duration: 0.8s;
            transition-duration: 0.8s;
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
        }

            .info figure img:hover {
                -webkit-transform: scale(1.1, 1.1);
                transform: scale(1.1, 1.1);
            }

    .info .txt {
        border-left: 5px solid #d67777;
        padding-left: 10px;
    }

        .info .txt span {
            display: block;
            color: #9b2222;
        }

        .info .txt p {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .info .txt a {
            color: #747474;
        }

    .info ul {
        padding-top: 10px;
    }

        .info ul li {
            position: relative;
            padding-top: .8em;
            padding-bottom: .8em;
            border-bottom: 1px dashed #999;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

            .info ul li:hover {
                -webkit-transform: translateX(5px);
                transform: translateX(5px);
            }

            /*.info ul li h4 {
  width: 80%;
  font-size: 95%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}*/

            .info ul li h4 {
                width: 83%;
                font-size: 95%;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                font-size: .95rem;
            }

            /*.info ul li em {
  font-size: 80%;
  position: absolute;
  right: 0;
  top: 16px;
  font-style: normal;
}*/

            .info ul li em {
                font-size: 75%;
                position: absolute;
                right: 0;
                top: 16px;
                font-style: normal;
            }

            .info ul li a em {
                color: #333;
            }

    .info .more {
        border: 1px solid #7D7D7D;
        text-align: center;
        width: 80px;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 80%;
    }

        .info .more a {
            color: #7D7D7D;
        }

.title_con h3 {
    font-size: 120%;
    position: relative;
    border-bottom: 1px solid #ECECEC;
    color: #9b2222;
}

    .title_con h3::after {
        content: " ";
        width: 30%;
        height: 3px;
        background-color: #9b2222;
        position: absolute;
        bottom: -3px;
        left: 0;
    }

@media only screen and (max-width: 768px) {
    .info {
        width: 98%;
        margin: 1em auto;
    }

        .info .info_con:before {
            content: "";
            display: table;
        }

        .info .info_con:after {
            content: "";
            display: table;
            clear: both;
            zoom: 1;
        }

        .info .info_con .hot_info {
            float: left;
            width: 45%;
        }

        .info .info_con .list {
            float: right;
            width: 53%;
        }
}

@media only screen and (max-width: 480px) {
    .con {
        position: relative;
    }

    .title_con {
        position: absolute;
        top: 0;
    }

        .title_con h3 {
            font-size: 100%;
            text-align: center;
            padding-bottom: 8px;
        }

            .title_con h3::after {
                content: none;
            }

    .info {
        position: static;
        float: none;
        min-height: 200px;
    }

        .info .info_con {
            opacity: 0;
            position: absolute;
            width: 95%;
            top: 1.5em;
            left: 2.5%;
        }

            .info .info_con .hot_info {
                float: none;
                width: 100%;
                margin-top: 2em;
            }

            .info .info_con figure {
                margin: 0;
                width: 100%;
            }

            .info .info_con .list {
                float: none;
                width: 100%;
            }

        .info ul li {
            padding-top: .5em;
            padding-bottom: .5em;
        }

            .info ul li h4 {
                width: 95%;
            }

            .info ul li em {
                position: static;
                display: block;
                padding-left: 8px;
                padding-top: 5px;
            }

        .info .more {
            width: 80%;
            margin: 1em auto;
            padding: 8px;
            position: static;
            font-size: 80%;
        }

            .info .more a {
                color: #7D7D7D;
            }

        .info.show > .title_con h3 {
            border-bottom: 3px solid #9b2222;
        }

        .info.show > .info_con {
            opacity: 1;
            -webkit-transition-duration: 0.8s;
            transition-duration: 0.8s;
        }

    .con > .info:nth-child(1) > .title_con {
        width: 30%;
        left: 0;
    }

    .con > .info:nth-child(2) > .title_con {
        left: 30%;
        width: 34%;
    }

    .con > .info:nth-child(3) > .title_con {
        left: 64%;
        width: 34%;
    }
}

.slick_con {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

    .slick_con:before {
        content: " ";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 199;
        width: 100%;
        height: 100%;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.6));
    }

    .slick_con img {
        width: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 300px;
    }

@media only screen and (max-width: 480px) {
    .slick_con img {
        height: 180px;
    }
}

.slick-dots {
    position: absolute;
    width: 100%;
    bottom: 10px;
    z-index: 300;
    text-align: center;
}

    .slick-dots li {
        display: inline-block;
    }

        .slick-dots li button {
            width: 1.5em;
            height: 1.5em;
            text-indent: -9999px;
            background-color: #fff;
            border: none;
            border-radius: 100%;
            margin-left: 5px;
            cursor: pointer;
            display: inline-block;
        }

        .slick-dots li.slick-active button {
            width: 1.8em;
            height: 1.8em;
            background-color: #D67777;
        }

@media only screen and (max-width: 480px) {
    .slick-dots {
        bottom: 0;
        z-index: 9;
    }

        .slick-dots li button {
            width: 1em;
            height: 1em;
        }

        .slick-dots li.slick-active button {
            width: 1.2em;
            height: 1.2em;
        }
}

.slick-prev, .slick-next {
    position: absolute;
    top: 40%;
    z-index: 98;
    width: 4.5em;
    height: 4.5em;
    text-indent: -9999px;
    background-color: inherit;
    background-position: center;
    background-size: contain;
    border: none;
    cursor: pointer;
}

.slick-prev {
    left: 10px;
    background-image: url(../images/prev.png);
}

.slick-next {
    right: 10px;
    background-image: url(../images/next.png);
}

@media only screen and (max-width: 480px) {
    .slick-prev, .slick-next {
        top: 35%;
        width: 3em;
        height: 3em;
    }
}

.site {
    padding-bottom: 1em;
}

    .site:before {
        content: "";
        display: table;
    }

    .site:after {
        content: "";
        display: table;
        clear: both;
        zoom: 1;
    }

    .site span.sitemap {
        float: left;
        color: #6B3535;
        position: relative;
        padding-left: 20px;
    }

        .site span.sitemap:before {
            content: "";
            width: 0;
            height: 0;
            border-width: 10px;
            border-color: transparent transparent transparent #D67777;
            border-style: solid;
            position: absolute;
            top: 4px;
            left: 0;
        }

    .site span.back {
        float: right;
    }

        .site span.back:before {
            content: " < ";
            color: #cca5a5;
        }

        .site span.back a {
            color: #cca5a5;
        }

.news_con h2 {
    color: #9b2222;
}

    .news_con h2 em {
        font-style: normal;
        color: #5f2424;
    }

.news_con .news_info {
    color: #cca5a5;
}

.news_con figure {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

    .news_con figure img {
        border: 5px solid #fff;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
        max-width: 95%;
    }

@media only screen and (max-width: 768px) {
    .news_con figure img {
        display: block;
        margin: auto;
    }
}

.rel_news a {
    color: #9b2222;
}

.rel_news h3 {
    color: #cca5a5;
    margin-top: 2em;
    margin-bottom: .5em;
    font-weight: normal;
    font-size: 150%;
}

.rel_news ul li {
    padding-top: .5em;
    padding-bottom: .5em;
    border-bottom: 1px dashed #ddd;
    position: relative;
    padding-left: 20px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

    .rel_news ul li:hover {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }

    .rel_news ul li:before {
        content: "";
        width: 0;
        height: 0;
        border-width: 10px;
        border-color: transparent transparent transparent #D67777;
        border-style: solid;
        position: absolute;
        top: 10px;
        left: 0;
    }

.contactus_con {
    margin-bottom: 2em;
    text-align: left;
}

    .contactus_con h2 {
        position: relative;
        border-bottom: 1px solid #ECECEC;
        color: #9b2222;
    }

        .contactus_con h2::after {
            content: " ";
            width: 30%;
            max-width: 170px;
            height: 3px;
            background-color: #d67777;
            position: absolute;
            bottom: -3px;
            left: 0;
        }

.item_con {
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: 1px dashed #ddd;
}

    .item_con h3 {
        position: relative;
        padding-top: 10px;
        padding-left: 20px;
        color: #D67777;
    }

        .item_con h3:before {
            content: "";
            width: 0;
            height: 0;
            border-width: 10px;
            border-color: transparent transparent transparent #D67777;
            border-style: solid;
            position: absolute;
            top: 17px;
            left: 0;
        }

        .item_con h3 em {
            font-style: normal;
            padding-left: 10px;
            color: #5f2424;
        }

.works {
    width: 85%;
    margin-top: 1em;
    margin-left: 7%;
}

    .works:before {
        content: "";
        display: table;
    }

    .works:after {
        content: "";
        display: table;
        clear: both;
        zoom: 1;
    }

    .works ol {
        float: left;
        list-style: decimal;
        list-style-position: inside;
    }

    .works .contact {
        float: right;
        color: #d67777;
        padding-right: 5%;
    }

        .works .contact span {
            display: block;
        }

@media only screen and (max-width: 768px) {
    .works ol, .works .contact {
        float: none;
    }

    .works .contact {
        padding-top: 1.5em;
    }
}

.contactus_form {
    width: 80%;
    max-width: 1000px;
    margin: 2em auto;
}

    .contactus_form label {
        display: block;
        color: #d67777;
    }

    .contactus_form input, .contactus_form textarea {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 8px;
        margin-bottom: 15px;
        padding: 15px;
        border-radius: 15px;
        border: none;
        background-color: #F4F0F0;
    }

    .contactus_form .btn {
        background-color: #d67777;
        color: #fff;
        font-size: 100%;
    }

@media only screen and (max-width: 480px) {
    .contactus_form {
        width: 90%;
    }
}

.map {
    line-height: 0;
}

    .map iframe {
        width: 100%;
    }

@media only screen and (max-width: 768px) {
    .map iframe {
        height: 300px;
    }
}

.download h3 {
    color: #d67777;
    border-bottom: 1px solid #ddd;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

    .download h3 em {
        font-style: normal;
        color: #5f2424;
    }

.download ul.download_img li {
    display: inline-block;
    width: calc(97% / 3);
    padding-left: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 12px;
}

    .download ul.download_img li figure {
        overflow: hidden;
        border-radius: 15px;
        height: 250px;
        position: relative;
    }

    .download ul.download_img li img {
        position: absolute;
        height: 100%;
        display: block;
        margin: auto;
        border-radius: 15px;
        -webkit-transition-duration: 0.8s;
        transition-duration: 0.8s;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        overflow: hidden;
        top: 50%;
        left: 50%;
        -webkit-transform: scale(1, 1) translate(-50%, -50%);
        transform: scale(1, 1) translate(-50%, -50%);
    }

    .download ul.download_img li:hover img {
        -webkit-transform: scale(1.02, 1.02) translate(-48%, -48%);
        transform: scale(1.02, 1.02) translate(-48%, -48%);
    }

    .download ul.download_img li h4 {
        text-align: center;
        padding-top: 8px;
        color: #d67777;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 80%;
        margin: auto;
    }

.download ul.download_file {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .download ul.download_file li {
        border-radius: 8px;
        border: 1px solid #ddd;
        padding: 15px 70px 15px 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: 12px;
        margin-top: 12px;
        width: calc(96% / 3);
        background-image: url(../images/download.png);
        background-repeat: no-repeat;
        background-position: 95% center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

        .download ul.download_file li:hover {
            background-position: 95% 60%;
        }

        .download ul.download_file li h4 {
            text-align: left;
        }

@media only screen and (max-width: 1024px) {
    .download ul.download_img li figure {
        height: 185px;
    }
}

@media only screen and (max-width: 768px) {
    .download ul.download_img li {
        width: calc(97% / 2);
    }

        .download ul.download_img li figure {
            height: 220px;
        }

    .download ul.download_file li {
        width: calc(96% / 2);
    }
}

@media only screen and (max-width: 480px) {
    .download h3 {
        margin-top: 1em;
        margin-bottom: .5em;
    }

    .download ul.download_img {
        margin: 0;
    }

        .download ul.download_img li {
            width: 98%;
        }

            .download ul.download_img li figure {
                height: 200px;
            }

    .download ul.download_file {
        margin: 0;
    }

        .download ul.download_file li {
            display: block;
            width: 98%;
        }
}

/* 跑馬燈區 */
.marquee-area {
    background: #f5f7fa;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.marquee-area a:hover {
    text-decoration: none;
    color: brown;
}

.marquee-box {
    white-space: nowrap;
    padding: 12px 0;
}

.marquee-text {
    display: inline-block;
    padding-left: 100%;
    font-size: 16px;
    color: #003366;
    text-decoration: none;
    animation: marquee 15s linear infinite;
}

    .marquee-text:hover {
        animation-play-state: paused;
        color: #c00;
        text-decoration: underline;
    }

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

/*# sourceMappingURL=style.css.map */
