html,body {
    height: 100%;
}
.bar {
    display: none;
}
.bar2 {
    width: 100%;
    height: 1px;
    background:#ddd;
    margin:20px 0 20px 0;
}
.bar4 {
    width: 100%;
    height: 1px;
    border-top:1px solid #ddd;
    margin:60px auto;
}

.brand_color {
    color:#274AAF;
}
.sub_tit {
    font-size: 22px;
    font-weight: 900;
    
    text-align: center;
    position: relative;
    text-transform: uppercase;
}
.sub_desc {
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    color:#666;
    margin-top: 20px;
    line-height: 22px;
}

.desc_list {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.desc_list > li {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color:#666;
    word-break: keep-all;
}
.desc_list.type2 > li {
    width: 100%;
}

.tit4 {
    font-size: 22px;
    font-weight: 700;
    color:#365abe;
    margin-top: 40px;
}

.sub_tit_eng {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color:#000030;
    text-align: center;
    margin-top: 0px;
    text-transform: uppercase;
}
.sub_section {
    padding:50px 0!important;
}

.sub_banner_wrap {
    overflow: hidden;
}
.sub_banner {
    background:url('../img/sub_banner.png') center no-repeat;
    background-size:contain;
    height: 200px;
    margin-top: 70px;
    animation : s-up 3s .2s both!important;

}
.sub_banner > .inner {
    position: relative;
    width: 100%;
    height: 100%;
    
}
.sub_banner_tit {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    text-align: center;
}

.sub_banner_tit > h2 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    animation : text 1s .2s both!important;
}

.sub_banner_tit > p {
    font-size: 16px;
    font-weight: 300;
    margin-top: 20px;
    line-height: 24px;
    animation : text 1s .4s both!important;
    word-break: keep-all;
}



.location_wrap {
    display: none;
    align-items: center;
    color:#fff;
}
.location_wrap > span {
    font-size: 12px;
    color:rgba(255,255,255,0.3);
}
.location_wrap > h6 {
    padding:0 10px;
        font-weight: 300;
        color:rgba(255,255,255,0.3);
}
.location_wrap > p {
    font-size: 12px;
    font-weight: 600;
}
.hide {
    position: absolute;
    top: -9999px;
    left: -9999px;
    width: 1px;
    height: 1px;
    text-indent: -9999px;
}
.hide_m {
    display: none;
}
.board.inner {
    padding: 50px 10px;
    
}
.inner {
    max-width: 1280px;
    width: 100%;
    margin:0 auto;
    padding:0 10px;
}
.section {
    padding-top: 40px;

    padding:60px 10px;
    overflow: hidden;

}
.login_wrap {
    display: none;
}

.tit {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    margin-top: 20px;
    text-align: center;
    word-break: keep-all;
}

.tit2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
}

.tit_desc {
    font-size: 16px;
    color:#666;
    margin-top: 20px;
    line-height: 24px;
    text-align: center;
    word-break: keep-all;
}
.s_tit {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.s_tit2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    text-align: center;
}
.s_tit2.type2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    text-align: center;
    margin-top: 100px;
}

.s_tit_desc {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    line-height: 24px;
    margin-top: 20px;
    word-break: keep-all;
    text-align: center;
}

.smenu_wrap {
    height: 50px;
    border-bottom:1px solid #ddd;
}
.smenu_wrap > .inner {
    max-width: 1280px;
    width: 100%;
    height: 50px;

}
.smenu {
    display: flex;
    justify-content: center;
    gap: 10px;
    height: 50px;
}
.smenu > li {
    width: 100%;
    height: 50px;    
}

.smenu > li:last-child {
}
.smenu > li.active {
    border-bottom:2px solid #5DA100;
}
.smenu > li.active a {
    
    font-weight: 700;
    color:#5DA100;
}
.smenu > li > a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    color:#333;
}
.br_pc {
    display: none;
}
.br_m {
    display: block!important;
}

