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:#2F5BC1;
}
.bg_gray {
    background:#f9f9f9;
    padding:40px 10px!important;
    margin-top:100px;
}
.mt0 {
    margin-top: 0!important;
}
.mt60 {
    margin-top: 60px!important;
}
.btn_more {
    width: 200px;
    height: 60px;
    border-radius: 30px;
    background:#2F5BC1;
    margin:40px auto 0;
}
.btn_more > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    color:#fff;
}
.btn_more > a > p {
    margin-right: 20px;
}
.btn_more > a > span {
    font-weight: 100!important;
}
.bar {
    display: inline-block;
    width: 1px;
    margin:0 10px;
    height: 7px;    
    background:#7A7A7A;
}
.bar2 {
    width: 60px;
    height: 4px;
    background:#2F5BC1;
    margin:26px auto 0;
}
.tit {
    font-size: 50px;
    font-weight: 700;
    line-height: 58px;
}
.tit_desc {
    font-size: 18px;
    font-weight: 300;
    color:#666;
    margin-top: 14px;
    line-height: 26px;
}

.s_tit {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
}
.s_tit_desc {
    display: none;
    font-size: 18px;
    font-weight: 300;
    color:#666;
    margin-top: 14px;
    line-height: 26px;
    text-align: center;
}
.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 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color:#fff;
}

.sub_banner_tit > h2 {
    
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    animation : text 1s .2s both!important;
}

.sub_banner_tit > p {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    margin-top: 20px;
    line-height: 26px;
    animation : text 1s .4s both!important;
}

.sub_tit {
    position: relative;
}
.sub_tit > p {
    display: none;
}
.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 {
    border-bottom:1px solid #ddd;
}
.smenu {
    max-width: 1280px;
    display: flex;
    width: 100%;
    margin:0 auto;

}
.smenu > li {
    width: 50%;
    height: 60px;
    background:#fff;
    position: relative;
}
.smenu > li:last-child::after {
    display: none;
}
.smenu > li.active {
    border-bottom:2px solid #2F5BC1;
}
.smenu > li.active a {
    color:#2F5BC1;
    font-weight: 700;
}
.smenu > li > a {
    font-size: 18px;
    color:#666;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 60px;
}
.sub02_cate {
    max-width: 1280px;
    display: flex;
    justify-content: center;
    margin:0 auto;
}
.sub02_cate > li {
    width: 100%;
    height: 60px;
    border:1px solid #ddd;
    margin-right: 10px;
}
.sub02_cate > li.active {
    background:#0B1F3A;
}
.sub02_cate > li.active > a {
    color:#fff;
}
.sub02_cate > li:last-child {
    margin-right: 0;
}
.sub02_cate > li > a {
    display: block;
    text-align: center;
    line-height: 60px;
}
.sub_section {
    margin-top: 80px;
}
.hide {
    position: absolute;
    top: -9999px;
    left: -9999px;
    width: 1px;
    height: 1px;
    text-indent: -9999px;
}
.hide_m {
    display: none;
}
.fw700 {
    font-weight: 700;
}
.board.inner {
    margin-top: 80px;
    margin-bottom: 120px;
}
.inner {
    max-width: 1000px;
    margin:0 auto;
}
.section {
    padding: 140px 0;
}
.brand_stit {
    font-size: 18px;
    font-weight: 700;
    color:#2F5BC1;
    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: none;
}
.br_m {
    display: block;
}

.b_color {
    color:#2F5BC1;
}
#bo_v_img {width:100%;overflow:hidden;text-align:center!important;zoom:1}


/* 헤더 */
.header {
    z-index: 9999;
    transition: all .4s;;
    height: 70px;    
    background:url('../img/main_top_bg.png') repeat-x;
}
.header > .inner {
    max-width: 1000px;
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: start;
    padding:0 10px;
    position: relative;
}


.logo {
    width: 150px;
    height: 76px;
    background:url('../img/logo.png') center no-repeat;
    background-size:contain;
}

.logo > a {
    font-family: 'SCoreDream'!important;
    font-size: 30px;
    font-weight: 700;
    color:#fff;

    display: block;
    width: 100%;
    height: 100%;
}
.call_wrap {
    width: 100px;
    height: 100px;
    background:url('../img/call.png') center no-repeat;
    background-size:contain;
}

