﻿body {
    font-family: Microsoft JhengHei;
    font-size: 0.875rem;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type=text],
input[type=password] {
    outline: none;
    padding-left: 10px;
}

button {
    outline: none;
}

a {
    text-decoration: none;
}

    a:hover, a:focus {
        text-decoration: none;
    }

h3 {
    font-size: 1.625rem;
}

*:focus {
    animation-duration: 3s;
    animation-name: slidein;
    outline: 5px dashed rgba(255,255,255,0);
    box-shadow: 0 0 0 0 rgba(255,255,255,0) !important;
}

@keyframes slidein {

    0% {
        outline: 5px dashed #FA8000;
    }

    100% {
        outline: 5px dashed rgba(255,255,255,0);
    }
}
/*首頁 Style Begin*/

.header {
    height: 139px;
    background: url("../images/index/bg_header.png") no-repeat center;
    background-position: center;
    background-size: cover;
    width: 100%;
    margin: 0 auto;
    min-width: 1024px; /*20180409 by Andy*/
}

    .header .main {
        width: 100%;
        margin: 0 auto;
    }

    .header img {
        margin-left: 10px;
    }

.top-border {
    width: 100%;
    height: 27px;
    text-align: right;
    margin: 0 auto;
    display: flex;
    align-items: center
}

.top-link {
    margin-left: auto;
    padding-right: 10px;
}

    .top-link a {
        color: #3D3D3D;
        font-weight: bold;
        font-size: 0.875rem;
    }

        .top-link a + a::before {
            content: " | ";
            color: rgb(240, 244, 199);
        }

        .top-link a img {
            margin: 0 2px 0 2px;
        }

.header .main-left {
    float: left;
}

.header .main-right {
    float: right;
    margin-top: 45px;
    margin-right: 13px;
}

.header .main-left h1 {
    font-size: 2.23125rem;
    color: rgb(0, 52, 1) !important;
    font-weight: bold;
    letter-spacing: 2px;
    float: right;
    margin: 50px 0 0 17px;
}

.header .main-left a {
    color: rgb(0, 52, 1) !important;
}

.header .main-right input {
    width: 156px;
    height: 32px;
    border-radius: 20px;
    border: 1px solid darkgray;
    margin-right: 15px;
}

