@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

a {
    color: #545454;
}

@font-face {
    font-family: 'NotoSans';
    src: url('../fonts/NotoSans-Bold.ttf') format("truetype"), url('../fonts/NotoSans-Regular.ttf') format("truetype");
}

* {
    font-style: normal;
    font-family: 'Noto Sans';
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
}

.wrap2 {
    max-width: 1200px;
    margin: 0;
}

.fadeout {
    opacity: 0;
}

.fadein {
    opacity: 1;
}

header {
    /*position: fixed;*/
    top: 0;
    width: 100%;
    z-index: 100;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 532px;
}

    header .logo {
        margin: 8px 5px;
    }

    header > div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

/*搜尋列 Start*/
.search_box {
    padding-top: 12px;
}

    .search_box > div {
        display: inline-block;
        vertical-align: middle;
    }

    .search_box .gsc-control-cse {
        border: none;
        padding: 0;
    }

    .search_box .gsc-input {
        padding: 0 !important;
    }

        .search_box .gsc-input .gsc-input-box {
            border: none;
            background: none;
        }

            .search_box .gsc-input .gsc-input-box .gsib_a {
                padding: 0;
            }

                .search_box .gsc-input .gsc-input-box .gsib_a input {
                    border: 1px solid #707070 !important;
                    border-radius: 20px !important;
                    width: 100% !important;
                    padding: 5px 0 5px 15px !important;
                    background: #FFFFFF !important;
                }

                    .search_box .gsc-input .gsc-input-box .gsib_a input:focus {
                        outline: 1px solid #2C90BC !important;
                    }

            .search_box .gsc-input .gsc-input-box .gsib_b {
                display: none;
            }

    .search_box .gsc-search-box {
        position: relative;
        margin: 0;
    }

    .search_box td.gsc-search-button {
        position: relative;
        border: none;
        padding: 0;
    }

        .search_box td.gsc-search-button button {
            background: url(../Images/icon_search.png);
            background-size: 26px;
            background-repeat: no-repeat;
            padding: 0;
            width: 26px;
            height: 26px;
            border: none;
            cursor: pointer;
            position: absolute;
            top: 2px;
            left: -13px;
        }

            .search_box td.gsc-search-button button svg {
                display: none;
            }

    .search_box > label {
        display: none;
    }

    .search_box .text {
        position: relative;
        display: block;
    }

        .search_box .text a {
            position: absolute;
            right: 11px;
            top: 15px;
            font-size: 0.75rem;
        }

            .search_box .text a span {
                display: none;
            }

        .search_box .text input {
            border: 1px solid #707070;
            border-radius: 20px;
            width: 100%;
            outline: none;
            padding: 5px 0 5px 15px;
            margin: 6px 0 0 0;
        }

    .search_box .hot {
        padding-left: 15px;
        align-items: center;
    }

        .search_box .hot a {
            font-size: 1rem;
            color: #205D85;
            margin: 0 3px 0 0;
            letter-spacing: 0;
        }

            .search_box .hot a:hover {
                text-decoration: underline;
            }

        .search_box .hot .go_s {
            position: absolute;
            right: 5px;
            top: 5px;
            font-size: 0.8125rem;
            color: rgba(226, 142, 18, 0.75);
            margin: 0;
        }

/*搜尋列 End*/

/*主選單 Start*/
.mainMenu {
    margin-left: auto;
}

    .mainMenu .menu {
        display: flex;
        margin-top: 10px;
    }

        .mainMenu .menu > li {
            display: block;
            /*border-bottom: 1px solid #2C90BC;*/
            padding: 10px;
            background-color: rgba(255,255,255,0.7);
        }

            .mainMenu .menu > li:hover a {
                color: #205D85;
                /*color: #2C90BC;*/
            }

    .mainMenu .menu-line {
        display: none;
    }

.fatfooter .menu-line {
    border-bottom: 4px solid #2C90BC;
    width: 30px;
    margin: 7px 0 10px 0;
}

.mainMenu .menu > li > a {
    /*color: #205D85;*/
    /*color: #2C90BC;*/
    color: #000;
    font-size: 1.125em;
}

