@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700&display=swap");
/*-- GLOBAL 區塊*/
/* setting  */
body {
    background-color: #fff;
    color: #333;
    font-family: "Noto Sans TC", "Microsoft JhengHei", Arial;
    font-size: 1.125rem;
    font-size: 115%;
    letter-spacing: 0.07rem;
    overflow-x: clip;
    padding: 0;
}

a {
    color: #636363;
    text-decoration: none;
    transition: all 0.3s;
}

    a:hover {
        color: #387D37;
    }

p {
    margin: 0;
    line-height: 1.5;
}

ul {
    padding-top: inherit;
}

button {
    border: 0px solid transparent;
}

.text_primary {
    color: #387D37;
}

.text_secondary {
    color: #5FADA4;
}

/* 無障礙設定 */
/*-- keyboard-focus -- */
/*-- 視覺隱藏 */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/*-- 導盲磚 */
.aplus-box {
    height: 20px;
    line-height: 18px;
    left: -10px;
    position: absolute;
    top: 0;
    width: 20px;
    z-index: 10;
}

    .aplus-box a {
        color: rgba(255, 255, 255, 0.2784313725) !important;
        color: rgba(192, 192, 192, 0.2784313725) !important;
    }

/* --輸入欄-- */
input:focus {
    color: #506981;
    border-color: #80bdff;
    outline: 0;
    -moz-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    border-radius: 5px;
    -moz-border-radius: 5px;
}

/*-- 頁碼樣式 --*/
.page-btn-box {
    position: relative;
    margin: 30px 0;
    z-index: 1;
}

    .page-btn-box span {
        margin: 20px 0;
        display: inline-block;
    }

#MainContent_DataPager1 > .aspNetDisabled {
    display: none;
}

#MainContent_DataPager1 > a {
    display: inline-block;
    cursor: pointer;
    margin: 6px 4px 0px 4px;
    padding: 5px 12px;
    border: none;
    border-radius: 20px;
    background-color: #f1f1f1;
    text-decoration: none;
    font-size: 1rem;
}

    #MainContent_DataPager1 > a:hover {
        background: #387D37;
        color: #fff;
    }

#MainContent_DataPager1 > span {
    margin: 6px 4px 0px 4px;
    padding: 5px 12px;
    background-color: #387D37;
    border-radius: 50%;
    font-size: 1rem;
    color: #fff;
}

/* width */
.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-35 {
    width: 35% !important;
}

.w-40 {
    width: 40% !important;
}

.w-45 {
    width: 45% !important;
}

.w-60 {
    width: 60% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.w-90 {
    width: 90% !important;
}

/*-- Template 樣板區塊 --*/
/* Header */
.topBox {
    position: relative;
    width: 100%;
    background-color: #fff;
    z-index: 99;
}

@media (max-width: 1280px) {
    .topBox {
        border-top: 4px solid #387D37;
    }
}

.topBox .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    height: 100px;
    padding: 0 40px;
    margin: 0 auto;
    box-sizing: border-box;
}

@media (max-width: 1366px) {
    .topBox .wrap {
        padding: 0 20px;
    }
}

@media (max-width: 576px) {
    .topBox .wrap {
        height: 60px;
    }
}

/*LOGO*/
.logo {
    padding-left: 20px;
    margin-bottom: 0;
    width: 364px;
}

@media (max-width: 1280px) {
    .logo {
        padding: 0;
    }
}

@media (max-width: 576px) {
    .logo {
        width: 280px;
    }
}

.logo .logo-link {
    display: block;
    background: url("../images/logo.svg") no-repeat left center;
    width: 364px;
    height: 61px;
    margin: 0;
    text-indent: -9999px;
}

@media (max-width: 576px) {
    .logo .logo-link {
        width: 100%;
        height: auto;
        background-size: contain;
        margin-bottom: 0;
    }
}

/*上方選單 .topmenu*/
.topBox .topMenu-box {
    padding: 0 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

@media (max-width: 1280px) {
    .topBox .topMenu-box {
        padding-right: 0;
    }
}

/*-- 上方連結 --*/
.topLinkBox {
    display: flex;
    align-items: center;
}

@media (max-width: 576px) {
    .topLinkBox {
        display: none;
    }
}

.topLinkBox a.linkBtn {
    position: relative;
    font-size: 1rem;
    padding: 30px 0;
    margin-left: 30px;
    color: #387D37;
}

@media (max-width: 1280px) {
    .topLinkBox a.linkBtn {
        margin-left: 0;
        margin-right: 30px;
    }
}

@media (max-width: 576px) {
    .topLinkBox a.linkBtn {
        margin-right: 20px;
    }
}

.topLinkBox a.linkBtn:hover {
    color: #5FADA4;
}

.mobileMenuBtn {
    display: none;
    position: relative;
    padding: 0;
    width: 30px;
    height: 24px;
    background-color: #FFF;
}

@media (max-width: 1280px) {
    .mobileMenuBtn {
        display: inline-block;
    }
}

.mobileMenuBtn span.mid {
    font-size: 0;
    text-indent: -9999;
}

    .mobileMenuBtn span.mid::before, .mobileMenuBtn span.mid::after {
        content: "";
        position: absolute;
        width: 30px;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .mobileMenuBtn span.mid::before {
        height: 2px;
        background-color: #778e52;
    }

    .mobileMenuBtn span.mid::after {
        height: 16px;
        border-top: 2px solid #778e52;
        border-bottom: 2px solid #778e52;
    }

/* -----主視覺------- */
.banner-box {
    padding: 0 60px;
}

@media (max-width: 1366px) {
    .banner-box {
        padding: 0 40px;
    }
}

@media (max-width: 1280px) {
    .banner-box {
        padding: 0 20px;
    }
}

.banner-box .bannerList .owl-stage-outer {
    border-radius: 30px;
}

/* ------ 側邊連結 ------- */
.extendBox {
    position: fixed;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

@media (max-width: 576px) {
    .extendBox {
        display: none;
    }
}

.extendBox .link-item {
    transition: all 0.3s;
    margin-bottom: 8px;
}

    .extendBox .link-item .linkBtn {
        display: block;
        margin: 0 auto;
        width: 40px;
        height: 40px;
        border-radius: 40px;
        overflow: hidden;
        background-color: #77AE4F;
        background-repeat: no-repeat;
        background-position: center right;
        transition: all 0.3s;
    }

        .extendBox .link-item .linkBtn span {
            display: none;
            font-size: 0;
            color: #77AE4F;
        }

    .extendBox .link-item:hover {
        transition: all 0.3s;
    }

        .extendBox .link-item:hover .linkBtn {
            width: auto;
            padding: 7px 48px 7px 16px;
            transition: all 0.3s;
        }

            .extendBox .link-item:hover .linkBtn span {
                display: block;
                font-size: 1.125rem;
                color: #fff;
            }

.link-item .linkBtn.home {
    background-image: url(../images/link-home.png);
}

.link-item .linkBtn.news {
    background-image: url(../images/link-news.png);
}

.link-item .linkBtn.about {
    background-image: url(../images/link-about.png);
}

.link-item .linkBtn.edu {
    background-image: url(../images/link-edu.png);
}

.link-item .linkBtn.yt {
    background-image: url(../images/link-yt.png);
}

.link-item .linkBtn.contact {
    background-image: url(../images/link-contact.png);
}

/*-- btn-top--回到頂端按鈕 --*/
.btn-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 30px;
    bottom: -100px;
    width: 45px;
    height: 45px;
    color: #666;
    text-align: center;
    z-index: 99;
    transition: bottom 0.5s;
}

    .btn-top:hover {
        color: #B6C14B;
    }

@media (max-width: 414px) {
    .btn-top:hover {
        display: none;
    }
}

.btn-top.bottom {
    bottom: 50px;
    color: #cfcfcf;
}

    .btn-top.bottom .text-top {
        white-space: nowrap;
    }

    .btn-top.bottom:hover {
        color: #5b5b5b;
    }

/* Footer */
.footer {
    background: #5FADA4;
    position: relative;
}

    .footer .footer-box {
        color: #222;
        position: relative;
        padding: 100px 0 20px;
        font-size: 1rem;
        line-height: 1.7;
    }

        .footer .footer-box a {
            color: #222;
        }

            .footer .footer-box a:hover {
                color: #ffe484;
            }

    .footer .footer-logo {
        display: block;
        width: 268px;
        margin-bottom: 1rem;
    }

        .footer .footer-logo img {
            width: 268px;
        }

@media (max-width: 280px) {
    .footer .footer-logo img {
        width: 250px;
    }
}

.footer .power-logo {
    display: block;
    width: 187px;
}

    .footer .power-logo img {
        width: 100%;
    }

@media (max-width: 280px) {
    .footer .power-logo {
        width: 250px;
    }
}

.footer .footer-inf {
    text-align: left;
}

.footer .browse {
    align-items: flex-end;
}

.footer .copyright {
    text-align: center;
    margin-top: 150px;
}

/* -------------Template end--------------- */
/*桌機導覽列主選單*/
.menu-box {
    position: relative;
    z-index: 20;
    display: inline-block;
}

@media (max-width: 1280px) {
    .menu-box {
        display: none;
    }
}

.menu-box ul {
    margin: 0;
    list-style: none;
    padding-left: 0;
}

    .menu-box ul li.menu-line {
        position: relative;
        text-align: start;
    }

        .menu-box ul li.menu-line a.hvr-reveal {
            display: block;
            padding: 15px 20px;
            color: #333;
        }

#navmenu-v {
    align-items: center;
}

    #navmenu-v > li.menu-line > a.hvr-reveal {
        padding: 36px 20px;
    }

        #navmenu-v > li.menu-line > a.hvr-reveal::after {
            content: "";
            position: absolute;
            width: 0;
            height: 5px;
            left: 0;
            bottom: 0;
            background-color: #387D37;
        }

        #navmenu-v > li.menu-line > a.hvr-reveal:hover {
            color: #387D37;
        }

            #navmenu-v > li.menu-line > a.hvr-reveal:hover::after {
                width: 100%;
            }

        #navmenu-v > li.menu-line > a.hvr-reveal.contactBtn {
            color: #fff;
        }

            #navmenu-v > li.menu-line > a.hvr-reveal.contactBtn::before {
                content: "";
                position: absolute;
                z-index: -1;
                background-color: #5FADA4;
                border-radius: 30px;
                width: 100px;
                height: 28px;
                left: 50%;
                transform: translateX(-50%);
            }

    #navmenu-v li.menu-line ul.WebMenuList2 {
        display: none;
    }

    #navmenu-v li.menu-line:hover ul.WebMenuList2 {
        display: block;
        width: 180px;
    }

