html,body {
    height: 100%;
    scroll-behavior: smooth;
    background:#fff!important;
}

@import url(//fonts.googleapis.com/earlyaccess/nanumpenscript.css);

.nanumpenscript * {
 font-family: 'Nanum Pen Script', cursive;
}
.brand_color {
    color:#274AAF;
}
.color_black {
    color:#000!important;
}
.test_box {
    width: 200px;
    height: 50px;
    background:red;
    color:#fff;
}

.bg_gray {
    background:#f9f9f9;
    padding:40px 10px!important;
    margin-top:100px;
}
.mt0 {
    margin-top: 0!important;
}
.mt20 {
    margin-top: 20px!important;
}
.mt30 {
    margin-top: 30px!important;
}
.mt40 {
    margin-top: 40px!important;
}
.pd0 {
    padding: 0!important;
}

.btn_more {
    width: 200px;
    height: 60px;
    border-radius: 30px;
    margin:20px auto 0;
}
.btn_more > a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    border:1px solid #ddd;
    font-weight: 300;
    color:#fff;
    border-radius: 30px;;
}
.btn_more > a:hover {
    background:#274AAF;
    border:0;
}
.bar {
    width: 1px;
    margin:60px auto 0;
    height: 200px;    
    background:#ddd;
}
.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;
}

.desc_list {
    display: flex;
    margin-top: 20px;
}

.desc_list > li {
    width: calc(50% - 20px);
    font-size: 18px;
    line-height: 26px;
    color:#666;
}
.desc_list.type2 > li {
    width: 100%;
}

.tit {
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    margin-top: 22px;
}
.tit.type2 {
    font-weight: 700;
}
.tit.type3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}
.tit.type4 {
    
    color:#fff;
}
.tit3 {
    text-transform: uppercase;
    width: 340px;
    margin:0 auto;
    font-size: 22px;
    color:#fff;
    background:#2AA4FF;
    border-radius: 50px;
    text-align: center;
    padding:8px 20px;
}
.tit3.type2 {
    width: 400px;
}

.tit_desc {
    font-size: 18px;
    font-weight: 300;
    color:#666;
    margin-top: 20px;
    line-height: 26px;
    text-align: center;
    word-break: keep-all;
}
.sub_banner_wrap {
    overflow: hidden;
}
.sub_banner {
    background:url('../img/sub_banner.png') center no-repeat;
    background-size:cover;
    height: 500px;
    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%);
    color:#fff;
    text-align: center;
}

.sub_banner_tit > h2 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    animation : text 1s .2s both!important;
}

.sub_banner_tit > p {
    font-size: 18px;
    font-weight: 300;
    margin-top: 20px;
    line-height: 26px;
    animation : text 1s .4s both!important;
}

.sub_tit {
    font-size: 30px;
    font-weight: 700;
    position: relative;
    text-align: center;
}
.sub_tit2 {
    font-size: 30px;
    margin-top: 60px;
    font-weight: 700;
    color:#27983B;
    text-align: center;
}
.sub_tit3 {
    font-size: 30px;
    margin-top: 30px;
    text-align: center;
    line-height: 40px;
}
.sub_tit4 {
    font-size: 24px;
    margin-top: 40px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 32px;
}
.sub_desc {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    color:#666;
    margin-top: 20px;
    line-height: 26px;
}
.smenu_wrap {
    margin-top: 100px;
}
.smenu_wrap > .inner {

}
.smenu {
    display: flex;
    justify-content: center;
}
.smenu > li {
    max-width: 297px;
    width: 100%;
    aspect-ratio: 1/0.2222222222222222;
    background:#fff;
    border:4px solid #F5F5F5;
    border-right:0;
}

.smenu > li:last-child {
    border-right:4px solid #F5F5F5;
}
.smenu > li.active {
    background:#FFDF34;
    border:0;
}
.smenu > li.active a {
}
.smenu > li > a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 66px;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
}




.sub_section {
    padding:100px 0!important;
}
.sub_section.type2 {
    padding:50px 0!important;
}
.hide {
    position: absolute;
    top: -9999px;
    left: -9999px;
    width: 1px;
    height: 1px;
    text-indent: -9999px;
}
.fw700 {
    font-weight: 700;
}
.board.inner {
    margin-top: 80px;
    margin-bottom: 120px;
}
.inner {
    max-width: 1280px;
    margin:0 auto;
}
.section {
    padding: 100px 0;
}

