/*-----共用-----*/
body {
    overflow-x: hidden;
}

.container-2 {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0px 20px;
}

img {
    max-width: 100%;

}

.banner {
    margin-top: 96px;
}

.main {
    padding: 30px 20px 50px 20px;
}

.footer {
    padding: 20px;
    color: #888;
    background: #f2f2f2;
}

.footer .information-box a {
    text-decoration: none;
    color: #aaa;
}

.footer .information-box a:hover {
    text-decoration: underline
}

.footer .link-box ul {
    text-align: center;
    margin: 0 auto;
}

.footer .link-box li {
    text-align: left;
    display: inline-block;
    margin: 0 auto;
}

.footer .link-box li:first-child:before {
    content: "|";
    padding: 0 5px;
    color: #ccc;
}

.footer .link-box li::after {
    content: "|";
    padding: 0 5px;
    color: #ccc;

}


.footer .link-box li a {
    text-decoration: none;
}

.footer .link-box li a:hover {
    text-decoration: underline
}

.no-data {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aaa;
    letter-spacing: 2px;
    font-size: 24px;
}

a.info-link {
    font-size: 28px;
    color: inherit;
    text-decoration: none;
}

a.info-link:hover {
    text-decoration: underline;
}

.text-blue {
    color: #52c2d2;
}

.text-red {
    color: #EF8488;
}

.text-gray {
    color: #aaa;
}

.bg-gray {
    background: #f4f4f4;
}

/*RWD表格共用*/
.rwd-table {
    background: #fff;
    overflow: hidden;
}

/* .rwd-table tr:nth-of-type(2n) {
    background: #eee;
} */

.rwd-table th,
.rwd-table td {
    margin: 0px;
    border: 1px solid #eee;
}

.rwd-table {
    max-width: 100%;
}

.rwd-table th {
    display: none;
}

.rwd-table td {
    display: block;
}

.rwd-table td:before {
    content: attr(data-th) " : ";
    font-weight: bold;
    width: 90px;
    display: inline-block;
    padding: 5px;
    margin-right: 5px;
}

.rwd-table th,
.rwd-table td {
    text-align: left;
    border: none;
}

.rwd-table tr {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}

.rwd-table th,
.rwd-table td:before {
    background: #EF8488;
    color: #fff;
    font-weight: bold;
}

.rwd-table a {
    text-decoration: none;
    color: inherit;
}

.rwd-table a:hover {
    text-decoration: underline;
}

@media (min-width: 768px) {

    .rwd-table {
        max-width: 80%;
        margin: 0 auto;
    }

    .rwd-table td:before {
        display: none;
    }

    .rwd-table th {
        text-align: center;
    }

    .rwd-table tr:hover {
        background-color: #f5f5f5;
    }

    .rwd-table th,
    .rwd-table td {
        margin: 0.5em;
        display: table-cell;
        padding: 0.25em 0.5em;
        border: 1px solid #eee;
    }

    .rwd-table th:first-child,
    .rwd-table td:first-child {
        padding-left: 0;
    }

    .rwd-table th:last-child,
    .rwd-table td:last-child {
        padding-right: 0;
    }

    .rwd-table th,
    .rwd-table td {
        padding: 0.7em !important;
    }


}

/*RWD表格客製*/
.tb-style02 td:first-child {
    text-align: left;
}

@media (min-width: 768px) {
    .tb-style02 td:first-child {
        text-align: center;
    }
}

/*----頁面客製----*/
/*index.html*/
.marquee {
    font-size: 14px;
    border: 0;
    background: #2d2d2d;
    color: #ffffff;
    padding: 3px 5px;
    position: relative;
}

.marquee .icon {
    position: absolute;
    left: 0;
    z-index: 2;
    background: #2d2d2d;
}

@keyframes marquee-one-way {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-95%);
    }
}

.marquee-one-way .marquee-item {
    display: inline-block;
    min-width: 100%;
    animation: marquee-one-way 30s linear infinite;
    white-space: nowrap;
}

.marquee:hover .marquee-item {
    animation-play-state: paused;
}

/*info.html*/
.info-box {
    max-width: 550px;
    margin: 0 auto;
}



/*condition.html*/
.download-box {}

.download-box .title {
    display: table;
    border-bottom: #4687ab 4px solid;
    margin-bottom: 16px;
    padding-bottom: 4px;
    font-size: 20px;
}

