﻿
.container {
    width: 100%;
}


.carousel .item img { /*設定輪播圖片百分百尺寸1200像素以上滿版使用*/
    width: 100%;
    height: auto;
}

#in-news, #in-projets, footer { /*設定區DIV寬百分百*/
    width: 100%;
    height: auto;
}

.container-fluid {
    padding: 0px;
}

.noGutter { /*自訂類別主要用來清除BootStrap格點系統中的預設間隔*/
    margin-left: 15px; /*左外距*/
    margin-right: 15px; /*右外距*/
}

    .noGutter img { /*針對影像設計填滿版*/
        width: 100%; /*寬度*/
        height: auto; /*高度*/
    }

        .noGutter img:hover {
            opacity: 0.4;
        }

    .noGutter [class*='col-']:not(:first-child), .noGutter [class*='col-']:not(:last-child) { /*針對已套用自訂類別noGutter底下有套用col-類別的元素進行處理 但排除前後兩個元素*/
        padding-left: 0px; /*左內距*/
        padding-right: 0px; /*右內距*/
    }

.noGutter0 { /*自訂類別主要用來清除BootStrap格點系統中的預設間隔*/
    margin-left: 0px; /*左外距*/
    margin-right: 0px; /*右外距*/
}

    .noGutter0 img { /*針對影像設計填滿版*/
        width: 100%; /*寬度*/
        height: auto; /*高度*/
    }

        .noGutter0 img:hover {
            opacity: 0.4;
        }

    .noGutter0 [class*='col-']:not(:first-child), .noGutter [class*='col-']:not(:last-child) { /*針對已套用自訂類別noGutter底下有套用col-類別的元素進行處理 但排除前後兩個元素*/
        padding-left: 0px; /*左內距*/
        padding-right: 0px; /*右內距*/
    }


/*上方視覺圖*/

#item-mainview {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}


    #item-mainview img {
        width: 100%;
        height: auto;
    }

h1 {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    text-align: center;
    font-family: 'Noto Serif TC', "微軟正黑體";
    font-weight: 900;
    color: #009b74;
    font-size: 1.2em;
    line-height: 26px;
}

#pageline {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 0px;
}

    #pageline .line-g {
        display: block;
        width: 100px;
        margin-left: auto;
        margin-right: auto;
        height: 10px;
        background-color: #1bbc9b;
    }

    #pageline .line-w {
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 100%;
        height: 1px;
        margin-top: -10px;
        background-color: #dbdbdb;
    }


#back-button-area {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 0px;
}

.back-button {
    display: inline-block;
    height: 40px;
    width: 110px;
    background-color: #1bbc9b;
    border-radius: 40px;
    color: #fff;
    font-size: 1em;
    text-decoration: none;
    font-family: "微軟正黑體";
    line-height: 40px;
    text-align: center;
}

    .back-button:hover {
        display: inline-block;
        background-color: #004714;
        color: #fff;
        text-decoration: none;
    }


    .back-button:active {
        background-color: #525252;
        color: #fff;
    }


#customlink-area {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.customlink-button {
    display: inline-block;
    height: 40px;
    width: 150px;
    background-color: #007f65;
    border-radius: 40px;
    color: #fff;
    font-size: 1em;
    text-decoration: none;
    font-family: "微軟正黑體";
    line-height: 40px;
    text-align: center;
}

    .customlink-button:hover {
        display: inline-block;
        background-color: #004714;
        color: #fff;
        text-decoration: none;
    }


    .customlink-button:active {
        background-color: #525252;
        color: #fff;
    }



#news {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    padding-bottom: 50px;
}

.news-font00 {
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    text-align: center;
    font-family: 'Noto Serif TC', "微軟正黑體";
    font-weight: 900;
    color: #03ad8a;
    font-size: 1.8em;
    line-height: 36px;
}

#news-sel-area {
    margin-left: auto;
    margin-right: auto;
    width: 55%;
    display: block;
    margin-bottom: 50px;
}

.sel-font {
    display: inline-block;
    font-family: 'Noto Serif TC', "微軟正黑體";
    text-align: center;
    font-weight: 900;
    color: #009b74;
    font-size: 1.4em;
    line-height: 30px;
    margin-right: 10px;
}

