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: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 10px;
}
.section {
    padding-top: 40px;

    padding:60px 10px;
    overflow: hidden;

}
.login_wrap {
    display: none;
}
.tit {
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    text-align: center;
    word-break: keep-all;
    text-transform: uppercase;
    margin-top: 22px;
}
.tit.type2 {
    font-weight: 700;
}
.tit3 {
    text-transform: uppercase;
    width: 90%;
    margin:0 auto;
    font-size: 16px;
    color:#fff;
    background:#2AA4FF;
    border-radius: 50px;
    text-align: center;
    padding:8px 20px;
}
.tit3.type2 {
    width: 100%;
}
.tit_desc {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    margin-top: 20px;
    line-height: 24px;
    text-align: center;
    word-break: keep-all;
}
.smenu_wrap {
    margin-top: 100px;
}
.smenu_wrap > .inner {

}
.smenu {
    display: flex;
    justify-content: center;
}
.smenu > li {
    max-width: 297px;
    width: 100%;
    aspect-ratio:unset;
    height: 50px;
    background:#fff;
    border:4px solid #F5F5F5;
    border-right:0;
}

.smenu > li:last-child {
    border-right:4px solid #F5F5F5;
}
.smenu > li.active {
    background:#FFDF34;
    border:4px solid #FFDF34;
}
.smenu > li.active a {
}
.smenu > li > a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;

    line-height:44px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}
.br_pc {
    display: none;
}
.br_m {
    display: block;
}

.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;
}

.logo3 {
    width: 150px;
    aspect-ratio: 1/0.5466666666666667;
    background:url('../img/logo3.png') center no-repeat;
    background-size:contain;
    margin:0 auto;
}
.logo {
    width: 159px;
    height: 46px;
    background:url('../img/logo.png') center no-repeat;
    background-size:contain;
    transition: all .4s;
}
.header.active .logo {
    background:url('../img/logo2.png') center no-repeat;
    background-size:contain;
    width: 159px;
    height: 46px;
}

.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:100%;
    color:#fff;
    text-align: center;
    overflow: hidden;
}
.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;
}
.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 > .txt_wrap {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    color:#fff;
    transform: translate(-50%, -50%);
    text-align: center;
    
}
.mySwiper .swiper-slide > .txt_wrap > h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    word-break: keep-all;
}

.mySwiper .swiper-slide > .txt_wrap > p {
    font-size: 16px;
    margin-top: 20px;
    line-height: 24px;
}


.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;
}


.btn_wrap {
    width: 660px;
    display: flex;
    justify-content: center;
    margin:0 auto;
}
.btn_wrap > .btn_more {
    width: 220px;
    height: 80px;
    background:none;
    border:1px solid #fff;
    margin-right: 10px;
    border-radius: 5px;
    margin:40px auto 0;
    margin-right: 10px;
}
.btn_wrap > .btn_more:last-child {
    margin-right: 0;
}
.btn_wrap > .btn_more > a {
    line-height: 80px;
    font-size: 18px;
    font-weight: 300;
    color:#fff;
}

.btn_wrap.type2 > .btn_more {
    width: 220px;
    height: 80px;
    background:none;
    border:1px solid #ddd;
    margin-right: 10px;
    border-radius: 5px;
    margin:40px auto 0;
    margin-right: 10px;
}
.btn_wrap.type2 > .btn_more:last-child {
    margin-right: 0;
}
.btn_wrap.type2 > .btn_more > a {
    line-height: 80px;
    font-size: 18px;
    font-weight: 300;
    color:#666;
}
.btn_wrap.type2 > .btn_more > a:hover {
    color:#fff;
}
.btn_wrap.type2 > .btn_more:hover {
    background:#274AAF;
}
.btn_wrap > .btn_more:hover {
    background:rgba(255,255,255,0.3);
}
/* 메인배너 --*/





/* msec_01 */
.section.msec_01 {
    background:url('../img/msec01_bg.png') center no-repeat;
    background-size:cover;
}
.msec_01 > .inner > h4 {
    font-family: "Nanum Myeongjo", serif;
    font-size: 50px;
    margin-top: 80px;
    text-align: center;
}
.msec_01 > .inner > h6 {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    text-align: center;
    max-width: 790px;
    width:100%;
    margin:24px auto 0;
    border:1px dashed #ddd;
    padding:12px 0;
    line-height: 24px;
}
/* msec_01 */


