﻿/* 
@media (max-width: 1400px) {

} 

@media (max-width: 1200px) {

}

@media (max-width: 992px) {

}

//992 以下本案秀手機版
@media (max-width: 768px) {

}

@media (max-width: 576px) {

}
*/

#slide1 {
    background-repeat: no-repeat;
    background-position: center center;
}

.mainSwiper .swiper-slide::before {
    opacity: 0.15;
}




/* 最新消息pc */
.s3 {
    position: relative;
    min-height: 700px;
    padding: 0 0 2rem 0;
    background-image: url(../Images/bg01.jpg);
}

    .s3 .rightBg {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0px;
        background-image: url(../Images/newsDeco01.jpg);
        background-repeat: no-repeat;
        background-position: right center;
        width: 450px;
        height: 100%;
        z-index: 0;
    }

    .s3 .title {
        position: relative;
        padding-top: 2rem;
        font-size: 40px;
        font-family: "Noto Sans TC", sans-serif;
        z-index: 1;
        padding-top: 2rem;
    }

        .s3 .title span {
            border-bottom: 2px solid gray;
            padding-right: 0.25em;
            padding-bottom: 0.65rem;
        }

    .s3 .container {
        position: relative;
        z-index: 1;
    }

    .s3 .newsArea {
        /* border: 1px dotted red; */
        margin-right: 0;
    }

        .s3 .newsArea ul.newsType {
            list-style: none;
            padding: 0;
            margin: 2rem 0 2rem 0;
            /* border: 1px solid rgb(0, 47, 255); */
        }

            .s3 .newsArea ul.newsType::after {
                content: "";
                display: block;
                clear: both;
            }

            .s3 .newsArea ul.newsType li {
                float: left;
                border: 1px solid #252d5c;
                margin-right: 1rem;
            }

                .s3 .newsArea ul.newsType li a {
                    font-size: 1.5rem;
                    display: inline-block;
                    letter-spacing: 2px;
                    padding: 0.1em 1.25em;
                    text-decoration: none;
                    color: #252d5c;
                    font-weight: 500;
                }

                .s3 .newsArea ul.newsType li.active,
                .s3 .newsArea ul.newsType li:hover {
                    border: 1px solid #252d5c;
                    background-color: #252d5c;
                }

                    .s3 .newsArea ul.newsType li.active a,
                    .s3 .newsArea ul.newsType li:hover a {
                        color: white;
                    }

        .s3 .newsArea dl.newsList {
            list-style: none;
            padding: 1.35rem 0;
            margin: 0;
            border-bottom: 1px solid #8b8b8b;
        }

            .s3 .newsArea dl.newsList:last-child {
                border-bottom: 0 solid #8b8b8b;
            }

            .s3 .newsArea dl.newsList::after {
                content: "";
                display: block;
                clear: both;
            }

        .s3 .newsArea dl > * {
            float: left;
        }

        .s3 .newsArea dl dt {
            padding-right: 2rem;
            border-right: 1px solid #8b8b8b;
            margin-bottom: 0;
        }

        .s3 .newsArea dl dd {
            font-size: 1.1rem;
            margin-bottom: 0;
        }


            .s3 .newsArea dl dt a,
            .s3 .newsArea dl dd a {
                text-decoration: none;
                color: black;
                font-size: 23px;
                font-family: "微軟正黑體";
                display: inline-block;
                padding-top: 0.15rem;
                padding-bottom: 0.15rem;
            }

        .s3 .newsArea dl dt a {
            color: #808080;
            font-weight: 400;
            font-family: "Noto Sans TC", sans-serif;
        }

        .s3 .newsArea dl dd a {
            color: #222222;
            font-weight: 600;
        }


        .s3 .newsArea dl dd.nType a {
            padding-left: 2rem;
            padding-right: 2rem;
            letter-spacing: 2px;
        }

        .s3 .newsArea dl dd.nTitle {
            width: 875px;
        }

            .s3 .newsArea dl dd.nTitle a {
                letter-spacing: 2px;
            }

    .s3 .newsHome {
        margin: 3rem 0;
        text-align: right;
    }


        .s3 .newsHome a {
            display: inline-block;
            border: 1px solid #999999;
            color: #999999;
            text-decoration: none;
            padding: 0 2em;
            font-size: 22px;
            font-family: "微軟正黑體";
            font-weight: 600;
            line-height: 60px;
            letter-spacing: 2px;
        }

        .s3 .newsHome .bi {
            width: 24px;
            height: 24px;
            margin-top: -5px;
        }

        .s3 .newsHome a:hover {
            border: 1px solid #000000;
            color: #000000;
        }

@media (max-width: 1400px) {
    .s3 .newsArea dl dd.nTitle {
        width: 740px;
    }
}


@media (max-width: 1200px) {
    .s3 .rightBg {
        background-position: top right;
        background-position-y: 50px;
    }

    .s3 .title {
        padding-top: 26rem;
    }

    .s3 .newsArea dl dd.nTitle {
        width: 575px;
    }
}

@media (max-width: 992px) {

    .s3 .newsArea ul.newsType {
        margin: 2.5rem 0 1.25rem 0;
    }

        .s3 .newsArea ul.newsType li {
            margin-right: 0.4rem;
        }

            .s3 .newsArea ul.newsType li a {
                font-size: 1.1rem;
                letter-spacing: 1px;
                padding: 0.3em 0.6em;
            }

    .s3 .newsArea dl dd.nTitle {
        width: unset;
        margin-top: 0.5em;
    }
}

@media (max-width: 576px) {
    .s3 .rightBg {
        width: 62%;
        height: 500px;
        background-size: contain;
    }

    .s3 .title {
        padding-top: 16rem;
        font-size: 33px;
    }

    .s3 .newsArea dl dd.nTitle {
        width: unset;
    }

    .s3 .newsArea dl dt {
        padding-right: 1rem;
    }


    .s3 .newsArea dl dd.nType a {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .s3 .newsArea dl dt a,
    .s3 .newsArea dl dd a {
        font-size: 18px;
    }

    .s3 .newsArea dl dt a,
    .s3 .newsArea dl dd a {
        padding-top: 0;
        padding-bottom: 0.15em;
    }

    .s3 .newsMore {
        text-align: center;
    }
}



@media (max-width: 768px) {

    #slide1 {
        background-position: -100px 0px;
    }

    #mainSlogn h2 {
        font-size: 38px;
        letter-spacing: 5px;
    }

    #mainSlogn h3 {
        font-size: 19px;
        letter-spacing: 1px;
    }

    .container.underMainSwiper {
        padding-top: 0rem;
    }
}
