html,body {
    height: 100%;
}
.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 {
}


.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;
}

.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 10px;
}
.section {
    padding-top: 40px;

    padding:60px 10px;
    overflow: hidden;

}
.login_wrap {
    display: none;
}

.tit {
    font-size:20px;
    line-height: 28px;
    font-weight: 700;
    margin-top: 6px;
}

.tit2 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color:#1C79FA;
}

.tit_desc {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    margin-top: 20px;
    line-height: 24px;
    text-align: center;
    word-break: keep-all;
}

.br_pc {
    display: none;
}
.br_m {
    display: block!important;
}

.b_color {
    color:#2AA4FF;
}
.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 {
    height: 70px;
    padding:0 10px;
}
.header > .inner {
    height: 70px;
}

.logo {
    width: 127px;
    aspect-ratio: 167/40;
    background:url('../img/logo.png') center no-repeat;
    background-size:contain;
    transition: all .4s;
}
.logo2 {
    width: 177px;
    height: 52px;
    background:url('../img/logo2.png') center no-repeat;
    background-size:contain;
    transition: all .4s;
}
.nav {
    display: none;    
}

.btn_contact {
    margin-right: 50px;
}
.btn_contact > a {
    display: flex;
    align-items: center;
    gap: 2px;
}
.btn_contact > a > img {
    width: 20px;
}
.btn_contact > a > p {
    font-size: 17px;
    font-weight: 700;
        color: #002e59;
}

.btn_contact.type2 {
    display: block;
}


/* 메인배너 */
.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 {
    text-align: center;
    font-size: 18px;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide.img01 {
    background:url('../img/main_banner.png') center no-repeat;
    background-size:cover;
}
.mySwiper .swiper-slide > .txt_wrap {
    max-width: 1280px;
    width: 100%;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding:0 10px;
    
}
.mySwiper .swiper-slide > .txt_wrap > h3 {
    font-size: 16px;
    font-weight: 600;
}

.mySwiper .swiper-slide > .txt_wrap > h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-top: 16px;
}

.mySwiper .swiper-slide > .txt_wrap > p {
    font-size: 16px;
    margin-top: 24px;
    line-height: 28px;
    word-break: keep-all;
}

.mySwiper .swiper-slide-active .txt_wrap > h3 {
    animation : text 1s 1s both;
}
.mySwiper .swiper-slide-active .txt_wrap > h2 {
    animation : text 1s 1.2s both;
}

.mySwiper .swiper-slide-active .txt_wrap > p {
    animation : text 1s 1.4s both;
}
.mySwiper .swiper-slide-active .txt_wrap > .btn_wrap {
    animation : text 1s 1.6s both;
}

.btn_wrap {
    width: 290px;
    display: flex;
    margin:20px auto 0;
}
.btn_wrap > .btn_more {
    width: 140px;
    height: 50px;
    background:none;
    border:1px solid #1E3A5C;
    border-radius: 5px 0 5px 0;
    margin-right: 10px;
}
.btn_wrap > .btn_more:last-child {
    margin-right: 0;
}
.btn_wrap > .btn_more > a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 50px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.btn_more:hover {
    background:#1E3A5C;
}
.btn_more:hover > a {
    color:#fff;
}
.m_img {
    position: absolute;
    bottom: 0;
    right:50%;
    transform: translateX(50%);
    max-width: 60%;
    width: 100%;
    aspect-ratio: 1/1.120500782472613;
    background:url('../img/m_img.png') center no-repeat;
    background-size:contain;;
}

/* 메인배너 --*/