.header .main-right .member-login {
    color: #616161;
    border-radius: 38px;
    border: none;
    background: #EBEBEB;
    min-width: 82px;
    height: 29px;
    font-weight: bold;
    white-space: nowrap;
    padding: 20px 24px 20px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .main-right .search {
    background: url(../images/index/search_icon.png);
    width: 31px;
    height: 31px;
    background-color: transparent;
    background-position: center;
    border: none;
    position: relative;
    top: -5px;
    right: 15px;
    color: rgba(0,0,0,0);
    user-select: none
}

/*FireBox Hack*/
@-moz-document url-prefix() {
    .header .main-right .search {
        right: 13px;
        top: -6px;
    }
}

.light-green {
    color: rgb(129, 176, 17);
}

.main .menu {
    height: 43px;
    background: #32ADE6;
    margin-top: 22px;
    overflow-x: auto;
    overflow-y: hidden;
}

    .main .menu ul {
        /*padding: 10px 0 0 0;*/
        white-space: nowrap;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 2vw 0 2vw;
    }

        .main .menu ul li {
            width: 100%;
            display: inline;
            list-style: none;
            padding: 10px 10px 10px 10px;
            font-size: 1rem;
            font-weight: bold;
            cursor: pointer;
            transition: background 0.5s ease;
            text-align: center;
        }

            .main .menu ul li:hover,
            .main .menu ul li.active {
                background: rgb(18, 66, 8);
            }

.menu ul li a {
    color: white;
}

hr.gray-bar {
    background: rgb(223, 223, 223);
    height: 5px;
    margin: 0;
    margin-top: -7px;
    border: none;
}

hr.blue-bar {
    background: rgb(2, 77, 135);
    height: 7px;
    margin: 5px 0 0 0;
}

.clearfix {
    clear: both;
}

.content {
    width: 1024px;
    margin: 53px auto;
    min-height: 680px;
}

.left-banner {
    width: 706px;
    height: 248px;
    float: left;
}

/*@media screen and (max-width: 576px) {
    .left-banner {
        width: 100%;
        height: 271px;
        float: left;
    }
}*/

.banner-image {
    height: 250px;
}

.owl-nav {
    position: relative;
    top: -171px;
}

.owl-prev {
    position: absolute;
    left: 0;
    background: none !important;
}

.owl-next {
    position: absolute;
    right: 0;
    background: none !important;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    position: relative;
    top: -21px;
}

.owl-nav .next-control {
    background: rgba(0,0,0,0.8);
    border-radius: 100px;
    width: 30px;
}

.right-content {
    float: right;
    margin-top: 2px;
    height: 248px;
}

    .right-content img {
        position: relative;
        right: 30px;
        top: 6px;
    }

    .right-content .people {
        background: rgb(22, 110, 172);
        width: 246px;
        height: 121px;
        position: relative;
        color: white;
    }

.people ul, .teacher ul {
    position: absolute;
    top: 37px;
    right: 0px;
    left: 54px; /*left: 83px; 0320 by Andy*/
}

.people ul {
    pointer-events: none;
}

.people li, .teacher li {
    font-size: 0.875rem;
    text-indent: -1em;
    float: left; /*0320 by Andy*/
    padding: 2px 37px 2px 5px; /*padding: 6px 30px 2px 11px; 0320 by Andy*/
}

    .people li:nth-child(even),
    .teacher li:nth-child(even) {
        padding-right: 0px;
    }

.even {
    padding-right: 0px !important;
}

.people li a, .teacher li a {
    color: white;
}

.people p, .teacher p {
    position: absolute;
    top: 6px;
    right: 40px;
    font-size: 0.9375rem;
    font-weight: bold;
}

.right-content .teacher {
    background: rgb(139, 115, 1);
    margin-top: 5px;
    width: 246px;
    height: 121px;
    position: relative;
    color: white;
    /*height: 100%;  0320 by Andy*/
}

.mid-content {
    margin-top: 60px;
    height: 263px;
}

.left-info {
    width: 707px;
    height: 100%;
    position: relative;
    float: left;
}

.right-info {
    float: right;
    height: 100%;
    width: 309px;
}

    .right-info > div {
        height: 94px;
        width: 148px;
        float: left;
        margin-left: 4px;
        margin-bottom: 5px;
        cursor: pointer;
        position: relative;
    }

    .right-info .link-box a {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .right-info .link-box label {
        position: relative;
        transform: none;
        top: 26px;
        font-size: 1.25rem;
        left: 62px;
        text-shadow: 0 0 5px white, 0 0 10px white, 0 0 15px white, 0 0 40px white, 0 0 70px white;
    }

    .right-info .link-box.member-area {
        background-image: url(../../Content/images/index/member_area.png);
    }

    .right-info .link-box.league-area {
        background-image: url(../../Content/images/index/join_league.png);
    }

    .right-info .link-box.join-member {
        background-image: url(../../Content/images/index/join_member.png);
    }

    .right-info .link-box.climate-material {
        background-image: url(../../Content/images/index/material.png);
        width: 300px;
    }

    .right-info .link-box.related-link {
        background-image: url(../../Content/images/index/related_link.png);
        width: 300px;
    }

    .right-info .link-box.join-member label,
    .right-info .link-box.league-area label,
    .right-info .link-box.member-area label {
        width: 55px;
        font-size: 1.25rem;
        letter-spacing: 2.5px;
        line-height: 1.2;
        left: 78px;
        top: 17px;
        text-shadow: none;
    }

.topping {
    background: rgb(238,160,116);
    color: white;
    padding: 6px 11px;
    font-size: 0.9375rem;
    border-radius: 5px;
    margin-left: 5px;
}

.btnnews {
    width: 85px;
    height: 29px;
    border-radius: 5px;
    font-weight: bold;
    color: #616161;
    background: rgb(231, 231, 231);
    border: 1px solid darkgray;
}

    .btnnews:hover {
        color: #8FC422;
    }

.btnfile {
    float: left;
    margin: 5px 10px 5px 10px;
    background: rgb(231, 231, 231);
    border: 1px solid darkgray;
    border-radius: 5px;
}

    .btnfile img {
        width: 30px;
        margin-top: -1px;
    }

.downloadfile {
    min-height: 63px;
    margin-top: -5px;
    padding-left: 30px;
}

.download-file div {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 10px;
    border: 1px solid black;
    margin: 5px;
    background: url(../images/index/paperclip.png) no-repeat;
    padding-left: 30px;
    background-color: rgba(221,221,221,0.5);
}

.detail .pre-white {
    background: white;
    border: none;
    margin-top: -15px;
    padding-top: 0px;
}

.pre-white {
    background: white;
    border: none;
    margin-top: -15px;
    padding-top: 0px;
}

.left-info .btnnews {
    position: relative;
    top: -15px;
    left: 15px;
}

.btnblue {
    background: #8FC422;
    color: rgb(231, 231, 231);
}

.news-list {
    background-color: rgb(243, 243, 243);
}

    .news-list ul {
        list-style: none;
        padding: 0;
        margin-left: 20px;
        margin-top: -8px;
        color: #3D3D3D;
        font-size: 1rem;
    }

        .news-list ul li span {
            padding-left: 10px;
        }

        .news-list ul li {
            padding: 8px 0;
            border-bottom: 1px solid lightgray;
            cursor: pointer;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .news-list ul li:hover {
                background-color: #8FC422;
                color: white;
            }

        .news-list ul p a {
            color: #8FC422;
        }

    /*
.news-list ul li:nth-last-child(2):hover + p{
	color: white;
}
*/
    .news-list p {
        position: absolute;
        right: 15px;
        bottom: -40px;
        font-size: 0.875rem;
        font-weight: bold;
        color: #282828;
        cursor: pointer;
    }

        .news-list p a {
            color: #8FC422;
        }

.right-video {
    background: url(../images/index/video.png) no-repeat;
    float: right;
    height: 100%;
    width: 309px;
    height: 105%;
    background-size: cover;
}

    .right-video iframe {
        margin: 12px;
        border: none;
    }

    .right-video .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 22px;
    }

.bottom-content {
    margin-top: 29px;
}

    .bottom-content .link-box {
        width: 193px;
        height: 193px;
        float: left;
        text-align: center;
        margin-left: 5px;
        margin-top: 20px;
        padding-top: 25px;
        cursor: pointer;
        border: 1px solid lightgray;
        border-radius: 10px;
        position: relative;
        background: rgb(236, 236, 236);
        /* Old browsers */
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(236, 236, 236, 1)), to(rgba(255, 255, 255, 1)));
        background: linear-gradient(to bottom, rgba(236, 236, 236, 1) 0%, rgba(255, 255, 255, 1) 100%);
        transition: background 0.5s ease;
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 );
        /* IE6-9 */
    }

        .bottom-content .link-box.large-box {
            width: 47.8%;
        }

        .bottom-content .link-box:hover {
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(236, 236, 236, 1)), to(rgba(255, 255, 255, 1)));
            background: linear-gradient(to top, rgba(236, 236, 236, 1) 0%, rgba(255, 255, 255, 1) 100%);
            /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 );
        }

.link-box label {
    color: #282828;
    font-size: 1.125rem;
    font-weight: bold;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    /*width: 100%;*/
    bottom: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.footer {
    width: 100%;
    background: url(../images/index/bg_footer.png) no-repeat center;
    background-size: cover;
    min-width: 1024px;
}

.footer-content {
    margin: 27px auto;
    margin-bottom: 0;
    width: 1024px;
    height: 368px;
    position: relative;
    font-size: 0.875rem;
    font-weight: bold;
}

.footer .footer-button {
    position: absolute;
    left: 150px;
    bottom: 126px;
}

.footer .footer-logo {
    position: absolute;
    bottom: 62px;
    left: 36px;
}

.footer .gov {
    margin-right: 25px;
}

.footer .footer-button button {
    width: 135px;
    height: 32px;
    border-radius: 7px;
    /*background: linear-gradient(45deg, rgba(64, 64, 64, 0.8) 35%, rgba(122, 177, 5, 1) 60%);
    background: -o-linear-gradient(45deg, rgba(64, 64, 64, 0.8) 35%, rgba(122, 177, 5, 1) 60%);*/
    background: #EBEBEB;
    color: #3D3D3D;
    border: 2px outset rgb(231, 237, 218);
}

    .footer .footer-button button a {
        color: #3D3D3D;
    }

.footer-icon {
    position: absolute;
    right: 23px;
    bottom: 87px;
}

.footer-text {
    position: absolute;
    color: #3D3D3D;
    left: 150px;
    bottom: 30px;
    line-height: 8px;
}

.footer .visitors {
    color: #3D3D3D;
    position: absolute;
    right: 19px;
    bottom: 28px;
}

/*google站內搜尋*/
#___gcse_0 {
    display: none;
}