.download-box li a {
    padding: 8px;
    margin: 5px 8px;
    border: 1px solid #4687ab;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: table;
    color: #4687ab;
    text-decoration: none;
}

.download-box li a:hover {
    background-color: #4687ab;
    color: #ffffff;
}

/*contact.html*/
.contact-box {
    max-width: 800px;
    margin: 0 auto;
}

.contact-box h5 {
    border-bottom: 1px solid #52c2d2;
    margin-bottom: 22px;
    padding-bottom: 8px;
    display: block;
    width: 100%;
    font-size: 24px;
}

/*news.html*/
.news-box {}

.news-box .nav-tabs {
    --bs-nav-tabs-border-color: none;
    --bs-nav-tabs-border-radius: none;
    --bs-nav-tabs-link-active-border-color: #4687ab;
    --bs-nav-tabs-link-active-bg: #4687ab;
    --bs-nav-tabs-link-active-color: #ffffff;
}

.news-box .nav-tabs .nav-link:hover,
.news-box .nav-tabs .nav-link:focus {
    isolation: isolate;
    border: 1px solid #4687ab;
    background-color: #4687ab;
    color: #ffffff;
}

.news-box .nav-link:hover,
.news-box .nav-link:focus {
    color: #4687ab;
}

.news-box .nav-tabs li {
    margin: 3px 3px;
}

.news-box .nav-link {
    padding: 4px 6px;
    color: #4687ab;
}

.news-box .nav-tabs .nav-link {
    border: 1px solid #4687ab;
}

.news-card {
    padding: 10px;
}

.news-card:hover {
    background-color: #f5f5f5;
}

.news-card .img {
    max-width: 192px;
    margin: 0 auto 0 auto;
}

.news-card .date {
    color: #666666;
}

.news-card .news-title {
    margin: 8px 0 16px 0;
}

.news-card .news-text {
    color: #888888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.news-card .type {
    padding: 2px 5px;
    margin-right: 15px;
    position: relative;
    display: inline-block;
    color: #fff;
}

.news-card .type:after {
    position: absolute;
    right: -18px;
    top: 6px;
    content: '';
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 10px solid transparent;
}

.news-card .cate1 {
    background-color: #ca4643;
}

.news-card .cate1:after {
    border-left: 10px solid #ca4643;
}

.news-card .cate2 {
    background-color: #f39100;
}

.news-card .cate2:after {
    border-left: 10px solid #f39100;
}

.news-card .cate3 {
    background-color: #16B861;
}

.news-card .cate3:after {
    border-left: 10px solid #16B861;
}

.news-card .cate4 {
    background-color: #0863b5;
}

.news-card .cate4:after {
    border-left: 10px solid #0863b5;
}

.news-card .cate5 {
    background-color: #954a97;
}

.news-card .cate5:after {
    border-left: 10px solid #954a97;
}

.news-view {}

.news-view .type {
    background-color: #4687ab;
    color: #fff;
    padding: 2px 5px;
    margin-right: 18px;
    position: relative;
    display: inline-block;
    font-size: 18px;
}

.news-view .type:after {
    position: absolute;
    right: -18px;
    top: 6px;
    content: '';
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid #4687ab;
}

.news-view .date {
    color: #666;
    font-size: 18px;
}

.news-view .title {
    color: #486577;
    padding: 10px;
    font-size: 24px;
    position: relative;
    margin: 10px 0 30px 0;
    clear: both;
    line-height: 140%;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #DFDFDF;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #DFDFDF;
}

.btn-back {
    position: relative;
    display: inline-block;
    color: #676767;
    line-height: 40px;
    background-color: #DDDDDD;
    border-color: #DDDDDD;
    padding-right: 20px;
    transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    text-align: center;
    height: 42px;
    padding: 0 42px;
    font-size: 16px;
}

.btn-back:hover {
    background: rgba(43, 59, 68);
    color: #fff;
}

/*sitemap.html*/

.sitemap-box {}

.sitemap-box .title {
    border: 1px solid #278795;
    margin: 0 auto;
    line-height: 2em;
    font-weight: 700;
    color: #618ca2;
    display: table;
    width: 250px;
}

.sitemap-box a {
    color: inherit;
    text-decoration: none;
    padding: 5px;
    display: block;
}

.sitemap-box a:hover {
    text-decoration: underline;
}