html {
    overflow-x: hidden;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    scroll-behavior: smooth;
}
body {
    font-family: 'Noto Sans TC', 微軟正黑體, Arial, Helvetica, sans-serif;
    /*思源宋體 font-family: 'Noto Serif TC', serif; */
    /*思源黑體 font-family: 'Noto Sans TC', sans-serif; */
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
    background-color: #f8f8f8;
    background-image: url('../img/home2021/header_bg_2.png');
    background-position: left top;
    background-repeat: repeat-x;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img{
    width: 100%;
    /* Chrome, Edge, Opera, and Safari */
    image-rendering: -webkit-optimize-contrast;
    image-rendering: smooth; 
}

.divShow {
    display: block !important;
}
.divHide {
    display: none !important;
}
.divHidetemp {
    display: none ;
}
 a  {
    /* cursor: url('../img/home2021/cursorHoverpng.png'), auto; */
    cursor: pointer;
} 
.customCursor:hover{
    cursor: pointer;
    /* cursor: url('../img/home2021/cursorHoverpng.png'), auto; */
}

.width1280Full{
    width: 100%;
    margin: auto;
}
.width1280{
    max-width: 1280px;
    width: 1280px;
    margin: auto;
    /* background-color: #F0E050; */
}
.width1024{
    max-width: 1024px;
    width: 1024px;
    margin: auto;
}
.divShow576{display: block;}
.divHide576{display: none;}
.divShow768{display: block;}
.divHide768{display: none;}
.divShow1042{display: block;}
.divHide1042{display: none;}
@media (max-width: 1300px) {
    .width1280{
        width: 1024px;
    }
    .width1024{
        width: 819.2px;
    }
}
@media (max-width: 1042px) {
    .width1280{
        width: 768px;
    }
    .width1024{width: 614.4px;}
    .divShow1042{display: none;}
    .divHide1042{display: block;}
}
@media (max-width: 768px) {
    .width1280{
        width: 100%;
    }
    .width1024{width: 100%;}
    .divShow768{display: none;}
    .divHide768{display: block;}
}
@media (max-width: 576px) {
    .width1280{
        width: 100%;
    }
    .width1024{width: 100%;}
    .divShow576{display: none;}
    .divHide576{display: block;}
}

.divShow500{display: block;}
.divHide500{display: none;}
@media (max-width: 500px) {
    .divShow500{display: none;}
    .divHide500{display: block;}
}


.divshow{
    /* opacity: 1.0;
    transition: all 1s ease;
    height: auto; */

    display: block;
    -webkit-animation: fadeInFromNone 0.9s ease-out;
    -moz-animation: fadeInFromNone 0.9s ease-out;
    -o-animation: fadeInFromNone 0.9s ease-out;
    animation: fadeInFromNone 0.9s ease-out;
}
        @-webkit-keyframes fadeInFromNone {
            0% {
                display: none;
                opacity: 0;
            }

            1% {
                display: block;
                opacity: 0;
            }

            100% {
                display: block;
                opacity: 1;
            }
        }

        @-moz-keyframes fadeInFromNone {
            0% {
                display: none;
                opacity: 0;
            }

            1% {
                display: block;
                opacity: 0;
            }

            100% {
                display: block;
                opacity: 1;
            }
        }

        @-o-keyframes fadeInFromNone {
            0% {
                display: none;
                opacity: 0;
            }

            1% {
                display: block;
                opacity: 0;
            }

            100% {
                display: block;
                opacity: 1;
            }
        }

        @keyframes fadeInFromNone {
            0% {
                display: none;
                opacity: 0;
            }

            1% {
                display: block;
                opacity: 0;
            }

            100% {
                display: block;
                opacity: 1;
            }
        }




/* 右下角 立即守護台灣*/
.supportRightNow {
    z-index: 300;
    background-image: url('../img/home2021/btn_sticky_join_normal.png');
    width: 193px;
    height: 245px;
    position: fixed;
    right: 0px;
    bottom: -42px;
    transform: translateY(0%);
    cursor: pointer;
    display:none;
}
.supportRightNow:hover{
    background-image: url('../img/home2021/btn_sticky_join_hover.png');
}
@media (max-width: 1042px) {
    .supportRightNow{
        display: none;
    }
}
/* 右下角 回到頁首 */
.BottomBtn{
    display: none;
    width: 36px;
    height:36px;
    background-image: url('../img/home2021/btn_top_hover-m.png');
    background-size: cover;
    opacity: 0.5;
}
.BottomBtn:hover{
    opacity: 1;
}
@media (max-width: 1042px) {
    .BottomBtn{
        display: block;
        position: fixed;
        bottom: 38px;
        right:38px;
    }
}
@media (max-width: 576px) {
    .BottomBtn {
        bottom: 16px;
        right:16px;
    }
}











/* TOP BAR 會上下活動的bar */
.goldYTopLine5 {
    background-color: #CEA473;
    position: fixed;
    top: 0px;
    height: 5px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 9999;
}
.goldYTopLine5ce {
    background-color: #f8f8f8;
    position: fixed;
    top: 5px;
    height: 5px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 9999;
}
.goldYTopLine1 {
    background-color: #CEA473;
    position: fixed;
    top: 10px;
    height: 1px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 9999;
}
.topBar{
    position: fixed;
    top: -121px; 
    height: 121px;
    transition: top 1s;
    left: 50%; /* 這是指DIV起點位於全視幕的一半位置 */
    transform: translate(-50%, 0); /* 這是指DIV向左平移 DIV自身一半距離 */
    z-index: 999;
    /* background-color: #f8f8f8; */
    background: linear-gradient(to bottom, rgba(248,248,248,1.0) 0%, rgba(248,248,248,1.0) 78%, rgba(248,248,248,0.0) 100%);
}
.topBarShow{
    top: 0%;
}
.topBarFlex {
    display: flex;
    flex-wrap: nowrap;
    padding: 31px 129px 0 129px;
    justify-content: space-between;
    align-items: center;
}
.topBarLeft{
    max-width: 284px;
    cursor: pointer;
    /* cursor: url('../img/home2021/cursorHoverpng.png'), auto; */
}
.topBarRightItem {
    font-family: 'Noto Serif TC', serif;
    display: inline-block;
    color: #CEA473;
    font-size: 18px;
    width: 125px;
    /* height: 26px; */
    text-align: center;
    border: solid 1px #CEA473;
    border-radius: 26px;
    margin: 6px;
    cursor: pointer;
    /* cursor: url('../img/home2021/cursorHoverpng.png'), auto; */
}
.topBarRightItem:hover{
    color: #fff;
    background-color: #CEA473;
}
@media (max-width: 1042px) {
    .topBarFlex {
        padding: 31px 29px 0 29px;
    }
}
@media (max-width: 768px) {
    .topBarFlex {
        padding: 16px 9px 3px 9px;
        align-items: end;
    }
    .topBarLeft {
        max-width: 266px;
    }
    .topBar {
        height: unset;
        padding-bottom: 2px;
        background: linear-gradient(to bottom, rgba(248,248,248,1.0) 0%, rgba(248,248,248,1.0) 78%, rgba(248,248,248,1.0) 100%);
        box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
    }
    .topBarRightItem {
        width: 100px;
    }
}
@media (max-width: 576px) {
    .topBarRightItem {
        font-size: 1em;
        width: 80px;
    }
}

@media (max-width: 476px) {
    .topBarFlex {
        padding: 13px 6px 3px 6px;
    }
    .topBarLeft {
        max-width: 186px;
    }
    .topBarRightItem {
        font-size: 0.9em;
        width: 80px;
        margin: 1px;
    }
    .topBar {
        padding-bottom: 10px;
        padding-top: 10px;
    }




}


/* topMenu */
.topMenu {
    display: flex;
    flex-wrap: nowrap;
    /* width: 1024px; */
    width: 100%;
    margin: 52px auto 0 auto;
    height: 174px;
    justify-content: center;
    align-items: flex-end;
}
.topMenuItem {
    flex: 0 0 142px;
    text-align: center;
    color: #CEA473;
    font-size: 1.25em;
    letter-spacing: 0.1em;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center; 
    /* cursor: url('../img/home2021/cursorHoverpng.png'), auto; */
}
.topMenuCenterItem{
    flex: 0 0 calc( 1024px - 142px - 142px - 142px - 142px );
    text-align: center;
    padding-bottom: 16px;
}
.topMenuCenterItem>img{
    max-width: 318px;
}
.topMenuSHOW{display:block;}
.topMenuHIDE{display: none;}
@media (max-width: 1042px) {
    .topMenuSHOW{display:none;}
    .topMenuHIDE{display:block;flex: 0 0 100%;}
    .topMenu {
        flex-wrap: wrap;
        height: unset;
    }
}
@media (max-width: 768px) {
    .topMenuItem {
        flex: 0 0 136px;
    }
}
@media (max-width: 576px) {
    .topMenuCenterItem>img{
        max-width: 268px;
    }
    .topMenu {
        margin: 26px auto 0 auto;
        justify-content: space-evenly;
    }
    .topMenuHIDE{flex: 0 0 100%;}
    .topMenuItem {
        flex: 0 0 100px;
        font-size: 1.1em;
        letter-spacing: 0em;
    }
}
@media (max-width: 432px) {
    .topMenuCenterItem>img{
        max-width: 200px;
    }
    .topMenuItem {
        flex: 0 0 80px;
    }
}







/* 封面 slideshow */
.TOPhome{
    overflow: hidden;
    position: relative;
    height: 0;
    padding-bottom: 57.12%; 
    margin-bottom: 10em;
}
@media (max-width: 768px) {
    .TOPhome{
        margin-bottom: 7em;
    }
}



.TOPhome .TOPslide{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-size:cover;
    background-position:center;
    z-index:1;
    display: none;
    /* justify-content: flex-start; */
    cursor: pointer;
}







.TOPhome .TOPslide.active{
    display: flex;
    animation:myslide 0.7s ease;
}
@keyframes myslide{
    0%{
        opacity: 1;
        /* transform:scale(2); */
        left: 100%;
        /* transform: translateX(100%); */
    }
    100%{
        opacity: 1;
        /* transform:scale(1); */
        left: 0;
        /* transform: translateX(0); */
    }
}

.TOPhome .TOPslide.zoomFade{
    left: -100%;
    display: flex;
    animation:zoomFade 0.7s ease;
}
@keyframes zoomFade{
    0%{
        opacity: 1;

        left: 0%;
        /* transform:scale(1); */
    }
    100%{
        opacity: 0.3;
        left: -100%;
        /* transform:scale(0.02); */
    }
}



.TOPhome .TOPslide.activeLEFT{
    left: 0%;
    display: flex;
    animation:myslideLEFT 0.7s ease;
}
@keyframes myslideLEFT{
    0%{
        opacity: 1;
        left: -100%;
    }
    100%{
        opacity: 1;
        left: 0%;
    }
}

.TOPhome .TOPslide.zoomFadeLEFT{
    left: 100%;
    display: flex;
    animation:zoomFadeLEFT 0.7s ease;
}
@keyframes zoomFadeLEFT{
    0%{
        opacity: 1;
        left: 0%;
    }
    100%{
        opacity: 0.3;
        left: 100%;
    }
}











.TOPcontainer{
    /* background-color: red; */
    max-width: 1170px;
    /* margin:auto; */
    margin: auto auto auto 0;
    padding-left: 4.5em;
}

.TOPhome .TOPcontainer{
    flex-grow: 1;
}
.TOPhome .TOPcaption{
    width:90%;
    left: 5%;
    position: absolute;
    bottom: 20%;
    text-align: left;
    /* background-color: red; */
}
.TOPhome .TOPcaption_A{
    bottom: 11%;
    left: 10%;
}

.TOPcaptionRight{
    width:100% !important;
    left: unset !important;
    right: 0% !important;
    text-align: right !important;
    transform: translateX(-5%);
}

.TOPhome .TOPcaption.TOPcaptionCenter{
    text-align: center;
    bottom: 15%;
}
.TOPcaptionCenter2{
    text-align: center;
    bottom: 22.5%  !important;
}


.TOPhome .TOPcaption h1{
    font-size:3em;
    color:#000000;
    margin:0;
}
.TOPhome .TOPslide.active .TOPcaption h1{
    opacity: 0;
    animation: captionText 0.5s ease forwards;
    animation-delay: 1s;
}

.TOPhome .TOPcaption p{
    font-size:1.2em;
    margin:1em 0 2em;
    color:#222222;
}
.TOPhome .TOPslide.active .TOPcaption p{
    opacity: 0;
    animation: captionText 0.5s ease forwards;
    animation-delay: 1.2s;
}

.TOPhome .TOPcaption a{
    font-family: 'Noto Serif TC', serif;
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: 0.2em;
    display: inline-block;
    padding: 9px 9px;
    text-decoration: none;
    border-radius: 5px;
    /* box-shadow: 3px 3px rgba(141,141,141,0.3); */
    border:1px solid #1d3281;
    color: #ffffff;
    background-color: #1d3281;
}
@media(max-width: 1000px){
    .TOPhome .TOPcaption a{
        font-size: 1.4em;
        padding: 7px 7px;
    } 
}
@media(max-width: 800px){
    .TOPhome .TOPcaption a{
        font-size: 1.1em;
        padding: 5px 5px;
    } 
}
@media(max-width: 600px){
    .TOPhome .TOPcaption{
        bottom: 12%;
    }
    .TOPhome .TOPcaption a{
        font-size: 1.0em;
        padding: 5px 5px;
    } 
}
@media(max-width: 430px){
    .TOPhome .TOPcaption.TOPcaptionCenter{
        bottom: 10%;
    }
    .TOPcaptionCenter2{
        text-align: center;
        bottom: 10.5%  !important;
    }
    .TOPhome .TOPcaption_A{
        bottom: 6%;
    }
}
.TOPhome .TOPcaption a:hover{
    border:1px solid #1d3281;
    color:  #1d3281;
    background-color: #ffffff;
}








.TOPhome .TOPslide.active .TOPcaption a{
    opacity: 1;
    animation: captionText 0.5s ease forwards;
    /* animation-delay: 1.4s; */
}

@keyframes captionText{
    0%{
        opacity: 1;
        /* transform: translateX(-10%); */
    }
    100%{
        opacity: 1;
        /* transform: translateX(0); */
    }
}

.TOPhome .TOPcontrols .TOPprev,
.TOPhome .TOPcontrols .TOPnext{
    position: absolute;
    z-index: 2;
    top: 50%;
    /* height: 20px; */
    height: 35.56px;
    width: 20px;
    margin-top: -20px;
    /* color: #c1c1c1; */
    /* background-color: aqua; */
    background-image: url('../img/home2021/btn_category_next_normal_0.png');
    background-size: cover;
    text-align: center;
    line-height: 40px;
    font-size: 5.0em;
    cursor: pointer;
    opacity: 0.25;
    transition: all 0.5s ease;
    font-size: 3.8em;
}
.TOPhome .TOPcontrols .TOPprev{
    left: 0;
}
.TOPhome .TOPcontrols .TOPnext{
    right: 0.1em;
}
.TOPhome .TOPcontrols .TOPprev:hover,
.TOPhome .TOPcontrols .TOPnext:hover{
    /* background-color: blue; */
    background-image: url('../img/home2021/btn_category_next_hover_0.png');
    /* color: #b2823e; */
    opacity: 0.86;
}
.TOPnextArrowRotate {
    transform: rotateZ(180deg);
}
.TOPhome .TOPindicator{
    position: absolute;
    left:50%;
    bottom: 0%;
    z-index: 2;
    transform: translateX(-50%);
}
@media(max-width: 456px){
    .TOPhome .TOPindicator{
        bottom: -6%;
    } 
}
.TOPhome .TOPindicator div{
    display:inline-block;
    width:10px;
    height:10px;
    color:#ffffff;
    border: 1px solid #b2823e;
    /* background-color: blue; */
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    margin:0 8px;
    /* cursor: pointer; */
}
.TOPhome .TOPindicator div.active{
    border: 1px solid #b2823e;
    background-color: #b2823e;
}
@media(max-width: 800px){
    .TOPhome .TOPindicator div{
        width:5px;
        height:5px;
        margin:0 5px;
    } 
}







/* 用閱讀守護台灣  */
.paragraphTitle{
    width:100%;
    padding: 0 1em;
    margin-top: 10em;
    margin-bottom: 2.7em;
}
.LeadTitle {
    font-family: 'Noto Serif TC', serif;
    font-size: 2.5em;
    font-weight: 700;
    color: #CEA473;
    margin: auto;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.4em;
}
.LeadEngTitle{
    /* font-family: "Times New Roman", Times, serif; */
    font-family: 'Noto Serif TC', serif;
    color: #CEA473;
    font-size: 1.6em;
    font-weight: 400;
    margin: auto;
    letter-spacing: 0.075em;
    text-align: center;
}
.paragraphUnfoldText{
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    color: #CEA473;
}
.paragraphText {
    width: 999px;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 300;
    color: #606060;
    text-align: center;
    margin-top: 2.0em;
    margin-bottom: 0.7em;
    margin-left: auto;
    margin-right: auto;
}
.paragraphText p {
    font-size: 1.4em;
    letter-spacing: 0.0em;
    padding: 0.5em 0;
    /* text-align: justify; */
}
.paragraphSHOW{display:block;}
.paragraphHIDE{display: none;}
@media (min-width:880px) and (max-width: 1041px) {
    .LeadTitle{font-size: 3.0em;}
    .LeadEngTitle{font-size: 1.3em;}
    .paragraphText{width: 768px;margin-top: 2.0em;}
    .paragraphText p{font-size: 1.3em;}
}
@media (min-width:520px) and (max-width: 880px) {
    .paragraphTitle{
        margin-top: 0em;
    }
    .LeadTitle{font-size: 2.5em;}
    .LeadEngTitle{font-size: 1.2em;}
    .paragraphText{width: 88%;margin-top: 0.0em;}
    .paragraphText p{font-size: 1.2em;}
    .paragraphSHOW{display: none;}
    .paragraphHIDE{display: block;}
}
@media (max-width: 520px) {
    .paragraphTitle{
        margin-top: 0em;
    }
    .LeadTitle{font-size: 2.2em;}
    .LeadEngTitle{font-size: 1.0em;}
    .paragraphText{width: 90%;margin-top: 0.0em;}
    .paragraphText p{font-size: 1.1em;padding: 0.2em 0;}
    .paragraphSHOW{display: none;}
    .paragraphHIDE{display: block;}
}
#arrowTW{
    margin:auto;
    text-align: center;
    /* cursor: pointer; */
}
.divShowNone{
    opacity: 0.0;
    /* display:none;  */
    transition: all 1s ease;
    height: 0;
    overflow: hidden;
    margin:0 auto;
}
.divShowblock{
    opacity: 1.0;
    /* display:block; */
    transition: all 1s ease;
    height: auto;
}