.mainMenu .submenu {
    display: none;
    position: absolute;
    width: 160px;
    transform: translateX(-11%);
    background: #FFF;
    margin-top: 11px;
}

    .mainMenu .submenu > a {
        position: relative;
        display: block;
        box-sizing: border-box;
        padding: 12px;
        border-bottom: 1px solid #f1f1f1;
    }

.mobile-btn {
    display: none;
}

@media only screen and (max-width: 1023px) {
    h1 {
        height: 70px;
        width: 100%;
        background: #FFF;
        box-shadow: 0px 3px 6px rgb(0 0 0 / 10%);
        z-index: 99;
        display: flex;
    }

    .mobile-btn {
        display: block;
        position: absolute;
        right: 22px;
        top: 25px;
        cursor: pointer;
        z-index: 1010;
    }

        .mobile-btn a {
            margin-left: 10px;
        }

    .mainMenu .menu {
        display: flex;
        flex-flow: column;
        align-items: stretch;
        justify-content: flex-start;
        top: 60px;
    }

        .mainMenu .menu > li > a {
            /*background: #205D85;*/
            background: #2C90BC;
            color: #FFF;
            padding: 5px 8px;
        }

    .mainMenu .submenu {
        display: block !important;
        position: unset;
        width: 100%;
        transform: unset;
        padding-left: 10px;
    }

    .mainMenu .submenu2 {
        display: block !important;
    }

        .mainMenu .submenu2 > a {
            display: inline-block;
            width: 43%;
            margin: 5px 30px;
            border-left: 5px solid #2C90BC;
            padding-left: 8px;
        }

    .menu-line {
        display: none;
    }

    .search_box {
        display: none;
    }
}
/*主選單 End*/

/*胖頁尾 Start*/
.fatfooter .menu {
    width: 100%;
}

    .fatfooter .menu > li {
        display: inline-block;
        box-sizing: border-box;
        vertical-align: top;
        width: 13%;
    }

        .fatfooter .menu > li > a {
            display: block;
            box-sizing: border-box;
            font-weight: bold;
        }

.fatfooter .submenu > a {
    display: block;
    box-sizing: border-box;
    padding: 3px 0;
}
/*胖頁尾 End*/

.mainbg {
    background-size: cover;
    top: -20px;
}

.pagebg {
    position: relative;
    min-height: 532px;
    width: 100%;
    background-size: cover;
    background-position: center;
    top: -122px;
}

.page_title {
    position: absolute;
    width: 100%;
    max-width: 1200px;
    top: 240px;
    text-align: center;
    left: 50%;
    transform: translate(-50%, 0%);
}

@media only screen and (max-width:1023px) {
    header {
        min-height: 266px;
    }

    nav {
        background: #FFF;
        box-shadow: 0px 3px 6px rgba(0,0,0,0.1);
        position: absolute;
        height: 70px;
        top: 0;
        width: 100%;
    }

        nav input {
            display: block;
            float: right;
            position: relative;
            height: 32px;
            top: 23px;
            width: 45%;
            border: none;
            border-bottom: 1px solid #707070;
            transition: 1s ease-in-out;
            transition: opacity 0.2s ease-in;
            /* right: 32%; */
            opacity: 0;
        }

            nav input:focus {
                outline: none;
                display: block;
            }

        nav ul {
            list-style: none;
            padding-left: 0;
        }

    .menu {
        display: flex;
        /* flex-direction: column; */
        align-items: flex-start;
        justify-content: center;
        width: 100%;
        height: 0%;
        box-shadow: 0px 3px 6px rgb(0 0 0 / 10%);
        position: fixed;
        top: 0px;
        background-color: #F5F5F5;
        transition: top 0.2s ease-in-out;
        overflow: auto;
    }

        .menu a {
            display: block;
            border: none;
            color: #205D85;
            font: Bold 1em 'Noto Sans CJK TC';
        }

        .menu li {
            display: contents;
        }

    .menutoggleclass {
        z-index: -100;
        height: calc(100% - 70px);
    }

    .nvtoggleclass {
        position: fixed;
        z-index: 100;
    }

    img.burgericon {
        content: url('../Images/burger.png');
    }

    img.closeicon {
        content: url('../Images/close.png');
    }
}

