#header-banner {
    width: 100%;
    height: calc( 37*0.53vw);
    position: relative;

    > img {
        width: 100%;
        height: calc( 37*0.53vw);
    }

    color: #ffffff;

    .banner-title {
        position: absolute;
        bottom:  calc(14.54*0.53vw);
        left: 19.75vw;
        font-size: 2.2rem;
    }

    .banner-navigation {
        position: absolute;
        bottom:  calc(2.96*0.53vw);
        left: 19.75vw;
        font-size: 0.6rem;
    }
}

#list-box {
    padding:  calc(7.53*0.53vw) 10.57vw  calc(9.53*0.53vw) 10.57vw;

    .li-img-left {
        margin-top: calc( 2*0.53vw);
        display: flex;
        justify-content: space-between;

        > img {
            width: 26vw;
            height:  calc(32.2*0.53vw);
            border-top-left-radius: 1.66vw;

        }

        .text {
            background-color: #E6E6E6;
            width: 45vw;
            padding-left: 3vw;
            padding-right: 3vw;
            display: flex;
            flex-direction: column;
            justify-content: center;

            .p1 {
                font-size: 2rem;
                color: #565656;
            }

            .p2 {
                margin-top: calc( 4*0.53vw);
                font-size: 1rem;
                color: #565656;
                line-height: 1.6rem;
            }
        }
    }

    .li-img-right {
        margin-top: calc( 2*0.53vw);
        display: flex;
        justify-content: space-between;

        .text {
            background-color: #005BAD;
            width: 45vw;
            padding-left: 3vw;
            padding-right: 3vw;
            color: #ffffff;

            .p1 {
                margin-top:  calc(8.42*0.53vw);
                font-size: 2rem;
            }

            .p2 {
                margin-top: calc( 4*0.53vw);
                font-size: 1rem;
                line-height: 1.6rem;
            }
        }

        > img {
            width: 26vw;
            height:  calc(32.2*0.53vw);
            border-top-right-radius: 1.66vw;
        }
    }
}