.brand_stit {
    font-size: 18px;
    font-weight: 700;
    color:#274AAF;
    text-transform: uppercase;
}
.brand_tit {
    font-size: 40px;
    line-height: 48px;
    margin-top: 30px;
}
.brand_desc {
    font-size: 20px;
    font-weight: 300;
    color:#666;
    margin-top: 30px;
    line-height: 26px;
}
.br_pc {
    display: block;
}
.br_m {
    display: none;
}

.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}


/* 헤더 */
.header {
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    transition: all .4s;;  
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0 100px;
}

.header.active {
    background:#fff;
    box-shadow: 2px 2px 10px rgba(0,0,0,.1);
}
.logo3 {
    width: 300px;
    aspect-ratio: 1/0.5466666666666667;
    background:url('../img/logo3.png') center no-repeat;
    background-size:contain;
    margin:0 auto;
}
.logo {
    width: 259px;
    height: 56px;
    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;
    width: 259px;
    height: 56px;
}
.logo > a {
    font-family: 'SCoreDream'!important;
    font-size: 30px;
    font-weight: 700;
    color:#fff;

    display: block;
    width: 100%;
    height: 100%;
}

.nav {
    display: flex;
    align-items: center;
}

.nav > li {
    margin-right: 60px;
    position: relative;
    height: 100%;
    line-height: 100px;
    transition: all .4s;
}
.header.active .nav > li {
    line-height: 70px;
}
.nav > li > a {
    font-size: 18px;
    font-weight: 600;
    display: block;
    height: 100%;
    width: 100%;
    color:#fff;
}
.header.active .nav > li > a {
    color:#000;
}

.nav.sub > li > a {
    color:#000;
    
}


.nav > li > a:hover {
    color:rgba(255,255,255,.5);
    position: relative;
}
.nav > li.active {
    position: relative;
}


.nav > li:last-child {
    margin-right: 0;
}

.snb {
    display: none;
    padding:20px;
    width: 250px;
    background:#0C49CB;
    border-top:0;
    position: absolute;
    top:70px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    line-height:normal;
    transition: all .4s;
}


.nav > li.active > .snb {
    display: block;
}

.snb > li {
    margin-bottom: 20px;
}
.snb > li:last-child {
    margin-bottom: 0;
}
.snb > li > a {
    font-family: 'pretendard',sans-serif;
    color:#fff;
    font-size: 16px;
    font-weight: 300;
}

.btn_contact {
    border:1px solid rgba(255,255,255,0);
    
}
.btn_contact > a {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color:#fff;
    padding: 15px 50px;
}
.header.active .btn_contact {
    border:1px solid rgba(0,0,0,0.4);
}
.header.active .btn_contact > a {
    color:#333;
}


/* 메인배너 */
.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: 50px;
    font-weight: 700;
    word-break: keep-all;
}

.mySwiper .swiper-slide > .txt_wrap > p {
    font-size: 20px;
    margin-top: 20px;
    line-height: 28px;
    word-break: keep-all;
}


.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: 100px;
    margin-top: 80px;
    text-align: center;
}
.msec_01 > .inner > h6 {
    font-size: 18px;
    font-weight: 300;
    color:#666;
    text-align: center;
    max-width: 790px;
    width:100%;
    margin:24px auto 0;
    border:1px dashed #ddd;
    padding:12px 0;
}
/* msec_01 */


