/* section02 */
.section02{
    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 > ul {
    width: max-content;
    margin: 0 auto;
}
.section02 > ul li{
    width: 52.08vw;
    padding: 0.52vw 2.60vw 0.52vw 5.20vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0.52vw;
    background: #f5f5f5;
    box-shadow: 0px 0px 10px 1px #00000034;
    margin-bottom: 1.56vw;
}
.section02 > ul li span{
    font-size: 1.82vw;
    font-weight: 500;
}
.section02 > ul li figure{
    width: 5.20vw;
    height: 5.20vw;
}
.section02 > ul li:last-child{
    margin-bottom: 0;
}
/* section02 */




/* section03 */
.section03{
    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 .con{
    text-align: center;
    margin-bottom: 4.16vw;
}
.section03 .con > p{
    font-size: 2.08vw;
    font-weight: 500;
    padding-bottom: 1.56vw;
    margin-bottom: 2.60vw;
    position: relative;
}
.section03 .con > p::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2.60vw;
    height: 1px;
    background: #0123B4;
}
.section03 .con:last-child{
    margin-bottom: 0;
}
.section03 .con ul{
    display: flex;
    width: max-content;
    margin: 0 auto;
}
.section03 .con ul li{
    width: 11.97vw;
    height: 14.0625vw;
    border: 1px solid #000;
    margin-right: 1.04vw;
    border-radius: 0.52vw;
}
.section03 .con ul li:last-child{
    margin-right: 0;
}
.section03 .con ul li span{
    display: flex;
    width: 100%;
    height: 2.60vw;
    align-items: center;
    justify-content: center;
    font-size: 0.9375vw;
    color: #fff;
    font-weight: 500;
    background: #0123B4;
    border-radius: 0.52vw;
}
.section03 .con ul li figure{
    width: 11.575vw;
    height: auto;
    margin: 0 auto;
}
/* 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;
        }
    
        /* 공통 */
        .section02{
            margin-bottom: 20vw;
        }
        .section02 > h1{
            font-size: 8vw;
            font-weight: 900;
            margin-bottom: 10vw;
            text-align: center;
        }
        .section02 > ul li {
            width: calc(100vw - 40px);
            padding: 4vw;
            border-radius: 4vw;
            margin-bottom: 5vw;
        }
        .section02 > ul li span {
            font-size: 4vw;
            font-weight: 700;
        }
        .section02 > ul li figure {
            width: 8vw;
            height: 8vw;
        }
        .section03{
            margin-bottom: 20vw;
        }
        .section03 > h1{
            font-size: 8vw;
            font-weight: 900;
            margin-bottom: 10vw;
            text-align: center;
        }
        .section03 .con > p {
            font-size: 6vw;
            padding-bottom: 5vw;
            margin-bottom: 5vw;
        }
        .section03 .con > p::after {
            width: 10vw;
            height: 5px;
            border-radius: 2vw;
        }
        .section03 .con ul {
            width: calc(100% - 40px);
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .section03 .con ul li {
            width: 28vw;
            height: 32.0625vw;
            margin-right: 0;
            border-radius: 4vw;
            margin-bottom: 3vw;
        }
        .section03 .con ul li span {
            height: 8vw;
            font-size: 2.8vw;
            border-radius: 4vw;
        }
        .section03 .con ul li figure {
            width: 24vw;
        }
}