﻿@charset "UTF-8";
/*title 共用*/
.title {
    text-align: center;
    margin-bottom: 30px;
}

.title-en span {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 2.5rem;
    font-weight: 700;
    font-family: "Raleway", "Times", "Times New Roman", serif;
    color: #1795AC;
}

.title-tw {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 4.375rem;
    margin-bottom: 10px;
}

.title-light .title-en span {
    color: #fff;
}

.title-light .title-tw {
    color: #fff;
}

.title-left {
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .title-en span {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.5rem;
    }

    .title-tw {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}

.title2 {
    margin-bottom: -1px;
    padding: 6px 0 7px 20px;
    border-width: 1px 1px 1px 10px;
    border-color: #d9d9d9 #d9d9d9 #d9d9d9 #1795AC;
    border-style: solid;
    position: relative;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 2.5rem;
    font-weight: 700;
}

.title2-line2 {
    border-width: 0 0 1px 10px;
}

@media only screen and (max-width: 768px) {
    .title2 {
        padding: 10px 0 10px 20px;
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.875rem;
    }
}

@media only screen and (max-width: 480px) {
    .title2 {
        padding: 5px 0 5px 10px;
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.875rem;
    }
}

/*categories item 共用*/
.category-slider {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 50px;
}

    .category-slider .slick-track {
        margin-left: 0;
    }

.category-grid {
    display: grid;
    grid-template-columns: 33.3333% 33.3333% 33.3333%;
    border-left: 1px solid #d9d9d9;
    margin-left: -1px;
}

    .category-grid .category-item {
        margin-bottom: -1px;
        padding-top: 20px;
    }

.category-item {
    width: 100%;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #d9d9d9;
    padding: 10px 20px;
    position: relative;
}

    .category-item:hover .category-link {
        opacity: 1;
        visibility: visible;
    }

.category-img {
    width: 85%;
    height: auto;
    margin: 0 auto 40px auto;
    display: block;
    aspect-ratio: 4/3;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: -webkit-transform 1s ease-out;
    transition: -webkit-transform 1s ease-out;
    transition: transform 1s ease-out;
    transition: transform 1s ease-out, -webkit-transform 1s ease-out;
}

.category-title {
    padding: 0 10px;
    height: 2.5em;
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5rem;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.category-arrow {
    width: 65px;
    height: 65px;
    margin: 0 0 30px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1795AC;
    border-radius: 99px;
    color: #fff;
    font-size: 20px;
}

.category-link {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(23, 149, 172, 0.5);
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
}

    .category-link i {
        width: 65px;
        height: 65px;
        border-radius: 99px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #1795AC;
        color: #fff;
        font-size: 20px;
    }

.category-contral .btn {
    margin: 0 20px;
}

@media only screen and (max-width: 1280px) {
    .category-grid {
        grid-template-columns: 50% 50%;
    }
}

@media only screen and (max-width: 960px) {
    .category-grid {
        grid-template-columns: 33.3333% 33.3333% 33.3333%;
    }
}

@media only screen and (max-width: 768px) {
    .category-grid {
        grid-template-columns: 50% 50%;
    }

    .category-slider {
        width: calc(100% + 20px);
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: 20px;
    }

    .category-item {
        padding: 10px;
    }

    .category-title {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.25rem;
    }

    .category-img {
        width: 100%;
    }

    .category-arrow {
        width: 40px;
        height: 40px;
    }

    .category-contral .btn {
        margin: 0 10px;
    }

    .category-link {
        visibility: visible;
        opacity: 1;
        background-color: transparent;
    }

        .category-link i {
            display: none;
        }
}

/*categories item -- end*/
/*footer*/
.footer {
    text-align: center;
}

.footer-nav {
    width: 100%;
    padding: 50px 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    background-color: #1795AC;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.875rem;
}

.footer-nav-item {
    padding: 0 10px;
    color: #fff;
}

    .footer-nav-item:hover {
        color: #fff;
    }

.footer-content {
    padding: 50px 20px;
}

.footer-name {
    font-size: 32px;
    font-size: 2rem;
    line-height: 2.875rem;
}

.footer-link {
    width: 100%;
    margin-bottom: 20px;
    gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .footer-link img {
        width: 100%;
        display: block;
    }

.footer-logo {
    width: 190px;
}

.footer-qrcode {
    width: 135px;
}

.footer-info {
    width: 100%;
    max-width: 530px;
    margin: 0 auto;
    padding: 15px 20px;
    gap: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer-info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .footer-info-item i {
        margin-right: 10px;
        margin-top: 4px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        color: #0E4087;
        font-size: 20px;
    }

.footer-com {
    width: 100%;
    gap: 20px;
    padding: 30px 20px;
    border-top: 1px solid #1795AC;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.063rem;
    font-weight: 700;
}

.footer-design {
    color: #1795AC;
}

    .footer-design a {
        color: #1795AC;
    }

@media only screen and (max-width: 1280px) {
    .footer-nav {
        padding: 30px 10px;
        gap: 10px;
    }

    .footer-nav-item {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.875rem;
    }
}

@media only screen and (max-width: 768px) {
    .footer-nav {
        padding: 10px;
        gap: 0;
    }

    .footer-nav-item {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.75rem;
    }

    .footer-info-item {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.063rem;
    }

        .footer-info-item i {
            margin-top: 2px;
            font-size: 14px;
        }

    .footer-name {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.875rem;
    }
}

/* top banner */
.top-banner {
    width: 100%;
    position: relative;
}

.top-banner-img {
    width: 100%;
    height: auto;
    max-height: 520px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.top-banner-content {
    width: 100%;
    height: 100%;
    padding: 0 60px 120px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 1440px) {
    .top-banner-img {
        min-height: 190px;
    }

    .top-banner-content {
        padding: 0 40px 20px 40px;
    }
}

@media only screen and (max-width: 1024px) {
    .top-banner {
        padding-top: 50px;
    }

    .top-banner-content {
        padding: 0 20px 20px 20px;
    }
}

/* page wrapper */
.page-wrapper {
    width: 100%;
    max-width: 1920px;
    padding: 0 60px 90px 60px;
}

@media only screen and (max-width: 1280px) {
    .page-wrapper {
        padding: 0 20px 60px 20px;
    }
}

@media only screen and (max-width: 768px) {
    .page-wrapper {
        padding: 0 20px;
    }
}

/* side menu*/
.side-menu {
    width: 20%;
}

.menu__switch {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
    display: none;
    text-align: center;
    border: 1px solid #d9d9d9;
    color: #1795AC;
    cursor: pointer;
}

    .menu__switch .switch-icon-off {
        display: inline-block;
    }

    .menu__switch .switch-icon-on {
        display: none;
    }

.menu__switch--on .switch-icon-off {
    display: none;
}

.menu__switch--on .switch-icon-on {
    display: inline-block;
}

.menu__box {
    margin-bottom: 20px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #d9d9d9;
}

.menu__list {
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #d9d9d9;
}

    .menu__list:has(.menu__title--on) {
        background-color: #f2f2f2;
    }

.menu__title {
    padding: 10px 10px 10px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-color: #fff;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: transparent;
}

.menu__title--on {
    border-color: #d9d9d9;
}

    .menu__title--on .menu__btn i {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.menu__name {
    padding-top: 3px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.875rem;
}

.menu__btn {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: normal;
}

    .menu__btn i {
        font-size: 12px;
        color: #6c757d;
    }

.menu__layer {
    display: none;
}

.menu__layer--on {
    display: block;
}

.menu__link {
    padding: 10px 10px 10px 40px;
    display: block;
    position: relative;
}

    .menu__link::before {
        content: "";
        display: block;
        width: 4px;
        height: 4px;
        margin-top: -2px;
        background-color: #1795AC;
        position: absolute;
        top: 50%;
        left: 24px;
    }

    .menu__link.active {
        color: #1795AC;
    }

.menu__link--toggle {
    padding-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}

    .menu__link--toggle .menu__name {
        padding-top: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.5rem;
    }

        .menu__link--toggle .menu__name .menu__btn i {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }

.menu__layer--sub {
    background-color: #f2f2f2;
}

.menu__link--sub {
    padding-left: 40px;
}

    .menu__link--sub::before {
        display: none;
    }

@media only screen and (max-width: 960px) {
    .side-menu {
        width: 100%;
    }

    .menu-page-name {
        padding-bottom: 5px;
        font-size: 30px;
    }

    .menu__switch {
        display: block;
        margin-bottom: 20px;
    }

    .menu__box {
        display: none;
    }
}
/* side bar --end */
/*right wrap*/
.right-wrap {
    width: 80%;
}

@media only screen and (max-width: 960px) {
    .right-wrap {
        width: 100%;
        padding-left: 0;
    }
}

/*right wrap --end*/
/* download */
.download-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

    .download-bar .form__control {
        max-width: calc(30% - 26px);
    }

.download-title {
    margin-bottom: 5px;
    padding: 0 10px 0 30px;
    position: relative;
}

    .download-title::before {
        content: "";
        width: 10px;
        height: 10px;
        background-color: #9FC2E3;
        position: absolute;
        top: 7px;
        left: 10px;
    }

.download-box {
    margin-bottom: 10px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f2f2f2;
    border-radius: 4px;
}

.download-info {
    padding-right: 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 13px;
    font-size: 0.813rem;
    line-height: 1.25rem;
}

.download-btn {
    width: 80px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    border-radius: 4px;
    background-color: #9FC2E3;
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 14px;
}

    .download-btn i {
        font-size: 16px;
    }

    .download-btn:hover {
        background-color: #1795AC;
        color: #fff;
    }

.download-date {
    padding: 0 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: bold;
    font-size: 12px;
    color: #6c757d;
}

.download-item {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .download-item:nth-child(odd) {
        background-color: #F5F5F5;
    }

    .download-item .download-title {
        margin-bottom: 0;
        padding: 8px 10px 8px 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

        .download-item .download-title::before {
            top: 15px;
        }

@media only screen and (max-width: 768px) {
    .download-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .download-info {
        width: 100%;
        margin-bottom: 10px;
    }

    .download-btn {
        margin: 0 auto;
    }

    .download-bar .form__control {
        max-width: calc(50% - 5px);
    }

    .download-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .download-item .download-title {
            width: 100%;
        }

        .download-item .download-btn {
            margin-right: 0;
        }
}

/* download --end */
/*search bar*/
.search-btn {
    width: 40px;
    height: 40px;
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
    border-radius: 4px;
    background-color: #1795AC;
    border-width: 0;
    color: #fff;
}

/*search bar --end*/
.line-link {
    width: 50px;
    display: block;
    position: fixed;
    z-index: 5;
    right: 20px;
    bottom: 20px;
}

    .line-link img {
        width: 100%;
        display: block;
    }

@media only screen and (max-width: 480px) {
    .line-link {
        width: 40px;
        right: 10px;
        bottom: 15px;
    }
}

/*cookie consent*/
.cookie-consent {
    width: 100%;
    padding: 12px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1795AC;
    color: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s ease-out, visibility 0.4s ease-out, -webkit-transform 0.4s ease-out;
    transition: opacity 0.4s ease-out, visibility 0.4s ease-out, -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out, visibility 0.4s ease-out;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out, visibility 0.4s ease-out, -webkit-transform 0.4s ease-out;
}

.cookie-consent--show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.cookie-consent__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 320px;
    flex: 1 1 320px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.375rem;
}

    .cookie-consent__text a {
        color: #fff;
        text-decoration: underline;
    }

        .cookie-consent__text a:hover {
            opacity: 0.8;
        }

.cookie-consent__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    gap: 10px;
}

.cookie-consent__btn {
    padding: 5px 25px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #1795AC;
    font-weight: 700;
    cursor: pointer;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.375rem;
}

    .cookie-consent__btn:hover {
        background-color: transparent;
        color: #fff;
    }

@media only screen and (max-width: 768px) {
    .cookie-consent {
        padding: 10px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left;
    }

    .cookie-consent__text {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .cookie-consent__actions {
        width: 100%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

/*cookie consent --end*/
