@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@500;700&display=swap');

.content {
    font-family: 'Noto Sans TC', sans-serif;

}

img {
    max-width: 100%;
}

.fixedBannerImg {
    position: fixed;
    top: 0;
    left: 0;
    ;
    z-index: -5;
    width: 100vw;
    height: 100vh;
}

.fixedBannerImg .swiper-slide {
    height: 100vh;
    ;
    background-position: 50%;
    background-size: cover;
}

.layout-h1-BG-Color {
    background-color: #675783;
    color: #ffffff;
}

.banner_txt_note {
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 9;
    padding: 5px 25px;
    border-radius: 25px;
    background-color: #545d32;
    color: #ffffff;
    border: 3px solid rgb(255 255 255 / 73%);
    box-shadow: 0px 3px 3px rgb(0 0 0 / 75%);
}

a.banner_txt_note:link,
a.banner_txt_note:visited,
a.banner_txt_note:hover,
a.banner_txt_note:active {
    color: #ffffff;
    text-decoration: none;
}

a.banner_txt_note:hover {
    opacity: 0.75;
}

.wrapper {
    overflow: hidden;
}

.banner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    ;
    width: 100vw;
    height: 100vh;
}

.banner h1 span {
    display: inline-block;
    margin: 0 -5px;
    ;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    text-align: center;
    font-weight: 700;
    line-height: 65px;
}

.content {
    position: relative;
}

.content:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: calc(100% + 50pc);
    background-image: url(../images202507/articlebg.jpg);
    background-position: 50% 0;
    background-repeat: repeat;
    content: "";
    -webkit-clip-path: polygon(0 0, 100% 450px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 450px, 100% 100%, 0 100%);
    background-attachment: fixed;
    background-size: contain;
}

.content .overview {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 650px;
    padding-bottom: 450px;
    min-height: 100vh;
    width: 100vw;
}



.content .overview p {
    margin: 0 20px;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 200%;
}

.content .overview >p{
    background: rgb(0 0 0 / 60%);
    width: 100vw;
    margin: 0;
    padding: 20px;
    box-sizing: border-box;
}


.content section {
    position: relative;
    z-index: 2;
    margin: 450px 50px;
    background-color: #ffffffd1;
    border-radius: 50px;
}

.content section.part1 {
    margin-top: 0;
}

.content section:last-child {
    margin-bottom: 50px;
}

.content section .boundary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    align-items: flex-start;
    -ms-flex-align: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    padding: 50px;
}

.content section .bar-blank {}

.content section .topic {
    width: 100%;
    font-weight: 700;
    font-size: 53pt;
    margin-bottom: 25px;
    line-height: 100%;
    font-size: 2.5rem;
}

.content section .topic span {
    display: block;
    margin-top: 10px;
    color: #86bf22;
    font-size: 24pt;
    font-size: 1.2rem;
    font-size: 1.3rem;
}

.content section .boundary article {
    width: calc(50% - 30px);
}

.content section .boundary article>* {}

.content section .boundary article>p {
    text-align: justify;
    font-size: 1.3rem;
}

.content section .boundary .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 50px;
    padding: 1rem 0 0;
}

.content section .boundary .info>* {
    position: relative;
    margin-right: 20px;
    padding: 20px 25px;
    min-height: 120px;
    background-color: #675783;
    color: #ffffff;
}

.art2 .content section .boundary .info>* {
    background-color: #e5841f !important;
}

.art2 .content section .boundary .info>* .notice {
    color: #e5841f;
}

.art3 .content section .boundary .info>* {
    background-color: #1e97d3 !important;
}

.art3 .content section .boundary .info>* .notice {
    color: #1e97d3;
}

.content section .boundary .info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.content section .boundary .info>* h3 {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 150%;
    margin-bottom: 0;
}

.content section .boundary .info>* .notice {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    color: #675783;
    font-size: 0.9rem;
}

.content section .img_slide {
    overflow: hidden;
    width: calc(50% - 30px);
}

.content .swiper-container-horizontal>.swiper-pagination-bullets,
.content .swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 40px;
}

