@charset "utf-8";
/* CSS Document index */ :root {
}
/*內頁共同元件*/
/*CITD內頁計畫下拉選單微調*/
#CITD-nav #plan-intro {
    left: 0.25rem;
}

#CITD-nav #plan-download {
    left: 1.5rem;
}
/*ACGE內頁計畫下拉選單微調*/
#ACGE-nav #plan-intro {
    left: 2rem;
}

#ACGE-nav #plan-download {
    left: 3.5rem;
}
/*RDBC內頁計畫下拉選單微調*/
#RDBC-nav #plan-intro {
    left: 2.5rem;
}

#RDBC-nav #plan-download {
    left: 4rem;
}
/*子計畫首頁*/
.plan-index-banner-area {
    margin-top: 95px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    padding: 4% 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .20);
}

.inside-banner-area {
    margin-top: 95px;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    padding: 0 5%;
    height: 185px;
    display: flex;
    align-items: flex-end;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .20);
}
/*計畫內頁標題區*/
.inside-title {
    padding: 25px 20px 10px;
    border-radius: 20px 20px 0 0;
    min-width: 350px;
    color: #FFF;
    text-align: center;
    font-size: 2.25rem;
    line-height: 1.5;
    letter-spacing: 0.5rem;
    text-shadow: 1px 1px 5px #00000030;
}

.plan-intro {
    margin-left: auto;
    padding: 2rem 1.5rem;
    font-size: 1.25rem;
    color: #FFF;
    line-height: 2;
    border-radius: 20px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, .35);
}
/*三個子計畫顏色標示*/
/*CITD計畫*/
.plan-index-banner-area.CITD {
    background-image: url(../images/CITD/CITD_banner.jpg);
    background-repeat: no-repeat;
    background-size: cover; /* 等比例撐滿 */
    border-bottom: 12px solid #156F4F;
    min-height: 420px; /* 控制 banner 高度（可改 380~520） */
}


    .plan-index-banner-area.CITD .plan-intro {
        background-color: rgba(4, 86, 57, .7);
        max-width: 420px; /* 可選：避免遮太多 */
    }

.inside-banner-area.CITD {
    background-image: url(../images/CITD/CITD_banner.jpg);
    border-bottom: 12px solid #156F4F;
}

    .inside-banner-area.CITD .inside-title {
        background-color: rgba(4, 86, 57, .7);
    }
/*ACGE計畫*/
.plan-index-banner-area.ACGE {
    background-image: url(../images/ACGE/ACGE-index-banner.jpg);
    border-bottom: 12px solid #054F87;
}

    .plan-index-banner-area.ACGE .plan-intro {
        background-color: rgba(5, 79, 135, .75);
    }

.inside-banner-area.ACGE {
    background-image: url(../images/ACGE/ACGE-inside-banner.jpg);
    border-bottom: 12px solid #054F87;
}

    .inside-banner-area.ACGE .inside-title {
        background-color: rgba(5, 79, 135, .75);
    }
/*RDBC計畫*/
.plan-index-banner-area.RDBC {
    background-image: url(../images/RDBC/RDBC_banner.jpg);
    border-bottom: 12px solid #2F0368;
    height: 800px; /* 設定一個基礎高度 */
    max-height: 90vh; /* 在大螢幕時，高度不要超過螢幕高度的 90% */
}

    .plan-index-banner-area.RDBC .plan-intro {
        background-color: rgba(47, 3, 104, .7);
    }

.inside-banner-area.RDBC {
    background-image: url(../images/RDBC/RDBC_banner.jpg);
    border-bottom: 12px solid #2F0368;
}

    .inside-banner-area.RDBC .inside-title {
        background-color: rgba(47, 3, 104, .7);
    }
/*麵包屑調整*/
.breadcrumb {
    margin-top: 25px;
    color: #666;
    font-size: 90%;
    background-color: #EBEBEB;
    padding: 5px 25px;
    letter-spacing: 2px;
    border-radius: 10px;
}

    .breadcrumb a {
        color: #2367B6;
    }

        .breadcrumb a:hover {
            color: #0d6efd;
        }

.tag-green {
    color: #156F4F;
}

.tag-75p {
    font-size: 75%;
}

.tag-120p {
    font-size: 120%;
}
/*內頁主資料區*/
.inside-content-area {
    padding: 10px 0 40px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: fixed;
}
/*頁數選擇器*/
.choose-btns button {
    border-radius: 0;
    border: 1px solid #BBBBBB;
    margin: 10px;
}

.choose-btns .first, .choose-btns .end {
    width: 40px !important;
    line-height: 1.5;
    font-weight: 900;
    color: #FFF;
    font-size: 1rem;
    padding: 8px !important;
    background-color: #00A2B2;
    border-radius: 8px !important;
}

.choose-btns button.active, .choose-btns button:hover {
    background-color: #156F4F;
    color: #FFF;
}
/*子計畫首頁計畫期程*/
.inside-timeline-area {
    padding: 50px 0;
    background-color: #EEFFFF;
}

.step-group {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 72px;
}

.step-item {
    flex: 0 0 11.5%;
    padding: 2px;
    position: relative;
}

    .step-item:first-child {
        margin-left: 62px;
    }

.step-item .tier {
    position: absolute;
    left: -145px;
    top: 78px;

    width: 130px;
    height: 90px;

    background-color: #DAEEFF;
    color: #000;

    font-size: 1.1rem;
    font-weight: 500;

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    padding: 10px;
    border-radius: 10px;

    line-height: 1.5;
}

