*{
    margin:0;
    padding:0;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;200;300;400;500;600;700;800;900&display=swap');


li{
    list-style: none;
}

a{
    color:#222;
    text-decoration: none;
}

html{
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    font-family: 'Noto Sans KR', sans-serif;
    scroll-behavior: smooth;
    color:#222;
}

::-webkit-scrollbar {
    display: none;
}


h2{
    color:#14A663;
    font-size: 3.5rem;
}

p{
    font-size: 1.5rem;
}

span{
    color:#14A663;
}



.wrap{
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: auto;
    scroll-snap-type: y mandatory;
}

.main{
    scroll-snap-align: center;
    width: 100%;
    height: 100vh;
}

.section{
    scroll-snap-align: center;
    width: 100%;
    height: 100vh;
}

section{
    position: relative;
    width:80%;
    margin:0 auto;
}


/* ----------------header---------------- */



header{
    position: fixed;
    width:100%;
    right:0;
    height:80px;
    z-index:999;
}

header ul{
    position: absolute;
    display: flex;
    align-items: center;
    right: 0;
    width:600px;
    height:100%;
}

header ul li{
    width:33%;
    text-align: center;
}

header h6{
    color:#fff;
    font-size: 2rem;
}




/* ----------------banner---------------- */



.main{
    background-image: url('../img/main_banner.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.main h1{
    position: absolute;
    width:100%;
    text-align: center;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    color:#fff;
    font-size:5rem;
}

.main img{
    position: absolute;
    left:50%;
    bottom:6%;
    transform: translateX(-50%);
}




/* ----------------section01---------------- */



.section01_wrap{
    background: #F7F7F7;
}


.section01_wrap section{
    display: flex;
    align-items: center;
    height:100%;
}

.section01_content{
    position: relative;
    width:50%;
}

.section01_img img{
    position: absolute;
}

.section01_img img:first-child{
    top:-470px;
    right:0;
    width:250px;
    animation: section01_textimg 15s linear infinite;
    transform-origin: 50% 50%;
}

.section01_img img:last-child{
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

@keyframes section01_textimg{
    100% {
        transform: rotate(360deg);
    }
}


.section01_content h2{
    margin-bottom:4%;
}



/* ----------------section02---------------- */


.section02_wrap{
    position: relative;
    width:80%;
    margin:0 auto;
    height:100vh;
    overflow: scroll;
}

.section02_wrap h2{
    padding-top:7%;
}

.section02_content_Wrap{
    position: relative;
    height:280%;
}

.section02_content_Wrap ul{
    width:100%;
    height:100%;
    margin-top:4%;
}

.section02_content_Wrap ul li{
    position: sticky;
    display: flex;
    box-sizing:content-box;
    width:98%;
    height:20%;
    background: #EDF9F3;
    border-radius: 40px;
    box-shadow: 10px 10px 30px #e7e7e7;
    margin-top:5%;
}

.section02_content_text_wrap, .section02_content_img_wrap{
    position: relative;
    width:50%;
}

.section02_content_text{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left:15%;
}


.section02_content_text img{
    width:10%;
}


.section02_content_Wrap ul li h3{
    font-size: 2.3rem;
    margin-top:4%;
    margin-bottom:4%;
}


.section02_content_img_wrap h4{
    position: absolute;
    top:5%;
    right:5%;
    font-size: 1.2rem;
    color:#14A663;
}

.section02_content_img_wrap img{
    position: absolute;
    width:90%;
    right:0;
    bottom:0;
}




.section02_content_Wrap ul li:first-child{
    top:5%;
}


.section02_content_Wrap ul li:nth-child(2){
    top:12%;
}

.section02_content_Wrap ul li:nth-child(3){
    top:19%;
}

.section02_content_Wrap ul li:nth-child(4){
    top:26%;
}





/* ----------------section03---------------- */


.section03_wrap{
    width:100%;
    height:100%;
    background-image: url('../img/main_section03_img.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section03_content{
    display: flex;
    width:100%;
    height:90%;
}

.section03_wrap section{
    width:100%;
    height:100%;
}


.section03_content_text_wrap::after{
    display: block;
    content: "";
    position: absolute;
    right:0;
    width:1px;
    height:100%;
    background-color: #fff;
}

.section03_content_direct span:nth-child(2){
    display: block;
    content: "";
    position: absolute;
    left:0;
    width:200%;
    height:1px;
    background-color: #fff;
}





.section03_content_text_wrap, .section03_content_direct{
    position: relative;
}


.section03_content_text_wrap{
    width:60%;
}


.section03_content_direct{
    width:40%;
}

.section03_content_text{
    position: absolute;
    top:50%;
    left:20%;
    transform: translateY(-50%);
}


.section03_wrap h2,.section03_wrap p,.section03_wrap h3{
    color:#fff;
}

.section03_wrap h2{
    margin-bottom:4%;
}





.section03_content_direct a{
    display: block;
    position: relative;
    height:50%;
    text-align: center;
}

.section03_content_direct a div{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

.section03_content_direct a h3{
    font-size: 2.5rem;
    margin-bottom:8%;
}






/* ----------------footer---------------- */


footer{
    position: relative;
    width:100%;
    height:10%;
    background: #fff;
}

.footer_wrap{
    width:90%;
    height:100%;
    margin:0 auto;
    display: flex;
    align-items: center;
}

.footer_img{
    width:15%;
}


footer p{
    font-size: 1.3rem;
    margin-left:3%;
}

.section03_wrap footer p{
    color:#222;
}


footer p:first-child{
    margin-left:0;
}













/* ----------------1024---------------- */



@media (max-width:1500px) and (min-width:1024px){

    section{
        width:90%;
    }


    h2{
        font-size: 2rem;
    }

    p{
        font-size: 1rem;
    }


    /* ----------------header---------------- */

    header ul{
        width:450px;
    }
    
    header h6{
        font-size: 1.4rem;
    }



    /* ----------------banner---------------- */



    .main h1{
        font-size: 4rem;
    }


    /* ----------------section01---------------- */


    .section01_img img:first-child{
        top:-260px;
        width:150px;
    }


    .section01_img img:last-child{
        width:80%;
    }



    /* ----------------section02---------------- */

    .section02_content_Wrap{
        height:240%;
    }

    .section02_content_Wrap ul li{
        border-radius: 20px;
        box-shadow: 5px 5px 15px #e7e7e7;
    }


    .section02_content_img_wrap h4{
        font-size: 0.8rem;
    }

    .section02_content_text img{
        width:8%;
    }

    .section02_content_Wrap ul li h3{
        font-size: 1.5rem;
        margin-top: 2%;
        margin-bottom:2%;
    }

    .section02_content_text{
        left:10%;
    }



    /* ----------------section03---------------- */


    .section03_content_direct a h3{
        font-size: 1.5rem;
    }


    .section03_content_direct img{
        width:20%;
    }




    /* ----------------footer---------------- */


    .footer_img{
        width:20%;
    }

    .footer_img img{
        width:100%;
    }

    footer p{
        font-size: 0.75rem;
    }

}






/* ----------------500---------------- */



@media (max-width:1023px) and (min-width:500px){

    section{
        width:90%;
    }


    h2{
        font-size: 3rem;
    }

    p{
        font-size: 1.2rem;
    }


    /* ----------------header---------------- */


    header ul{
        width:400px;
    }
    
    header h6{
        font-size: 1.2rem;
    }



    /* ----------------banner---------------- */



    .main h1{
        font-size: 2.5rem;
    }

    .main img{
        width:3%;
    }


    /* ----------------section01---------------- */

    .section01_wrap section{
        display: block;
    }


    .section01_content{
        position: static;
        width:100%;
        margin-top:3%;
    }
    .section01_img img:first-child{
        top:4%;
        left:50%;
        width:150px;
        position: absolute;
    }


    .section01_img img:last-child{
        position: static;
        width:60%;
        margin-top:10%;
        transform: translate(0,0);
    }

    .section01_content h2{
        margin-bottom:3%;
    }



    /* ----------------section02---------------- */

    .section02_wrap{
        width:90%;
    }

    .section02_content_Wrap{
        height:280%;
    }

    .section02_content_Wrap ul li{
        display: block;
        height: 20%;
        border-radius: 20px;
        box-shadow: 5px 5px 15px #e7e7e7;
    }

    .section02_content_text_wrap, .section02_content_img_wrap{
        position: static;
    }

    .section02_content_img_wrap img{
        width:70%;
        top:5%;
        left:8%;
        right: auto;
        bottom: auto;
    }

    .section02_content_img_wrap h4{
        font-size: 0.8rem;
    }

    .section02_content_text img{
        display: none;
    }

    .section02_content_Wrap ul li h3{
        font-size: 1.5rem;
        margin-top: 2%;
        margin-bottom:2%;
    }

    .section02_content_text{
        left:8%;
        top:auto;
        bottom:8%;
        transform: translateY(0);
    }



    /* ----------------section03---------------- */

    .section03_content_text{
        left:10%;
    }

    
    .section03_content_text p{
        font-size: 1rem;
    }


    .section03_content_direct a h3{
        font-size: 1.4rem;
    }


    .section03_content_direct img{
        width:20%;
    }


    .section03_wrap h2{
        font-size: 2rem;
    }



    /* ----------------footer---------------- */


    .footer_img{
        width:15%;
    }

    .footer_img img{
        width:100%;
    }

    footer p{
        font-size: 0.6rem;
    }

}









/* ----------------mb---------------- */



@media (max-width:499px){

    section{
        width:95%;
    }


    h2{
        font-size: 2.5rem;
    }

    p{
        font-size: 0.9rem;
    }


    /* ----------------header---------------- */


    header ul{
        width:100%;
    }

    header ul li{
        width: 33.33%;
    }
    
    header h6{
        font-size: 1.2rem;
    }



    /* ----------------banner---------------- */



    .main h1{
        font-size: 2.5rem;
    }

    .main img{
        width:3%;
    }


    /* ----------------section01---------------- */

    .section01_wrap{
        position: relative;
    }


    .section01_wrap section{
        display: block;
        position: absolute;
        top:50%;
        left:50%;
        transform: translate(-50%,-50%);
        height: auto;
    }


    .section01_img img:first-child{
        top:auto;
        right:0%;
        bottom:28%;
        width:130px;
        position: absolute;
    }


    .section01_img img:last-child{
        position: static;
        width:85%;
        margin-top:0;
        transform: translate(0,0);
    }

    
    .section01_content{
        position: static;
        width:100%;
        margin-top:3%;
    }

    .section01_content h2{
        margin-bottom:3%;
    }



    /* ----------------section02---------------- */


    .section02_wrap h2{
        padding-top:0;
        margin-top:12%;
        text-align: center;
    }


    .section02_wrap{
        width:95%;
    }

    .section02_content_Wrap{
        height:250%;
    }

    .section02_content_Wrap ul li{
        display: block;
        height: 20%;
        border-radius: 20px;
        box-shadow: 2px 2px 8px #e7e7e7;
    }

    .section02_content_text_wrap, .section02_content_img_wrap{
        position: static;
    }

    .section02_content_img_wrap img{
        width:95%;
        top:10%;
        left:50%;
        transform: translateX(-50%);
        right: auto;
        bottom: auto;
    }

    .section02_content_img_wrap h4{
        font-size: 0.8rem;
    }

    .section02_content_text img{
        display: none;
    }

    .section02_content_Wrap ul li h3{
        font-size: 1.5rem;
        margin-top: 2%;
        margin-bottom:2%;
    }

    .section02_content_text{
        left:5%;
        top:auto;
        bottom:5%;
        transform: translateY(0);
    }



    /* ----------------section03---------------- */

    .section03_content{
        display: block;
        height:80%;
    }

    .section03_content_direct{
        position: relative;
        display: flex;
        width:100%;
        height:20%;
    }

    .section03_content_text_wrap{
        position: relative;
        width:100%;
        height:80%;
    }

    .section03_content_text{
        top:60%;
        left: 5%;
    }

    
    .section03_content_text p{
        font-size: 0.9rem;
    }


    .section03_content_direct a{
        width:50%;
        height:100%;
    }

    .section03_content_direct a div{
        width:100%;
    }


    .section03_content_direct a h3{
        font-size: 1.2rem;
    }


    .section03_content_direct img{
        width:20%;
    }


    .section03_wrap h2{
        font-size: 2rem;
    }

    .section03_content_text_wrap::after{
        bottom:0;
        left: 0;
        width: 200%;
        height: 1px;
        background-color: #fff;
    }


    .section03_content_direct span:nth-child(2){
        left:50%;
        width:1px;
        height:100%;
    }



    /* ----------------footer---------------- */


    footer{
        height:20%;
    }

    .footer_wrap{
        display: block;
        height:auto;
        position: absolute;
        top:50%;
        left:50%;
        transform: translate(-50%,-50%);
    }


    .footer_img{
        width:40%;
    }

    .footer_img img{
        width:100%;
    }

    footer p{
        margin-left:0;
        margin-top:5px;
        font-size: 0.8rem;
    }

}