/*登入Modal Style Begin*/
#LoginModal .modal-dialog {
    width: 950px
}

#LoginModal .modal-content {
    height: auto;
    background: url("../images/index/bglogin.png") center no-repeat;
    background-size: 1000px;
    border-radius: 25px;
}

#LoginModal .modal-header {
    background: url("../images/index/bglogin_header.png") no-repeat;
    background-size: cover;
    height: 48px;
    margin-top: 26px;
}

#LoginModal .modal-title {
    color: white;
    font-size: 1.75rem;
    font-weight: bold;
    margin-top: -11px;
    padding-left: 13px;
}

#LoginModal .modal-body label {
    padding-left: 25px;
}

    #LoginModal .modal-body label span {
        font-size: 1.25rem;
    }

#LoginModal input[type=text],
#LoginModal input[type=password] {
    width: 428px;
    height: 45px;
    margin-top: 10px;
    border: 1px solid rgb(50, 93, 0);
    font-size: 1.25rem;
}

#LoginModal input#CaptchaInputText {
    width: 205px !important;
    margin-left: 17px;
    margin-top: 0;
}

#LoginModal input[type=text]::placeholder,
#LoginModal input[type=password]::placeholder {
    color: #b3b3b4;
}

#LoginModal .modal-body a {
    color: #2d5d00;
    border-bottom: 1px solid;
    position: relative;
    left: 13px;
    top: 9px;
    font-weight: bold;
}



#LoginModal .modal-footer {
    text-align: center;
    border: none;
}

    #LoginModal .modal-footer button {
        height: 39px;
        margin: 12px 56.5px;
        border: 2px solid darkgray;
        border-radius: 4px;
        font-size: 1.125rem;
        box-shadow: 3px 0px 0px black;
        background: rgba(25, 47, 0, 1);
    }

    #LoginModal .modal-footer .btnLogin {
        color: white;
        background: -webkit-gradient(linear, left top, right top, from(rgba(25, 47, 0, 1)), to(rgba(137, 201, 0, 1)));
        background: linear-gradient(90deg, rgba(25, 47, 0, 1) 0%, rgba(137, 201, 0, 1) 100%);
    }

    #LoginModal .modal-footer .btnCancel {
        color: #3b3b3b;
        background: -webkit-gradient(linear, left top, right top, from(rgba(212, 212, 212, 1)), to(rgba(243, 243, 243, 1)));
        background: linear-gradient(90deg, rgba(212, 212, 212, 1) 0%, rgba(243, 243, 243, 1) 100%);
    }

/*登入Modal Style End*/

