@charset "utf-8";


/* section3 */
.section3.mobile{
    display: none;
}
.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{
    border-radius: 40px;
    width: 70.3125vw;
    margin: 0 auto;
    padding: 5.20vw 2.60vw;
    background-color: #fff;
    box-shadow: 0 0 9px 1px #0000006e;
    transform: translateY(-6vw);
    text-align: center;
}
.section3 .inner p{
    font-size: 1.3vw;
    line-height: 1.5;
    margin-bottom: 3vw;
    color: #4d4d4d;
    font-weight: 300;

}
.section3 .inner h1{
    font-family: 'jalnan';
    text-shadow: -1px 0px 4px #00000035;
    line-height: 1.5;
    font-size: 1.56vw;
    display: block;
    margin-top: 3vw;
    font-weight: 600;
    color: #153F91;

}
/* section3 */


/* section4 */
.section4.mobile{
    display: none;
}
.section4{
    text-align: center;
}
.section4 h1{
    font-family: 'jalnan';
    text-shadow: -1px 0px 4px #00000075;

    font-size: 3.5vw;
    font-weight: 900;
    margin-bottom: 3.5vw;
    letter-spacing: 0.35vw;

}
.section4 p{
    font-size: 1.3vw;
    line-height: 1.5;
    margin-bottom: 3vw;
    color: #4d4d4d;
    font-weight: 300;
}
/* section4 */


/* section5 */
.section5.mobile{
    display: none;
}
.section5{
    width: 70.3125vw;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 15vw 3vw 5.20vw;

}
.section5 .bg{
    width: 100%;
    position: absolute;
    top: 5.20vw;
    left: 0;

}
.section5 .bg figure{
    width: 100%;
}
.section5 .bg figure img{
    width: 100%;
    object-fit: cover;
}
.section5 .left{
    position: relative;
}
.section5 .left h1{
    font-family: 'jalnan';
    text-shadow: -1px 0px 4px #00000075;

    font-size: 2.34vw;
    line-height: 1.55;
}
.section5 .left h1 span{
    font-size: 2.86vw;
    font-weight: 700;
}
.section5 .right{
    position: relative;
    padding-top: 0.5vw;
}
.section5 .right ul li{
    display: flex;
    margin-bottom: 2.60vw;
}
.section5 .right ul li:last-child{
    margin-bottom: 0;
}
.section5 .right ul li figure{
    width: 1.56vw;
    height: 1.56vw;
    margin-right: 1.06vw;
}
.section5 .right ul li figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section5 .right ul li span{
    font-size: 1.30vw;
    line-height: normal;
}

/* section5 */



/* 반응형 */
@media screen and (max-width:500px) {




    /* section3 */
    .section3{
        margin-top: 100px;
    }

    .section3.pc{
        display: none;
    }
    .section3.mobile{
        display: block;
    }
    .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 p{
        font-size: 2.8vw;

    }
    .section3 .inner h1{
        font-size: 3vw;
    }

    /* section3 */


    /* section4 */
    .section4.pc{
        display: none;
    }
    .section4.mobile{
        display: block;
    }
    .section4 {
    }
    .section4 h1{
        font-size: 6vw;
        margin-bottom: 3vw;

    }
    .section4 p{
        font-size:3vw;
    }
    /* section4 */


    /* section5 */
    .section5.pc{
        display: none;
    }
    .section5.mobile{
        display: block;
    }
    .section5{
        width: 100%;
        flex-direction: column;
        padding: 0 20px;
        padding-top: 20vw;
        padding-bottom: 100px;
    }
    .section5 .left h1{
        text-align: center;
        font-size: 4vw;
        margin-bottom: 6vw;
    }
    .section5 .left h1 span{
        font-size: 6vw;
    }
    .section5 .right ul li{
        margin-bottom: 4vw;
    }
    .section5 .right ul li figure{
        width: 4vw;
        height: 4vw;
        margin-right: 2vw;
    }
    .section5 .right ul li span{
        font-size: 3.6vw;
        line-height: normal;
    }
    /* section5 */



    /* section6 */
    .section6 .inner .three{
        width: 100%;
        flex-direction: column;
        height: max-content;
    }
    .section6 .inner .three .left h1{
        text-align: center;
        font-size: 4vw;
        margin-bottom: 6vw;
    }
    .section6 .inner .three .left h1 span{
        font-size: 6vw;
    }
    .section6 .inner .three .right ul li{
        margin-bottom: 4vw;
    }
    .section6 .inner .three .right ul li figure{
        width: 4vw;
        height: 4vw;
        margin-right: 2vw;
    }
    .section6 .inner .three .right ul li span{
        font-size: 3.6vw;
        line-height: normal;
    }
    /* section6 */
}   
/* 반응형 */