.tier-text {
    font-family: "Microsoft JhengHei", "微軟正黑體", sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* 右側箭頭 */
.step-item .tier:after {
    position: absolute;
    right: -14px;
    top: calc(50% - 12px);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 14px;
    border-color: transparent transparent transparent #DAEEFF;
}

.hr-step {
    display: none;
}

.step-item .title {
    background-image: url(../images/template/bg_step-title.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
    font-size: 1rem;
    text-align: center;
    color: #FFF;
    padding: 6px 12px;
    padding-right: 1.5rem;
    /* ===== 新增：調整綠色框高度用 ===== */
    height: 64px; /* 固定高度，所有綠色框一致 */
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.25;
}

.step-item.result .title {
    background-image: none;
    background-color: #156F4F;
}

.step-item .intro {
    padding: 10px;
    font-size: 1rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    color: #555555;
    background-color: #FFF;
    border: 1px solid #CCC;
    width: 92%;
    margin-top: 1rem;
    min-height: 200px;
}
/*目前階段*/
.step-item.active .intro {
    color: #156F4F;
    background-color: #FFF79E;
    border: 1px solid #156F4F;
    box-shadow: 1px 1px 5px 0 #00000050;
}
/*成果微調*/
.step-item.result .title {
    padding: 5px;
}

    .step-item.result .title i {
        margin-right: 0.5rem;
        color: #FFCC00;
        font-size: 120%;
    }

.step-item.result .intro {
    width: 100%;
}
/*第二行以後無標題*/
.step-group.no-title .step-item .title {
    display: none;
}

.hr-step {
    display: block; /* 新增這行 */
    width: 100%;
    clear: both;
    height: 25px;
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: auto;
    background-image: url(../images/template/hr-step-group.svg);
    margin-bottom: 10px;
}
/*子計畫首頁計畫說明區*/
.plan-intro-area {
    padding: 50px 0;
}

.plan-intro-box {
    background-color: #FFF8E2;
    border-radius: 15px;
    padding: 2rem 1.5rem;
    color: #555;
}

    .plan-intro-box ul {
        font-size: 1rem;
        color: #333;
        margin-bottom: 0;
    }
    /*CITD子計畫首頁說明*/
    .plan-intro-box.CITD .title {
        font-size: 1.625rem;
        color: #156F4F;
    }

    .plan-intro-box.CITD .stitle {
        color: #156F4F;
    }

        .plan-intro-box.CITD .stitle i {
            color: #156F4F;
            margin-right: 0.5rem;
        }
    /*ACGE子計畫首頁說明*/
    .plan-intro-box.ACGE .title {
        font-size: 1.625rem;
        color: #2672AB;
    }

    .plan-intro-box.ACGE .stitle {
        color: #2672AB;
    }

        .plan-intro-box.ACGE .stitle i {
            color: #2672AB;
            margin-right: 0.5rem;
        }
    /*RDBC子計畫首頁說明*/
    .plan-intro-box.RDBC .title {
        font-size: 1.625rem;
        color: #45108A;
    }

    .plan-intro-box.RDBC .stitle {
        color: #45108A;
    }

        .plan-intro-box.RDBC .stitle i {
            color: #45108A;
            margin-right: 0.5rem;
        }
/*CITD子計畫首頁計畫介紹*/
.plan-type-box {
    display: flex;
    width: 92%;
    align-items: stretch;
    border: 1px solid #D9D9D9;
    border-radius: 15px;
    background-color: #FFFFFF;
    overflow: hidden;
    margin: 10px;
    min-height: 12rem;
}

    .plan-type-box .photo {
        flex: 0 0 37.5%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

#type01.plan-type-box .photo {
    background-color: #EAF6FF;
}

#type02.plan-type-box .photo {
    background-color: #FFEEF2;
}

.plan-type-box .intro {
    padding: 10px;
    color: #333;
    min-height: 150px;
    line-height: 1.5;
}

    .plan-type-box .intro ul {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }
/*ACGE子計畫首頁計畫介紹*/
.plan-ACGE-intro-box {
    border: 1px solid #D9D9D9;
    border-radius: 15px;
    background-color: #FFFFFF;
    overflow: hidden;
    margin: 10px;
}

    .plan-ACGE-intro-box .title {
        text-align: center;
        font-size: 1.25rem;
        letter-spacing: 2px;
        padding: 5px;
    }

#type01.plan-ACGE-intro-box .title {
    color: #084C94;
    background-color: #EAF6FF;
    font-size: 1.25rem;
}

#type02.plan-ACGE-intro-box .title {
    color: #156F4F;
    background-color: #F0FFE6;
    font-size: 1.25rem;
}

#type01.plan-ACGE-intro-box .intro {
    padding: 10px;
}

    #type01.plan-ACGE-intro-box .intro div {
        font-size: 1.125rem;
        color: #333;
        width: 85%;
        padding: 5px;
        text-align: center;
        margin: 8px auto;
        background-color: #FFF3C2;
        border-radius: 4px;
    }

#type02.plan-ACGE-intro-box .intro {
    padding: 10px;
}

#type02.plan-ACGE-intro-box .cost {
    text-align: center;
    font-size: 1.5rem;
    color: #555;
    padding: 8px 3rem;
    display: flex;
    justify-content: space-between;
}

    #type02.plan-ACGE-intro-box .cost span {
        font-size: 1.25rem;
        padding: 5px 10px;
        border-radius: 4px;
        background-color: #F5E8FF;
        color: #333;
        margin-right: 2rem;
    }

#type02.plan-ACGE-intro-box .detail {
    font-size: 0.875rem;
    line-height: 1.5;
}

#type01.plan-ACGE-intro-box.RDBC .intro {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    #type01.plan-ACGE-intro-box.RDBC .intro div {
        flex: 0 0 48%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.plan-ACGE-intro-box.RDBC .intro {
    min-height: 175px;
}

.type-stitle {
    font-size: 1.5rem;
    color: #333;
}
/*說明區影片*/
.video-intro-block {
    padding: 0 2rem;
}

    .video-intro-block video {
        border-radius: 15px;
    }

.video-intro-title {
    text-align: center;
    font-size: 1.25rem;
    color: #156F4F;
    padding-top: 1rem;
}
/*子計畫首頁快速連結區*/
.rapid-link-area {
    padding: 50px 0;
}

.rapid-link-group {
    position: relative;
    margin: 20px 0;
    padding: 0 2%;
}

.rapid-link-box {
    margin: 20px;
    border: 1px solid #156F4F;
    border-radius: 15px;
    overflow: hidden;
    transition: all .6s;
}

    .rapid-link-box .photo {
        padding-bottom: 70%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 82%;
        transition: all .6s ease;
        background-color: #FFF;
    }

    .rapid-link-box:hover {
        box-shadow: 2px 2px 10px 0 #00808060;
    }

    .rapid-link-box .title {
        padding: 15px;
        font-size: 1.4rem;
        color: #231F20;
        text-align: center;
        background-color: #BCEFD6;
        transition: all .6s ease;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .rapid-link-box:hover .photo {
        background-size: 95%;
    }

    .rapid-link-box:hover .title {
        color: #156F4F;
        background-color: #ffff9980;
    }
/*子計畫首頁計畫成果區*/
.plan-result-area {
    padding: 50px 0;
}

.result-book-box {
    margin: 40px;
}

    .result-book-box .photo {
        border-radius: 12px;
        padding-bottom: 125%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        transition: all .5s;
    }

        .result-book-box .photo:hover {
            transform: scale(1.05);
        }

    .result-book-box .title {
        text-align: center;
        font-size: 1.25rem;
        color: #231F20;
        padding: 15px 0;
        transition: all .5s;
    }

    .result-book-box:hover .title {
        color: #156F4F;
        transform: scale(1.05);
    }
/*slick arrow */
#CITD-result-prev.center_1_prev {
    left: 0;
}

#CITD-result-next.center_1_next {
    right: 0;
}

#CITD-video-prev.center_1_prev {
    left: -10px;
}

#CITD-video-next.center_1_next {
    right: -10px;
}
/*最新消息*/
.inside-content-area.news {
    background-image: url(../images/inside/bg_news-list.jpg);
}