/*客製Modal Style Begin*/
.modal-customize {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .modal-customize .d-flex {
        display: flex;
    }

    .modal-customize .align-items-center {
        align-items: center;
    }

    .modal-customize .justify-content-center {
        justify-content: center;
    }

    .modal-customize .modal-dialog {
        min-width: 835px;
    }

    .modal-customize .modal-content {
        border-radius: 25px;
    }


    .modal-customize .modal-header {
        background: url("../images/index/bglogin_header.png") no-repeat;
        background-size: cover;
        height: 48px;
        margin-top: 26px;
    }

    .modal-customize .modal-title {
        color: white;
        font-size: 1.75rem;
        font-weight: bold;
        margin-top: -11px;
        padding-left: 13px;
    }

    .modal-customize .modal-body table tr {
        border: 5px solid #fff;
    }

    .modal-customize .modal-body table td {
        text-align: start !important;
    }

    .modal-customize .modal-body table .title {
        background-color: #E0EEC6;
        padding: 0 1rem;
        width: 150px;
    }

        .modal-customize .modal-body table .title h5 {
            text-align: end
        }

    .modal-customize input[type=text],
    .modal-customize input[type=password],
    .modal-customize input[type=email] {
        width: 200px;
        margin: 0 1rem;
        outline: none;
        padding-left: 10px;
    }

    .modal-customize input[type=email] {
        width: 300px;
    }

    /*.modal-customize .modal-body label {
    padding-left: 25px;
}

    .modal-customize .modal-body .input-title {
        margin:0;
        width:250px;
        padding:0 30px;
        text-align:end;
    }

    .modal-customize .modal-body label span {
        font-size: 1.25rem;
    }

.modal-customize input[type=text],
.modal-customize input[type=password] {
    width: 428px;
    height: 36px;
    border: 1px solid rgba(0,0,0,.6);
    font-size: 1.25rem;
    border-radius:5px;
}

.modal-customize input[type=text]::placeholder,
.modal-customize input[type=password]::placeholder {
    color: #b3b3b4;
}

.modal-customize .modal-body a {
    color: #2d5d00;
    border-bottom: 1px solid;
    position: relative;
    left: 13px;
    top: 9px;
    font-weight: bold;
}*/

    .modal-customize .modal-footer {
        text-align: center;
        border: none;
    }

/*客製Modal Style End*/

/*首頁 Style End*/

/*內頁 Style Start*/

.page-content {
    width: 1024px;
    height: auto;
    margin: 50px auto;
}

    .page-content .page-menu {
        width: 190px;
        min-height: 654px;
        height: auto;
        font-size: 1.5rem;
        font-weight: bold;
        text-align: center;
        border-radius: 10px 10px 0 0;
        background: url("../images/page/page_bgmenu.png") no-repeat bottom rgb(232, 231, 231);
        float: left;
    }

.page-menu.long {
    height: 855px !important;
}

.page-menu > p {
    min-height: 53px;
    padding-top: 9px;
    text-shadow: 2px 2px 2px #282828;
    letter-spacing: 2px;
    color: white;
    background: rgba(48, 77, 1, 1);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(48, 77, 1, 1) 0%, rgba(133, 174, 23, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(48, 77, 1, 1) 0%, rgba(133, 174, 23, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(48, 77, 1, 1) 0%, rgbargba(133, 174, 23, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 );
    border-radius: 10px 10px 0 0;
    margin: 0;
}

.page-menu ul {
    list-style: none;
    padding: 0;
}

    .page-menu ul li {
        padding: 14px;
        height: auto;
        color: #525353;
        border-bottom: 1px solid white;
        cursor: pointer;
        transition: all 0.5s ease;
    }

        .page-menu ul li:hover {
            background: rgb(143, 143, 143);
            color: white;
        }

            .page-menu ul li:hover a {
                color: white;
            }

        .page-menu ul li.active {
            background: rgb(143, 143, 143);
            color: white;
        }

            .page-menu ul li.active a {
                color: white;
            }

            .page-menu ul li.active:hover a {
                color: white;
            }

        .page-menu ul li a {
            color: #525353;
            font-size: 1.375rem;
            display: block;
        }

.page-right-content {
    margin-top: 18px;
    width: 788px;
    height: 100%;
    margin-left: 24px;
    display: inline-block;
}

    .page-right-content pre {
        white-space: pre-wrap;
        font-size: 1rem !important;
        font-family: Microsoft JhengHei;
    }

.page-tool-btn {
    float: left;
}

.page-breadcrumb {
    float: right;
    position: relative;
    bottom: -12px;
    height: 31px;
}

    .page-breadcrumb a {
        font-size: 0.9375rem;
        color: gray;
        color: #000000;
    }

        .page-breadcrumb a.active {
            color: #006e93;
        }

.page-option {
    margin-top: 13px;
}

    .page-option select {
        width: 94px;
        height: 25px;
    }

    .page-option .search-bar {
        float: right;
        margin-right: 14px;
    }

.search-bar input {
    position: relative;
}

.page-right-content .option-table tbody td.news-title {
    max-width: 658px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.page-right-content .option-table thead {
    color: white;
    background: rgb(128, 178, 47);
    word-break: keep-all;
}

.page-right-content .option-table tr td:first-child {
    background: rgb(224, 238, 198);
    text-align: center;
}

.page-right-content .option-table tr th:first-child {
    background: rgb(35, 35, 35);
    text-align: center;
}

.page-right-content .option-table tbody tr {
    transition: background 0.5s ease;
    background: white;
}

    .page-right-content .option-table tbody tr:hover {
        background: rgb(232,232,232);
    }

.page-right-content .option-table td {
    padding: 8px !important;
}

.page-right-content .pagination {
    text-align: center;
    width: 100%;
}

.page-right-content .option-search {
    background: url("../images/page/orange_search.png") center no-repeat;
    border: none;
    height: 26px;
    color: rgba(0,0,0,0);
    user-select: none
}

/*新聞資訊用*/
.left_corner {
    float: left;
}

.right_corner {
    float: right;
}

/*新聞資訊用*/

.page-content .detail {
    width: 100%;
    margin-top: 15px;
    height: 100%;
    border: 2px solid rgb(149, 203, 23);
    padding: 15px;
    position: relative;
}

    .page-content .detail p {
        font-size: 1rem;
        margin: 20px;
        text-indent: 2rem;
    }

        .page-content .detail p.items {
            text-indent: 0;
        }

.page-right-content .detail .detail-image {
    text-align: center;
}

.page-right-content .detail .contact-table {
    width: 500px;
    margin-left: 30px;
}

.detail h5 {
    line-height: 23px;
    margin: 0 74px;
}

.page-right-content .detail .alliance-table {
    width: 86%;
    margin: 0 auto;
}

.alliance-table td {
    vertical-align: middle !important;
}

    .alliance-table td ul {
        margin: 0 !important;
    }

/*表單table樣式*/
.table.form tr th {
    text-align: center;
    background: rgb(224, 238, 198);
    vertical-align: middle;
    white-space: nowrap;
}

.table.form tr:first-child th {
    background: none;
}

/*錯誤訊息*/
.table.form span {
    color: #FF0000;
    padding-left: 5px;
}

.table.form + .form-button {
    text-align: center;
}

/*有提示訊息的td*/
.table.form td.multiinfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*提示訊息*/
.table.form td .prompt-text {
    color: #00BBFF;
    padding-left: 25px;
    margin-right: -20px;
    margin-bottom: 0px;
    width: 55%;
}

/*input width   default: form-control*/

.table.form input {
    display: inline-block;
}

    .table.form input.short {
        width: 35%;
    }

    .table.form input.mid {
        width: 60%;
    }

    .table.form input.long {
        width: 85%;
    }

/*Member Register accept*/
.accept {
    margin-top: 10px;
    text-align: center;
}

#memberinfo-table tr th {
    width: 185px;
}


/* 常見問題CSS style begin */
.faq {
    border: 5px solid #aacae1;
    background-color: transparent;
    padding: 15px 25px;
    cursor: pointer;
    user-select: none;
    margin-top: 10px;
}

    .faq a {
        font-size: 1rem;
    }

.faq-open-content {
    display: none;
    margin-top: 10px;
}

.faq.open {
    border: none;
    background: #eee;
}
/* 常見問題CSS style end */

/*交流論壇CSS style begin*/

.forum-menu {
    list-style: none;
    margin: 0 auto;
    width: 1000px;
    height: 100%;
    padding: 0;
}

    .forum-menu li {
        width: 265px;
        border: 1px solid lightgray;
        padding: 29px 9px;
        height: 200px;
        cursor: pointer;
        float: left;
        margin: 6px;
        -webkit-transition: border 0.6s; /* For Safari 3.1 to 6.0 */
        transition: all 0.6s;
    }

        .forum-menu li:hover {
            border-color: green;
            background: #d6f9d6;
        }

        .forum-menu li h3 {
            margin: 0 0 17px 8px;
        }

        .forum-menu li > img {
            float: left;
        }

        .forum-menu li .info {
            float: left;
            margin-left: 15px;
            padding-top: 15px;
        }

.forum-list {
    list-style: none;
    padding: 0;
}

    .forum-list li {
        border-bottom: 1px solid #e6e7e1;
        height: 80px;
        padding: 10px;
        position: relative;
        cursor: pointer;
    }

        .forum-list li:hover {
            background: #f6f6f6;
        }

        .forum-list li > div {
            float: left;
        }

        .forum-list li .forum-list-content h5 {
            color: #ccc;
        }

        .forum-list li .forum-list-content h4 {
            width: 900px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

        .forum-list li .forum-list-count {
            position: absolute;
            color: #b3b3b3;
            right: 20px;
            bottom: 27px;
        }

            .forum-list li .forum-list-count .fa {
                padding: 0 10px;
                top: 1px;
            }

                .forum-list li .forum-list-count .fa.fa-eye {
                    position: absolute;
                    right: 90px;
                }

                    .forum-list li .forum-list-count .fa.fa-eye + span {
                        position: absolute;
                        left: -92px;
                    }

                .forum-list li .forum-list-count .fa.fa-comments-o {
                    position: absolute;
                    left: -50px;
                }

                    .forum-list li .forum-list-count .fa.fa-comments-o + span {
                        position: absolute;
                        left: -21px;
                    }

#forum_create_form {
    width: 85%;
    margin: 0 auto;
}

.current-area-info {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid lightgray;
    padding: 15px;
    cursor: pointer;
}

.forum-detail-content {
    font-size: 1rem;
}

    .forum-detail-content > h3 {
        border-left: 6px solid green;
        padding: 5px;
        font-size: 1.625rem;
    }

    .forum-detail-content .forum-article-poster {
        padding-left: 20px;
        position: relative;
    }

    .forum-detail-content p.floor {
        background: #838383;
        color: white;
        position: absolute;
        padding: 1px 9px;
        border-radius: 5px;
    }

.forum-article-poster p.floor {
    right: 10px;
    top: 10px;
    background: green;
}



.forum-detail-content .forum-article-content {
    margin-top: 15px;
    padding: 35px;
    border-top: 1px solid lightgray;
    position: relative;
}

.forum-detail-content .article-header p.final-edit {
    text-align: center;
    color: #ccc;
    font-size: 0.75rem;
}

.forum-detail-content .edit {
    margin-left: 10px;
    cursor: pointer;
    display: none;
}

.forum-detail-content .delete {
    margin-left: 10px;
    cursor: pointer;
    display: none;
}


.forum-detail-content .forum-reply-area {
    margin-top: 20px;
}

    .forum-detail-content .forum-reply-area button[type=submit] {
        margin-top: 10px;
    }

.forum-article-reply .reply {
    padding: 35px;
    border-top: 1px solid lightgray;
    position: relative;
}

    .forum-article-reply .reply p.floor {
        right: 10px;
        top: 20px;
    }

.forum-article-reply .delete_reply {
    margin-left: 10px;
    cursor: pointer;
    display: none;
}

.forum-detail-content .poster {
    color: #42a6d7;
    font-weight: 600;
    font-size: 1rem;
}

.forum-detail-content .posttime {
    color: #8f8f8f;
    font-size: 1rem;
    margin-top: -7px;
}

    .forum-detail-content .posttime .fa {
        padding: 0 5px;
        margin-left: 5px;
    }

nav > #back {
    float: left;
    margin-top: 20.5px;
    margin-right: 10px;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
}

    nav > #back:hover {
        color: #fff;
        background-color: #337ab7;
        border-color: #0275d8;
    }

/*交流論壇CSS style end*/

/*創意競賽CSS Style Start*/

.cc-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 17px;
}