@media only screen and (max-width:765px) {
    .mainbg {
        min-height: 532px;
        min-width: 320px;
    }

    .menu a {
        color: #205D85;
    }

        .menu a:active {
            color: #37AAAE;
        }
}

#main_box {
    position: relative;
    margin-top: -165px;
    margin-bottom: 40px;
    text-align: center;
}

/*========== owl Start ==========*/
.owl-carousel {
    z-index: 0 !important;
}

    .owl-carousel .owl-nav {
        font-size: 5vh;
        z-index: 999;
    }

/*主視覺*/
.carousel_banner {
    position: relative;
    margin-top: -102px;
}

@media only screen and (max-width: 1023px) {
    .carousel_banner {
        margin-top: 0px;
    }
}

.carousel_banner .owl-dots {
    position: relative;
    top: -35px;
}

.carousel_banner .owl-prev {
    position: absolute;
    top: 40%;
    left: 0px;
}

.carousel_banner .owl-next {
    position: absolute;
    top: 40%;
    right: 0px;
}

.carousel_banner .owl-prev, .carousel_banner .owl-next {
    background: rgba(0, 0, 0, 0.6);
    color: #FFF;
    padding: 5px 8px;
}

.carousel_banner .disabled {
    background: rgba(0, 0, 0, 0.1) !important;
}

.carousel_banner .owl-prev:hover, .carousel_banner .owl-next:hover {
    background: rgba(0, 0, 0, 0.9);
}

.carousel_banner img {
    max-height: 515px;
    background: content-box;
}

/*友薹連結*/
.carousel_link {
    position: relative;
    margin: 45px 0;
}

    .carousel_link .item {
        margin: 0 10px;
        text-align: center;
    }

.owl-carousel .owl-item img {
    margin: 0 auto;
}

.carousel_link img {
    border: 1px solid #CCC;
    width: 95%;
}

.carousel_link .owl-prev {
    position: absolute;
    left: -30px;
    top: 28px;
}

.carousel_link .owl-next {
    position: absolute;
    right: -30px;
    top: 28px;
}

.carousel_link .owl-prev, .carousel_link .owl-next {
    color: #b1b1b1 !important;
}

@media screen and (max-width: 800px) {
    .carousel_link {
    }

        .carousel_link .owl-prev {
            position: absolute;
            left: 25px;
            top: 30%;
        }

        .carousel_link .owl-next {
            position: absolute;
            right: 25px;
            top: 30%;
        }
}
/*========== owl End ==========*/

/*跑馬燈*/
.marquee_box {
    background-color: #FFF;
    height: 46px;
    box-sizing: border-box;
    border-radius: 30px;
    background-image: url(../Images/announce.png);
    background-repeat: no-repeat;
    background-position: left;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 30%);
    text-align: left;
    margin: 0 auto;
    margin-bottom: 65px;
    width: 75%;
}

    .marquee_box ul.marquee {
        position: relative;
        overflow: hidden;
        height: 46px;
        margin-left: 75px;
        width: calc(100% - 85px);
    }

        .marquee_box ul.marquee li {
            /* required styles */
            position: absolute;
            height: 46px;
            line-height: 46px;
            top: -46px;
            overflow: hidden;
        }

@media only screen and (max-width: 1023px) {
    #main_box {
        margin: 0px;
        margin-top: -23px;
        text-align: center;
    }

    .marquee_box {
        margin-bottom: 30px;
        width: 95%;
    }

    .carousel_link {
        margin: 30px 0;
    }
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

.bg2 {
    width: 100%;
    position: absolute;
    z-index: -1;
    background-repeat: repeat;
    left: 20%;
}

div.gallery, .gallery2 {
    position: relative;
    display: flex;
    overflow: visible;
    width: 100%;
    justify-content: center;
    align-items: center;
    max-height: 310px;
    margin: 16px 0;
}

