
/* section01 */
.section01{
    width: 85.9375vw;
    margin: 0 auto;
    margin-bottom: 13.54vw;
}
.section01 > h1{
    font-size: 2.60vw;
    font-weight: 900;
    margin-bottom: 1.04vw;
    text-align: center;
}
.section01 > p{
    width: max-content;
    font-size: 2.08vw;
    padding: 1.30vw;
    border-radius: 0.52vw;
    background: #0123B4;
    color: #fff;
    font-weight: 700;
    margin: 0 auto;
    margin-bottom: 4.16vw;
}
.section01 > h1 span{
    color: #0123B4;
}
.section01 .cont{
    width: 100%;
    justify-content: space-between;
    display: flex;
    margin-bottom: 10vw;
}
.section01 .cont:last-child{
    margin-bottom: 0;
}
.section01 .cont .left figure{
    width: 36.45vw;
    height: 20.4vw;
    margin-bottom: 1.56vw;
}
.section01 .cont .left ul{
    width: 36.45vw;
    height: 10.41vw;
    border-radius: 1.56vw;
    border: 2px solid #0123B4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.section01 .cont .left ul li{
    font-size: 1.56vw;
    font-weight: 700;
    margin-bottom: 1.56vw;
    color: #0123B4;
}
.section01 .cont .left ul li:last-child{
    margin-bottom: 0;
    color: #000;
    font-weight: 600;
}

.section01 .cont .right{
    border: 2px solid #0123B4;
    width: 46.875vw;
    border-radius: 1.56vw;
    height: 32.3vw;
    display: flex;
    align-items: center;
    padding-left: 2.60vw;
}
.section01 .cont .right h1{
    font-weight: 600;
    font-size: 1.56vw;
    line-height: 3;
}
.section01 .cont .right h1 span{
    font-weight: 800;
}
.section01 .cont .right h1 span.blue{
    color: #0123B4;
}
.section01 .cont .right h1 span.red{
    color: #EC1A3B;
}

.section01 .cont02 .left figure{
    width: 46.71875vw;
    height: 32.29vw;
}
.section01 .cont02 .right{
    width: 38.02vw;
    height: 31.6vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: none;
    padding: 0;
}
.section01 .cont02 .right ul{
    width: 100%;
    padding: 2.08vw 0 2.08vw 2.60vw;
    border: 2px solid #0123B4;
    border-radius: 1.56vw;
}
.section01 .cont02 .right ul li{
    margin-bottom: 1.04vw;
    display: flex;
    align-items: center;
}
.section01 .cont02 .right ul li:last-child{
    margin-bottom: 0;
}
.section01 .cont02 .right ul li figure{
    width: 1.56vw;
    height: 1.56vw;
    margin-right: 1.04vw;
}
.section01 .cont02 .right ul li span{
    font-size: 1.56vw;
    color: #0123B4;
}
.section01 .cont02 .right h1{
    width: 100%;
    border-radius: 1.56vw;
    background: #d9e0ff80;
    padding: 2.08vw 0 2.08vw 2.60vw;
    display: flex;
    flex-direction: column;

}
.section01 .cont02 .right h1 p{
    font-size: 1.56vw;
    font-weight: 700;
    margin-bottom: 1.04vw;
    line-height: 1;
}
.section01 .cont02 .right h1 span{
    font-size: 1.30vw;
    line-height: 1;
}







/* section01 */

/* section02 */
.section02{
    width: 85.9375vw;
    margin: 0 auto;
    margin-bottom: 13.54vw;
}
.section02 > h1{
    font-size: 2.60vw;
    font-weight: 900;
    margin-bottom: 1.04vw;
    text-align: center;
}
.section02 > p{
    width: max-content;
    font-size: 2.08vw;

    padding: 1.30vw;
    border-radius: 0.52vw;
    background: #0123B4;
    color: #fff;
    font-weight: 700;
    margin: 0 auto;
    margin-bottom: 4.16vw;
}

.section02 > h1 span{
    color: #0123B4;
}
.section02 > figure{
    width: 63.54vw;
    height: 35.15625vw;
    margin: 0 auto;
    margin-bottom: 1.56vw;
    border-radius: 1.56vw;
    overflow: hidden;
}
.section02 > ul{
    border: 2px solid #0123B4;
    width: 36.45vw;
    height: 15.625vw;
    border-radius: 1.56vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.section02 > ul li{
    font-size: 1.56vw;
    text-align: center;
    line-height: 1.8;
}
.section02 > ul li span{
    font-weight: 800;
}
.section02 > ul li span.blue{
    color: #0123B4;
}
.section02 > ul li span.red{
    color: #EC1A3B;
}
/* section02 */







@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: 5vw;
        text-align: center;
        word-break: keep-all;
    }
    .section01 > p {
        text-align: center;
        width: 100%;
        font-size: 5vw;
        word-break: keep-all;
        padding: 3vw;
        border-radius: 6vw;
        margin-bottom: 10vw;
    }
    .section01 .cont {
        width: 100%;
        flex-direction: column;
        margin-bottom: 20vw;
    }
    .section01 .cont .left{
        margin-bottom: 5vw;
    }
    .section01 .cont .left figure {
        width: 100%;
        height: auto;
        margin-bottom: 5vw;
    }
    .section01 .cont .left ul {
        width: 100%;
        height: 20vw;
        border-radius: 6vw;
        border: 2px solid #0123B4;
    }
    .section01 .cont .left ul li {
        font-size: 3.5vw;
    }
    .section01 .cont .right {
        width: 100%;
        border-radius: 6vw;
        height: auto;
        padding-left: 0;
        text-align: center;
        justify-content: center;
    }
    .section01 .cont .right h1 {
        font-size: 3vw;
    }
    .section01 .cont02 .right ul {
        padding: 5vw;
        border-radius: 6vw;
        margin-bottom: 3vw;
    }
    .section01 .cont02 .right ul li {
        margin-bottom: 3vw;
    }
    .section01 .cont02 .right ul li figure {
        width: 6vw;
        height: 6vw;
        margin-right: 2vw;
    }
    .section01 .cont02 .right ul li span {
        font-size: 4vw;
    }
    .section01 .cont02 .right h1 {
        width: 100%;
        border-radius: 6vw;
        padding: 5vw 0;
        margin-bottom: 3vw;
    }
    .section01 .cont02 .right h1:last-child{
        margin-bottom: 0;
    }
    .section01 .cont02 .right h1 p {
        font-size: 4vw;
        margin-bottom: 2vw;
        line-height: 1;
    }
    .section01 .cont02 .right h1 span {
        font-size: 3.5vw;
        line-height: 1;
    }


    .section02{
        width: calc(100% - 40px);
        margin-bottom: 20vw;
    }
    .section02 > h1{
        font-size: 8vw;
        font-weight: 900;
        margin-bottom: 5vw;
        text-align: center;
        word-break: keep-all;
    }
    .section02 > p {
        text-align: center;
        width: 100%;
        font-size: 5vw;
        word-break: keep-all;
        padding: 3vw;
        border-radius: 6vw;
        margin-bottom: 10vw;
    }
    .section02 > figure {
        width: 100%;
        height: auto;
        margin: 0 auto;
        margin-bottom: 10vw;
    }
    .section02 > ul {
        width: 100%;
        height: 30vw;
        border-radius: 6vw;
    }
    .section02 > ul li {
        font-size: 3.5vw;
    }
}