html,body {
    height: 100%;
}
.brand_color {
    color:#8CB808;
}
.sub_tit {
    font-size: 22px;
    line-height: 30px;
    font-weight: 900;
    
    text-align: center;
    position: relative;
    text-transform: uppercase;
}
.mt160 {
    margin-top: 80px!important;
}
.sub_tit2 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 40px;
    text-align: center;
    word-break: keep-all;
}
.sub_tit3 {
    font-size: 24px;
    margin-top: 40px;
    text-align: center;
    line-height: 32px;
}
.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: 14px;
    font-weight: 300;
    color:#666;
    margin-top: 20px;
    line-height: 22px;
    word-break: keep-all;

}
.sub_tit_eng {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color:#000030;
    text-align: center;
    margin-top: 0px;
    text-transform: uppercase;
}
.sub_section {
    margin-top: 0px;
    padding:40px 10px;
}
.smenu_wrap {
    display: none;
}
.sub_section > .inner {
    padding:0 10px;
}
.sub_banner {
    height: 200px;
    margin-top: 70px;
}
.sub_banner_tit {
    width: 100%;
}
.sub_banner_tit > h2 {
    font-size: 24px;
}

.sub_banner_tit > p {
    font-size: 14px;
    line-height: 22px;
}


.smenu {
    position: absolute;
    bottom: -1px;
    left: 0;
    display: flex;
    width: 100%;
}
.smenu > li {
    width: 50%;
    height: 50px;
    background:#0B1F3A;
}

.smenu > li.active {
    background:#fff;
    border:0;
}
.smenu > li.active a {
    font-size: 14px;
    color:#000;
}
.smenu > li > a {
    font-size: 14px;
    color:#fff;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 50px;
}
.sub02_cate {
    max-width: 1280px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin:0 auto;
}
.sub02_cate > li {
    width: calc(33.33% - 10px);
    height: 50px;
    border:1px solid #ddd;
    margin-right: 0px;
    margin-bottom: 20px;
}
.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;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    line-height: 50px;
}
.hide {
    position: absolute;
    top: -9999px;
    left: -9999px;
    width: 1px;
    height: 1px;
    text-indent: -9999px;
}
.hide_m {
    display: none;
}
.board.inner {
    margin-top: 0px;
    padding: 60px 0;;
}
.inner {
    max-width: 1280px;
    margin:0 auto;
}
.section {
    padding-top: 100px;
    padding-bottom: 100px;
    padding:60px 10px;
    overflow: hidden;

}
.login_wrap {
    display: none;
}
.tit {
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    word-break: keep-all;
    line-height: 32px;
}
.tit_desc {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    margin-top: 20px;
    text-align: center;
    line-height: 24px;
}

.br_pc {
    display: none;
}
.br_m {
    display: block;
}

.b_color {
    color:#8CB808;
}
#bo_v_img {width:100%;overflow:hidden;text-align:center!important;zoom:1}


/* 헤더 */
.header {
    height: 70px;
    padding:0 10px;
}
.header > .inner {
    height: 70px;
}

.logo {
    width: 124px;
    height: 46px;
    background:url('../img/logo.png') center no-repeat;
    background-size:contain;
}

.logo > a {
    display: block;
    width: 100%;
    height: 100%;
}


.nav {
    display: none;    
}




/* 메인배너 */
.main_banner {
    height:100%;
    color:#fff;
    overflow: hidden;
}
.mySwiper.swiper {
    width: 100%;
    height: 100%;
}

.mySwiper .swiper-slide {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mySwiper .swiper-slide.img01 {
    background:url('../img/main_banner.png') center no-repeat;
    background-size:cover;
}
.mySwiper .swiper-slide.img02 {
    background:url('../img/main_banner02.png') center no-repeat;
    background-size:cover;
}
.mySwiper .swiper-slide > .txt_wrap {
    max-width: 1280px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color:#fff;
    text-align: center;
}

.mySwiper .swiper-slide > .txt_wrap > h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 60px;
}
.mySwiper .swiper-slide > .txt_wrap > p {
    font-size: 18px;
    line-height: 26px;
    margin-top: 20px;
    word-break: keep-all;
}