.content .swiper-button-next,
.content .swiper-button-prev {
    color: #ffffff;
    filter: drop-shadow(0 0 2px #000000);
}

.content .swiper-pagination-bullet-active {
    background: #191919;
}

.content .swiper-container {}

.content .swiper-container p {
    margin: 0;
}

.content .swiper-container .swiper-pagination {
    bottom: 10px;
}

.moShow {
    display: none !important;
}

@media screen and (min-width:1921px) {
    .content:after {
        background-size: 100%;
    }
}

@media screen and (max-width:1440px) {
    .content:after {
        background-size: 1440px;
    }

    .content .overview {
        padding-top: 450px;
        padding-bottom: 250px;
    }
    .content section {
        margin: 250px 50px;
    }

    .art3 .content section.part4 .boundary article {
        padding-bottom: 80px;
    }

    /* .content section .bar-blank {
        font-size: 60px;
        }
        .content section .topic span{
        font-size: 28px;
    } */

}

@media screen and (max-width:1366px) {}

@media screen and (max-width:1280px) {
    .content section .boundary article {
        width: calc(50% - 25px);
    }

    .content section .img_slide {
        width: calc(50% - 10px);
    }

    .content .swiper-container {
        padding-bottom: 100px;
    }

    .content:after {
        background-size: 1280px;
        -webkit-clip-path: polygon(0 0, 100% 250px, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 250px, 100% 100%, 0 100%);
    }

    .content .overview {
        padding-top: 350px;
        padding-bottom: 150px;
        min-height: initial;
    }

    .content .overview p {
        font-size: 1.1rem;
        line-height: 180%;
    }
}

@media screen and (max-width:980px) {
    .content section .topic {
        font-size: 2rem;
    }

    .content section .boundary article>p {
        font-size: 1.1rem;
    }

    .content section .boundary .info {
        display: block;
    }

    .content section .boundary .info>* {
        margin: 10px 0;
        min-height: initial;
    }

    .content section .boundary .info>* .notice {
        position: initial;
        display: block;
        color: #ffffff;
        text-align: right;
    }

    .art2 .content section .boundary .info>* .notice {
        color: #ffffff;
    }

    .art3 .content section .boundary .info>* .notice {
        color: #ffffff;
    }
}

@media screen and (min-width:769px) {
    .content section:nth-child(odd) .topic {
        margin-left: calc(50% + 25px);
    }

    .content section:nth-child(odd) .boundary article {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;

    }

    .content section:nth-child(odd) .boundary .img_slide {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;

    }
}

@media screen and (max-width:768px) {

    .content section .boundary article,
    .content section .img_slide {
        width: 100%;
    }

    .content section {
        margin: 150px 0;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
}

    .content:after {
        background-size: 768px;
        -webkit-clip-path: polygon(0 0, 100% 150px, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 150px, 100% 100%, 0 100%);
    }

    .content .overview {
        padding-top: 200px;
        padding-bottom: 100px;
    }

    .content section .bar-blank {
        font-size: 50px;
    }

    .content section .boundary article>* {
        width: calc(100% - 45px);
    }

    .content .swiper-container {
        padding-bottom: 50px;
    }

    .banner_txt_note {
        right: 0;
        bottom: 20px;
        left: 50%;
        width: calc(100% - 1.25rem);
        text-align: center;
        font-size: 1.35rem;
        transform: translateX(-50%);
        border: unset;
        box-shadow: unset;
    }

    .pcShow {
        display: none !important;
    }

    .moShow {
        display: block !important;
    }

    .content section .boundary .info.moShow {
        margin-top: 0;
        padding-left: 0 !important;
        width: calc(100% - 20px);
        padding: 0;
    }

    .content section .boundary .info.moShow>*,
    .content section .boundary .info.moShow>* .notice {
        margin-top: 0;
        text-align: center;
    }

    .content section .boundary {
        padding: 30px;
    }
    .content:after {
        background-image: url(../images202507/articlebg_m.jpg);
        background-size: 100%;
    }
    
    
}

@media screen and (max-width:480px) {
    .content:after {
        -webkit-clip-path: polygon(0 0, 100% 80px, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 80px, 100% 100%, 0 100%);
    }

    .content .overview {
        padding-top: 120px;
        padding-bottom: 100px;
    }

    .content section .bar-blank {
        font-size: 40px;
        margin-bottom: 15px;
    }

    .content section .topic span {
        font-size: 20px;
    }

    .content section .boundary article>* {
        width: calc(100% - 20px);
    }

    .content section .topic {}

    .content section .boundary .info {
        margin-top: 25px;
    }

    .content section .boundary article {
        padding-bottom: 25px;
    }

    .content .overview p {
        font-size: 1rem;
    }
}