.inside-news-line {
    display: flex;
    padding: 40px 0;
    border-bottom: 1px solid #CCC;
}
    /*按鈕方式*/
    .inside-news-line .photo {
        padding: 25px;
    }

    .inside-news-line .photo-news {
        width: 100%;
        height: 100%;
        background-position: center left;
        background-repeat: no-repeat;
        background-size: cover;
        border: 1px solid #FFFFFF50;
        box-shadow: 1px 1px 8px 0 #00000050;
        background-image: url(../uploadfiles/news/no-image.jpg);
        transition: all .5s;
    }

        .inside-news-line .photo-news:hover {
            transform: scale(1.05);
            box-shadow: 1px 1px 15px 0 #0a58ca70;
        }

.inside-news-group .inside-news-line:nth-child(odd) > div {
    background-color: rgba(238, 255, 255, .4);
}
/*圖片方式*/
.inside-news-line .content {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 25px;
}

.inside-news-line .content-title {
    font-size: 1.75rem;
    min-height: 84px;
    line-height: 1.5;
}

.inside-news-line .content-title {
    color: #156F4F;
}

    .inside-news-line .content-title:hover {
        color: #0d6efd;
    }

.inside-news-line .content-intro {
    font-size: 1.25rem;
    padding: 10px 0;
    color: #555;
    font-weight: 600;
    line-height: 1.75;
}

.inside-news-line .content-footer {
    font-size: 1rem;
    color: #555555;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
}

.inside-news-line .content-footer-date {
}

    .inside-news-line .content-footer-date i {
        margin-right: 0.25rem;
    }

.content-footer-date .times-icon {
    margin-left: 3rem;
}
/*最新消息詳細內頁註解資訊*/
.content-footer-date.detail {
    font-size: 1rem;
}

.inside-news-line .content-footer-detail {
    position: relative;
    color: #666666;
}

    .inside-news-line .content-footer-detail:hover {
        color: #0d6efd;
    }

    .inside-news-line .content-footer-detail:before {
        position: absolute;
        top: 11px;
        left: -15px;
        content: "";
        height: 8px;
        width: 8px;
        border-style: solid;
        border-width: 4px 0 4px 8px;
        border-color: transparent transparent transparent #555555;
    }
/*最新消息內頁*/
.inside-content-area.news-content {
    background-image: url(../images/inside/bg_news-content.jpg);
}

.news-content-title {
    color: #156F4F;
    font-size: 1.75rem;
    line-height: 1.5;
    letter-spacing: 0.125rem;
    border-bottom: 1px solid #999999;
    padding: 10px 0;
    margin-bottom: 10px;
}

.news-content-box {
    margin: 20px 0 50px;
    line-height: 1.75;
}

    .news-content-box img {
        width: 100%;
        max-width: 980px;
        margin: 20px auto;
        border: 2px solid #FFF;
        box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .5);
    }

.back-btn {
    font-size: 1.125rem;
    color: #555555;
    background-color: #FFF;
    padding: 3px 20px;
    border: 1px solid #555555;
    transition: all .3s;
    letter-spacing: 2px;
    transition: all .5s;
}

    .back-btn:hover {
        color: #FFF;
        background-color: #555555;
    }
/*CITD計畫說明內頁*/
.about-stitle {
    font-size: 1.5rem;
    color: #156F4F;
    padding: 1rem 0;
}

.about-content {
    position: relative;
    padding: 10px 10px 50px;
    line-height: 1.75;
    color: #555555;
}
/*內頁計畫簡介主圖*/
.about-main-photo {
    padding: 0 2rem;
}

    .about-main-photo img {
        border-radius: 20px;
        border: 1px solid #FFF;
        box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .25);
    }

.about-main-words {
    display: flex;
    align-items: center;
    line-height: 2;
}

.plan-intro-box.CITD.inside {
    background-color: transparent;
    border-radius: 0;
    padding: unset;
    color: #555;
}

    .plan-intro-box.CITD.inside ul {
        font-size: 1.25rem;
        color: #333;
        margin-bottom: 0;
    }

.plan-intro-box.CITD.inside {
}

.plan-intro-box.CITD .stitle {
    color: #156F4F;
}

    .plan-intro-box.CITD .stitle i {
        color: #156F4F;
        margin-right: 0.5rem;
    }
/*CITD計畫說明-審查階段說明*/
.check-step-box {
    margin: 1.5rem;
    border-radius: 25px;
    border: 1px solid #CCCCCC;
    background-color: #FFF;
    color: #333;
    font-size: 1.25rem;
    line-height: 1.5;
    overflow: hidden;
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .20);
}

    .check-step-box .title {
        background: linear-gradient(to bottom, #F4FFFF 0, #CEF4F4 87%);
        color: #156F4F;
        line-height: 1.5;
        font-size: 1.625rem;
        padding: 0.5rem 1.5rem;
    }

    .check-step-box .intro {
        line-height: 1.5;
        padding: 1.5rem;
        min-height: 200px;
    }
/*ACGE計畫說明-右上角插圖*/
.photo-right {
    text-align: right;
}

    .photo-right img {
        margin-top: -1rem;
        max-width: 280px;
    }
/*ACGE計畫說明-審查階段說明*/
.check-step-box.ACGE {
    border: 1px solid #7DD1D8;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
}

    .check-step-box.ACGE .title {
        background-color: #F8FFFF;
        font-size: 1.375rem;
        text-align: center;
    }

    .check-step-box.ACGE .intro {
        line-height: 1.5;
        padding: 1.5rem;
        min-height: 100px;
    }
/*ACGE計畫說明-優先支持*/
.first-aid-box {
    width: calc(100% - 3rem);
    background-color: #E5F9F9;
    border-radius: 20px;
    margin: 1.5rem;
}

    .first-aid-box .photo {
        max-width: 265px;
        margin-top: -3rem;
        padding: 1rem;
    }

    .first-aid-box .content {
        padding: 1rem 2rem;
        font-size: 1.25rem;
        color: #333333;
        display: flex;
        align-items: center;
        line-height: 2;
    }

.budget-box {
    border-radius: 25px;
    width: calc(100% - 3rem);
    margin: 1.5rem;
    border: 1px solid #009999;
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .2);
}

    .budget-box .photo {
        padding: 1rem;
        color: #555;
        font-size: 1.25rem;
        text-align: center;
    }

        .budget-box .photo .cost {
            padding-left: 0.5rem;
            color: #156F4F;
            font-size: 2.188rem;
        }

        .budget-box .photo .notice {
            padding: 2px 10px;
            color: #333;
            background-color: #FFFDCD;
        }

    .budget-box .content {
        padding: 1rem 2rem;
        color: #156F4F;
        font-size: 1.375rem;
    }

        .budget-box .content ul {
            color: #555555;
            line-height: 1.75;
            font-size: 1.25rem;
        }