.mySwiper .swiper_btn > .swiper-button-next {
    position: absolute;
    top: 50%!important;
    right: 2%!important;
    margin-top: 0;
    width: 50px;
    height: 50px;
    background:url('../img/btn_next.png') center no-repeat;
    background-size:contain;
}
.mySwiper .swiper_btn > .swiper-button-prev {
    position: absolute;
    top: 50%!important;
    left: 2%!important;
    margin-top: 0;

    width: 50px;
    height: 50px;
    background:url('../img/btn_prev.png') center no-repeat;
    background-size:contain;
}
.mySwiper .swiper_btn > .swiper-button-next:after,
.mySwiper .swiper_btn > .swiper-button-prev:after {
    display: none;
}

.mySwiper .swiper-slide-active .txt_wrap > h2 {
    animation : text 1s .4s both;
}
.mySwiper .swiper-slide-active .txt_wrap > p {
    animation : text 1s .6s both;
}
.mySwiper .swiper-slide-active .btn_more {
    animation : text 1s .8s both;
}

.btn_more {
    width: 200px;
    height: 60px;
    background:#8CB808;
    margin:50px auto 0;
    border-radius: 30px;
}
.btn_more > a {
    display: block;
    text-align: center;
    line-height: 60px;
    color:#fff;
    font-size: 16px!important;
    font-weight: 300;
}

/* 메인배너 --*/


/* msec_01 */
.about_wrap {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
}
.about_cont {
    width: 100%;
}
.about_cont > h2 {
    font-size: 24px;
    font-weight: 700;
}
.about_cont > p {
    margin-top: 18px;
    text-align: left;
    word-break: keep-all;
}
.about_merit {
    display: flex;
    margin-top: 60px;
}
.about_merit > li {
    max-width: 157px;
    width: 100%;
    height: 47px;
    margin-right: 10px;
    border-radius: 24px;
    background:#8CB808;
    line-height: 47px;
    font-size: 14px;
    font-weight: 300;
    color:#fff;
    text-align: center;
    margin-bottom: 20px;
}
.about_video {
    width: 100%;
    aspect-ratio: 1/0.5625;
    background:#000;
    margin-bottom: 20px;
}
/* msec_01== */

/* msec_02 */
.msec_02 {
    padding: 0;
}
.service_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.service_wrap > li {
    width: 100%;
    aspect-ratio: 1/0.9375;
    background:#000;
    text-align: center;
    position: relative;
}
.service_wrap > li > .cont_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.ico_service {
    width: 60px;
    height: 60px;
    margin:0 auto;
    background:red;
}
.ico_service.img01 {background:url('../img/ico_service01.png') center no-repeat;background-size:contain;}
.ico_service.img02 {background:url('../img/ico_service02.png') center no-repeat;background-size:contain;}
.ico_service.img03 {background:url('../img/ico_service03.png') center no-repeat;background-size:contain;}

.service_wrap > li > .cont_wrap  > h2 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 18px;
    color:#fff;
}
.service_wrap > li > .cont_wrap  > p {
    margin-top: 10px;
    color:#fff;
}
.service_wrap .btn_more {
    height: 0;
    margin: 0;
    overflow: hidden;
    transition: all .4s;
}
.service_wrap > li:hover .btn_more {
    height: 60px;
    margin-top: 40px;

}
.service_info_wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}

