/* 41 css */
.ver-item {
    display: flex;
    align-items: center;
    height: 100%;
}

.center-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.img-item {
    position: relative;
    overflow: hidden;
}

.img-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media (min-width: 768px) {
    .col-md-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.txt-14 {
    font-size: 14px;
}

.txt-16 {
    font-size: 16px;
}

.txt-18 {
    font-size: 18px;
}

.txt-20 {
    font-size: 20px;
}

.txt-24 {
    font-size: 24px;
}

.txt-28 {
    font-size: 28px;
}

.txt-36 {
    font-size: 36px;
}

.txt-56 {
    font-size: 56px;
}

.txt-75 {
    font-size: 75px;
}

@media(max-width: 768px) {
    .txt-14 {
        font-size: 12px;
    }

    .txt-16 {
        font-size: 14px;
    }

    .txt-18 {
        font-size: 16px;
    }

    .txt-20 {
        font-size: 18px;
    }

    .txt-24 {
        font-size: 20px;
    }

    .txt-28 {
        font-size: 24px;
    }

    .txt-36 {
        font-size: 32px;
    }

    .txt-56 {
        font-size: 36px;
    }

    .txt-75 {
        font-size: 50px;
    }

}

.text-gray66 {
    color: #666666;
}

.text-gray87 {
    color: #878787;
}

.margin-no {
    margin-right: 0px;
    margin-left: 0px;
}

.padding-no {
    padding-right: 0px;
    padding-left: 0px;
}

.line-top {
    width: 100%;
    height: 1px;
    background: #ddd;
}

@media (max-width: 991px) {
    .header .mo-header {
        background: #f6f6f6;
    }
}

.hide-in-phone {
    display: block;
}

@media (max-width: 991px) {
    .hide-in-phone {
        display: none;
    }
}

.hide-in-pc {
    display: none;
}

@media (max-width: 991px) {
    .hide-in-pc {
        display: block;
    }
}

.col-md-20 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .col-md-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (max-width: 991px) {
    .mo-text-center {
        text-align: center;
    }
}


@media (max-width: 991px) {
    .mo-order-1 {
        order: 1;
    }

    .mo-order-2 {
        order: 2;
    }

    .mo-order-3 {
        order: 3;
    }

    .mo-order-4 {
        order: 4;
    }
}

@media (min-width: 991px) {
    .pc-pr {
        padding-right: 30px;
    }

    .pc-pl {
        padding-left: 30px;
    }
}

.link-item:hover .img-item img {
    transform: translate(-50%, -50%) scale(1.2);
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
}

.link-item .img-item::before {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    background: rgba(0, 0, 0, 0.0);
    top: 0;
    left: 0;
    z-index: 2;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.link-item:hover .img-item:before {
    background: rgba(0, 0, 0, 0.3);
}

.link-item .img-item .more-word {
    color: #fff;
    z-index: 2;
    text-align: center;
    opacity: 0;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    position: absolute;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.link-item:hover .img-item .more-word {
    opacity: 1;
}

.link-item .img-item .more-word i {
    display: block;
    font-size: 36px;
}

.slick-dots {
    list-style: none;
    padding: 0px 18px;
    z-index: 5;
}

.slick-dots li {
    margin: 0px 10px;
    opacity: 1;
    text-align: center;
}

.slick-dots li,
.slick-dots li button {
    height: 10px;
    width: 10px;
}

.section {
    position: relative;
    padding-top: 10vmin;
}

@media(max-width: 991px) {
    .section {
        margin-bottom: 60px;
        position: relative;
        padding-top: 60px;
    }
}

/*----------------------------------------------------------*/


.header.stick {
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 1px 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px 10px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(20px);
}

.header .top-header {
    background: #c69c6c;
}

.header .top-header .top-menu .collapse li a.menu-link {
    color: #ffffff;
    font-family: 'Noto Serif TC', 'Noto Sans TC', 'Microsoft JhengHei', sans-serif !important;
    font-weight: 400;
}

.header .top-header .top-menu .collapse li.active a.menu-link,
.header .top-header .top-menu .collapse li:hover a.menu-link {
    color: #ffffff;
}

.header .top-header .top-menu .collapse li a.menu-link:hover {
    color: #ffffff;
    opacity: 0.5;
}

.header nav .nav li.new_link a {
    padding: 8px 18px 10px !important;
    font-family: 'Noto Serif TC', 'Noto Sans TC', 'Microsoft JhengHei', sans-serif !important;
    font-weight: 600;
}

.index_bg {
    background: #287093;
}

.kv-img {
    position: relative;
}

.kv-img::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #287093 100%);
    pointer-events: none;
}

@media(max-width: 991px) {
    .kv-img::after {
        height: 10%;
    }
}

.font-tc {
    font-family: 'Noto Serif TC', 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
}

.index1-title span,
.index3-title span,
.index4-title span,
.index5-title span,
.index6-txt h3 {
    font-family: 'Noto Serif TC', 'Noto Sans TC', 'Microsoft JhengHei', sans-serif !important;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.1em;
}

.index1 p {
    color: #ffffff;
}

.index1-txt h3 {
    font-family: 'Noto Serif TC', 'Noto Sans TC', 'Microsoft JhengHei', sans-serif !important;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.1em;
}

.index1-txt p {
    color: #82c2cc;
}

.index1-txt i {
    color: #C59D6C;
}

.index1 a:hover i {
    color: #fff;
    opacity: 0.8;
}

.s1-citation {
    position: relative;
    line-height: 1.8;
    margin-top: 10px;
}

.service-list.row {
    justify-content: center;
}

.main_a {
    padding: 15px 50px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: linear-gradient(90deg, #3c82a4 30%, #1f688b);
    border: 1px solid #287093;
}

.main_a:hover {
    color: #287093;
}

.index4 {
    background-position: center bottom;
    background-attachment: fixed;
}

.index4-item {
    background-color: rgba(255, 255, 255, 1);
    padding: 26px 0 20px;
}

.index4-title span::before {
    background: #77ACA7;
}

.index4-item>span {
    font-family: 'Noto Serif TC', 'Noto Sans TC', 'Microsoft JhengHei', sans-serif !important;
    font-weight: 600;
    padding-bottom: 4px;
}

.index4-img {
    margin-bottom: 15px;
}

.index4-txt h3 {
    font-family: 'Noto Serif TC', 'Noto Sans TC', 'Microsoft JhengHei', sans-serif !important;
    font-weight: 600;
    margin-bottom: 15px;
}

.index4-txt p {
    line-height: 1.8;
}

@media (max-width: 767px) {
    .index4-txt p {
        font-size: 12px;
    }

    .index4-txt {
        padding: 0px 8px;
    }
}

.section02 {
    padding-top: 90px;
    margin-bottom: 60px;
}

.index3 .container>p {
    color: #fff;
}

.index3 .slick-dots {
    padding-right: 0;
    bottom: -75px;
}

@media(max-width: 991px) {
    .index3 .slick-dots {
        padding-right: 0;
        bottom: -50px;
    }
}

.slick-prev,
.slick-prev:focus,
.slick-prev:hover,
.slick-next,
.slick-next:focus,
.slick-next:hover {
    filter: invert(1) brightness(2);
}

.index3 .slick-dots li.slick-active button:before {
    border: 2px solid #83C3CD;
    background: #83C3CD;
}

.index3 .slick-dots li button:before {
    background: #C69C6C;
    top: 2.5px;
    width: 10px;
    height: 10px;
}

.index6 {
    background: #337C9F;
    overflow: hidden;
}

.index6 iframe {
    height: 100vmin;
}

.index6-txt {
    width: 100%;
    height: 100vmin;
}

@media (max-width: 767px) {
    .index6-txt {
        padding: 45px 15px;
    }
}

.index6-txt p {
    color: #c69c6c;
    line-height: 1.8;
}

.index6-txt a {
    color: #80C2CE;
    text-underline-offset: 7px;
}

.index6-txt ul li {
    margin-bottom: 18px;
    color: #82C2CE;
    letter-spacing: 0.1em;
    font-family: 'Noto Serif TC', 'Noto Sans TC', 'Microsoft JhengHei', sans-serif !important;
    font-weight: 400;
}

.index6-txt ul li i {
    width: 30px;
    text-align: center;
}

.index6-txt h5 {
    font-family: 'Noto Serif TC', 'Noto Sans TC', 'Microsoft JhengHei', sans-serif !important;
    color: #fff;
    line-height: 1.8;
}

.index6-txt .s6-service {
    font-size: 18px;
    color: #c69c6c;
    letter-spacing: 0.1em;
    font-family: 'Noto Serif TC', 'Noto Sans TC', 'Microsoft JhengHei', sans-serif !important;
}

.footer {
    border-top: 4px solid #c69c6d;
    background: #1f688b;
}

.footer p {
    color: #fff;
    font-family: 'Noto Serif TC', 'Noto Sans TC', 'Microsoft JhengHei', sans-serif !important;
}

.footer .cpyright {
    background: #c69c6d;
}

.footer .cpyright p {
    color: #fff;
}

.footer .footer-body h4 {
    color: #fff;
    margin-bottom: 18px;
    font-weight: 600;
    font-family: 'Noto Serif TC', 'Noto Sans TC', 'Microsoft JhengHei', sans-serif !important;
    margin-top: 18px;
}

.footer .ft_logo {
    width: 100%;
}

.footer .footer-body a,
.footer .footer-body li {
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 36px;
}

.footer .footer-body li i {
    width: 30px;
    text-align: center;
}

.footer .style_ul2 i {
    font-size: 25px;
    color: #fff;
}

@media (max-width: 991px) {
    .header .top-header .top-menu nav .navbar-collapse.show {
        padding-top: 30px;
    }
}

.fx-btn-area .fx-btn-phone {
    background-color: #4c3d39;
}

.fx-btn-area .cd-top {
    background-color: #4c3d39;
}