/* 桌機主選單 deskMenu-第2層以下 */
ul#navmenu-v ul li a {
    background-color: #f0f7e2;
    border-bottom: dashed 1px #ccc;
}

    ul#navmenu-v ul li a:hover {
        background-color: #B6C14B;
    }

ul#navmenu-v ul li:last-child a.hvr-reveal {
    border: none;
}

/* 桌機主選單 deskMenu-第2層 */
ul#navmenu-v ul.WebMenuList2 {
    content: "";
    position: absolute;
    top: 100px;
    left: 0;
    width: 180px;
    z-index: 99;
}

    ul#navmenu-v ul.WebMenuList2 li.menu-line a.hvr-reveal {
        padding: 15px 20px;
    }

    /* 桌機主選單 deskMenu-第3層 */
    ul#navmenu-v ul.WebMenuList2 li.menu-line ul.WebMenuList3 {
        display: none;
    }

    ul#navmenu-v ul.WebMenuList2 li.menu-line:hover ul.WebMenuList3 {
        display: block;
        width: 180px;
        content: "";
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 99;
    }

        ul#navmenu-v ul.WebMenuList2 li.menu-line:hover ul.WebMenuList3 li a {
            border-bottom: dashed 1px #ccc;
        }

        ul#navmenu-v ul.WebMenuList2 li.menu-line:hover ul.WebMenuList3 li:last-child a.hvr-reveal {
            border: none;
        }

/* 桌機主選單 deskMenu-第4層 */
ul#navmenu-v ul.WebMenuList3 li.menu-line ul.WebMenuList4 {
    display: none;
}

/* 手機選單 */
.mobileMenu {
    width: 50%;
    height: 100%;
    overflow-y: scroll;
    background-color: #255324;
    padding: 15px 20px 15px 40px;
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 1000;
    text-align: right;
}

@media (max-width: 576px) {
    .mobileMenu {
        width: 100%;
    }
}

.mobileMenu a.off {
    font-size: 1.5rem;
    transition: color 0.3s;
}

    .mobileMenu a.off svg {
        color: #fff;
    }

    .mobileMenu a.off span {
        font-size: 0;
        text-indent: -999px;
    }

.mobileMenu ul {
    list-style: none;
    padding-left: 0;
}

ul#navmenu-v2 {
    width: 100%;
    margin: 0;
}

    ul#navmenu-v2 li {
        width: 100%;
        position: relative;
        line-height: 40px;
        border-bottom: rgba(255, 255, 255, 0.513) solid 1px;
    }

        ul#navmenu-v2 li.child::after {
            content: "";
            display: inline-block;
            position: absolute;
            pointer-events: none;
            top: 10px;
            right: 26px;
            border: solid 3px #fff;
            border-width: 0px 3px 3px 0;
            padding: 5px;
            transform: rotate(45deg);
        }

        ul#navmenu-v2 li:last-child {
            border-bottom: none;
        }

        ul#navmenu-v2 li a {
            padding: 0 10px;
            display: block;
            text-align: left;
            color: #fff;
        }

    /* mobile-menu 第2層 手機選單 */
    ul#navmenu-v2 ul {
        display: none;
        background-color: rgba(60, 131, 72, 0.8392156863);
    }

        ul#navmenu-v2 ul li {
            border-bottom: rgba(255, 255, 255, 0.513) solid 1px;
        }

            ul#navmenu-v2 ul li a {
                margin-left: 1rem;
            }

        /* mobile-menu 第3層 手機選單 */
        ul#navmenu-v2 ul ul {
            background-color: rgba(86, 104, 74, 0.8392156863);
        }

            ul#navmenu-v2 ul ul li {
                border-bottom: rgba(255, 255, 255, 0.513) solid 1px;
            }

                ul#navmenu-v2 ul ul li a {
                    margin-left: 2rem;
                }

            /* mobile-menu 第4層 手機選單 */
            ul#navmenu-v2 ul ul ul {
                background-color: rgba(79, 96, 68, 0.8392156863);
            }

                ul#navmenu-v2 ul ul ul a {
                    margin-left: 3rem;
                }

                /* mobile-menu 第5層 手機選單 */
                ul#navmenu-v2 ul ul ul ul {
                    background-color: rgba(72, 86, 63, 0.8392156863);
                }

                    ul#navmenu-v2 ul ul ul ul a {
                        margin-left: 4rem;
                    }

/* 手機特殊連結 --------------------------*/
.mobile-link {
    margin-top: 1rem;
}

    .mobile-link a.block-btn {
        display: inline-block;
        padding: 5px 12px;
        background-color: #77AE4F;
        border: 1px solid #77AE4F;
        border-radius: 30px;
        color: #fff;
        transition: all 0.3s;
        display: block;
        text-align: center;
        width: 100%;
        padding: 8px 12px;
        margin-bottom: 0.5rem;
        border-radius: 30px;
    }

        .mobile-link a.block-btn:hover {
            background-color: #5f8b3f;
            border: 1px solid #5f8b3f;
            color: #fff;
            transition: all 0.3s;
        }

        .mobile-link a.block-btn:focus {
            border-radius: 20px;
            color: #fff;
        }

        .mobile-link a.block-btn:active {
            background-color: #5f8b3f !important;
            border: 1px solid #5f8b3f;
            color: #fff !important;
        }

        .mobile-link a.block-btn:focus-visible {
            background-color: #5f8b3f;
            border: 1px solid #5f8b3f;
            color: #fff;
            box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0.5098039216);
        }

/*------------首頁區塊 ------------*/
.main-layout {
    margin: 100px 0;
    overflow: hidden;
}

@media (max-width: 576px) {
    .main-layout {
        margin: 40px 0;
    }
}

.main-layout .container {
    position: relative;
}

.boxTitle {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 2rem;
}

    .boxTitle span {
        font-size: 1.5rem;
        font-weight: bold;
        color: #B6C14B;
        margin-right: 0.5rem;
    }

    .boxTitle figure {
        width: 149px;
    }

        .boxTitle figure img {
            width: 100%;
        }