/* 緣起與目標 */
.ObjectLogo{
    text-align: center;
}
.backImgTW{
    background-image: url('../img/home2021/origin_bg_R.png?1'), url('../img/home2021/origin_bg_L.png?1');
    background-position: right bottom, left top;
    background-repeat: no-repeat, no-repeat;
    background-size: 439px auto, 345px auto;
}
@media (max-width: 768px) {
    .backImgTW{
        background-image: url('../img/home2021/origin_bg_R-m.png?1'), url('../img/home2021/origin_bg_L-m.png?1');
        background-size: 192px auto, 157px auto;
    }
}
.mobileSeptLine {
    width: 30%;
    height: 2px;
    background-color: #CEA473;
    margin: 3em auto;
    display:none;
}
@media (max-width: 880px) {
    .mobileSeptLine {
        display:block;
    }
}








/* 利益台灣系列專題 */
.LeadProjCateFlex{
    display: flex;
    justify-content: center;
}
.LeadProjCateItem {
    flex: 0 0 123px;
    margin: 0 12.5px;
    cursor: pointer;
}
@media (max-width: 576px) {
    .LeadProjCateItem {
        flex: 0 0 100px;
        margin: 0 3px;
    }
} 
.LeadProjectFlex01,.LeadProjectFlex02,.LeadProjectFlex03{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8em;
}
.LeadProjectArrowL,.LeadProjectArrowR{
    flex: 0 0 48px;
}
.LeadProjectArrowL{
    margin-right:50px;
    cursor: pointer;
}
.LeadProjectArrowR{
    margin-left:50px;
    cursor: pointer;
}
.LeadProject1,.LeadProject2,.LeadProject3{
    width:720px;
    height: 310px; /* 未定值 */
    overflow-x: hidden; /* 未定值~正式網頁要改成hidden */
    position: relative;

}
.LeadProjectItemBlock{
    width: 100%;
    height: 100px;
}

