@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100&family=Noto+Serif+SC:wght@200;300;400;500;600;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap');
@charset "UTF-8";

:root {
    --my: #f0c924;
}


@media (min-width: 769px) {
    .mb-s {
        display: none;
    }
}

@media (max-width: 768px) {
    .pc-s {
        display: none;
    }
}

body,
input {
    letter-spacing: 2px;
}

p {
    font-size: 16px;
}

.header .top-header .top-menu .collapse li.active a::before,
.header .top-header .top-menu .collapse li:hover a::before {
    background-color: var(--my);
}


@media (max-width: 991px) {
    .header .top-header {
        padding: 10px 0px;
    }

    .header nav {
        padding: 0px;
    }

    .header .top-header .top-menu .navbar-toggler {
        background-color: var(--my);
    }

    .header .top-header .top-menu nav .navbar-collapse.show {
        top: 60px;
    }

    .header .top-header .top-menu nav .navbar-collapse {
        background-color: rgba(0, 0, 0, 70%);
    }

    .header .top-header .top-menu .navbar-collapse .nav li a:hover,
    .header .top-header .top-menu .navbar-collapse .nav li a {
        color: var(--my);
        padding: 15px;
        font-size: 18px;
        font-weight: bold;
        width: 100%;
    }

    .header .top-header .top-menu .collapse li.active a::before,
    .header .top-header .top-menu .collapse li:hover a::before {
        color: var(--my);
        background-color: rgba(0, 0, 0, 90%);
        width: 100%;
        z-index: -1;
    }

}

.slick-dots li button:before {
    background-color: #dddddd;
    box-shadow: unset;
}

.slick-dots li.slick-active button:before {
    border: 0px solid var(--my);
    background: var(--my);
    box-shadow: unset;
}

.a-more {
    padding: 10px 30px;
    border: solid 1px #333;
    border-radius: 5px;
    transition: .4S;
    background-color: #fff;
}

.a-more:hover {
    color: #fff;
    background-color: #333;
}

.id-s {
    margin-top: 60px;
}

