﻿
/* iframe 頁面 */
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}

.container {
    width: 100%;
}

.carousel .item img { /*設定輪播圖片百分百尺寸1200像素以上滿版使用*/
    width: 100%;
    height: auto;
}

body, td, th {
    font-size: 1em;
}

body {
    padding: 0;
    margin: 0;
}

#wrapper {
    width: 100%;
    height: auto;
    font-family: "微軟正黑體";
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}


.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; /*右內距*/
    }

#action {
    width: 100%;
    background-color: #fff;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    padding-bottom: 0px;
}

.ac-font00 {
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    text-align: center;
    font-family: 'Noto Serif TC', "微軟正黑體";
    font-weight: 900;
    color: #78430b;
    font-size: 3em;
    line-height: 36px;
}

.ac-tl-photo {
    display: block;
    text-align: center;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
}


#action-area {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.action-list {
    margin-bottom: 0px;
}

.ac-photo {
    display: block;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

    .ac-photo img {
        width: 100%;
        text-align: center;
        webkit-border-radius: 200px;
        -moz-border-radius: 200px;
        border-radius: 200px;
    }

.ac-font01 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    text-align: center;
    font-family: 'Noto Serif TC', "微軟正黑體";
    font-weight: 900;
    color: #007f65;
    font-size: 2.2em;
    line-height: 30px;
}

.ac-font02 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    text-align: center;
    font-family: 'Noto Serif TC', "微軟正黑體";
    font-weight: 900;
    color: #2e2e2e;
    font-size: 2.2em;
    margin-bottom: 10px;
    line-height: 30px;
}

.ac-font021 {
    color: #010101;
}

.ac-font03 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    text-align: left;
    font-family: 'Noto Serif TC', "微軟正黑體";
    font-weight: 900;
    color: #2e2e2e;
    font-size: 1.6em;
    line-height: 26px;
}











@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) {
    #navBar #subMenu .navBg { /*手機版漢堡選單背景色於PC版必須隱藏*/
        background-color: rgba(255,255,255,0.0);
    }
}

@media screen and (min-width:1195px) {
    #navBar #subMenu .navBg { /*手機版漢堡選單背景色於PC版必須隱藏*/
        background-color: rgba(255,255,255,0.0);
    }

    #action {
        width: 100%;
        background-color: #fff;
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .ac-font00 {
        width: 70%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
        text-align: center;
        font-family: 'Noto Serif TC', "微軟正黑體";
        font-weight: 900;
        color: #78430b;
        font-size: 3em;
        line-height: 36px;
    }

    .ac-tl-photo {
        display: block;
        text-align: center;
        padding: 20px;
        margin-left: auto;
        margin-right: auto;
    }


    #action-area {
        width: 30%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .action-list {
        margin-bottom: 50px;
    }

    .ac-photo {
        display: block;
        width: 100%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

        .ac-photo img {
            width: 100%;
            text-align: center;
            webkit-border-radius: 200px;
            -moz-border-radius: 200px;
            border-radius: 200px;
        }

    .ac-font01 {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        text-align: center;
        font-family: 'Noto Serif TC', "微軟正黑體";
        font-weight: 900;
        color: #007f65;
        font-size: 1.8em;
        line-height: 30px;
    }

    .ac-font02 {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0px;
        text-align: center;
        font-family: 'Noto Serif TC', "微軟正黑體";
        font-weight: 900;
        color: #2e2e2e;
        font-size: 2.2em;
        line-height: 30px;
    }

    .ac-font03 {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        text-align: left;
        font-family: 'Noto Serif TC', "微軟正黑體";
        font-weight: 900;
        color: #2e2e2e;
        font-size: 1.4em;
        line-height: 20px;
    }
}