/*RDBC計畫說明*/
.check-step-box.RDBC {
    margin: 10px;
    border: 1px solid #CCCCCC;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
}

    .check-step-box.RDBC .title {
        background: #FFF2BF;
        font-size: 1.375rem;
        text-align: center;
    }

    .check-step-box.RDBC .intro {
        line-height: 1.75;
        padding: 15px 10px;
        min-height: 100px;
        font-size: 1.125rem;
        color: #555;
        min-height: 300px;
    }

.about-inside-content {
    padding: 0 1rem;
}

.plan-type-box.RDBC ul {
    font-size: 1.125rem;
    line-height: 1.75;
}

.first-aid-box.RDBC .photo {
    margin: auto;
    text-align: center;
}
/*計畫說明-下載說明資料與登入系統*/
.other-function-box {
    margin: 1.5rem;
    border-radius: 25px;
    border: 1px solid #009999;
    background-color: #FFF;
    color: #333;
    font-size: 1.5rem;
    line-height: 1.5;
    overflow: hidden;
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .20);
    height: 115px;
    display: flex;
}

    .other-function-box .title {
        flex: 0 0 35%;
        color: #156F4F;
        line-height: 1.5;
        font-size: 110%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .other-function-box .title i {
            margin-right: 0.25rem;
        }

    .other-function-box .intro {
        flex: 0 0 65%;
        line-height: 1.5;
        padding-right: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .other-function-box #download.title {
        background-color: #FFFDB4;
    }

    .other-function-box #login.title {
        background-color: #EAFFFF;
    }

    .other-function-box .intro a {
        color: #156F4F;
        padding: 0 5px;
        border-bottom: 1px solid #156F4F;
    }

        .other-function-box .intro a:hover {
            color: #0a58ca;
            border-bottom: 1px solid #CCC;
        }

.about-factor-box {
    margin: 10px;
    border-radius: 20px;
    border: 1px solid #009999;
    background-color: #FFFFFF;
    box-shadow: 6px 6px 0 0 rgba(204, 204, 204, .6);
    overflow: hidden;
}

    .about-factor-box .photo {
        background-size: auto 60%;
        background-repeat: no-repeat;
        background-position: center center;
        height: 200px;
    }

    .about-factor-box .content {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        line-height: 1.5;
        color: #156F4F;
        padding: 5px 20px;
        background-color: #F0FFFF;
        height: 80px;
    }

#af02.about-factor-box .photo {
    padding: 2rem 3rem;
}

    #af02.about-factor-box .photo ul {
        font-size: 1.125rem;
        line-height: 2;
        float: right;
    }

#af06.about-factor-box .photo {
    padding: 2rem 3rem;
}

    #af06.about-factor-box .photo ul {
        font-size: 1rem;
        line-height: 1.4;
        float: right;
        width: 55%; /* 設定寬度，確保不會跟圖片重疊 (40% + 55% < 100%) */
    }

#af01.about-factor-box .photo {
    background-image: url(../images/RDBC/photo_factor01.svg);
}

#af02.about-factor-box .photo {
    background-image: url(../images/RDBC/photo_factor02.svg);
    background-position: 20% center;
}

#af03.about-factor-box .photo {
    background-image: url(../images/RDBC/photo_factor03.svg);
}

#af04.about-factor-box .photo {
    background-image: url(../images/RDBC/photo_factor04.svg);
}

#af05.about-factor-box .photo {
    background-image: url(../images/RDBC/photo_factor05.svg);
}

#af06.about-factor-box .photo {
    background-image: url(../images/RDBC/photo_factor06.svg);
    background-position: 20% center;
}

#af07.about-factor-box .photo {
    background-image: url(../images/RDBC/photo_factor07.svg);
}

.about-document-box {
    padding: 20px;
    border: 6px solid #99CCFF90;
    border-radius: 27px;
    line-height: 175%;
    background-color: #FFF;
}

    .about-document-box .stitle {
        font-size: 110%;
        color: #003399;
        line-height: 200%;
    }

        .about-document-box .stitle:before {
            content: "■";
            color: #66CC00;
            font-size: 125%;
            margin-right: 0.25rem;
        }

.about-document-line > ol > li:nth-child(odd) {
    background-color: #E5E5E590;
}

.about-document-box.notice {
    font-size: 110%;
    border-color: #FFCC6690;
    padding-top: 10%;
    height: 184px;
    line-height: 200%;
}

    .about-document-box.notice span {
        color: #003399;
    }

.document-photo {
    margin-top: -125px;
}

.about-application-box {
    margin: 10px;
    padding: 15px;
    border-radius: 27px;
    border: 1px solid #99CCFF;
    background-color: #FFFFFF;
    box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, .35);
    height: 250px;
}

    .about-application-box .photo {
        background-size: 90%;
        background-repeat: no-repeat;
        background-position: top center;
        padding-bottom: 30%;
    }

#ad01.about-application-box .photo {
    background-image: url(../images/inside/photo_application01.png);
}

#ad02.about-application-box .photo {
    background-image: url(../images/inside/photo_application02.png);
}

#ad03.about-application-box .photo {
    background-image: url(../images/inside/photo_application03.png);
}

.about-document-line .notice {
    color: #000000;
    font-size: 115%;
    letter-spacing: 2px;
    line-height: 150%;
    margin: 15px 0;
}
/*歷年獲補助名單*/
.inside-content-area.about-award {
    background-image: url(../images/inside/bg_news-list.jpg);
}
/*補助名單與下載表格結構*/
/*補助名單搜尋列*/
.list-search-tool {
    margin: 0.5rem 0 1.5rem;
}

    .list-search-tool input, .list-search-tool select {
        border: 1px solid #8C8C8C;
        border-radius: 4px;
        color: #555;
        font-weight: 600;
        height: 45px;
    }

.btn-list-search {
    border: 1px solid #156F4F;
    background-color: #FFF;
    color: #156F4F;
    font-size: 1.125rem;
    font-weight: 600;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
    height: 45px;
    padding: 0 10px 0 12px;
    transition: all .5s;
}

    .btn-list-search:hover {
        border: 1px solid #156F4F;
        background-color: #156F4F;
        color: #FFF;
    }

.download-table {
    font-size: 1.25rem;
    color: #555;
    line-height: 1.5;
    width: 100%;
    background-color: #fff;
    padding: 0;
    margin: 0 auto;
    border-top: 1px solid #156F4F;
    border-bottom: 1px solid #156F4F;
}

.download-table-th {
    background-color: rgba(161, 246, 197, .25);
    color: #156F4F;
    display: flex;
    border-bottom: 1px solid #0E92C9;
}

    .download-table-th > div {
        padding: 5px;
        min-height: 48px;
        display: flex;
        align-items: center;
    }

