/*TOP*/
header .bg-primary {
    background-color: #e6e6e6 !important;
    border-bottom: solid 1px $primary;
}

/* header .head-top {
    padding: 1rem 0;
} */
header .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
}

header .logo:hover {
    color: #000;
}

header .head-top .func a {
    color: #000;
}

header .head-top .func a.round {
    display: inline-block;
    border-radius: 50%;
    border: solid 1px #fff;
    width: 2.25rem;
    height: 2.25rem;
    text-align: center;
    line-height: 2.25rem;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    color: #fff;
    background-color: #1d8b7b;
}




/*Ê×í“ÅÜ´óˆD*/
.bnr #main-slide {
    height: calc(100vh - 180px);
    /*max-height: 539px;*/
    margin: 0px;
}

.bnr .swiper-pagination-bullet {
    background-color: #fff;
    border: none;
    width: 12px;
    height: 12px;
    opacity: 1;
}

.bnr .swiper-pagination-bullet-active {
    background-color: transparent;
    border: solid 1px #fff;
    width: 16px;
    height: 16px;
}

@media (max-width: 1024px) {
    .bnr #main-slide {
        height: 250px;
    }
}



/*捐款*/

.xie_cwn ul {
    display: flex;
    /*justify-content: flex-start;*/
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    height: 100%;
    width: 100%;
    max-width: 600px;
}

.xie_cwn ul li {
    flex: 0 0 33.3%;
    max-width: 33.3%;
    padding: 10px;
    display: flex;
    justify-content: center;
}

.xie_cwn ul li a {
    display: block;
    margin: 1px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 0px;
    transition: background-color .3s;
}

.xie_cwn ul li a span {
    display: inline-block;
    color: #1E265F;
    font-size: .9rem;
    line-height: 125%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
}

.xie_cwn ul li a span.ico {
    display: block;
    width: 100px;
    height: 100px;
    padding: 20px;
    background-color: #fff;
    border: 2px solid #1d8b7b;
    border-radius: 50%;
    margin-bottom: 8px;
}

.xie_cwn ul li a span.ico img {
    vertical-align: middle;
    border-style: none;
    width: 100%;
    transition: all .2s ease;
}

.xie_cwn ul li a:hover span.ico img {
    transform: scale(1.075);
}

.xie_cwn ul li a span.ico_txt1 {
    font-size: 1.1rem;
    display: block;
}

.xie_cwn ul li a span.ico_txt2 {
    color: #1d8b7b;
    display: block;
}

@media(max-width: 479px) {
    .xie_cwn ul li a span.ico {
        width: 80px;
        height: 80px;
    }

    .xie_cwn ul li a span.ico_txt1 {
        font-size: .92rem;
    }
}

/* @media (max-width: 568px) {
    .xie_cwn ul li {
        width: 100%;
        display: block;
        margin: 0 0 10px 0;
        display: flex;
    }
    .xie_cwn ul li:last-child {
        margin: 0 0 0 0;
    }
} */





/*Ê×í“ - ×îÐÂÏûÏ¢*/
.faculty-yellow {
    background-color: #feffcd;
}

.index_news_more__header {
    display: flex;
    justify-content: space-between;
    padding: 0 0 1.25rem;
}

.u-text-xl2 {
    font-size: 2rem !important;
}

.news_more__btn .btn-blue-green {
    color: #fff;
    background-color: #1d8b7b;
    border-color: #1d8b7b;
}

.table-fixed {
    table-layout: fixed;
}

tr.bg-gradient {
    color: #fff;
    background-color: #1d8b7b;
}

.index_news_table {
    width: 100%;
    margin: 0 auto;
}

.index_news_table th {
    /* padding: 8px 5px; */
    /* padding: 12px 5px; */
    padding: 12px 15px;
    line-height: 120%;
    border: solid 1px #e0e0e0;
    box-shadow: none;
    text-align: center;
    vertical-align: middle;
}

.table-fixed tr th {
    position: sticky;
    top: 0;
    z-index: 2;
    color: #fff;
    background-color: #1d8b7b;
}

tr.bg-gradient td,
tr.bg-gradient th {
    padding-top: 15px;
    padding-bottom: 15px;
}

.text-orange {
    color: #f19149 !important;
}