.moreBox {
    text-align: center;
}

    .moreBox .moreBtn {
        display: inline-block;
        padding: 5px 12px;
        background-color: #5FADA4;
        border: 1px solid #5FADA4;
        border-radius: 30px;
        color: #fff;
        transition: all 0.3s;
        position: relative;
        padding: 10px 12px;
        min-width: 248px;
    }

        .moreBox .moreBtn:hover {
            background-color: #4a8f87;
            border: 1px solid #4a8f87;
            color: #fff;
            transition: all 0.3s;
        }

        .moreBox .moreBtn:focus {
            border-radius: 20px;
            color: #fff;
        }

        .moreBox .moreBtn:active {
            background-color: #4a8f87 !important;
            border: 1px solid #4a8f87;
            color: #fff !important;
        }

        .moreBox .moreBtn:focus-visible {
            background-color: #4a8f87;
            border: 1px solid #4a8f87;
            color: #fff;
            box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0.5098039216);
        }

.newsBox {
    position: relative;
    margin-bottom: 150px;
}

    .newsBox .morebox {
        text-align: end;
        margin-bottom: 1rem;
    }

        .newsBox .morebox .morebtn {
            color: #387D37;
        }

            .newsBox .morebox .morebtn:hover {
                color: #B6C14B;
            }

            .newsBox .morebox .morebtn svg {
                margin-left: 4px;
            }

.news-item a {
    display: block;
    position: relative;
}

.news-item .photo {
    position: relative;
    border-radius: 10px;
    margin-left: 26px;
    width: calc(100% - 26px);
    height: 240px;
    overflow: hidden;
}

@media (max-width: 1366px) {
    .news-item .photo {
        max-height: 202px;
    }
}

@media (max-width: 992px) {
    .news-item .photo {
        max-height: 165px;
    }
}

@media (max-width: 414px) {
    .news-item .photo {
        max-height: 202px;
    }
}

.news-item .photo img {
    width: 100%;
    min-height: 100%;
    transition: all 0.3s;
}

.news-item .photo .item-kind {
    position: absolute;
    left: 0;
    bottom: 24px;
    padding: 0px 16px;
    font-size: 1rem;
    color: #333;
}

    .news-item .photo .item-kind.event {
        background-color: #FFE76A;
    }

    .news-item .photo .item-kind.central {
        background-color: #5EC7BA;
    }

.news-item .news-date {
    position: absolute;
    width: 24px;
    color: #5FADA4;
    top: 0;
    left: 0;
    transform: rotate(90deg);
}

.news-item .news-info {
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex-wrap: wrap;
    margin-bottom: 1.375rem;
    margin-left: 26px;
    width: calc(100% - 26px);
    transition: all 0.3s;
}

    .news-item .news-info .item-title {
        font-size: 1.125rem;
        color: #333;
        height: 55px;
        overflow: hidden;
    }

        .news-item .news-info .item-title .sort img {
            display: inline-block;
            width: 32px;
        }

    .news-item .news-info .item-date, .news-item .news-info .item-more {
        margin-top: 0.25rem;
    }

.newsBox .news-item:hover .photo img {
    transform: scale(1.1, 1.1);
}

/*-- search ---------------------*/
.searchBox {
    position: relative;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    min-height: 160px;
}

    .searchBox .searchTitle {
        position: absolute;
        width: 20rem;
        background-color: #fff;
        top: -26px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 1.75rem;
        font-weight: 500;
        color: #387D37;
        text-align: center;
    }

    .searchBox .searchText {
        padding: 0.725rem 1.25rem;
        background-color: #5FADA4;
        color: #fff;
        border-radius: 30px;
    }

@media (max-width: 992px) {
    .searchBox .searchText {
        display: none;
    }
}

.searchBox .searchText svg {
    margin-right: 8px;
}

.searchBox::before {
    content: "";
    position: absolute;
    width: 89px;
    height: 81px;
    top: -77px;
    right: 16%;
    background: url(../images/search-01.png) no-repeat;
    animation: beat 0.8s linear infinite alternate;
}

@media (max-width: 576px) {
    .searchBox::before {
        display: none;
    }
}

@keyframes beat {
    0% {
        top: -77px;
    }

    50% {
        top: -85px;
    }

    100% {
        top: -77px;
    }
}

.search-box {
    z-index: 97;
    border-radius: 8px;
    transition: all 0.8s;
}

    .search-box input:focus {
        color: #0d723c;
        border-color: #80bdff;
        outline: 0;
        -moz-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        -moz-border-radius: 5px;
    }

/*-- Google搜尋列 --*/
.gsc-input-box {
    border-radius: 10px 0 0 10px;
    padding: 0 !important;
}

.gsc-input {
    padding-right: 0 !important;
    letter-spacing: 1px;
}

table.gsc-search-box {
    padding: 2px;
}

    table.gsc-search-box td.gsc-input {
        min-width: calc(100% - 72px);
        max-width: calc(100% - 72px);
    }

    table.gsc-search-box .gsib_a {
        width: 90%;
        height: 60px;
    }

        table.gsc-search-box .gsib_a .gsc-input {
            height: 90% !important;
        }

form.gsc-search-box {
    margin-bottom: 0;
}

#___gcse_1 {
    width: 100%;
}

.gsc-search-button-v2 svg {
    fill: #ffffff !important;
    font-size: 1.15rem;
}

.search-box input[type=search] {
    padding-right: 90px;
    border: 1px solid #666666;
}

    .search-box input[type=search]::-webkit-input-placeholder {
        color: rgb(77, 77, 77);
    }

    .search-box input[type=search]::-moz-placeholder {
        color: rgb(77, 77, 77);
        opacity: 1;
    }

.search-box button {
    position: relative;
    height: 60px;
    width: 72px;
    padding: 6px;
    background: #AFBB3A;
    border-radius: 0 10px 10px 0;
    border: none;
    margin: 0;
}

    .search-box button svg {
        opacity: 0;
    }

    .search-box button::before {
        content: "搜尋";
        position: absolute;
        display: inline-block;
        font-size: 1.125rem;
        letter-spacing: 4px;
        top: 16px;
        left: 7px;
        color: #fff;
        height: 1.125rem;
        width: 4rem;
    }

.search-box a.gsst_a {
    padding: 0 4px;
}

/*------ 關於我們區塊 ------*/
.aboutBox {
    position: relative;
    padding: 250px 0 500px;
}

@media (max-width: 1600px) {
    .aboutBox {
        padding: 190px 0 500px;
    }
}

@media (max-width: 1440px) {
    .aboutBox {
        padding: 180px 0 500px;
    }
}

@media (max-width: 1366px) {
    .aboutBox {
        padding: 160px 0 500px;
    }
}

@media (max-width: 1280px) {
    .aboutBox {
        padding: 250px 0 500px;
    }
}

@media (max-width: 414px) {
    .aboutBox {
        padding: 230px 0 500px;
    }
}

@media (max-width: 375px) {
    .aboutBox {
        padding: 200px 0 500px;
    }
}

@media (max-width: 280px) {
    .aboutBox {
        padding: 150px 0 500px;
    }
}

.aboutBox::before {
    content: "";
    position: absolute;
    z-index: -1;
    background: url(../images/about-bg.png) top center no-repeat;
    background-size: contain;
    width: 100%;
    height: 632px;
    top: 0;
}

@media (max-width: 1280px) {
    .aboutBox::before {
        background-size: cover;
    }
}

@media (max-width: 414px) {
    .aboutBox::before {
        background: url(../images/about-bg-sm.png) top center no-repeat;
        background-size: contain;
    }
}

.aboutBox::after {
    content: "";
    position: absolute;
    z-index: -1;
    background: url(../images/about-bg04.png) no-repeat;
    background-size: cover;
    width: 907px;
    height: 523px;
    right: 0;
    bottom: -23px;
}

@media (max-width: 992px) {
    .aboutBox::after {
        width: 80%;
        height: 450px;
    }
}

@media (max-width: 414px) {
    .aboutBox::after {
        width: 100%;
        height: 237px;
        bottom: -3px;
    }
}

@media (max-width: 375px) {
    .aboutBox::after {
        height: 214px;
    }
}

.aboutBox .boxTitle span {
    color: #FFED53;
}

.aboutBox .boxTitle::before {
    content: "";
    position: absolute;
    background: url(../images/about-title01.png) no-repeat;
    width: 130px;
    height: 134px;
    right: calc(50% - 227px);
    bottom: 0;
}

@media (max-width: 414px) {
    .aboutBox .boxTitle::before {
        width: 100px;
        right: 10px;
    }
}

@media (max-width: 280px) {
    .aboutBox .boxTitle::before {
        display: none;
    }
}

