html,body {
    height: auto;
    
}
body {
padding:0 10px;
}
.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;
}
.bar {
    width: 1px!important;
    margin:0px 5px!important;
    height: 10px!important;
    background:#ddd!important;
}
.bar2 {
    width: 1px!important;
    margin:0px 5px!important;
    height: 10px!important;
    background:#fff!important;
}
.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 {
}
.sub_banner_wrap {
    overflow: hidden;
}
.sub_banner {
    background:url('../img/sub_banner.png') center no-repeat;
    background-size:cover;
    height: 400px;
    animation : s-up 3s .2s both!important;
    margin-top: 0px;

}
.sub_banner > .inner {
    position: relative;
    width: 100%;
    height: 100%;
    
}
.sub_banner_tit {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    color:#fff;
    text-align: center;
}

.sub_banner_tit > h2 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    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;
}


.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 {
    margin-top: 80px;
}
.inner {
    max-width: 1280px;
    width: 100%;
    margin:0 auto;
    padding:0 0px;
}
.section {
    max-width: 1820px;
    width: 100%;
    margin:20px auto 0;
    border-radius: 30px;
    padding:50px 0;
}
.login_wrap {
    display: none;
}
.tit {
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    margin-top: 12px;
    word-break: keep-all;
}
.tit2 {
    font-size: 18px;
    line-height: 26px;
    word-break: keep-all;
    font-weight: 700;
    color:#00B098;
    text-transform: uppercase;
    text-align: center;
}
.tit_desc {
    font-size: 16px;
    line-height: 24px;
    word-break: keep-all;
    margin-top: 18px;
    text-align: center;
    color:#666;
}.smenu_wrap {
    margin-top: 50px;
}
.smenu_wrap > .inner {

}
.smenu {
    display: flex;
    justify-content: center;
}
.smenu > li {
    max-width: 200px;
    width: 100%;
    height:50px;
    background:#fff;
    border:1px solid #ddd;
    border-radius: 5px;
    margin-right:5px!important;
}

.smenu > li:last-child {
    border-right:1px solid #ddd;
}
.smenu > li.active {
    background:#65BD17;
    border:0;
}
.smenu > li.active a {
    color:#fff;
    font-weight: 700;
}
.smenu > li > a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 12px;
}

.br_pc {
    display: none;
}
.br_m {
    display: block;
}

.b_color {
    color:#65BD17;
}
.b_color2 {
    color:#001969;
}
.b_color3 {
    color:#FFDD35;
}

#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 {
    max-width: 1820px;
    width: calc(100% - 20px);
    height: 60px;
    position: fixed;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    transition: all .4s;;  
    display: flex;
    align-items: center;
    justify-content: space-between;
    background:#00B098;
    border-radius: 40px;
    padding:0 10px 0 10px;
}

.logo {
    width: 109px;
    height: 30px;
    background:url('../img/logo.png') center no-repeat;
    background-size:contain;
    transition: all .4s;
}

.logo > a {
    font-family: 'SCoreDream'!important;
    font-size: 30px;
    font-weight: 700;
    display: block;
    width: 100%;
    height: 100%;
}

.header > h2 {
    display: none;
    font-size: 18px;
    font-weight: 600;
    color:#fff;
}

.btn_contact {
    width:200px;
    height: 40px;
    background:#fff;
    border:1px solid #000;
    border-radius: 30px;
}
.btn_contact > a {
    display: block;
    font-size: 12px;
    line-height: 40px;
    text-align: center;
}



/* 메인배너 */
.main_banner {
    max-width: 1820px;
    width: 100%;
    margin:100px auto 0;
    height: auto;
    overflow: hidden;
    border-radius: 30px;
    background: linear-gradient(130deg, #F9F9ED, #C3E7E2);

}
.swiper {
    width: 100%;
    height: 100%;
}

.mySwiper .swiper-slide {
}
.mySwiper .swiper-slide > .inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding:60px 0;
}


.btn_more {
    width: 250px;
    height: 60px;
    background-color: #00B098;
    border-radius: 30px;
    margin-top: 40px;
}
.btn_more.type2 {
    margin:60px auto 0;
}
.btn_more.type3 {
    margin:80px auto 0;
}
.btn_more > a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: 600;
    color:#fff;
    text-align: center;
    line-height: 60px;
}

.mySwiper .swiper-slide > .inner >.txt_wrap {
    margin-left: 0px;
}
.mySwiper .swiper-slide > .inner >.txt_wrap > .m_point {
    width: 217px;
    aspect-ratio: 1/0.1981566820276498;
    background:url('../img/m_point.png') center no-repeat;
    background-size:contain;
}
.mySwiper .swiper-slide > .inner >.txt_wrap > h2 {
    font-size: 24px;
    line-height: 32px;
    margin-top: 14px;
}
.mySwiper .swiper-slide > .inner >.txt_wrap > p {
    font-size: 16px;
    color:#666;
    line-height: 24px;
    margin-top: 20px;
}