.download-table-tr > div {
    padding: 5px;
    min-height: 85px;
    display: flex;
    align-items: center;
}
/*補助名單欄位*/
.td-no {
    flex: 0 0 5%;
    justify-content: center;
}

.td-year {
    flex: 0 0 10%;
    justify-content: center;
}

.td-comp {
    flex: 0 0 20%;
}

.td-county {
    flex: 0 0 10%;
    justify-content: center;
}

.td-plan {
    flex: 1 1 auto;
}

.td-date {
    flex: 0 0 15%;
    justify-content: center;
}

.download-table-tr {
    display: flex;
    border-bottom: 1px solid #8AB7A7;
}

    .download-table-tr:nth-child(odd) {
        background-color: transparent;
    }

    .download-table-tr:nth-child(even) {
        background-color: #F8FFFF;
    }
/*計畫文件-個階段總覽*/
.timetable-area {
    padding: 30px 0;
}
/*手機板警語*/
.timetable-notice {
    display: none;
}

.timetable-box {
    position: relative;
    padding: 0;
    border-radius: 0;
    margin: 8px;
    height: 220px;
    outline: 1px solid rgba(187, 187, 187, .3);
    box-shadow: 2px 2px 10px 0 #00000020;
}

    .timetable-box.ladder {
        width: 120px;
        color: #156F4F;
        background-color: rgba(247, 246, 213, .5);
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        border-radius: 15px;
    }

        .timetable-box.ladder:after, .timetable-box.end:after {
            display: none;
        }

.timetable-step.ladder-title {
    width: 130px;
}

    .timetable-step.ladder-title:before {
        display: none;
    }

.t-second .timetable-box .ladder {
    color: #330066;
}

.timetable-box .ladder {
    font-size: 100%;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.timetable-box a {
    text-decoration: underline !important;
}

    .timetable-box a:hover {
        text-decoration: none !important;
    }

.timetable-step {
    position: relative;
    font-size: 1.5rem;
    color: #000;
    padding: 4px;
    letter-spacing: 2px;
    text-align: center;
    margin: 15px 3px;
    background-color: #D1EBFF;
}

    .timetable-step:before {
        content: "";
        position: absolute;
        left: -3px;
        top: -10px;
        width: 1px;
        height: 80px;
        background-image: url(../images/template/line-step.svg);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: auto;
    }

.timetable-box .monthes {
    padding: 6px 0 6px;
    text-align: center;
    color: #FFFF;
    border-bottom: 1px dotted #CCCCCC;
    background-color: #0D7BBA;
}

.timetable-box .content {
    position: relative;
    font-size: 1rem;
    padding: 10px;
    line-height: 175%;
    border-radius: 0 0 15px 15px;
    color: #666666;
    overflow: auto;
    height: 10rem;
}

.timetable-box:after {
    position: absolute;
    content: "";
    right: -25px;
    top: calc(50% - 15px);
    width: 24px;
    height: 40px;
    border-style: solid;
    border-width: 25px 0 25px 15px;
    border-color: transparent transparent transparent #82c4e9;
}

.timetable-box .highlight {
    color: #006600;
}

.timetable-box.active {
    outline: 1px solid #cc990090;
    background-color: rgba(247, 246, 213, .7) !important;
    z-index: 3;
    border-radius: 0 0 10px 10px;
    box-shadow: 2px 2px 12px 0 #ffcc3375;
    animation: border-shining 2s ease-in infinite;
}

    .timetable-box.active:before {
        content: "NOW";
        position: absolute;
        top: -11px;
        left: -10px;
        padding: 2px 4px 0;
        border-radius: 2px;
        font-size: 0.875rem;
        font-family: poppins;
        background-color: #ffff00;
        color: #E00000;
        box-shadow: 2px 2px 0 0 #00000030;
        animation: shine13 2s ease-in-out infinite;
    }

    .timetable-box.active .monthes {
        color: #FFF;
        background-color: #156F4F;
    }

    .timetable-box.active .content {
        color: #666666;
    }

.timetable-start-icon {
    position: absolute;
    left: -5px;
    bottom: -5px;
}

    .timetable-start-icon img {
        width: 75px;
    }
/*計畫文件下載專區*/
.download-menu-box {
    position: sticky;
    margin: 35px 20px;
    border-radius: 10px;
    border: 1px solid #8AB7A7;
    overflow: hidden;
    top: 125px;
}

    .download-menu-box .title {
        padding: 12px 0 10px;
        font-size: 1.5rem;
        text-align: center;
        background-color: #E7FCF0;
        color: #156F4F;
    }

        .download-menu-box .title i {
            margin-right: 0.5rem;
            font-size: 110%;
        }

.btn-smenu-download {
    width: 85%;
    display: block;
    border-radius: 40px;
    font-size: 1.375rem;
    color: #156F4F;
    text-align: center;
    background-color: #FFF;
    border: 1px solid #73ABAA;
    margin: 2rem auto;
    transition: all .5s;
}

    .btn-smenu-download.active, .btn-smenu-download:hover {
        background-color: #156F4F;
        color: #FFF;
    }
/*文件下載-梯次切換*/
.ladder-switch {
    display: flex;
    align-items: flex-end;
    padding-left: 1.5rem;
    border-bottom: 1px solid #156F4F;
}

    .ladder-switch li {
        padding: 0 5px;
        width: fit-content;
        flex: 0;
    }

    .ladder-switch button {
        width: fit-content;
        color: #555;
        font-size: 1.2rem;
        background-color: #D9D9D9;
        border: 0;
        border-radius: 4px 4px 0 0;
        letter-spacing: 0.25rem;
        padding: 8px 25px;
        transition: all .5s;
    }

        .ladder-switch button:hover, .ladder-switch button.active {
            color: #FFF;
            background-color: #156F4F;
            color: #FFF;
            padding: 10px 25px;
        }
/*下載類別子標題*/
.download-stitle {
    margin: 1rem 15px 0;
    font-size: 115%;
    color: #003399;
    line-height: 200%;
}

    .download-stitle i {
        color: #66CC00;
        margin-right: 0.5rem;
        margin-right: 0.25rem;
    }
/*下載文件欄位*/
.td-update {
    flex: 0 0 20%;
    justify-content: center;
    white-space: nowrap;
}

.td-filename {
    flex: 1 1 auto;
}

.td-times {
    flex: 0 0 10%;
    justify-content: center;
}

.td-download {
    flex: 0 0 20%;
    justify-content: center;
}

    .td-download img {
        width: 40px;
        margin: 0 5px;
        transition: all .5s;
    }

        .td-download img:hover {
            transform: scale(1.1);
        }
/*計畫成果*/
.result-20book {
    padding: 2rem;
    background-color: rgba(238, 255, 255, .5);
    display: flex;
}

    .result-20book .photo {
        padding: 1rem;
        flex: 0 0 25%;
    }

        .result-20book .photo img {
            border-radius: 12px;
            box-shadow: 0 0 8px rgba(0, 0, 0, .15);
            transition: all .5s;
        }

            .result-20book .photo img:hover {
                transform: scale(1.05);
            }

    .result-20book .content {
        padding: 1rem;
        font-size: 1.125rem;
        line-height: 1.75;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

        .result-20book .content .title {
            padding: 1rem 0;
            color: #156F4F;
            font-size: 1.875rem;
        }

        .result-20book .content .footer {
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-size: 1rem;
            letter-spacing: 1px;
            padding-top: 1rem;
        }

            .result-20book .content .footer i {
                margin-right: 0.5rem;
            }
/*成果影音*/
.result-video-box {
    margin: 10%;
    padding: 1.5rem;
    border: 1px solid #BBBBBB;
    border-radius: 15px;
    background-color: rgba(238, 255, 255, .4);
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .25);
}

    .result-video-box .title {
        padding: 15px 0;
        font-size: 1.75rem;
        color: #156F4F;
        line-height: 1.5;
        height: 115px; /*設定資料高度*/
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 2; /*設定資料顯示行數*/
    }

    .result-video-box .footer {
        font-size: 1rem;
        display: flex;
        justify-content: space-between;
    }
/*創新學習*/
.learning-block {
    padding: 2rem 4rem;
    background-color: rgba(238, 255, 255, .5);
}

    .learning-block div {
        padding: 0.5rem 2.5rem;
    }

    .learning-block .photo img {
        border-radius: 20px;
        box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, .25);
        transition: all .5s;
    }

        .learning-block .photo img:hover {
            transform: scale(1.05);
        }

    .learning-block .content {
        display: flex;
        align-items: flex-start;
        justify-content: space-around;
        flex-direction: column;
    }

        .learning-block .content span {
            color: #156F4F;
        }

