﻿@import url('https://fonts.googleapis.com/css2?family=Chiron+GoRound+TC:wght@200..900&display=swap');


* {
    font-family: "Chiron GoRound TC", sans-serif;
}

/*@media (max-width: 1024px) {
    * {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    * {
        font-size: 18px;
    }
}*/


body {
    width: 100%;
}


#wrapper {
    width: 100%;
    background-color: White;
    margin: 0 auto;
}

/*上方Banner_Start_________________________*/
#header {
    width: 100%;
    height: 124px;
    overflow: hidden;
    flex-shrink: 0;
}

.banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 124px;
    background: url(../images/mobile-banner.png) no-repeat center top;
    background-position: center;
    background-repeat: repeat-x;
    box-sizing: border-box;
    padding: 1rem 10%;
}
/*上方Banner_End_________________________*/



/*上方Logo_Start_________________________*/
img.logo {
    width: 205px;
    height: 63px;
}
/*上方Logo_End_________________________*/



/*上方選單_Start_________________________*/
p.link {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    font-weight: 900;
    color: #8b4513;
}

    p.link a {
        font-size: 18px;
    }

        p.link a:link, p.link a:hover, p.link a:active, p.link a:visited {
            color: #8b4513;
        }


        p.link a:hover {
            color: white;
        }
/*上方選單_End_________________________*/



/*中間內容_Start_________________________*/

#main {
    width: 100%;
    /*background: url(../images/re.png) repeat-y;*/
}


.main_body {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    box-sizing: border-box;
    padding: 30px 5%;
}

/*中間內容_End_________________________*/


/*中間各區塊的配置_Start_________________________*/
.main_left {
    flex-shrink: 0;
    margin-left: -35px !important;
    margin-right: 35px !important;
}

.Menu_01 {
    padding-top: 5px;
}

/*.main_center_container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding: 1rem 2.5%;
    flex: 1;
    flex-shrink: 1;
}

.main_center {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-top: 2rem;
}*/


.main_right {
    width: auto;
    flex-shrink: 0;
}


/*中間各區塊的配置_End_________________________*/

/*左邊列表_Start*/
.item {
    height: 3rem;
    padding-right: 1rem;
    padding-left: 3rem;
    border: 0.25rem solid tomato;
    border-radius: 0.5rem;
    margin-bottom: 0.5rem;
    text-align: right;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    text-wrap: nowrap;
}

    .item:hover {
        border: 0.25rem solid #ff9380;
    }

    .item p {
        font-size: 1rem;
        color: #8b4513;
        font-weight: 600;
        text-shadow: 1px 1px 0 White, 1px -1px 0 White, -1px 1px 0 White, -1px -1px 0 White, 1px 0px 0 White, 0px 1px 0 White, -1px 0px 0 White, 0px -1px 0 White;
    }



.orange {
    background: url(../images/fruit/Fruits_Orange.png);
    background-color: white;
    background-position: -10px 10px;
    background-size: 3.5rem;
    background-repeat: no-repeat;
}

.apple {
    background: url(../images/fruit/Fruits_Red_Apple.png);
    background-color: white;
    background-position: -10px 10px;
    background-size: 3.5rem;
    background-repeat: no-repeat;
}

.banana {
    background: url(../images/fruit/Fruits_Yellow_Banana.png);
    background-color: white;
    background-position: -10px 10px;
    background-size: 3.5rem;
    background-repeat: no-repeat;
}

.plum {
    background: url(../images/fruit/Fruits_Plum.png);
    background-color: white;
    background-position: -10px 5px;
    background-size: 3.5rem;
    background-repeat: no-repeat;
}

.green-apple {
    background: url(../images/fruit/Fruits_Fresh_Green_Apple.png);
    background-color: white;
    background-position: -10px 10px;
    background-size: 3.5rem;
    background-repeat: no-repeat;
}

