@media (max-width: 991px) {
    #section1{
        background-image: url("../img/owner/section1.png");
    }

    .icon-first-text{
        text-align: center;
    }

    .section1-title{
        color: #F1F9EE;
        padding-top: 25vh;
        text-shadow: 0 3px 1px rgba(0, 0, 0, .2);
        font-size: 30px;
        font-weight: 700;
    }

    .section1-text{
        color: #FFFFFE;
        text-align: justify;
        text-shadow: 0 2px 7px #AD9DB0;
        letter-spacing: 2px;
        width: 100%;
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 18px;
        font-weight: 600;
        line-height: 22px;
    }

    .section-first-title{
        color: #e53947;
        letter-spacing: 1px;
        font-weight: 800;
    }

    .section-first-text{
        color: #1D3557;
        letter-spacing: 1px;
        font-size: 16px;
    }

    .section2-img-bg{
        background-image: url("../img/private/section_2_img_bg.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        min-height: 280px;
    }


    .section2-bg-box{
        position: relative;
        top: 5vh;
        left: 11vw;
    }

    .section2-second-title{
        color: #e53947;
        letter-spacing: 2px;
        font-weight: 700;
        font-size: 20px;
    }

    .section2-second-text-item-text{
        color: #1d3557;
    }

    .icon-house{
        position: absolute;
        bottom: 5vh;
        left: 69.5vw;
    }

    #section3{
        display: none;
    }

    .second-title{
        /*二級標題*/
        font-size: 18px;
        letter-spacing: 4px;
    }

    .icon-second-text{
        color: #1D3557;
        letter-spacing: 1px;
        font-size: 16px;
        padding-left: 5%;
        padding-right: 5%;
    }

    .section2-bg{
        display: none;
    }

    .section2-img-box{
        background-image: url('../img/private/section_2_img_bg.png');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        min-height: 42vh;
    }

    .section2-img-icon{
        max-width: 80px;
        height: auto;
        position: absolute;
        left: 50%;
        top: 40%;
        transform: translate(-50%, -50%);
    }

    .section2-img-text{
        position: relative;
        top: 5vh;
    }

    .section2-img-first-title{
        letter-spacing: 3px;
        margin-top: 20px;
        margin-bottom: 0;
        font-weight: 800;
        text-align: center;
        padding-top: 10px;
        color: #e53947;
        font-size: 20px;
    }

    .section2-img-second-title{
        color: #1d3557;
        font-size: 16px;
        padding-top: 3px;
    }

    #section4{
        background-image: url("../img/home/home_section_4.png");
        position: relative;
        top: 45vh;
        color: #1D3557;
    }

    .section4-img-bg{
        width: 50%;
    }

    #section4 .container > .row:nth-child(2){
        display: flex;
        justify-content: center;
    }

    .section4-text-right{
        letter-spacing: 1px;
        font-size: 16px;
        font-weight: 400;
        padding-left: 2vw;
        padding-right: 2vw;
        color: #1D3557;
    }

    #section5{
        position: relative;
        top: 90vh;
        color: #1D3557;
    }

    #footer {
        top: 95vh;
    }
}
@media (min-width: 992px) {
    #section1{
        background-image: url("../img/owner/section1.png");
    }

    #section2{
        position: relative;
        top: -16vh;
        height: 150vh;
    }
    #section2 .container{
        position: absolute;
        top: 41vh;
        margin-left: 2%;
    }

    .section2-right{
        position: relative;
        bottom: 10vh;
    }

    .section2-right > .row:nth-child(2){
        position: relative;
        right: 3vw;
    }

    .section2-right > .row:nth-child(4){
        position: relative;
        right: 3vw;
    }

    .red-text{
        color: #e53947;
        font-size: 22px;
        font-weight: 600;
    }

    .fist-title{
        /*一級標題*/
        font-size: 45px;
        font-weight: bolder;
        letter-spacing: 4px;
    }

    .second-title{
        /*二級標題*/
        font-size: 28px;
        letter-spacing: 6px;
    }

    .section1-title{
        color: #F1F9EE;
        padding-top: 20vh;
        text-shadow: 0 3px 1px rgba(0, 0, 0, .2);
        font-size: 60px;
        font-weight: 700;
    }

    .section1-text{
        color: #FFFFFE;
        text-shadow: 0 2px 7px #AD9DB0;
        text-align: justify;
        letter-spacing: 5px;
        width: 100%;
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 18px;
        font-weight: 600;
        line-height: 35px;
    }

    .icon-box-text{
        /*  icon文字内容  */
        flex: 1;
    }

    .icon-first-text{
        padding-top: 10px;
        color: #e53947;
        font-size: 30px;
        letter-spacing: 3px;
        line-height: 46px;
        font-weight: 800;
    }

    .icon-second-text{
        color: #1D3557;
        letter-spacing: 1px;
        font-size: 18px;
    }

    .section2-bg{
        position: relative;
        z-index: 9;
    }

    .section2-img-box {
        background-image: url('../img/private/section_2_img_bg.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 100%;
        min-height: 42vh;
    }

    .section2-img-icon{
        position: absolute;
        left: 50%;
        top: 33%;
        transform: translate(-50%, -50%);
        height: 120px;
        width: 120px;
    }

    .section2-img-text{
        position: relative;
        top: 20%;
    }

    .section2-img-first-title{
        color: #e53947;
        letter-spacing: 3px;
        margin-top: 30px;
        margin-bottom: 0;
        font-weight: 800;
    }

    .section2-img-second-title{
        color: #1d3557;
        font-size: 18px;
    }

    #section2 .container{
        z-index: 99;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .section2-img-bg{
        background-image: url("../img/private/section_2_img_bg.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        min-height: 400px;
    }

    .section-first-title{
        color: #e53947;
        letter-spacing: 1px;
        font-weight: 800;
    }

    .section-first-text{
        color: #1d3557;
        letter-spacing: 2px;
        font-size: 18px;
    }

    .section2-second-title{
        color: #e53947;
        letter-spacing: 2px;
        font-weight: 700;
        font-size: 30px;
    }

    .section2-second-text-item-text{
        color: #1d3557;
        letter-spacing: .2em;
        margin-bottom: 0;
        font-size: 18px;
        line-height: 1.8;
    }

    .section2-bg-box{
        position: relative;
        top: 10vh;
        left: 6vw;
    }

    .icon-house{
        position: absolute;
        bottom: 7vh;
        left: 31.5vw;
    }

    .section2-second-title{
        color: #e53947;
        letter-spacing: 2px;
        font-weight: 700;
        font-size: 30px;
    }

    #section3 {
        background-color: #fff;
        width: 100%;
        position: relative;
        z-index: 10;
        top: -26vh;
        height: 15vh;
    }

    #section4{
        background-image: url("../img/home/home_section_4.png");
        position: relative;
        top: -23vh;
        color: #1D3557;
    }

    .section4-text-right{
        letter-spacing: 1px;
        margin-top: 8px;
        margin-bottom: 8px;
        padding-left: 2px;
        padding-right: 0;
        font-size: 22px;
        font-weight: 400;
        line-height: 36px;
    }

    .section4-img-box:nth-child(1){
        position: relative;
        left: 4vw;
    }

    .section4-img-box:nth-child(2){
        position: relative;
        top: 5vh;
    }

    .section4-img-box:nth-child(3){
        position: relative;
        right: 4vw;
    }

    .section4-img-text{
        padding-left: 2vw;
    }

    .section4-text-right{
        padding-left: 1vw;
    }

    #section5{
        background-color: #fff;
        width: 100%;
        height: 77vh;
        position: relative;
        z-index: 1;
        top: 23vh;
    }

    #section5 .fist-title{
        color: #1D3557;
    }

    .qa-title{
        color: #e53947;
        letter-spacing: 1px;
        font-size: 20px;
        line-height: 1.5px;
    }

    .qa-text{
        color: #1d3557;
        text-align: justify;
        letter-spacing: 1px;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 18px;
        font-weight: 400;
        line-height: 30px;
    }

    .qa-row{
        --bs-gutter-y: 1rem !important;
    }

    .accordion-border {
        border: 2px solid #1D3557 !important; /* 可以替换颜色代码来改变边框颜色 */
    }

    #footer{
        top: 23vh;
    }

}
/*@media (min-width: 1920px){*/
/*    #section2{*/
/*        position: relative;*/
/*        top: -16vh;*/
/*        height: 100vh;*/
/*    }*/

/*    #section1{}*/
/*}*/