/* .LeadProjectItemA:hover,.LeadProjectItemB:hover,.LeadProjectItemC:hover,.LeadProjectItemD:hover,.LeadProjectItemE:hover{
    cursor: url('../img/home2021/cursorHoverpng.png'), auto;
} */

.LeadProjectItemA,.LeadProjectItemB,.LeadProjectItemD,.LeadProjectItemE{
    z-index: 6;
    position: absolute;
    text-align: center;
    transition: top 0.25s, left 0.25s, width 0.25s, height 0.25s ;
    width: 240px;
    height: 160px;
    cursor: pointer;
}
.LeadProjectItemA {
    background-color: red;
    top: 20px;
    left: -240px;
}

.LeadProjectItemB{
    background-color: orange;
    top: 20px;
    left: 0px;
}
.LeadProjectItemC{
    box-shadow: 12px 0 15px -6px rgb(38 57 77 / 50%), -12px 0 15px -6px rgb(38 57 77 / 50%);
    background-color:#fff;
    z-index: 9;
    position: absolute;
    text-align: center;
    transition: top 0.25s, left 0.25s, width 0.25s, height 0.25s ;
    width: 300px;
    /* height:200px; */
    top: 0px;
    left: 210px;
    cursor: pointer;
}
.LeadProjectItemCTxt1, .LeadProjectItemCTxt2 {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    color: #CEA473;
    font-size: 1.35em;
    padding: 3px 0px;
}
.LeadProjectItemCTxt2 {
    padding: 0px 0px 3px 0px;
    font-size: 1em;
    font-weight: 400;
}
.LeadProjectItemD{
    background-color: green;
    top: 20px;
    left: 480px;
}
.LeadProjectItemE{
    background-color: blue;
    top: 20px;
    left: 720px;
}
.clicktoread{display: none;}
@media (max-width: 1042px) {
    .LeadProject1, .LeadProject2, .LeadProject3 {
        width: 672px;
    }
    .LeadProjectItemA,.LeadProjectItemB,.LeadProjectItemD,.LeadProjectItemE{
        width: 240px;
        height: 160px;
    }
    .LeadProjectItemA {
        top: 20px;
        left: -240px;
    }
    .LeadProjectItemB{
        top: 20px;
        left: 0px;
    }
    .LeadProjectItemC{
        width: 300px;
        /* height:200px; */
        top: 0px;
        left: 186px;
    }
    .LeadProjectItemD{
        top: 20px;
        left: 432px;
    }
    .LeadProjectItemE{
        top: 20px;
        left: 672px;
    }
    .LeadProjectArrowL{
        margin-right:0px;
    }
    .LeadProjectArrowR{
        margin-left:0px;
    }
}
@media (max-width: 768px) {
    .LeadProjectFlex01,.LeadProjectFlex02,.LeadProjectFlex03{
        margin-bottom: 0em;
    }
    .LeadProject1, .LeadProject2, .LeadProject3 {
        width: 480px;
    }
    .LeadProjectItemA,.LeadProjectItemB,.LeadProjectItemD,.LeadProjectItemE{
        width: 240px;
        height: 160px;
    }
    .LeadProjectItemA {
        top: 20px;
        left: -240px;
    }
    .LeadProjectItemB{
        top: 20px;
        left: 0px;
    }
    .LeadProjectItemC{
        width: 300px;
        /* height:200px; */
        top: 0px;
        left: 90px;
    }
    .LeadProjectItemD{
        top: 20px;
        left: 240px;
    }
    .LeadProjectItemE{
        top: 20px;
        left: 480px;
    }
}
@media (max-width: 576px) {
    .LeadProject1, .LeadProject2, .LeadProject3 {
        width: 100%;
    }
    .LeadProjectItemA,.LeadProjectItemB,.LeadProjectItemD,.LeadProjectItemE{
        width: 240px;
        height: 160px;
    }
    .LeadProjectItemA {
        top: 20px;
        left: -240px;
    }
    .LeadProjectItemB{
        top: 20px;
        left: 0px;
    }
    .LeadProjectItemC {
        max-width: 280px;
        top: 0px;
        left: 50%;
        transform: translate(-50%, 0px);
    }
    .LeadProjectItemD{
        top: 20px;
        left: 100%;
        transform: translate(-100%, 0px);
    }
    .LeadProjectItemE{
        top: 20px;
        left: 100%;
    }
    .LeadProjectArrowL{
        flex: 0 0 20px;
    }
    .LeadProjectArrowR{
        flex: 0 0 20px;
    }
    .clicktoread{display: block;width: 91px;margin: 0 auto;}
}