/* msec_02 */
.msec_02 {
    background:url('../img/msec02_bg.png') center no-repeat;
    background-size:cover;
}
.msec_02 p {
    font-size: 18px;
    color:#fff;

}
.msec_02 h2 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 10px;
    color:#fff;
    line-height: 30px;
}
.img_graph {
    background:url('../img/img_graph.png') center no-repeat;
    background-size:cover;
    width: 100%;
    aspect-ratio: 1/0.40625;
}
/* msec_02 */


/* msec_03 */
.fran_worry_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}
.fran_worry_wrap > li {
    width: 80%;
    margin:0 auto;
    background:#001969;
    border-radius: 10px;
    position: relative;
    aspect-ratio: 1/1.496551724137931;
    margin-bottom: 20px;
}
.fran_worry_wrap > li.type2 {
    background:#0C49CB;
}
.ico_worry {
    width: 40px;
    height: 40px;
    background:red;
    margin:0 auto;
    transition: all .4s;
}
.fran_worry_wrap > li:hover .ico_worry {
    height: 0px;
    overflow: hidden;
}
.worry_cont {
    width: calc(100% - 40px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color:#fff;
    text-align: center;
    word-break: keep-all;
    
}
.worry_cont > h3 {
    width: 86px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color:#fff;
    background:#000;
    border-radius: 30px;
    margin:16px auto 0;
}
.worry_cont > h2 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin-top: 12px;
}
.worry_cont > .bar {
    width: 90%;
    height: 1px;
    border-top:1px dashed #fff;
    margin:28px auto;
    display: none;
}
.fran_worry_wrap > li:hover .bar {
    display: block;
}
.worry_cont > p {
    height: 0px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    transition: all .4s;
    word-break: keep-all;
}
.fran_worry_wrap > li:hover p {
    height: 180px;
}
/* msec_03 */

/* msec_04 */
.msec_04 {
    background:url('../img/msec04_bg.png') center no-repeat;
    background-size:cover;
}
.msec_04 > .inner > .tit {
    color:#fff;
}
.how_wrap {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.how_wrap > li {
    width: 100%;
    background:rgba(255,255,255,.9);
    border-radius: 10px;
    padding:40px 30px;
    margin-bottom: 20px;
}
.how_wrap > li > h2 {
    font-size: 20px;
    font-weight: 700;
}
.how_wrap > li > h3 {
    font-size: 18px;
    color:#0C49CB;
    margin-top: 20px;
    font-weight: 600;
}
.how_wrap > li > h4 {
    font-size: 18px;
    color:#2AA4FF;
    margin-top: 20px;
    font-weight: 600;
}
.how_wrap > li > p {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    line-height: 24px;
    margin-top: 12px;
    word-break: keep-all;
}
/* msec_04 */


/* sub1_1 */
.logo4 {
    max-width: 300px;
    width: 100%;
    aspect-ratio: 1/0.5466666666666667;
    background:url('../img/logo4.png') center no-repeat;
    background-size:contain;
    margin:0 auto;
}
.vision_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}
.vision_wrap > li {
    width: 80%;
    margin:0 auto 20px;
    background:#fff;
    padding:60px 20px;
}
.ico_vision {
    width: 60px;
    height: 60px;
    background:red;
    margin:0 auto;
}

