@charset "utf-8";
@font-face {
    font-family: 'NanumSquareNeoHeavy';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-eHv.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-eHv.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-eHv.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-eHv.ttf) format("truetype");
}
/* section1 */
.section1.mobile{
    display: none;
}
.section1{
    width: 100vw;
}
.section1 .up{
    padding-top: 5.20vw;
    width: 85.39vw;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.section1 .up figure{
    width: 100%;
    height: 7.81vw;
    position: relative;
    display: flex;
    justify-content: center;
}
.section1 .up figure::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 33vw;
    height: 1px;
    background-color: #153F91;
}
.section1 .up figure::after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 33vw;
    height: 1px;
    background-color: #153F91;
}
.section1 .up figure img{
    width: 7.81vw;
    height: 100%;
    object-fit: cover;
}
.section1 .up h1{
    font-family: 'jalnan';
    margin-top: 2.08vw;
    margin-bottom: 2.34vw;
    font-size: 2.08vw;
    font-weight: 700;
    color: #153F91;
}
.section1 .up h1 span:nth-child(1){
    color: #1191D0;
}
.section1 .up h1 span:nth-child(2){
    color: #000;
}
.section1 .down{
    width: 85.39vw;
    height: 30.05vw;
    margin: 0 auto;
    position: relative;
    border-radius: 40px 40px 0 0;
    overflow: hidden;
}
.section1 .down .bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section1 .down .bg figure{
    width: 100%;
    height: 100%;
}
.section1 .down .bg figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section1 .down .text{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 1.5vw 3.125vw;
    display: flex;
    justify-content: space-between;
}
.section1 .down .text h1{
    font-family: 'jalnan';

    font-size: 2.5vw;
    font-weight: 700;
    color: #153F91;
    position: absolute;
    bottom: 3.125vw;
    right: 1.5vw;
}
.section1 .down .text h1 span{
    color: #000;
    font-size: 3.2vw;
}
.section1 .down .text .right{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.section1 .down .text .right p{
    font-family: 'jalnan';

    text-shadow: 1px 1px 6px #0013f330;
    text-align: left;
    font-size: 1.45vw;
    line-height: 1.5;

}
.section1 .down .text .right p span{
    color: #153F91;
    font-weight: 700;
}
/* section1 */


/* section2 */
.section2{
    padding: 5.20vw 0;
    width: 100vw;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section2> h1{
    font-family: 'jalnan';
    position: relative;
    font-size: 2.08vw;
    font-weight: 700;   
    margin-bottom: 2.91vw;
}
.section2> h1 >span{
    color: #153F91;
}
.section2 .bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.section2 .bg figure{
    width: 100%;
}
.section2 .bg figure img{
    width: 100%;
    object-fit: cover;
}
.section2 .cont{
    width: 85.39vw;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 6.25vw;
}
.section2 .cont:last-child{
    margin-bottom: 0;
}
.section2 .cont >div{

}
.section2 .cont .left{
    width: 30%;
    display: flex;
    justify-content: center;
}
.section2 .cont .left figure{
    width: 28.48vw;
}
.section2 .cont .left figure img{
    width: 100%;
    object-fit: cover;
}
.section2 .cont .right{
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.section2 .cont .right .up{
    position: relative;
    padding: 2.60vw 0 0 2.60vw;
    margin-bottom: 2.60vw;
}
.section2 .cont .right .up figure{
    position: absolute;
    top: 0;
    left: 0;
    width: 5.20vw;
    height: 5.20vw;
    border-radius: 10px;
    overflow: hidden;
}
.section2 .cont .right .up figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section2 .cont .right .up h1{
    font-family: 'jalnan';
    border-radius: 20px;
    height: 6.77vw;
    border: 1px solid #153F91;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.125vw;
    font-weight: 700;
    letter-spacing: 0.31vw;
}
.section2 .cont .right .up h1 span{
    font-size: 1.82vw;
    font-weight: 600;
    letter-spacing: 0;
    display: flex;
    align-items: flex-end;
    height: 3vw;
    margin-left: 2vw;
}
.section2 .cont .right .down{
    padding-left: 2.60vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    padding-top: 2.60vw;
    border-radius: 40px 40px 0 0;
}
.section2 .cont .right .down h1{
    font-family: 'jalnan';
    width: 100%;
    font-size: 2vw;
    font-weight: 700;
    margin-bottom: 2vw;
}
.section2 .cont .down2{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #153f9169;
    padding: 20px 0;
    color: #fff;
    border-radius: 40px 0 40px 40px;
}
.section2 .cont .down2 h1{
    font-family: 'jalnan';
    font-size: 2vw;
    font-weight: 700;
    margin-bottom: 1vw;
}
.section2 .cont .down2 li{
    margin-bottom: 0.5vw;
    font-size: 0.96vw;
}
.section2 .cont .down2 li:last-child{
    margin-bottom: 0;
}
.section2 .cont .right .down ul{
    width: 60%;
    margin-bottom: 3vw;
}
.section2 .cont .right .down ul:nth-child(3){
    width: 40%;
}
.section2 .cont .right .down ul li {
    font-size: 1.2vw;
    margin-bottom: 1.04vw;
}
.section2 .cont .right .down ul li:last-child{
    margin-bottom: 0;
}
.section2 .cont:nth-child(4) .right{
    order: -1;
}
.section2 .cont:nth-child(4) .right .up figure{
    left: unset;
    right: 0;
}
/* section2 */





/* 반응형 */
@media screen and (max-width:500px) {

    /* section1 */
    .section1.pc{
        display: none;
    }
    .section1.mobile{
        display: block;
    }
    .section1{
        margin-top: 50px;
        width: 100%;
        height: 180vw;
        position: relative;
    }
    .section1 .bg{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .section1 .bg figure{
        width: 100%;
        height: 100%;
    }
    .section1 .bg figure img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .section1 .text{
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .section1 .text p:nth-child(1){
        font-size: 6vw;
        line-height: 2;
        margin-bottom: 3vw;
    }
    .section1 .text p:nth-child(1) span{
        font-size: 6vw;
        font-weight: 700;
    }
    .section1 .text h1{
        font-size: 8vw;
        font-weight: 700;
        color: #153F91;
        line-height: 1.5;
        margin-bottom: 5vw;
    }
    .section1 .text h1 span{
        color: #1191D0;
    }
    .section1 .text p:nth-child(3){
        text-shadow: 1px 1px 6px #0013f330;
        font-size: 4vw;
        font-family: 'jalnan';
        line-height: 1.5;
        margin-bottom: 16vw;

    }
    .section1 .text h1:nth-child(4){
        font-family: 'jalnan';

        font-size: 6vw;
        font-weight: 700;
        color: #153F91;
    }
    .section1 .text h1:nth-child(4) span{
        color: #000;
    }
    .section1 .text p:nth-child(3) span{
        color: #153F91;
        font-weight: 700;
    }
    .section1 .text figure:nth-child(4){
        width: 40vw;
        height: 40vw;
        margin-bottom: 16vw;
    }
    .section1 .text figure:nth-child(4) img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .section1 .text figure:nth-child(5){
        width: 80vw;
    }
    .section1 .text figure:nth-child(5) img{
        width: 100%;
        object-fit: cover;
    }
    /* section1 */



    /* section2 */
    .section2{
        padding: 100px 0;
        height: max-content;
    }
    .section2 .bg{
        height: 100%;
    }
    .section2 .bg figure{
        height: 100%;
    }
    .section2> h1{
        font-size: 8vw;
        margin-bottom: 10vw;
    }
    .section2 .cont{
        padding: 0 20px;
        width: 100%;
        flex-direction: column;
    }
    .section2 .bg figure img{
        height: 100%;
        object-fit: fill;
    }
    .section2 .cont >div{
        width: 100%;
    }
    .section2 .cont .left{
        width: 100%;
    }
    .section2 .cont .left figure{
        width: 90vw;
    }
    .section2 .cont .right{
        width: 100%;
    }
    .section2 .cont .right .up{
        margin: 0;
        margin-top: 5vw;
        padding: 7.5vw 0 0 7.5vw;
        margin-bottom: 5vw;
    }
    .section2 .cont .right .up figure{
        width: 15vw;
        height: 15vw;
    }
    .section2 .cont .right .up h1{
        height: 20vw;
        font-size: 7vw;
    }
    .section2 .cont .right .up h1 span{
        font-size: 4vw;
        height: auto;
        margin-left: 5vw;
    }
    .section2 .cont .right .down{
        padding: 10vw 5vw;
        flex-direction: column;
    }
    .section2 .cont .right .down h1{
        text-align: center;
        font-size: 4vw;
        margin-bottom: 4vw;
    }
    .section2 .cont .right .down ul{
        width: 100%;
        margin-bottom: 2vw;
    }
    .section2 .cont .right .down ul:nth-child(3){
        width: 100%;
    }
    .section2 .cont .right .down ul li{
        font-size: 3.5vw;
        line-height: normal;
        margin-bottom: 2vw;
    }
    .section2 .cont .down2{
        padding: 20px;
        border-radius: 0 0 40px 40px;
    }
    .section2 .cont .down2 h1{
        font-size: 4vw;
        margin-bottom: 2vw;
    }
    .section2 .cont .down2 li{
        margin-bottom: 2vw;
        font-size: 2.5vw;
    }
    .section2 .cont:nth-child(4) .right{
        order: 0;
    }
    .section2 .cont:nth-child(4) .right .up figure{
        left: 0;
        right: unset;
    }
    /* section2 */
}
/* 반응형 */