@charset "utf-8";




/* section3 */
.section3{

}
.section3 .title{
    position: relative;
    width: 100%;
    height: 18.22vw;
    display: flex;
    justify-content: center;
}
.section3 .title figure{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section3 .title figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section3 .title span{
    font-family: 'jalnan';
    display: block;
    margin-top: 5vw;
    position: relative;
    font-size: 2.60vw;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.26vw;

}
.section3 .inner{
    width: 70.3125vw;
    margin: 0 auto;
    padding: 5.20vw 2.60vw;
    background-color: #fff;
    box-shadow: 0 0 9px 1px #0000006e;
    transform: translateY(-6vw);
    border-radius: 40px;
}
.section3 .inner .one{
    margin-bottom: 5.20vw;
}
.section3 .inner .one h1{
    font-family: 'jalnan';
    border-radius: 30px;
    width: max-content;
    margin: 0 auto;
    padding: 0.5vw 2vw;
    background-color: #153F91;
    color: #fff;
    font-weight: 600;
    font-size: 1.56vw;
    margin-bottom: 2.08vw;
}
.section3 .inner .one ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.section3 .inner .one ul li{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.section3 .inner .one ul li p{
    font-size: 1.30vw;
    font-weight: 600;
    color: #153F91;
    margin-bottom: 1.04vw;
}
.section3 .inner .one ul li span{
    text-align: center;
    line-height: 1.5;
    font-size: 1.30vw;

}
.section3 .inner .two h1{
    font-family: 'jalnan';
    border-radius: 30px;
    width: max-content;
    margin: 0 auto;
    padding: 0.5vw 2vw;
    background-color: #153F91;
    color: #fff;
    font-weight: 600;
    font-size: 1.56vw;
    margin-bottom: 2.5vw;
}
.section3 .inner .two ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.section3 .inner .two ul li{
    width: calc(100% / 3 - 2vw);
    display: flex;
    flex-direction: column;
    align-items: center;

    margin-bottom: 3vw;

}
.section3 .inner .two ul li .text{
    width: 100%;
    border: 1px solid #1191D0;
    padding: 0 2vw 2vw;
    border-top: 3px solid #00AFAF;
    text-align: center;
    line-height: normal;
    font-size: 1vw;
    word-break: keep-all;
    height: 11vw;
    border-radius: 20px;
}
.section3 .inner .two ul li .text > h1{
    font-family: 'jalnan';
    border-radius: 30px;
    width: max-content;
    margin: 0 auto;
    padding: 0.5vw 2vw;
    background-color: #1191D0;
    color: #fff;
    font-weight: 600;
    font-size: 1.3vw;
    margin-bottom: 1vw;
    transform: translateY(-1vw);
}
.section3 .inner .two ul li:nth-child(n+6){
    margin-bottom: 0;
}
.section3 .inner .two ul li figure{
    width: 15.625vw;
    height: 15.625vw;
    border-radius: 50%;
    box-shadow: 5px 3px 5px 1px #00000063;
    margin-bottom: 2vw;
}
.section3 .inner .two ul li figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section3 .inner .two ul li span{
    font-size: 1.30vw;
    font-weight: 600;
    margin-top: 1.04vw;
}
/* section3 */

/* section4 */
.section4{
    width: 100%;
    height: 100vw;
    position: relative;
    margin-bottom: 5.20vw;
    text-align: center;
}
.section4 .bg{
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
}
.section4 .bg figure{
    width: 100%;
    height: 100%;
}
.section4 .bg figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section4 .title{
    margin-top: 5.20vw;
    position: relative;
    transform: translateY(-100vh);
}
.section4 .title p {
    font-size: 1.04vw;
    letter-spacing: 1.56vw;
    color: #153F91;
    font-weight: 700;

}
.section4 .title p span{
    color: #1191D0;
}
.section4 .title h1{
    font-family: 'jalnan';
    color: #153F91;
    font-size: 2.60vw;
    font-weight: 700;
    margin: 2.08vw 0 4.16vw;
    padding-bottom: 2.60vw;
    position: relative;
}
.section4 .title h1::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 10.41vw;
    height: 1px;
    background-color: #1191D0;
}
.section4 .inner{
    width: 83.33vw;
    margin: 0 auto;
    position: relative;
    transform: translateY(-100vh);
}
.section4 .inner .box{
    display: flex;
    align-items: center;
}
.section4 .inner .box figure{
    border: 0.52vw solid #153F91;
    margin-right: 2.60vw;
    width: 15.625vw;
    height: 15.625vw;
    border-radius: 50%;
    box-shadow: 0 0 9px 1px #0000006b;
}
.section4 .inner .box:nth-child(even){
    justify-content: flex-end;
}
.section4 .inner .box:nth-child(even) figure{
    margin-right: 0;
    margin-left: 2.60vw;
}
.section4 .inner .box:nth-child(even) .text{
    text-align: right;
    order: -1;
}
.section4 .inner .box figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section4 .inner .box .text{
    text-align: left;
}
.section4 .inner .box .text h1{
    font-family: 'jalnan';
    color: #1191D0;
    font-size: 2vw;
    margin-bottom: 1.56vw;
}
.section4 .inner .box .text h1 span{
    display: block;
    margin-top: 1.04vw;
    font-size: 1.6vw;
    color: #00AFAF;
}
.section4 .inner .box .text p{
    font-size: 1.3vw;
    line-height: normal;
    color: #474747;
}
/* section4 */





/* 반응형 */
@media screen and (max-width:500px) {



    /* section3 */
    .section3{
        margin-top: 100px;
    }
    .section3 .title{
        height: 50vw;
    }
    .section3 .title span{
        font-size: 6vw;
        margin-top: 14vw;
    }
    .section3 .inner{
        width: calc(100% - 40px);
        transform: translateY(-18vw);
        padding: 10vw 20px;
    }
    .section3 .inner .one{
        margin-bottom: 10vw;
    }
    .section3 .inner .one h1{
        font-size: 4vw;
        padding: 1vw 2vw;
        margin-bottom: 4vw;
    }
    .section3 .inner .one ul{
        flex-wrap: wrap;
    }
    .section3 .inner .one ul li{
        margin-bottom: 3vw;
        width: 50%;
    }
    .section3 .inner .one ul li:nth-child(n+3){
        margin-bottom: 0;
    }
    .section3 .inner .one ul li p{
        font-size: 3.6vw;
        margin-bottom: 2vw;
    }
    .section3 .inner .one ul li span{
        font-size: 2.8vw;
    }
    .section3 .inner .two h1{
        font-size: 4vw;
        padding: 1vw 2vw;
        margin-bottom: 10vw;
    }
    .section3 .inner .two ul{
        justify-content: center;
    }
    .section3 .inner .two ul li{
        width: calc(100% - 40px);
        margin-bottom: 5vw;
    }
    .section3 .inner .two ul li figure{
        width: 60%;
        height: 44.95vw;
        margin-bottom: 10vw;
    }
    .section3 .inner .two ul li .text{
        height: 25vw;
        font-size: 3.6vw;
    }
    .section3 .inner .two ul li .text > h1{
        padding: 2vw 10vw;
        transform: translateY(-4vw);
        font-size: 3vw;
    }
    .section3 .inner .two ul li span{
        font-size: 2.8vw;
        margin-top: 2vw;
    }
    .section3 .inner .two ul li:nth-child(n+6){
        margin-bottom: 5vw;
    }
    .section3 .inner .two ul li:last-child{
        margin-bottom: 0;
    }
    /* section3 */



    /* section4 */
    .section4{
        height: 480vw;
    }
    .section4 .title{
        margin-top: 100px;
    }
    .section4 .title p{
        font-size: 2vw;
        letter-spacing: 2vw;
    }
    .section4 .title h1{
        font-size: 6vw;
        margin: 4vw 0 6vw;
        padding-bottom: 6vw;
    }
    .section4 .title h1::after{
        width: 20vw;
    }
    .section4 .inner{
        width: calc(100% - 40px);
    }
    .section4 .inner .box{
        flex-direction: column;
        margin-bottom: 10vw;
    }
    .section4 .inner .box:last-child{
        margin-bottom: 0;
    }
    .section4 .inner .box:nth-child(even) .text{
        order: 0;
    }
    .section4 .inner .box figure{
        border: 2vw solid #153F91;
        margin-right: 6vw;
        width: 50vw;
        height: 50vw;
        margin: 0;
        margin-bottom: 6vw;
    }
    .section4 .inner .box .text{
        text-align: center;
    }
    .section4 .inner .box:nth-child(even) .text{
        text-align: center;
    }
    .section4 .inner .box .text h1{
        font-size: 4vw;
        margin-bottom: 3vw;
    }
    .section4 .inner .box .text p{
        font-size: 3vw;
    }
    /* section4 */
}   
/* 반응형 */