.photo-learning-map {
    text-align: center;
}

    .photo-learning-map img {
        max-width: 1283px;
        width: 100%;
    }
/*1600******************************************************************************************************************************************************/
@media only screen and (max-width: 1600px) {
    /*內頁標題*/
}
/*1400-992**************************************************************************************************************************************************/
@media only screen and (max-width: 991.98px) {
    .plan-index-banner-area {
        margin-top: 70px;
    }

    .inside-banner-area {
        margin-top: 70px;
    }

    /*第二行以後無標題取消,開始出現標題*/
    .step-group.no-title .step-item .title {
        display: block;
    }

    .document-photo {
        margin-top: -30px;
    }

    .about-document-box.notice {
        padding-top: 5%;
    }
    /*子計畫首頁快速連結區 1200*/
    .rapid-link-box {
        margin: 15px;
    }
    /*RDBC計畫說明-申請資格*/
    #af02.about-factor-box .photo {
        background-image: url(../images/RDBC/photo_factor02.svg);
        background-position: 10% center;
    }

    #af02.about-factor-box .photo {
        padding: 1rem 15px;
    }
}

@media only screen and (max-width: 1149.98px) and (min-width: 892px) {
    /* 110% 或較窄桌機：計畫期程改成三欄 */
    .step-group {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 18px 26px;
        padding-top: 40px;
        padding-left: 180px;
        position: relative;
    }

    .step-item {
        flex: 0 0 calc((100% - 52px) / 3);
        max-width: calc((100% - 52px) / 3);
        padding: 0;
        position: relative;
    }

        .step-item:first-child {
            margin-left: 0;
        }

        .step-item .tier {
            position: absolute;
            left: -165px;
            top: 145px;
            width: 150px;
            height: 120px;
            margin: 0;
            font-size: 1.1rem;
            line-height: 1.5;
            z-index: 2;
        }

        .step-item .title {
            width: 100%;
            min-height: 60px;
            height: auto;
            font-size: 0.9rem;
            line-height: 1.35;
            padding: 10px 12px;
            padding-right: 1.25rem;
            background-size: 100% 60px;
            white-space: normal;
        }

        .step-item .intro {
            width: 100%;
            min-height: 220px;
            margin-top: 12px;
            margin-bottom: 0;
            padding: 16px 12px;
            font-size: 0.95rem;
            line-height: 1.8;
            box-sizing: border-box;
        }

        .step-item.result .intro {
            width: 100%;
        }

    .step-group.no-title .step-item .title {
        display: flex;
    }
}

    /*下載專區*/
    .download-menu-box .title {
    }

    .btn-smenu-download {
    }

