a:focus {
    outline: 2px dotted #ffa148
}

html *, html *:before, html *:after {
    font-family: "Microsoft JhengHei","Apple LiGothic Medium","PMingLiU","sans-serif","serif"
}

.Dispear {
    display: none
}

.TopNotice {
    display: none;
    padding: 0
}

html.no-js .TopNotice {
    display: block;
    padding: 10px;
    font-weight: 700;
    line-height: 1.5rem;
    color: #FFF;
    background-color: #3a3a3a
}

.TopAccessibility a {
    position: absolute;
    top: 0;
    left: -999px;
    width: 0;
    height: 0;
    color: #FFF
}

    .TopAccessibility a:hover {
        color: #ffde33
    }

    .TopAccessibility a:focus {
        position: absolute;
        top: 10px;
        left: 10px;
        width: auto;
        height: auto;
        padding: 5px;
        background-color: #000
    }

.ftm_second li a {
    color: #f1f1f1
}

.cons .txt .special-img {
    max-width: 70%;
    margin: 0 auto
}

.footer_content {
    background-color: #4a8405;
}

.footer_right {
    vertical-align: middle;
    display: flex
}

    .footer_right ul {
        display: flex
    }

        .footer_right ul a {
            border: none
        }

#update_date {
    vertical-align: top;
    line-height: 2rem
}

figcaption {
    height: 0;
    width: 0;
    overflow: hidden
}

@media (max-width:768px) {
    .footer_right {
        flex-direction: column;
        align-items: flex-start
    }

        .footer_right a {
            margin-top: 5px;
            margin-bottom: 5px
        }
}

.SearchArea {
    display: inline-block
}

    .SearchArea .HideLabel {
        display: none
    }

    .SearchArea input[type="search"] {
        position: relative;
        line-height: 2rem;
        font-size: .875rem;
        border: 1px solid #795548;
        border-right: 0;
        width: 170px;
        height: 25px;
        background-color: #fff;
        color: #000;
        padding-left: 10px
    }

        .SearchArea input[type="search"]:focus {
            background-color: #FFF;
            border: 1px solid #F8D90F;
            color: #545454
        }

        .SearchArea input[type="search"]:hover {
            background-color: #FFF;
            color: #545454
        }

        .SearchArea input[type="search"]::-webkit-input-placeholder {
            color: #999
        }

        .SearchArea input[type="search"]::-moz-placeholder {
            color: #999
        }

        .SearchArea input[type="search"]:-ms-input-placeholder {
            color: #999
        }

        .SearchArea input[type="search"]:-moz-placeholder {
            color: #999
        }

    .SearchArea button {
        border: none;
        width: 30px;
        height: 25px;
        vertical-align: bottom;
        background-color: #795548;
        margin-left: -4px;
        padding: 0;
        cursor: pointer
    }

        .SearchArea button:focus {
            border: 1px solid #F8D90F
        }

        .SearchArea button:before {
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            -webkit-font-smoothing: antialiased;
            font-family: "Font Awesome 5 Free";
            content: "\f002";
            font-weight: 900;
            color: #fff;
            font-size: 1rem
        }

    .SearchArea .SearchArea-keyword {
        display: flex;
        align-items: center;
        margin-top: 5px;
        font-size: .875rem;
    }

        .SearchArea .SearchArea-keyword li:first-child {
            padding: 0;
        }

        .SearchArea .SearchArea-keyword li a {
            font-weight: 400;
            text-decoration: underline;
        }


@media (max-width:980px) {
    .SearchArea {
        display: none
    }
}

.gsc-search-button-v2 {
    padding: 12px 27px !important;
    border-radius: 5px !important
}

    .gsc-search-button-v2 > svg {
        width: 20px !important;
        height: 20px !important
    }

main .content {
    max-width: 1200px;
    margin: auto;
    padding: 0 10px;
    box-sizing: border-box;
    overflow: hidden
}

@media (max-width:1200px) {
    main .content {
        padding: 0 15px
    }
}

.myActivity {
    text-align: center
}

.activityBtn {
    display: inline-block;
    padding: 25px 150px;
    background-color: #538235;
    text-decoration: none !important;
    color: #fff !important;
    font-weight: 700;
    font-size: 1.25rem !important;
    border-radius: 100px
}

    .activityBtn i {
        color: #fff !important;
        padding-right: 5px
    }

    .activityBtn:hover, .activityBtn:focus {
        background: #8cae77;
        transition: all .2s
    }

.imgGroup {
    display: flex;
    flex-wrap: wrap
}

    .imgGroup .imgWrap + .imgWrap {
        margin-left: 1.25em
    }

    .imgGroup .imgWrap:nth-child(4), .imgGroup .imgWrap:nth-child(7), .imgGroup .imgWrap:nth-child(10), .imgGroup .imgWrap:nth-child(13) {
        margin-left: 0
    }

    .imgGroup .imgWrap a {
        width: 100%;
        max-width: 273px;
        height: 273px;
        display: block
    }

        .imgGroup .imgWrap a:focus img {
            outline: 2px dotted #ffa148
        }

    .imgGroup .imgWrap p {
        width: 15em
    }

.fancybox-close-small svg > path {
    color: #fff
}

.cons .imgGroup .imgWrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    margin: 0
}

@media (max-width:1200px) {
    .imgGroup .imgWrap a {
        max-width: 210px;
        height: 210px
    }
}

@media (max-width:980px) {
    .imgGroup .imgWrap a {
        max-width: 273px;
        height: 273px
    }
}

@media (max-width:600px) {
    .imgGroup {
        flex-direction: column;
        align-items: center
    }

        .imgGroup .imgWrap + .imgWrap {
            margin-left: 0
        }
}

.fa::before, .fas::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

.owl-theme .owl-dots .owl-dot.active {
    width: auto;
    height: auto
}

/*===============================================================================
                          2411 調整 for Yeats
=================================================================================*/
/*----------------- 意見回饋小幫手 -----------------*/

#QuickBtn {
    position: fixed;
    right: 10px;
    bottom: 160px;
    display: inline-block;
    display: none;
    z-index: 9;
    animation: helper 1s ease-in-out;
}

    #QuickBtn .helper {
        /*display: inline-block;*/
        display: none;
    }

/*.helper {
        position: fixed;
        right: 10px;
        bottom: 150px;
        display: inline-block;
        display: none;
        z-index: 81;
        animation: helper 1s ease-in-out;
    }*/

.helper:hover {
    transform: scale(1.1);
}

.helper img {
    max-width: 100%;
    width: 100%;
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.65));
    -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.65));
}

@keyframes helper {
    0% {
        right: -350px;
    }

    100% {
        right: 10px;
    }
}

#QuickBtn a:nth-child(2) {
    width: 40px;
    height: 40px;
    background-color: #47aaed;
    border-radius: 50px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 9;
    right: 0px;
    bottom: 0;
}

    #QuickBtn a:nth-child(2) i {
        font-size: 1.25rem;
        text-align: center;
        vertical-align: middle;
    }

        #QuickBtn a:nth-child(2) i::before {
            color: #ffffff;
        }

@media (max-width:980px) {
    #QuickBtn {
        bottom: 100px;
    }
}