/* 利益台灣計畫內容 */
.TWPlanContent{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin: 0em auto 3em auto;
}
.TwMap {
    flex: 0 0 339px;
    background-image: url('../img/home2021/place_0_normal.png');
    height: 518px;
    background-size: cover;
}
.TwMapTw6Btn01{background-image: url('../img/home2021/place_1_food.jpg');}
.TwMapTw6Btn02{background-image: url('../img/home2021/place_2_hospital.jpg');}
.TwMapTw6Btn03{background-image: url('../img/home2021/place_3_bank.jpg');}
.TwMapTw6Btn04{background-image: url('../img/home2021/place_4_traffic.jpg');}
.TwMapTw6Btn05{background-image: url('../img/home2021/place_5_library.jpg');}
.TwMapTw6Btn06{background-image: url('../img/home2021/place_6_school.jpg');}


.Tw6Btn{
    flex:0 0 76px;
    padding-top: 1.5em;
}
.Tw6Btn>div,
.Tw6Btn>div>img{
    height:80px;
}
.TwDirContent{
    flex:0 0 609px;
    padding-top: 1.5em;
    padding-left: 1.75em;
}
.TwDirContentTitle {
    font-family: 'Noto Sans TC', 微軟正黑體, Arial, Helvetica, sans-serif;
    color: #CEA473;
    font-size: 2.5em;
    font-weight: 700;
}
.TwDirContentTitle>span {
    font-size: 0.55em;
    font-weight: 600;
}
.TwDirContentSubTitle {
    font-family: 'Noto Sans TC', 微軟正黑體, Arial, Helvetica, sans-serif;
    color: #CEA473;
    font-size: 1.35em;
    font-weight: 300;
    border-bottom: solid 1px #CEA473;
    line-height: 1.8;
    margin-top: -0.25em;
}
.TwDirContentText {
    font-family: 'Noto Sans TC', 微軟正黑體, Arial, Helvetica, sans-serif;
    color: #606060;
    font-size: 1.35em;
    font-weight: 300;
    margin: 1.15em auto 1.8em auto;
    text-align: justify;
    line-height: 1.65;
}