.vision_wrap > li > h2 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 40px;
    text-align: center;
}
.vision_wrap > p {
    
}
.feature_wrap {
    margin-top: 60px;
}   
.feature_wrap > li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.feature_wrap > li > div.type1,
.feature_wrap > li > div.type2,
.feature_wrap > li > div.type3 {
    position: relative;
    width: 100%;
    background:#000;
    aspect-ratio: 1/0.5725;
    border-radius: 10px;
    padding:30px 60px;
    text-align: center;
    margin-bottom: 40px;
}
.feature_wrap > li > div:after {
    content:"";
    width: 10px;
    height: 15px;
    background:url('../img/feature_arrow.png') center no-repeat;
    background-size:contain;
    position: absolute;
    top:unset;
    bottom: -30px;
    right: unset;
    left: 50%;
    transform: translateX(-50%)!important;
    transform: rotate(90deg)!important;

}
.feature_wrap > li > div:last-child:after {
    display: none;
}
.feature_wrap > li > div.type1 {background-color: #ECF5F7;}
.feature_wrap > li > div.type2 {background-color: #F3F3F3;
display: flex;
justify-content: center;
align-items: center;}
.feature_wrap > li > div.type1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.feature_wrap > li > div.type3 {
    background-color: #001969;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.feature_wrap > li > div > h2 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
}
.feature_wrap > li > div > p {
    margin-top: 12px;
}
.feature_wrap > li > div.type2 > h2 {
    font-weight: 400;
}
.feature_wrap > li > div.type3 > h2 {
    color:#fff;
}
.feature_wrap > li > div.type3 > p {
    color:#fff;
}
.feature_wrap > li > div > h3 {
    font-size: 24px;
    font-weight: 700;
    color:#FFE500;
    margin-top: 12px;
}

.greeting_bg {
    background:url('../img/greeting_bg.jpg') center no-repeat;
    background-size:cover;
}
.greeting_wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.greeting_img {
    width: calc(60% - 20px);
    aspect-ratio: 1/1.378076062639821;
    background:url('../img/img_greeting.png') center no-repeat;
    background-size:contain;
}
.greeting_cont {
    width: 100%;
    margin-top: 20px;
}
.greeting_cont > h2 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
}
.greeting_cont > p {
    text-align: left;
}
.greeting_cont > p > span {
    font-weight: 700;
    color:#06369d;
}

/* sub1_1 */



/* sub2_1 */
.fran_bonbu {
    max-width: 1120px;
    width: 100%;
    margin:60px auto 0;
}

.f_menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}
.f_menu > li {
    width: 100%;
    background:#fff;
    border:1px solid #ddd;
    margin-bottom: 20px;
    transition: all .4s;
}
.f_menu.type2 > li {
    width: calc(50% - 20px);
}

.f_menu > li:hover {
    transform: translateY(-10px);
}
.f_menu > li > a {
    padding:20px 20px;
    display: flex;
    align-items: center;
}
.ico_fmenu {
    width: 50px;
    height:50px;
    background:#ddd;
    margin-right: 20px;
}
.ico_fmenu.img01 {background:url('../img/ico_fmenu01.png') center no-repeat;background-size:contain;}
.ico_fmenu.img02 {background:url('../img/ico_fmenu02.png') center no-repeat;background-size:contain;}
.ico_fmenu.img03 {background:url('../img/ico_fmenu03.png') center no-repeat;background-size:contain;}
.ico_fmenu.img04 {background:url('../img/ico_fmenu04.png') center no-repeat;background-size:contain;}
.ico_fmenu.img05 {background:url('../img/ico_fmenu05.png') center no-repeat;background-size:contain;}
.ico_fmenu.img06 {background:url('../img/ico_fmenu06.png') center no-repeat;background-size:contain;}
.f_menu > li >  a > h2 {
    font-size: 18px;
    font-weight: 700;
}
/* sub2_1 */



/* sub2_2 */
.gameng_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}
.gameng_wrap > li {
    width: 100%;
    border:1px solid #ddd;
    border-radius: 10px;
    padding:50px 20px;
    margin-bottom: 40px;
    position: relative;
}
.gameng_wrap > li:first-child:after {
    display: none;
    content:"";
    width: 124px;
    height: 65px;
    background:url('../img/gameng_img.png') center no-repeat;
    background-size:contain;
    position: absolute;
    top: unset;
    right: unset;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.gameng_wrap > li > h2 {
    font-size: 18px;
    font-weight: 700;
    color:#fff;
    background:#001969;
    text-align: center;
    padding:14px 0;
}
.gameng_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-bottom: 1px dashed #ddd;;
    padding-bottom: 30px;
    margin-top: 30px;
}
.gameng_box > h3 {
    width: 58px!important;
    height: 31px;
    font-size: 16px;
    font-weight: 700;
    color:#fff;
    background-color: #0C49CB;
    border-radius: 20px;
    text-align: center;
    line-height: 31px;
}
.gameng_cont {
    margin-top: 6px;
    max-width: 422px;
    width: 100%;
}
.gameng_cont > h4 {
    font-size: 18px;
    word-break: keep-all;
    line-height: 26px;
    font-weight: 700;
}
.gameng_cont > p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color:#666;
    margin-top: 14px;
    word-break: keep-all;
}
.gameng_tit {
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    line-height: 28px;
    word-break: keep-all;
}