div.gallery_photo {
    margin: 0 8px;
    float: left;
    width: 33.33333%;
    position: relative;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
    overflow: hidden;
}

.photo1 {
    width: 100%;
    height: 220px;
    background-size: cover;
}

.photo2 {
    width: 100%;
    height: 180px;
    background-size: cover;
}

.photo3 {
    width: 100%;
    height: 310px;
    background-size: cover;
}

.photo_h1 {
    position: relative;
    font: bold 1.25em 'Noto Sans CJK TC';
    color: #FFF;
    text-align: center;
    margin: 0 auto;
    top: -102px;
}

.photo_p2 {
    position: relative;
    font: 1em 'Noto Sans CJK TC';
    color: #FFF;
    text-align: center;
    margin: 0 auto;
    top: -192px;
}

.photo_h2 {
    position: relative;
    font: bold 1.25em 'Noto Sans CJK TC';
    color: #FFF;
    text-align: center;
    margin: 0 auto;
    top: -200px;
}

div.descrip {
    max-width: 100%;
    padding: 16px 24px;
    background-color: #FFF;
    overflow: hidden;
}

div.des1 {
    height: 58px;
}

div.des2 {
    height: 98px;
    text-align: center;
}

div.des3 {
    height: 98px;
}

div.des4 {
    height: 58px;
    text-align: center;
}

.icon {
    position: absolute;
    box-sizing: border-box;
    width: 120px;
    height: 100px;
    top: 30%;
    left: 50%;
    transform: translate(-50%,-30%);
}

.icon2 {
    position: absolute;
    box-sizing: border-box;
    width: 120px;
    height: 120px;
    top: 20%;
    left: 50%;
    transform: translate(-50%,-25%);
}

div.gallery_company {
    border: 1px solid #E5E5E5;
    margin: 8px;
    float: left;
    width: 20%;
}

img.logo {
    width: 100%;
    background-size: cover;
}

div.gallery button {
    display: inline-block;
    position: relative;
    margin: 16px 2px 0px 2px;
    background-color: #2C90BC;
    color: #FFF;
    font: bold 1em 'Noto San';
    width: 47.5%;
    height: 36px;
    border: none;
    border-radius: 30px;
    opacity: 1;
}

li.dots {
    height: 11px;
    display: none;
    position: relative;
    text-align: center;
    top: -45px;
}

label.dot {
    width: 10px;
    height: 10px;
    margin: 0 8px;
    position: relative;
    border-radius: 100%;
    border: 1px solid #37AAAE;
    display: inline-block;
    background-color: #37AAAE;
}

