@charset "utf-8";
body, html{
    font-family: 'suit';
    font-size: 0.83vw;
    width: 100vw;
    overflow-x: clip;
    font-weight: 500;
    color: #000;
    line-height: normal;
}
body::-webkit-scrollbar{
    width: 10px;
}
body::-webkit-scrollbar-thumb{
    width: 10px;
    background-color: #000;
    border-radius: 10px;
}
#hd_login_msg{
    display: none;
}
figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}






/* main_visual */
.main_visual{
    width: 100vw;
    height: 50vw;
    position: relative;
}
.main_visual .bg{
    width: 100%;
    height: 100%;
}
.main_visual .bg video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main_visual .contact{
    display: none;
}
.main_visual .text{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 7.03125vw;
}

.main_visual .text h1{
    font-weight: 800;    color: #fff;
    font-size: 3.125vw;
    line-height: 1.33;
    margin-bottom: 1.56vw;
}
.main_visual .text >span{
    font-size: 1.56vw;
    color: #fff;
    font-weight: 600;    
}
.main_visual .text h1 span{
    color: #fff;
}
.main_visual .text p{
    font-size: 1.25vw;
    color: #fff;
    font-weight: 600;    line-height: 1.45;
}
.main_visual .scroll{
    position: absolute;
    bottom: 20%;
    left: 7.03125vw;
}
.main_visual .scroll span{
    position: relative;
    padding-left: 20px;
    letter-spacing: 0.1vw;
    color: #fff;
    font-size: 0.83vw;
    font-weight: 800;}
.main_visual .scroll span::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 5px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 2.5px;
}
.main_visual .scroll span::after{
    content: '';
    position: absolute;
    top: calc(50% - 15px);
    transform: translateY(-50%);
    left: 0;
    width: 5px;
    height: 5px;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    animation: dot 2s infinite linear alternate;
}
@keyframes dot {
    0%{
        top: calc(50% - 15px);
        transform: translateY(-50%);
        opacity: 1;
    }
    100%{
        top: calc(50% + 15px);
        opacity: 0;
    }
}
/* main_visual */