.cc-list-box {
    width: 300px;
    height: 500px;
    margin: 15px 10px;
    cursor: pointer;
}

    .cc-list-box div {
        /*background: url("http://epaper.wra.gov.tw/Upload/RelPic/ArticleByDep/316/622eb938-7941-48f6-b8da-5981c4282dbd.jpg") no-repeat;*/
        background-size: 100% 100% !important;
        height: 424px;
        border: 1px solid lightgray;
    }

    .cc-list-box p {
        text-align: center;
        margin-top: 10px;
        font-weight: bold;
        font-size: 0.9375rem;
    }

.cc-content {
    float: left;
    width: 60%;
}

.cc-poster {
    float: right;
}

    .cc-poster > div {
        margin-top: 10px;
        text-align: center;
    }

.cc-menu {
    margin-top: 15px;
}

    .cc-menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: table;
        width: 100%;
        border: 1px solid lightgray;
        border-top: none;
    }

        .cc-menu ul:nth-child(1) {
            background: green;
            color: white;
            border: none;
        }

        .cc-menu ul li {
            padding: 8px;
            width: 100px;
            display: table-cell;
        }

            .cc-menu ul li:nth-child(1) {
                width: 50px;
            }

            .cc-menu ul li:nth-child(5) {
                width: 150px;
            }

    .cc-menu li a.bg-pdf {
        background: rgb(63, 153, 77);
        padding: 1px 8px;
        color: white;
        border-radius: 25px;
        display: inline-block;
        margin: 2px;
    }

    .cc-menu li a.bg-odf {
        background: #ef7845;
        padding: 1px 8px;
        color: white;
        border-radius: 25px;
    }

#popups #formAdd {
    overflow: auto;
}

    #popups #formAdd #imgPoster {
        margin: 0 auto;
        display: block;
        width: 100%;
    }

.competitionImg {
    max-width: 100%;
}

.online-registration {
    background: rgb(251,229,214);
    margin-bottom: 10px;
    width: 100%;
    border-collapse: initial;
}

    .online-registration td,
    .online-registration th {
        padding: 4px 0px 4px 4px;
        border: 1px solid white;
    }

    .online-registration tr:first-child {
        text-align: center;
        background: rgb(112,173,71);
    }

    .online-registration tr th {
        text-align: center;
        background: rgb(208,206,206);
        white-space: nowrap;
        width: 120px;
    }

    .online-registration input[type=text] {
        border-radius: 5px;
        min-height: 24px;
        border: 1px solid rgb(199,197,196);
    }

.required {
    color: red;
    font-size: 1.125rem;
}
/*創意競賽CSS Style End*/


/*教學資源CSS Style Start*/
.subsidycourse-box {
    position: relative;
    width: 50%;
    float: left;
    border-bottom: 1px solid #ececec;
    padding: 15px 0;
}

    .subsidycourse-box > img {
        width: 27%;
        height: 130px;
        float: left;
        border: 3px solid lightgray;
        padding: 4px;
        border-radius: 10px;
    }


    .subsidycourse-box p span {
        /*padding-left: 15px;*/
    }

    .subsidycourse-box .area span {
        position: absolute;
        right: 30px;
        top: 33px;
        /*color: #39C;*/
        color: #000000;
    }

.education .education-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.subsidycourse-box .resource-name {
    width: 181px;
    margin-left: 5.2em !important;
    text-indent: -5em;
}

.subsidycourse-box .box-content {
    margin: 15px;
    float: left;
    color: #666;
    font-family: Microsoft JhengHei;
    max-width: 50%;
}

    .subsidycourse-box .box-content > p {
        margin: 3px;
    }

.eduresource-detail {
    width: 100%;
    padding: 40px;
}

    .eduresource-detail .eduresource-info {
        float: left;
        width: 70%;
    }

        .eduresource-detail .eduresource-info > p {
            font-size: 1rem;
        }

    .eduresource-detail .eduresource-image {
        float: left;
        text-align: right;
        width: 30%;
    }

        .eduresource-detail .eduresource-image img {
            width: 210px;
        }

        .eduresource-detail .eduresource-image .aApplyDownload {
            display: block;
            font-size: 1rem;
            margin-right: 60px;
            cursor: pointer;
        }

.news-detail #back {
    margin-left: 40px;
}
/*教學資源CSS Style End*/


/*Captcha CSS Style Start*/

.captcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}

    .captcha #CaptchaImage {
        margin-left: 14px;
        height: 44px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .captcha a {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        display: block;
    }

#formForget .captcha input,
#formSendAuth .captcha input {
    display: block;
    width: 35%;
    height: 34px;
    padding: 6px 12px;
    font-size: 0.875rem;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
/*Captcha CSS Style End*/

/*課程補助CSS Style start*/
#subsidycourse-table th,
#subsidycourse-table td {
    padding: 10px 3px !important;
    vertical-align: middle;
}

    #subsidycourse-table th:nth-child(2),
    #subsidycourse-table th:nth-child(3),
    #subsidycourse-table td:nth-child(2),
    #subsidycourse-table td:nth-child(3) {
        text-align: center;
    }

    #subsidycourse-table th:last-child {
        width: 70px;
    }

    #subsidycourse-table th:nth-child(5) {
        width: 114px;
    }
/*課程補助CSS Style End*/


/*Other Page CSS Style Start*/
.cc-content .other-cc-link {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 1rem;
}

    .cc-content .other-cc-link a {
        margin: 10px;
    }
/*Other Page CSS Style End*/


/*網站地圖 CSS Style Start*/

#divSiteMap {
    color: #444444;
}

    #divSiteMap > ul > li {
        margin: 10px;
        border-bottom: 1px solid #cbcbcb;
    }

    #divSiteMap ul li {
        padding: 5px 0px;
    }

        #divSiteMap ul li a {
            font-size: 1rem;
            color: #444444;
        }

    #divSiteMap li .fa {
        cursor: pointer;
        padding-left: 10px;
    }
    /*預設隱藏*/
    #divSiteMap ul.list-unstyled {
        display: none;
    }

    /*如果只有一層隱藏箭頭圖案*/
    #divSiteMap > ul li:nth-child(4) .fa {
        display: none;
    }

/*網站地圖 CSS Style End*/

/* 創意競賽 入圍作品 CSS Style Start */

.creative-video-row .creative-video-box + .creative-video-box {
    margin-top: 25px;
}

.creative-video-row .creative-video-box .box-content .video-thumbnail {
    display: inline-block;
    vertical-align: top;
}

.creative-video-row .creative-video-box .box-content .video-info {
    display: inline-block;
    vertical-align: top;
    margin-left: 25px;
    max-width: 530px;
}

    .creative-video-row .creative-video-box .box-content .video-info p {
        margin: 3px 0 0 71px;
        text-indent: -71px;
    }

.creative-video-row .creative-video-box .box-content .video-thumbnail .video-note {
    margin-top: 5px;
    max-width: 210px;
}

/* 創意競賽 入圍作品 CSS Style End */


/*手機header footer補滿*/
/*@media screen and (max-width: 500px) {
    .header, .footer {
        width: 1063px !important;*/ /*1024  20180403 by Andy*/
/*}
}*/

/*網站相容性調整*/
/*IE8.9.10*/
@media screen\0 {
    .header, .footer {
        min-width: 1024px;
        width: 100% !important;
    }

    .main .menu ul li {
        padding: 11px 29.5px 10px 29.5px;
    }
}
/*IE8*/
@media \0screen {
    .link-box h5 {
        left: 0% !important;
    }

    .member-login {
        background: rgb(10, 61, 16);
        border-radius: 14px;
        behavior: url(../../Scripts/pie/PIE.htc);
    }

    .main-right {
        position: relative;
        z-index: 1;
    }

        .main-right input {
            position: relative;
            top: 0px;
            left: -4px;
            padding-top: 5px;
            border-radius: 20px;
            border: 1px solid darkgray;
            behavior: url(../../Scripts/pie/PIE.htc);
        }

    .header .main-right .search {
        top: 11px;
    }

    .owl-theme .owl-dots .owl-dot span {
        border-radius: 30px;
        behavior: url(../../Scripts/pie/PIE.htc);
    }

    .main .menu ul li {
        padding: 11px 29.5px 10px 29px;
    }

    iframe {
        width: 295px !important;
        height: 100% !important; /*187px*/
        overflow: auto;
    }

    .owl-theme .owl-nav.disabled + .owl-dots {
        top: 0px !important;
    }
}
/*Firefox*/
@-moz-document url-prefix(max-width: 500px) {
    .header,
    .footer {
        width: 1063px !important;
    }
}

@-moz-document url-prefix() {
    .page-right-content .option-search {
        position: relative;
        top: -12px;
    }

    .header .main-right {
        margin-top: 52px !important;
    }

    .top-link {
        margin-right: 9px;
        padding-right: 0px;
    }
}
/*IE9*/
@media screen\0 {
    .footer .footer-button button {
        filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#404040,endColorStr=#7ab105) !important;
        border-radius: 1px !important;
    }
}
/*無障礙隱藏文字*/
.hiddenText {
    color: rgba(0,0,0,0);
    user-select: none
}

.news-button a.btnblue:focus,
.news-button a.btnblue:hover {
    color: rgb(231, 231, 231);
}

.mobile-video {
    display: none;
}

.content_a {
    position: absolute;
    left: 400px;
}

.mobile-footer-text {
    display: none;
}

.mobile-nav {
    display: none;
}

.download-content {
    margin: 2rem 0
}

.mobile-page-menu {
    display: none;
}

.verificationDiv {
    display: flex;
    align-items: center;
}

.education #ddl_type,
.education #ddl_area,
.education #ddl_contact {
    width: 130px;
}

hr {
    opacity: 1;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.page-option .dropDown_Area {
    width: 17%;
}

.close {
    border-width: 0px;
    background-color: white;
}

.type_contact_name {
    color: white;
    background: red;
    padding: 5px;
    position: absolute;
    top: 160px;
    left: 0;
    width: 28%;
}

.competitionDiv {
    display: flex;
    width: 50%;
    padding: 15px 0px;
}

.competitionImgDiv {
    width: 25%;
    max-width: 25%;
    position: relative;
    display: flex;
    align-items: center;
    border: 3px solid lightgray;
    border-radius: 10px;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.cc-menu table td a.bg-pdf {
    background: rgb(63, 153, 77);
    padding: 1px 8px;
    color: white;
    border-radius: 25px;
    display: inline-block;
    margin: 2px;
}

.cc-menu table td a.bg-odf {
    background: #ef7845;
    padding: 1px 8px;
    color: white;
    border-radius: 25px;
}

@media screen and (max-width: 1199px) {
    #LoginModal {
        margin-top: -17px;
    }

        #LoginModal .modal-dialog {
            width: 100%;
        }

        #LoginModal .modal-content {
            height: auto;
            background-size: cover;
        }

        #LoginModal .modal-body label {
            margin-top: 25px;
        }

        #LoginModal .modal-body {
            flex: 0;
        }

    .verificationDiv {
        display: block;
    }

    .captcha {
        display: block;
    }

    #LoginModal input#CaptchaInputText {
        width: 100%;
        margin-left: 25px;
    }

    #LoginModal .modal-footer {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        height: 130px;
    }

        #LoginModal .modal-footer button {
            margin: 0px;
        }

    #LoginModal input[type=text],
    #LoginModal input[type=password] {
        width: 100%;
    }

    .captcha-hide {
        display: none;
    }

    .verificationFun {
        margin-left: 25px;
        height: 40px;
    }
}