.purple-grapes {
    background: url(../images/fruit/Fruits_Fresh_Purple_Grapes.png);
    background-color: white;
    background-position: -10px 0px;
    background-size: 3.5rem;
    background-repeat: no-repeat;
}

.yellow-pear {
    background: url(../images/fruit/Fruits_Yellow_Pear.png);
    background-color: white;
    background-position: -10px 10px;
    background-size: 3.5rem;
    background-repeat: no-repeat;
}

.pear {
    background: url(../images/fruit/Fruits_Pear_Fruit.png);
    background-color: white;
    background-position: -10px 10px;
    background-size: 3.5rem;
    background-repeat: no-repeat;
}

.bell-pepper {
    background: url(../images/vegetable/Asset_28.png);
    background-color: white;
    background-position: -10px 10px;
    background-size: 3.5rem;
    background-repeat: no-repeat;
}

.potato {
    background: url(../images/vegetable/Asset_24.png);
    background-color: white;
    background-position: -10px 10px;
    background-size: 3.5rem;
    background-repeat: no-repeat;
}

.eggplant {
    background: url(../images/vegetable/Asset_27.png);
    background-color: white;
    background-position: -10px 10px;
    background-size: 3.5rem;
    background-repeat: no-repeat;
}

.corn {
    background: url(../images/vegetable/Asset_16.png);
    background-color: white;
    background-position: -10px 10px;
    background-size: 3.5rem;
    background-repeat: no-repeat;
}

.white-cauliflower {
    background: url(../images/vegetable/Asset_1.png);
    background-color: white;
    background-position: -10px 10px;
    background-size: 3.5rem;
    background-repeat: no-repeat;
}

.cabbage {
    background: url(../images/vegetable/Asset_6.png);
    background-color: white;
    background-position: -10px 10px;
    background-size: 3.5rem;
    background-repeat: no-repeat;
}

.chili {
    background: url(../images/vegetable/Asset_8.png);
    background-color: white;
    background-position: -10px 10px;
    background-size: 3.5rem;
    background-repeat: no-repeat;
}

.sun {
    background: url(../images/cutefruit/sun.png);
    background-color: white;
    background-position: -10px 10px;
    background-size: 3.5rem;
    background-repeat: no-repeat;
}

.pumpkin {
    background: url(../images/vegetable2/Pumpkin.png);
    background-color: white;
    background-position: -10px 10px;
    background-size: 3.5rem;
    background-repeat: no-repeat;
}

.onion {
    background: url(../images/vegetable2/Onion.png);
    background-color: white;
    background-position: -10px 10px;
    background-size: 3.5rem;
    background-repeat: no-repeat;
}

.cauliflower {
    background: url(../images/vegetable2/Cauliflower.png);
    background-color: white;
    background-position: -10px 10px;
    background-size: 3.5rem;
    background-repeat: no-repeat;
}

/*左邊列表_End*/
/*中邊_健康滿分問答集_Start_________________________*/
.Health {
    height: 180px;
    background: url(../images/Health_backgroup.jpg) repeat-y;
}

    .Health ul {
        padding-top: 10px;
        margin-left: 40px;
    }

        .Health ul li {
            line-height: 25px; /*行距*/
            background: url(../images/03-3.png) no-repeat left 10px;
            padding-left: 10px;
        }


            .Health ul li span {
                float: right;
                margin-right: 15px;
            }

.Health_more {
    padding-top: 50px;
    margin-left: 490px;
    color: black;
}

/*中邊_健康滿分問答集_End_________________________*/


/*右邊_友善連結_Start_________________________*/
.main_right h1 {
    color: #8b4513;
    width: 100%;
    font-size: 1.3rem;
}

.main_right .line {
    background: #8b451360;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    margin-bottom: 0.5rem;
}