/* msec_02 */
.msec_02 {
    background:url('../img/msec02_bg.png') center no-repeat;
    background-size:cover;
}
.msec_02 p {
    font-size: 26px;
    color:#fff;

}
.msec_02 h2 {
    font-size: 50px;
    font-weight: 700;
    margin-top: 10px;
    color:#fff;
    line-height: 60px;
}
.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;
    margin-top: 60px;
}
.fran_worry_wrap > li {
    width: calc(25% - 20px);
    background:#001969;
    border-radius: 10px;
    position: relative;
    aspect-ratio: 1/1.296551724137931;
}
.fran_worry_wrap > li.type2 {
    background:#0C49CB;
}
.ico_worry {
    width: 80px;
    height: 80px;
    background:red;
    margin:0 auto;
    transition: all .4s;
}
.ico_worry.img01 {background:url('../img/ico_worry01.png') center no-repeat;background-size:contain;}
.ico_worry.img02 {background:url('../img/ico_worry02.png') center no-repeat;background-size:contain;}
.ico_worry.img03 {background:url('../img/ico_worry03.png') center no-repeat;background-size:contain;}
.ico_worry.img04 {background:url('../img/ico_worry04.png') center no-repeat;background-size:contain;}
.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: 16px;
    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: 120px;
}
/* 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;
    justify-content: space-between;
}
.how_wrap > li {
    width: calc(33.33% - 20px);
    /* background:rgba(255,255,255,.9); */
    border:1px solid #ddd;
    border-radius: 10px;
    padding:40px 40px;
}
.how_wrap > li > h2 {
    font-size: 24px;
    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: 18px;
    font-weight: 300;
    color:#666;
    line-height: 26px;
    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;
    margin-top: 60px;
}
.vision_wrap > li {
    width: calc(33.33% - 20px);
    background:#fff;
    padding:60px 20px;
}
.ico_vision {
    width: 80px;
    height: 80px;
    background:red;
    margin:0 auto;
}
.ico_vision.img01 {background:url('../img/ico_vision01.png') center no-repeat;background-size:cover;}
.ico_vision.img02 {background:url('../img/ico_vision02.png') center no-repeat;background-size:cover;}
.ico_vision.img03 {background:url('../img/ico_vision03.png') center no-repeat;background-size:cover;}

.vision_wrap > li > h2 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 40px;
    text-align: center;
}
.vision_wrap > p {}
.feature_wrap {
    margin-top: 60px;
}   
.feature_wrap > li {
    display: flex;
    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: calc(33.33% - 20px);
    background:#000;
    aspect-ratio: 1/0.5725;
    border-radius: 10px;
    padding:30px 60px;
    text-align: center;
}
.feature_wrap > li > div:after {
    content:"";
    width: 20px;
    height: 25px;
    background:url('../img/feature_arrow.png') center no-repeat;
    background-size:contain;
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
}
.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;
    justify-content: space-between;
    align-items: center;
}
.greeting_img {
    width: calc(40% - 20px);
    aspect-ratio: 1/1.378076062639821;
    background:url('../img/img_greeting.png') center no-repeat;
    background-size:contain;
}
.greeting_cont {
    width: calc(60% - 20px);
}
.greeting_cont > h2 {
    font-size: 30px;
    line-height: 38px;
    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: calc(33.33% - 20px);
    background:#fff;
    border:1px solid #ddd;
    margin-bottom: 40px;
    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: 80px;
    height: 80px;
    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: 20px;
    font-weight: 700;
}

/* sub2_1 */



/* sub2_2 */
.gameng_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.gameng_wrap > li {
    width: calc(50% - 80px);
    border:1px solid #ddd;
    border-radius: 10px;
    padding:50px 30px;
    position: relative;
}
.gameng_wrap > li:first-child:after {
    content:"";
    width: 124px;
    height: 65px;
    background:url('../img/gameng_img.png') center no-repeat;
    background-size:contain;
    position: absolute;
    top: 50%;
    right: -145px;
    transform: translateY(-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;
    justify-content: space-between;
    border-bottom: 1px dashed #ddd;;
    padding-bottom: 30px;
    margin-top: 30px;
}
.gameng_box:last-child {
    border:0;
    padding-bottom: 0;
}
.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;
    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: 24px;
    font-weight: 300;
    text-align: center;
    line-height: 32px;
}

.jamun_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.jamun_wrap > li {
    width: calc(25% - 20px);
}
.img_jamun {
    aspect-ratio: 1/.75;
    background:#ddd;
}
.img_jamun.img01 {background:url('../img/img_jamun01.png') center no-repeat;background-size:cover;}
.img_jamun.img02 {background:url('../img/img_jamun02.png') center no-repeat;background-size:cover;}
.img_jamun.img03 {background:url('../img/img_jamun03.png') center no-repeat;background-size:cover;}
.img_jamun.img04 {background:url('../img/img_jamun04.png') center no-repeat;background-size:cover;}
.jamun_wrap > li > h2 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 18px;
    text-align: center;
    word-break: keep-all;
}