.service_info_wrap > li {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}
.service_info_wrap.item3 > li {
    width: 100%;
    text-align: center;
}
.service_info_wrap.item2 > li {
    width: 100%;
    text-align: center;
    
}
.service_info_wrap.item3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 60px;
}
.service_info_wrap.item3 > li {
    margin-right: 20px;
}
.service_info_img {
    width: 100%;
    aspect-ratio: 1/.75;
    border-radius: 10px;
    background:#ddd;
}
.service_info_img.img01{background:url('../img/service_info_img01.png') center no-repeat;background-size:cover;}
.service_info_img.img02{background:url('../img/service_info_img02.png') center no-repeat;background-size:cover;}
.service_info_img.img03{background:url('../img/service_info_img03.png') center no-repeat;background-size:cover;}
.service_info_img.img04{background:url('../img/service_info_img04.png') center no-repeat;background-size:cover;}
.service_info_img.img044{background:url('../img/service_info_img044.png') center no-repeat;background-size:cover;}
.service_info_img.img05{background:url('../img/service_info_img05.png') center no-repeat;background-size:cover;}
.service_info_img.img06{background:url('../img/service_info_img06.png') center no-repeat;background-size:cover;}
.service_info_img.img07{background:url('../img/service_info_img07.png') center no-repeat;background-size:cover;}
.service_info_img.img08{background:url('../img/service_info_img08.png') center no-repeat;background-size:cover;}
.service_info_img.img09{background:url('../img/service_info_img09.png') center no-repeat;background-size:cover;}
.service_info_img.img10{background:url('../img/service_info_img10.png') center no-repeat;background-size:cover;}
.service_info_img.img11{background:url('../img/service_info_img11.png') center no-repeat;background-size:cover;}
.service_info_img.img12{background:url('../img/service_info_img12.png') center no-repeat;background-size:cover;}
.service_info_img.img13{background:url('../img/service_info_img13.png') center no-repeat;background-size:cover;}
.service_info_img.img14{background:url('../img/service_info_img14.png') center no-repeat;background-size:cover;}
.service_info_img.img15{background:url('../img/service_info_img15.png') center no-repeat;background-size:cover;}
.service_info_img.img155{background:url('../img/service_info_img155.png') center no-repeat;background-size:cover;}
.service_info_img.img16{background:url('../img/service_info_img16.png') center no-repeat;background-size:cover;}
.service_info_img.img17{background:url('../img/service_info_img17.png') center no-repeat;background-size:cover;}
.service_info_img.img18{background:url('../img/service_info_img18.png') center no-repeat;background-size:cover;}
.service_info_img.img19{background:url('../img/service_info_img19.png') center no-repeat;background-size:cover;}
.service_info_img.img20{background:url('../img/service_info_img20.png') center no-repeat;background-size:cover;}
.service_info_img.img21{background:url('../img/service_info_img21.png') center no-repeat;background-size:cover;}
.service_info_img.img22{background:url('../img/service_info_img22.png') center no-repeat;background-size:cover;}
.service_info_img.img23{background:url('../img/service_info_img23.png') center no-repeat;background-size:cover;}
.service_info_img.img24{background:url('../img/service_info_img24.png') center no-repeat;background-size:cover;}


.service_info_wrap > li > .txt_wrap {}
.service_info_wrap > li > .txt_wrap > h2 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
}
.service_info_wrap > li > .txt_wrap > p {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    line-height: 24px;
    margin-top: 12px;
    word-break: keep-all;
}
/* msec_02-- */

.msec_05 {
    padding-bottom: 120px;
}

/* 메인커뮤니티 */
.section.community {
    background:#f9f9f9;
    padding-bottom: 120px;
}
.comm_bg {
    width: 100%;
    height: auto;
    background:#fff;
    border:1px solid #ddd;
    margin-top: 40px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding:40px 20px;
    position: relative;
}
.comm_bg > div {
    width: 100%;
    margin-bottom: 20px;
}
.comm_bg:after {
    display: none;
}
.comm_tit_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.comm_tit_wrap > .btn_more2 {
    width: 35px;
    height: 35px;
    background:url('../img/btn_more.png') center no-repeat;
}
.comm_tit_wrap > .btn_more2 > a {
    display: block;
    width: 100%;
    height: 100%;
}