.b_color {
    color:#EF4C89;
    font-family: 'Daeojamjil'!important;
}
.b_color2 {
    color:#FFE600;
    font-weight: 700;
    font-family: 'Daeojamjil'!important;
}
.b_color3 {
    color:#711880;
    font-family: 'Daeojamjil'!important;
}

#bo_v_img {width:100%;overflow:hidden;text-align:center!important;zoom:1}

.sns_wrap {
    display: flex;
    align-items: center;
}
.sns_wrap > li {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background:#ddd;
    margin-right: 10px;
}
.sns_wrap > li:last-child {
    margin-right: 0;
}
.sns_wrap > li > a {
    display: block;
    width: 100%;
    height: 100%;
}
.sns_wrap > .img01 {background:url('../img/img_sns01.png') center no-repeat;}
.sns_wrap > .img02 {background:url('../img/img_sns02.png') center no-repeat;}

/* 헤더 */
.header {
    height: 70px;
    padding:0 10px;
}
.header > .inner {
    height: 70px;
}

.logo {
    max-width: 216px;
    width: 100%;
    aspect-ratio: 316/66;
    background:url('../img/logo.png') center no-repeat;
    background-size:contain;
    transition: all .4s;
}
.logo > a {
    display: block;
    width: 100%;
    height: 100%;
}

.nav {
    display: none;    
}

.btn_contact {
    display: none;
    border:1px solid rgba(255,255,255,0.4);
}
.btn_contact > a {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color:#fff;
    padding: 15px 50px;
}



/* 메인배너 */
.main_banner {
    height: calc(100% - 70px);
    overflow: hidden;
    margin-top: 70px;
}
.main_bg {
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,.9)
}
.swiper {
    width: 100%;
    height: 100%;
}

.mySwiper .swiper-slide {
    font-size: 18px;
    background: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.swiper-slide.img01 {
    background:url('../img/main_banner.png') center no-repeat;
    background-size:cover;
}
.swiper-slide.img02 {
    background:url('../img/main_banner02.png') center no-repeat;
    background-size:cover;
}
.swiper-slide.img03 {
    background:url('../img/main_banner03.png') center no-repeat;
    background-size:cover;
}
.mySwiper .swiper-slide > .inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.mySwiper .swiper-slide > .inner > .txt_wrap {
    text-align: center;
}
.mySwiper .swiper-slide > .inner > .txt_wrap > h4 {
    max-width: 451px;
    width: 100%;
    aspect-ratio: 451/51;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    background:#248332;
    border-radius: 30px;
    margin:0 auto;
}
.mySwiper .swiper-slide > .inner > .txt_wrap > h2 {
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    margin-top: 20px;
    color:#fff;
}
.mySwiper .swiper-slide > .inner > .txt_wrap > p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 22px;
    margin-top: 20px;
    color:#fff;
}

.mySwiper .swiper-slide-active .txt_wrap > h4{
    animation : text 1s .8s both;
}

.mySwiper .swiper-slide-active .txt_wrap > h2 {
    animation : text 1s 1s both;
}

.mySwiper .swiper-slide-active .txt_wrap > p {
    animation : text 1s 1.2s both;
}
.mySwiper .swiper-slide-active .txt_wrap > .btn_more {
    animation : text 1s 1.4s both;
}
/* 메인배너 --*/




/* msec_01 */


/* mobile */

    .about_wrap {
        display: block;
        margin-top: 30px;
    }

/* MOBILE */
.about_table{
    width:100%;
    border-top:2px solid #248332;
    border-collapse:separate;
    border-spacing:0;
    margin-top:30px;
    background:#fff;
}

.about_table colgroup{
    display:none;
}

.about_table,
.about_table tbody,
.about_table tr,
.about_table td{
    display:block;
    width:100%;
    box-sizing:border-box;
}

.about_table tr{
    margin-bottom:14px;
    border:1px solid #e5e5e5;
    border-radius:14px;
    overflow:hidden;
    background:#fff;
}