.news-sel {
    height: 50px;
    font-family: 'Noto Serif TC', "微軟正黑體";
    color: #292929;
    font-size: 1.3em;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

    .news-sel select {
        border-radius: 5px;
    }


#news-area {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.news-list {
    display: block;
    margin-bottom: 50px;
    height: auto;
}

.news-photo {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

    .news-photo img {
        width: 100%;
        text-align: center;
        webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

        .news-photo img:hover {
            opacity: 1;
        }

.news-font {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    text-align: left;
    font-family: 'Noto Serif TC', "微軟正黑體";
    color: #007f65;
    font-size: 1em;
    line-height: 26px;
}

    .news-font a:link {
        color: #007f65;
        text-decoration: none;
    }

    .news-font a:visited {
        color: #007f65;
        text-decoration: none;
    }

    .news-font a:hover {
        color: #2a2a2a;
        text-decoration: underline;
    }


    .news-font a:active {
        color: #007f65;
        text-decoration: none;
    }

.news-font01 {
    margin-top: 10px;
    display: block;
    font-family: "微軟正黑體";
    padding: 10px;
    color: #8c2222;
    font-size: 1em;
    margin-left: 5px;
    line-height: 20px;
    font-weight: 900;
}

.new-icon01 {
    display: inline-block;
    height: 30px;
    width: 90px;
    background-color: #1ca683;
    border-radius: 40px;
    color: #fff;
    font-size: 0.9em;
    text-decoration: none;
    font-family: "微軟正黑體";
    line-height: 30px;
    text-align: center;
}

.new-icon02 {
    display: inline-block;
    height: 30px;
    width: 90px;
    background-color: #fd472f;
    border-radius: 40px;
    color: #fff;
    font-size: 0.9em;
    text-decoration: none;
    font-family: "微軟正黑體";
    line-height: 30px;
    text-align: center;
}

.new-icon03 {
    display: inline-block;
    height: 30px;
    width: 90px;
    background-color: #0b84d1;
    border-radius: 40px;
    color: #fff;
    font-size: 0.9em;
    text-decoration: none;
    font-family: "微軟正黑體";
    line-height: 30px;
    text-align: center;
}

.new-icon04 {
    display: inline-block;
    height: 30px;
    width: 90px;
    background-color: #1f8607;
    border-radius: 40px;
    color: #fff;
    font-size: 0.9em;
    text-decoration: none;
    font-family: "微軟正黑體";
    line-height: 30px;
    text-align: center;
}

.news-narrative {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: left;
    font-family: 'Noto Serif TC', "微軟正黑體";
    color: #535353;
    font-size: 1em;
    line-height: 26px;
}

.htmledit {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: 'Noto Serif TC', "微軟正黑體";
    font-size: 1em;
    color: #535353;
}

}

@media screen and (min-width:316px) and (max-width:481px) {
}

@media screen and (min-width:481px) and (max-width:768px) {
}

@media screen and (min-width:999px) {
}




@media screen and (min-width:1195px) {
    /*頁面標題區*/
    h1 {
        width: 50%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        text-align: center;
        font-family: 'Noto Serif TC', "微軟正黑體";
        font-weight: 900;
        color: #009b74;
        font-size: 1.8em;
        line-height: 30px;
    }

    #pageline {
        width: 50%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }

        #pageline .line-g {
            display: block;
            width: 200px;
            margin-left: auto;
            margin-right: auto;
            height: 10px;
            background-color: #1bbc9b;
        }

        #pageline .line-w {
            margin-left: auto;
            margin-right: auto;
            display: block;
            width: 100%;
            height: 1px;
            margin-top: -10px;
            background-color: #dbdbdb;
        }

    #back-button-area {
        width: 60%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .back-button {
        display: inline-block;
        height: 40px;
        width: 150px;
        background-color: #1bbc9b;
        border-radius: 40px;
        color: #fff;
        font-size: 1.2em;
        text-decoration: none;
        font-family: "微軟正黑體";
        line-height: 40px;
        text-align: center;
    }

        .back-button:hover {
            display: inline-block;
            background-color: #004714;
            color: #fff;
            text-decoration: none;
        }


        .back-button:active {
            background-color: #525252;
            color: #fff;
        }


    #customlink-area {
        width: 60%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .customlink-button {
        display: inline-block;
        height: 40px;
        width: 150px;
        background-color: #007f65;
        border-radius: 40px;
        color: #fff;
        font-size: 1.2em;
        text-decoration: none;
        font-family: "微軟正黑體";
        line-height: 40px;
        text-align: center;
    }

        .customlink-button:hover {
            display: inline-block;
            background-color: #004714;
            color: #fff;
            text-decoration: none;
        }


        .customlink-button:active {
            background-color: #525252;
            color: #fff;
        }



    #news {
        width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .news-font00 {
        width: 70%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        text-align: center;
        font-family: 'Noto Serif TC', "微軟正黑體";
        font-weight: 900;
        color: #03ad8a;
        font-size: 1.8em;
        line-height: 36px;
    }

    #news-sel-area {
        margin-left: auto;
        margin-right: auto;
        width: 55%;
        display: block;
        margin-bottom: 50px;
    }

    .sel-font {
        display: inline-block;
        font-family: 'Noto Serif TC', "微軟正黑體";
        text-align: center;
        font-weight: 900;
        color: #009b74;
        font-size: 1.4em;
        line-height: 30px;
        margin-right: 10px;
    }

    .news-sel {
        height: 50px;
        font-family: 'Noto Serif TC', "微軟正黑體";
        color: #292929;
        font-size: 1.3em;
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

        .news-sel select {
            border-radius: 5px;
        }


    #news-area {
        width: 60%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .news-list {
        display: block;
        margin-bottom: 50px;
        height: auto;
    }

    .news-photo {
        width: 100%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

        .news-photo img {
            width: 100%;
            text-align: center;
            webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
        }

            .news-photo img:hover {
                opacity: 1;
            }

    .news-font {
        width: 100%;
        height: auto;
        display: block;
        margin-bottom: 50px;
        margin-left: auto;
        margin-right: auto;
        font-weight: bold;
        text-align: left;
        font-family: 'Noto Serif TC', "微軟正黑體";
        color: #007f65;
        font-size: 1.6em;
        line-height: 30px;
    }

        .news-font a:link {
            color: #007f65;
            text-decoration: none;
        }

        .news-font a:visited {
            color: #007f65;
            text-decoration: none;
        }

        .news-font a:hover {
            color: #2a2a2a;
            text-decoration: underline;
        }


        .news-font a:active {
            color: #007f65;
            text-decoration: none;
        }

    .news-font01 {
        margin-top: 10px;
        display: block;
        font-family: "微軟正黑體";
        padding: 10px;
        color: #8c2222;
        font-size: 1.2em;
        margin-left: 5px;
        line-height: 20px;
        font-weight: 900;
    }

    .new-icon01 {
        display: inline-block;
        height: 30px;
        width: 90px;
        background-color: #1ca683;
        border-radius: 40px;
        color: #fff;
        font-size: 0.9em;
        text-decoration: none;
        font-family: "微軟正黑體";
        line-height: 30px;
        text-align: center;
    }

    .new-icon02 {
        display: inline-block;
        height: 30px;
        width: 90px;
        background-color: #fd472f;
        border-radius: 40px;
        color: #fff;
        font-size: 0.9em;
        text-decoration: none;
        font-family: "微軟正黑體";
        line-height: 30px;
        text-align: center;
    }

    .new-icon03 {
        display: inline-block;
        height: 30px;
        width: 90px;
        background-color: #0b84d1;
        border-radius: 40px;
        color: #fff;
        font-size: 0.9em;
        text-decoration: none;
        font-family: "微軟正黑體";
        line-height: 30px;
        text-align: center;
    }

    .new-icon04 {
        display: inline-block;
        height: 30px;
        width: 90px;
        background-color: #1f8607;
        border-radius: 40px;
        color: #fff;
        font-size: 0.9em;
        text-decoration: none;
        font-family: "微軟正黑體";
        line-height: 30px;
        text-align: center;
    }

    .news-narrative {
        width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        margin-bottom: 30px;
        text-align: left;
        font-family: 'Noto Serif TC', "微軟正黑體";
        color: #535353;
        font-size: 1.2em;
        line-height: 30px;
    }

    .htmledit {
        width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        margin-bottom: 30px;
        font-family: 'Noto Serif TC', "微軟正黑體";
        font-size: 1.2em;
        color: #535353;
    }
}
