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

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

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

#yearOutput{
    padding-left: 2vw;
}

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

    .icon-first-text {
        text-align: center;
        padding-top: 10px;
        color: #e53947;
        font-size: 20px;
        letter-spacing: 3px;
        font-weight: 800;
    }

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

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

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

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

    .section3-text-icon1 {
        display: none;
    }

    .section3-text-icon2 {
        max-width: 50px !important;
        position: absolute;
        top: 0;
        right: 0;
        transform: translate(25%, -40%);
    }

    .section3-text-icon3 {
        max-width: 20px !important;
        position: absolute;
        bottom: 0;
        left: 0;
        transform: translate(-50%, 50%);
    }

    #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: 100vh;
    }
}
@media (min-width: 992px) {

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

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

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

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

    .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 .container{
        z-index: 99;
    }

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

    .section3-text-icon1{
        max-width: 400px !important;
        position: absolute;
        top: 0;
        right: 50%;
        transform: translate(70%, -60%);
    }

    .section3-text-icon2{
        max-width: 120px !important;
        position: absolute;
        top: 0;
        right: 0;
        transform: translate(25%, -40%);
    }

    .section3-text-icon3{
        max-width: 40px !important;
        position: absolute;
        bottom: 0;
        left: 0;
        transform: translate(-50%, 50%);
    }

    #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{}*/
/*}*/