.TwDirContentAdd ,
#Tw6Btn01,#Tw6Btn02,#Tw6Btn03,#Tw6Btn04,#Tw6Btn05,#Tw6Btn06
{
    cursor: pointer;
    /* cursor: url('../img/home2021/cursorHoverpng.png'), auto; */
}
@media (max-width: 1042px) {
    .TWPlanContent {
        justify-content: center;
    }
    .TwMap {
        flex: 0 0 292px;
    }
    .Tw6Btn {
        flex: 0 0 76px;
        padding-top: 1.5em;
    }
    .TwDirContent {
        flex: 0 0 400px;
    }
    .TwMap,.TwMapTw6Btn01,.TwMapTw6Btn02,.TwMapTw6Btn03,.TwMapTw6Btn04,.TwMapTw6Btn05,.TwMapTw6Btn06{    
        background-size: contain;
        background-repeat: no-repeat;
    }
    
}

@media (max-width: 768px) {
    .TwDirContent {
        display: none;
    }
    .TwMap {
        flex: 0 0 202px;
        height: 300px;
    }
    .TWPlanContent {
        justify-content: center;
        margin: 0em auto 1em auto;
        position: relative;
    }
    .Tw6Btn {
        flex: 0 0 228px;
        padding-top: 2.25em;
        width: 228px;
        display: flex;
        flex-wrap: wrap;
        position: relative;
    }
    .Tw6Btn>div>img {
        height: 80px;
        width: 76px;
    }
    .Tw6Btn>.paragraphTitleSubSmall  {
        width: 100%;
    }
    .hoverBTNtoSeeMore {
        position: absolute;
        bottom: unset;
        right: unset;
        width: unset;
        margin: unset !important;
        height: unset !important;
        transform: unset;
        text-align: right !important;
        border-bottom: solid 1px #CEA473;
    }
    .tripleArrow3Up {
        transform: rotate(90deg);
        display: inline-block;
    }
    .TwDirContentSubTitle {
        border-bottom: unset;
        font-size: 1.0em;
    }
    .TwDirContentTitle {
        font-size: 2.0em;
    }
}
@media (max-width: 450px) {
    .TwMap {
        flex: 0 0 120px;
        height: 238px;
    }
    .Tw6Btn {
        flex: 0 0 200px;
        padding-top: 0.5em;
        width: 200px;
    }
    .Tw6Btn>div>img {
        height: 66px;
        width: 63px;
    }
}