.jamun_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}
.jamun_wrap > li {
    width: calc(50% - 5px);
    margin-bottom: 20px;
}
.img_jamun {
    aspect-ratio: 1/.75;
    background:#ddd;
}
.jamun_wrap > li > h2 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 18px;
    text-align: center;
    word-break: keep-all;
}

.benefit_wrap {
    background:url('../img/benefit_bg.png') center no-repeat;
    background-size:cover;
}

.benefit_wrap > .inner > .tit {
    color:#fff;
}
.benefit_wrap h4 {
    font-size: 16px;
    font-weight: 700;
    color:#fff;
    text-align: center;
    line-height: 24px;
    margin-top: 60px;
}
.round_wrap {
    display: flex;
    justify-content: space-between;
    max-width: 600px;
    width: 100%;
    margin:60px auto 0;
}
.round_wrap > div {
    width: calc(50% - 5px);
    aspect-ratio: 1/1;
    border-radius: 50%;
    background:#0C49CB;
    position: relative;
} 
.round_wrap > div:last-child {
    background:#001969;
}
.round_wrap > div > h2 {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color:#fff;

}


.jamun_wrap2 {
    margin-top: 60px;
}
.jamun_wrap2 > li {
    border:1px solid #ddd;
    border-radius: 10px;
    text-align: center;
    padding:20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    word-break: keep-all;
}
/* sub2_2 */


/* sub2_3 */
.gameng_tit2 {
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.ico_gameng {
    width: 26px;
    aspect-ratio: 1/1;
    background:url('../img/ico_gameng.png') center no-repeat;
    background-size:contain;
    margin-right: 8px;
}
.gameng_tit2 > h2 {
    font-size: 16px;
    font-weight: 700;
    word-break: keep-all;
}
.gameng_wrap2 {
    border:1px solid #ddd;
    border-radius: 10px;
    padding:40px 20px;
    font-size: 16px;
    font-weight: 300;
    color:#666;
    line-height: 24px;
    word-break: keep-all;
    margin-top: 20px;
}
/* sub2_3 */


/* sub2_4 */
.marketing_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}
.marketing_wrap > li {
    width: 100%;
    margin-bottom: 20px;
}
.img_marketing {
    aspect-ratio: 1/.75;
    background:#000;
    border-radius: 10px 10px 0;
}

.marketing_cont {
    border:1px solid #ddd;
    border-radius: 0 0 10px;
    padding:30px;
    text-align: center;
}
.marketing_cont > h3 {
    width: 162px;
    height: 37px;
    background:#001969;
    color:#fff;
    font-size: 14px;
    text-align: center;
    line-height: 37px;
    margin:0 auto;
    border-radius: 30px;

}
.marketing_cont > h2 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 20px;
}
.marketing_cont > h5 {
    font-size: 16px;
    font-weight: 600;
    color:#666;
    margin-top: 10px;
}
.marketing_cont > .bar {
    width: 100%;
    height: 1px;
    border-top:1px dashed #ddd;
    margin:30px 0;
}
.marketing_cont > p {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    line-height: 24px;
    word-break: keep-all;
}
.differ_bg {
    background:url('../img/differ_bg.png') center no-repeat;
    background-size:cover;
}
.differ_bg > .inner > .tit {
    color:#fff;
}
.differ {
    background:#097CD3;
    border-radius: 10px 0 10px;
    padding:42px 20px;
    margin-top: 60px;
    
}
.differ > h2 {
    font-size: 18px;
    word-break: keep-all;
    line-height: 26px;
    font-weight: 700;
    color:#fff;
    text-align: center;
}
.arrow2 {
    width: 29px;
    height: 43px;
    background:url('../img/arrow2.png') center no-repeat;
    background-size:contain;
    margin:40px auto;
}
.differ_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.differ_wrap > li {
    width: 100%;
    padding:20px;
    border:1px dashed #fff;
    border-radius: 30px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color:#fff;
    margin-bottom: 20px;
    word-break: keep-all;
}


