@charset "utf-8";

/* 내용관리 */
/* #ctt {margin:0px 0;padding:0px;border:0px solid #e9e9e9}
.ctt_admin {text-align:right;margin-top:90px;}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:0px 0}
.ctt_img {text-align:center} */

/* 네비게이션 */
/* .on_entry{
    position: fixed !important;
    top:127px !important;
} */
.bd_bt{
    border-bottom: 1px solid #ddd;
}
/* 공통 */
#header{
    /* border-bottom: 1px solid #ddd; */
}
.title_text_con{
    display: none !important;
}
.sub_container{
    padding:0 !important;
    background: none;
}
.sub_color{
    color: #a7eb5f !important;
}

p,span,h1,button{font-family: 'NanumSquare', sans-serif !important;}

.m_bt10{
    margin-bottom: 10px;
}
/* .entry_top_title{
    display: none !important;
} */

.entry_sub_title{
    display: none !important;
}

/* 배너 */
.entry_top_title{
    width: 100% !important;
    height: 100vh !important;
    background-image: url(./img/banner_back_img.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center;
    position: relative;
}
.black_bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 25;
}
.dot_pattern{
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(./img/banner_dot_pattern.png);
    width: 100%;
    height: 100%;
    z-index: 50;
}
.text_container{
    z-index: 200;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-align: center;
}
.text_container .sub_title{
    font-size: 24px;
    margin-bottom: 10px;
}
.text_container .sub_val{
    font-size: 17px;
    margin-top: 20px;
}
.text_container h1{
    font-size: 60px;
}

/* 섹션 01 */

