@charset "utf-8";






/* section3 */
.section3.mobile{
    display: none;
}
.section3{
    position: relative;
}
.section3 .bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.section3 .bg figure{
    width: 100%;
    height: 100%;
}
.section3 .bg figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section3 .inner{
    width: max-content;
    margin: 0 auto;
    position: relative;
    padding: 5.20vw 0;
    display: flex;
    justify-content: space-between;
}
.section3 .inner .left{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 4vw;
}
.section3 .inner .left h1{
    font-family: 'jalnan';
    padding-top: 3.38vw;
    font-size: 2.60vw;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.26vw;

}
.section3 .inner .left ul{
    width: 52.05vw;
    display: flex;
    flex-wrap: wrap;
}
.section3 .inner .left ul li{
    width: 10.41vw;
    height: 10.41vw;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.75;
    font-size: 1.04vw;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
}
.section3 .inner .left ul li:nth-child(1){
    border-radius: 20px 0 0 0;
    border: 2px solid #1191D0;
}
.section3 .inner .left ul li:nth-child(3){
    border: 2px solid #1191D0;
}
.section3 .inner .left ul li:nth-child(5){
    border: 2px solid #1191D0;
    border-radius: 0 20px 0 0;
}
.section3 .inner .left ul li:nth-child(6){
    border-radius: 0 0 0 20px ;
}
.section3 .inner .left ul li:nth-child(7){
    border: 2px solid #1191D0;
}
.section3 .inner .left ul li:nth-child(9){
    border: 2px solid #1191D0;
}

.section3 .inner .left ul li:nth-child(10){
    border-radius: 0 0 20px 0;

}
.section3 .inner .left ul li:hover figure{
    transform: scale(1.1);
}
.section3 .inner .right ul li:hover figure{
    transform: scale(1.1);
}
.section3 .inner .left ul li figure{
    width: 100%;
    height: 100%;
    box-shadow: 0 0 10px 1px #0000006b;
    transition: 1s;
}
.section3 .inner .left ul li figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section3 .inner .right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.section3 .inner .right ul{
    width: 20.82vw;
    display: flex;
    flex-wrap: wrap;
}
.section3 .inner .right ul li{
    width: 10.41vw;
    height: 10.41vw;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.75;
    font-size: 1.04vw;
    color: #fff;
    overflow: hidden;
}
.section3 .inner .right ul li:nth-child(1){
    border: 2px solid #1191D0;
    border-radius: 20px 0 0 0;
}
.section3 .inner .right ul li:nth-child(2){
    border-radius: 0 20px 0 0;
}
.section3 .inner .right ul li:nth-child(4){
    border: 2px solid #1191D0;
}
.section3 .inner .right ul li:nth-child(5){
    border: 2px solid #1191D0;
    border-radius: 0 0 0 20px;
}
.section3 .inner .right ul li:nth-child(6){
    border-radius: 0 0 20px 0;
}

.section3 .inner .right ul li figure{
    width: 100%;
    height: 100%;
    box-shadow: 0 0 10px 1px #0000006b;
    transition: 1s;

}
.section3 .inner .right ul li figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* section3 */


/* section4 */
.section4{

}
.section4 .title{
    position: relative;
    width: 100%;
    height: 18.22vw;
    display: flex;
    justify-content: center;
}
.section4 .title figure{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section4 .title figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section4 .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;

}
.section4 .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);
    display: flex;
    justify-content: space-between;
}

.section4 .inner .cont{
    padding-top: 5.20vw;
    width: 21.35vw;
    position: relative;
    cursor: pointer;
}
.section4 .inner .cont:hover figure{
    top: 10%;
}
.section4 .inner .cont figure{
    position: absolute;
    height: 7.81vw;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: 1s;
}
.section4 .inner .cont figure img{
    height: 100%;
    object-fit: cover;
}
.section4 .inner .cont .text{
    width: 100%;
    height: 13.51vw;
    background-color: #D8F0FC;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.section4 .inner .cont .text h1{
    font-family: 'jalnan';
    margin: 1vw 0 2.08vw;
    font-size: 1.56vw;
    font-weight: 600;
}
.section4 .inner .cont .text span{
    font-size: 1.04vw;
}
/* section4 */



