

/* section01 */
.section01{
    width: 85.9375vw;
    margin: 0 auto;
    margin-bottom: 13.54vw;
}
.section01 > h1{
    font-size: 2.60vw;
    font-weight: 900;
    margin-bottom: 4.16vw;
    text-align: center;
}
.section01 > h1 span{
    color: #0123B4;
}
.section01 .cont{
    width: 85.9375vw;
    display: flex;
    border-top: 2px solid #000;
}
.section01 .cont .left{
    width: 16%;
}
.section01 .cont .left li{
    width: 100%;
    border-right: 2px solid #858585;
    border-bottom: 2px solid #858585;
    height: 6.77vw;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.30vw;
    font-weight: 500;
}
.section01 .cont .right{
    width: 42%;
}
.section01 .cont .right li{
    width: 100%;
    border-right: 2px solid #858585;

    border-bottom: 2px solid #858585;
    height: 6.77vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.30vw;
    font-weight: 700;
}
.section01 .cont .right li .blue{
    color: #0123B4;
}
.section01 .cont .right li p{
    margin-bottom: 0.8vw;
}


.section01 .cont .right02{
    width: 42%;
}
.section01 .cont .right02 li{
    width: 100%;
    border-bottom: 2px solid #858585;
    height: 6.77vw;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-size: 1.30vw;
    font-weight: 700;
}
.section01 .cont .right02 li .blue{
    color: #0123B4;
}
.section01 .cont .right02 li p{
    margin-bottom: 0.8vw;
}

/* section01 */


/* section02 */
.section02{
    width: 85.9375vw;
    margin: 0 auto;
    margin-bottom: 13.54vw;
}
.section02 > h1{
    font-size: 2.60vw;
    font-weight: 900;
    margin-bottom: 4.16vw;
    text-align: center;
}
.section02 > h1 span{
    color: #0123B4;
}
.section02 > figure{
    width: 63.54vw;
    height: 32.29vw;
    margin: 0 auto;
}
/* section02 */



/* section03 */
.section03{
    width: 85.9375vw;
    margin: 0 auto;
    margin-bottom: 13.54vw;
}
.section03 > h1{
    font-size: 2.60vw;
    font-weight: 900;
    margin-bottom: 4.16vw;
    text-align: center;
}
.section03 > h1 span{
    color: #0123B4;
}
.section03 > figure{
    width: 67.44vw;
    height: 35.9375vw;
    margin: 0 auto;
}

/* section03 */

/* section04 */
.section04{
    width: 85.9375vw;
    margin: 0 auto;
    margin-bottom: 13.54vw;
}
.section04 > h1{
    font-size: 2.60vw;
    font-weight: 900;
    margin-bottom: 4.16vw;
    text-align: center;
}
.section04 > h1 span{
    color: #0123B4;
}
.section04 .cont{
    width: 85.9375vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section04 .cont figure{
    width: 32.29vw;
    height: 42.70vw;
    margin-right: 2.08vw;
}
.section04 .cont .text{
    width: 30%;
}
.section04 .cont .text li{
    margin-bottom: 2.08vw;
}
.section04 .cont .text li:last-child{
    margin-bottom: 0;
}
.section04 .cont .text li h1{
    display: flex;
    align-items: center;
    margin-bottom: 1.04vw;
}
.section04 .cont .text li h1 figure{
    width: 2.60vw;
    height: 2.60vw;
    margin-right: 1.04vw;
}
.section04 .cont .text li h1 span{
    font-size: 1.56vw;
    color: #0123B4;
    font-weight: 800;
}
.section04 .cont .text li p{
    font-size: 1.04vw;
    word-break: keep-all;
}
/* section04 */




@media screen and (max-width:500px) {
    /* 공통 */
    .common .text ul li a{
        padding: 2vw 4vw;
        border-radius: 2vw;
        margin-right: 2vw;
        font-size: 2.8vw;
        margin-bottom: 2vw;
    }
    .common .text ul li:nth-child(n+5) a{
        margin-bottom: 0;
    }
    .common .text ul li:nth-child(4) a{
        margin-right: 0;
    }
    .common .text ul li:last-child a{
        margin-right: 0;
    }

    /* 공통 */

    .section01{
        width: calc(100% - 40px);
        margin-bottom: 20vw;
    }
    .section01 > h1{
        font-size: 8vw;
        font-weight: 900;
        margin-bottom: 10vw;
        text-align: center;
        word-break: keep-all;
    }
    .section01 .cont {
        width: 100%;
    }
    .section01 .cont .left li:nth-child(1) {
        height: 30vw;    }
    .section01 .cont .left {
        width: 25%;
    }
    .section01 .cont .left li {
        width: 100%;
        height: 30vw;
        font-size: 3vw;
        word-break: keep-all;
    }
    .section01 .cont .right {
        width: 75%;
    }
    .section01 .cont .right li {
        width: 100%;
        border-bottom: 2px solid #858585;
        height: 30vw;
        align-items: center;
        justify-content: center;
        font-size: 3vw;
        font-weight: 700;
        text-align: center;
        word-break: keep-all;
    }
    .section01 .cont .right02 {
        width: 75%;
    }
    .section01 .cont .right02 li {
        width: 100%;
        border-bottom: 2px solid #858585;
        height: 30vw;
        align-items: center;
        justify-content: center;
        font-size: 3vw;
        font-weight: 700;
        text-align: center;
        word-break: keep-all;

    }
    .section01 .cont .right li p{
        word-break: keep-all;
    }
    .section01 .cont .right02 li p{
        word-break: keep-all;
    }


    .section02{
        width: calc(100% - 40px);
        margin-bottom: 20vw;
    }
    .section02 > h1{
        font-size: 8vw;
        font-weight: 900;
        margin-bottom: 10vw;
        text-align: center;
        word-break: keep-all;
    }
    .section02 > figure{
        width: 100%;
        height: auto;
    }
    .section03{
        width: calc(100% - 40px);
        margin-bottom: 20vw;
    }
    .section03 > h1{
        font-size: 8vw;
        font-weight: 900;
        margin-bottom: 10vw;
        text-align: center;
        word-break: keep-all;
    }
    .section03 > figure{
        width: 100%;
        height: auto;
    }
    .section04{
        width: calc(100% - 40px);
        margin-bottom: 20vw;
    }
    .section04 > h1{
        font-size: 8vw;
        font-weight: 900;
        margin-bottom: 10vw;
        text-align: center;
        word-break: keep-all;
    }
    .section04 .cont{
        width: 100%;
        flex-direction: column;
    }
    .section04 .cont > figure {
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 10vw;
    }
    .section04 .cont .text {
        width: 100%;
    }
    .section04 .cont .text li {
        margin-bottom: 5vw;
    }
    .section04 .cont .text li h1 {
        margin-bottom: 3vw;
    }
    .section04 .cont .text li h1 figure {
        width: 10vw;
        height: 10vw;
        margin-right: 3vw;
    }
    .section04 .cont .text li h1 span {
        font-size: 4vw;
    }
    .section04 .cont .text li p {
        font-size: 4vw;
    }
}