@media only screen and (max-width: 991.98px) {

    /*內頁標題*/
    .inside-title {
        font-size: 2rem;
    }
    /*計畫介紹*/
    .other-function-box {
        margin: 1.5rem;
        flex-direction: column;
        height: auto;
    }

        .other-function-box .title {
            padding: 10px;
        }

        .other-function-box .intro {
            flex: 0 0 65%;
            line-height: 1.5;
            padding: 25px 5px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
    /*ACGE 計畫介紹 992*/
    .photo-right {
        padding: 1rem;
    }

        .photo-right img {
            margin-top: 0;
            max-width: 250px;
        }

    .check-step-box {
        margin: 0.5rem;
        box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, .20);
    }
    /*RDBC計畫說明-申請資格 768*/
    .about-factor-box .content {
        font-size: 1.125rem;
    }
    /*相關文件-各計畫階段*/
    .timetable-step {
        display: none;
    }

    .timetable-box.ladder {
        width: unset;
    }
    /*計畫文件下載 992*/
    .ladder-switch {
        padding-left: 0;
    }

        .ladder-switch button {
            font-size: 1.25rem;
            letter-spacing: 0;
        }
    /*名單與下載表格結構 992*/
    /*搜尋列 992*/
    .list-search-tool input, .list-search-tool select {
        height: 42px;
    }

    .btn-list-search {
        height: 42px;
    }

    .download-table {
        font-size: 1.125rem;
    }
    /*計畫成果 998*/
    .result-20book {
        padding: 1rem;
    }

        .result-20book .photo {
            padding: 1rem;
            flex: 0 0 45%;
            justify-items: center;
            align-items: center;
            margin: auto;
        }

        .result-20book .content {
            padding: 1rem;
        }

            .result-20book .content .footer {
                flex-direction: column;
                justify-items: flex-start;
                align-items: flex-start;
            }
}
/*768******************************************************************************************************************************************************/
@media only screen and (max-width: 767.98px) {
    .inside-title {
        padding: 20px 20px 5px;
        min-width: 260px;
    }

    .inside-content-area {
        background-size: cover;
    }
    /*子計畫首頁計畫期程*/
    .step-group {
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .step-item {
        flex: 0 0 33%;
        padding: 2px;
    }
    /*內頁計畫簡介 768*/
    .about-stitle {
        font-size: 1.25rem;
    }

    .about-main-photo {
        padding: 2rem 1rem;
    }

    .type-stitle {
        font-size: 1.25rem;
    }

    .plan-intro-box.CITD.inside ul {
        font-size: 1.125rem;
    }
    /*CITD計畫說明-審查階段說明 768*/
    .check-step-box {
        font-size: 1.125rem;
    }

        .check-step-box .title {
            font-size: 1.5rem;
        }

        .check-step-box .intro {
            min-height: auto;
        }
    /*RDBC計畫說明-申請資格 768*/
    #af02.about-factor-box .photo {
        background-image: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .about-factor-box .content {
        font-size: 1.125rem;
    }
    /*最新消息內頁 768*/
    .news-content-title {
        font-size: 1.5rem;
    }

    .news-content-box {
        font-size: 90%;
        margin: 15px 0;
        padding: 25px;
        border-radius: 20px;
        line-height: 175%;
        background-color: transparent;
    }

        .news-content-box img {
            width: 100%;
            padding: 0;
            margin-right: auto;
            margin-left: auto;
            border: 1px solid #FFF;
            box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .2);
        }
    /*計畫文件檔案下載 768*/
    .download-menu-box {
        margin: 25px 0 25px;
        position: static;
        background-size: auto;
    }

    .td-update {
        flex: 0 0 100%;
        justify-content: start;
        background-color: #ffffcc80;
    }

        .td-update:before {
            content: "上傳日期：";
            white-space: nowrap;
        }

    .td-filename {
        flex: 0 0 100%;
        justify-content: flex-start;
    }

        .td-filename:before {
            content: "檔案名稱：";
            white-space: nowrap;
        }

    .td-times {
        flex: 0 0 100%;
        justify-content: flex-start;
    }

        .td-times:before {
            content: "下載次數";
            white-space: nowrap;
        }

    .td-download {
        flex: 0 0 100%;
        justify-content: flex-start;
    }

        .td-download:before {
            content: "檔案下載：";
            white-space: nowrap;
        }
    /*名單與下載表格結構 768*/
    /*搜尋列 768*/
    .list-search-tool input, .list-search-tool select {
        height: 40px;
    }

    .btn-list-search {
        height: 40px;
    }

    .download-table {
        font-size: 1rem;
    }

    .download-table-th {
        display: none;
    }

    .download-table-tr {
        flex-wrap: wrap;
    }

        .download-table-tr div {
            min-height: 40px;
            border-bottom: 1px dotted #CCC;
        }

    .td-no {
        flex: 0 0 50%;
        justify-content: start;
        background-color: #ffffcc80;
    }

        .td-no:before {
            content: "序號：";
            white-space: nowrap;
        }

    .td-year {
        flex: 0 0 50%;
        justify-content: flex-start;
        background-color: #ffffcc80;
    }

        .td-year:before {
            content: "年度：";
            white-space: nowrap;
        }

    .td-comp {
        flex: 0 0 100%;
        justify-content: flex-start;
    }

        .td-comp:before {
            content: "公司：";
            white-space: nowrap;
        }

    .td-county {
        flex: 0 0 100%;
        justify-content: flex-start;
    }

        .td-county:before {
            content: "縣市：";
            white-space: nowrap;
        }

    .td-plan {
        flex: 1 1 100%;
        justify-content: flex-start;
    }

        .td-plan:before {
            content: "計畫名稱：";
            white-space: nowrap;
        }

    .td-date {
        flex: 1 1 100%;
        justify-content: flex-start;
    }

        .td-date:before {
            content: "核定日期：";
            white-space: nowrap;
        }
    /*計畫成果 768*/
    .result-20book {
        padding: 1rem 0;
        flex-direction: column;
    }

        .result-20book .photo {
            padding: 1rem;
            flex: 0 0 45%;
            justify-items: center;
            align-items: center;
            margin: auto;
        }

        .result-20book .content {
            padding: 1rem;
        }

            .result-20book .content .footer {
                flex-direction: column;
                justify-items: flex-start;
                align-items: flex-start;
            }

    .result-video-box {
        margin: 1rem 0;
        padding: 15px;
    }

        .result-video-box .title {
            padding: 15px 0;
            font-size: 1.5rem;
            color: #156F4F;
            line-height: 1.5;
            height: auto;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            overflow: visible;
            -webkit-line-clamp: unset;
        }
    /*創新學習 768*/
    .learning-block {
        padding: 15px;
    }

        .learning-block div {
            padding: 0;
        }

    .photo-learning-map img {
        max-width: 1188px;
        width: 100%;
    }
}
/*******************************************************************************************************************************************************


行動版面開始


********************************************************************************************************************************************************/
/* 桌面版面: 559px 最大*/
@media only screen and (max-width: 575.98px) {
    /*麵包屑調整*/
    .breadcrumb {
        font-size: 85%;
        letter-spacing: 0;
        border-radius: 0;
        font-weight: 500;
    }
    /*共同內頁標題banner*/
    .inside-title h2 {
        font-size: 1.875rem;
        letter-spacing: 0.25rem;
    }


    /* 手機 banner 微調 */
    .plan-index-banner-area {
        padding: 0;
    }

    /*子計畫首頁標題*/
    .plan-intro {
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 0;
        width: 100%;
        padding: 14px 15px;
        font-size: 1rem;
        color: #FFF;
        line-height: 1.7;
        border-radius: 0;
        box-sizing: border-box;
    }

    .plan-index-banner-area.CITD {
        background-image: url(../images/CITD/CITD_banner.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: contain;
        min-height: 0;
        padding-top: 46%;
        background-color: #f3f3f3;
        border-bottom: 8px solid #156F4F;
    }

    .plan-index-banner-area.ACGE {
        background-image: url(../images/ACGE/ACGE-index-banner-xs.jpg);
    }

    .plan-index-banner-area.RDBC {
        background-image: url(../images/RDBC/RDBC-index-banner-xs.jpg);
    }
    /*子計畫首頁計畫期程*/
    .step-item {
        flex: 0 0 50%;
        padding: 2px;
    }

        .step-item.tier {
            flex: 0 0 100%;
            width: 100%;
        }

            .step-item.tier .tier {
                width: 100%;
            }

            .step-item .tier:after {
                display: none;
            }

            .step-item.tier .tier br {
                display: none;
            }
    /*子計畫首頁快速連結區 576*/
    .rapid-link-group {
        margin: 0;
        padding: 0;
    }
    /*子計畫首頁介紹說明區影片 576*/
    .video-intro-block {
        padding: 0;
    }
    /*子計畫首頁介紹說明區影片 576*/
    /*子計畫RDBC首頁計畫說明 576*/
    #type02.plan-ACGE-intro-box .cost {
        text-align: center;
        font-size: 1.5rem;
        color: #555;
        padding: 8px 1.5rem;
        display: flex;
        justify-content: space-between;
    }
    /*最新消息 576*/
    .inside-news-line .content-title {
        font-size: 110%;
        padding: 10px 0;
        height: auto;
        line-height: 1.6;
    }

    .inside-news-line .content-intro {
        font-size: 90%;
        padding: 5px;
        font-weight: 500;
    }

    .inside-news-line .content-footer {
        padding: 5px 20px 5px 5px;
    }

    .content-footer-date .times-icon {
        margin-left: 1.75rem;
    }
    /*最新消息內頁 576*/
    .news-content-box {
        margin: 15px 0;
        padding: 0;
        border-radius: 0;
        box-shadow: none;
    }
    /*計畫簡介 576*/
    .about-content {
        padding: 10px 0 50px;
    }

    .about-inside-content {
        padding: 0;
    }

    .about-content, .about-document-box .about-document-line, .about-application-box .content {
        font-size: 90%;
    }

    .about-factor-box {
        min-height: auto;
    }

    .about-document-box {
        padding: 15px 10px;
    }

        .about-document-box.notice {
            margin: 30px 10px;
            height: auto;
        }

    .about-application-box {
        height: auto;
    }

    .other-function-box {
        margin: 1.5rem 0;
    }

    .first-aid-box {
        width: 100%;
        margin: 0;
    }

        .first-aid-box .photo {
            max-width: 100%;
            margin-top: -3rem;
            padding: 0 2rem;
            text-align: center;
        }

            .first-aid-box .photo img {
                max-width: 250px;
            }

        .first-aid-box .content {
            padding: 15px;
            font-size: 1.125rem;
            line-height: 2;
        }

    .budget-box {
        border-radius: 25px;
        width: 100%;
        margin: 0;
        box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, .2);
    }

        .budget-box .photo {
            padding: 15px;
            font-size: 1.25rem;
            line-height: 2;
        }

        .budget-box .content {
            padding: 15px;
            color: #156F4F;
            font-size: 1.25rem;
        }

            .budget-box .content ul {
                font-size: 1.125rem;
                line-height: 2;
            }

    .check-step-box.RDBC .intro {
        min-height: unset;
    }

    .plan-type-box {
        width: 100%;
        align-items: stretch;
        border: 1px solid #D9D9D9;
        border-radius: 15px;
        background-color: #FFFFFF;
        overflow: hidden;
        margin: 10px 0;
    }

    .check-step-box.RDBC {
        margin: 10px 0;
    }

    .about-factor-box {
        margin: 10px 0;
    }
    /*計畫文件-各階段總覽 576*/
    .timetable-box.ladder br {
        display: none;
    }

    .timetable-box.ladder {
        width: 100%;
        height: auto; /* 原本 220px 要覆蓋掉 */
        display: flex;
        flex-direction: row; /* 橫排 */
        flex-wrap: wrap; /* 不夠寬就往下 */
        justify-content: center;
        align-items: center;
        gap: 6px 10px;
        font-size: 125%;
        line-height: 1.6;
        text-align: center;
        word-break: keep-all;
    }

    .timetable-box {
        position: relative;
        height: auto;
    }

        .timetable-box:after {
            position: absolute;
            content: "";
            right: unset;
            top: unset;
            bottom: -37px;
            left: calc(50% - 12px);
            transform: rotate(90deg);
            width: 24px;
            height: 40px;
            border-style: solid;
            border-width: 25px 0 25px 15px;
            border-color: transparent transparent transparent #82c4e9;
        }
    /*時程表上下打開與關閉*/
    .timetable-notice {
        display: block;
        text-align: center;
        color: #ff0066;
    }

    .timetable-box .content {
        height: 0;
        overflow: hidden;
        opacity: 0;
        transition: all .5s;
    }
    /*下載專區 576*/
    .download-menu-box {
        margin: 0;
        margin-top: 2rem;
        border-radius: 0;
        border: 0;
    }

        .download-menu-box .title {
            padding: 5px 0;
            letter-spacing: 2px;
            font-size: 1.25rem;
            border-top: 1px solid #156F4F;
            border-bottom: 1px solid #156F4F;
        }

        .download-menu-box .content {
            display: flex;
            padding: 10px 0;
            border-bottom: 1px solid #156F4F;
        }

    .btn-smenu-download {
        margin: 5px;
        font-size: 1.125rem;
        border-radius: 5px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #pills-tabContent {
        padding: 0 15px;
    }

    #ladder-switch button {
        width: 100%;
        margin: 0 15px;
        font-size: 100%;
        background-color: #FFFFFF;
        letter-spacing: 0;
        padding: 10px 25px !important;
        transition: all .5s;
    }

    .download-line-title {
        font-size: 80%;
    }

    .download-line {
        padding: 10px 0 10px 10px;
    }

        .download-line .stitle {
            font-size: 90%;
        }

        .download-line .photo img {
            width: 35px;
            margin: 0 1px;
        }
}

