@charset "utf-8";



/* section01 */
.section01{
    width: 85.9375vw;
    margin: 0 auto;
    position: relative;
    margin-bottom: 13.54vw;

}
.section01 > h1{
    font-size: 2.60vw;
    font-weight: 900;
    margin: 0 auto;
    margin-bottom: 4.16vw;
    text-align: center;

}
.section01 > h1 span{
    color: #0123B4;

}
.section01 .inner{
    display: flex;
    flex-direction: column;
}
.section01 .inner .left{

}
.section01 .inner .left h1{
    font-size: 1.04vw;
    font-weight: 900;
    margin-bottom: 5.20vw;
}
.section01 .inner .left .tab{
    display: flex;
    width: max-content;
    margin: 0 auto;
    
    margin-bottom: 2.60vw;
}
.section01 .inner .left .tab li{
    font-size: 1.04vw;
    font-weight: 700;
    color: #858585;
    margin-right: 1.04vw;
    position: relative;
    transition: 0.5s;
    cursor: pointer;
    padding: 1.04vw 3vw;
    background: #fff;
    border: 2px solid #0123B4;
    border-radius: 3vw;
    color: #0123B4;
}
.section01 .inner .left .tab li:last-child{
    margin-right: 0;
}
.section01 .inner .left .tab li:last-child{
    margin-bottom: 0;
}
.section01 .inner .left .tab li.on{
    color: #fff;
    background: #0123B4;
    font-weight: 800;
}
.section01 .inner .right{
    width: 100%;
}
.section01 .inner .right .box > li{
    width: 100%;
    display: none;
}
.section01 .inner .right .box > li.on{
    display: block;
}
.section01 .inner .right .box > li figure{
    width: 100%;
    height: 33.85vw;
    margin-bottom: 2.08vw;
}
.section01 .inner .right .box > li ul li:first-child{
    font-size: 1.56vw;
    font-weight: 700;
    margin-bottom: 1.04vw;
    padding-left: 0;
    color: #0123B4;
}
.section01 .inner .right .box > li ul li{
    font-size: 0.9375vw;
    font-weight: 700;
    padding-left: 1.04vw;
    margin-bottom: 0.78125vw;
}
.section01 .inner .right .box > li ul li:last-child{
    margin-bottom: 0;
}
/* section01 */



/* 모바일 */
@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 */
    .section01{
        padding: 0;
        margin: 0 auto;
        width: calc(100% - 40px);
        margin-bottom: 20vw;
    }
    .section01 .inner{
        width: 100%;
        flex-direction: column;
    }
    .section01 .inner .left .tab{
        display: none;
    }
    .section01 .inner .left h1{
        text-align: center;
        font-size: 8vw;
        margin-bottom: 16vw;
    }
    .section01 .inner .right .box > li{
        display: block;
        margin-bottom: 16vw;
    }
    .section01 .inner .right .box > li:last-child{
        margin-bottom: 0;
    }
    .section01 .inner .right{
        width: 100%;
    }
    .section01 .inner .right .box > li figure{
        width: 100%;
        height: 67.4vw;
        margin-bottom: 6vw;
    }
    .section01 .inner .right .box > li ul{
        padding: 0;
        width: 100%;
        margin: 0 auto;
    }
    .section01 .inner .right .box > li ul li:first-child {
        font-size: 4vw;
        margin-bottom: 5vw;
    }
    .section01 .inner .right .box > li ul li{
        width: 100%;
        text-align: center;
        margin: 0 auto;
        font-size: 3.2vw;
        margin-bottom: 3vw;
    }
    /* section01 */
}
/* 모바일 */