/* 即刻加入計畫 */
.margin-top-zero{
    margin-top: 0em !important;
}
.padding-top-zero{
    padding-top: 0em !important;
}
.paragraphTitleSubSmall {
    font-family: 'Noto Sans TC', 微軟正黑體, Arial, Helvetica, sans-serif;
    color: #CEA473;
    font-size: 1.25em;
    font-weight: 500;
    margin: -0.5em auto 2em auto;
    text-align: center;
    line-height: 1;
}
.TWPlanJoin{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.TWPlanAreaPic{
    z-index: 3;
    max-width: 203px;
    width: 203px;
    margin: 0 6.5px;
    cursor: pointer;
    /* cursor: url('../img/home2021/cursorHoverpng.png'), auto; */
}
.TWPlanAreaBalloon {
    z-index: 1;
    max-width: 866px;
    margin: -5em auto -5em auto;
}
@media (max-width: 768px) {
    .TWPlanAreaBalloon {
        margin: -3em auto -3em auto;
    }
}
@media (max-width: 576px) {
    .TWPlanJoin {
        width: 100%;
        flex-wrap: wrap;
    }
    .TWPlanAreaBalloon {
        margin: -3em auto -3em auto;
        display: none;
    }
    .TWPlanAreaPic {
        max-width: unset; 
        width: unset; 
        margin: 0 0px;
        flex: 0 0 40%;
        padding: 0 10px;
    }
    .TWPlanAreaMap {
        flex: 0 0 60%;
        cursor: pointer;
        /* cursor: url('../img/home2021/cursorHoverpng.png'), auto; */
        padding: 0 10px;
    }
    .paragraphTitleSubSmall {
        line-height: 1.25;
    }
}




.beforeSupport{
    width: 100%;
    height:1em;
}
@media (max-width: 768px) {
    .beforeSupport{
        width: 100%;
        height:2.5em;
    }
}
@media (max-width: 576px) {
    .beforeSupport{
        width: 100%;
        height:0;
    }
}

/* 立即訂報 */
.FullWidth{
    width: 100%;
    padding: 1em 0 1em 0;
}

/* 更多支持 */
.moreSuppport{
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-top: 2.75em;
    margin-bottom: 10em;
}
.moreSuppportItem{
    max-width: 255px;
    width: 255px;
    cursor: pointer;
    /* cursor: url('../img/home2021/cursorHoverpng.png'), auto; */
    border-right: solid 1px #DBD3CB;
}
.border-right-unset{border-right:unset;}
.moreSuppportItemPic{
    width: 100%;
}
.moreSuppportItemTitle {
    font-family: 'Noto Sans TC', 微軟正黑體, Arial, Helvetica, sans-serif;
    color: #CEA473;
    font-size: 1.35em;
    font-weight: 600;
    margin: 0.5em auto 1.0em auto;
    text-align: center;
    line-height: 1;
}
.moreSuppportItemDesc {
    color: #606060;
    font-weight: 300;
    font-size: 1.4em;
    line-height: 1.375;
}
/* .moreSuppportItemBlock{
    border-right: solid 1px #DBD3CB;
} */
.moreSuppportItemDescSP , .moreSuppportItemDescSPbreak{
    font-size: 1rem;
}
.moreSuppportItemDescSP{display: block;}
.moreSuppportItemDescSPbreak{display: none;}
@media (max-width: 1042px) {
    .moreSuppportItemDesc {
        font-size: 1.1em;
    }
    .moreSuppportItemDescSP{display: none;}
    .moreSuppportItemDescSPbreak{display: block;}
}
@media (max-width: 768px) {
    .moreSuppport {
        display: block;
    }
    .moreSuppportItem{
        display: flex;
        justify-content: center;
        border-right: unset;
        width: 100%;
        max-width: 100%;
    }
    .moreSuppportItemPic {
        width: 200px;
        height: 160px;
    }
    .moreSuppportItemDesc {
        font-size: 1.4em;
    }
    .moreSuppportItemBlock {
        flex: 0 0 calc(80% - 200px);
        border-bottom: solid 1px #DBD3CB;
    }
    .moreSuppportItemTitle {
        margin: 1.25em auto 1.0em auto;
    }
    .border-right-unset{border-bottom:unset;}
    .moreSuppportItemDescSP{display: block;}
    .moreSuppportItemDescSPbreak{display: none;}
}
@media (max-width: 576px) {
    .moreSuppportItemDesc {
        font-size: 1.05em;
    }
    .moreSuppportItemBlock {
        flex: 0 0 calc(100% - 160px);
        border-bottom: solid 1px #DBD3CB;
    }
    .moreSuppportItemPic {
        width: 160px;
        height: 109px;
    }
    .moreSuppportItemTitle {
        margin: 0.55em auto 0.5em auto;
    }
    .border-right-unset {
        border-bottom: unset;
    }
}
@media (max-width: 384px) {
    .moreSuppportItemDesc {
        font-size: 0.85em;
    }
    .moreSuppportItemDescSP{display: none;}
    .moreSuppportItemDescSPbreak{display: block;}
}





.beforeFooter{
    width: 100%;
    height:5em;
}
@media (max-width: 768px) {
    .beforeFooter{
        width: 100%;
        height:2.5em;
    }
}


/* 關於大紀元 */

/* 關於大紀元 影片輪播 */


/* 頁尾 關於大紀元 影片輪播 */
.YToutblock{
    /* background-color: rgb(199, 236, 221); */
    /*width:1016px; modified by javascript*/
    margin: 0 auto;
    position: relative;
    height:500px;/*modified by javascript*/
}
.YTinblock{
    /* background-color: rgb(236, 199, 230); */
    /*width:980px; modified by javascript*/
    margin: 0 auto;
    height:500px;/*modified by javascript*/
    overflow: hidden;
}
.YTallslide{
    /*width:1470px;  modified by javascript*/
    margin-left: -0px; /* modified by javascript*/
    height:500px; /* modified by javascript*/
    transition: margin 0.5s ease;
}
.YToneslide{
    /* background-color: rgb(146, 107, 255); */
    /*width:241px;  modified by javascript*/
    /*margin: 2px;  modified by javascript*/
    float: left;
}
.YTonespic,.YTonetitle,.YTonedesc{
    width:100%;
}
.YTonespic img{
    width:100%;
    position: absolute;
}
.YTonetitle,.YTonedesc{
    padding: 3px;
}
.YTonetitle{
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 300;
    text-align: left;
    font-size: 0.9em;
    color:#000000;
    text-overflow : ellipsis;
    /*使2行斷行顯示點點點*/
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.YTonedesc{
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 300;
    text-align: left;
    font-size: 0.85em;
    color:#888888;
    text-overflow : ellipsis;
    /*使2行斷行顯示點點點*/
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.YTcontrolsR{
    position: absolute;
    width:20px;
    height: auto;
    top:40%;
    right:0%;
}
.YTcontrolsL{
    position: absolute;
    width:20px;
    height: auto;
    top:40%;
    left:0;
}
@media (max-width: 414px) {
    .YTonetitle{
        font-size: 0.8rem;
    }
    .YTonedesc{
        font-size: 0.65rem;
    }
}
@media (max-width: 375px) {
    .YTonetitle{
        font-size: 0.6rem;
    }
    .YTonedesc{
        font-size: 0.5rem;
    }
}

























/* footblock */
.footblock{
    width: 100%;
    height:427px;
    padding-top: 54px;
}
.flexRow{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: auto;
    width:928px;
}
.flexRowM{
    margin: 2em auto 0em auto;
}
.flexItemLeft{
    flex:0 0 50%;
    text-align: left;
}
.flexItemRight{
    flex:0 0 50%;
    text-align: right;
    color:white;
}
.phonefont{
    font-size: 2.25em;
    font-family: 'Libre Baskerville', serif;
}
.copyright{
    font-family: 'Noto Sans TC', 微軟正黑體, Arial, Helvetica, sans-serif;
    color: #F8E2CC;
    font-size: 1em;
    font-weight: 400;
    margin: 0em auto 0em auto;
    padding-top:1.25em;
    line-height: 1;
}
.sharelogo{
    padding-top:1.25em;
}
.sharelogo>img{
    margin-left:0.8em;
    cursor: pointer;
    /* cursor: url('../img/home2021/cursorHoverpng.png'), auto; */
}
.flexItemLeft20{
    flex:0 0 20%;
    text-align: left;
}
.flexItemText{
    font-family: 'Noto Sans TC', 微軟正黑體, Arial, Helvetica, sans-serif;
    color: #F8E2CC;
    font-size: 1em;
    font-weight: 400;
    margin: 0em auto 0em auto;
    padding-top:0em;
    line-height: 1.9;  
    cursor: pointer;
    /* cursor: url('../img/home2021/cursorHoverpng.png'), auto; */
}
.flexItemTextM {
    font-family: 'Libre Baskerville', serif;
    color: #F8E2CC;
    font-size: 2em;
    font-weight: 400;
    margin: 0em auto 0em auto;
    padding-top: 0em;
    padding-right: 1em;
    text-align: right;
    flex: 0 0 50%;
}
.flexRowExtend{
    margin: 1em auto 1.5em auto;
}
.flexRowExtendLine {
    background-color: #F8E2CC;
    height: 1px;
    width: 7em;
    margin: 9px 0;
}

.shareYOUTUBE {
    width: 19.5px;
    height: 22.3px;
    cursor: pointer;
}
.shareFB {
    width: 12.1px;
    height: 21.5px;
    cursor: pointer;
}
.shareLINE {
    width: 22.6px;
    height: 20.5px;
    cursor: pointer;
}
.shareRSS {
    width: 20px;
    height: 20px;
    cursor: pointer;
}
#flexItemLeft1{flex:0 0 176px;}
#flexItemLeft2{flex:0 0 180px;}
#flexItemLeft3{flex:0 0 248px;}
#flexItemLeft4{flex:0 0 220px;}
#flexItemLeft5{flex:0 0 104px;}
@media (max-width: 1042px) {
    .footblock{
        height: 250px;
    }
    .flexRow{
        width: 100%;
    }
    .flexItemLeft {
        flex: 0 0 50%;
        text-align: center;
        line-height: 1;
    }
    .flexItemRight {
        flex: 0 0 50%;
        text-align: left;
        padding-left: 1em;
        padding-top: 0.35em;
    }
    .flexItemRight > img {
        margin: 0 1em;
    }
    .shareYOUTUBE {
        width: 28px;
        height: 30px;
    }
    .shareFB {
        width: 16px;
        height: 30px;
    }
    .shareLINE {
        width: 30px;
        height: 28px;
    }
    .shareRSS {
        width: 30px;
        height: 30px;
    }
}
@media (max-width: 768px) {
    .footblock{
        height: 250px;
    }
    .flexRow{
        width: 100%;
    }
    .flexItemLeft {
        flex: 0 0 50%;
        text-align: center;
        line-height: 1;
    }
    .flexItemRight {
        flex: 0 0 50%;
        text-align: left;
        padding-left: 1em;
        padding-top: 0.35em;
    }
    .flexItemRight > img {
        margin: 0 1em;
    }
    .shareYOUTUBE {
        width: 28px;
        height: 30px;
    }
    .shareFB {
        width: 16px;
        height: 30px;
    }
    .shareLINE {
        width: 30px;
        height: 28px;
    }
    .shareRSS {
        width: 30px;
        height: 30px;
    }
}
@media (max-width: 576px) {
    .footblock {
        height: 200px;
        padding-top: 27px;
    }
    .flexItemLeft>img{max-width: 256px;}
    .flexItemTextM {
        font-size: 1.6em;
    }
    .shareYOUTUBE {
        width: 19.5px;
        height: 22.3px;
    }
    .shareFB {
        width: 12.1px;
        height: 21.5px;
    }
    .shareLINE {
        width: 22.6px;
        height: 20.5px;
    }
    .shareRSS {
        width: 20px;
        height: 20px;
    }
    .copyright {
        width: 96%;
        flex: unset;
        text-align: center;
    }
}
@media (max-width: 478px) {
    .flexItemTextM {
        font-size: 1.0em;
    }
    .footblock {
        height: 160px;
        padding-top: 27px;
    }
    .copyright {
        font-size: 0.75em;
        width: 96%;
        flex: unset;
        text-align: center;
    }
    .flexItemRight {
        flex: 0 0 50%;
        padding-left: 0.2em;
        padding-top: 0em;
    }
    .flexItemRight > img {
        margin: 0 0.25em;
    }
    .shareYOUTUBE {
        width: 15px;
        height: 18px;
    }
    .shareFB {
        width: 10px;
        height: 18px;
    }
    .shareLINE {
        width: 20px;
        height: 18px;
    }
    .shareRSS {
        width: 18px;
        height: 18px;
    }
}




/*for youtube video*/
.video{
    max-width: 777px;
    text-align: center;
    margin: 0 auto 2.5em auto;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video2{
    max-width: 976px;
    text-align: center;
    margin: 0 auto 0.5em auto;
}



/*  回到計畫首頁 - 於 子頁 中使用 */
.childrenBackToMainPageBlock {
    margin: 5.5em auto 6.6em auto;
    text-align: center;
}
.childrenBackToMainPage {
    font-family: 'Noto Serif TC', serif;
    display: inline;
    font-weight: 500;
    color: white;
    background-color: #0F357F;
    font-size: 1.28em;
    text-align: center;
    border-radius: 6px;
    margin: 2em auto;
    padding: 0.5em 0.8em;
    letter-spacing: 0.05em;
    cursor: pointer;
    /* cursor: url('../img/home2021/cursorHoverpng.png'), auto; */
}




/*  左側時間軸 - 於 子頁 中使用 */
#ArticleTimeline{
    position: fixed;
    top:130px;
    left:20px;
    /* width:111px;
    height:950px;
    border: solid 1px #856292; */
    z-index: 566;
}
.timelinecontainer{position: relative;}
.verticalLine{
    position: absolute;
    left:0px;
    top:0px;
    background-color: #dbd3cb;
    width:2px;
    /* height:500px; */
}
.timespot{
    position: absolute;
    left:0px;
    /* top:0px; */
    height: 16px;
    width: 16px;
    background-color: #dbd3cb;
    border-radius: 50%;
    display: inline-block;
    transform: translate( calc( -50% + 1px ) ,-50%);
    z-index: 31;
    cursor: pointer;
}
.timespotActive, .timespot:hover{
    background-color: #cea473;
}
.timespotThisArticle{
    position: absolute;
    left:0px;
    /* top:50px; */
    height: 20px;
    width: 20px;
    background-image: url('../img/home2021/dot-noback.png?');
    background-size: cover;
    display: inline-block;
    transform: translate(  calc( -50% + 1px )  ,-50%);
    z-index: 32;
}
.bublebox {
    left: 20px;
    /* top: 250px; */
    /* width: 300px; */
    width: max-content;
    /* margin: 50px auto; */
    background: #fff;
    padding: 8px 12px;
    text-align: left;
    color: #555;
    position: absolute;
    -webkit-filter: drop-shadow(2px 2px 5px rgba(170, 170, 170, 0.7));
    filter: drop-shadow(1px 1px 2px rgba(170, 170, 170, 0.7));
    border-radius: 12px;
    transform: translate(3px, -26px);
    z-index: 10;
}
.triangleLeft:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: -19px;
    top: 16px;
    z-index: 20;
}
.bubleboxDate{
    font-family: 'Noto Sans TC', 微軟正黑體, Arial, Helvetica, sans-serif;
    color:#cea473;
    font-weight: 400;
    font-size: 1em;
}
.bubleboxDesc{
    color:#666666;
    font-weight: 300;
}

@media (max-width:576px) {
    #ArticleTimeline{
        left:10px;
    }
    .timespot{
        height: 10px;
        width: 10px;
    }
    .timespotThisArticle {
        height: 12px;
        width: 12px;
    }
    .bublebox {
        padding: 4px 6px;
    }
    .bubleboxDate{
        font-weight: 300;
        font-size: 0.85em;
    }
}
@media (max-width:486px) {
    #ArticleTimeline{
        display: none;
    }
}