.about_table td{
    border-bottom:0;
    padding:12px 16px;
    font-size:14px;
    line-height:1.6;
    font-weight:400;
    color:#555;
    word-break:keep-all;
}

.about_table .t_name{
    background:#f8f8f8;
    font-size:14px;
    line-height:1.45;
    font-weight:700;
    color:#111;
    text-align:left;
    padding:12px 16px;
    border-top:1px solid #f0f0f0;
}

.about_table tr td:first-child{
    border-top:0;
}

.about_table td:nth-child(2),
.about_table td:nth-child(4){
    padding-top:10px;
    padding-bottom:14px;
}

.about_table .b_color{
    color:#248332;
    font-weight:700;
}.about_wrap > div:nth-child(2),
.about_wrap > div:nth-child(3) {
    display: none;
}
/* msec_01 */


/* msec_02 */
.msec_02 {
    background:url('../img/msec02_bg.png') center no-repeat;
    background-size:cover;
}
.msec_02 .tit {
    color:#fff;
}
.mvc_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 60px;
}
.mvc_wrap > div {
    max-width: 80%;
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    color:#fff;
    text-align: center;
    padding:0 10px;
}
.mvc_wrap > .mission {
    background:rgba(56,153,71,.8);
    margin-right: 0px;
}
.mvc_wrap > .vision {
    background:rgba(92,205,109,.8);
    margin-top: -20px;
}
.mvc_wrap > .core {
    background:rgba(5,109,20,.8);
    margin-left: 0px;
    margin-top: -20px;
}
.ico_mvc {
    max-width: 50px;
    width: 100%;
    aspect-ratio: 1/1;
    background:#ddd;
    margin:0 auto;
    margin-top: 30px;
}
.ico_mvc.img01 {background:url('../img/img_mission.png') center no-repeat;background-size:contain;}
.ico_mvc.img02 {background:url('../img/img_vision.png') center no-repeat;background-size:contain;}
.ico_mvc.img03 {background:url('../img/img_values.png') center no-repeat;background-size:contain;}
.mvc_wrap > div > h2 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
}
.mvc_wrap > div > p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 8px;
}
/* msec_02 */


/* msec_03 */
.center_wrap {
    margin-top: 60px;

}
.img_center_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}
.img_center_wrap > img {
    width: 100%;
}
.img_center_wrap.type2 > img {
    width: 100%;
}
.center_desc {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    background:#F4F4F4;
    border-radius: 10px;
    padding:24px 22px;
    gap: 20px;
    margin-top: 20px;
}
.center_desc > h2 {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}
.center_desc > .txt_box {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.center_desc > .txt_box > h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color:#333333;
}
.center_desc > .txt_box > p {
    font-size: 16px;
    line-height: 24px;
    color:#666;
}
.center_desc2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
}
.center_desc2 > div {
    width: 100%;
    padding:24px 22px;
    background:#E6F4EB;
    border-radius: 10px;
}
.center_desc2.type2 > div {
    width: 100%;
    padding:40px;
    background:#E6F4EB;
    border-radius: 10px;
}
.center_desc2 > div > h2 {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color:#07913A;
}
.center_desc2 > div > h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 6px;
}
.center_desc2 > div > p {
    font-size: 16px;
    line-height: 24px;
    word-break: keep-all;
    margin-top: 20px;
    color:#666;
}
/* msec_03 */



/* msec_04 */
.msec_04 {
    background:url('../img/msec04_bg.png') center no-repeat;
}
.msec_04 .tit,
.msec_04 .tit_desc {
    color:#fff;
}
.partner_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 60px;
}
.partner_wrap > li {
    width: calc(50% - 5px);
}
/* msec_04 */


