@charset "utf-8";

/* section2-1 */
.section2-1{
    display: flex;
    justify-content: space-between;
    width: 60%;
    margin: 0 auto;
}
.section2-1 h1{
    font-family: 'jalnan';
    position: relative;
    font-size: 2vw;
    font-weight: 700;
    line-height: normal;
}
.section2-1 ul li{
    margin-bottom: 1.04vw;
    display: flex;
    font-size: 0.93vw;
}
.section2-1 ul li figure{
    width: 1.04vw;
    height: 1.04vw;
    margin-right: 1.04vw;
}
.section2-1 ul li figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* section2-1 */

/* section3 */
.section3 .inner .cont .box{
    border-radius: 0 0 3.90vw 3.90vw;
    border: 1px solid #153F91;
    overflow: hidden;
}
.section3 .inner .cont .box > p{
    font-size: 1.04vw;
    text-align: center;
    margin: 1.56vw 0;
    color: #838383;
}
.section3 .inner .cont .box .in{
    width: 100%;
    height: 38vw;
}
.section3 .inner .cont .box .in{
    width: 100%;
    display: flex;
}
.section3.sec3-2 .inner .cont .box .in{
    height: max-content;
}
.section3.sec3-2 .inner .cont .box .in{
    flex-direction: column;
}
.section3 .inner .cont .box .in .left{
    width: 30%;
    height: 100%;
}
.section3.sec3-2 .inner .cont .box .in .left{
    width: 100%;
    height: 30vh;
}

.section3 .inner .cont .box .in .left figure{
    width: 100%;
    height: 100%;
}
.section3 .inner .cont .box .in .left figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section3 .inner .cont .box .in .right{
    width: 70%;
    height: 100%;
    padding: 2.08vw;
    background-color: #FAFAFA;
    padding-bottom: 2.60vw;
    margin-bottom: 2.08vw;
}
.section3.sec3-2 .inner .cont .box .in .right{
    width: 100%;
}

.section3 .inner .cont .box .in .right > h1{
    font-family: 'jalnan';
    font-size: 1.56vw;
    margin-bottom: 1.04vw;
    font-weight: 700;
    color: #1191D0;
}
.section3 .inner .cont .box .in .right > div{
    width: 100%;
    display: flex;
}
.section3 .inner .cont .box .in .right > div .one{
    width: 20%;
}
.section3 .inner .cont .box .in .right > div .two{
    width: 30%;
}
.section3 .inner .cont .box .in .right > div .three{
    width: 50%;
}
.section3 .inner .cont .box .in .right > div .four{
    width: 30%;
}
.section3 .inner .cont .box .in .right > div .five{
    width: 50%;
}


.section3 .inner .cont .box .in .right > div >div h1{
    font-size: 1.04vw;
    padding: 0.5vw 0;
    display: flex;
    justify-content: center;
    font-weight: 600;
    background-color: #153F91;
    border: 1px solid #fff;
    color: #fff;
}
.section3 .inner .cont .box .in .right > div >div ul li{
    font-size: 0.96vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #153F91;
    border-bottom: 1px solid #153F91;
    line-height: normal;
    font-weight: 700;
    background-color: #fff;
    height: 3.64vw;
    text-align: center;

}
.section3 .inner .cont .box .in .right > div >div ul li:last-child{
    border-bottom: 0;
}
.section3 .inner .cont .box .in .right > div .five ul li{
    border-right: 0;
}
.section3 .inner .cont:nth-child(2) .box .in .right > div .one{
    width: 20%;
}
.section3 .inner .cont:nth-child(2) .box .in .right > div .two{
    width: 30%;
}
.section3 .inner .cont:nth-child(2) .box .in .right > div .three{
    width: 50%;

}
/* section3 */


/* 반응형 */
@media screen and (max-width:500px) {

    /* section2-1 */
    .section2-1{
        width: 100%;
        flex-direction: column;
        padding: 0 20px;
        padding-top: 100px;
    }
    .section2-1 h1{
        font-size: 6vw;
        margin-bottom: 4vw;
        text-align: center;
    }
    .section2-1 ul li{
        font-size: 3.6vw;
        margin-bottom: 2vw;
        word-break: keep-all;
    }
    .section2-1 ul li figure{
        width: 4vw;
        height: 4vw;
        margin-right: 2vw;
    }
    /* section2-1 */

    
    /* section3 */
    .section3 .inner .cont .box > p{
        font-size: 2.8vw;
        margin: 4vw 0 4vw;
    }
    .section3 .inner .cont .box .in {
        flex-direction: column;
        height: max-content;
    }
    .section3 .inner .cont .box .in .left{
        width: 100%;
        height: 100vw;
    }
    .section3 .inner .cont .box .in .right{
        width: 100%;
        flex-direction: column;
        padding: 6vw 20px;
        margin-bottom: 6vw;
        background: none;

    }
    .section3 .inner .cont .box .in .right h1{
        font-size: 5vw;
        margin-bottom: 3vw;

    }
    .section3 .inner .cont .box .in .right .cont01{
        display: flex;
        flex-direction: column;
    }
    .section3 .inner .cont .box .in .right .cont01 .info{
        padding-bottom: 3vw;
        margin-bottom: 3vw;
        border-bottom: 1px solid #153F91;
        position: relative;
        width: 100%;
        display: flex;
        justify-content: flex-end;
        padding-top: 8vw;
    }
    .section3 .inner .cont .box .in .right .cont01 .info h1{
        position: absolute;
        top: 0;
        left: 0;
        background: none;
        font-size: 3.6vw;
        color: #000;
        font-weight: 500;
    }
    .section3 .inner .cont .box .in .right .cont01 .info h1 figure{
        width: 4vw;
        height: 4vw;
        margin-right: 2vw;
    }
    .section3 .inner .cont .box .in .right .cont01 .info h1 figure img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .section3 .inner .cont .box .in .right .cont01 .info ul li{
        border: none;
        justify-content: flex-end;
        font-size: 3.6vw;
        margin-bottom: 2vw;
        font-weight: 500;
    }
    .section3 .inner .cont .box .in .right .cont01 .info ul li:last-child {
        margin-bottom: 0;
    }
    /* section3 */
}   
/* 반응형 */