@media only screen and (max-width:1023px) {
    div.gallery, gallery2 {
        max-height: 220px;
        margin: 16px 0;
    }

    div.descrip {
        padding: 8px 12px;
    }

    .photo1 {
        height: 146px; /* 220*0.7-8px=146px */
    }

    div.des1 {
        height: 50px; /* 220*0.3-16px=50px */
    }

    .photo2 {
        height: 102px;
    }

    div.des2 {
        height: 94px;
    }

    div.des3 {
        height: 94px;
    }

    div.des4 {
        height: 50px;
    }

    .photo3 {
        height: 210px;
    }

    div.descrip {
        font-size: 0.875em;
    }

    div.bg {
        height: 100px;
    }

    .photo_h1 {
        font-size: 1.125em;
        top: -64px;
    }

    .photo_h2 {
        font-size: 1.125em;
        top: -144px;
    }

    .photo_p2 {
        font-size: 0.875em;
        top: -144px;
    }

    .icon {
        width: 96px;
        height: 80px;
        top: 30%;
        left: 50%;
        transform: translate(-50%,-30%);
    }

    .icon2 {
        position: absolute;
        box-sizing: border-box;
        width: 80px;
        height: 80px;
        top: 25%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    div.gallery button {
        margin: 16px 2px 0px 2px;
        font: bold 0.875em 'Noto San';
        width: 46%;
        height: 30px;
        border-radius: 30px;
    }

    div.gallery_company {
        height: 76px;
    }
}

@media only screen and (max-width:765px) {
    div.gallery {
        display: block;
        max-height: 256px;
    }

    div.gallery2 {
        display: -webkit-box;
        max-height: 256px;
        overflow: visible;
    }

    div.gallery_photo {
        margin: 8px auto;
        width: 90%;
        left: 50%;
        transform: translate(-50%, 0%);
    }

    div.gallery_company {
        width: 50%;
        height: 102px;
    }
    /*div.descrip {
        padding:8px 12px;
    }*/
    .photo1 {
        height: 180px;
    }

    div.des1 {
        height: 60px;
    }

    .photo2 {
        height: 128px;
    }

    div.des2 {
        height: 112px;
    }

    div.des3 {
        height: 112px;
    }

    div.des4 {
        height: 60px;
    }

    .photo3 {
        height: 256px;
    }

    div.descrip {
        font-size: 0.875em;
    }

    div.bg {
        height: 100px;
    }

    .photo_h1 {
        font-size: 1.125em;
        top: -75px;
    }

    .photo_h2 {
        font-size: 1.125em;
        top: -160px;
    }

    .photo_p2 {
        font-size: 0.875em;
        top: -156px;
    }

    .icon {
        width: 120px;
        height: 100px;
        top: 30%;
        left: 50%;
        transform: translate(-50%,-30%);
    }

    .icon2 {
        position: absolute;
        box-sizing: border-box;
        width: 100px;
        height: 100px;
        top: 25%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    div.gallery button {
        height: 36px;
    }

    li.dots {
        display: block;
    }
}

.page1_container {
    display: flex;
    margin: 56px auto 30px;
}


    .page1_container > .left_box {
        width: 256px;
        min-width: 256px;
        display: inline-flex;
    }

    .page1_container > .right_box {
        width: calc(100% - 262px);
        margin: 10px 30px;
    }

@media screen and (max-width: 767px) {
    .page1_container > .left_box {
        display: none;
    }

    .page1_container > .right_box {
        width: 100%;
        margin: auto;
        padding: 10px 15px;
    }
}

.page1_menu {
    display: block;
    width: 256px;
}

    .page1_menu .type {
        width: 100%;
        height: 200px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .page1_menu li {
        padding: 0px;
        background-color: #E9E9E9;
        border-top: 1px solid #F3F3F3;
        color: #616161;
    }

        .page1_menu li a {
            display: block;
            padding: 16px 22px;
        }

    .page1_menu .hover a, page1_menu a:hover {
        background-color: #205D85;
        color: #FFF;
    }

    .page1_menu .menu-detail li {
        padding: 0px;
        background-color: #F3F3F3;
        border-bottom: 1px solid #DCDCDC;
        color: #616161;
        font-size: 0.875em;
        border-top: none;
    }

    .page1_menu ul.menu-detail li a {
        background-color: #F3F3F3;
        color: #616161;
        border: none;
        padding: 12px 16px 12px 28px;
    }

    .page1_menu li.hover {
        background-color: #205D85;
        border: none;
        padding: 0;
    }

    .page1_menu .menu-detail a:hover {
        background-color: #1C84B4;
        color: #FFF !important;
    }

    .page1_menu .menu-detail .hover a {
        color: #1C84B4;
    }


.breadcrumb {
    display: flex;
    flex-wrap: wrap;
}

    .breadcrumb > li + li:before {
        color: #CCCCCC;
        content: ">";
        padding: 0 5px;
    }

    .breadcrumb li.active, .breadcrumb li.active a {
        color: #37AAAE;
    }

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.page {
    padding: 10px 0 10px 0;
}

    .page > div {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .page > div .last_bt, .page > div .next_bt {
        }

        .page > div .num {
            display: flex;
            flex-flow: wrap;
        }

        .page > div a {
            background-color: #ECECEC;
            transition: background 0.15s ease-out, color 0.15s ease-out;
            padding: 0 10px;
            display: flex;
            height: 30px;
            align-items: center;
            color: #616161;
            margin: 5px;
        }

            .page > div a:hover, .page > div a.now {
                background: #1C84B4;
                color: #FFF;
            }

    .page > p {
        text-align: center;
        color: #808080;
        padding-top: 10px;
    }

.w100 {
    width: 100% !important;
}

.pagecontent {
    display: flex;
    flex-direction: column;
    text-align: justify;
}

h3 {
    color: #2bc7b7 !important;
    margin-bottom: 8px;
    border-left: 5px solid #2bc7b7;
    padding-left: 5px;
    font-size: 1.25rem;
    margin: 15px 0;
}

h2 {
    margin: 16px 0;
    font: bold 1.5em 'Noto Sans CJK TC';
    color: #2C90BC;
}

.pagecontent img {
    /*width: 100%;*/
    max-width: 884px;
    display: block;
}

.details .date {
    margin-bottom: 15px;
    color: #dd4b39;
}

.details_content {
    padding-bottom: 28px;
    border-bottom: 1px solid #E3E3E3;
}

.cke_editable {
    padding: 15px;
    margin: 0px;
}

    .details_content ol, .cke_editable ol {
        list-style-type: decimal;
        margin-left: 35px;
    }

    .details_content ul, .cke_editable ul {
        list-style-type: square;
        margin-left: 35px;
    }

        .details_content ol > li, .details_content ul > li, .cke_editable ol > li, .cke_editable ul > li {
            margin-bottom: 5px;
        }

    .details_content > img, .cke_editable > img {
        margin-bottom: 10px;
        border: 1px solid #CCC;
    }

    /*.details_content a:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f0c1";
        color: orange;
        margin-left: 5px;
    }*/

    .details_content a, .cke_editable a {
        color: #f99944;
        /*text-decoration: underline;*/
        padding-bottom: 1px;
        border-bottom: 1px solid #f99944;
    }

    .details_content table, .cke_editable table {
        width: 100%;
    }

        .details_content table tr:first-child, .cke_editable table tr:first-child {
            background: #2C90BC;
            color: #FFF;
        }

        .details_content table th, .details_content table td, .cke_editable table th, .cke_editable table td {
            border: 1px solid #CECECE;
            padding: 8px 5px;
            vertical-align: middle;
            text-align: center;
            max-width: 200px;
        }

.pagecontent .pagepic {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 24px;
}

    .pagecontent .pagepic div {
        border: 3px solid #FFF;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
        margin: 8px 0px 8px 16px;
    }

        .pagecontent .pagepic div:hover {
            box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.3);
        }

        .pagecontent .pagepic div img {
            height: 100px;
        }

.pagecontent .dwn_button {
    display: flex;
    width: fit-content;
    border: 1px solid #37AAAE;
    color: #37AAAE;
    margin: 8px 16px 4px 16px;
}

    .pagecontent .dwn_button p {
        margin: auto 8px;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
        top: 50%;
        transform: translate(0%, -50%);
        /* white-space: nowrap; */
    }

    .pagecontent .dwn_button:hover {
        background-color: #E8E8E8;
        cursor: pointer;
    }

.bck_button {
    background-image: url(../Images/icon/arrow_bule.png);
    background-color: #FFF;
    background-position-x: 12px;
    background-position-y: 14px;
    background-repeat: no-repeat;
    height: 35px;
    border: 1px solid #2C90BC;
    color: #2C90BC !important;
    text-align: center;
    font: regular 1em 'Noto Sans CJK TC';
    text-decoration: none;
    padding: 5px 10px 5px 28px;
    transition: color ease-in-out 0.2s;
}

    .bck_button:hover {
        color: #FFF !important;
        background-color: #2C90BC;
        background-image: url(../Images/icon/arrow.png);
        cursor: pointer;
    }

input[type=submit] {
    background-color: #FFF;
    border: 1px solid #2C90BC;
    color: #2C90BC;
    text-align: center;
    font: regular 1em 'Noto Sans CJK TC';
    padding: 10px 20px;
    transition: color ease-in-out 0.2s;
    font-size: 1rem;
}

    input[type=submit]:hover {
        color: #FFF;
        background-color: #2C90BC;
    }

@media only screen and (max-width:1200px) {
    .page1_menu {
        margin: 0 16px;
    }
}

@media only screen and (max-width:767px) {
    .page1_menu {
        display: none;
    }

    .pagecontent .pagepic div img {
        height: 80px !important;
    }

    .pagecontent img {
        width: 100% !important;
        height: auto !important;
    }
}

html, body {
    font-family: "Noto Sans TC";
    color: #3f3d3d;
    line-height: 1.5;
}

    html.lock, body.lock {
        overflow: hidden;
    }

a {
    text-decoration: none;
    word-break: break-all;
}

textarea {
    resize: none;
}

.expand {
    background: #EFEFEF;
    border-bottom: 1px solid #dcdcdc;
    text-align: center;
    padding: 15px 0;
    cursor: pointer;
}

    .expand:hover {
        background-color: #2C90BC;
        color: #FFFFFF;
    }

.fatfooter {
    background: #F8F8F8;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    margin: auto 0;
    padding-left: 5%;
}

footer {
    text-align: left;
    background: #F8F8F8;
    margin: auto;
    box-sizing: border-box;
    color: #545454;
    font-size: 1rem;
    letter-spacing: 1px;
    font-weight: 300;
}

    footer .wrap {
        padding: 32px 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.footer:visited {
    color: none;
}

.footer a {
    text-decoration: none;
    color: #545454;
}

footer.right {
    color: #C4C4C4;
    font: normal 0.875em #C4C4C4;
}

a.footnote {
    border-left: 1px solid #545454;
    padding: 0 8px;
}

a.footnote2 {
    border-left: 1px solid #545454;
    padding: 0 8px;
}

.rightreserved {
    width: 100%;
    display: inline-block;
    font-size: 0.875em;
    text-align: center;
    border-top: 1px solid #D9D9D9;
    padding: 16px 0;
}

.footnv > div {
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
}

.qrcode {
    margin-left: 10px;
}

.gototop {
    position: fixed;
    bottom: 40px;
    right: 3%;
    cursor: pointer;
    transition: all .3s ease;
    opacity: 0;
    z-index: 999;
}

    .gototop.active {
        opacity: 1;
    }

@media only screen and (max-width:767px) {
    .expand, .fatfooter {
        display: none;
    }

    footer .wrap {
        flex-direction: column;
        padding-top: 16px;
    }

    .footnv > div {
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .footnv2 {
        flex-wrap: wrap;
    }

        .footnv2 > a {
            width: 100%;
            text-align: center;
            border: 0px;
            margin: 5px 0;
        }

    .qrcode {
        display: none;
    }
}

.keyword_search {
    padding: 10px 0;
}

    .keyword_search > div {
        display: inline-block;
        margin: 3px;
    }

        .keyword_search > div > label {
            font-size: 1rem;
            margin-right: 5px;
        }

    .keyword_search input[type=text] {
        padding: 10px;
        font-size: 1rem;
    }

/*下拉式選單 START*/
span.select {
    position: relative;
    display: inline-block;
}

    span.select:before, span.select:after {
        content: "";
        position: absolute;
        display: block;
    }

    span.select:before {
        border-right: 1px solid #cecece;
        height: 28px;
        right: 33px;
        width: 1px;
        top: 6px;
    }

@media screen and (max-width: 767px) {
    span.select:before {
        height: 33px;
        right: 38px;
    }
}

span.select:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #959595 transparent transparent transparent;
    position: absolute;
    right: 12px;
    top: 45%;
    pointer-events: none;
}

@media screen and (max-width: 767px) {
    span.select:after {
        top: 50%;
        right: 14px;
    }
}

span.select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cecece;
    color: #959595;
    border-radius: 3px;
    height: 40px;
    outline: none;
    padding-left: 10px;
    padding-right: 55px;
    box-sizing: border-box;
    background: #FFF;
    cursor: pointer;
    font-size: 1rem;
}

@media screen and (max-width: 767px) {
    span.select select {
        height: 45px;
        max-width: 200px;
    }
}
/*下拉式選單 END*/

/*響應式表格 START*/
.tb_list_box {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .tb_list_box {
        padding: 0;
        background: none;
        box-shadow: none;
        border-radius: 5px;
    }
}

.tb_list {
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    width: 100%;
}

    .tb_list .left {
        text-align: left;
    }

    .tb_list .right {
        text-align: right;
    }

@media screen and (max-width: 1024px) {
    .tb_list {
        border: none;
    }
}

@media screen and (max-width: 1024px) {
    .tb_list tr {
        display: flex;
        flex-flow: row wrap;
        margin: 0 0 25px 0;
        border: 1px solid #DDD;
        /*border-radius: 5px;*/
        overflow: hidden;
        box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
    }

        .tb_list tr.thead {
            display: none;
        }
}

@media screen and (max-width: 767px) {
    .tb_list tr {
        /*border-radius: 5px;*/
    }
}

.tb_list tr th, .tb_list tr td {
    padding: 15px 5px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
}

    .tb_list tr th a, .tb_list tr td a {
        text-decoration: none;
    }

@media screen and (max-width: 1024px) {
    .tb_list tr th {
        display: none;
    }
}

/*.tb_list tr th:last-child {
    width: 200px;
}*/

.tb_list tr td {
    font-weight: 400;
}

.tb_list tr {
    border-bottom: 1px solid #E3E3E3;
}

    .tb_list tr:hover {
        background-color: #efefef;
    }

    .tb_list tr:nth-child(odd) {
        background: #F6F6F6;
    }

.tb_list .thead {
    background: #2C90BC !important;
    color: #FFF;
}

@media screen and (max-width: 1024px) {
    .tb_list tr td {
        background: #FFF !important;
        position: relative;
        padding: 6px 6px 6px 95px;
        border-left: none;
        border-right: none;
        width: 100%;
        border-bottom: 1px dashed #DDD;
        min-height: 37px;
    }

        .tb_list tr td:last-child {
            border: none;
        }

        .tb_list tr td:before {
            /*content: attr(data-th) " : ";*/
            content: attr(data-th);
            position: absolute;
            left: 0;
            height: 100%;
            width: 90px;
            top: 0;
            border-right: 1px solid #DDD;
            display: flex;
            flex-flow: row;
            align-items: center;
            justify-content: flex-end;
            padding: 0 8px 0 0;
            box-sizing: border-box;
            background: #2C90BC !important;
            color: #FFF;
        }
}

.tb_list tr td img {
    vertical-align: bottom;
}

.tb_list tr td .btn_box {
    display: flex;
    flex-flow: row;
    justify-content: center;
}

@media screen and (max-width: 1024px) {
    .tb_list tr td .btn_box {
        justify-content: space-around;
        margin: 0 -5px;
    }
}

.tb_list tr td .btn_box a {
    display: block;
    margin: 0 5px 0 0;
}

@media screen and (max-width: 1024px) {
    .tb_list tr td .btn_box a {
        flex: 1;
        margin: 0 5px;
    }
}

.tb_list tr td .btn_box a .btn {
    font-size: 0.8125rem;
    padding: 5px 10px;
    border-radius: 3px;
    display: block;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .tb_list tr td .btn_box a .btn {
        padding: 0;
        height: 35px;
        line-height: 35px;
    }
}
/*響應式表格 END*/

.fa-download {
    color: #1c70c5;
    /*text-shadow: 2px 2px 2px #ccc;*/
    font-size: large;
}

.fa-youtube {
    color: #FF0000;
}

.fa-external-link-alt {
    /*color: #6a66aa;*/
    color: #ff741a;
}

.fancybox-caption__body {
    font-size: 1.25rem;
}

.field-validation-error {
    color: #dd4b39;
}

    .field-validation-error span {
        vertical-align: -webkit-baseline-middle;
    }

.validation-summary-errors {
    color: #dd4b39;
    font-size: 1.3125rem;
    padding: 15px 0 0 0;
}

.input-validation-error {
    border: 2px solid #dd4b39 !important;
    background: pink;
}

.fa-thumbtack {
    transform: rotate(45deg);
    margin-right: 2px;
    font-size: small;
    color: #d54322;
}

.gsc-control-cse {
    background-color: transparent !important;
}

    .gsc-control-cse:after {
        content: "" !important;
    }
