@charset "utf-8";


/* section3 */
.section3 .inner .cont .box{
    border-radius: 0 0 3.90vw 3.90vw;
    overflow: hidden;
    border: 1px solid #153F91;
    display: none;
}
.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: 28.90vw;
    display: flex;
}
.section3 .inner .cont .box .in .left{
    width: 30%;
    height: 100%;
}
.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%;
    display: flex;
    flex-direction: column;
    padding: 2.08vw 2.08vw 0;
    background-color: #FAFAFA;
}
.section3 .inner .cont .box .in .right .up h1{
    font-family: 'jalnan';
    font-size: 1.56vw;
    margin-bottom: 1.04vw;
    font-weight: 700;
    color: #1191D0;
}
.section3 .inner .cont .box .in .right .up ul{
    border-bottom: 2px solid #1191D0;
    padding-bottom: 2.60vw;
    margin-bottom: 2.08vw;
}
.section3 .inner .cont .box .in .right .up ul li{
    display: flex;
    align-items: center;
    margin-bottom: 1.56vw;
    font-size: 1.04vw;
}
.section3 .inner .cont .box .in .right .up ul li:last-child{
    margin-bottom: 0;
}
.section3 .inner .cont .box .in .right .up ul li figure{
    width: 1.56vw;
    height: 1.56vw;
    margin-right: 0.52vw;
}
.section3 .inner .cont .box .in .right .up ul li figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section3 .inner .cont .box .in .right .down{
    text-align: right;
}
.section3 .inner .cont .box .in .right .down > h1{
    font-family: 'jalnan';
    font-size: 1.56vw;
    margin-bottom: 1.04vw;
    font-weight: 700;
    color: #1191D0;
}
.section3 .inner .cont .box .in .right .down ul{
    display: flex;
    width: 100%;
    height: 6.25vw;
    justify-content: space-between;
}
.section3 .inner .cont .box .in .right .down ul li{
    padding: 0 0.5vw;
    width: calc(100% / 3 - 1.56vw);
    border-radius: 1.30vw;
    background-color: #153F91;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.section3 .inner .cont .box .in .right .down ul li p{
    font-size: 1.04vw;
    margin-bottom: 1.04vw;
}
.section3 .inner .cont .box .in .right .down ul li h1{
    font-size: 1.30vw;
    font-weight: 600;
    text-align: center;
    line-height: normal;
    word-break: keep-all;
}
/* section3 */





/* 반응형 */
@media screen and (max-width:500px) {

    


    /* section3 */
    .section3 .inner .cont .box{
        border-radius: 0 0 7.9vw 7.9vw;
    }
    .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%;
        padding: 6vw 20px;
    }
    .section3 .inner .cont .box .in .right .up h1{
        font-size: 5vw;
        margin-bottom: 3vw;
    }
    .section3 .inner .cont .box .in .right .up ul li figure{
        width: 4vw;
        height: 4vw;
        margin-right: 2vw;
    }
    .section3 .inner .cont .box .in .right .up ul{
        margin-bottom: 6vw;
        padding-bottom: 6vw;
    }
    .section3 .inner .cont .box .in .right .up ul li{
        font-size: 3.6vw;
        line-height: 1.5;
        word-break: keep-all;
        margin-bottom: 2vw;

    }
    .section3 .inner .cont .box .in .right .up ul li p {
        width: 90%;
    }
    .section3 .inner .cont .box .in .right .down > h1{
        font-size: 5vw;
        text-align: center;
        margin-bottom: 3vw;
    }
    .section3 .inner .cont .box .in .right .down ul{
        flex-direction: column;
        height: max-content;
    }
    .section3 .inner .cont .box .in .right .down ul li{
        width: 100%;
        height: 20vw;
        border-radius: 5vw;
        margin-bottom: 4vw;
        box-shadow: 0 0 7px 1px #0000008c;
    }
    .section3 .inner .cont .box .in .right .down ul li:last-child{
        margin-bottom: 0;
    }
    .section3 .inner .cont .box .in .right .down ul li p{
        font-size: 4vw;
        margin-bottom: 2vw;
    }
    .section3 .inner .cont .box .in .right .down ul li h1{
        font-size: 5vw;
    }
    /* section3 */
}   
/* 반응형 */