.right_bt {
}

    .right_bt li {
        margin-bottom: 10px;
    }

        .right_bt li a {
        }

            .right_bt li a div {
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column;
                background-color: #FFF5CC;
                background-image: url("../images/side-bg.png");
                background-size: contain;
                background-position: center bottom;
                background-repeat: no-repeat;
                border: 2px solid orange;
                border-radius: 10px;
                font-weight: 600;
            }

                .right_bt li a div p {
                    font-size: 1.15rem;
                }
/*右邊_友善連結_End_________________________*/


/*中間下方_彩帶區_Start_________________________*/
.main_2 {
    width: 1000px;
    height: 23px;
    margin: auto;
    background: url(../images/08-1.jpg) no-repeat center top;
}
/*中間下方_彩帶區_End_________________________*/


/*下方_網站資訊_End_________________________*/
#bottom {
    width: 100%;
    height: 100px;
    background: url(../images/bottom-img.png) no-repeat center top;
    background-repeat: repeat-x;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.bottom_body {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

/*下方_網站資訊_End_________________________*/


/*中邊_填寫報表的中間資訊_Start_________________________*/
.report_content {
    width: 100%;
}

    .report_content ul li {
        line-height: 26px; /*行距*/
        background: url(../images/03-3.png) no-repeat left 10px;
        padding-left: 10px;
    }

        .report_content ul li span {
            float: right;
            margin-right: 15px;
        }

        .report_content ul li a {
            text-decoration: underline;
        }

            .report_content ul li a:hover {
                color: #666;
                text-decoration: none;
            }

        .report_content ul li span {
            font-weight: bold;
            color: #F36;
        }


            .report_content ul li span a {
                font-weight: bold;
                color: #F36;
                text-decoration: none;
            }

                .report_content ul li span a:hover {
                    font-weight: bold;
                    color: #F36;
                    text-decoration: underline;
                }

.news_Refrence {
    max-width: 100%;
}

    .news_Refrence p {
        max-width: 100%;
    }

    .news_Refrence a {
        display: inline-block;
        max-width: 100%;
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

.news_Refrence-inner {
    max-width: 100%;
}

    .news_Refrence-inner p {
        max-width: 100%;
    }

    .news_Refrence-inner a {
        display: inline-block;
        max-width: 100%;
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

.news_Content p {
    padding: 0.25rem 0;
}

.news_Content img {
    height: auto;
    max-width: 100%;
    object-fit: contain;
}

.news_Content h1, h2, h3, h4, h5, h6 {
    padding-top: 1rem;
    padding-bottom: 0.25rem;
}

.news_Content h1 {
    font-size: 1.5rem;
}

.news_Content h2 {
    font-size: 1.25rem;
}

.news_Content h3 {
    font-size: 1rem;
}

.news_Content h4 {
    font-size: 1rem;
}

.news_Content h5 {
    font-size: 0.75rem;
}

.news_Content h6 {
    font-size: 0.5rem;
}


/*中邊_填寫報表的中間資訊_End_________________________*/





/*中邊_頁碼_Start_________________________*/
.page_number {
    text-align: center;
    margin-top: 20px;
}


    .page_number ul {
        height: 30px;
    }

    .page_number li {
        display: inline;
        padding: 5px;
        margin-right: 5px;
        background-color: #fff685;
        /*border: 1px solid red;*/
        border: 1px solid red;
        height: 20px;
        width: 5px;
    }
/*中邊_頁碼_End_________________________*/

/*中邊_返回按鈕_Start*/
/*.go-back-btn {
    position: absolute;
    top: 1rem;
    left: 1rem;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    border: 2px solid #9a2eff;
    border-radius: 999px;
    color: #9a2eff;
    background-color: transparent;
    margin: 0 auto;
    cursor: pointer;
}

    .go-back-btn:hover {
        color: white;
        background-color: #9a2eff;
    }*/
/*中邊_返回按鈕_End*/

/*電腦版隱藏_Start*/
.pc-hidden {
    display: none;
}
/*電腦版隱藏_End*/

/*小標題*/
.a02 {
    padding-left: 25px;
}