.banner_wrap {
    width: 100%;
    flex-direction: column;
    aspect-ratio: 1/.2054;
    background:#ddd;
    border-radius: 20px;
    margin-top: 50px;
    display: flex;
}
.banner_wrap > .banner.ban01 {
    width: 100%;
    height: 100%;
    background:#8CB808;
    border-radius: 10px;
    position: relative;
    margin-bottom: 20px;
}
.banner_wrap > .banner > a {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner_wrap > .banner > a > .ico_banner {
    width: 48px;
    height: 48px;
    
    margin-right: 12px;
}
.ico_banner.img01 {background:url('../img/ico_banner01.png') center no-repeat;background-size:contain;}
.ico_banner.img02 {background:url('../img/ico_banner02.png') center no-repeat;background-size:contain;}
.banner_wrap > .banner.ban01 > a > h2,
.banner_wrap > .banner.ban02 > a > h2 {
    
    color:#fff;
    font-size: 18px;
    font-weight: 400;
}
.comm_tit_wrap > h2 {
    font-size: 18px;
    font-weight: 700;
}
.banner_wrap > .banner.ban02 {
    width: 100%;
    height: 100%;
    background:#006B5C;
    border-radius: 10px;
    position: relative;
}

/* 메인커뮤니티-- */



/* sub1_1 */
.greeting_img {
    width: 100%;
    aspect-ratio: 1/0.6125;
    background:url('../img/greeting_img.png') center no-repeat;
    background-size:cover;
    border-radius: 10px;
    margin-top: 80px;
}
.greeting_wrap {
    margin-top: 60px;
}
.greeting_wrap > h2 {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
}
.greeting_wrap > p {
    margin-top: 30px;
    text-align: left;
}
/* sub1_1 */

/* sub1_2 */
.vision_img {
    width: 100%;
    aspect-ratio: 1/0.5125;
    background:url('../img/vision_img.png') center no-repeat;
    background-size:cover;
    border-radius: 10px;
    margin-top: 80px;
}
.vision_img.img03 {
    background:url('../img/vision_img03.png') center no-repeat;
}
.vision_wrap {
    display: flex;
    flex-direction: column;
    padding:60px 0;

    border-bottom:1px solid #ddd;
}
.vision_tit_wrap {
    margin-right: 100px;
    width: 360px;
    margin-bottom: 20px;
}
.vision_tit_wrap > h2 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}
.vision_cont_wrap {
    width: 100%;
}
.vision_cont_wrap > h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 28px;
}
.vision_cont_wrap > h3 > span {
    color:#8CB808;
    margin-right: 6px;
    font-size: 26px!important;
}
.vision_cont_wrap > p {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    line-height: 24px;
    word-break: keep-all;
}
.vision_cont_wrap > .q {
    font-size: 18px;
    font-weight: 700;
}
.vision_cont_wrap > .a {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    background:#f9f9f9;
    padding:30px;
    word-break: keep-all;
    margin-top: 14px;
}
/* sub1_2 */

/* sub1_3 */
.map {
    margin-top: 60px;
    background:url('../img/map.png') center no-repeat;
    background-size:contain;
    width: 100%;
    aspect-ratio: 1/0.453125;
}

.map_info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 120px;
}
.map_info > li {
    width: 100%;
    display: flex;    
    margin-bottom: 20px;
    justify-content: flex-start;
    align-items: center;
}
.map_info.info2 {
    margin-top: 40px;
}
.map_info.info2 > li {
    width: 100%;
    display: flex;    
    margin-bottom: 20px;
    justify-content:flex-start;
    align-items: center;
}
.map_info > li > span {
    color: #8CB808;
    margin-right: 10px;
}
.map_info > li > h2 {
    font-size: 18px;
    font-weight: 700;
    margin-right: 20px;
}
.map_info > li > p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color:#666;
}
/* sub1_3 */