.section01{
    position: relative;
    width: 100%;
    height: 500px;
    background-image: url(./img/back_img_sec01.png);
    background-size: cover;
    background-position: center;
}
.gradation_bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    background-image: url(./img/sec_back_gra.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.text_con_sec01{
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: auto;
    /* background-color: blue; */
    z-index: 250;
    height: 100%;
    color: #fff;
}

.text_wrap_rf{
    position: relative;
    float: right;
    width: 50%;
    height: 100%;
    /* background-color: red; */
}
.text_wrap_rf .text_content{
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translate(0,-50%);
    opacity: 0;
    animation-timing-function: linear;
}

.text_wrap_rf .text_content h1{
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.2em;
}
.text_wrap_rf .text_content p{
    line-height: 1.4em;
        font-size: 18px;
}


/* 섹션02 */

.section02{
    width: 100%;
    max-width: 1280px;
    overflow: hidden;
    margin: 65px auto 65px;

}
.info_list_container{
    width: 100%;
    position: relative;
}
.info_list_wrap{
    width: 33.333%;
    float: left;
    text-align: center;
    position: relative;
    bottom: 30px;
    opacity: 0;
    animation-timing-function: linear;
}

.info_icon{
    width: 40px;
    height: 40px;
    margin: auto;
}
.info_icon img{
    width: 100%;
}

.info_list_wrap h1{
    font-size: 26px;
    font-weight: 600;
    color: #4e4e4e;
    margin: 10px auto 25px;
}

.info_list_wrap p{
    font-size: 17px;
    color: #4e4e4e;
    line-height: 1.3em;
}

.info_imgs img{
    width: 75%;
}
.sub_deco{
    width: 40px;
    height: 1px;
    background-color: #67c31d;
    margin:20px auto;

}
/* .info_text01{background-image: url(./img/sanup_img.png);}
.info_text02{background-image: url(./img/home_img.png);}
.info_text03{background-image: url(./img/bus_img.png);} */


/* 섹션03 */
.section03{
    width: 100%;
    text-align: center;
    /* overflow: hidden; */
    background-color: #ddd;
    background-image: url(./img/section_bg03.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px;
    color: #fff;
}
.section03 .container_sec03{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: inline-block;
}
.section03 .title_text{
    margin: auto;
}
.section03 .title_text h1{
    font-size: 28px;
    line-height: 1.25em;
}
.section03 .title_text p{
    font-size: 16px;
    line-height: 1.3em;
    margin-top: 12px;
    opacity: 0.9;
    font-weight: 100;
    margin-bottom: 40px;
}

.sense_container{
    width: 100%;
    position: relative;
    bottom: 30px;
    opacity: 0;
}
.sense_container .sense_wrap{
    float: left;
    width: 33.333%;
    text-align: center;
}
.sense_container .sense_wrap img{
    width: 60%;
}
.sense_container .sense_wrap h1{
    font-size: 26px;
    margin-top: 20px;
    font-weight: 500;
}
.sense_container .sense_wrap p{
    font-size: 17px;
    line-height: 1.3em;
    font-weight: 100;
}
.sense_container .sense_wrap .sub_deco{
    margin: 15px auto;
    width: 25px;
}


/* 섹션04 */
.section04{
    width: 100%;
    padding: 50px;
    overflow: hidden;
}
.section04 .container_sec04 .title_text{
    text-align: center;
}
.section04 .container_sec04 .title_text h1{
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 600;
}
.section04 .container_sec04 .title_text p{
    line-height: 1.3em;
    margin-bottom: 10px;
}
.section04 .container_sec04 .title_text .sub_deco{
    margin: 15px auto;
}

.gell_container{
    width: 100%;
    max-width: 1280px;
    margin: auto;
}

.gell_container .gell_list{
    float: left;
    width: 33.333%;
    display: flex;
}
.gell_container .gell_list img{
    width: 100%;
    padding: 10px;
}
/* 섹션05 */

.section05{
    width: 100%;
    padding: 0 50px;
    overflow: hidden;
}
.section05 .container_sec05 .title_text{
    text-align: center;
}
.section05 .container_sec05 .title_text h1{
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 600;
}
.section05 .container_sec05 .title_text p{
    line-height: 1.3em;
    margin-bottom: 10px;
}
.section05 .container_sec05 .title_text .sub_deco{
    margin: 15px auto;
}
.sec_main_container05{
    width: 100%;
    max-width: 1280px;
    margin: auto;
    overflow: hidden;
    position: relative;
    bottom: 30px;
    opacity: 0;
}
.sec_main_container05 p{
    font-size: 17px;
}
.sec_main_container05 .sec_con_lt{
    float: left;
    width: 50%;
    text-align: center;
}
.sec_main_container05 .sec_con_rt{
    float: right;
    width: 50%;
    text-align: center;
}
.sec_main_container05 img{
    width: 100%;
    padding: 20px;
}
.sec_con_text .squ_deco{
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #67c31d;
    vertical-align: middle;
    margin-right: 5px;
}
.sec_con_text p{
    display: inline-block;
}
/* 섹션06 */
.section06{
    width: 100%;
    padding: 50px 50px;
    overflow: hidden;
    text-align: center;
}
.section06 .container_sec06 .title_text{
    text-align: center;
}
.section06 .container_sec06 .title_text h1{
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 600;
}
.section06 .container_sec06 .title_text p{
    line-height: 1.3em;
    margin-bottom: 10px;
}
.section06 .container_sec06 .title_text .sub_deco{
    margin: 15px auto;
}
.section06 .sec_main_container06{
    width: 100%;
    max-width: 1280px;
    margin: auto;
    opacity: 0;
    position: relative;
    bottom: 30px;
}
.section06 .sec_main_container06 img{
    width: 100%;
    padding: 20px;
}


.section06 button{
    margin-top: 40px;
    text-align: center;
    padding: 20px 50px;
    border: none;
    background-color: #7CB342;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}


/* 반응형 모바일*/

@media screen and (max-width: 500px) {
    /* 서브 메뉴 */
    /* .on_entry{
        top: 65px !important;
    } */
    .wrap{
        overflow: scroll;
    }
    /* 헤더 */
    .text_container{
        width: 80%;
    }
    .text_container .sub_title{
        font-size: 17px;
    }
    .text_container h1{
        font-size: 26px;
    }
    .text_container .sub_val{
        font-size: 14px;
        line-height: 1.3em;
    }
    .entry_top_title{
        height: 50vh !important;
    }

    /* 섹션01 */
    .section01{
        height: 0;
        overflow: hidden;
    }
    /* 섹션 02 */
    .section02{
        margin: 25px auto 65px;
    }
    .info_list_wrap{
        width: 100%;
    }
    .info_list_wrap h1{
        font-size: 20px;
    }
    .info_list_wrap p{
        font-size: 16px;
    }
    .info_imgs img{
        width: 60%;
    }
    .sub_deco{
        margin: 5px auto;
    }
    .info_img01{
        margin-bottom: 50px;
    }


    /* 섹션03 */
    .section03{
        padding: 50px 15px;
    }
    .section03 .title_text h1{
        font-size: 20px;
    }
    .section03 .title_text p{
        font-size: 14px;
    }
    .sense_container .sense_wrap h1{
        font-size: 18px;
    }
    .sense_container .sense_wrap p{
        font-size: 10px;
    }


    /* 섹션04 */
    .section04{
        padding: 50px 10px;
    }
    .section04 .container_sec04 .title_text h1{
        font-size: 28px;
    }
    .section04 .container_sec04 .title_text p{
        font-size: 14px;
    }
    .gell_container .gell_list{
        width: 50%;
    }
    .gell_container .gell_list img{
        padding:5px;
    }

    /* 섹션05 */

    .section05{
        padding: 15px;
    }
    .section05 .container_sec05 .title_text h1{
        font-size: 28px;
    }
    .section05 .container_sec05 .title_text p{
        font-size: 14px;
    }
    .sec_main_container05 .sec_con_lt{
        width: 100%;
    }
    .sec_main_container05 img{
        padding:10px;
    }
    .sec_main_container05 .sec_con_rt{
        margin-top: 30px;
        width: 100%;
    }


    /* 섹션06 */
    .section06{
        padding: 50px 15px;
    }
    .section06 .container_sec06 .title_text h1{
        font-size: 28px;
    }
    .section06 .container_sec06 .title_text p{
        font-size: 14px;
    }
    .section06 .sec_main_container06 img{
        padding: 5px;
    }
}


/* 애니메이션 */
@keyframes fadeAniTop{
     0%   {opacity: 0; bottom: 50px;}
     100% {opacity: 1; bottom: 0;}
}
@keyframes fadeAniLeft{
     0%   {opacity: 0; left: 5%;}
     100% {opacity: 1; left: 0;}
}

.top_ani{
    animation-name: fadeAniTop;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
}

.left_ani{
    animation-name: fadeAniLeft;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

/*  */
