@charset "utf-8";



/* section3 */
.section3 .inner .cont .box{
    border-radius: 0 0 3.90vw 3.90vw;
    border: 1px solid #153F91;
    display: none;
    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 .top{
    width: 100%;
    height: 36.45vw;
}
.section3 .inner .cont .box .in .top{
    width: 100%;
    display: flex;
}
.section3 .inner .cont .box .in .top .left{
    width: 30%;
    height: 100%;
}
.section3 .inner .cont .box .in .top .left figure{
    width: 100%;
    height: 100%;
}
.section3 .inner .cont .box .in .top .left figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section3 .inner .cont .box .in .top .right{
    width: 70%;
    height: 100%;
    padding: 2.08vw;
    background-color: #FAFAFA;
    display: flex;
    padding-bottom: 2.60vw;
    margin-bottom: 2.08vw;
    justify-content: space-between;
    position: relative;
}
.section3 .inner .cont .box .in .top .right::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 2px;
    background-color: #00AFAF;
}
.section3 .inner .cont .box .in .top .right .up{
}
.section3 .inner .cont .box .in .top .right .up {
    margin-bottom: 2.08vw;
}
.section3 .inner .cont .box .in .top .right .up h1{
    font-family: 'jalnan';
    font-size: 1.56vw;
    margin-bottom: 1.04vw;
    font-weight: 700;
    color: #1191D0;
}
.section3 .inner .cont .box .in .top .right .up ul li{
    display: flex;
    align-items: center;
    margin-bottom: 1vw;
    font-size: 1.04vw;

}
.section3 .inner .cont .box .in .top .right .up ul li figure{
    width: 1.56vw;
    height: 1.56vw;
    margin-right: 0.52vw;
}
.section3 .inner .cont .box .in .top .right .up ul li figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.section3 .inner .cont .box .in .top .right .down{
    text-align: right;
}
.section3 .inner .cont .box .in .top .right .down h1{
    font-family: 'jalnan';
    font-size: 1.56vw;
    margin-bottom: 1.04vw;
    font-weight: 700;
    color: #1191D0;
    text-align: right;
}
.section3 .inner .cont .box .in .top .right .down ul{

}
.section3 .inner .cont .box .in .top .right .down ul li{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 1vw;
    font-size: 1.04vw;
    line-height: normal;
    word-break: keep-all;
}
.section3 .inner .cont .box .in .top .right .down ul li figure{
    width: 1.56vw;
    height: 1.56vw;
    margin-left: 0.52vw;
}
.section3 .inner .cont .box .in .top .right .down ul li figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section3 .inner .cont .box .in .top .right .down ul li:last-child{
    margin-bottom: 0;
}

.section3 .inner .cont .box .in .bot {
    padding: 2.08vw;
}
.section3 .inner .cont .box .in .bot > h1{
    font-family: 'jalnan';
    font-size: 1.56vw;
    margin-bottom: 1.04vw;
    font-weight: 700;
    color: #1191D0;
}
.section3 .inner .cont .box .in .bot > div {
    width: 100%;
    display: flex;
}
.section3 .inner .cont .box .in .bot > div .one{
    width: 30%;
}
.section3 .inner .cont .box .in .bot > div .two{
    width: 70%;
}
.section3 .inner .cont .box .in .bot > div >div h1{
    font-size: 1.04vw;
    padding: 0.5vw 0;
    display: flex;
    justify-content: center;
    font-weight: 600;
    background-color: #00AFAF;
    border: 1px solid #fff;
    color: #fff;
}
.section3 .inner .cont .box .in .bot > div >div ul li{
    font-size: 0.96vw;
    padding: 0.5vw 0;
    display: flex;
    border-right: 1px solid #153F91;
    border-bottom: 1px solid #153F91;
    line-height: normal;
    font-weight: 700;
    padding-left: 1vw;

}
.section3 .inner .cont .box .in .bot > div >div ul li:last-child{
    border-bottom: 0;
}
.section3 .inner .cont .box .in .bot > div .two ul li{
    border-right: 0;
    justify-content: flex-end;
    padding-right: 1vw;
    font-weight: 700;
}
/* section3 */





/* 반응형 */
@media screen and (max-width:500px) {

    /* section3 */
    .section3 .inner .cont .box > p{
        font-size: 2.8vw;
        margin: 4vw 0 4vw;
    }
    .section3 .inner .cont .box .in{
        background-color: #f5f5f5;
    }
    .section3 .inner .cont .box .in .top{
        flex-direction: column;
        height: max-content;
    }
    .section3 .inner .cont .box .in .top .left{
        width: 100%;
        height: 100vw;
    }
    .section3 .inner .cont .box .in .top .right{
        width: 100%;
        flex-direction: column;
        padding: 6vw 20px;
        margin-bottom: 6vw;

    }
    .section3 .inner .cont .box .in .top .right .up{
        margin-bottom: 0;
    }
    .section3 .inner .cont .box .in .top .right .up h1{
        font-size: 5vw;
        margin-bottom: 3vw;

    }
    .section3 .inner .cont .box .in .top .right .up ul li figure{
        width: 4vw;
        height: 4vw;
        margin-right: 2vw;
    }
    .section3 .inner .cont .box .in .top .right .up ul li{
        font-size: 3.6vw;
        line-height: normal;
        margin-bottom: 2vw;
    }
    .section3 .inner .cont .box .in .top .right .down h1{
        font-size: 5vw;
        margin-bottom: 3vw;
    }
    .section3 .inner .cont .box .in .top .right .down ul li figure{
        width: 4vw;
        height: 4vw;
        margin-left: 2vw;
    }
    .section3 .inner .cont .box .in .top .right .down ul li{
        font-size: 3.6vw;
        margin-bottom: 2vw;

    }
    .section3 .inner .cont .box .in .bot{
        padding: 0 0 6vw;
    }
    .section3 .inner .cont .box .in .bot > h1{
        font-size: 5vw;
        margin-bottom: 3vw;
        margin-left: 20px;
    }
    .section3 .inner .cont .box .in .bot > div >div h1{
        padding: 1.3vw 0;
        font-size: 3.6vw;
    }
    .section3 .inner .cont .box .in .bot > div >div ul li{
        padding: 1.3vw 0;
        font-size:3vw;
        justify-content: center;
        background: #fff;
    }
    .section3 .inner .cont .box .in .bot > div .one{
        width: 30%;
    }
    .section3 .inner .cont .box .in .bot > div .two{
        width: 70%;
    }
    .section3 .inner .cont .box .in .bot > div .two ul li{
        padding-right: 2vw;
    }
    /* section3 */
}   
/* 반응형 */