/* 메인배너 */
.mySwiper {
    width: 100%;
    height: 298px;
    border:1px solid #222;
  }

  .mySwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #F1F0F6;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mySwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
/* 메인배너 --*/
.youtube_wrap {
    max-width: 1000px;
    width: 100%;
    margin:20px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.youtube_wrap > li {
    width: 100%;
    margin-bottom: 20px;
}
.youtube_wrap p {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-top: 12px;
}
.blog_wrap {
    margin-top: 20px;
}
.banner_wrap {
    margin-top: 20px;
}
.banner_wrap > .inner {
    display: flex;
    justify-content: space-between;
}


.product_list_wrap {
    max-width: 1000px;
    width: 100%;
    margin:20px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product_list_wrap > li {
    width: 50%;
}
.product_list_wrap > li > a {}
.product_list_wrap > li > a > img {}

.sub_contents_wrap {
    margin-top: 40px;
}
.sub_contents_wrap > .inner {
    display: flex;
    justify-content: space-between;
}
.sub_menu_wrap {
    width: 18%;
}

img {
    width: 100%;
}
.sub_menu > ul > li > a > img {
    width: auto;
}
.sub_menu {}
.sub_menu > li {
    margin-top: -5px;
}
.sub_contents {
    width: 80%;

}
.sub_menu2 {
    display: flex;
    justify-content: space-between;
    margin-top: -5px;
}
.sub_menu2 > li {
    width: calc(20% - 20px);
    text-align: center;
}

.con_wrap {
    display: none;
    text-align: center;
    margin-top: 40px;
}
.m_con_wrap {
    display: block;
}







/* msec_01 */
.content_info {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.content_info > li {
    width: calc(25% - 10px);
    margin-bottom: 20px;
    background:#F4F6F8;
    border-radius: 10px;
    transition: all .4s;
}
.content_info > li > a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding:36px 20px;
}
.ico_con {
    width: 80px;
    height: 80px;
    background:red;
    border-radius: 50%;
    margin-right: 16px;
}
.content_info > li:hover {
    background:#2F5BC1;
    transform: translateY(-20px);
}
.content_info > li > a:hover  {color:#fff!important;}
.content_info > li > a:hover .info > p {color:#fff!important;}
.content_info > li > a:hover .ico_con.img01 {background:url('../img/ico_con_ov01.png') center no-repeat;background-size:contain;}
.content_info > li > a:hover .ico_con.img02 {background:url('../img/ico_con_ov02.png') center no-repeat;background-size:contain;}
.content_info > li > a:hover .ico_con.img03 {background:url('../img/ico_con_ov03.png') center no-repeat;background-size:contain;}
.content_info > li > a:hover .ico_con.img04 {background:url('../img/ico_con_ov04.png') center no-repeat;background-size:contain;}
.ico_con.img01 {background:url('../img/ico_con01.png') center no-repeat;background-size:contain;}
.ico_con.img02 {background:url('../img/ico_con02.png') center no-repeat;background-size:contain;}
.ico_con.img03 {background:url('../img/ico_con03.png') center no-repeat;background-size:contain;}
.ico_con.img04 {background:url('../img/ico_con04.png') center no-repeat;background-size:contain;}
.content_info > li  .info {
}
.content_info > li  .info > h2 {
    font-size: 20px;
    font-weight: 700;
}
.content_info > li  .info > p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    margin-top: 16px;
    color:#666;
}
/* msec_01 */

/* msec_02 */
.msec_02 {
    background:url('../img/msec02_bg.png') center no-repeat;
    background-size:cover;
    text-align: center;
    color:#fff;
    padding:140px 0;
}
.msec_02 > h2 {
    font-size: 50px;
    font-weight: 300;
    line-height: 60px;
}
.msec_02 > p {
    font-size: 18px;   
    font-weight: 300;
    line-height: 26px;
    margin-top: 20px;
}
/* msec_02 */

/* msec_03 */
.busi_wrap {
    margin-top: 60px;
}
.busi_wrap > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.busi_wrap > li.reverse {
    flex-direction: row-reverse;
}
.busi_img {
    width: calc(50% - 20px);
    aspect-ratio: 1/.75;
    background:#ddd;
    border-radius: 10px;
}
.busi_img.img01 {background:url('../img/busi_img01.png') center no-repeat;background-size:contain;}
.busi_img.img02 {background:url('../img/busi_img02.png') center no-repeat;background-size:contain;}
.busi_cont {
    width: calc(50% - 20px);
}
.busi_cont > h3 {
    font-size: 22px;
    font-weight: 600;
    color:#333;
}
.busi_cont > h2 {
    font-size: 34px;
    font-weight: 900;
    margin-top: 26px;
}
.busi_cont > p {
    margin-top: 16px;
}
.btn_more2 {
    width: 130px;
    margin-top: 60px;
}
.btn_more2 > a {
    display: flex;
    align-items: center;
}
.btn_more2 > a > span {
    width: 36px;
    height: 36px;
    background:#8DA5DD;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    color:#fff;
    font-size: 20px;
    margin-right: 16px;
}
.btn_more2 > a > p {
    font-size: 16px;
    font-weight: 300;
    color:#2F5BC1;
}
/* msec_03 */

/* msec_04 */
.msec_04 {
    background:#F4F6F8;
}
.msec_04 > .inner {
    display: flex;
    justify-content: space-between;
}
.board_wrap {
    width: calc(50% - 20px);
    padding:40px;
    background:#fff;
    border:1px solid #ddd;
    border-radius: 10px;
}
.tit_wrap {}
.tit_wrap > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tit_wrap > a > h2 {
    font-size: 22px;
    font-weight: 700;
}
.tit_wrap > a > p {
    font-size: 30px;
    font-weight: 700;
    color:#2F5BC1;
}
.img_sub > h2 {
    font-size: 18px;
    font-weight: 300;
    margin-top: 10px;
    text-align: center;
}
/* msec_04 */

/* msec_05 */
.msec_05 {
    padding:40px 0;
}
.partner_wrap {
    display: flex;
    justify-content: space-between;
}
.partner_wrap > li {
    width: calc(20% - 10px);
    aspect-ratio: 1/0.3208333333333333;
    background:#fff;

}
.partner_wrap > li.img00 {background:url('../img/img_partner00.png') center no-repeat;background-size:contain;}
.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 > a {
    display: block;
    width: 100%;
    height: 100%;
}
/* msec_05 */

/* sub1_1 */
.about_img {
    width: 100%;
    aspect-ratio: 1/0.46875;
    background:url('../img/about_img.png') center no-repeat;
    background-size:cover;
    border-radius: 10px;
    margin-top: 80px;
}
.about_tit {
    font-size: 26px;
    font-weight: 700;
    margin-top: 40px;
}
.about_desc {
    font-size: 18px;
    font-weight: 300;
    color:#666;
    line-height: 26px;
    margin-top: 20px;
    padding-left: 20px;
    word-break: keep-all;
}
.point_box {
    width: 100%;
    background:#F5F8FF;
    padding:40px 20px;
    border-radius: 10px;
    border:1px dotted #ddd;
    margin-top: 40px;
}
.point_box > h2 {
    font-size: 22px;
    
}
.point_box > p {
    padding-left: 20px;
}
.c_object {
    font-size: 18px;
    font-weight: 300;
    color:#666;
    margin-top: 20px;
    padding-left: 20px;
}
.c_object > li {
    margin-bottom: 12px;
    padding-left: 10px;
    position: relative;
}
.c_object > li:before {
    content:"";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background:#2F5BC1;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.intro2 {
    background:#f9f9f9;
    padding:60px 0;
}
.about_tit2 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 40px;
}
/* sub1_1 */

/* sub1_2 */
.main_busi {
    width: 100%;
    border-top:2px solid #000;
    margin-top: 80px;
    
}
.main_busi caption {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.main_busi th {
    font-size: 18px;
    font-weight: 300;
    padding:16px 0;
    text-align: center;
    background:#6c8fdf;
    color:#fff;
}
.main_busi .td1 {
    text-align: center;
    font-weight: 500;
    color:#000;
}
.main_busi .td2 {
    font-weight: 500;
    color:#000;
    padding-left:30px;
}
.main_busi td {
    font-size: 16px;
    font-weight: 300;
    padding:16px 40px;
    color:#666;
    border:1px solid #ddd;
    vertical-align: middle;
}
/* sub1_2 */

/* sub3_2 */
.per_wrap {
    margin-top: 80px;
}
.per_wrap > h2 {
    font-size: 30px;
    font-weight: 700;
}
.bar4 {
    width: 100%;
    height: 1px;
    border-top:1px dashed #ddd;
    margin:26px 0;
}
.box_graph {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    background:#ddd;
    position: relative;
    margin-bottom: 26px;
}
.w3 {width: 3%;}
.w7 {width: 7%;}
.w11 {width: 11%;}
.w12 {width: 12%;}
.w13 {width: 13%;}
.w14 {width: 14%;}
.w20 {width: 20%;}
.w25 {width: 25%;}
.w28 {width: 28%;}
.w30 {width: 30%;}
.graph2 {
    position: absolute;
    top: 0;
    left: 0;
    background:#2F5BC1;
    height: 50px;
    border-radius: 10px;
    text-align: center;
    line-height: 50px;
    color:#fff;
    font-size: 18px;
}
.per_wrap > span {
    display: inline-block;
    font-size: 18px;    
    font-weight: 300;
    color:#666;    
    margin-right: 40px;
}

/* sub3_2 */

/* sub5_1 */
.cam_img {
    width: 100%;
    aspect-ratio: 1/0.38125;
    background:#ddd;
    border-radius: 10px;
    margin-top: 80px;
}
.cam_img.img01 {background:url('../img/cam_img01.png') center no-repeat;background-size:cover;}
.cam_img.img02 {background:url('../img/cam_img02.png') center no-repeat;background-size:cover;}
.cam_img.img03 {background:url('../img/cam_img03.png') center no-repeat;background-size:cover;}
.cam_tit {
    font-size: 26px;
    font-weight: 700;
    margin-top: 40px;
    border-bottom:1px dashed #ddd;
    padding-bottom: 20px;
}
.cam_desc {
    font-size: 18px;
    font-weight: 400;
    color:#333;
    line-height: 26px;
    margin-top: 26px;
    position: relative;
    padding-left: 10px;
}
.cam_desc:before {
    content:"";
    width: 5px;
    height: 5px;
    background:#2F5BC1;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.cam_desc2 {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    line-height: 24px;
    margin-top: 12px;
    position: relative;
    padding-left: 10px;
    word-break: keep-all;
}
.cam_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.cam_wrap > li {
    width: calc(25% - 20px);
    border:1px solid #ddd;
    border-radius: 10px;
    aspect-ratio: 1/1;
    position: relative;
}
.cam_wrap > li > .txt_wrap {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.ico_cam {
    width: 100px;
    height: 100px;

    margin:0 auto;
}
.ico_cam.img01 {background:url('../img/ico_cam01.png') center no-repeat;background-size:contain;}
.ico_cam.img02 {background:url('../img/ico_cam02.png') center no-repeat;background-size:contain;}
.ico_cam.img03 {background:url('../img/ico_cam03.png') center no-repeat;background-size:contain;}
.ico_cam.img04 {background:url('../img/ico_cam04.png') center no-repeat;background-size:contain;}
.cam_wrap > li  h2 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 30px;
}
.cam_wrap > li  p {
    font-size: 18px;
    font-weight: 300;
    color:#666;
    margin-top: 12px;
}
/* sub5_1 */



/* 푸터 */


.q_menu {
    z-index: 9999;
    position: fixed;
    bottom: 100px;
    right: 10px;
}
.q_menu > li {
    width: 80px;
    height: 80px;
    border:1px solid rgba(0,0,0,0);
}

.qmenu01 {
    background:#6E0E10;
}
.qmenu02 {
    background:#2F5BC1;
}
.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;
}
.ico_qmenu.img02 {
    background:url('../img/ico_qmenu02.png') center no-repeat;
}
.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;
}
.header.active .login_wrap > li > a {
    color:#000;
}


.m_nav_btn,
.m_nav_wrap {
    display: block;
}

footer {
    height: auto;
    padding:40px 0;
    background:url('../img/footer_bg.jpg') repeat-x repeat-y;
    background-size:cover;
}

footer > .inner {
    height: 99px;
    display: flex;
    align-items: center;
    text-align: center;
}
.t_logo {
    display: none;
    width: 278px;
    height: 47px;
    background:url('../img/logo.png') center no-repeat;
    background-size:contain;
}


.t_logo > a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 20px;
    font-weight: 700;
    color:#fff;
}

