.loan-b-box{
    border: 4px solid #A9D9DB;
    border-radius: 5%;
    margin: 1vw;
}

.year-box{
    border: 2px solid #E53947;
    border-radius: 2%;
}

.year-box span{
    font-weight: 600;
    color: #B0B1B1;
    padding-left: 2vw;
}

#yearOutput{
    padding-left: 2vw;
}
@media (max-width: 991px) {
    .fist-title{
        /*一級標題*/
        font-size: 30px;
        font-weight: bolder;
        letter-spacing: 2px;
    }

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

    #section1{
        background-image: url("../img/private/section1.png");
    }

    .icon-text{
        padding-left: 5px;
        font-size: 16px;
    }

    .icon-text-min{
        font-size: 10px;
        padding-left: 2px;
    }

    .load-output,.sum-output,#yearOutput{
        font-weight: 600;
        color: #E53947;
        font-size: 18px;
    }

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

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

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

    .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: 330px;
    }

    .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;
    }

    #section3{
        background-color: #1d3557;
        width: 100%;
        position: relative;
        z-index: 1;
        top: 5vh;
        color: #F1F9EE;
    }

    #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;
    }

    .accordion-border {
        color: #1d3557;
        text-align: justify;
        letter-spacing: 1px;
        margin-bottom: 2vh;
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
        border: 2px solid #1D3557 !important; /* 可以替换颜色代码来改变边框颜色 */
    }

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

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

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

    #section2{
        position: relative;
        top: -16vh;
        height: 100vh;
    }
    #section2 .container{
        position: absolute;
        top: 75vh;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .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;
    }

    .icon-text{
        padding-left: 10px;
        font-size: 20px;
    }

    .icon-text-min{
        padding-left: 5px;
        font-size: 11px;
    }

    .load-output,.sum-output,#yearOutput{
        font-weight: 600;
        color: #E53947;
        font-size: 20px;
    }

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

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

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

    .section1-text{
        color: #1d3557;
        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: 360px;
    }

    .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;
    }

    #section3 {
        background-color: #1d3557;
        width: 100%;
        position: relative;
        z-index: 10;
        top: 23vh;
        color: #F1F9EE;
    }

    #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: 1400px){*/
/*    .section2-img-box{*/
/*        min-height: 32vh;*/
/*    }*/
/*}*/