@media screen and (max-width: 767px) {
    .modal-lg, .modal-xl {
        --bs-modal-width: 80%;
    }

    #LoginModal .modal-footer {
        height: 175px;
    }

        #LoginModal .modal-footer a {
            margin-top: -60px;
        }

    .mobile-nav {
        display: block;
    }

    .member-login {
        color: white;
        border-radius: 14px;
        border: none;
        background: rgb(10, 61, 16);
        height: 56px;
        font-weight: bold;
        white-space: nowrap;
    }

    .header {
        width: 100%;
        display: block;
        height: 57px;
        min-width: 100%;
    }

    .content_a {
        position: absolute;
        left: 0px;
    }

    .header .main {
        width: 100%;
    }


        .header .main .menu {
            display: none;
        }

    .header .top-border {
        display: none;
    }

    .header .main-left {
        width: 100%;
        float: none;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 13px;
    }

        .header .main-left img {
            margin-left: 0px;
            width: 180px;
            height: 32px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

    .header .main-right {
        display: none;
    }

    .content {
        width: 100%;
        margin: 0px;
    }

        .content .left-banner {
            width: 100%;
        }

            .content .left-banner .owl-dots {
                margin-top: -35px;
                position: relative;
                z-index: 0;
            }

        .content .right-content {
            display: none;
        }

    .left-info {
        width: 100%;
        height: auto;
        margin-bottom: 40px;
    }

    .news-button {
        display: flex;
        justify-content: space-evenly;
        text-align: center;
    }

    .left-info .btnnews {
        left: 0px;
    }

    .news-list {
        margin-right: 15px;
    }

        .news-list ul li {
            white-space: pre-wrap;
            border-bottom: 1px solid lightgray;
        }

        .news-list ul {
            display: table;
        }

        .news-list p {
            font-size: 1rem;
            bottom: -40px;
        }

        .news-list li {
            display: table-row;
        }

            .news-list li span {
                display: table-cell;
            }

            .news-list li .news-date {
                color: #FFFFFF;
                background-color: #667080;
                text-align: center;
                padding-top: 16px;
                padding-bottom: 16px;
                padding-left: 8px;
                padding-right: 8px;
            }

    .mid-content {
        height: auto;
    }

    .right-info {
        float: none;
        width: 96%;
        margin-left: 20px;
    }

        .right-info div {
            width: 45%;
        }

        .right-info .member-area {
            width: 45%;
            background-size: cover;
            height: 94px;
        }

        .right-info .link-box.join-member label {
            width: 100%;
            margin-top: 20px;
            margin-left: 0px;
            left: 0px;
            text-align: center;
        }

        .right-info .join-member {
            width: 45%;
            background-size: cover;
            height: 94px;
        }

        .right-info .link-box.join-member label {
            width: 100%;
            margin-top: 20px;
            margin-left: 0px;
            left: 0px;
            text-align: center;
        }

        .right-info .league-area {
            margin-left: 25px;
            background-size: cover;
            height: 94px;
        }

        .right-info .link-box.league-area label {
            width: 100%;
            margin-top: 20px;
            margin-left: 0px;
            left: 0px;
            text-align: center;
        }

        .right-info .climate-material {
            width: 45%;
            background-size: 100% auto;
            background-repeat: no-repeat;
            height: 94px;
        }

        .right-info .related-link {
            width: 45%;
            background-size: 100% auto;
            background-repeat: no-repeat;
            height: 94px;
            margin-left: 25px;
        }

        .right-info .link-box.climate-material {
            width: 45%;
        }

        .right-info .link-box label {
            left: 0px;
            text-align: center;
        }

        .right-info .link-box.related-link {
            width: 45%;
        }

    .bottom-content {
        width: 95%;
        height: auto;
        margin-left: 20px;
        margin-right: 20px;
        display: flow-root;
    }

        .bottom-content .link-box {
            width: 32%;
        }

    .mobile-video {
        margin-top: 15px;
        display: block;
    }

    .mobile-content-video {
        background: url(../images/index/video.png) no-repeat;
        float: left;
        width: 95%;
        height: 105%;
        background-size: cover;
        margin-left: 20px;
        margin-right: 20px;
    }

        .mobile-content-video iframe {
            margin: 24px;
            border: none;
        }

    .owl-theme .owl-nav.disabled + .owl-dots {
        position: relative;
        top: -12px;
    }

    .footer {
        min-width: 100%;
        background-position: top;
        background-size: cover;
    }

    .footer-content {
        width: 100%;
        height: 520px;
    }

    .footer .footer-logo {
        position: absolute;
        bottom: 250px;
        left: unset;
        margin: 0 auto;
        margin-left: 48px;
    }

    .footer .footer-button {
        position: absolute;
        left: 0px;
        bottom: 180px;
        width: 90%;
        margin-left: 48px;
    }

        .footer .footer-button button {
            width: 40%;
        }

    .footer .footer-icon {
        position: absolute;
        left: 0px;
        right: 32px;
        bottom: 20px;
        margin-left: 48px;
    }

    .footer .footer-text {
        position: absolute;
        right: unset;
        left: 0px;
        bottom: 70px;
        margin-left: 48px;
    }

    .mobile-footer-text {
        display: block;
    }

    .footer .visitors {
        position: absolute;
        left: 0px;
        bottom: 0px;
        margin-left: 48px;
    }

    .btnMobileClose {
        width: 57px;
        height: 57px;
        margin-top: -16px;
        margin-left: -16px;
        color: #FFFFFF;
        background-color: #3F994D;
        border: 0px;
        position: relative;
        z-index: 99;
    }

        .btnMobileClose span {
            font-size: 1.875rem;
        }

    .menu-top {
        width: 100%;
        float: none;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 13px;
    }

        .menu-top img {
            margin-left: 0px;
            width: 180px;
            height: 32px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

    .mobileTopBtn {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 7px 32px;
        gap: 10px;
    }

        .mobileTopBtn button {
            width: 50%;
            border-radius: 30px;
        }

    .mobile-menu {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        padding: 7px 32px;
    }

        .mobile-menu button {
            width: calc(50% - 20px); /* 兩個按鈕佔滿一行 */
            background-color: #EBEBEB;
            border: none;
            padding: 10px;
            text-align: center;
            box-sizing: border-box;
            display: flex;
            justify-content: center; /* 水平置中 */
            align-items: center; /* 垂直置中 */
            text-align: center;
        }

            .mobile-menu button:nth-child(2n-1) {
                margin-right: 27px; /* 為每行的第一個按鈕添加 margin-right */
            }

    /*.mobile-menu a {
        margin-bottom: 20px;
    }*/

    .mobile-Search {
        margin-top: 15px;
    }

    .mobileTxtSearch {
        box-sizing: border-box;
        width: 299px;
        height: 32px;
        /* White */

        background: #FFFFFF;
        /* Primary */

        border: 1px solid #667080;
        border-radius: 60px;
        /* Inside auto layout */

        flex: none;
        order: 1;
        flex-grow: 1;
    }

    .mobileBtnSearch {
        background: url(../images/index/search_icon.png);
        width: 31px;
        height: 31px;
        background-color: transparent;
        background-position: center;
        border: none;
        position: relative;
        top: -5px;
        color: rgba(0,0,0,0);
        user-select: none
    }

    .mobileBottonBtn {
        display: flex;
        /*flex-wrap: wrap;
        justify-content: space-around;*/
        align-items: center;
        /*gap: 10px;*/
        gap: 30px;
        /*margin-top: 15px;*/
    }

        .mobileBottonBtn button {
            border: none;
            /*background: rgb(10, 61, 16);*/
            height: 56px;
            font-weight: bold;
            white-space: nowrap;
            /*border-radius: 10px;*/
            width: 48%;
            color: #000000;
        }

        .mobileBottonBtn a {
            font-weight: bold;
            color: #000000;
        }

        .mobileBottonBtn .btnEnglish {
            width: 100%;
        }

    .mobile-footer {
        background-color: #8FC422;
        justify-content: center;
    }

    .page-content {
        width: 100%;
        margin: unset;
    }

        .page-content .page-menu {
            display: none;
        }

    .page-right-content {
        width: 96%;
        margin-left: 15px;
        margin-top: 15px;
    }

        .page-right-content #main_content {
            display: none;
        }

    .page-breadcrumb {
        bottom: unset;
        height: unset;
    }

    .mobile-hide {
        display: none;
    }

    .page-right-content .pagination {
        display: block;
    }

    .download-content {
        margin: 0.5rem 0;
    }

    .subsidycourse-box .box-content {
        max-width: 60%;
    }

    .subsidycourse-box .resource-name {
        width: unset;
    }

    .mobile-page-menu {
        display: block;
    }

    .mobile-menu-select {
        width: 30%;
        margin-left: 15px;
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .forum-menu {
        width: 100%;
    }

        .forum-menu li {
            width: 48%;
            padding-top: 5px;
        }

    .page-content .detail {
        width: 98%;
    }

    .pageImg {
        width: 100%
    }

    .subsidycourse-box .area span {
        position: unset;
    }

    table, thead, tbody, th, td, tr {
        display: block;
    }

        thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    tr {
        border: 1px solid #ccc;
        margin-bottom: 10px;
    }

    td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

    /* td:before {
            position: absolute;
            width: 45%;
            padding-right: 10px;
            height: auto;
        }*/

    .page-right-content .option-table tr td:first-child {
        background: unset;
        text-align: left;
    }

    .page-right-content .option-table tr td {
        text-align: left;
        padding-left: 32% !important;
    }

    .page-right-content .option-table tbody td.news-title {
        max-width: unset;
    }

    td::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 30%;
        height: 100%;
        background-color: #667080;
        color: white;
        padding-top: inherit;
        padding-left: 10px;
    }

    .page-option {
        display: block;
    }

        .page-option label {
            width: 15%;
        }

        .page-option select {
            width: 78%;
        }

        .page-option .search-bar {
            width: 100%;
            float: left;
        }

        .page-option .dropDown_Area {
            width: 78%;
        }

    .SerchTxt {
        width: 50%;
    }

    .tableMarginTop {
        margin-top: 40px;
    }

    .forum-list {
        display: flex;
        align-items: stretch;
        flex-direction: column;
    }

        .forum-list li {
            height: auto;
        }

    .forum-list-content {
        width: 83%;
    }

    .forum-list li .forum-list-content h4 {
        width: 100%;
    }

    .forum-list li .forum-list-count .fa.fa-eye {
        right: 45px;
    }

        .forum-list li .forum-list-count .fa.fa-eye + span {
            left: -50px;
        }

    .forum-list li .forum-list-count .fa.fa-comments-o {
        left: -30px;
    }

        .forum-list li .forum-list-count .fa.fa-comments-o + span {
            left: -3px;
        }

    .detail .pre-white {
        overflow: hidden;
        margin-right: 15px;
    }
}