.jamun_wrap2 {
    margin-top: 60px;
}
.jamun_wrap2 > li {
    border:1px solid #ddd;
    border-radius: 30px;
    text-align: center;
    padding:20px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 300;
}


.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: 26px;
    font-weight: 700;
    color:#fff;
    text-align: center;
    line-height: 34px;
    margin-top: 60px;
}
.benefit_wrap h4 > span {
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    color:#eee;
}
.round_wrap {
    display: flex;
    justify-content: space-between;
    max-width: 600px;
    width: 100%;
    margin:60px auto 0;
}
.round_wrap > div {
    width: calc(50% - 20px);
    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: 26px;
    line-height: 34px;
    text-align: center;
    color:#fff;

}
/* sub2_2 */


/* sub2_3 */
.gameng_tit2 {
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.ico_gameng {
    width: 36px;
    aspect-ratio: 1/1;
    background:url('../img/ico_gameng.png') center no-repeat;
    background-size:contain;
    margin-right: 8px;
}
.gameng_tit2 > h2 {
    font-size: 24px;
    font-weight: 700;
}
.gameng_wrap2 {
    border:1px solid #ddd;
    border-radius: 10px;
    padding:40px;
    font-size: 18px;
    font-weight: 300;
    color:#666;
    line-height: 26px;
    word-break: keep-all;
    margin-top: 20px;
}
.gameng_wrap2.type2 {
    background:#f9f9f9;
}
.gameng_wrap2 > h2 {
    font-size: 20px;
    color:#000;
    font-weight: 700;
}
.gameng_wrap2 > p {
    margin-top: 8px;
}
/* sub2_3 */


/* sub2_4 */
.marketing_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.marketing_wrap > li {
    width: calc(33.33% - 20px);
}
.img_marketing {
    aspect-ratio: 1/.75;
    background:#000;
    border-radius: 10px 10px 0;
}
.img_marketing.img01 {background:url('../img/img_marketing01.png') center no-repeat;background-size:cover;}
.img_marketing.img02 {background:url('../img/img_marketing02.png') center no-repeat;background-size:cover;}
.img_marketing.img03 {background:url('../img/img_marketing03.png') center no-repeat;background-size:cover;}

.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: 16px;
    text-align: center;
    line-height: 37px;
    margin:0 auto;
    border-radius: 30px;

}
.marketing_cont > h2 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px;
}
.marketing_cont > h5 {
    font-size: 18px;
    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: 18px;
    font-weight: 300;
    color:#666;
    line-height: 26px;
    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 0;
    margin-top: 60px;
}
.differ > h2 {
    font-size: 22px;
    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: calc(50% - 20px);
    padding:20px 0;
    border:1px dashed #fff;
    border-radius: 30px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color:#fff;
    margin-bottom: 20px;
}

.brand_wrap {
    border-radius: 10px;
    padding:40px 40px;
    margin-top: 60px;
    background:#001969;
}
.brand_wrap > h2 {
    font-size: 24px;
    font-weight: 700;
    color:#FFDD35;
}
.brand_wrap > p {
    text-align: left;
    color:#fff;
}
.brand_area {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.brand_area > li {
    width: calc(25% - 20px);
    text-align: center;
    background:#577eff;
    border-radius: 10px;
    padding:20px;
    color:#fff;
}
.brand_wrap2 {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.brand_wrap2 > li {
    width: calc(50% - 20px);
    border-radius: 10px;
    border:1px solid #ddd;
    padding:40px 40px;
    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 */
.global_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.global_wrap > div {
    width: calc(50% - 20px);
}
.area_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}
.area_wrap > li {
    width: calc(50% - 20px);
    margin-bottom: 40px;
}
.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: 24px;
    font-weight: 700;
    margin-top: 22px;
}
.area_wrap > li > p {
    text-align: left;
}
/* sub2_6 */

/* sub3_1 */
.d_arrow {
    width: 34px;
    height: 47px;
    margin:20px auto;
    background:url('../img/d_arrow.png') center no-repeat;
    background-size:contain;
}
.team_img {
    max-width: 1028px;
    width: 100%;
    margin:60px auto 0;
}
.team_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0px;
}
.team_wrap > li {
    width: calc(33.33% - 20px);
    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: 18px;
    color:#fff;
    text-align: center;
    line-height: 37px;
}
.team_wrap > li > h2 {
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    margin-top: 18px;

}
.team_wrap > li > p {}
.team_wrap > li > .box2 {
    display: none;
    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: calc(50% - 20px);
    border:1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:40px 20px;
}
.img_member2 {
    width: calc(40% - 10px);
    aspect-ratio: 1/1.3;
    background:#ddd;
}
.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: calc(60% - 10px);
    
}

