@charset "UTF-8";

.navbar-brand.title {
    color: #fff !important;
}

/* 首頁調整 css */

.page_index p{
    font-family: "Noto Sans TC", "Roboto", sans-serif  !important;
    font-weight: 300;
    font-size: 14px;
}

.page_index ol{
    margin-left: -24px;
}
.page_index ol li{
    font-family: "Noto Sans TC", "Roboto", sans-serif  !important;
    font-weight: 300;
    font-size: 14px;
    line-height: 2rem;
}


@media screen and (min-width: 1002px) {
    .index_purpose {
        background-image: url(../../../upload/layout/purpose_bg.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        padding-top: 28px;
        min-height: 660px;
    }
}

@media screen and (min-width: 1002px) {
    .index_developing {
        background-image: url(../../../upload/layout/developing_bg.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        padding-top: 28px;
        min-height: 660px;
        
    }
}



/* 
purpose
developing
services
organization
members
links
news 
*/







/* news ---------------------------------------------------------------- */
.news_Card_List_01 .card .card-body .card-title {
    /* 預設字體大小 .75 /14  1.5/24 */
    margin-bottom: 0.75rem;
    /*  */
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* line-height: 2.2rem; */
}

.news_Card_List_01 .card .card-body .card-text {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news_Card_List_01 .card .view .mask svg {
    width: 150px;
    height: 150px;
    transition: all 0.8s ease;
}
.news_Card_List_01 .card .view .mask image {
    width: 150px;
    height: 150px;
    transition: all 0.8s ease;
}


/* ------------ */
  .iframe_get_page {
    height: 100%;
    height: 85vh;
}
