
/* section01-1 */
.section01-1{
    width: 85.9375vw;
    margin: 0 auto;
    margin-bottom: 13.54vw;
}
.section01-1 > h1{
    font-size: 2.60vw;
    font-weight: 900;
    margin-bottom: 4.16vw;
}
.section01-1 > p{
    font-size: 1.30vw;
    line-height: 1.6;
    font-weight: 600;
    margin-bottom: 2.60vw;
}
.section01-1 > .cont{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.60vw;
}
.section01-1 > .cont > ul li{
    margin-bottom: 1.56vw;
    border-radius: 1.56vw;
    background: #0123B4;
    display: flex;
    align-items: center;
    padding-left: 2.60vw;
    width: 46.875vw;
    height: 10.41vw;
}
.section01-1 > .cont > ul li:last-child{
    margin-bottom: 0;
}
.section01-1 > .cont > ul li figure{
    width: 7.8125vw;
    height: 7.8125vw;
    margin-right: 1.56vw;
}
.section01-1 > .cont > ul li .text p{
    font-size: 1.56vw;
    margin-bottom: 0.78vw;
    color: #fff;
}
.section01-1 > .cont > ul li .text h1{
    font-size: 2.60vw;
    font-weight: 800;
    color: #fff;
}
.section01-1 > .cont > figure{
    width: 32.29vw;
    height: 32.29vw;
}
.section01-1 > ul{
    width: max-content;
    margin: 0 auto;
    display: flex;
}
.section01-1 > ul li{
    margin-right: 1.04vw;
    width: 15.625vw;
    height: 3.125vw;
    border-radius: 1.56vw;
    border: 2px solid #0123B4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.04vw;
    color: #0123B4;
}
/* section01-1 */



/* 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;
}
.section02 > h1 span{
    color: #0123B4;
}

.section02 > ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.section02 > ul li{
    width: 40.10vw;
    height: 22.91vw;
    margin-bottom: 5.20vw;
    position: relative;
}
.section02 > ul li:nth-child(n+3){
    margin-bottom: 0;
}
.section02 > ul li figure{
    width: 100%;
    height: 20.83vw;
    border-radius: 1.56vw;
    overflow: hidden;
    box-shadow: 0px 0px 10px 1px #0000002e;
}
.section02 > ul li p{
    width: 100%;
    height: 4.16vw;
    border: 2px solid #0123B4;
    border-radius: 1.56vw;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.56vw;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    right: 1.56vw;
}

/* 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;
}
.section03 > h1 span{
    color: #0123B4;
}
.section03 > p{
    font-size: 1.30vw;
    line-height: 1.6;
    font-weight: 600;
    margin-bottom: 2.60vw;
}
.section03 > ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.section03 > ul li{
    width: 26.04vw;
    height: 31.25vw;
    position: relative;
}
.section03 > ul li figure{
    width: 100%;
    height: 100%;
    border-radius: 1.56vw;
    overflow: hidden;
    box-shadow: 0px 0px 10px 1px #0000002e;
}
.section03 > ul li p{
    width: 100%;
    height: 4.16vw;
    border-radius: 1.56vw;
    background: #0122b49f;
    display: flex;
    color: #fff;
    backdrop-filter: blur(5px);
    align-items: center;
    justify-content: center;
    font-size: 1.56vw;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    right: 0;
}
.section03 > ul li p span{
    font-weight: 900;
}
/* section03 */

@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-1{
        width: calc(100% - 40px);
        margin-bottom: 20vw;
    }
    .section01-1 > h1 {
        font-size: 8vw;
        font-weight: 900;
        margin-bottom: 10vw;
        text-align: center;
    }
    .section01-1 > p {
        font-size: 2.5vw;
        line-height: 1.6;
        font-weight: 600;
        margin-bottom: 5vw;
        word-break: keep-all;
        text-align: center;
    }
    .section01-1 > .cont {
        margin-bottom: 10vw;
    }
    .section01-1 > .cont > figure {
        display: none;
    }
    .section01-1 > .cont ul{
        width: 100%;
    }
    .section01-1 > .cont > ul li {
        margin-bottom: 5vw;
        border-radius: 6vw;
        background: #0123B4;
        padding-left: 0;
        justify-content: center;
        width: 100%;
        height: 20vw;
    }
    .section01-1 > .cont > ul li figure {
        width: 15vw;
        height: 15vw;
        margin-right: 3vw;
    }

    .section01-1 > .cont > ul li .text p {
        font-size: 3vw;
        margin-bottom: 2vw;
    }
    .section01-1 > .cont > ul li .text h1 {
        font-size: 4.5vw;
    }

    .section01-1 > ul {
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .section01-1 > ul li {
        margin-right: 1.04vw;
        width: 40vw;
        height: 10vw;
        border-radius: 6vw;
        font-size: 3vw;
        color: #0123B4;
        margin-bottom: 3vw;
    }
    .section01-1 > ul li:nth-child(even){
        margin-right: 0;
    }
    .section01-1 > ul li:nth-child(n+3){
        margin-bottom: 0;
    }

    .section02{
        width: calc(100% - 40px);
        margin-bottom: 20vw;
    }
    .section02 > h1 {
        font-size: 8vw;
        font-weight: 900;
        margin-bottom: 10vw;
        text-align: center;
    }
    .section02 > ul{
        flex-direction: column;
    }
    .section02 > ul li {
        width: 100%;
        height: 47.83vw;
        margin-bottom: 10vw;
    }
    .section02 > ul li:nth-child(n+3){
        margin-bottom: 10vw;
    }
    .section02 > ul li figure {
        height: 47.83vw;
        border-radius: 6vw;
    }
    .section02 > ul li p {
        height: 8vw;
        border-radius: 6vw;
        font-size: 4vw;
        right: 0;
    }
    .section03{
        width: calc(100% - 40px);
        margin-bottom: 20vw;
    }
    .section03 > h1{
        font-size: 8vw;
        font-weight: 900;
        margin-bottom: 10vw;
        text-align: center;
    }
    .section03 > p {
        font-size: 2.5vw;
        line-height: 1.6;
        font-weight: 600;
        margin-bottom: 5vw;
        word-break: keep-all;
        text-align: center;
    }
    .section03 > ul{
        flex-direction: column;
    }
    .section03 > ul li {
        width: 100%;
        height: 112.25vw;
        position: relative;
        margin-bottom: 10vw;
    }
    .section03 > ul li:last-child{
        margin-bottom: 0;
    }
    .section03 > ul li figure {
        border-radius: 6vw;
    }
    .section03 > ul li p{
        height: 8vw;
        border-radius: 6vw;
        font-size: 4vw;

    }
}