/* sub2_1 */
.process_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}
.process_wrap > li {
    width: calc(50% - 10px);
    padding:40px 0;
    border:1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 20px;
}
.ico_process {
    width: 60px;
    height: 60px;
    background:red;
    margin:0 auto;
}
.ico_process.img01 {background:url('../img/ico_process01.png') center no-repeat;background-size:contain;}
.ico_process.img02 {background:url('../img/ico_process02.png') center no-repeat;background-size:contain;}
.ico_process.img03 {background:url('../img/ico_process03.png') center no-repeat;background-size:contain;}
.ico_process.img04 {background:url('../img/ico_process04.png') center no-repeat;background-size:contain;}
.process_wrap > li > p {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-top: 16px;
}
.price {
    width: 100%;
    border-top:2px solid #000
}
.price th {
    background:#8CB808;
    padding:16px 0;
    color:#fff;
    border:1px solid #ddd;
}
.price td {
    border:1px solid #ddd;
    padding:16px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    color:#666;
    vertical-align: middle;
}
/* sub2_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:#FF5A00;
}
.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;
}


.m_nav_btn,
.m_nav_wrap {
    display: none;
}





footer {
    padding:40px 10px;
    background:#3e5205;
}

footer  {
    display: flex!important;
    flex-direction: column;
    justify-content:left;
    align-items:baseline;
}

footer > .logo {
    display: none;
}

.footer_info {
    width: 100%;
    text-align: left;
}
.footer_info > ul {
    display: flex;
}
.footer_info > ul > li {
    margin-left: 20px;
}
.footer_info > ul > li > a {
    font-size: 16px;
    color:#fff;
    display: block;
    width: 100%;
    height: 100%;
}
.footer_info > p {
    color:#666;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    margin-top: 12px;
}
.footer_info > .copy {
    color:#fff;
    font-size: 12px;
    font-weight: 600;
    margin-top: 12px;
}


.f_site {
    width: 180px;
    height: 36px;
    background:#fff;
    border-radius:5px;
    padding:0 20px;
}
.f_site option {
    font-size: 16px;
    font-weight: 300;

}
.q_menu {
    z-index: 9999;
    position: fixed;
    bottom: 100px;
    right: 10px;
}
.q_menu > li {
    width: 40px;
    height: 40px;
    border:1px solid rgba(0,0,0,0);
}

.q_menu > li > a {
    display: block;
    width: 100%;
    height: 100%;
}
.ico_qmenu {
    width: 30px;
    height: 30px;
    background:#6E0E10;
    margin: 5px auto 0;
}

.q_menu > li > a > p,
.q_menu > li >  p {
    font-size: 14px;
    color:#fff;
    text-align: center;
    margin-top: 8px;
}




/* 입단 및 무료체험문의 */

.privacy {
}
.privacy > h2,
.inquiry_tit {
    font-family: 'pretendard',sans-serif;
    font-size: 18px;
    font-weight: 700;
}
.inquiry_tit {
    margin: 50px 0;
}
.privacy_box {
    margin-top: 24px;
    border:1px solid #ddd;
    padding:15px;
}
.privacy_box > p {
    font-family: 'pretendard',sans-serif;
    font-size: 14px;
    font-weight: 300;
    color:#666;
    line-height: 22px;
}

.privacy_check {
    margin: 24px 0;;
}
.privacy_check span {
    color:#666;
    font-size: 16px;
    font-weight: 300;
}
.inquiry_list {}
.inquiry_list > li {
    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: 40px;
    border:1px solid #ddd;
    padding-left: 20px;
    font-size: 14px;
}

.fr-con.phone {
    display: flex;
    justify-content: space-between;
}

.phone_number {
    width: calc(33% - 10px)!important;
    border:1px solid red!important;
}

.fr-con.mail {
    display: flex;
}
.fr-con.mail > span {
    line-height: 50px;
    margin:0 10px;
}

.inquiry_con {
    /* display: none!important; */
    height: 240px
}

.inquiry_con > .inquiry_02 {
    height: 200px!important;
}

.check2 {
    width: 100%;
    height: 80px;
    background:#f6f6f6;
    padding:13px 30px;
    display: flex;
    justify-content: space-between;
}
.check2_img {
    width: 54px;
    height: 54px;
    background:url('../img/check2_img.png') center no-repeat;
}
.check2_info {
    width: 629px;
}
.check2_info > p {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    margin-top: 10px;
}



.form-box {}
.form-box .form-con {
    width: 100%;
    margin: 0px auto 0;
    padding:10px;
}

.form-box .form-con ul li {
    
}

.form-box .form-con ul li .fr-con {
    width: 100%;
    height: 100%;
}





.form-box .form-con ul li .fr-con .text-box {
    diaplay: table;
    width: 100%;
    height: 65px;
}

.form-box .form-con ul li .fr-con .text-box input {
    width: 34%;
    float: left;
    margin-left: 1%;
}

.form-box select {
    width: 50%;
    float: left;
    height: 100%;
    background: #fff;
}