.aboutBox .boxTitle::after {
    content: "";
    position: absolute;
    background: url(../images/about-bg02.png) no-repeat;
    width: 113px;
    height: 78px;
    right: 58px;
    bottom: -46px;
    transform: rotate(15deg);
    animation: move 5s linear infinite alternate;
}

@media (max-width: 1440px) {
    .aboutBox .boxTitle::after {
        display: none;
    }
}

.aboutBox .about-inner {
    position: relative;
    margin-top: 200px;
}

    .aboutBox .about-inner .aboutTitle {
        position: relative;
        text-align: center;
        font-size: 1.5rem;
        margin-bottom: 4rem;
    }

        .aboutBox .about-inner .aboutTitle::before {
            content: "";
            position: absolute;
            background: url(../images/about-bg03.gif) no-repeat;
            width: 88px;
            height: 136px;
            top: -130px;
            left: -70px;
        }

@media (max-width: 1600px) {
    .aboutBox .about-inner .aboutTitle::before {
        top: -180px;
        left: 30px;
    }
}

@media (max-width: 1440px) {
    .aboutBox .about-inner .aboutTitle::before {
        left: 90px;
    }
}

@media (max-width: 1366px) {
    .aboutBox .about-inner .aboutTitle::before {
        display: none;
    }
}

@media (max-width: 1280px) {
    .aboutBox .about-inner .aboutTitle::before {
        display: block;
        background: url(../images/about-title03.png) no-repeat;
        width: 119px;
        height: 137px;
        top: -200px;
        left: 15px;
    }
}

@media (max-width: 992px) {
    .aboutBox .about-inner .aboutTitle::before {
        top: -250px;
        left: 0;
    }
}

@media (max-width: 414px) {
    .aboutBox .about-inner .aboutTitle::before {
        top: -200px;
        background: url(../images/about-title-sm.png) no-repeat;
        width: 90px;
        height: 104px;
    }
}

@media (max-width: 280px) {
    .aboutBox .about-inner .aboutTitle::before {
        display: none;
    }
}

.aboutBox .about-inner .aboutInfo {
    margin: 0 auto 100px;
}

    .aboutBox .about-inner .aboutInfo p {
        line-height: 38px;
    }

.aboutBox .about-inner::before {
    content: "";
    position: absolute;
    background: url(../images/clouds-01.png) no-repeat;
    width: 318px;
    height: 150px;
    bottom: -350px;
    left: -200px;
    animation: floating-1 8s linear infinite alternate;
}

@media (max-width: 1280px) {
    .aboutBox .about-inner::before {
        left: 0;
    }
}

.aboutBox .about-inner::after {
    content: "";
    position: absolute;
    background: url(../images/clouds-02.png) no-repeat;
    width: 200px;
    height: 72px;
    bottom: -350px;
    left: 45%;
    animation: floating-2 8s linear infinite alternate;
}

@media (max-width: 414px) {
    .aboutBox .about-inner::after {
        display: none;
    }
}

@keyframes move {
    0% {
        right: 58px;
        bottom: -46px;
    }

    50% {
        right: 68px;
    }

    100% {
        right: 88px;
        bottom: -40px;
    }
}

@keyframes floating-1 {
    0% {
        left: -200px;
    }

    100% {
        left: -120px;
    }
}

@keyframes floating-2 {
    0% {
        left: 45%;
    }

    100% {
        left: 50%;
    }
}
/*------ 特色景點區塊 ------*/
.featureBg-01 {
    background-color: #5FADA4;
}

.featureBg-02 {
    background-color: #77AE4F;
}

.featureBox {
    padding: 150px 0;
    position: relative;
}

    .featureBox::before {
        content: "";
        position: absolute;
        z-index: -1;
        z-index: -2;
        background: url(../images/feature-bg.jpg) top center no-repeat;
        background-size: cover;
        width: 100%;
        height: 664px;
        top: -9px;
    }

    .featureBox .feature-item {
        margin-bottom: 3rem;
        display: block;
    }

@media (max-width: 992px) {
    .featureBox .feature-item .featureImg {
        display: flex;
        order: 1;
    }
}

.featureBox .feature-item .featureImg img {
    width: 100%;
    min-height: 100%;
}

@media (max-width: 1280px) {
    .featureBox .feature-item .featureImg img {
        height: 100%;
    }
}

.featureBox .feature-item .featureInfo {
    padding: 3rem;
    color: #fff;
}

@media (max-width: 992px) {
    .featureBox .feature-item .featureInfo {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        order: 2;
    }
}

@media (max-width: 576px) {
    .featureBox .feature-item .featureInfo {
        padding: 1.5rem;
    }
}

@media (max-width: 414px) {
    .featureBox .feature-item .featureInfo {
        padding: 1rem;
    }
}

.featureBox .feature-item .featureInfo .min-title {
    display: inline-block;
    padding: 10px 12px;
    background-color: rgba(255, 255, 255, 0.1882352941);
    border: 1px solid rgba(255, 255, 255, 0.1882352941);
    border-radius: 30px;
    color: #fff;
    width: 177px;
    text-align: center;
}

@media (max-width: 414px) {
    .featureBox .feature-item .featureInfo .min-title {
        display: none;
    }
}

.featureBox .feature-item .featureInfo .featureTitle {
    margin: 40px 0 1rem;
    font-size: 1.375rem;
}

@media (max-width: 576px) {
    .featureBox .feature-item .featureInfo .featureTitle {
        margin: 20px 0 1rem;
    }
}

.featureBox .feature-item .featureInfo .featureText {
    margin-bottom: 3rem;
}

@media (max-width: 576px) {
    .featureBox .feature-item .featureInfo .featureText {
        margin-bottom: 1rem;
        max-height: 5rem;
        overflow: hidden;
    }
}

.featureBox .feature-item .featureInfo .moreBtn-otlin {
    display: inline-block;
    padding: 5px 12px;
    border: 1px solid #FFF;
    border-radius: 30px;
    color: #FFF;
    background: rgba(255, 255, 255, 0);
    transition: all 0.3s;
    background-color: rgba(255, 255, 255, 0);
    position: relative;
    padding: 10px 12px;
    width: 177px;
}

    .featureBox .feature-item .featureInfo .moreBtn-otlin:hover {
        background-color: #e6e6e6;
        color: #fff;
        transition: all 0.3s;
    }

    .featureBox .feature-item .featureInfo .moreBtn-otlin:focus {
        background-color: #e6e6e6;
        border: 1px solid #e6e6e6;
        border-radius: 20px;
        color: #fff;
    }

    .featureBox .feature-item .featureInfo .moreBtn-otlin:active {
        background-color: #e6e6e6 !important;
        border: 1px solid #e6e6e6;
        color: #FFF !important;
    }

    .featureBox .feature-item .featureInfo .moreBtn-otlin:focus-visible {
        background-color: #e6e6e6;
        border: 1px solid #e6e6e6;
        color: #FFF;
        box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0.5098039216);
    }

    .featureBox .feature-item .featureInfo .moreBtn-otlin:hover {
        color: #387D37;
    }

    .featureBox .feature-item .featureInfo .moreBtn-otlin svg {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }

.featureBox .feature-item:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.featureBox .featureMore {
    margin-top: 60px;
}

/*------ 環境教育 ------*/
.eduBox {
    padding: 180px 0;
    background-color: #ECE9CD;
    position: relative;
    overflow-x: hidden;
}

    .eduBox .boxTitle::before {
        content: "";
        position: absolute;
        background: url(../images/edu-title01.png) no-repeat;
        width: 78px;
        height: 71px;
        right: calc(50% - 160px);
        bottom: 8px;
    }

    .eduBox .boxTitle::after {
        content: "";
        position: absolute;
        background: url(../images/edu-title02.png) no-repeat;
        width: 92px;
        height: 69px;
        right: 180px;
        bottom: -80px;
        transform-origin: 50% 100%;
        transform: rotateX(-40deg);
        animation: fly 10s infinite;
    }

@media (max-width: 1280px) {
    .eduBox .boxTitle::after {
        display: none;
    }
}

.eduBox .edu-list {
    padding-top: 60px;
}