.footer_info > p {
    font-family: dotum, sans-serif;
    font-size: 12px;
    color:#fff;
    line-height: 18px;
    font-weight: 300;
}
.footer2 {
    border-top:1px solid #ddd;
    margin-top: 20px;
    padding:10px 0;
}

.footer2 > .inner {
    max-width: 500px;
    width: 100%;
    display: flex;
    justify-content: center;
}


.footer2 > .inner > a {
    font-size: 12px;
}
.footer2 > .inner > p {
    font-size: 12px;
    font-weight: 300;
    color:#666;
    padding:0 10px;
}

.color_red {
    color:red;
}


/* 입단 및 무료체험문의 */

.privacy {
}
.privacy > h2,
.inquiry_tit {
    font-family: 'pretendard',sans-serif;
    font-size: 18px;
    font-weight: 700;
}
.inquiry_tit {
    margin: 50px 0;
}
.privacy_box {
    margin-top: 24px;
    border:1px solid #ddd;
    padding:15px;
}
.privacy_box > p {
    font-family: 'pretendard',sans-serif;
    font-size: 14px;
    font-weight: 300;
    color:#666;
    line-height: 22px;
}

.privacy_check {
    margin: 24px 0;;
}
.privacy_check span {
    color:#666;
    font-size: 16px;
    font-weight: 300;
}
.inquiry_list {}
.inquiry_list > li {
    display: flex;
    height: auto;
    margin-bottom: 12px;
    align-items: center;
    
}
.inquiry_01 {
    width: 26%;
    height: 40px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
}
.inquiry_01 > h2 {
    display: inline-block;
    position: relative;
}
.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: 40px;
    width: 100%;
}
.fr-con > input {
    background:#fff;
    width: 100%;
    height: 40px;
    border:1px solid #ddd;
    padding-left: 20px;
    font-size: 14px;
}