@media screen and (max-width: 636px) {
    .forum-menu li {
        width: 95%;
        padding-top: 5px;
    }
}

@media screen and (max-width: 575px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }

    .right-info {
        width: 95%;
    }

        .right-info .link-box.climate-material {
            width: 94%;
        }

        .right-info .link-box.related-link {
            width: 94%;
            margin-left: 0px;
        }

        .right-info .league-area {
            margin-left: 15px;
        }

    .bottom-content .link-box.large-box {
        width: 94%;
        margin-left: 0px;
    }

    .bottom-content .link-box {
        width: 46%;
        margin-left: 0px;
        margin-right: 5px;
    }

    #LoginModal .modal-dialog {
        width: 90%;
    }

    .subsidycourse-box {
        width: 100%;
    }

    .education #ddl_type,
    .education #ddl_area,
    .education #ddl_year,
    .education #ddl_contact {
        width: 60%;
    }

    .education .lb_type_area {
        width: 20%;
        margin-top: 15px;
    }

    .mobile-menu-select {
        width: 90%;
    }

    .eduresource-detail .eduresource-image img {
        width: 120%;
    }

    .eduresource-detail .eduresource-image .aApplyDownload {
        margin-right: 0px;
    }

    .subsidycourse-box .area span {
        position: absolute;
    }

    .type_contact_name {
        width: unset;
    }

    .competitionDiv {
        width: 100%;
    }
}