/* section5 */
.section5{
    padding: 5.20vw 0;
    width: 70.3125vw;
    margin: 0 auto;

}
.section5 .title{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5.20vw;
}
.section5 .title h1{
    text-shadow: -1px 0px 4px #00000075;
    font-family: 'jalnan';

    font-size: 2.60vw;
    font-weight: 700;
    letter-spacing: 0.26vw;

}
.section5 .title span{
    width: 100%;
    position: relative;
    font-size: 1.3vw;
    letter-spacing: 1.55vw;    
    font-weight: 700;
    color: #153F91;
    margin-top: 1vw;
    padding: 0.5vw 1.5vw 0;
}
.section5 .title span::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #153F91;

}
.section5 ul{
    display: flex;
    justify-content: space-between;
}
.section5 ul li{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section5 ul li figure{
    width: 10.41vw;
    height: 10.41vw;
    margin-bottom: 2.60vw;
    border-radius: 50%;
    box-shadow: 5px 3px 5px 1px #00000063;

}
.section5 ul li figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section5 ul li span{
    font-size: 1.30vw;
    line-height: normal;
    text-align: center;
    color: #535353;
}
/* section5 */



/* section6 */
.section6 .title{
    position: relative;
    width: 100%;
    height: 18.22vw;
    display: flex;
    justify-content: center;
}
.section6 .title figure{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section6 .title figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section6 .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;
}
.section6 .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);
}
.section6 .inner .one{
    text-align: center;
    padding-bottom: 5.20vw;
    border-bottom: 2px solid #D9D9D9;
}
.section6 .inner .one > h1{
    font-family: 'jalnan';
    text-shadow: -1px 0px 4px #00000075;
    font-size: 2.60vw;
    font-weight: 700;
    letter-spacing: 0.26vw;
}
.section6 .inner .one > p{
    font-family: 'jalnan';
    text-shadow: -1px 0px 4px #00000035;
    font-size: 1.30vw;
    color: #153F91;
    letter-spacing: 0.13vw;
    margin: 1.04vw 0 3.64vw;
}
.section6 .inner .one ul{
    display: flex;
    justify-content: space-between;
}
.section6 .inner .one ul li{
    width: 18.75vw;
    border-radius: 2.08vw;
    height: 10.41vw;
    border: 0.3125vw solid #d9d9d9;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.section6 .inner .one ul li p{
    font-family: 'jalnan';
    text-shadow: -1px 0px 4px #00000075;
    font-family: 'jalnan';
    position: absolute;
    top: -0.3125vw;
    left: -0.3125vw;
    width: 18.75vw;
    height: 3.64vw;
    border-radius: 2.08vw 2.08vw 0 0;
    background-color: #1191D0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.82vw;
    font-weight: 700;
    letter-spacing: 0.182vw;
    color: #fff;
}
.section6 .inner .one ul li span{
    display: block;
    margin-bottom: 1.26vw;
    font-size: 1.30vw;
    line-height: 1.6;
    letter-spacing: 0.126vw;
}