.index_news_table td {
    padding: 20px 15px;
    border: solid 1px #E0E0E0;
}

.index_news_table tr,
.index_news_table td {
    background-color: #f0efef;
}

.index_news_table tr:nth-child(2n),
.index_news_table tr:nth-child(2n) td {
    background-color: #fff;
}

.index_news_table .index_news_table_ts {
    text-align: left;
}

.index_news_table_span {
    border-radius: 18px;
    padding: .375rem 1rem;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.index_news_table_span1 {
    color: #fff;
    background-color: rgba(29, 139, 122, 1);
    border-color: rgba(29, 139, 122, 1);
}

.index_news_table_span2 {
    color: #fff;
    background-color: rgba(29, 139, 122, .75);
    border-color: rgba(29, 139, 122, .75);
}

.index_news_table_span3 {
    color: #fff;
    background-color: rgba(29, 139, 122, .5);
    border-color: rgba(29, 139, 122, .5);
}

.index_news_table a {
    color: #000;
}

.index_news_table a:hover {
    color: #1d8b7b;
}

@media (max-width: 767px) {
    .index_news_table tr.bg-gradient {
        display: none;
    }

    .index_news_table td:nth-of-type(3) {
        display: block;
        width: 100%;
        height: auto;
        padding: 10px;
    }

    .index_news_table>tbody>tr {
        display: flex;
        padding:  15px 10px;
    }

    .index_news_table td {
        display: inline-block;
        padding: 0;
        border: none;
    }

    .index_news_table td:nth-of-type(1) {
        text-align: left;
        line-height: 200%;
        flex: 0 0 100px;
    }

    .index_news_table td:nth-of-type(2) {
        text-align: left;
        flex: 1 1 auto;
    }

    /* .index_news_more__header {
        padding: 0 0 .5rem !important;
    }
    .news_more__title {
        margin: 0 !important;
    }
    .index_news_table {
        overflow: hidden;
    }
    .index_news_table tr {
        border-bottom: solid 10px #feffcd;
    }
    .index_news_table th {
        display: none;
    }
    .index_news_table td {
        display: block;
        border: none;
        width: 100%;
        padding: 10px;
        text-align: left;
        border-bottom: 1px solid #fff;
    }
    .index_news_table tr:nth-child(2n) td {
        border-bottom: 1px solid #f0efef;
    }
    .index_news_table td:first-child {
        padding-top: 15px;
    }
    .index_news_table td:last-child {
        border-bottom: none;
    }
    .index_news_table td:last-child {
        padding-bottom: 15px;
    } */
}



/*Ê×í“ - ˜s×u°ñ*/
.index_honor {
    background: #e6e6e6;
    padding: 3rem 0;
}

.index_honor_xoo {
    background: #fff;
    padding: 30px 0;
}

.index_honor_xoo h3 {
    font-size: 2rem !important;
    font-weight: 700 !important;
}

.index_honor_xoo .line-through:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #71aca2;
    top: 50%;
    margin-top: 0;
}

.index_honor_xoo .p-5 {
    padding: 0 3rem !important;
}

.index_honor_xoo .text-orange {
    color: #f19149;
}

.index_honor_xoo .text-blue-green {
    color: #1d8b7b;
    font-size: 1.2rem;
}

.index_honor_xoo #honor-next,
.index_honor_xoo #honor-prev {
    color: #1d8b7b;
}

.index_honor_xoo .btn-blue-green {
    color: #fff;
    background-color: #1d8b7b;
    border-color: #1d8b7b;
}

@media (max-width: 991px) {
    .index_honor_xie {
        padding: 0 0 !important;
    }

    .index_honor_xie img {
        width: 100%;
    }
}




/*»î„Ó¼ôÓ°*/
.faculty-green {
    background-color: #1d8b7b;
}

.u-color-white {
    color: #fff !important;
}

.news_more__btn .btn-blue-white {
    color: #fff;
    background-color: #1d8b7b;
    border-color: #1d8b7b;
    border: 2px solid #fff;
}

.news_more__btn .btn-blue-white:hover {
    color: #fff;
}