/* msec_05 */
.service_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    margin-top: 60px;
}
.service_wrap.type2 {
    flex-direction: row-reverse;
}
.img_service {
    width: 100%;
    aspect-ratio: 620/400;
    background:#ddd;
}
.img_service.img01 {background:url('../img/img_service01.png') center no-repeat;background-size:cover;}
.img_service.img02 {background:url('../img/img_service02.png') center no-repeat;background-size:cover;}
.service_cont {
    width: 100%;
}
.service_cont > h2 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}
.service_cont > p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 18px;
}
.service_cont > .keyword {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 40px;
}
.service_cont > .keyword > span {
    background:#EC411B;
    border-radius: 5px;
    color:#fff;
    padding:10px 14px;
    font-size: 14px;
    font-weight: 300;
}
/* msec_05 */


/* msec_06 */
.p_service_wrap {
    margin-top: 60px;
    position: relative;
}
.p_service_wrap:after {
    display: none;
    content:"";
    width: 296px;
    height: 440px;
    background:url('../img/p_service_img.png') center no-repeat;
    background-size:contain;
    position: absolute;
    bottom: 0;
    right: 20px;
}
.p_service_wrap > li {
    display: flex;
    gap: 4px;
    margin-bottom: 20px;

}
.p_service_wrap > li > .num {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 40px;
    width: 40px;
    aspect-ratio: 1/1;
    background:#EC411B;
    color:#fff;
}
.p_service_wrap > li > .cont {
    width: 100%;
    border:1px solid #ddd;
    background:#fff;
    font-family: "Poppins", sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:10px 20px;
}
.p_service_wrap > li > .cont > h2 {
    font-size: 18px;
    font-weight: 700;
}
.p_service_wrap > li > .cont > p {
    font-size: 14px;
    line-height: 22px;
    color:#666;
    margin-top: 4px;
}
/* msec_06 */




/* map */
.map {
    position: relative;
}
.map_info {
    max-width: 1280px;
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.map_info > div {
    width: 100%;
}
/* map */




footer {
    background:#000;
    padding:60px 0;
    background-size:cover;
}
footer > .inner {
    text-align: center;
}
.t_logo {
    max-width: 412px;
    width: 100%;
    aspect-ratio: 412/44;
    background:url('../img/logo2.png') center no-repeat;
    background-size:contain;
    margin:0 auto;
}
.t_logo > a {
    display: block;
    width: 100%;
    height: 100%;
}
footer > .inner > p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color:#E7E7E7;
    margin-top: 30px;
    word-break: keep-all;
}
footer > .inner > span {
    display: block;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    color:#999999;
    margin-top: 22px;
}

/* 입단 및 무료체험문의 */

.privacy {
}
.privacy > h2,
.inquiry_tit {
    font-family: 'pretendard',sans-serif;
    font-size: 18px;
    font-weight: 700;
}
.inquiry_tit {
    margin: 50px 0;
}
.privacy_box {
    margin-top: 24px;
    border:1px solid #ddd;
    padding:15px;
}
.privacy_box > p {
    font-family: 'pretendard',sans-serif;
    font-size: 14px;
    font-weight: 300;
    color:#666;
    line-height: 22px;
}

.privacy_check {
    margin: 24px 0;;
}
.privacy_check span {
    color:#666;
    font-size: 14px;
    font-weight: 300;
}
.inquiry_list {}
.inquiry_list > li {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: auto;
    margin-bottom: 40px;
    align-items: center;
    
}
.inquiry_01 {
    width: 100%;
    height: 40px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
}
.inquiry_02 {
    height: 40px;
    width: 100%;
}
.fr-con > input {
    background:#fff;
    width: 100%;
    height: 60px;
    border:1px solid #ddd;
    padding-left: 10px;
    font-size: 14px;
}

.fr-con.phone {
    display: flex;
    justify-content: space-between;
}

.phone_number {
    width: calc(33% - 10px)!important;
    border:1px solid red!important;
}

.fr-con.mail {
    display: flex;
}
.fr-con.mail > span {
    line-height: 50px;
    margin:0 10px;
}

.inquiry_con {
    /* display: none!important; */
    height: 240px
}

.inquiry_con > .inquiry_02 {
    height: 200px!important;
}