.mySwiper .swiper-slide-active > .inner > .txt_wrap > .m_point {
    animation : text 1s .2s both;
}
.mySwiper .swiper-slide-active > .inner > .txt_wrap > h2 {
    animation : text 1s .4s both;
}
.mySwiper .swiper-slide-active > .inner > .txt_wrap > p {
    animation : text 1s .6s both;
}
.mySwiper .swiper-slide-active > .inner > .txt_wrap > .btn_more {
    animation : text 1s .8s both;
}
.mySwiper .achieve.type2 {
    animation : text2 1s 1.6s both;
}
.main_img_wrap {
    position: static;
    margin-top: 120px;
    max-width: 622px;
    max-height: 646px;
    height: 100%;
    width: 100%;
}
.main_img_wrap > .round {
    display: block;
    width: 209px;
    aspect-ratio: 1/1;
    background:#A1E9DF;
    border-radius: 50%;
    margin:0 auto!important;
    animation: size 2s linear infinite;
}
.phone {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 346px;
    background:url('../img/phone.png') center no-repeat;
    background-size:contain;
}
.m_wrap {
    width: 100%;
}
.m1 {
    position: absolute;
    bottom: 34px;
    left: 20px;
    width: 120px;
    aspect-ratio: 1/0.6041666666666667;
    background:url('../img/m1.png') center no-repeat;
    background-size:contain;
    opacity: .9;
    animation: updown 2s linear infinite;
}
.m2 {
    position: absolute;
    left: 110px;
    bottom: 21px;
    width: 60px;
    aspect-ratio: 1/1.853448275862069;
    background:url('../img/m2.png') center no-repeat;
    background-size:contain;
    opacity: .9;
    animation: updown 1s linear infinite;

}
.m3 {

    position: absolute;
    left: 160px;
    bottom: 28px;
    width: 70px;
    aspect-ratio: 1/0.9277777777777778;
    background:url('../img/m3.png') center no-repeat;
    background-size:contain;
    opacity: .9;
    animation: updown 1.5s linear infinite;

} 
.m4 {
    position: absolute;
    bottom: 5px;
    left: 220px;
    width: 63px;
    aspect-ratio: 1/1.857142857142857;
    background:url('../img/m4.png') center no-repeat;
    background-size:contain;
    opacity: .9;
    animation: updown 2s linear infinite;
}

.m5 {
    position: absolute;
    bottom: 15px;
    left: 260px;
    width: 80px;
    aspect-ratio: 1/1;
    background:url('../img/m5.png') center no-repeat;
    background-size:contain;
    opacity: .9;
    animation: updown 1.2s linear infinite;
}


/* 메인배너 --*/

/* msec_01 */
.msec_01 {
    background-color: #F4F8FB;
}
.select_box {
    overflow: hidden;
    margin-top: 60px;
    margin-bottom: 0px;
    height: 80px;
    position: relative;
}
.select_wrap {
    position: absolute;
    display: flex;
    gap: 0 20px;
    width: max-content;
    animation: roll 20s linear infinite;
    padding:0 20px;
}

.select_wrap.type2 {
    animation: roll2 20s linear infinite;
}

.select_wrap > li {
    width: 280px;
    height: 60px;
    background:#fff;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ico_select {
    width: 37px;
    aspect-ratio: 1/1;
    background:red;
    margin-right: 5px;
}
.ico_select.img01 {background:url('../img/ico_select01.png') center no-repeat;background-size:contain;}
.ico_select.img02 {background:url('../img/ico_select02.png') center no-repeat;background-size:contain;}
.ico_select.img03 {background:url('../img/ico_select03.png') center no-repeat;background-size:contain;}
.ico_select.img04 {background:url('../img/ico_select04.png') center no-repeat;background-size:contain;}
.ico_select.img05 {background:url('../img/ico_select05.png') center no-repeat;background-size:contain;}
.ico_select.img06 {background:url('../img/ico_select06.png') center no-repeat;background-size:contain;}
.select_wrap > li > h2 {
    font-size: 18px;
    font-weight: 700;
}



.select_box2 {
    overflow: hidden;
    margin-top: 0px;
    height: 60px;
    position: relative;
}
.select_wrap2 {
    position: absolute;
    display: flex;
    gap: 0 20px;
    width: max-content;
    animation: roll3 20s linear infinite;
    padding:0 20px;
}

.select_wrap2.type2 {
    animation: roll4 20s linear infinite;
}