/* msec_01 */
.b_area_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}
.b_area_wrap > li {
    width: 100%;
    border-radius: 10px;
    background:#F3F8FB;
    padding:30px 20px;
    position: relative;
    margin-bottom: 40px;
    transition: all .4s;
}
.b_area_wrap > li:hover {
    background:#1E3A5C;
}
.b_area_wrap > li:hover h2,
.b_area_wrap > li:hover p {
    color:#fff;
}
.b_area_wrap > li.type2 {
    background:#fff;
    text-align: center;
}
.b_area_wrap > li.type2 > .law_img {
    width: 80px;
    height: 80px;
    background:url('../img/law_img.png') center no-repeat;
    background-size:contain;
    margin:48px auto 0;
}
.b_area_wrap > li.type2 > h2 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px;
    color:#000!important;
}
.b_area_wrap > li.type2 > p {
    font-size: 16px;
    font-weight: 300;
    margin-top: 20px;
    line-height: 24px;
    color:#000!important;
}
.b_area_wrap > li > a {
    display: block;
    width: 100%;
    height: 100%;
}
.b_area_wrap > li > a > h2 {
    font-size: 20px;
    font-weight: 700;
}
.b_area_wrap > li > a > p {
    height: 104px;
    font-size: 16px;
    line-height: 26px;
    word-break: keep-all;
    margin-top: 18px;
    color:#666;
}
.ico_b_area {
    width: 80px;
    height: 80px;
    background:#ddd;
    margin-top: 55px;
    float: right;
    margin-right: -10px;   
}
.ico_b_area.img01 {background:url('../img/ico_b_area01.png') center no-repeat;background-size:contain;}
.ico_b_area.img02 {background:url('../img/ico_b_area02.png') center no-repeat;background-size:contain;}
.ico_b_area.img03 {background:url('../img/ico_b_area03.png') center no-repeat;background-size:contain;}
.ico_b_area.img04 {background:url('../img/ico_b_area04.png') center no-repeat;background-size:contain;}
.ico_b_area.img05 {background:url('../img/ico_b_area05.png') center no-repeat;background-size:contain;}

/* msec_01 */


/* msec_02 */
.msec_02 {
    background:#f9f9f9;
    background-size:cover;
}
/* msec_02 */


/* msec_03 */
/* msec_03 */

/* msec_04 */
.msec_04 {
    background:#f9f9f9;
    background-size:cover;
}
.partner_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}
.partner_wrap.type2 > li {
    border:1px solid #ddd;
    border-radius: 10px;
}
.partner_wrap > li {
    width: calc(33.33% - 5px);
    aspect-ratio: 1/0.4137931034482759;
    background:#fff;
    margin-bottom: 20px;
}
.partner_wrap > li.img01 {background:url('../img/img_partner01.png') center no-repeat;background-size:contain;}
.partner_wrap > li.img02 {background:url('../img/img_partner02.png') center no-repeat;background-size:contain;}
.partner_wrap > li.img03 {background:url('../img/img_partner03.png') center no-repeat;background-size:contain;}
.partner_wrap > li.img04 {background:url('../img/img_partner04.png') center no-repeat;background-size:contain;}
.partner_wrap > li.img05 {background:url('../img/img_partner05.png') center no-repeat;background-size:contain;}
.partner_wrap > li.img06 {background:url('../img/img_partner06.png') center no-repeat;background-size:contain;}
.partner_wrap > li.img07 {background:url('../img/img_partner07.png') center no-repeat;background-size:contain;}
.partner_wrap > li.img08 {background:url('../img/img_partner08.png') center no-repeat;background-size:contain;}
.partner_wrap > li.img09 {background:url('../img/img_partner09.png') center no-repeat;background-size:contain;}
.partner_wrap > li.img10 {background:url('../img/img_partner10.png') center no-repeat;background-size:contain;}
.partner_wrap > li.img11 {background:url('../img/img_partner11.png') center no-repeat;background-size:contain;}
.partner_wrap > li.img12 {background:url('../img/img_partner12.png') center no-repeat;background-size:contain;}
/* msec_04 */

/* msec_05 */
.map {
    margin-top: 50px;
}
.map_info {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background:#1E3A5C;
    padding:20px 10px;
    margin-top: 10px;
    border-radius: 10px;
}
.map_info > .info {
    display: flex;
    flex-direction: column;
    color:#fff;
}
.map_info > .info > li {
    display: flex;
    align-items: center;
    margin-right: 10px;
    margin-bottom: 14px;
}
.map_info > .info > li > span {
    margin-right: 6px;
    font-size: 14px;
}
.map_info > .info > li > p {
    font-size: 14px;
    font-weight: 400;
}
.map_info > .site_link {
    display: flex;
}
.map_info > .site_link > li {
    margin-left: 10px;
}
/* msec_05 */