/* section01 */
.section01{
    width: 100vw;
    padding: 6.77vw 0 11.97vw;
    position: relative;
}
.section01 > h1{
    text-align: center;
    font-weight: 800;    
    font-size: 4.16vw;
}
.section01 > p{
    font-weight: 600;  
    color: #858585;  
    font-size: 1.30vw;
    margin: 1.56vw 0 4.16vw;
    text-align: center;
}
.section01 > p span{
    color: #000;
    font-weight: 800;
}
.section01 .inner{
    width: 79.94vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.section01 .inner .box{
    width: 19.79vw;
    height: 35.41vw;
    overflow: hidden;
    transition: 0.5s;
    cursor: pointer;
}

.section01 .inner .box:nth-child(1){
    border-radius: 4.16vw 0 0 0;
}
.section01 .inner .box .cont{
    width: 100%;
    height: 100%;
    background-size: 79.94vw 100%;
    transition: 0.5s;
}

.section01 .inner .box.on .text{
    display: none;
}
.section01 .inner .box.on1 .text{
    display: none;
}
.section01 .inner .box.on2 .text{
    display: none;
}
.section01 .inner .box.on3 .text{
    display: none;
}

.section01 .inner .box:nth-child(1) .cont{
    background-image: url('/img/sec01_img01.png');

}
.section01 .inner .box:nth-child(1).on1 .cont{
    background-image: url('/img/sec01_img02.png');
}
.section01 .inner .box:nth-child(1).on2 .cont{
    background-image: url('/img/sec01_img03.png');
}
.section01 .inner .box:nth-child(1).on3 .cont{
    background-image: url('/img/sec01_img04.png');
}
.section01 .inner .box:nth-child(2) .cont{
    background-image: url('/img/sec01_img02.png');
    background-position: -20vw;
}
.section01 .inner .box:nth-child(3).on1 .cont{
    background-image: url('/img/sec01_img02.png');
    background-position: -40vw;
}
.section01 .inner .box:nth-child(4).on1 .cont{
    background-image: url('/img/sec01_img02.png');
    background-position: -60vw;

}
.section01 .inner .box:nth-child(4).on2 .cont{
    background-image: url('/img/sec01_img03.png');
    background-position: -60vw;

}

.section01 .inner .box.on:nth-child(2) .cont{
    background-image: url('/img/sec01_img01.png');
    background-position: -20vw;

}
.section01 .inner .box.on2:nth-child(2) .cont{
    background-image: url('/img/sec01_img03.png');
    background-position: -20vw;

}
.section01 .inner .box.on3:nth-child(2) .cont{
    background-image: url('/img/sec01_img04.png');
    background-position: -20vw;

}
.section01 .inner .box.on:nth-child(3) .cont{
    background-image: url('/img/sec01_img01.png');
    background-position: -40vw;

}
.section01 .inner .box.on3:nth-child(3) .cont{
    background-image: url('/img/sec01_img04.png');
    background-position: -40vw;

}
.section01 .inner .box.on:nth-child(4) .cont{
    background-image: url('/img/sec01_img01.png');
    background-position: -60vw;

}
.section01 .inner .box:nth-child(3) .cont{
    background-image: url('/img/sec01_img03.png');
    background-position: -40vw;

}
.section01 .inner .box:nth-child(4) .cont{
    background-image: url('/img/sec01_img04.png');
    background-position: -60vw;

}
.section01 .inner .box:nth-child(2){
    transform: translateY(5.20vw);
}
.section01 .inner .box:nth-child(2).on{
    transform: translateY(0);
}
.section01 .inner .box:nth-child(2).on2{
    transform: translateY(0);
}
.section01 .inner .box:nth-child(2).on3{
    transform: translateY(0);
}
.section01 .inner .box:nth-child(2):hover{
    transform: translateY(0);
}

.section01 .inner .box:nth-child(4){
    transform: translateY(5.20vw);
    border-radius: 0 0 4.16vw 0;
}
.section01 .inner .box:nth-child(4):hover{
    transform: translateY(0);
}
.section01 .inner .box:nth-child(4).on{
    transform: translateY(0);
}
.section01 .inner .box:nth-child(4).on1{
    transform: translateY(0);
}
.section01 .inner .box:nth-child(4).on2{
    transform: translateY(0);
}
.section01 .inner .box .cont{
    width: 100%;
    height: 100%;
    position: relative;
}
.section01 .inner .box .cont .text{
    position: absolute;
    bottom: 3.125vw;
    left: 2.60vw;
    z-index: 2;
}
.section01 .inner .box .cont .text h1{
    font-weight: 900;    
    color: #fff;
    font-size: 2.60vw;
    margin-bottom: 1.04vw;
}
.section01 .inner .box .cont .text p{
    font-weight: 600;
    color: #fff;
}
/* section01 */


/* section02 */
.section02{
    width: 100%;
    height: auto;
    padding: 8.33vw 0;
}
.section02 .inner{
    width: 85.9375vw;
    height: 42.96875vw;
    margin: 0 auto;
    position: relative;
}
.section02 .inner .left{
    width: 100%;
    height: 100%;
}
.section02 .inner .left .sec02_mySwiper2{
    width: 100%;
    height: 100%;
    position: relative;
}
.section02 .inner .left .sec02_mySwiper2 .swiper-wrapper{
    width: 100%;
    height: 100%;
}
.section02 .inner .left .sec02_mySwiper2 .swiper-wrapper .swiper-slide{
    width: 100% !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0 !important;
    cursor: pointer;
}
.section02 .inner .left .sec02_mySwiper2 .swiper-wrapper .swiper-slide.swiper-slide-visible{
    opacity: 1 !important;
}
.section02 .inner .left .sec02_mySwiper2 .swiper-wrapper .swiper-slide > img{
    width: 42.96875vw;
    height: 100%;
    border-radius: 2.60vw;
}
.section02 .inner .left .sec02_mySwiper2 .swiper-wrapper .swiper-slide .text{
    width: 39.45vw;
    order: -1;
}
.section02 .inner .left .sec02_mySwiper2 .swiper-wrapper .swiper-slide .text > span:nth-child(1){
    font-size: 4.16vw;
    font-weight: 600;
    display: block;
}
.section02 .inner .left .sec02_mySwiper2 .swiper-wrapper .swiper-slide .text > span:nth-child(2){
    font-size: 1.56vw;
    font-weight: 600;
    color: #0123B4;
    margin: 2.60vw 0 1.56vw;
    display: block;
}
.section02 .inner .left .sec02_mySwiper2 .swiper-wrapper .swiper-slide .text h1{
    font-size: 3.125vw;
    font-weight: 900;
    margin-bottom: 2.60vw;
}
.section02 .inner .left .sec02_mySwiper2 .swiper-wrapper .swiper-slide .text p{
    font-size: 1.56vw;
    font-weight: 500;
}
.section02 .inner .left .sec02_mySwiper2 .swiper-wrapper .swiper-slide .text a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2.60vw;
    width: 14.58vw;
    height: 4.16vw;
    border-radius: 2.08vw;
    background: #fff;
    color: #0123B4;
    border: 2px solid #0123B4;
    margin-top: 2.60vw;
}
.section02 .inner .left .sec02_mySwiper2 .swiper-wrapper .swiper-slide .text a figure{
    width: 1.56vw;
    height: 1.56vw;
    transition: 0.5s;
}
.section02 .inner .left .sec02_mySwiper2 .swiper-wrapper .swiper-slide .text a:hover figure{
    transform: translateX(1vw);
}