.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;
    justify-content: space-between;
    margin-top: 60px;
}
.ul32 > li {
    width: calc(50% - 20px);
    background:#f9f9f9;
    padding:60px 0;
    text-align: center;
    border-radius: 10px;
}
.ico_ul32 {
    width: 80px;
    height: 80px;
    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: 18px;
    font-weight: 600;
    margin-top: 20px;
    color:#0C49CB;
}
.ul32 > li > h2 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 12px;
    text-transform: uppercase;
}
/* sub3_2 */



/* sub3_3 */
.img_gameng {
    max-width: 240px;
    width: 100%;
    aspect-ratio: 1/1;
    background:url('../img/img_gameng.png') center no-repeat;
    background-size:contain;
    margin:0 auto;
}
.member_wrap {
    max-width: 950px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin:60px auto 0;
}
.member_wrap > li {
    width: calc(33.33% - 20px);
    margin-bottom: 40px;
    text-align: center;
    margin-right: 25px;
}
.member_wrap > li:nth-child(3n) {
    margin-right: 0;
}
.img_member {
    aspect-ratio: 1/1.137931034482759;
    background:#ddd;
}
.img_member.img01 {background:url('../img/img_member01.png') center no-repeat;background-size:contain;}
.img_member.img02 {background:url('../img/img_member02.png') center no-repeat;background-size:contain;}
.img_member.img03 {background:url('../img/img_member03.png') center no-repeat;background-size:contain;}
.img_member.img04 {background:url('../img/img_member04.png') center no-repeat;background-size:contain;}
.img_member.img05 {background:url('../img/img_member05.png') center no-repeat;background-size:contain;}
.member_wrap > li > h3 {
    width: 150px;
    height: 37px;
    background:#097CD3;
    color:#fff;
    text-align: center;
    line-height: 37px;
    font-size: 16px;
    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;
}
/* sub3_3 */




/* sub4_1 */
.process_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    flex-wrap: wrap;
}
.process_wrap > li {
    width: calc(33.33% - 40px);
    aspect-ratio: 1/1;
    margin-bottom: 60px;
    text-align: center;
    border:1px solid #ddd;
    border-radius: 50%;
    position: relative;
}
.process_wrap > li:after {
    content:"";
    width: 20px;
    height: 25px;
    background:url('../img/feature_arrow.png') center no-repeat;
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
}
.process_wrap > li:nth-child(3n):after {
    display: none;
}
.img_process {
    width: 80px;
    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: 22px;
    font-weight: 700;
    margin-top: 0px;
}
.process_wrap > li > .box > p {
    font-size: 16px;
    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;
}
/* 푸터 */