.fr-con.phone {
    display: flex;
    justify-content: space-between;
}

.phone_number {
    width: calc(33% - 10px)!important;
    border:1px solid red!important;
}

.fr-con.mail {
    display: flex;
}
.fr-con.mail > span {
    line-height: 50px;
    margin:0 10px;
}

.inquiry_con {
    /* display: none!important; */
    height: 240px;

    
}
.inquiry_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: #2F5BC1 !important;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Noto Sans KR', sans-serif;
    border-radius: 10px;


}

select {
    font-size: 16px;
}



.brand_site {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.brand_site > li {
    width: calc(10% - 20px);
    aspect-ratio: 1/.4;
    background:#ddd;
    margin-bottom: 20px;
}

.familysite {
    position: absolute;
    right: 0;
    bottom: 50%;
    transform: translateY(-50%);
    float: right;
    height: 40px;
    width: 240px;
}
.familysite select {
    float: right;
    width: 240px;
    height: 40px;
    BACKGROUND:#C8C0A2;
    font-size: 14px;
    color:#5B512B;
    border-radius: 5px;
    padding-left: 10px;
    border:1px solid #C8C0A2;
}
option {padding:5px 0;}
.familysite select option {
    height: 100px;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 10px 0;
}





 
/*-------------------모바일 메뉴----------------------*/


/* 모바일메뉴 */
.m_nav_wrap {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 90%;
    height: 100%;
    background:#333;
    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_btn2.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_btn2.png') center no-repeat;
}

.left_gnb {
    margin-top: 50px;
    border-top:1px solid #000;
    
}

.left_gnb > li{
    width: 100%;
    border-bottom:1px solid #656565;
}
.left_gnb>li>a{
    display: block; ; line-height: 50px;
    width: 100%;
    height: 50px;
    color: #B1B1B1;
    padding-left: 30px;
    font-size: 14px;
    font-weight: 600;
}
.left_gnb>li>a.on{
}
.left_gnb>li>ul{
    display: none;
    border-top:1px solid #3e3e3e;
    background:#3D3D3D;
    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: #B1B1B1;
    padding-left:30px;
}