.brand_wrap {
    border-radius: 10px;
    padding:40px 20px;
    margin-top: 60px;
    background:#001969;
}
.brand_wrap > h2 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color:#FFDD35;
}
.brand_wrap > p {
    text-align: left;
    color:#fff;
}
.brand_area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}
.brand_area > li {
    width: calc(50% - 5px);
    text-align: center;
    background:#577eff;
    border-radius: 10px;
    padding:20px;
    color:#fff;
    margin-bottom: 10px;
}
.brand_wrap2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.brand_wrap2 > li {
    width: 100%;
    border-radius: 10px;
    border:1px solid #ddd;
    padding:40px 20px;
    margin-bottom: 20px;
    background:#f9f9f9;
}
.brand_wrap2 > li > h2 {
    font-size: 22px;
    font-weight: 700;
}
.brand_wrap2 > li > ol {
    margin-top: 20px;
    list-style: circle;
    font-size: 16px;
    font-weight: 300;
    color:#666;
    line-height: 24px;
    padding-left: 20px;
}
.brand_wrap2 > li > p {
    margin-top: 0;
    text-align: left;

}
/* sub2_4 */

/* sub2_6 */
.area_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}
.area_wrap > li {
    width: 100%;
    margin-bottom: 20px;
}
.img_area {
    aspect-ratio: 1/.75;
    background:#ddd;
}
.img_area.img01 {background:url('../img/img_area01.png') center no-repeat;background-size:cover;}
.img_area.img02 {background:url('../img/img_area02.png') center no-repeat;background-size:cover;}
.img_area.img03 {background:url('../img/img_area03.png') center no-repeat;background-size:cover;}
.img_area.img04 {background:url('../img/img_area04.png') center no-repeat;background-size:cover;}

.area_wrap > li > h2 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-top: 22px;
}
.area_wrap > li > p {
    text-align: left;
}
.global_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}
.global_wrap > div {
    width: 100%;
    margin-bottom: 10px;
}
/* sub2_6 */

/* sub3_1 */
.team_img {
    max-width: 1028px;
    width: 100%;
    margin:60px auto 0;
}
.team_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}
.team_wrap > li {
    width: 100%;
    margin-bottom: 10px;
    border:1px solid #ddd;
    padding:60px 0;
    text-align: center;
}
.team_wrap > li.type2 {
    background-color: #F2F3F7;
}
.team_wrap > li > .box1 {
    width: 200px;
    height: 37px;
    background:#2AA4FF;
    border-radius: 30px;
    margin:0 auto;
    font-size: 16px;
    color:#fff;
    text-align: center;
    line-height: 37px;
}
.team_wrap > li > h2 {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    margin-top: 18px;
    word-break: keep-all;
}
.team_wrap > li > p {}
.team_wrap > li > .box2 {
    width: 286px;
    height: 37px;
    background:#F9F9F9;
    border-radius: 30px;
    margin:0 auto;
    font-size: 16px;
    color:#000;
    text-align: center;
    line-height: 37px;
    margin-top: 40px;
}
/* sub3_1 */

/* sub3_2 */
.img_headquarter {
    max-width: 902px;
    width: 100%;
    margin:60px auto 0;
}

.member_wrap2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}
.member_wrap2 > li {
    width: 100%;
    border:1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 40px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-direction: column;
    padding:40px 20px;
}
.img_member2 {
    width: 40%;
    aspect-ratio: 1/1.3;
    background:#ddd;
    margin:0 auto;
}
.img_member2.img01 {
    background:url('../img/img_member2_01.png') center no-repeat;
    background-size:contain;
}
.img_member2.img02 {
    background:url('../img/img_member2_02.png') center no-repeat;
    background-size:contain;
}
.img_member2.img03 {
    background:url('../img/img_member2_03.png') center no-repeat;
    background-size:contain;
}
.img_member2.img04 {
    background:url('../img/img_member2_04.png') center no-repeat;
    background-size:contain;
}
.member_cont {
    width: 100%;
    margin-top: 20px;
    
}

.member_cont > h2 {
    font-size: 20px;
    font-weight: 700;
}
.member_cont > h2 > span {}
.member_cont > p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 14px;
    color:#666;
    word-break: keep-all;
}
.bg3_2 {
    background:url('../img/bg3_2.png') center no-repeat;
    background-size:cover;
}
.ul32 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}
.ul32 > li {
    width: 100%;
    margin-bottom: 10px;
    background:#f9f9f9;
    padding:60px 0;
    text-align: center;
    border-radius: 10px;
}
.ico_ul32 {
    width: 60px;
    height: 60px;
    background:red;
    margin:0 auto;
}
.ico_ul32.img01 {
    background:url('../img/ico_ul3201.png') center no-repeat;
    background-size:contain;
}
.ico_ul32.img02 {
    background:url('../img/ico_ul3202.png') center no-repeat;
    background-size:contain;
}
.ul32 > li > h3 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    color:#0C49CB;
}
.ul32 > li > h2 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 12px;
    text-transform: uppercase;
}
/* sub3_2 */