.section02 .inner .left .sec02_mySwiper2 .swiper-wrapper .swiper-slide .text a span{
    font-size: 1.04vw;
    font-weight: 700;
}
.section02 .inner .left .sec02_mySwiper2 .info{
    position: absolute;
    bottom: 10.41vw;
    left: 41.70vw;
    display: flex;
    align-items: center;
    z-index: 5;
}
.section02 .inner .left .sec02_mySwiper2 .info .swiper_btn{
    margin-right: 2.60vw;
    display: flex;
}
.section02 .inner .left .sec02_mySwiper2 .swiper-button-next:after, .section02 .inner .left .sec02_mySwiper2 .swiper-rtl .swiper-button-prev:after{
    content: "none";
}
.section02 .inner .left .sec02_mySwiper2 .swiper-button-prev:after, .section02 .inner .left .sec02_mySwiper2 .swiper-rtl .swiper-button-next:after{
    content: "none";
}
.section02 .inner .left .sec02_mySwiper2 .swiper-button-next, .section02 .inner .left .sec02_mySwiper2 .swiper-button-prev{
    position: static;
    width: 4.16vw;
    height: 4.16vw;
    border-radius: 50%;
    background: #fff;
    color: #0067ED;
    font-size: 1.30vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    margin-top: 0;
}
.section02 .inner .left .sec02_mySwiper2 .swiper-button-prev{
    margin-right: 1.04vw;
}
.section02 .inner .left .sec02_mySwiper2 .swiper-pagination{
    position: static;
    font-weight: 600;
    font-size: 1.04vw;
}
.section02 .inner .left .sec02_mySwiper2 .swiper-pagination .swiper-pagination-total{
    opacity: 0.7;
}
.section02 .inner .right{
    display: none;
    position: absolute;
    right: 0;
    bottom: 1.56vw;
    width: 36.45vw;
    
}
.section02 .inner .right .sec02_mySwiper{
    width: 100%;
    height: 100%;
}
.section02 .inner .right .sec02_mySwiper .swiper-wrapper{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.section02 .inner .right .sec02_mySwiper .swiper-wrapper .swiper-slide{
    width: 6.25vw !important;
    height: 6.25vw;
    border-radius: 1.56vw;
    overflow: hidden;
    cursor: pointer;
}

.section02 .inner .right .sec02_mySwiper .swiper-wrapper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* section02 */



/* section03 */
.section03{
    width: 85.9375vw;
    height: 50vw;
    margin: 0 auto;
    margin-bottom: 6.77vw;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 5.20vw;
}
.section03 .bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 2.60vw;
    overflow: hidden;
    z-index: -1;
}
.section03 .cont .text span{
    font-size: 1.04vw;
    color: #9AFF6B;
    font-weight: 600;
}
.section03 .cont .text h1{
    font-size: 3.125vw;
    color: #fff;
    font-weight: 900;
}
.section03 .cont .text p{
    color: #fff;
    font-weight: 600;
    margin: 1.56vw 0 4.16vw;
}
.section03 .cont ul{
    display: flex;
}
.section03 .cont ul li{
    width: 10.41vw;
    height: 10.41vw;
    border-radius: 50%;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.30vw;
    font-weight: 700;
    color: #fff;
}
.section03 .cont ul li:nth-child(n+2){
    transform: translateX(-2.08vw);
}
/* section03 */