.s1-f {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.id-ti h4 {
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-weight: bold;
}

.id-ti h2 {
    margin-bottom: 0px;
    font-size: 32px;
    line-height: 1.5em;
    letter-spacing: 2px;
}

p.id-p {
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 1.5em;
    letter-spacing: 2px;
}

.s1-f .id-p {
    flex: 0 0 50%;
    width: 50%;
}

@media (max-width: 991px) {
    .s1-f {
        display: block;
    }

    .id-ti h4 {
        margin-bottom: 10px;
    }

    .s1-f .id-p {
        margin-top: 10px;
        width: 100%;
    }
}

.ids1-slider {
    padding-bottom: 60px;
}

.ids1-slider .s1-a {
    padding-left: 10px;
    padding-right: 10px;
}

.ids1-slider .s1-a .img-wrap .img-item {
    padding-top: 100%;
}

.ids1-slider .s1-a p {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}


@media (max-width: 991px) {
    .ids1-slider {
        padding-bottom: 30px;
    }

}

.s2-f {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
}

.s2-p p {
    margin-top: 45px;
    margin-bottom: 45px;
    font-size: 16px;
}

.s2-text {
    background-color: #fbf8f9;
    padding-left: 15px;
    flex: 0 0 37%;
    width: 37%;
    padding-top: 75px;
    padding-bottom: 100px;
    padding-right: 40px;
}

.s2-img {
    flex: 0 0 63%;
    width: 63%;
    display: flex;
    align-items: end;
}

@media (min-width: 1201px) {
    .s2-text {
        padding-left: calc(50vw - 600px);
        padding-right: 40px;
    }
}

@media (min-width: 1600px) {
    .s2-text {
        flex: 0 0 50%;
        width: 50%;
        padding-right: 75px;
        padding-bottom: 150px;
        padding-top: 125px;
    }

    .s2-img {
        flex: 0 0 50%;
        width: 50%;

    }
}

@media (max-width: 991px) {
    .s2-text {
        flex: 0 0 100%;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 50px;
        padding-right: 15px;
    }

    .s2-img {
        flex: 0 0 100%;
        width: 100%;
        display: flex;
        align-items: end;
    }

    .s2-p p {
        margin-top: 25px;
        margin-bottom: 30px;
    }
}

.ids3 {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #fbf8f9;
}

.s3-c {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .ids3 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .ids3 .s3-c {
        margin-bottom: 30px;
    }

}

.ids4 {
    height: 350px;
    background-image: url(../images/s4-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;


}

.ids4-f {
    display: flex;
    align-items: center;
    height: 350px;
}

.ids4-f h3 {
    color: #fff;
    text-shadow: 0 0 5px #666;
    font-size: 24px;
}

@media (max-width: 991px) {
    .ids4 {
        height: 250px;
    }

    .ids4-f {
        height: 250px;
    }

    .ids4-f h3 {
        font-size: 20px;
    }
}

.id-ti h2.snews-h2 {
    margin-bottom: 1em;
}

.ids5 {
    min-height: 350px;
    background-image: url(../images/s5-bg.jpg);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;

}

@media (max-width: 991px) {
    .ids5 {
        min-height: 500px;
        background-image: url(../images/s5-bg-m.jpg);
        background-position: top center;
        padding-top: 20px;
        align-items: start;


    }

    .s5-text {
        width: 100%;
    }
}

.footer-item1 {
    display: flex;
    align-items: center;
}

.footer,
.footer .cpyright {
    background-color: #333333;
}

.footer .footer-body p,
.footer .footer-body li,
.footer .cpyright p {
    color: #ccc;
}

.footer-item i {
    width: 16px;
}

.footer .footer-body {
    border-bottom: 1px solid #ccc;
}


@media (max-width: 991px) {
    .footer-item1 {
        display: flex;
        margin-bottom: 15px;
    }

    .footer-item1 p {
        /*         margin-top: 10px; */
    }
}

.story-page .section_story_items {
    -ms-filter: unset;
    /*IE 8*/
    -moz-box-shadow: unset;
    /*FF 3.5+*/
    -webkit-box-shadow: unset;
    /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: unset;
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: unset;
    /*IE 5.5-7*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#DDDDDD)";/*IE 8*/
-moz-box-shadow: 1px 1px 2px 2px #DDDDDD;/*FF 3.5+*/
-webkit-box-shadow: 1px 1px 2px 2px #DDDDDD;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 1px 1px 2px 2px #DDDDDD;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#DDDDDD); /*IE 5.5-7*/
}

.newsimg .nav-tabs .nav-link,
.nav-tabs02 .nav-link {
    font-size: 16px;
    color: #666;
    background-color: #f1f1f1;
    padding: 7px 25px;
    border-radius: 90px;
    margin: 0 10px;
    border-right: unset;
    border: unset;

}

.newsimg .nav-tabs .nav-link.active,
.newsimg .nav-tabs .nav-link:hover,
.nav-tabs02 .nav-link.active {
    background-color: #666;
    color: #fff;
    border-bottom: unset;
}

@media (max-width: 991px) {

    .newsimg .nav-tabs .nav-link,
    .nav-tabs02 .nav-link {
        margin: 10px;
    }
}

.story-page .section_story_items .word-item {
    padding: 10px 15px;
    background-color: #fff;
}

.story-page .section_story_items {
    border-radius: 10px;
}

.story-page .story-section03 .img-wrap .img-item {
    padding-top: 75%;
}

.qa-inner .qa-tab_cont .qa-tab_item_top,
.qa-inner .qa-tab_cont.opened .qa-tab_item_bottom {
    font-size: 16px;
}

.qa-inner .qa-tab_cont .qa-tab_item_top>i {
    color: #999;
}

.qa-inner .qa-tab_cont {
    border-bottom: 3px #dadcdf dashed;
}

.qa-inner .qa-tab_cont .qa-tab_item_top:after {
    color: #999999;
}

.pages-ti {
    font-size: 32px;
    margin-bottom: 1em;
}

.form-group {
    margin-top: 10px;
    margin-bottom: 10px;
}

.contact-form input.form-control {
    border: unset;
    border-bottom: 1px solid #ddd;
}

.contact-form input.form-control[name="code"] {
    border: 1px solid #ddd;
}

.abs1 {
    padding: 90px 15px 300px;
    text-align: center;
    background-image: url(../images/about-bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.abs1 h1 {
    font-size: 32px;
    margin-bottom: 30px;
}

.abs1 h2 {
    font-size: 24px;
    margin-bottom: 30px;
}

.abs1 p {
    font-size: 16px;
}

.abs2 {
    margin-top: -100px;
}

.abs2 .abs2-con {
    background-color: #fff;
    box-shadow: 0 0 100px 0px #f1f1f1;
    border-radius: 20px;
    padding: 30px 10px;
}


.abs2 .abs2-con .abs2-f {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.abs2 .abs2-con .abs2-f .abs2-c {
    display: flex;
    flex: 0 0 50%;
    padding: 40px;
    justify-content: space-between;
    align-items: start;
}

.abs2 .abs2-con .abs2-f .abs2-c .abs2-text {
    padding-left: 20px;
}

.abs2 .abs2-con .abs2-f .abs2-c .abs2-text h3 {
    font-size: 20px;
    margin-bottom: 1em;
}

.abs2 .abs2-con .abs2-f .abs2-c .abs2-text p {
    font-size: 16px;
    margin-bottom: 0px;
}

@media (min-width: 1600px) {
    .abs1 {
        padding: 90px 15px 500px;
    }

    .abs2 {
        margin-top: -300px;
    }
}

@media (max-width: 991px) {
    .abs1 {
        padding: 45px 15px 100px;
    }

    .abs2 {
        margin-top: -50px;
    }

    .abs2 .abs2-con .abs2-f .abs2-c {
        flex: 0 0 100%;
        padding: 20px 10px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .abs2 .abs2-con .abs2-f .abs2-c .abs2-text {
        padding-left: 0px;
        padding-top: 15px;
        flex: 0 0 100%;
    }
}

.abs3 {
    padding-top: 100px;
    padding-bottom: 100px;
}

h2.ab-ti {
    font-size: 32px;
    margin-bottom: 60px;
    text-align: center;
}

.abs3-f {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.abs3-f .img-wrap {
    flex: 0 0 47%;
    width: 47%;
    border-radius: 10px;
    overflow: hidden;
}

.abs3-f .img-wrap .img-item {
    padding-top: 75%;
}

.abs3-c {
    flex: 0 0 47%;
    width: 47%;
}

.abs3-c h3 {
    font-size: 24px;
    margin-bottom: 1em;
}

.abs3-c h4 {
    font-size: 18px;
    margin-bottom: 2em;
}

.abs3-c p {
    line-height: 1.5em;
    margin-bottom: 0px;
    font-size: 16px;
}

@media (max-width: 991px) {
    .abs3-f .img-wrap {
        flex: 0 0 100%;
        width: 100%;
        margin-bottom: 15px;
    }

    .abs3-c {
        flex: 0 0 100%;
        width: 47%;
    }
}

.abs4 {
    padding-top: 120px;
    padding-bottom: 120px;
    background-image: url(../images/about/s4-bg.png);
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
}

@media (max-width: 991px) {
    .abs4 {
        background-size: auto;
    }
}

.page-ti {
    font-size: 32px;
    margin-bottom: 1em;
}

.pr-c {
    text-align: center;
}

.pr-c p {
    margin-bottom: 0px;
}

.pr-img {
    height: 120px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.pr-img img {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {
    .pr-img {
        height: 80px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.story-page .section_story_items .img-wrap .img-item {
    padding-top: 56.25%;
}