/* sub3_3 */
.member_wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 60px;
}
.member_wrap > li {
    width: calc(50% - 5px);
    margin-bottom: 20px;
    text-align: center;
    margin-right: 0px;
}
.member_wrap > li:nth-child(3n) {
    margin-right: 0;
}
.img_member {
    aspect-ratio: 1/1.137931034482759;
    background:#ddd;
}
.member_wrap > li > h3 {
    width: 120px;
    height: 30px;
    background:#097CD3;
    color:#fff;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    font-weight: 300;
    margin-top: 18px;
    margin:20px auto 0;
    border-radius: 30px;
}
.member_wrap > li > h2 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 12px;
}
.member_wrap > li > p {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    line-height: 24px;
    margin-top: 10px;
    word-break: keep-all;
}
/* sub3_3 */




/* sub4_1 */
.process_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    flex-wrap: wrap;
}
.process_wrap > li {
    width: 80%;
    text-align: center;
    border:1px solid #ddd;
    border-radius: 10px;
    position: relative;
    margin:0 auto 40px;
}
.process_wrap > li:after {
    content:"";
    width: 10px;
    height: 15px;
    background:url('../img/feature_arrow.png') center no-repeat;
    background-size:contain;
    position: absolute;
    top: unset;
    right:unset;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
}
.process_wrap > li:nth-child(3n):after {
    display: none;
}
.img_process {
    width: 40px;
    aspect-ratio: 1/1;
    margin:0 auto;
    /* aspect-ratio: 1/.75;*/
    background:#ddd;
}

.img_process.img01 {background:url('../img/img_process011.png') center no-repeat;background-size:cover;}
.img_process.img02 {background:url('../img/img_process022.png') center no-repeat;background-size:cover;}
.img_process.img03 {background:url('../img/img_process033.png') center no-repeat;background-size:cover;}
.img_process.img04 {background:url('../img/img_process044.png') center no-repeat;background-size:cover;}
.img_process.img05 {background:url('../img/img_process055.png') center no-repeat;background-size:cover;}
.img_process.img06 {background:url('../img/img_process066.png') center no-repeat;background-size:cover;}

/* .img_process.img01 {background:url('../img/img_process01.png') center no-repeat;background-size:cover;}
.img_process.img02 {background:url('../img/img_process02.png') center no-repeat;background-size:cover;}
.img_process.img03 {background:url('../img/img_process03.png') center no-repeat;background-size:cover;}
.img_process.img04 {background:url('../img/img_process04.png') center no-repeat;background-size:cover;}
.img_process.img05 {background:url('../img/img_process05.png') center no-repeat;background-size:cover;}
.img_process.img06 {background:url('../img/img_process06.png') center no-repeat;background-size:cover;} */
.process_wrap > li > .box {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.process_wrap > li > .box > h3 {
    width: 120px;
    height: 37px;
    color:#097CD3;
    text-align: center;
    line-height: 37px;
    font-size: 14px;
    font-weight: 700;
    margin-top: 18px;
    margin:20px auto 0;
    border-radius: 30px;
}
.process_wrap > li > .box > h2 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 0px;
}
.process_wrap > li > .box > p {
    font-size: 14px;
    font-weight: 300;
    color:#666;
    word-break: keep-all;
    line-height: 24px;
    margin-top: 12px;
}
/* sub4_1 */


.cate_wrap {
    display: inline-block!important;
    background:#000;
    padding:10px 12px;
    color:#fff;
    margin-top: 30px;
    font-size: 14px;
    font-weight: 600;
}




footer {
    background:#000;
    padding:60px 0;
    background-size:cover;
}
footer > .inner {
    display: flex!important;
    flex-direction: column;
}

footer > .inner >  .logo {
    width: 100px;
    height: 49px;
    background:url('../img/logo.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: 12px;
    font-weight: 300;
    color:#8D8D8D!important;
    line-height: 20px;
    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: 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: 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_btn2.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;
}