@keyframes shine13 {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    30% {
        transform: scale(1.01);
        opacity: .6;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* ================================
   FAQ 頁面樣式
================================ */

/* 外層 */
.faq-page-wrapper {
    width: 100%;
}

/* 左側按鈕（共用） */
.btn-smenu-download {
    transition: all 0.2s;
/*    border: 1px solid transparent;*/
    color: #333;
    background-color: #fff;
/*    padding: 12px 16px;*/
/*    border-radius: 6px;*/
}

/* active */
.nav-pills .btn-smenu-download.active {
    background-color: #156F4F !important;
    color: #fff !important;
    font-weight: 700;
}

/* hover */
.btn-smenu-download:hover:not(.active) {
    background-color: #156F4F;
    color: #fff;
}

/* 左側區塊 */
.faq-left-box {
    padding-bottom: 10px;
}

.faq-left-title {
    font-size: 1.3rem;
    padding: 14px 12px;
    font-weight: 700;
}

/* 左側分類間距 */
.faq-left-menu .btn-smenu-download {
    font-size: 1.4rem;
    margin-bottom: 10px;
}

/* 主標題 */
.faq-tab-title {
    font-size: 2rem;
    color: #156F4F;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 18px;
    font-weight: 700;
}

/* 備註 */
.faq-tab-note {
    font-size: 1.2rem;
    margin-left: 6px;
}

/* FAQ 卡片 */
.faq-card,
.faq-list .card {
    border-radius: 10px;
    border: 1px solid #eee;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

    /* 卡片內距 */
    .faq-card .card-body {
        padding: 18px 20px;
    }

/* 問題 */
.faq-q {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    color: #ff2a1f;
    margin-bottom: 8px;
}

/* 答案 */
.faq-a {
    font-size: 1.35rem;
    line-height: 1.9;
    color: #333;
}

/* 無資料 */
.faq-empty {
    background: #f8f9fa;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px;
    color: #666;
}

/* RWD */
@media (max-width: 991.98px) {
    .download-menu-box.sticky-top {
        position: static !important;
        top: auto !important;
    }
}
