@charset "utf-8";

/* section1 */
.section1{
    margin-top: 5.20vw;
    width: 100vw;
    height: 20.60vw;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section1 .bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section1 .bg figure{
    width: 100%;
    height: 100%;
}
.section1 .bg figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section1 .text{
    position: relative;
    text-align: center;
    color: #fff
}
.section1 .text p{
    font-size: 0.93vw;
    font-weight: 700;
    letter-spacing: 1.11vw;
}
.section1 .text h1{
    font-size: 2.08vw;
    margin-top: 1.56vw;
    padding-bottom: 2.08vw;
    margin-bottom: 2.08vw;
    position: relative;
    font-weight: 700;
    font-family: 'jalnan';
}
.section1 .text h1::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 7.81vw;
    height: 1px;
    background-color: #fff;
}
.section1 .text span{
    font-size: 1.04vw;
}
/* section1 */



/* section2 */
.section2{
    width: 85.93vw;
    height: 26.04vw;
    border-radius: 20px;
    overflow: hidden;
    margin: 5.20vw auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 5.20vw 7.81vw;
}
.section2 .bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}
.section2 .bg figure{
    width: 100%;
    height: 100%;
}
.section2 .bg figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section2 .up{
    position: relative;
    text-align: right;
}
.section2 .up h1{
    font-family: 'jalnan';
    font-size: 3.125vw;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1.04vw;
}
.section2 .up p{
    font-size: 1.04vw;
    color: rgba(255, 255, 255, 0.2);
    font-weight: 800;
    letter-spacing: 0.104vw;
}
.section2 .down{
    position: relative;
    display: flex;
    align-items: flex-end;
}
.section2 .down p{
    color: #fff;
    width: max-content;
    font-size: 1.56vw;
    letter-spacing: 0.15vw;
    line-height: 1.5;
}
/* section2 */