.eduBox .eduItem {
    position: relative;
    padding-top: 125px;
}

    .eduBox .eduItem::before {
        content: "";
        position: absolute;
        background-color: rgba(255, 255, 255, 0.5019607843);
        width: 250px;
        height: 125px;
        border-radius: 125px 125px 0 0;
        transform: translate(-50%);
        left: 50%;
        top: 0;
    }

    .eduBox .eduItem a {
        display: block;
        background-color: rgba(255, 255, 255, 0.5019607843);
        padding: 130px 30px 40px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }

    .eduBox .eduItem .eduImg {
        position: absolute;
        transform: translate(-50%);
        top: 25px;
        left: 50%;
        width: 200px;
        height: 200px;
        border-radius: 50%;
        overflow: hidden;
    }

    .eduBox .eduItem .eduTitle {
        height: 2.5rem;
        font-size: 1.75rem;
        overflow: hidden;
        text-align: center;
        color: #387D37;
    }

    .eduBox .eduItem .eduText {
        color: #387D37;
        margin: 1.5rem 0;
        padding-bottom: 2rem;
        border-bottom: 1px dashed #387D37;
    }

    .eduBox .eduItem .moreBox .moreBtn-otlin {
        display: inline-block;
        padding: 5px 12px;
        border: 1px solid #387D37;
        border-radius: 30px;
        color: #387D37;
        background: rgba(255, 255, 255, 0);
        transition: all 0.3s;
        position: relative;
        padding: 10px 12px;
        width: 177px;
    }

        .eduBox .eduItem .moreBox .moreBtn-otlin:hover {
            background-color: #285a27;
            color: #fff;
            transition: all 0.3s;
        }

        .eduBox .eduItem .moreBox .moreBtn-otlin:focus {
            background-color: #285a27;
            border: 1px solid #285a27;
            border-radius: 20px;
            color: #fff;
        }

        .eduBox .eduItem .moreBox .moreBtn-otlin:active {
            background-color: #285a27 !important;
            border: 1px solid #285a27;
            color: #387D37 !important;
        }

        .eduBox .eduItem .moreBox .moreBtn-otlin:focus-visible {
            background-color: #285a27;
            border: 1px solid #285a27;
            color: #387D37;
            box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0.5098039216);
        }

        .eduBox .eduItem .moreBox .moreBtn-otlin svg {
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
        }

@keyframes fly {
    0% {
        transform: rotateX(-40deg);
        right: 180px;
        bottom: -80px;
    }

    100% {
        transform: rotateX(0deg);
        right: 220px;
        bottom: -40px;
    }
}

.edu-list {
    position: relative;
}

    .edu-list::before {
        content: "";
        position: absolute;
        width: 64px;
        height: 59px;
        background: url(../images/edu-bg01.png);
        left: -100px;
        top: 150px;
    }

@media (max-width: 1280px) {
    .edu-list::before {
        display: none;
    }
}

.edu-list::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 66px;
    background: url(../images/edu-bg02.png);
    right: -100px;
    bottom: -50px;
}

@media (max-width: 1440px) {
    .edu-list::after {
        right: -50px;
    }
}

@media (max-width: 1280px) {
    .edu-list::after {
        display: none;
    }
}

.edu-bg {
    position: relative;
}

    .edu-bg::before {
        content: "";
        position: absolute;
        width: 86px;
        height: 197px;
        background: url(../images/edu-bg03.png);
        left: -100px;
        bottom: -100px;
    }

@media (max-width: 1280px) {
    .edu-bg::before {
        display: none;
    }
}

.edu-bg::after {
    content: "";
    position: absolute;
    width: 130px;
    height: 55px;
    background: url(../images/edu-bg04.png);
    right: -120px;
    bottom: -200px;
    right: 0;
}

@media (max-width: 1440px) {
    .edu-bg::after {
        right: -50px;
    }
}
/*------ 服務專區 ------*/
.serveBox {
    position: relative;
    width: 100%;
    overflow-x: clip;
    padding: 150px 0 0px;
}

    .serveBox .serve-item {
        margin-bottom: 3rem;
    }

        .serveBox .serve-item .serveBtn {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            color: #5FADA4;
            transition: all 0.3s;
        }

            .serveBox .serve-item .serveBtn .serveIcon {
                display: flex;
                justify-content: center;
                align-items: center;
                width: 150px;
                height: 150px;
                border-radius: 50%;
                border: 2px solid #5FADA4;
                margin-bottom: 1rem;
            }

                .serveBox .serve-item .serveBtn .serveIcon span {
                    font-size: 5rem;
                }

            .serveBox .serve-item .serveBtn:hover {
                transform: scale(1.1);
            }

                .serveBox .serve-item .serveBtn:hover .serveIcon {
                    background-color: #5FADA4;
                }

                    .serveBox .serve-item .serveBtn:hover .serveIcon span {
                        color: #fff;
                    }

    .serveBox .servebgBox {
        position: relative;
        width: 100%;
        bottom: -2px;
    }

        .serveBox .servebgBox::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 106px;
            bottom: 0;
            background-color: #EBE5B0;
            z-index: -1;
        }

        .serveBox .servebgBox::after {
            content: "";
            position: absolute;
            width: 6400px;
            height: 12px;
            bottom: 0;
            background: url(../images/wave.png) repeat-x;
            animation: wave 50s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
            transform: translate3d(0, 0, 0);
            z-index: -1;
        }

        .serveBox .servebgBox .left-bg {
            width: 718px;
            height: auto;
        }

@media (max-width: 768px) {
    .serveBox .servebgBox .left-bg {
        width: 90%;
    }
}

.serveBox .servebgBox .left-bg img {
    width: 100%;
}

.serveBox .servebgBox .right-bg {
    position: absolute;
    width: 130px;
    height: auto;
    right: 7%;
    bottom: 86px;
}

@media (max-width: 992px) {
    .serveBox .servebgBox .right-bg {
        display: none;
    }
}

.serveBox .servebgBox .right-bg img {
    width: 100%;
}

.serveBox .servebgBox-BG {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: rgb(147, 211, 225);
    background: linear-gradient(180deg, rgb(147, 211, 225) 0%, rgb(255, 255, 255) 59%);
    z-index: -2;
}

@keyframes wave {
    0% {
        margin-left: 0;
    }

    100% {
        margin-left: -1600px;
    }
}
/*------------ 首頁區塊 end------------*/
/*------------- 內頁 -------------*/
.body-content {
    position: relative;
    min-height: 650px;
    margin-bottom: 3rem;
}

.pageBg {
    background-color: #ECE9CD;
}

.page-dec {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1019607843);
}

.page-banner {
    position: relative;
    margin-bottom: 100px;
    padding: 0;
}

@media (max-width: 992px) {
    .page-banner {
        margin-bottom: 100px;
    }
}

@media (max-width: 414px) {
    .page-banner {
        margin-bottom: 80px;
    }
}

.page-banner img {
    position: absolute;
    object-position: center center;
    object-fit: cover;
    width: 100%;
    top: 0;
    left: 0;
    min-height: 300px;
}

.page-banner .banner-box .bannerList .owl-stage-outer {
    border-radius: 30px;
    max-height: 500px;
    overflow: hidden;
}

    .page-banner .banner-box .bannerList .owl-stage-outer .banner-box-inner img {
        object-position: center center;
        object-fit: cover;
        width: 100%;
        max-height: 500px;
    }

@media (max-width: 414px) {
    .page-banner .banner-box .bannerList .owl-stage-outer img.img-fluid {
        min-height: 130px;
    }
}

/* 路徑 麵包屑 */
.page-path {
    font-size: 1.15rem;
    font-weight: normal;
    padding: 5px 0;
    position: relative;
}

    .page-path .breadcrumb {
        margin-bottom: 0;
    }

    .page-path a {
        color: #666;
        text-decoration: none;
    }

        .page-path a:hover {
            color: #387D37;
        }

    .page-path .breadcrumb {
        margin-bottom: 4px;
    }

/*-- 內頁 標題 日期 分享按鈕 --*/
.page-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin: 1.5rem 0 1rem;
}

.pageTitle {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: 2px;
    position: relative;
    color: #333;
    margin-bottom: 7rem;
}

.pageDate {
    font-size: 1rem;
    padding-bottom: 0.75rem;
}

/*-- 按鈕 --*/
.web-function-btn {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: center;
    margin-bottom: 1.5rem;
}

/* 分享按鈕 */
.web-share-btn {
    display: inline-block;
    margin-bottom: 6.5px;
    margin-left: 2px;
}

    .web-share-btn > a.share {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #B6C14B;
        border-radius: 50%;
        width: 34px;
        height: 34px;
        box-sizing: border-box;
        margin: 0;
        color: #777;
        position: relative;
    }

        .web-share-btn > a.share:hover {
            background-color: #d0d0d0;
        }