.section6 .inner .two{
    padding: 5.20vw 0;
    text-align: center;
    border-bottom: 2px solid #D9D9D9;

}
.section6 .inner .two h1{
    font-family: 'jalnan';
    text-shadow: -1px 0px 4px #00000075;
    font-size: 2.60vw;
    font-weight: 700;
    letter-spacing: 0.26vw;
    margin-bottom: 3.64vw;
}
.section6 .inner .two h1 br{
    display: none;
}
.section6 .inner .two ul{
    display: flex;
    justify-content: space-between;
    padding: 0 5vw;
    margin-bottom: 2.60vw;
}
.section6 .inner .two ul li{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section6 .inner .two ul li figure{
    width: 13.12vw;
    height: 13.02vw;
    margin-bottom: 1.56vw;
}
.section6 .inner .two ul li figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section6 .inner .two ul li span{
    font-size: 1.30vw;
    line-height: 1.33;
    color: #535353;
    letter-spacing: 0.13vw;
}
.section6 .inner .two > p{
    font-family: 'jalnan';
    text-shadow: -1px 0px 4px #00000036;
    font-size: 1.56vw;
    font-weight: 700;
    color: #153F91;
    letter-spacing: 0.208vw;
    line-height: 1.33;
    word-break: keep-all;
}
.section6 .inner .three{
    width: 59.89vw;
    margin: 0 auto;
    position: relative;
    height: 38.01vw;
    display: flex;
    justify-content: space-between;
    padding: 14vw 3vw 0;
}
.section6 .inner .three .bg{
    width: 100%;
    position: absolute;
    top: 5.20vw;
    left: 0;
}
.section6 .inner .three .bg figure{
    width: 100%;
}
.section6 .inner .three .bg figure img{
    width: 100%;
    object-fit: cover;
}
.section6 .inner .three .left{
    position: relative;
}
.section6 .inner .three .left h1{
    font-family: 'jalnan';
    text-shadow: -1px 0px 4px #00000075;
    font-size: 2.34vw;
    line-height: 1.55;
}
.section6 .inner .three .left h1 span{
    font-size: 2.86vw;
    font-weight: 700;
}
.section6 .inner .three .right{
    position: relative;
    padding-top: 0.5vw;
}
.section6 .inner .three .right ul li{
    display: flex;
    margin-bottom: 2.60vw;
}
.section6 .inner .three .right ul li:last-child{
    margin-bottom: 0;
}
.section6 .inner .three .right ul li figure{
    width: 1.56vw;
    height: 1.56vw;
    margin-right: 1.06vw;
}
.section6 .inner .three .right ul li figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section6 .inner .three .right ul li span{
    font-size: 1.30vw;
    line-height: normal;
}
/* section6 */




/* 반응형 */
@media screen and (max-width:500px) {


    /* section3 */
    .section3{
        margin-top: 100px;
    }

    .section3.pc{
        display: none;
    }
    .section3.mobile{
        display: block;
    }
    .section3{
        padding: 100px 0;
    }
    .section3> h1{
        font-family: 'jalnan';
        text-align: center;
        font-weight: 700;
        color: #fff;
        position: relative;
        font-size: 6vw;
        line-height: normal;
        margin-bottom: 6vw;
    }
    .section3 .inner{
        width: 100%;
        padding: 0 20px;
    }
    .section3 .inner ul{
        display: flex;
        flex-wrap: wrap;
    }
    .section3 .inner ul li{
        width: 50%;
        height: calc((100vw - 40px) / 2);    
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 4vw;
        line-height: 1.75;
        text-align: center;
        color: #fff;
        overflow: hidden;
    }
    .section3 .inner ul li:nth-child(1){
        border-radius: 20px 0 0 0;
    }
    .section3 .inner ul li:nth-child(2){
        border-radius: 0 20px 0 0;
    }
    .section3 .inner ul li:nth-child(15){
        border-radius: 0 0 0 20px;
    }
    .section3 .inner ul li:nth-child(16){
        border-radius: 0 0 20px 0;
    }
    .section3 .inner ul li figure{
        width: 100%;
        height: 100%;
    }
    .section3 .inner ul li figure img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .section3 .inner ul li:nth-child(1){
        border: 1px solid #1191D0;
    }
    .section3 .inner ul li:nth-child(4){
        border: 1px solid #1191D0;
    }
    .section3 .inner ul li:nth-child(5){
        border: 1px solid #1191D0;
    }
    .section3 .inner ul li:nth-child(8){
        border: 1px solid #1191D0;
    }
    .section3 .inner ul li:nth-child(9){
        border: 1px solid #1191D0;
    }
    .section3 .inner ul li:nth-child(12){
        border: 1px solid #1191D0;
    }
    .section3 .inner ul li:nth-child(13){
        border: 1px solid #1191D0;
    }
    .section3 .inner ul li:nth-child(16){
        border: 1px solid #1191D0;
    }
    /* section3 */


    /* section4 */
    .section4 .title{
        height: 50vw;
    }
    .section4 .title span{
        font-size: 6vw;
        margin-top: 14vw;
    }
    .section4 .inner{
        width: calc(100% - 40px);
        transform: translateY(-18vw);
        padding: 10vw 20px;
        flex-direction: column;
    }
    .section4 .inner .cont{
        width: 100%;
        padding-top: 0;
        padding-left: 5vw;
        margin-bottom: 4vw;
        height: 20vw;
    }
    .section4 .inner .cont:last-child{
        margin-bottom: 0;
    }
    .section4 .inner .cont figure{
        top: 50%;
        transform: none;
        transform: translateY(-50%);
        left: 0vw;
        height: 16vw;
    }
    .section4 .inner .cont:hover figure{
        top: 50%;
    }
    .section4 .inner .cont .text{
        height: 100%;
    }
    .section4 .inner .cont .text h1{
        font-size: 5vw;
        margin-top: 0;
        margin-bottom: 2vw;
    }
    .section4 .inner .cont .text span{
        font-size: 3.2vw;
    }

    /* section4 */


    /* section5 */
    .section5{
        width: 100%;
        padding: 0;
        padding-bottom: 100px;
    }
    .section5 .title{
        flex-direction: column;
        align-items: flex-start;
        padding-left: 20px;
        margin-bottom: 10vw;
    }
    .section5 .title h1{
        text-align: left;
        font-size: 6vw;
        letter-spacing: 0.6vw;
        margin-bottom: 3vw;

    }
    .section5 .title span{
        display: block;
        width: 100%;
        font-size: 2.4vw;
        letter-spacing: 1.7vw;
        padding-top: 1vw;
    }
    .section5 ul{
        flex-wrap: wrap;
    }
    .section5 ul li{
        width: calc(100% / 3);
        margin-bottom: 6vw;
    }
    .section5 ul li:nth-child(n+4){
        margin-bottom: 0;
    }
    .section5 ul li figure{
        width: 30vw;
        height: 30vw;
        margin-bottom: 4vw;
    }
    .section5 ul li span{
        font-size: 3.6vw;
    }
    /* section5 */



    /* section6 */
    .section6{
    }
    .section6 .title{
        height: 50vw;
    }
    .section6 .title span{
        font-size: 6vw;
        margin-top: 14vw;
    }
    .section6 .inner{
        width: calc(100% - 40px);
        transform: translateY(-18vw);
        padding: 10vw 20px;
    }
    .section6 .inner .one{
        padding-bottom: 6vw;
    }
    .section6 .inner .one > h1{
        font-size: 5vw;
        letter-spacing: 0.6vw;
        margin-bottom: 2vw;
        line-height: normal;
    }
    .section6 .inner .one > p{
        margin-top: 0;
        font-size: 3vw;
        margin-bottom: 6vw;
    }
    .section6 .inner .one ul{
        flex-direction: column;
    }
    .section6 .inner .one ul li{
        width: 100%;
        height: 30vw;
        margin-bottom: 4vw;
        border: 4px solid #d9d9d9;
    }
    .section6 .inner .one ul li:last-child{
        margin-bottom: 0;
    }
    .section6 .inner .one ul li p{
        width: calc(100% + 8px);
        height: 10vw;
        top: -4px;
        left: -4px;
        font-size: 5vw;
    }
    .section6 .inner .one ul li span{
        font-size: 4vw;
        line-height: 1.5;
        margin-bottom: 3.26vw;
    }
    .section6 .inner .two{
        padding: 6vw 0;
    }
    .section6 .inner .two h1{
        font-size: 6vw;
        line-height: 1.66;
        letter-spacing: 0.06vw;
        margin-bottom: 4vw;
    }
    .section6 .inner .two h1 br{
        display: block;
    }
    .section6 .inner .two ul{
        flex-direction: column;
        padding: 0;
        margin-bottom: 10vw;
    }
    .section6 .inner .two ul li {
        margin-bottom: 6vw;
    }
    .section6 .inner .two ul li:last-child{
        margin-bottom: 0;
    }
    .section6 .inner .two ul li figure{
        width: 40vw;
        height: 40vw;
        margin-bottom: 4vw;
    }
    .section6 .inner .two ul li span{
        font-size: 3.6vw;
        line-height: normal;
    }
    .section6 .inner .two > p{
        word-break: keep-all;
        font-size: 4vw;
        line-height: 1.5;
    }
    .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;
        width: 90%;
    }
    /* section6 */
}   
/* 반응형 */