/* section3 */
.section3{
    padding: 5.20vw 0;
}
.section3 .machine_mySwiper{
    width: 100vw;
}
.section3 .machine_mySwiper .swiper-slide{
    border: 1px solid #153F91;
    width: 13.02vw;
    opacity: 1;
    cursor: pointer;
    border-radius: 20px;
    overflow: hidden;
}
.section3 .machine_mySwiper .swiper-slide figure{
    width: 100%;
    height: 20.83vw;
}
.section3 .machine_mySwiper .swiper-slide figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section3 .machine_mySwiper .swiper-slide span{
    width: 100%;
    background-color: #153F91;
    color: #fff;    
    height: 2.08vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.93vw;
}
.section3 .inner{
    width: 80%;
    margin: 100px auto;
}
.section3 .inner .box{
    width: 100%;
    display: flex;
    height: 24.06vw;
    margin-bottom: 2.60vw;
    align-items: center;
    position: relative;
}
.section3 .inner .box:nth-child(even) .text{
    text-align: right;
    order: -1;
}
.section3 .inner .box:nth-child(even) .text ul li{
    justify-content: flex-end;
}
.section3 .inner .box:nth-child(even) .text ul li span{
    order: -1;
}
.section3 .inner .box:nth-child(even) .text ul li figure{
    margin-right: 0;
    margin-left: 0.52vw;
}
.section3 .inner .box:last-child{
    margin-bottom: 0;
}
.section3 .inner .box > figure{
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 10px 1px #0000006e;
    position: relative;

}
.section3 .inner .box > figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section3 .inner .box .text{
    width: 50%;
    padding: 2.08vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section3 .inner .box .text h1{
    font-family: 'jalnan';
    font-size: 1.82vw;
    font-weight: 700;
    margin-bottom: 0.52vw;
}
.section3 .inner .box .text h1 span{
    font-size: 1.56vw;
    display: block;
    margin: 1vw 0;
    color: #45b2e9;
}
.section3 .inner .box .text p{
    font-size: 1.04vw;
    color: #474747;
    margin-bottom: 1.56vw;
}
.section3 .inner .box .text ul li{
    margin-bottom: 1.04vw;
    display: flex;
    font-size: 0.93vw;
}
.section3 .inner .box .text ul li span{
    word-break: keep-all;
}
.section3 .inner .box .text ul li figure{
    width: 1.04vw;
    height: 1.04vw;
    margin-right: 1.04vw;
}
.section3 .inner .box .text ul li figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section3 .inner .box .text ul li:last-child{
    margin-bottom: 0;
}
.section3 .inner .box .high{
    width: max-content;
    background-color: #fff;
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20%;
    padding: 1vw;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 0 10px 1px #00000063;
    animation: blink 1s infinite ease-in-out alternate;

}
.section3 .inner .box .high h1{
    font-family: 'jalnan';
    font-size: 1.82vw;
    margin-bottom: 1.04vw;
    color: #45b2e9;

}
.section3 .inner .box .high h1 span{
    font-size: 1.04vw;
    color: #153F91;
}
.section3 .inner .box .high p{
    font-size: 0.93vw;
    font-weight: 700;
    line-height: normal;
    color: #000;
}
@keyframes blink {
    0%{
        opacity: 0.3;
    }
    100%{
        opacity: 1;
    }
}
/* section3 */




/* 반응형 */
@media screen and (max-width:500px) {

    /* section1 */
    .section1{
        margin-top: 50px;
        height: 80vw;
    }
    .section1 .text p{
        font-size: 2.4vw;
        letter-spacing: 1.92vw;
    }
    .section1 .text h1{
        font-size: 6vw;
        margin-top: 3vw;
        padding-bottom: 4vw;
        margin-bottom: 4vw;
    }
    .section1 .text h1::after{
        width: 20vw;
    }
    .section1 .text span{
        font-size: 3.2vw;
    }
    /* section1 */


    /* section2 */
    .section2{
        width: calc(100% - 40px);
        height: max-content;
        padding: 100px 0;
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
        margin-top: 100px;
    }
    .section2 .up{
        order: -1;
        margin-bottom: 8vw;
        z-index: 1;
        text-align: center;
    }
    .section2 .up h1{
        font-size: 8vw;
        margin-bottom: 6vw;
    }
    .section2 .up p{
        font-size: 3.2vw;
        letter-spacing: 0.32vw;
    }


    .section2 .down p{
        text-align: center;
        font-size: 3.6vw;
        line-height: 2;
    }
    .section2 .down{
    }
    /* section2 */
    
    
    
    
    /* section3 */
    .section3 .machine_mySwiper .swiper-slide figure{
        height: 80vw;
    }
    .section3 .machine_mySwiper .swiper-slide span{
        height: 8vw;
        font-size: 3.6vw;
    }
    .section3 .inner{
        width: calc(100% - 40px);
    }
    .section3 .inner .box{
        flex-direction: column;
        height: max-content;
        margin-bottom: 20vw;
    }
    .section3 .inner .box > figure{
        width: 100%;
        margin-bottom: 6vw;
        height: 55.06vw;

    }
    .section3 .inner .box .text{
        width: 100%;
    }
    .section3 .inner .box .text h1{
        font-size: 7vw;
        margin-bottom: 2vw;
    }
    .section3 .inner .box .text p{
        font-size: 4vw;
        margin-bottom: 4vw;
    }
    .section3 .inner .box .text ul li{
        font-size: 3.6vw;
        margin-bottom: 4vw;
        line-height: normal;
    }
    .section3 .inner .box .text ul li figure{
        width: 4vw;
        height: 4vw;
        margin-right: 2vw;
    }
    .section3 .inner .box:nth-child(even) .text{
        order: 0;
        text-align: left;
    }
    .section3 .inner .box:nth-child(even) .text ul li{
        justify-content: flex-start;
    }
    .section3 .inner .box:nth-child(even) .text ul li span{
        order: 0;
    }
    .section3 .inner .box:nth-child(even) .text ul li figure{
        margin-left: 0;
        margin-right: 2vw;
    }
    .section3 .inner .box .high{
        padding: 5vw;
        top: -30%;
    }
    .section3 .inner .box .high h1{
        font-size: 4vw;
        margin-bottom: 2vw;
    }
    .section3 .inner .box .high h1 span{
        font-size: 3vw;
    }
    .section3 .inner .box .high p{
        font-size: 2.4vw;
    }
    /* section3 */
}   
/* 반응형 */