ul.share-list {
    list-style: none;
    padding: 10px 0;
    margin: 0;
    width: 48px;
    height: 150px;
    z-index: 15;
    position: absolute;
    top: 30px;
}

    ul.share-list li {
        padding-top: 2px;
    }

    ul.share-list a {
        width: 32px;
        height: 32px;
        display: block;
        border-radius: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        font-size: 1.5rem;
        text-align: left;
        text-indent: -9999px;
        overflow: hidden;
    }

        ul.share-list a.icon-facebook {
            background-color: #4378ec;
            background-image: url(../images/facebook-icon.svg);
        }

        ul.share-list a.icon-line {
            background-color: rgb(52, 212, 132);
            background-image: url(../images/line-icon.svg);
        }

        ul.share-list a.icon-plurk {
            background-color: rgb(224, 102, 54);
            background-image: url(../images/plurk-icon.svg);
        }

        ul.share-list a.icon-twitter {
            background-color: rgb(49, 164, 231);
            background-image: url(../images/twitter-icon.svg);
        }

        ul.share-list a:hover {
            background-color: #000;
        }

/*分享按鈕 隱藏次選單*/
.share-list {
    display: none;
    opacity: 0;
    transition: all 0.3s;
}

/* 滑鼠滑入展開次選單*/
.web-share-btn:hover > ul.share-list {
    display: block;
    opacity: 1;
    transition: all 0.5s;
}

/* 字級大小btn */
.web-font-btn {
    display: inline-block;
    text-align: end;
}

    .web-font-btn > a {
        display: inline-block;
        width: 34px;
        height: 34px;
        background-color: rgba(255, 255, 255, 0);
        border: 1px solid #387D37;
        color: #387D37;
        border-radius: 50%;
        -moz-border-radius: 50%;
        padding: 2px 7px;
        margin: 2px 2px;
    }

        .web-font-btn > a.now {
            background-color: #387D37;
            color: #fff;
        }

/*內頁共用btn*/
.btn-block {
    display: inline-block;
    padding: 5px 12px;
    background-color: #256024;
    border: 1px solid #256024;
    border-radius: 30px;
    color: #FFF;
    transition: all 0.3s;
    width: 110px;
}

    .btn-block:hover {
        background-color: #173b16;
        border: 1px solid #173b16;
        color: #FFF;
        transition: all 0.3s;
    }

    .btn-block:focus {
        border-radius: 20px;
        color: #fff;
    }

    .btn-block:active {
        background-color: #173b16 !important;
        border: 1px solid #173b16;
        color: #FFF !important;
    }

    .btn-block:focus-visible {
        background-color: #173b16;
        border: 1px solid #173b16;
        color: #FFF;
        box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0.5098039216);
    }

.btn-block-outline {
    display: inline-block;
    padding: 5px 12px;
    border: 1px solid #256024;
    border-radius: 30px;
    color: #256024;
    background: rgba(255, 255, 255, 0);
    transition: all 0.3s;
    width: 110px;
}

    .btn-block-outline:hover {
        background-color: #173b16;
        color: #fff;
        transition: all 0.3s;
    }

    .btn-block-outline:focus {
        background-color: #173b16;
        border: 1px solid #173b16;
        border-radius: 20px;
        color: #fff;
    }

    .btn-block-outline:active {
        background-color: #173b16 !important;
        border: 1px solid #173b16;
        color: #256024 !important;
    }

    .btn-block-outline:focus-visible {
        background-color: #173b16;
        border: 1px solid #173b16;
        color: #256024;
        box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0.5098039216);
    }

/*-- BTN --*/
.btn_outline_primary {
    display: inline-block;
    padding: 5px 12px;
    border: 1px solid #387D37;
    border-radius: 30px;
    color: #387D37;
    background: rgba(255, 255, 255, 0);
    transition: all 0.3s;
}

    .btn_outline_primary:hover {
        background-color: #285a27;
        color: #fff;
        transition: all 0.3s;
    }

    .btn_outline_primary:focus {
        background-color: #285a27;
        border: 1px solid #285a27;
        border-radius: 20px;
        color: #fff;
    }

    .btn_outline_primary:active {
        background-color: #285a27 !important;
        border: 1px solid #285a27;
        color: #387D37 !important;
    }

    .btn_outline_primary:focus-visible {
        background-color: #285a27;
        border: 1px solid #285a27;
        color: #387D37;
        box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0.5098039216);
    }

.btn_primary {
    display: inline-block;
    padding: 5px 12px;
    background-color: #387D37;
    border: 1px solid #387D37;
    border-radius: 30px;
    color: #fff;
    transition: all 0.3s;
}

    .btn_primary:hover {
        background-color: #285a27;
        border: 1px solid #285a27;
        color: #fff;
        transition: all 0.3s;
    }

    .btn_primary:focus {
        border-radius: 20px;
        color: #fff;
    }

    .btn_primary:active {
        background-color: #285a27 !important;
        border: 1px solid #285a27;
        color: #fff !important;
    }

    .btn_primary:focus-visible {
        background-color: #285a27;
        border: 1px solid #285a27;
        color: #fff;
        box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0.5098039216);
    }

.btn_outline_secondary {
    display: inline-block;
    padding: 5px 12px;
    border: 1px solid #6c757d;
    border-radius: 30px;
    color: #6c757d;
    background: rgba(255, 255, 255, 0);
    transition: all 0.3s;
}

    .btn_outline_secondary:hover {
        background-color: #545b62;
        color: #fff;
        transition: all 0.3s;
    }

    .btn_outline_secondary:focus {
        background-color: #545b62;
        border: 1px solid #545b62;
        border-radius: 20px;
        color: #fff;
    }

    .btn_outline_secondary:active {
        background-color: #545b62 !important;
        border: 1px solid #545b62;
        color: #6c757d !important;
    }

    .btn_outline_secondary:focus-visible {
        background-color: #545b62;
        border: 1px solid #545b62;
        color: #6c757d;
        box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0.5098039216);
    }

.btn_secondary {
    display: inline-block;
    padding: 5px 12px;
    background-color: #6c757d;
    border: 1px solid #6c757d;
    border-radius: 30px;
    color: #fff;
    transition: all 0.3s;
}

    .btn_secondary:hover {
        background-color: #545b62;
        border: 1px solid #545b62;
        color: #fff;
        transition: all 0.3s;
    }

    .btn_secondary:focus {
        border-radius: 20px;
        color: #fff;
    }

    .btn_secondary:active {
        background-color: #545b62 !important;
        border: 1px solid #545b62;
        color: #fff !important;
    }

    .btn_secondary:focus-visible {
        background-color: #545b62;
        border: 1px solid #545b62;
        color: #fff;
        box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0.5098039216);
    }

.btn_outline_danger {
    display: inline-block;
    padding: 5px 12px;
    border: 1px solid #dc3545;
    border-radius: 30px;
    color: #dc3545;
    background: rgba(255, 255, 255, 0);
    transition: all 0.3s;
}

    .btn_outline_danger:hover {
        background-color: #bd2130;
        color: #fff;
        transition: all 0.3s;
    }

    .btn_outline_danger:focus {
        background-color: #bd2130;
        border: 1px solid #bd2130;
        border-radius: 20px;
        color: #fff;
    }

    .btn_outline_danger:active {
        background-color: #bd2130 !important;
        border: 1px solid #bd2130;
        color: #dc3545 !important;
    }

    .btn_outline_danger:focus-visible {
        background-color: #bd2130;
        border: 1px solid #bd2130;
        color: #dc3545;
        box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0.5098039216);
    }

.btn_danger {
    display: inline-block;
    padding: 5px 12px;
    background-color: #dc3545;
    border: 1px solid #dc3545;
    border-radius: 30px;
    color: #fff;
    transition: all 0.3s;
}

    .btn_danger:hover {
        background-color: #bd2130;
        border: 1px solid #bd2130;
        color: #fff;
        transition: all 0.3s;
    }

    .btn_danger:focus {
        border-radius: 20px;
        color: #fff;
    }

    .btn_danger:active {
        background-color: #bd2130 !important;
        border: 1px solid #bd2130;
        color: #fff !important;
    }

    .btn_danger:focus-visible {
        background-color: #bd2130;
        border: 1px solid #bd2130;
        color: #fff;
        box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0.5098039216);
    }

/* 清單標題 */
.list-title-color {
    background-color: #fff;
    border-top: 1px solid #387D37;
    border-bottom: 1px solid #387D37;
    color: #387D37;
    min-height: 40px;
    display: flex;
    align-items: center;
    min-height: 52px;
}