footer.pob_foot {
    color: #585858;
    background-image: none;
    background-size: none;
    border-top: none;

    background-color: #e9ecef;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

footer.pob_foot .logo {
    color: #585858;
}

footer.pob_foot .font_xoo {
    text-align: right;
}

footer.pob_foot .font_xoo p {
    margin-top: .25rem;
    margin-bottom: .25rem;
}

footer.pob_foot .font_xoo a {
    color: #f39801;
}

footer.pob_foot .font_xoo a:hover {
    text-decoration: underline;
}

@media (max-width: 1199px) {
    footer.pob_foot .font_xie .logo {
        text-align: center;
        display: contents;
    }

    footer.pob_foot .font_xoo {
        text-align: center;
        margin-top: 1rem;
    }
}































/**/
.text_color_green {
    color: #1d8b7b !important;
}



/*í“”µ*/
.pages {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.pages>a {
    display: inline-block;
    font-size: 1rem;
    color: #a52838;
    padding: 10px 5px;
}

.pages>a:first-of-type:hover {
    color: #a52838;
    text-decoration: none;
}

.pages>a:last-of-type:hover {
    color: #a52838;
    text-decoration: none;
}

.pages .active>a {
    color: #a52838;
    text-decoration: none;
}

@media (max-width: 991px) {
    .pages>a {
        border: 1px solid #ddd;
        flex: 1;
        text-align: center;
    }

    .pages .active {
        border: 1px solid #ddd;
        border-left: 0;
        border-right: 0;
        flex: 1;
        text-align: center;
        padding: 10px 0;
        letter-spacing: 2px;
    }
}

@media (min-width: 992px) {
    .pages>a:first-of-type {
        margin-right: 45px;
    }

    .pages>a:last-of-type {
        margin-left: 45px;
    }
}

/*ÏàêPÏÂÝd £Ü Download*/
.editor.related_downloads {
    background-color: #FDE9B7;
    text-align: center;
}

.editor.related_downloads h3 {
    color: #000;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 1.75rem;
}

.editor.related_downloads p {
    margin-bottom: .25rem;
}

.editor.related_downloads a {
    color: #efa00f;
    text-decoration: underline;
}

.editor.related_downloads a:hover {
    color: #a52838;
}

/*ÏÂ·½»ØÁÐ±í*/
.back_to_list_bottom {
    padding: 2rem 0px;
}

/*ÉÏ·½´Î´Îßx†Î*/
.back_to_list_top {
    padding: 2rem 0px 0 0;
}

.back_to_list_top a {
    border: 1px solid #7c1e2a;
    color: #7c1e2a !important;
    background-color: #fff !important;
    border-color: #7c1e2a !important;
    margin-right: 1rem;
}

.back_to_list_top a:hover {
    border: 1px solid #fff;
    color: #fff !important;
    background-color: #7c1e2a !important;
    border-color: #fff !important;
}

.back_to_list_top a.active {
    border: 1px solid #fff;
    color: #fff !important;
    background-color: #7c1e2a !important;
    border-color: #fff !important;
}

.back_to_list_top a:last-child {
    margin-right: 0;
}

@media (max-width: 568px) {
    .back_to_list_top a {
        display: block;
        width: 50%;
        margin: 0 auto 1rem auto !important;
    }
}











/*Ê×í“-ŽŸÙY½é½B*/
.btn-faculty2 {
    display: none !important;
}

@media (max-width: 479px) {
    .btn-faculty1 {
        display: none !important;
    }

    .btn-faculty2 {
        display: block !important;
    }

    .faculty-sec .p-relative {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important;
    }

    .faculty-sec #faculty-next,
    .faculty-sec #faculty-prev {
        width: 2rem !important;
        height: 2rem !important;
        line-height: 2rem !important;
    }
}



/*NEWS*/
.imm-news ul {
    padding: 0;
    margin: 0;
}

.imm-news ul li {
    list-style-type: none;
}

/*.imm-news__item {
    border-top: 1px solid #ccc;
}
.imm-news__item:last-child {
    border-bottom: 1px solid #ccc;
}*/
.imm-news__item {
    border-bottom: 1px solid #ccc;
}

.imm-news__link {
    display: block;
    padding: 2.5rem 0;
    transition: background-color .5s ease;
}

.imm-news__link:hover {
    background-color: #f9f9f9;
}

.imm-news a {
    color: #222;
    text-decoration: none;
}

.imm-news__figure {
    width: 100%;
}

.imm-news__media {
    position: relative;
    width: 100%;
    padding-top: 66.66667%;
    background-color: #f0f0f0;
    background-image: url(../../img/nopic01.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.imm-news__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}

/*.imm-news__link:hover .imm-news__bg {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}*/
.imm-news__content {
    width: 100%;
    padding: 2rem 0 0;
}

.u-color-primary {
    color: #000 !important;
}

.u-mb-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.u-text-xl {
    font-size: 1.25rem !important;
}

.u-font-bold {
    font-weight: 700 !important;
}

@media (min-width: 48em) {
    .imm-news__link {
        display: flex;
        flex-wrap: wrap;
    }

    .imm-news__figure {
        flex: 0 0 280px;
    }

    .imm-news__content {
        flex: 1;
        padding: 0 0 0 2.25rem;
    }

    .u-text-xl {
        font-size: 1.5rem !important;
    }
}

@media (min-width: 62em) {
    .imm-news__figure {
        flex: 0 0 320px;
    }
}

@media (min-width: 75em) {
    .imm-news__figure {
        flex: 0 0 360px;
    }

    .u-text-xl {
        font-size: 1.625rem !important;
    }
}

/*news_more*/
.news_more__header {
    border-bottom: 1px solid #ccc;
    padding: 0 0 2rem;
    margin: 0 0 2rem;
}

.news_more__title {
    margin: 0 0 1rem;
}

@media (min-width: 48em) {
    .news_more__header {
        display: flex;
        justify-content: space-between;
    }

    .news_more__title {
        flex: 1;
        margin: 0;
    }

    .news_more__btn {
        flex: 0 0 220px;
        text-align: right;
    }
}

@media (min-width: 75em) {
    .news_more__header {
        padding: 0 0 1.25rem;
        margin: 0 0 4.5rem;
    }
}








.acc_pob .card {
    border: none;
}

.acc_pob .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: #fff;
    border-top: 1px dashed rgba(0, 0, 0, 0.25);
    border-bottom: 1px dashed rgba(0, 0, 0, 0.25);
}

.acc_pob .btn {
    border-radius: 18px;
    padding: .375rem 0rem;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.acc_pob .btn-link {
    color: #a52838;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 1.75rem;
    width: 100%;
    text-align: left;
}

.acc_pob .btn-link:hover,
.acc_pob .btn-link:focus,
.acc_pob .btn-link.focus {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.acc_pob button[aria-expanded="false"] span {
    float: right;
    margin-top: .5rem;
}

.acc_pob button[aria-expanded="true"] span {
    float: right;
    margin-top: .5rem;

    transform: rotateX(180deg);
}

.acc_pob .collapse {
    margin-top: 1rem;
}

.txt_bold_slash {
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 200%;
    border-bottom: solid 1px #000;
}

@media (max-width: 768px) {
    .teacher_more .pic-1 {
        flex: 0 0 47%;
        border: none;
        position: relative;
        background: #f00;
        max-width: 47%;
    }

    .teacher_more .pic-1 img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .teacher_more .d-flex.flex-column {
        flex: 0 0 53%;
        max-width: 53%;
    }

    .teacher_more .d-flex.flex-column div.txt {
        padding: 1rem;
        margin-left: 1rem;
        border: solid 1px #ddd;
    }
}

@media (max-width: 568px) {
    .teacher_more .d-flex {
        display: -ms-flexbox !important;
        display: block !important;
    }

    .teacher_more .pic-1 {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .teacher_more .pic-1 img {
        position: relative;
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .teacher_more .d-flex.flex-column {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .teacher_more .d-flex.flex-column div.txt {
        padding: 1rem;
        margin-top: 1rem;
        margin-left: 0rem;
        border: solid 1px #ddd;
    }
}

@media (min-width: 769px) {
    .teacher_more .pic-1 {
        flex: 0 0 35%;
        border: none;
        position: relative;
        background: #f00;
        max-width: 35%;
    }

    .teacher_more .pic-1 img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .teacher_more .d-flex.flex-column {
        flex: 0 0 65%;
        max-width: 65%;
    }

    .teacher_more .d-flex.flex-column div.txt {
        padding: 2rem;
        margin-left: 2rem;
        border: solid 1px #ddd;
    }
}





/*students±¾ËùŒWÉú*/
/*.editor .students figure {
    text-align: center;
}
.editor .students img {
    max-width: 100%;
    height: 250px;
}*/
.faculty-ro.students .co {
    background-color: #fff;
    margin-bottom: 2rem;
    /*padding-bottom: .25rem;*/
    border: solid 1px #ddd;

    margin: 0 0 2rem 0;
    width: 85%;
}

.editor .students .caption {
    padding-bottom: 1rem;
}

.editor .students p {
    margin: .5rem 0;
}



/*®…˜IÐ£ÓÑ-±í¸ñ*/
.tab_reel {
    width: 100%;
}

.tab_reel th {
    font-size: 1.1rem;
    color: #FFF;
    text-align: center;
    padding: 1rem 1rem;
    background-color: #A52838;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.tab_reel th:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.tab_reel th:last-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.tab_reel tr td {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: .75rem 1rem;
    background-color: #FAFAFA;
}

.tab_reel tr:nth-child(2n) td {
    background-color: #f0efef;
}

@media (max-width: 768px) {
    .tab_reel {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap;
    }
}





/*ÕÐÉúÓÏ¢-±í¸ñ*/
.tab_reel_left {
    width: 100%;
}

.tab_reel_left th {
    font-size: 1.1rem;
    color: #FFF;
    text-align: center;
    /*padding: 1rem 1rem;*/
    padding: 1rem 0rem;
    background-color: #A52838;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

/*.tab_reel_left th:first-child {
    border-top: 1px solid rgba(0,0,0,0.1);
    border-right: 1px solid #fff;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-left: 1px solid rgba(0,0,0,0.1);
}
.tab_reel_left th:last-child {
    border-top: 1px solid rgba(0,0,0,0.1);
    border-right: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-left: 1px solid rgba(0,0,0,0.1);
}*/
.tab_reel_left th.tab_th2 {
    font-size: 1.1rem;
    color: #FFF;
    text-align: center;
    padding: 1rem 1rem;
    background-color: #A52838;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.tab_reel_left tr td {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: .75rem 1rem;
    background-color: #FAFAFA;
}

.tab_reel_left tr:nth-child(2n) td {
    background-color: #f0efef;
}

@media (max-width: 768px) {
    .tab_reel_left {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap;
    }
}





/*program2-ÐÞ˜IÒªüc*/
.u_program {
    display: inline-block;
}

.u_program.back_to_list_top {
    padding: 0rem 0px 0 0;
    margin-bottom: 0rem;
}

.u_program li {
    list-style-type: none;
    width: 50%;
    float: left;
    padding: 15px 20px;
}

/*.u_program li a {
    font-size: 1.2rem;
    text-align: left;
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #7c1e2a;
}*/
.u_program li a {
    font-size: 20px;
    font-family: 'Noto Sans TC', Î¢Ü›ÕýºÚów, "Microsoft JhengHei", sans-serif;
    color: #000 !important;
    text-align: left;
    width: 100%;
    padding: 10px 20px;
    border: 2px solid #7c1e2a;
}

.u_program li a:hover {
    border: 2px solid #fff;
    color: #fff !important;
    background-color: #7c1e2a !important;
    border-color: #fff !important;
}

.u_program li a.btn {
    /*border-radius: 30px;*/
    border-radius: 50px;
}

.u_program li a span {
    float: right;
    margin-top: 3px;
}

@media (max-width: 992px) {
    .u_program li {
        list-style-type: none;
        width: 50%;
        float: left;
        padding: 10px 10px;
    }

    .u_program li a {
        font-size: 1rem;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
        border: 2px solid #7c1e2a;
    }
}

@media (max-width: 568px) {
    .u_program.back_to_list_top {
        padding: 0rem 0px 0 0;
        margin-bottom: 0rem;
    }

    .u_program li {
        list-style-type: none;
        width: 100%;
        float: left;
        padding: 2px 0px;
    }

    .u_program li a {
        font-size: .9rem;
        text-align: left;
        width: 100%;
        padding: 10px 10px;
        border: 2px solid #7c1e2a;
    }
}




/*honor˜s×uŒ£…^*/
.tab_honor th[align="left"] {
    text-align: left;
    padding: 0 1rem;
}

.tab_honor p.text-primary {
    margin-bottom: 0rem;
}