a {
    text-decoration: none;
}

.row {
    margin: 0;
}

#bcListBulletin {
    padding-left: 20px;
    padding-right: 20px;
    background: #fff !important;
}



.bcbtnadmin {
    display: inline-block;
    float: right;
    z-index: 1;
    position: relative;
    margin-right: 345px;
    margin-top: 85px;
}

.btn-admin {
    border-radius: 8px;
    border: 2px solid var(--Grey-Scale-0, #FFF);
    background: var(--Grey-Scale-0, #FFF);
    box-shadow: 2px 4px 12px -1px rgba(29, 62, 101, 0.20);
    color: var(--Grey-Scale-100, #000);
    text-align: center;
    font-family: "Noto Sans TC";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 10px 16px 10px 20px;
    cursor: pointer;
}

#divList {
    margin-top: 85px;
}

    #divList > .row {
        margin-bottom: 85px;
    }

.bcbul > .col-md-9 {
    padding-left: 30px;
}

.bulTitle {
    overflow: hidden;
    color: var(--Primary-Color-default, #004998);
    text-overflow: ellipsis;
    /* H4 */
    font-family: "Noto Sans TC";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.bulInfo {
    overflow: hidden;
    color: #1D3E65;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* Text/Body-md */
    font-family: "Noto Sans TC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
    margin-top: 24px;
    margin-bottom: 24px;
}

.bulFooter {
    color: var(--Grey-Scale-50, #9E9E9E);
    font-family: "Noto Sans TC";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
}

.pager {
    margin: 56px 0;
}



    .pager li > a, .pager li > span {
        display: inline-block;
        padding: 5px 14px;
        border: 1px solid #ddd;
        border-radius: 4px;
        border: 1px solid var(--Grey-Scale-0, #FFF);
        background: var(--Grey-Scale-0, #FFF);
        color: var(--Primary-Color-default, #004998);
        text-align: center;
        -webkit-text-stroke-width: 1;
        -webkit-text-stroke-color: var(--Grey-Scale-0, #FFF);
        font-family: "Noto Sans TC";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }

    .pager .actived > a, .pager .actived > a:hover, .pager .actived > a:focus, .pager .actived > span {
        border-radius: 4px;
        border: 1px solid var(--AVC-CEF-Color-1, #F0800E) !important;
        background: var(--AVC-CEF-Color-1, #F0800E) !important;
        color: var(--Grey-Scale-0, #FFF);
        text-align: center;
        /* Text/H4 */
        font-family: "Microsoft JhengHei";
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%; /* 28px */
    }

    .pager li {
        padding-left: 5px;
    }

        .pager li > a:hover,
        .pager li > a:focus {
            text-decoration: none;
            border-radius: 4px;
            border: 1px solid #D2E2FF;
            color: #004998;
            background: #D2E2FF;
        }

#dnn_contentPane {
    background: #fff;
}

.rcarouselsbj {
    z-index: 10
}

.dvPageView {
    display: flex;
    align-items: baseline;
    justify-content: left;
    /*height: 42px;*/
}
/* Navbar container */
.navbar1 {
    overflow: hidden;
    background-color: transparent;
    z-index: 1;
    padding-right: 124px;
    float: left;
}

/* The dropdown container */
.dropdown1 {
    float: left;
    overflow: hidden;
}

    /* Dropdown button */
    .dropdown1 .dropbtn {
        font-size: 16px;
        border: none;
        outline: none;
        color: #000;
        padding: 14px 16px;
        padding: 14px 4px 8px 4px;
        background-color: inherit;
        margin: 0; /* Important for vertical align on mobile phones */
        margin-right: 40px;
        display: block;
        border-bottom: 2px solid transparent;
    }

        .dropdown1 .dropbtn .row a, .dropdown1 .dropbtn .row a:visited, .dropdown1 .dropbtn .row a:hover, .dropdown1 .dropbtn .row a:focus, .dropdown1 .dropbtn .row a:active {
            color: #000;
            text-decoration: unset;
        }
    /* Add a red background color to navbar links on hover */
    .navbar1 a:hover, .dropdown1:hover .dropbtn {
        /* background-color: red;*/
        border-bottom: 2px solid var(--AVC-CEF-Color-1, #F0800E);
        color: var(--AVC-CEF-Color-1, #F0800E);
        /*font-weight: bold;*/
    }

/* Dropdown content (hidden by default) */
.dropdown1-content {
    display: none;
    position: absolute;
    /* background-color: #fff;*/
    width: 100%;
    left: 0;
    /*padding-left:150px;
        padding-right:150px;*/
    /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    z-index: 16;
}

    /* Mega Menu header, if needed */
    .dropdown1-content .header1 {
        background: transparent;
        /*padding: 16px;*/
        color: white;
        height: 54px;
        height: 34px;
    }

/* Show the dropdown menu on hover */
.dropdown1:hover .dropdown1-content {
    display: block;
}
/* .divBreadcrumbs+.dropdown1:hover:has(.navbar1):has(.navbor){
    display: none;
  
}*/

/* Create three equal columns that floats next to each other */
.column {
    float: left;
    width: auto;
    padding: 28px 20px 22px 20px;
    min-width: 120px;
    /* background-color: #ccc;*/
    /*height: 250px;*/
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.column > div:first-child, .column > a:first-child {
    color: var(--Grey-Scale-70, #414141);
    /* H6 */
    font-family: "Noto Sans TC";
    font-size: 16px;
    font-style: normal;
    /*font-weight: 600;*/
    line-height: normal;
    text-wrap: nowrap;
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    display: block;
}

    .column > div:first-child, .column > a:first-child:hover {
        color: #004998;
    }

.navbor {
    position: absolute;
    top: 50px;
    z-index: 9;
    width: 100%;
    padding-left: 550px;
}

.dropdown1-content > .row {
    margin: 0;
    width: 100%;
    background: #fff;
    padding-left: 150px;
    padding-right: 150px;
    background: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: center;
}

    .dropdown1-content > .row .column .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .dropdown1-content > .row .column .row {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 13px;
    }

        .dropdown1-content > .row .column .row .col-md-4 {
            padding-left: 0;
            padding-right: 10px;
        }

.dropdown1-content .row .column .row .col-md-4 div,
.dropdown1-content .row .column .row .col-md-8 div {
    margin-bottom: 12px;
    color: #000;
    font-family: "Noto Sans TC";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.dropdown1-content .row .column .row .col-md-4 a,
.dropdown1-content .row .column .row .col-md-8 a {
    margin-bottom: 12px;
    color: #000;
    font-family: "Noto Sans TC";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 0;
    margin: 0;
}

a {
    cursor: pointer;
}

    a:hover {
        text-decoration: none;
    }

.dropdown1-content .row .column .row .col-md-12 a,
.dropdown1-content .row .column .row .col-md-12 div {
    margin-bottom: 12px;
    color: #818181;
    font-family: "Noto Sans TC";
    font-size: 15px;
    font-style: normal;
    line-height: normal;
    padding: 0;
    margin: 0 0 12px 0;
    display: block;
}

.dropdown1-content > .row .column .row .col-md-12 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.column .col-md-12 {
    padding: 0;
    margin: 0;
}
/* footer */
/*UL LI {
        list-style: none;
    }*/

ul.foot-menu {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    flex-direction: row;
}

li.foot-nav {
    position: relative;
    transition: color .4s;
    flex-direction: row;
    margin-bottom: 1.25rem;
    display: block;
    border: none;
    padding: 0;
    color: var(--Grey-Scale-0, #FFF);
    font-family: "Noto Sans TC";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    flex-grow: 1;
    list-style: none;
}

ul.foot-itm li {
    overflow: hidden;
    color: var(--Grey-Scale-0, #FFF);
    text-overflow: ellipsis;
    font-family: "Noto Sans TC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 8px;
}

    ul.foot-itm li:first-child {
        margin-top: 16px;
    }

.dvFooter ul ul {
    margin-left: 0;
}

.copyrighttxt {
    overflow: hidden;
    color: var(--Grey-Scale-90, #212121);
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "Noto Sans TC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline;
    float: right;
    padding-top: 8px;
}

    .copyrighttxt a {
        color: #212121;
    }

        .copyrighttxt a:visited, .copyrighttxt a:hover {
            color: #212121;
            text-decoration: underline;
        }

.copyrightimg {
    display: inline;
    overflow: hidden;
    color: var(--Grey-Scale-90, #212121);
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    font-family: "Noto Sans TC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

    .copyrightimg img {
        margin-right: 16px;
        width: auto;
    }

.dvFooter a, .dvFooter a:visited, .dvFooter a:hover {
    color: #fff;
    text-decoration: unset;
}

.column a:hover, .column a {
    text-decoration: none;
}


.column > a:first-child {
    background: linear-gradient(currentColor 0 0) bottom left/ var(--underline-width, 0%) 0.1em no-repeat;
    text-decoration: none;
    transition: background-size 0.5s;
}

.dropdown1-content .row .column .row .col-md-12 a {
    background: linear-gradient(#4b739a 0 0) bottom left/ var(--underline-width, 0%) 0.1em no-repeat;
    text-decoration: none;
    transition: background-size 0.5s;
    border-bottom: 2px solid transparent;
}

    .column > a:hover, .dropdown1-content .row .column .row .col-md-12 a:hover {
        --underline-width: 100%;
        color: #4b739a;
    }

.dvsecmenu {
    width: 100%;
    position: fixed;
    z-index: 2;
    top: 80px;
    /*display:none;*/
}

    .dvsecmenu .form-pmenu {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 10px 186px;
        color: var(--Grey-Scale-0, #FFF);
        background: linear-gradient(347deg, rgba(255, 255, 255, 0.10) -22.26%, rgba(0, 15, 64, 0.10) 154.61%);
        background: #0e1d4b;
        width: 100%;
        opacity: 0.8;
    }


/* ============ test*/
/****  header  *****/
.ws-head {
    /*height: 550px;*/
    height: 740px;
}

    .ws-head > .row {
        margin: 0 0 10px 0;
    }

.bgHeader {
    height: 150px;
    position: relative;
    margin-top: -747px;
    z-index: 8;
    height: 120px;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.80) 100%);
}

.bcHeader {
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Noto Sans TC";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-left: 180px;
    margin-top: 120px;
}

.dvFooter {
    min-height: 56px;
    padding: 56px 56px;
    background: #fff !important;
    display: block;
}

.imglogo {
    position: absolute;
    /*top: 54px;
        left: 159px;*/
    top: 44px;
    left: 80px;
    z-index: 10;
    width: auto;
    cursor: pointer;
    top: 30px;
    height: 52px;
}




.ibr-global {
    font-size: 30px;
    position: absolute;
    display: block;
    right: 90px;
    top: 60px;
    z-index: 16;
    color: #fff;
    cursor: pointer;
}

.navbor {
    TOP: 40px;
    padding-left: 420px;
}

.ibr-global {
    /*top: 38px;*/
    right: 10px;
    vertical-align: middle;
    top: 50px;
}

.ibr-globalbc {
    background-color: var(--AVC-CEF-Color-1, #F0800E);
    border-radius: 28px;
    padding: 4px 4px 4px 8px;
    display: table;
    margin-right: 6px;
}

.ibr-global i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 20px;
}

.ibr-global .dvlang {
    font-size: 13px;
    display: inline;
    vertical-align: middle;
}

.navbar1 {
    padding-right: 124px;
}

.dropdown1 .dropbtn {
    margin-right: 30px
}

.ws-head.menu-sticky-active .bgHeader {
    background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.90) 100%);
    height: 80px;
    position: fixed;
    z-index: 9;
    width: 100%;
}

.ws-head.menu-sticky-active .imglogo {
    position: fixed;
    top: 10px;
    left: 80px;
    height: 42px !important;
}

/*    .ws-head.menu-sticky-deactive .imglogo {
        position: absolute;
        top: 44px !important;
        left: 80px !important;
    }*/
.ws-head.menu-sticky-deactive .imglogo {
    position: absolute;
    top: 34px !important;
    left: 80px !important;
}

.ws-head.menu-sticky-active .navbor {
    top: 16px;
    position: fixed;
}

.ws-head.menu-sticky-active .ibr-global {
    top: 28px;
    position: fixed;
}

.ws-head.menu-sticky-active .dropdown1-content .header1 {
    height: 14px;
}

.form-pmenu.menu-sticky-active {
    position: fixed;
    top: 80px;
    width: 100%;
    z-index: 8;
    opacity: 0.9;
}

.bclang {
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
}

    .bclang a {
        color: #fff;
        font-size: 13px;
        margin-right: 6px;
    }

        .bclang a:hover {
            color: #c9c9c9;
        }

.bulTitle {
    color: var(--AVC-CEF-Color-1, #F0800E) !important;
    letter-spacing: 1px;
}

.bulInfo {
    color: #212121 !important;
}

.bcHeader {
    letter-spacing: 2px;
    margin-top: -320px;
    position: absolute;
}

.fbccontent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    background: var(--Grey-Scale-0, #FFF);
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 40px;
    padding-bottom: 40px;
}

.ctitle {
    color: var(--AVC-CEF-Color-1, #F0800E);
    /* H3 */
    font-family: "Noto Sans TC";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 40px;
}

.fcontent {
    color: var(--Grey-Scale-90, #212121);
    /* Body */
    font-family: "Noto Sans TC";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.9px;
    width: 100%;
}

ol.fdnul {
    margin-top: 40px;
}

table.qtable {
    border-collapse: collapse;
    width: 100%;
}

    table.qtable, table.qtable td {
        border: 2px solid #F5993C;
        padding: 4px 10px;
        text-align: center;
        font-size: 16px;
        padding: 15px;
    }

        table.qtable, table.qtable td:nth-child(2) {
            text-align: left;
        }

            table.qtable tr:first-child td {
                background: #F5993C;
                font-size: 18px;
                color: #fff;
                padding: 8px;
                /* border-color: #fff; */
            }

                table.qtable tr:first-child td:nth-child(2) {
                    text-align: center;
                }

.mt40 {
    margin-top: 40px;
}

.imgperson {
    position: relative;
    width: 100%;
    height: auto;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 0;
    padding-left: 0;
}

.bcf-mbinfo-img-tt {
    color: #000;
    font-family: "Noto Sans TC";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.9px;
    margin-top: 10px;
}

.bcf-bcmemberintro {
}

.bcf-memberintro {
    border-top: 2px solid var(--Grey-Scale-40, #BDBDBD);
    background: var(--Grey-Scale-0, #FFF);
    padding: 30px;
    margin-bottom: 30px;
}

.bcf-bcmemberintro .col-md-8 {
    padding-left: 60px;
}

.bcf-mbinfo-title {
    color: var(--Grey-Scale-80, #424242);
    /* H3 */
    font-family: "Noto Sans TC";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.bcf-mbinfo-jobtitle {
    float: right;
    position: relative;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
}

.bcf-mbinfo-cc {
    color: var(--Grey-Scale-90, #212121);
    /* Body */
    font-family: "Noto Sans TC";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.9px;
    margin-top: 20px;
}
.timeline-note {
    font-size: 20px;
    font-weight: 500;
}

.timeline-input {
    height: 240px;
}

.timeline-input-scroll {
    margin-top: 48px;
}

    .timeline-input-scroll .icon4-chevron-right {
        float: right;
    }

    .timeline-input-scroll .icon4-chevron-left {
        float: left;
    }

div[class$="input-scroll"] i {
    color: #fff;
    font-size: 24px;
    /*background: rgba(253, 203, 153, 0.40);*/

    background: var(--AVC-CEF-Color-3, #FDCB99);
    cursor: pointer;
    display: inline-block;
    padding: 4px;
    border-radius: 40px;
}

    div[class$="input-scroll"] i:hover {
        /* background: rgba(253, 203, 153, 0.80);*/
        background: #f0b70e;
    }

.timeline-input {
    height: 240px;
}

.timeline-input-scroll {
    margin-top: 48px;
}

.flex-parent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

.input-flex-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 1800px;
    height: 200px;
    position: relative;
    z-index: 0;
    left: 400px;
    transition: left 1s ease 0s;
}

.input {
    width: 16px;
    height: 16px;
    background-color: #F0800E;
    border: 2px solid #FDCB99;
    position: relative;
    border-radius: 50%;
    box-shadow: 0 0 1px 8px rgba(253, 203, 153, .5);
}

    .input::before, .input::after {
        content: '';
        display: block;
        position: absolute;
        z-index: -1;
        top: 50%;
        transform: translateY(-50%);
        background-color: #FDCB99;
        width: 172px;
        height: 2px;
        max-width: 172px;
    }

    .input::before {
        left: calc(-4vw + 12.5px);
    }

    .input::after {
        right: calc(-4vw + 12.5px);
    }

    .input span {
        width: 1px;
        height: 1px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        visibility: hidden;
    }

        .input span::before, .input span::after {
            visibility: visible;
            position: absolute;
            left: 50%;
            font-size: 16px;
            font-weight: 400;
        }

        .input span::before {
            content: attr(data-year);
            top: -43px;
            transform: translateX(-50%);
            color: var(--AVC-CEF-Color-1, #F0800E);
        }

        .input span::after {
            content: attr(data-info);
            top: 25px;
            width: 172px;
            transform: translateX(-50%);
            text-indent: -10px;
            color: var(--Grey-Scale-90, #212121);
        }

@media (min-width: 1250px) {
    .input::before {
        left: -37.5px;
    }

    .input::after {
        right: -37.5px;
    }
}

@media (max-width: 850px) {
    .input {
        width: 17px;
        height: 17px;
    }

        .input::before, .input::after {
            height: 3px;
        }

        .input::before {
            left: calc(-4vw + 8.5px);
        }

        .input::after {
            right: calc(-4vw + 8.5px);
        }
}

@media (max-width: 600px) {
    .flex-parent {
        justify-content: initial;
    }

    .input-flex-container {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        height: auto;
        margin-top: 15vh;
    }

    .input {
        width: 60px;
        height: 60px;
        margin: 0 10px 50px;
    }

        .input::before, .input::after {
            content: none;
        }

        .input span {
            width: 100%;
            height: 100%;
            display: block;
        }

            .input span::before {
                top: calc(100% + 5px);
                transform: translateX(-50%);
                text-indent: 0;
                text-align: center;
            }

            .input span::after {
                top: 50%;
                transform: translate(-50%, -50%);
                color: #ECF0F1;
            }
}
.form-top {
    width: 900px;
    max-width: 62%;
    color: #fff;
    position: absolute;
    top: 180px;
    left: 17%;
    padding: 24px 24px;
    border-radius: 8px;
    margin-top: 46px;
}

.top-title {
    color: var(--Grey-Scale-0, #FFF);
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Noto Sans TC";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.top-desc {
    overflow: hidden;
    color: var(--Grey-Scale-0, #FFF);
    text-overflow: ellipsis;
    /* Body */
    font-family: "Noto Sans TC";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.9px;
    margin-top: 18px;
    margin-bottom: 40px;
}

.btn-box {
    color: #004998;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    border-radius: 8px;
    padding: 10px 24px;
    border: 2px solid #004998;
}

a.btn-white {
    color: #FFF;
    border: 2px solid #FFF;
}

.ibtn {
    font-size: 16px;
    margin-left: 6px;
    vertical-align: middle;
}


.fbccontent.fbc-f-t-about {
    background: url(/Portals/_default/Skins/AVC/img/foundation/bg-firstpage-intro.png) lightgray 50% / cover no-repeat;
    min-height: 300px;
    position: relative;
    display: block;
}

.f-fp-tt {
    color: var(--Grey-Scale-90, #212121);
    text-align: center;
    font-family: "Noto Sans TC";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 40px;
}

.f-fp-cont {
    color: var(--Grey-Scale-90, #212121);
    text-align: left;
    font-family: "Noto Sans TC";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.9px;
    margin-top: 24px;
}
/*news*/
.news-more {
    text-align: right;
    margin-bottom: 15px;
}

    .news-more a {
        color: var(--Grey-Scale-90, #212121);
        font-family: "Noto Sans TC";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

.news-input {
    display: flex;
    gap: 50px;
}

.news-input-one {
    width: calc((100% - 50px) / 3);
}

    .news-input-one .one-img {
        border-radius: 8px 8px 0 0;
        box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.20);
        background-size: cover;
        background-position: center;
        height: 210px;
    }

    .news-input-one a.one-title {
        text-decoration: none;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        margin-top: 10px;
        overflow: hidden;
        color: var(--Grey-Scale-90, #212121);
        text-overflow: ellipsis;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding: 0 10px;
    }

        .news-input-one a.one-title:hover, .one-img:hover + a.one-title {
            color: var(--AVC-CEF-Color-1, #F0800E);
        }

    .news-input-one .one-date {
        margin-top: 8px;
        color: var(--Grey-Scale-50, #9E9E9E);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 0 10px;
        margin-bottom: 20px;
    }

.slideInLeft.active {
    transform: translateX(0);
}

.input-aos {
    opacity: 0;
    transition: all 1s;
}

    .input-aos.active {
        opacity: 1;
    }

.slideInBottom {
    transform: translateY(200px);
}

    .slideInBottom.active {
        transform: translateY(0em);
    }

.slideInLeft {
    transform: translateX(-100vw);
}

    .slideInLeft.active {
        transform: translateX(0);
    }

a.btn-box:hover {
    color: #000;
    border: 2px solid var(--Grey-Scale-0, #FFF);
    background: var(--Grey-Scale-0, #FFF);
}
/* 移共用 */
#imgHeader {
    width: 100%;
    height: 747px;
}

@media only screen and (max-width: 767px) {
    .ws-head {
        height: 80px;
        background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.80) 100%);
        height: 80px;
        position: relative;
        z-index: 11;
        width: 100%;
        top: 0;
    }

        .ws-head .bgHeader, .ws-head.menu-sticky-deactive .bgHeader {
            height: 80px;
        }

        .ws-head.menu-sticky-active /*, .ws-head.menu-sticky-deactive */ {
            position: fixed;
        }
        /* #imglogo {
        height: 30px;
        top: 25px;
        left: 10px;
        width: 180px;
        z-index: 11;
    }*/
        .ws-head .imglogo {
            top: 20px !important;
            left: 15px !important;
            /*top: 35px ;
                    left: 15px ;*/
            width: 200px;
        }

        .ws-head.menu-sticky-deactive .imglogo {
            top: 22px !important;
            left: 15px !important;
            width: 200px;
            height: 32px !important;
        }

        .ws-head.menu-sticky-deactive .ibr-global {
            top: 22px;
        }

        .ws-head.menu-sticky-active .imglogo, .ws-head.menu-sticky-active .ibr-global {
            top: 34px !important;
        }

        .ws-head .ibr-global {
            top: 20px;
            margin-right: 40px;
        }

        .ws-head.menu-sticky-active .bgHeader {
            background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.80) 100%);
            height: 80px;
            position: fixed;
            z-index: 11;
            width: 100%;
        }

        .ws-head.menu-sticky-active .imglogo {
            z-index: 11;
        }
}

.icsidebar {
    display: inline-block;
    position: absolute;
    right: -30px;
    top: 4px;
    top: 0px;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    color: #FFFFFF;
    padding: 4px 0px 4px 5px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background: rgba(0, 136, 204, 0.8);
    border-radius: 2px;
}

.sidebar-menu > ul {
    margin-top: 0px;
}

.myslider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*    .ws-head{
        height:747px;
    }*/
.bgHeader {
    /*margin-top:-778px;*/
    margin-top: -778px;
}

ul.slick-dots {
    bottom: 15px;
}

.slick-dots li button:before {
    font-size: 10px; /* 預設是 6px */
}
/*  .myslider {
    position: relative;
}*/
.myslider .slick-next.slick-arrow {
    right: 16px;
    z-index: 2;
    background: none;
    margin-top: 40px;
    opacity: 0.5;
}

.myslider .slick-prev.slick-arrow {
    left: 16px;
    z-index: 2;
    background: none;
    margin-top: 40px;
    opacity: 0.5;
}

.myslider .slick-prev:before, .myslider .slick-next:before {
    font-size: 40px;
}

.myslider .slick-prev.slick-arrow:hover, .myslider .slick-next.slick-arrow:hover {
    background: none;
    opacity: 1;
}
/* 最新消息 活動公告*/
.news-title {
    display: inline-block;
    border: 2px solid #f5a623;
    border-radius: 6px;
    padding: 6px 24px;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    background: #fff;
}

/* 卡片排列 */
.news-input {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.news-input-one {
    flex: 1;
    min-width: 240px;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 10px;
}

.one-img {
    width: 100%;
    padding-top: 56%; /* 控制圖片比例 16:9 左右 */
    background-size: cover;
    background-position: center;
    margin-bottom: 12px;
}

.one-title {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
    line-height: 1.6;
    margin-bottom: 6px;
    display: block;
}

    .one-title:hover {
        color: #1a73e8;
        text-decoration: underline;
    }

.one-date {
    font-size: 13px;
    color: #888;
}

/* 查看更多按鈕 */
.news-more-wrap {
    text-align: center;
    margin-top: 24px;
}
/* 響應式：手機改直排 */
@media (max-width: 768px) {
    .news-input {
        flex-direction: column;
    }
}

.sub-news {
    color: #212121;
    text-align: center;
    font-family: "Noto Sans TC";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 40px;
    background-color: #ebf3f9;
}

#media-list .media-row:last-child {
    border-bottom: 0;
}

#media-list {
    background-color: #fff;
    padding: 30px 20px 30px;
    border-radius: 10px;
}

/*活動*/
.bcs-content {
    padding: 5%;
}

.slick-slide img {
    display: block;
    width: 100%;
    border-radius: 0;
    /*opacity: 0.6;*/
}

.slick-slide .act-sub {
    visibility: hidden;
    /*margin-top: 20%;*/
}


#set-activity .slick-list .slick-active .act-sub {
    visibility: hidden;
}


#set-activity .slick-list .slick-current img {
    transform: scale(1.1);
    opacity: 1;
}

#set-activity .slick-list .slick-current .act-sub {
    transform: scale(1.3);
    visibility: visible;
    text-align: center;
    margin-top: 50px;
    font-size: 16px;
}

.blc-activity {
    padding-left: 45px;
    padding-right: 45px;
}

.slick-next.slick-arrow,
.slick-prev.slick-arrow {
    color: #fff;
    font-size: 24px;
    /* background: rgba(253, 203, 153, 0.40); */
    /*background: var(--AVC-CEF-Color-3, #FDCB99);*/


    background: rgba(251, 126, 0, 0.40);
    cursor: pointer;
    display: inline-block;
    padding: 4px;
    border-radius: 40px;
    width: 32px;
    height: 32px;
    padding-left: 5px;
    font-size: 30px;
}

.slick-prev {
    left: -45px;
}

.slick-next {
    right: -45px;
}

.slick-prev.slick-arrow {
    padding-left: 3px;
}

.slick-prev:before, .slick-next:before {
    font-size: 24px;
    /*color: rgba(251, 126, 0, 0.40);*/
}

.slick-next.slick-arrow:hover, .slick-prev.slick-arrow:hover {
    background: var(--AVC-CEF-Color-2, #F5993C);
}

@media only screen and (max-width: 767px) {
    .news-input {
        flex-wrap: wrap;
    }

    .news-input-one {
        width: 100%;
    }

    .slick-next.slick-arrow, .slick-prev.slick-arrow {
        width: 28px;
        height: 28px;
    }

    .slick-prev.slick-arrow {
        padding-left: 1px;
        padding-top: 2px;
    }

    .slick-next.slick-arrow {
        padding-left: 3px;
        padding-top: 2px;
    }

    .slick-prev:before, .slick-next:before {
        color: #fff;
    }

    #set-activity .slick-list .slick-current .act-sub {
        font-size: 1.4rem;
    }
}
/*活動*/

/* 合作成果*/
.product-vertical {
    display: flex;
}

.product-vertical-desc {
    width: 25%;
    min-width: 465px;
    font-size: 18px;
    font-weight: 400;
    padding-right: 24px;
}

    .product-vertical-desc p {
        letter-spacing: 0.9px;
        /*margin-bottom: 64px;*/
        overflow: hidden;
        color: var(--Grey-Scale-100, #000);
        text-overflow: ellipsis;
        /* H4-Medium */
        font-family: "Noto Sans TC";
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 40px;
    }

.desc-more {
    overflow: hidden;
    color: var(--Grey-Scale-90, #212121);
    text-overflow: ellipsis;
    /* Body */
    font-family: "Noto Sans TC";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.9px;
}

.webform .product-vertical-input {
    overflow: hidden;
    display: flex;
}

.product-input-scroll {
    /*margin: 40px 0;*/
    margin: 0 0 25px 0;
    text-align: right;
}

.input-one-title {
    color: var(--AVC-CEF-Color-1, #F0800E);
    font-family: "Noto Sans TC";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-right: 8px;
}

.title-h3 {
    font-size: 32px;
    font-weight: 700;
}

.product-vertical-input .input-one {
    /*width: 210px;
        height: 340px;*/
    width: 340px;
    height: auto;
    float: left;
    font-size: 24px;
    font-weight: 700;
    margin-right: 50px;
}

    .product-vertical-input .input-one a {
        text-decoration: none;
        color: #fff;
    }

    .product-vertical-input .input-one .input-one-img {
        width: 100%;
        /*min-height: 250px;*/
        background: #FFF;
        display: flex;
        /*align-items: center;*/
        border-radius: 10px;
        /*border: 0.3px solid #D9D9D9;*/
        margin-bottom: 20px;
    }

        .product-vertical-input .input-one .input-one-img img {
            width: 250px;
            height: 250px;
        }

.phoneform .product-vertical-input .input-one .input-one-img {
    width: 90%;
    margin: auto auto 20px;
}

.phoneform .product-vertical-input .slick-dots {
    bottom: -55px;
}

.product-vertical-input .input-one .input-one-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: var(--AVC-CEF-Color-1, #F0800E);
    float: left;
}

    .product-vertical-input .input-one .input-one-top > div {
        flex: 1;
    }

    .product-vertical-input .input-one .input-one-top .icon4-arrow-right {
        cursor: pointer;
        font-size: 16px;
        display: contents;
    }

        .product-vertical-input .input-one .input-one-top .icon4-arrow-right:before {
            /*padding: 7px;*/
            border: 1px solid transparent;
            border-radius: 50px;
        }

.product-vertical-input .input-one:hover .input-one-top .icon4-arrow-right:before {
    border-color: var(--Grey-Scale-0, #FFF);
}

.product-vertical-input .input-one .input-one-note {
    color: var(--Grey-Scale-40, #BDBDBD);
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
}
/* 合作成果*/
.media-row {
    display: flex;
    gap: 20px;
    padding: 14px 4px;
    border-bottom: 1px solid #eee;
}

.media-date {
    flex: 0 0 90px;
    color: #888;
}

.media-subject {
    color: #333;
    text-decoration: none;
}

.one-title:hover {
    text-decoration: underline;
}

/*  footer頁尾   */
.wbFooter {
    background: var(--Grey-Scale-30, #E0E0E0);
    padding: 24px 10%;
}

.apFooter {
    background: var(--Grey-Scale-30, #E0E0E0);
    padding: 24px;
}

.f-ft-addr {
    text-align: right;
}

.apf-ft-addr {
    margin-top: 10px;
    text-align: center;
    font-size: 1.3rem;
}
/*  footer頁尾   */
.social-icon {
    display: inline-flex;
    align-items: end;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #0866FF;
    color: #fff;
    text-decoration: none;
    transition: background 0.2s;
}

a.social-icon i {
    font-size: 20px;
    color: #fff;
}

    a.social-icon i:hover, a.social-icon i:visited, a.social-icon:hover {
        color: #fff;
    }

a.social-icon:hover {
    background-color: #3B5998;
}
/* 查看更多按鈕 */
.more-btn, a.more-btn, a.more-btn:visited {
    display: block;
    width: 140px;
    margin: 35px auto 0;
    background: transparent;
    transition: background 0.2s;
    padding: 10px 16px 10px 24px;
    align-items: center;
    border-radius: 8px;
    border: 2px solid var(--Grey-Scale-90, #212121);
    color: var(--Grey-Scale-90, #212121);
    text-align: center;
    font-family: "Noto Sans TC";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.9px;
    cursor: pointer;
}

    .more-btn:hover, a.more-btn:hover {
        color: #F0800E;
        border-color: #F0800E;
    }