.select2 {
    border:1px solid #ddd;
    padding:0 20px;
}

.form-box .form-con ul li .fr-con textarea {
    height: 200px;
    width: 100%;
    border:1px solid #ddd;
    background:#f6f6f6;
    padding:40px;
    resize: none;
}

.form-box .form-con .provision {
    display: table;
    width: 100%;
    margin-top: 30px;
    text-align: center;
    font-size: 14px;
    font-family: 'Noto Sans KR', sans-serif;
}

.form-box .form-con .provision label {
    cursor: pointer;
    font-weight: 300;
}

.form-box .form-con .provision label input {
    width: 20px;
    height: 20px;
}

.form-box .form-con .provision label span {
    vertical-align: -2px;
    margin-left: 5px;
}

.form-box .form-con .provision a {
    padding: 0 15px;
    line-height: 65px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
}

.form-box .receive-btn {
    width: 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;
}



.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;
}



/* 모바일메뉴 */
.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_btn.png') center no-repeat;
    border:0;
}
.m_nav_btn.btn2 {
    background:url('../img/m_nav_wrap_btn.png') center no-repeat;
}

.left_gnb {
    margin-top: 50px;
    border-top:1px solid #000;
    
}

.left_gnb > li{
    width: 100%;
    border-bottom:1px solid #ddd;
}
.left_gnb>li>a{
    display: block; ; line-height: 50px;
    width: 100%; height: 50px;
    color: black;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 600;
}
.left_gnb>li>a.on{
}
.left_gnb>li>ul{
    display: none;
    border-top:1px solid #ddd;
    background:#f9f9f9;
    padding-top: 20px;
    padding-bottom: 20px;
}

.left_gnb>li>ul>li>a{
    display: block;  line-height: 40px;
    width: 100%; height: 40px; 
    font-size: 15px;
    color: #666;
    padding-left:30px;
}



/* 진행일정 */
.schedule {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 60px;
    padding: 0 10px;
}
.schedule > li {
    width:100%;
    margin-bottom: 40px;
}
.schedule > li > .s_img {
    width: 100%;
    aspect-ratio: 1/.65;
    background:#ddd;
    border-radius: 20px;
}
.schedule > li > .s_img.img01 {
    background:url('../img/s_img01.png') center no-repeat;
}
.schedule > li > .s_img.img02 {
    background:url('../img/s_img02.png') center no-repeat;
}
.schedule > li > .s_img.img03 {
    background:url('../img/s_img03.png') center no-repeat;
}
.schedule > li > h2 {
    font-size: 20px;
    font-weight: 700;
    padding-left: 10px;
    margin-top: 24px;
    word-break: keep-all;

}
.schedule > li > h3 {
    font-size: 16px;
    padding-left: 10px;
    margin-top: 12px;
    word-break: keep-all;
}
.schedule > li > p {
    font-size: 14px;
    font-weight: 300;
    color:#666;
    line-height: 22px;
    padding-left: 10px;
    margin-top: 20px;
    word-break: keep-all;

}
.schedule > li > p > .orange {
    font-size: 15px;
    color:#E6674D;
}
/* 진행일정 --*/


/* 심사평가기준 */
.criteria_wrap {
    overflow: hidden;
    overflow-x: scroll;
}
.criteria {
    margin-top: 60px;
    width: 600px;
    
}
.criteria th {
    background:#000030;
    color:#fff;
    font-size: 18px;
    font-weight: 300;
    height: 60px;
    line-height: 60px;
}
.criteria tr {
    text-align: center;
}
.criteria tr td {
    color:#666;
    font-size: 18px;
    font-weight: 300;
    border:1px solid #ddd;
    display: table-cell;
  vertical-align: middle;
  padding:20px;
  line-height: 24px;
}

.criteria tr td:nth-child(2) {
    text-align: left;
    padding:30px 20px;
}

.checkpoint {
    margin-top: 40px;
    padding:0 10px;
    margin-bottom: 40px;
}
.checkpoint > li {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    margin-bottom: 10px;
    position: relative;
    padding-left: 10px;
}
.checkpoint > li:before {
    content:"";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background:red;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
/* 심사평가기준 --*/