.q_menu {
    z-index: 9999;
    position: fixed;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.q_menu > li {
    width: 80px;
    height: 80px;
    border:1px solid rgba(0,0,0,0);
}

.qmenu01 {
    background:url('../img/q01.png') center no-repeat;
    background-size:contain;
}
.qmenu02 {
    background:url('../img/q02.png') center no-repeat;
    background-size:contain;
}
.qmenu01:hover {
    background:url('../img/q011.png') center no-repeat;
    background-size:contain;
}
.qmenu02:hover {
    background:url('../img/q022.png') center no-repeat;
    background-size:contain;
}
.qmenu03 {
    background:#413F3C;
}
.qmenu04 {
    background:#000000;
}
.q_menu > li > a {
    display: block;
    width: 100%;
    height: 100%;
}
.ico_qmenu {
    width: 30px;
    height: 30px;
    background:#6E0E10;
    margin: 13px auto 0;
}
.ico_qmenu.img01 {
    background:url('../img/ico_qmenu01.png') center no-repeat;
    background-size:contain;
}
.ico_qmenu.img02 {
    background:url('../img/ico_qmenu02.png') center no-repeat;
    background-size:contain;
}
.ico_qmenu.img03 {
    background:url('../img/ico_qmenu03.png') center no-repeat;
}
.ico_qmenu.img04 {
    background:url('../img/ico_qmenu04.png') center no-repeat;
}
.q_menu > li > a > p,
.q_menu > li >  p {
    font-size: 14px;
    color:#fff;
    text-align: center;
    margin-top: 8px;
}


.login_wrap {
    display: flex;
}

.login_wrap > li {
    margin-right: 10px;
}
.login_wrap > li > a {
    color:#fff;
}


.m_nav_btn,
.m_nav_wrap {
    display: none;
}


footer {
    background:#000;
    padding:60px 0;
    background-size:cover;
}
footer > .inner {
    display: flex!important;
}

footer > .inner >  .logo {
    width: 259px;
    height: 56px;
    background:url('../img/logo.png') center no-repeat;
    background-size:contain;
    margin-right: 110px;
}
.cate_wrap2 {
    display: flex;
}
.cate_wrap2 > li {
    margin-right: 40px;
}
.cate_wrap2 > li > a {
    font-size: 16px;
    font-weight: 700;
    color:#fff;
}
footer > .inner > .footer_info > p {
    font-size: 14px;
    font-weight: 300;
    color:#8D8D8D!important;
    line-height: 22px;

}
footer > .inner > .footer_info >  .copy {
    font-size: 14px;
    font-weight: 300;
    color:#8D8D8D;
    line-height: 26px;
}
.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;}








/* 입단 및 무료체험문의 */

.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 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.inquiry_list > li {
    width: calc(50% - 20px);
    margin-bottom: 20px;
    
}
.inquiry_list > .full_input {
    width: 100%;
}
.inquiry_01 {
    width: 100%;
    height: 40px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
}
.inquiry_01 > h2 {
    font-size: 18px;
    display: inline-block;
    position: relative;
}
.inquiry_01 > p {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    margin-left: 10px;
    display: inline-block;
    position: relative;
}
#radioSpan {
    display: block;
    line-height: 57px;
}
.input_radio {
    margin-right: 5px;
    width: 24px;
    height: 24px;
    border: 1px solid #dfdfdf;
    border-radius: 24px;
    cursor: pointer;
    margin-right: 9px;
}
.radio_tit {
    font-size: 15px;
    color:#666;
    display: inline-block;
    margin-right: 20px;
}
input[type='radio'] {
    -webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none; 
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 50%;
    outline: none; 
    cursor: pointer;
}

input[type='radio']:checked {
    background-color: #2AA4FF; 
    border: 3px solid white; 
    box-shadow: 0 0 0 1.6px #2AA4FF;
}

/* input 숨겨준다 */
input#check_btn{
    display:none;
    }
  
  input#check_btn + label{
    cursor:pointer;
   }
  
  input#check_btn + label > span{
    vertical-align: middle;
    padding-left: 5px;
   }


.customer_bar {
    border-bottom:1px solid #ddd;
}
.inquiry_01 > h2:after {
    content:"";
    width: 6px;
    height: 6px;
    background:url('../img/star_ico.png') center no-repeat;
    background-size:contain;
    position: absolute;
    top: 10px;
    right: -10px;
}
.inquiry_02 {
    height: 57px;
    width: 100%;
}
.fr-con > input {
    background:#fff;
    width: 100%;
    height: 57px;
    border:1px solid #A9A9A9;
    padding-left: 20px;
    font-size: 14px;
    border-radius: 10px;
    background:#fbfbfb;
}
.fr-con.type2 {
    display: flex;
    align-items: center;
}
.fr-con.type2 .frm_file {

}
.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_con2 {
    height: 500px!important;
}
.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:40px;
}

.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 18px;
    font-size: 14px!important;
}

.form-box .form-con ul li .fr-con textarea {
    height: 200px;
    width: 100%;
    border:1px solid #ddd;
    background:#fff;
    padding:20px;
    resize: none;
    font-size: 14px;
}

.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: #2AA4FF !important;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Noto Sans KR', sans-serif;
    border-radius: 10px;


}

select {
    font-size: 16px;
}