.check2 {
    width: 100%;
    height: 80px;
    background:#f6f6f6;
    padding:13px 30px;
    display: flex;
    justify-content: space-between;
}
.check2_img {
    width: 54px;
    height: 54px;
    background:url('../img/check2_img.png') center no-repeat;
}
.check2_info {
    width: 629px;
}
.check2_info > p {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    margin-top: 10px;
}



.form-box {}
.form-box .form-con {
    width: 100%;
    margin: 0px auto 0;
    padding:10px;
}

.form-box .form-con ul li {
    
}

.form-box .form-con ul li .fr-con {
    width: 100%;
    height: 100%;
}





.form-box .form-con ul li .fr-con .text-box {
    diaplay: table;
    width: 100%;
    height: 65px;
}

.form-box .form-con ul li .fr-con .text-box input {
    width: 34%;
    float: left;
    margin-left: 1%;
}

.form-box select {
    width: 50%;
    float: left;
    height: 100%;
    background: #fff;
}

.select2 {
    border:1px solid #ddd;
    padding:0 20px;
}

.form-box .form-con ul li .fr-con textarea {
    height: 200px;
    width: 100%;
    border:1px solid #ddd;
    background:#f6f6f6;
    padding:40px;
    resize: none;
}

.form-box .form-con .provision {
    display: table;
    width: 100%;
    margin-top: 30px;
    text-align: center;
    font-size: 14px;
    font-family: 'Noto Sans KR', sans-serif;
}

.form-box .form-con .provision label {
    cursor: pointer;
    font-weight: 300;
}

.form-box .form-con .provision label input {
    width: 20px;
    height: 20px;
}

.form-box .form-con .provision label span {
    vertical-align: -2px;
    margin-left: 5px;
}

.form-box .form-con .provision a {
    padding: 0 15px;
    line-height: 65px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
}


.form-box .receive-btn {
    width: 100%;
    height: 60px;
    margin: 40px auto 0;

}

.form-box .receive-btn input {
    width: 100%;
    height: 100%;
    color: #fff;
    background: #3819d2 !important;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Noto Sans KR', sans-serif;
    border-radius: 10px;


}

select {
    font-size: 16px;
}



 
/*-------------------모바일 메뉴----------------------*/


/* 모바일메뉴 */
.m_nav_wrap {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 90%;
    height: 100%;
    background:#fff;
    border-left:1px solid #ddd;
    z-index: 9999;
 }
 
 .m_nav_wrap > .close_btn {
   position: absolute;
   top: 0;
   left: -41px;
   width: 40px;
   height: 40px;
   background:#222;
   cursor: pointer;
 }
 
 .material-icons.close {
   display: block;
   text-align: center;
   line-height: 40px;
   color:#fff;
 }
 
 
 .m_addr {
     border-top:1px solid #ddd;
     margin-top: 200px;
 }
.header.active .m_nav_btn {
    background:url('../img/m_nav_wrap_btn.png') center no-repeat;
}
.m_nav_btn {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 40px;
    height: 40px;
    background:url('../img/m_nav_wrap_btn.png') center no-repeat;
    border:0;
}
.m_nav_btn.btn2 {
    background:url('../img/m_nav_wrap_btn.png') center no-repeat;
}

.left_gnb {
    margin-top: 50px;
    border-top:1px solid #000;
    
}

.left_gnb > li{
    width: 100%;
    border-bottom:1px solid #ddd;
}
.left_gnb>li>a{
    display: block; ; line-height: 50px;
    width: 100%; height: 50px;
    color: black;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 600;
}
.left_gnb>li>a.on{
}
.left_gnb>li>ul{
    display: none;
    border-top:1px solid #ddd;
    background:#f9f9f9;
    padding-top: 20px;
    padding-bottom: 20px;
}

.left_gnb>li>ul>li>a{
    display: block;  line-height: 40px;
    width: 100%; height: 40px; 
    font-size: 15px;
    color: #666;
    padding-left:30px;
}

.dRSlBL {
    display: none!important;
    border:10px solid red;
}