@media (max-width: 992px) {
    .list-title-color {
        display: none;
    }
}

/* 內文Box */
.page-box #DataContent {
    margin-bottom: 40px;
    word-break: break-word;
}

    .page-box #DataContent .table.table-bordered {
        border: 1px #a0a0a0 solid;
    }

    .page-box #DataContent a {
        color: #0d6efd;
    }

        .page-box #DataContent a:hover {
            color: #024dbc;
        }

/*選單頁面----------*/
.menu-list {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}

    .menu-list .menu-list_button a {
        display: block;
        padding: 10px;
        margin: 10px;
        text-align: center;
        border: 2px solid #5FADA4;
    }

        .menu-list .menu-list_button a:hover {
            background-color: #5FADA4;
            color: #fff;
        }

/*最新消息功能----------*/
.news-list .news-item {
    margin-bottom: 1rem;
}

    .news-list .news-item .photo {
        transition: all 0.3s;
    }

    .news-list .news-item:hover .photo img {
        transform: scale(1.1, 1.1);
        transition: all 0.3s;
    }

    .news-list .news-item .item-kind.event {
        background-color: #FFE76A;
    }

    .news-list .news-item .item-kind.central {
        background-color: #5EC7BA;
    }

/*課程功能----------*/
.edu-btnBar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0.75rem;
}

@media (max-width: 768px) {
    .edu-btnBar {
        justify-content: flex-start;
    }
}

.edu-btnBar .btn-item {
    width: 110px;
    margin-left: 1.5rem;
}

.edu-searchBar {
    margin-bottom: 1rem;
}

    .edu-searchBar .search-item {
        position: relative;
        display: flex;
    }

@media (max-width: 992px) {
    .edu-searchBar .search-item {
        margin-bottom: 0.5rem;
    }
}

.edu-searchBar .search-item .form-select, .edu-searchBar .search-item .form-control {
    border-radius: 20px;
}

.eduList {
    padding-top: 60px;
    margin-bottom: 40px;
}

    .eduList .eduItem {
        margin-bottom: 0.5rem;
        position: relative;
    }

        .eduList .eduItem a.eduLink {
            display: block;
            background-color: #f1f1f1;
            padding: 40px 25px 40px;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        }

        .eduList .eduItem .eduImg {
            position: relative;
            width: 100%;
            overflow: hidden;
            margin-bottom: 1rem;
        }

            .eduList .eduItem .eduImg img {
                width: 100%;
            }

        .eduList .eduItem .eduTitle {
            height: 2.5rem;
            font-size: 1.75rem;
            overflow: hidden;
            text-align: center;
            color: #387D37;
        }

        .eduList .eduItem .eduText {
            color: #387D37;
            margin: 1.5rem 0;
            font-size: 1rem;
            padding-bottom: 2rem;
            border-bottom: 1px dashed #387D37;
        }

        .eduList .eduItem .moreBox .moreBtn-otlin {
            display: inline-block;
            padding: 5px 12px;
            border: 1px solid #387D37;
            border-radius: 30px;
            color: #387D37;
            background: rgba(255, 255, 255, 0);
            transition: all 0.3s;
            position: relative;
            padding: 10px 12px;
            width: 177px;
        }

            .eduList .eduItem .moreBox .moreBtn-otlin:hover {
                background-color: #285a27;
                color: #fff;
                transition: all 0.3s;
            }

            .eduList .eduItem .moreBox .moreBtn-otlin:focus {
                background-color: #285a27;
                border: 1px solid #285a27;
                border-radius: 20px;
                color: #fff;
            }

            .eduList .eduItem .moreBox .moreBtn-otlin:active {
                background-color: #285a27 !important;
                border: 1px solid #285a27;
                color: #387D37 !important;
            }

            .eduList .eduItem .moreBox .moreBtn-otlin:focus-visible {
                background-color: #285a27;
                border: 1px solid #285a27;
                color: #387D37;
                box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0.5098039216);
            }

            .eduList .eduItem .moreBox .moreBtn-otlin svg {
                position: absolute;
                right: 20px;
                top: 50%;
                transform: translateY(-50%);
            }

/*影音列表----------*/
.video-list .video-item {
    margin-bottom: 1.5rem;
}

    .video-list .video-item .photo {
        position: relative;
        max-height: 229px;
        max-width: 100%;
        overflow: hidden;
    }

@media (max-width: 1280px) {
    .video-list .video-item .photo {
        max-width: 100%;
        max-height: 100%;
    }
}

.video-list .video-item .photo img {
    width: 100%;
}

.video-list .video-item .item-title {
    max-height: 53px;
    overflow: hidden;
}

/*報名注意事項-內頁----------*/
.noticeBox {
    padding: 32px;
}

@media (max-width: 576px) {
    .noticeBox {
        padding: 1rem 0;
    }
}

/*預約行事曆----------*/
th.fc-day-header.fc-widget-header {
    background-color: #f9f8f8;
}

.fc-content-skeleton .fc-event {
    border-radius: 12px;
    background-color: #387D37;
    border: 1px solid #387D37;
    text-align: center;
}

/*sitemap----------*/
ul.sitemap {
    list-style: none;
    padding-left: 0;
}

    ul.sitemap li.sitemap-box {
        display: inline-block;
        vertical-align: top;
        width: 30%;
        margin: 0 1% 1%;
    }

        ul.sitemap li.sitemap-box > a {
            display: block;
            background-color: #7abbb3;
            text-align: center;
            padding: 10px;
            color: #fff;
        }

        ul.sitemap li.sitemap-box > ul {
            padding: 0.5rem 1rem;
            border: 1px solid #d8d8d8;
            margin-bottom: 1.5rem;
        }

        ul.sitemap li.sitemap-box ul {
            list-style: none;
            padding-left: 1rem;
        }

            ul.sitemap li.sitemap-box ul li {
                line-height: 35px;
            }

/* -- 聯絡表單-- */
.contactTitle {
    font-size: 3rem;
    margin-bottom: 1.5rem;
}

.phone-box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding: 3rem 6rem;
    background-color: #ECE9CD;
}

@media (max-width: 1366px) {
    .phone-box {
        padding: 1rem 2rem;
    }
}

@media (max-width: 576px) {
    .phone-box {
        align-items: start;
    }
}

.phone-box::before {
    content: "";
    position: absolute;
    background: url(../images/serve-bg02.png) no-repeat;
    width: 130px;
    height: 104px;
    right: 30px;
    bottom: 8px;
}

@media (max-width: 768px) {
    .phone-box::before {
        display: none;
    }
}

.phone-box::after {
    content: "";
    position: absolute;
    width: 64px;
    height: 59px;
    background: url(../images/edu-bg01.png);
    left: 80px;
    top: 20px;
}

@media (max-width: 768px) {
    .phone-box::after {
        display: none;
    }
}

.contact-box {
    margin: 40px auto 60px;
}

.contactus-form {
    margin: 60px 0;
}

    .contactus-form input.form-control, .contactus-form textarea.form-control, .contactus-form select.form-select {
        padding: 0.5rem 0.75rem;
        background-color: #a2d0ca;
        border: none;
        border-radius: 0;
    }

    .contactus-form .required {
        position: relative;
    }

        .contactus-form .required::after {
            position: absolute;
            content: "必填";
            padding: 2px 4px;
            font-size: 0.75rem;
            top: 10px;
            right: 18px;
            background-color: #ff808d;
            color: #fff;
        }

    .contactus-form .v-code {
        display: flex;
        justify-content: space-between;
    }

        .contactus-form .v-code a.v-img {
            width: 80px;
        }

        .contactus-form .v-code input.form-control {
            width: calc(100% - 90px);
        }

    .contactus-form select.form-select {
        background-position: right 3rem center;
        color: #666;
    }

    .contactus-form .btn.btn-block {
        display: inline-block;
        padding: 5px 12px;
        background-color: #5FADA4;
        border: 1px solid #5FADA4;
        border-radius: 30px;
        color: #FFF;
        transition: all 0.3s;
        width: 200px;
    }

        .contactus-form .btn.btn-block:hover {
            background-color: #4a8f87;
            border: 1px solid #4a8f87;
            color: #FFF;
            transition: all 0.3s;
        }

        .contactus-form .btn.btn-block:focus {
            border-radius: 20px;
            color: #fff;
        }

        .contactus-form .btn.btn-block:active {
            background-color: #4a8f87 !important;
            border: 1px solid #4a8f87;
            color: #FFF !important;
        }

        .contactus-form .btn.btn-block:focus-visible {
            background-color: #4a8f87;
            border: 1px solid #4a8f87;
            color: #FFF;
            box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0.5098039216);
        }