/* section04 */
.section04{
    width: 85.9375vw;
    margin: 0 auto;
    margin-bottom: 6.77vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section04 .left h1{
    font-size: 4.16vw;
    font-weight: 900;
    margin-bottom: 1.56vw
}
.section04 .left p{
    font-size: 1.30vw;
    font-weight: 500;
    color: #858585;
}
.section04 ul{
    width: 52.08vw;
    display: flex;
    flex-wrap: wrap;
}
.section04 ul li{
    margin-bottom: 1.04vw;
    margin-right: 4.16vw;
}
.section04 ul li a{
    display: block;
    width: 14.58vw;
    height: 4.16vw;
}
.section04 ul li a figure{
    width: 100%;
    height: 100%;
}
.section04 ul li:nth-child(3n){
    margin-right: 0;
}
.section04 ul li:nth-child(n+10){
    margin-bottom: 0;
}
/* section04 */


/* 모바일 */
@media screen and (max-width:500px) {


    /* main_visual */
    .main_visual{
        width: 100%;
        height: 100vh;
    }
    .main_visual .text{
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        width: max-content;
    }
    .main_visual .text h1{
        font-size: 9vw;
        line-height: 1.33;
        margin-bottom: 4vw;
    }
    .main_visual .text h1 span{
        color: #fff;
    }
    .main_visual .text p{
        font-size: 4vw;
        line-height: 1.75;
    }
    .main_visual .scroll{
        left: 50%;
        transform: translateX(-50%);
    }
    .main_visual .scroll span{
        padding: 0;
        font-size: 2vw;
    }
    .main_visual .scroll span::before{
        top:5vw;
        height: 6vw;
        left: 50%;
        transform: translateX(-50%);
    }
    .main_visual .scroll span::after{
        left: 50%;
        top: 5vw;
        transform: translateX(-50%);
        animation: dot2 2s infinite linear alternate;
    }
    @keyframes dot2 {
        0%{
            top: calc(5vw);
            opacity: 1;
        }
        100%{
            top: calc(5vw + 30px);
            opacity: 0;
        }
    }
    .main_visual .bg figure{
        width: 100%;
        height: 100%;
    }
    /* main_visual */


    /* section01 */
    .section01{
        padding: 26vw 0;
    }
    .section01 > h1{
        font-size: 9vw;
        line-height: 1.55;

    }
    .section01 > p{
        font-size: 5vw;
        line-height: 1.6;
        margin: 4vw 0 16vw;
    }
    .section01 .bg{
        top: 40vw;
        width: 100%;
        height: 166vw;
    }
    .section01 .inner{
        width: calc(100% - 40px);
        flex-wrap: wrap
    }
    .section01 .inner .box{
        width: 44vw;
        height: 90vw;
        border-radius: 6vw !important;
        margin-bottom: 10vw;
    }
    .section01 .inner .box .cont{
        background-size: cover;
    }
    .section01 .inner .box:nth-child(1){
        transform: translateY(0);
    }
    .section01 .inner .box:nth-child(2){
        transform: translateY(45vw);
    }
    .section01 .inner .box:nth-child(2):hover{
        transform: translateY(45vw);
    }
    .section01 .inner .box:nth-child(3):hover{
        transform: translateY(0);
    }
    .section01 .inner .box:nth-child(4){
        transform: translateY(45vw);
    }
    .section01 .inner .box:nth-child(4):hover{
        transform: translateY(45vw);
    }
    .section01 .inner .box:nth-child(5){
        transform: translateY(0);
    }
    .section01 .inner .box .cont .text{
        padding-top: 8vw;
    }
    .section01 .inner .box .cont .text h1{
        font-size: 4.5vw;
        margin-bottom: 5vw;
    }
    .section01 .inner .box .cont .text p{
        display: none;
    }
    .section01 .inner .box .cont .text ul li{
        word-break: keep-all;
        font-size: 3.2vw;
        margin-bottom: 3vw;
        line-height: 1.5;
    }
    /* section01 */



    /* section02 */
    .section02{
        padding: 26vw 0;
        display: block;
    }
    .section02 .inner {
        width: calc(100% - 40px);
        height: auto;
    }
    .section02 .inner .left .sec02_mySwiper2 .swiper-wrapper .swiper-slide{
        flex-direction: column;
    }
    .section02 .inner .left .sec02_mySwiper2 .swiper-wrapper .swiper-slide .text{
        order: 0;
    }
    .section02 .inner .left .sec02_mySwiper2 .swiper-wrapper .swiper-slide > img{
        width: 100%;
        height: auto;
        border-radius: 6vw;
        margin-bottom: 10vw;
    }
    .section02 .inner .left .sec02_mySwiper2 .swiper-wrapper .swiper-slide .text{
        width: 100%;
    }
    .section02 .inner .left .sec02_mySwiper2 .swiper-wrapper .swiper-slide .text > span:nth-child(1) {
        font-size: 6vw;
    }
    .section02 .inner .left .sec02_mySwiper2 .swiper-wrapper .swiper-slide .text > span:nth-child(2) {
        font-size: 4vw;
        margin: 5vw 0 3vw;
    }
    .section02 .inner .left .sec02_mySwiper2 .swiper-wrapper .swiper-slide .text h1 {
        font-size: 7vw;
        margin-bottom: 3vw;
    }
    .section02 .inner .left .sec02_mySwiper2 .swiper-wrapper .swiper-slide .text p {
        font-size: 3vw;
    }
    .section02 .inner .left .sec02_mySwiper2 .swiper-wrapper .swiper-slide .text a {
        padding: 0 5vw;
        width: 30vw;
        height: 6vw;
        border-radius: 5vw;
        margin-top: 5vw;
    }
    .section02 .inner .left .sec02_mySwiper2 .swiper-wrapper .swiper-slide .text a span {
        font-size: 3vw;
    }
    .section02 .inner .left .sec02_mySwiper2 .swiper-wrapper .swiper-slide .text a figure {
        width: 3vw;
        height: 2vw;
    }
    /* section02 */



    /* section03 */
    .section03 {
        padding: 26vw 0;
        width: calc(100% - 40px);
        height: calc(100vw - 40px);
        padding-left: 20px;
    }
    .section03 .bg{
        border-radius: 6vw;
    }
    .section03 .bg figure{
        width: 100%;
        height: 100%;
    }
    .section03 .cont .text span {
        font-size: 4vw;
    }
    .section03 .cont .text h1 {
        font-size: 8vw;
    }
    .section03 .cont .text p {
        margin: 3vw 0 6vw;
        font-size: 3vw;
        word-break: keep-all;
    }
    .section03 .cont .text p br{
        display: none;
    }
    .section03 .cont ul li {
        width: 40vw;
        height: 40vw;
        font-size: 5vw;
        font-weight: 900;
    }

    /* section03 */



    /* section04 */
    .section04 {
        padding: 26vw 0;
        width: calc(100% - 40px);
        margin-bottom: 0;
        flex-direction: column;
    }
    .section04 .left h1 {
        font-size: 8vw;
        margin-bottom: 4vw;
        text-align: center;
    }
    .section04 .left p {
        font-size: 4vw;
        margin-bottom: 16vw;
        text-align: center;
        line-height: 1.6;
    }
    .section04 ul{
        width: 100%;
    }
    .section04 ul li a {
        width: 28vw;
        height: 8vw;
    }
    .section04 ul li {
        margin-bottom: 4vw;
        margin-right: 2.5vw;
    }
    /* section04 */




}
/* 모바일 */