.select_wrap2 > li {
    width: 480px;
    height: 60px;
    background:#fff;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ico_select {
    width: 37px;
    aspect-ratio: 1/1;
    background:red;
    margin-right: 10px;
}
.ico_select.img01 {background:url('../img/ico_select01.png') center no-repeat;background-size:contain;}
.ico_select.img02 {background:url('../img/ico_select02.png') center no-repeat;background-size:contain;}
.ico_select.img03 {background:url('../img/ico_select03.png') center no-repeat;background-size:contain;}
.ico_select.img04 {background:url('../img/ico_select04.png') center no-repeat;background-size:contain;}
.ico_select.img05 {background:url('../img/ico_select05.png') center no-repeat;background-size:contain;}
.ico_select.img06 {background:url('../img/ico_select06.png') center no-repeat;background-size:contain;}
.select_wrap2 > li > h2 {
    font-size: 18px;
    font-weight: 700;
}

/* msec_01 */


/* msec_02 */
.msec_02 {
    background:#F5F2EB;
}
/* msec_02 */


/* msec_03 */
.msec_03 {
    background:#F5F8FF;
}
.check_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}
.check_wrap > li {
    width: calc(50% - 5px);
    aspect-ratio: 1/1;
    background:#fff;
    border-radius: 10px; 
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding:0 20px; 
}
.check_wrap > li:nth-child(2),
.check_wrap > li:nth-child(4),
.check_wrap > li:nth-child(7),
.check_wrap > li:nth-child(9) {
    transform: translateY(0px);
}
.ico_check {
    width: 40px;
    aspect-ratio: 1/1;
    background:red;
}

.check_wrap > li > h2 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    word-break: keep-all;
}
/* msec_03 */

/* msec_04 */
.msec_04 {
    background:#E8EFEA;
}
/* msec_04 */

/* msec_05 */
.msec_05 {
    padding:32px 0;
    background:#00574B;
    margin: 20px auto 0!important;
    text-align: center;
    color:#fff;
}
.msec_05 .logo {
    margin:0 auto;
}
.msec_05 p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 20px;
    word-break: keep-all;
}
.msec_05 span {
    display: inline-block;
    font-size: 14px;
    margin-top: 40px;
}
/* msec_04 */




footer {
    background:#000;
    padding:60px 0;
    background-size:cover;
}
footer > .inner {
    display: flex!important;
    flex-direction: column;
}

footer > .inner >  .logo {
        width: 140px;
    height: 36px;
    background:url('../img/logo2.png') center no-repeat;
    background-size:contain;
    margin-right: 110px;

}
.cate_wrap2 {
    display: flex;
    margin-top: 20px;
}
.cate_wrap2 > li {
    margin-right: 10px;
}
.cate_wrap2 > li > a {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 700;
    color:#fff;
}
footer > .inner > .footer_info > p {
    font-size: 14px;
    font-weight: 300;
    color:#8D8D8D!important;
    line-height: 22px;
    margin-top: 20px;
    word-break: keep-all;

}
footer > .inner > .footer_info >  .copy {
    font-size: 12px;
    font-weight: 300;
    color:#8D8D8D;
    line-height: 20px;
}
.q_link {
    display: flex;
    justify-content: center;
}
.q_link > li {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background:#fff;
}
.q_link > li:last-child {
    margin-right: 0;
}
.q_link > li > a {
    display: block;
    width: 100%;
    height: 100%;
}
.q_link > li.img01 {background:url('../img/q_link01.png') center no-repeat; background-size:contain;}
.q_link > li.img02 {background:url('../img/q_link02.png') center no-repeat; background-size:contain;}



.q_menu {
    z-index: 9999;
    position: fixed;
    bottom: 100px;
    right: 10px;
}
.q_menu > li {
    width: 40px;
    height: 40px;
    border:1px solid rgba(0,0,0,0);
}

.q_menu > li > a {
    display: block;
    width: 100%;
    height: 100%;
}
.ico_qmenu {
    width: 30px;
    height: 30px;
    background:#6E0E10;
    margin: 5px auto 0;
}

.q_menu > li > a > p,
.q_menu > li >  p {
    font-size: 14px;
    color:#fff;
    text-align: center;
    margin-top: 8px;
}




/* 입단 및 무료체험문의 */

.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: 16px;
    font-weight: 300;
}
.inquiry_list {}
.inquiry_list > li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: auto;
    margin-bottom: 12px;
    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: 40px;
    border:1px solid #ddd;
    padding-left: 20px;
    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: 20px auto 0;

}

.form-box .receive-btn input {
    width: 100%;
    height: 100%;
    color: #fff;
    background: #00B098 !important;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Noto Sans KR', sans-serif;
    border-radius:30px;


}

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: none;
    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;
}