:root {
    --brand-color: #089081;
    --brand-color2: #008c7c;
    --header-bg: #f3fffd;
    --footer-bg: #e9f6e0;
}

*,
body,
a,
p {
    font-size: 16px;
}

.lh-0 {
    line-height: 0;
}

.lh-05 {
    line-height: 0.5;
}

.lh-075 {
    line-height: 0.75;
}

.lh-1 {
    line-height: 1;
}

.lh-115 {
    line-height: 1.15;
}

.lh-125 {
    line-height: 1.25;
}

.lh-15 {
    line-height: 1.5;
}

.lh-16 {
    line-height: 1.6;
}

.lh-175 {
    line-height: 1.75;
}

.lh-18 {
    line-height: 1.8;
}

.lh-2 {
    line-height: 2;
}

.lh-22 {
    line-height: 2.2;
}

.lh-25 {
    line-height: 2.5;
}

/*--------------------*/

.header {
    background: var(--header-bg);
}

.header .top-header .mb-member {
    width: 25%;
}

@media (max-width: 991px) {
    .header .top-header .mb-member {
        width: 100%;
    }
}

.header .top-header .top-menu .collapse li.active .nav-link::before,
.header .top-header .top-menu .collapse li:hover .nav-link::before {
    background-color: var(--brand-color);
}

.btn-header {
    background: var(--brand-color);
}

.text-color {
    color: var(--brand-color) !important;
}

.section01 .section-title-center:before {
    background-color: #aaa;
}

.section01 .section-title-center h3 {
    color: #666666;
}

.section01 .section01-item .section-title:before {
    background-image: url(#);
}

.text-color2 {
    color: #666666 !important;
}

.more-arrow {
    background: var(--brand-color);
}

.section01 .section01-item .section01-title {
    border-left: 1px solid #333;
}

.section02 .section02-item {
    width: 33.333333%;
}

@media (max-width: 991px) {
    .section02 .section02-item {
        width: 100%;
    }
}

.section02 .section02-item:before {
    background-color: rgba(0, 0, 0, 0.2);
}

.text-TC,
.en-font {
    font-family: 'Noto Serif TC', sans-serif, "微軟正黑體", Arial !important;
    font-weight: 500;
}

.section04 h2,
.section04 h3 {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3);
    filter: drop-shadow( 0px 0px 10px rgba(0, 0, 0, 0.3));
}

.section02 .section02-item .section02-text h4 {
    font-size: 24px;
}

.section02 .section02-item .section02-text li {
    font-size: 16px;
}

.footer .footer-body .footer-item02 i {
    color: var(--brand-color);
    width: 30px;
    text-align: center;
}

.section-title-center {
    text-shadow: 0px 0px 10px #ffffff;
    filter: drop-shadow(0px 0px 10px #ffffff);
}

@media(max-width: 991px) {

    .inside-banner h2,
    .inside-banner h4 {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .header .top-header .mb-member .logo {
        width: 70vw;
    }
}

@media (max-width: 991px) {
    .header .top-header .top-menu nav .navbar-toggler {
        background-color: var(--brand-color);
    }
}

@media (max-width: 991px) {
    .footer .footer-body .footer-item02 {
        padding-left: 0px;
    }

    .footer-item02 span {
        display: none;
    }
}

@media (max-width: 991px) {
    .section-kv .banner_slider-item .img-wrap .img-item {
        padding-top: 120%;
    }
}

@media (max-width: 991px) {
    .section01 .more-arrow {
        margin: auto;
        display: flex;
        justify-content: center;
        width: fit-content;
    }
}

@media (max-width: 991px) {
    .section04 {
        background-position: center;
    }
}

@media (max-width: 991px) {
    h2 {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    h3 {
        font-size: 18px;
    }
}


@media (max-width: 991px) {
    .header .top-header .top-menu .collapse li.active .nav-link, 
    .header .top-header .top-menu .collapse li:hover .nav-link {
        color: var(--brand-color);
    }
}

.more {
    background: var(--brand-color);
}

.story-page.newsimg .tm_shadow_dropdown{
    display: none;
  }
}

.list-item .img-wrap {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
}

.list-item .text-item {
    padding: 15px 0px;
}

.story-section02.news_section .img-wrap .img-item {
    padding-top: 56.25%;
    border-radius: 10px;
}

.story-section02.news_section .news_items .word-item h3{
  font-size: 16px;
}

.nav.nav-tabs .nav-link:hover, .nav.nav-tabs .nav-link.active {
    border: 1px solid  var(--brand-color);
    background-color:  var(--brand-color);
    border-radius: 10px;
}

.nav.nav-tabs .nav-link {
    border-radius: 10px;
}