.sign-title {
    position: relative;
}

    .sign-title::after {
        content: "";
        position: absolute;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background-color: #387D37;
        right: 125px;
        top: 50%;
        transform: translateY(-50%);
    }

/*友站連結----------*/
.linksBox {
    margin-bottom: 70px;
}

    .linksBox .linkTitle {
        font-size: 1.35rem;
    }

.linkItem {
    margin-bottom: 1rem;
    max-height: 102px;
    overflow: hidden;
    max-height: 170px;
}

    .linkItem a {
        display: block;
        border: 1px solid #ccc;
    }

    .linkItem img {
        width: 100%;
    }

/*後台登入login----------*/
.manager-login-box {
    margin: 40px 0;
    padding-top: 40px;
    padding-bottom: 40px;
}

    .manager-login-box .login-img {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .manager-login-box .login-item {
        padding: 50px 30px;
    }

@media (max-width: 992px) {
    .manager-login-box .login-item {
        padding: 0;
    }
}

.manager-login-box .form-group {
    margin-bottom: 1.25rem;
}

@media (max-width: 992px) {
    .manager-login-box .form-group {
        margin-bottom: 1rem;
    }
}

.manager-login-box .form-label {
    font-weight: 600;
}

.manager-login-box .btn_primary {
    width: 90px;
}

/*模組-共用----------*/
.page-content .search-bar {
    padding: 0 0 30px;
}

    .page-content .search-bar .form-select, .page-content .search-bar .form-control {
        border-radius: 20px;
    }

@media (max-width: 992px) {
    .page-content .search-bar .form-select, .page-content .search-bar .form-control {
        margin-bottom: 0.5rem;
    }
}

.page-content .search-bar .btn-block, .page-content .search-bar .btn-block-outline {
    width: 90px;
    height: 38px;
    margin-left: 10px;
}

@media (max-width: 992px) {
    .page-content .search-bar .btn-block, .page-content .search-bar .btn-block-outline {
        margin-left: 0;
        margin-right: 15px;
    }
}

.page-content .search-bar .btnBox {
    text-align: end;
    width: 18%;
}

@media (max-width: 1366px) {
    .page-content .search-bar .btnBox {
        width: 21%;
    }
}

@media (max-width: 1280px) {
    .page-content .search-bar .btnBox {
        width: 25%;
    }
}

@media (max-width: 992px) {
    .page-content .search-bar .btnBox {
        width: 40%;
        display: flex;
        justify-content: center;
    }

        .page-content .search-bar .btnBox .btn-block, .page-content .search-bar .btnBox .btn-block-outline {
            width: 50%;
            margin: 0;
        }
}

@media (max-width: 768px) {
    .page-content .search-bar .btnBox {
        width: 100%;
    }
}

.body-content .page-download {
    border-top: solid 1px #F1F1F1;
    border-bottom: solid 1px #F1F1F1;
    margin-bottom: 30px;
    padding: 20px 10px;
}

    .body-content .page-download ul {
        list-style: none;
        padding-left: 0;
    }

/*解除編輯器 bs5清除table線條border樣式 --*/
.page-box #DataContent table tbody, .page-box #DataContent table td, .page-box #DataContent table tfoot, .page-box #DataContent table th, .page-box #DataContent table thead, .page-box #DataContent table tr {
    border: inherit;
}

/*模組三*/
.mode03-list .list-title-color .item-date {
    padding-right: 1rem;
}

@media (max-width: 992px) {
    .mode03-list .list-title-color .item-date {
        padding: 0 1rem;
    }
}

.mode03-list .list-item {
    padding: 15px 0;
    border-bottom: solid 1px #ccc;
}

    .mode03-list .list-item .item-date {
        display: inline-block;
        text-align: center;
        width: 120px;
    }

    .mode03-list .list-item .item-sort {
        display: inline-block;
    }

    .mode03-list .list-item .item-title a {
        font-weight: normal;
        color: #387D37;
    }

        .mode03-list .list-item .item-title a:hover {
            font-weight: 500;
        }

/*模組四*/
.mode04-list .list-title-color div {
    padding: 0 1.5rem;
}

.mode04-list-item {
    padding: 1.25rem 0;
    border-bottom: 1px solid #ccc;
}

@media (max-width: 992px) {
    .mode04-list-item div {
        padding-right: 1rem;
    }
}

/*模組5*/
.mode05-list .list-item {
    padding: 20px 15px;
    border-bottom: solid 1px #ccc;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
}

    .mode05-list .list-item .item-date {
        text-align: center;
    }

@media (max-width: 992px) {
    .mode05-list .list-item .item-date {
        text-align: left;
        width: 140px;
    }
}

.mode05-list .list-item .item-kind {
    text-align: center;
}

@media (max-width: 992px) {
    .mode05-list .list-item .item-kind {
        text-align: left;
        color: #5FADA4;
    }
}

.mode05-list .list-item .item-sort {
    display: inline-block;
    color: #5FADA4;
}

.mode05-list .list-item .item-title {
    display: inline-block;
}

    .mode05-list .list-item .item-title a {
        font-weight: normal;
    }

.pageClass {
    padding-bottom: 0.75rem;
}

    .pageClass span {
        font-size: 1rem;
        padding: 4px 8px;
        border-radius: 25px;
        background-color: #256024;
        color: #fff;
    }

/* -- 關於興達內頁 -- */
.about-inner p {
    line-height: 32px;
}

#DataContent .text-title {
    font-size: 1.5rem;
    color: #387D37;
    margin-bottom: 0.5rem;
}

#DataContent .img-item {
    margin-top: 0.5rem;
    max-height: 307px;
    overflow: hidden;
}

/* banner */
/*-- 插件 owl-carousel style --*/
.banner-box .owl-theme .owl-nav .owl-prev,
.banner-box .owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
    background: #fff;
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.3s;
    display: none;
}

    .banner-box .owl-theme .owl-nav .owl-prev:hover,
    .banner-box .owl-theme .owl-nav .owl-next:hover {
        opacity: 1;
    }

@media (max-width: 992px) {
    .banner-box .owl-theme .owl-nav .owl-prev,
    .banner-box .owl-theme .owl-nav .owl-next {
        display: block;
    }
}

@media (max-width: 375px) {
    .banner-box .owl-theme .owl-nav .owl-prev,
    .banner-box .owl-theme .owl-nav .owl-next {
        width: 30px;
        height: 30px;
    }
}

.banner-box .owl-theme .owl-nav .owl-prev {
    left: 20px;
    background: url(../images/arrow.png) no-repeat !important;
    background-size: cover !important;
    background-position: right !important;
}

.banner-box .owl-theme .owl-nav .owl-next {
    right: 20px;
    background: url(../images/arrow.png) no-repeat !important;
    background-size: cover !important;
    background-position: left !important;
}

.banner-box .owl-theme .owl-dots {
    display: flex;
    flex-direction: column;
    text-align: center;
    position: absolute;
    width: 20px;
    bottom: 0;
    left: -40px;
}

@media (max-width: 375px) {
    .banner-box .owl-theme .owl-dots {
        bottom: 10px;
    }
}

.banner-box .owl-theme .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0);
    border: solid 2px #3E7235;
    border-radius: 50%;
    -moz-border-radius: 50%;
    display: inline-block;
    margin: 5px;
}

    .banner-box .owl-theme .owl-dots .owl-dot.active {
        background: #3E7235;
        border: solid 2px #3E7235;
    }

.newsBox .owl-theme .owl-nav {
    display: none;
}

.newsBox .owl-dots {
    text-align: end;
}

@media (max-width: 414px) {
    .newsBox .owl-dots {
        text-align: center;
    }
}

.newsBox .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #dedede;
    border: solid 2px #dedede;
    border-radius: 50%;
    -moz-border-radius: 50%;
    display: inline-block;
    margin: 5px;
}

    .newsBox .owl-dots .owl-dot.active {
        background: #FFF;
        border: solid 2px #3E7235;
    }

.eduBox .owl-dots {
    text-align: center;
}

    .eduBox .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
        background: rgba(255, 255, 255, 0);
        border: solid 2px #3E7235;
        border-radius: 50%;
        -moz-border-radius: 50%;
        display: inline-block;
        margin: 5px;
    }

        .eduBox .owl-dots .owl-dot.active {
            background: #3E7235;
            border: solid 2px #3E7235;
        }