/* sub1_1 */
.sub_img {
    margin-top: 50px;
}
.s_desc {
    font-size: 16px;
    line-height: 24px;
    margin-top: 30px;
    word-break: keep-all;
    color:#666;
}
.b_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}
.b_list > li {
    width: calc(50% - 5px);
    background:#1E3A5C;
    border-radius: 10px;
    text-align: center;
    padding:18px 0;
    margin-bottom: 10px;
    font-size: 12px;
    color:#fff;
}
.process_wrap {
    margin-top: 50px;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.process {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.process > li {
    width: 100%;
    aspect-ratio: 1/1;
    position: relative;
    text-align: center;
    border-radius: 10px;
}
.process > li.type2 {
    background:#1E3A5C;
    color:#fff;
}
.process > li.type3 {
    background:#f9f9f9;
}
.process > li > .txt_wrap {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.process > li > .txt_wrap > h2 {
    font-size: 16px;
    letter-spacing: -1px;
    word-break: keep-all;
    font-weight: 700;
}
.process > li > .txt_wrap > p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin-top: 10px;
    color:#666;
    word-break: keep-all;
}
.process > li.type2 > .txt_wrap > p {
    color:#fff;
}
.line_wrap {
    width: 1px;
    height: 100%;
    margin:0px;
    border-right:1px solid #ddd;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.line_wrap > li {
    width: 1px;
    padding:63px 0;
    position: relative;
}
.line_wrap > li:before {
    display: none;
    content:"";
    width: 12px;
    height: 12px;
    background:#1E3A5C;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.line_wrap > li.type2:before {
    content:"";
    width: 16px;
    height: 16px;
    background:#fff;
    border:3px solid #1E3A5C;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.cost_wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 50px;
}
.cost_wrap > li {
    width: 100%;
    background:#fff;
    border-radius: 10px;
    padding:50px 20px 120px;
    aspect-ratio: 1/0.4741935483870968;
    position: relative;
    margin-bottom: 10px;
}
.cost_wrap > li.type2 {
    width: 100%;
    background:#fff;
    border-radius: 10px;
    padding:50px 20px 120px;
    aspect-ratio: 1/0.4741935483870968;
    position: relative;
    margin-bottom: 10px;
}
.cost_wrap > li > h2 {
    font-size: 22px;
    font-weight: 700;
}
.cost_wrap > li > p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 14px;
    color:#666;
}
.cost_wrap > li > .price_wrap {
    position: absolute;
    bottom: 30px;
    right: 40px;
    text-align: right;
}
.cost_wrap > li > .price_wrap > .price {
    display: flex;
    align-items: center;
    margin-top: 12px;
}
.cost_wrap > li > .price_wrap > .price > h4 {
    font-size: 16px;
    font-weight: 600;
    margin-right: 20px;
}
.cost_wrap > li > .price_wrap > .price > h2 {
    font-size: 30px;
    font-weight: 700;
    color:#1E3A5C;
}
.b_list2 {
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
    margin-top: 50px;
}
.b_list2 > li {
    width: calc(50% - 5px);
    text-align: center;
    margin-bottom: 20px;
}
.b_list2 > li > .ico_busi {
    width: 80px;
    aspect-ratio: 1/1;
    background:#f9f9f9;
    border-radius: 10px;
    margin:0 auto
}
.b_list2 > li > .ico_busi.img01 {background:url('../img/ico_busi01.png') center no-repeat;background-size:contain;}
.b_list2 > li > .ico_busi.img02 {background:url('../img/ico_busi02.png') center no-repeat;background-size:contain;}
.b_list2 > li > .ico_busi.img03 {background:url('../img/ico_busi03.png') center no-repeat;background-size:contain;}
.b_list2 > li > .ico_busi.img04 {background:url('../img/ico_busi04.png') center no-repeat;background-size:contain;}
.b_list2 > li > .ico_busi.img05 {background:url('../img/ico_busi05.png') center no-repeat;background-size:contain;}
.b_list2 > li > h2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-top: 14px;
    word-break: keep-all;
}
.b_list2 > li > p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color:#666;
    margin-top: 12px;
    word-break: keep-all;
}
/* sub1_1 */


.cate_wrap {
    display: inline-block!important;
    background:#000;
    padding:10px 12px;
    color:#fff;
    margin-top: 30px;
    font-size: 14px;
    font-weight: 600;
}

.fix_menu {
    position: sticky;
    bottom: 50px;
    display: flex;
    justify-content: space-between;
    max-width: 675px;
    width: 100%;
    margin:0 auto;
    z-index: 999;
    padding:0 10px;
}
.fix_menu > li {
    width: calc(50% - 5px);
}
.fix_menu > li:last-child {
    display: none;
}
.fix_menu > li > a {
    display: block;
    width: 100%;
    height: 100%;
}





/* 입단 및 무료체험문의 */

.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 {
    display: flex;
    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: 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: 158px;
    height: 47px;
    margin: 40px auto 0;

}

.form-box .receive-btn input {
    width: 100%;
    height: 100%;
    color: #fff;
    background: #F1054D !important;
    border: 0;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;


}

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: 99999;
 }
 
 .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;
}