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: 16px;
    margin-top: 20px;
    text-align: center;
    line-height: 24px;
    word-break: keep-all;

}
.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-transform: uppercase;
    word-break: keep-all;
    line-height: 32px;
}
.tit_desc {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    margin-top: 20px;
    line-height: 24px;
    word-break: keep-all;
}

.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;    
}


.nation_wrap {
    display: none;
    
}
.nation_wrap.mobile {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    border:1px solid #ddd;
    height: 60px;
}
.nation_wrap.mobile .nation {
    width: 50%;
    text-align: center;
}
.nation_wrap.mobile .nation a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 700;
    color:#aaa;
    text-align: center;
}
.nation_wrap.mobile .nation.kor a {
    color:#000;
}
.nation.kor {
    margin-right: 21px;
    position: relative;
}
.nation.kor:after {
    content:"";
    width: 1px;
    height: 10px;
    background:#ddd;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
}


/* 메인배너 */
.main_banner {
    height:100%;
    color:#fff;
    overflow: hidden;
}
.mySwiper.swiper {
    width: 100%;
    height: 100%;
}
.mySwiper .swiper-wrapper {
    height: 100%;
}
.mySwiper .swiper-slide {
    height: 100%;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mySwiper .swiper-slide.img01 {
    height: 100%;
    background:url('../img/main_banner.png') center no-repeat;
    background-size:cover;
}

.mySwiper .swiper-slide > .txt_wrap {
    
    max-width: 1280px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color:#fff;
    text-align: center;
}
.mySwiper .swiper-slide > .txt_wrap > h3 {
    font-size: 18px;
    font-weight: 600;
}
.mySwiper .swiper-slide > .txt_wrap > h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 50px;
    margin-top: 8px;
}
.mySwiper .swiper-slide > .txt_wrap > p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    margin-top: 20px;
}

.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 > h3 {
    animation : text 1s .2s both;
}
.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:#27983B;
    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 */
.msec01_slide{
    margin-top: 60px;
    padding-bottom: 60px!important;
}
.msec01_slide .swiper-slide {
    width: 33.33%;
    text-align: center;
}
.msec01_slide .swiper-slide .busi_img {
    width: 100%;
    height: 300px;
    border-radius: 10px;
}
.msec01_slide .swiper-slide > h2 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 20px;
}
.msec01_slide .swiper-slide > p {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    margin-top: 8px;
}
.msec01_slide .swiper-pagination-bullet-active {
    background:#27983B;
    width: 40px;
    border-radius: 10px;
    
}
.busi_img.img01 {background:url('../img/busi_img01.png') center no-repeat; background-size:cover;}
.busi_img.img02 {background:url('../img/busi_img02.png') center no-repeat; background-size:cover;}
.busi_img.img03 {background:url('../img/busi_img03.png') center no-repeat; background-size:cover;}
.busi_img.img04 {background:url('../img/busi_img04.png') center no-repeat; background-size:cover;}
.busi_img.img05 {background:url('../img/busi_img05.png') center no-repeat; background-size:cover;}
.busi_img.img06 {background:url('../img/busi_img06.png') center no-repeat; background-size:cover;}
.busi_img.img07 {background:url('../img/busi_img07.png') center no-repeat; background-size:cover;}
/* msec_01== */

/* msec_02 */
.msec_02 {
    background:url('../img/msec_02_bg.png') center no-repeat;
    background-size:cover;
    text-align: center;
    color:#fff!important;
    margin-top: 120px;
    padding:164px 0;
}
.msec_02 .tit,
.msec_02 .tit2, 
.msec_02 .tit_desc {
    color:#fff;
}
/* msec_02-- */

.msec_05 {
    padding-bottom: 120px;
}

/* 메인커뮤니티 */
.section.community {
    background:#f9f9f9;
    padding-bottom: 120px;
}
.comm_bg {
    width: 100%;
    height: 312px;
    background:#fff;
    border:1px solid #ddd;
    margin-top: 40px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    padding:40px;
    position: relative;
}
.comm_bg > div {
    width: calc(50% - 40px);
}
.comm_bg:after {
    content:"";
    width: 1px;
    height: 100%;
    background:#ddd;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.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%;
    aspect-ratio: 1/.1054;
    background:#ddd;
    border-radius: 20px;
    margin-top: 50px;
    display: flex;
}
.banner_wrap > .banner.ban01 {
    width: 50%;
    height: 100%;
    background:#27983B;
    border-radius: 20px 0 0 20px;
    position: relative;
}
.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: 24px;
    font-weight: 400;
}
.comm_tit_wrap > h2 {
    font-size: 20px;
    font-weight: 700;
}
.banner_wrap > .banner.ban02 {
    width: 50%;
    height: 100%;
    background:#006B5C;
    border-radius: 0 20px 20px 0;
    position: relative;
}

/* 메인커뮤니티-- */



/* sub1_1 */
.about_img {
    width: 100%;
    aspect-ratio: 1/0.5125;
    background:url('../img/about_img.png') center no-repeat;
    background-size:cover;
    border-radius: 10px;
    margin-top: 80px;
}
/* sub1_1 */

/* sub1_2 */
.his_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-top: 80px;
}
.his_img_wrap {
    width: 100%;
}
.his_img {
    display: none;
    width: 100%;
    aspect-ratio: 1/0.5881774193548387;
    background:#ddd;
    border-radius: 10px;
    margin-bottom: 40px;
}
.his_img:first-child {
    display: block;
}
.his_img.img01 {background:url('../img/his_img01.png') center no-repeat; background-size:cover;}
.his_img.img02 {background:url('../img/his_img02.png') center no-repeat; background-size:cover;}
.his_img.img03 {background:url('../img/his_img03.png') center no-repeat; background-size:cover;}

.his_con_wrap {
    width: 100%;
}
.his_con {
    padding-bottom: 30px;
    border-bottom:1px dotted #ddd;
    margin-bottom: 40px;
}
.his_con > .years {
    font-size: 24px;
    font-weight: 700;
}
.his_con > ul {
    margin-top: 19px;
    padding-left: 10px;
}
.his_con > ul > li {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    position: relative;
    padding-left: 10px;
    margin-bottom: 16px;
}
.his_con > ul > li:last-child {
    margin-bottom: 0;
}
.his_con > ul > li:before {
    content:"";
    width: 4px;
    height: 4px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background:#27983B;
}
/* sub1_2 */

/* sub1_3 */
.org_img {
    width: 100%;
    aspect-ratio: 1/0.36640625;
    background:url('../img/org.png') center no-repeat;
    background-size:contain;
    margin-top: 80px;
}
/* sub1_3 */


/* sub2_1 */
.product_wrap {
    margin-top: 80px;
}
.product_wrap > li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.product_wrap > li.reverse {
    flex-direction: column;
}
.img_product {
    width: 100%;
    aspect-ratio: 1/0.6451612903225806;
    background:#ddd;
    border-radius: 10px;
}
.product_con {
    width: 100%;
}
.product_con > h2 {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 700;
}
.product_con > h3 {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    margin-top: 8px;
}
.product_con > p {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    margin-top: 26px;
    line-height: 26px;
    word-break: keep-all;
}
.product_con > .bar {
    margin:24px 0;
}
/* sub2_1 */


/* sub3_1 */
.line_wrap {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.line_wrap > li {
    width: 100%;
    aspect-ratio: 1/2.01;
    background:#000;
    color:#fff;
    position: relative;
}
.line_wrap > li > .txt_wrap {
    width: 90%;
    position: absolute;
    left: 50%;
    bottom: 100px;
    transform: translateX(-50%);
    height: 220px;
}
.line_wrap > li > .txt_wrap > h2 {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
}
.line_detail {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.line_detail > li {
    width: 33.33%;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    text-align: center;
}
.line_img.img01 {background:url('../img/line_img01.png') center no-repeat; background-size:cover;}
.line_img.img02 {background:url('../img/line_img02.png') center no-repeat; background-size:cover;}
.line_img.img03 {background:url('../img/line_img03.png') center no-repeat; background-size:cover;}
/* sub3_1 */

/* sub3_2 */
.sub_line_wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 80px;
}
.sub_line_wrap > li {
    width: 100%;
    margin-bottom: 20px;
}
.sub_line_img {
    width: 100%;
    aspect-ratio: 1/.75;
    background:#ddd;
}
.sub_line_img.img01 {background:url('../img/sub_line_img01.png') center no-repeat;background-size:cover;}
.sub_line_img.img02 {background:url('../img/sub_line_img02.png') center no-repeat;background-size:cover;}
.sub_line_wrap > li > h2 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
}
.sub_line_wrap > li > p {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    line-height: 26px;
    margin-top: 20px;
}
.sub_line_wrap > li > table {
    width: 100%;
    border-top:2px solid #000;
    margin-top: 20px;
}
.sub_line_wrap > li > table th {
    text-align: center;
    padding:14px 0;
    background:#27983B;
    color:#fff;
    font-size: 14px;

}
.sub_line_wrap > li > table td {
    font-size: 14px;
    font-weight: 300;
    color:#666;
    text-align: center;
    padding:14px 0;
    border-bottom:1px solid #ddd;
}
/* 푸터 */


/* 푸터 */


.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:30px 0;
    border-top:1px solid #ddd;
}
footer .inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: right;
}
footer .logo {
    margin:0 auto;
}

.footer_info > p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color:#666;
    text-align: center;
}
.footer_info > .copy {
    font-size: 12px;
    font-weight: 300;
    margin-top: 16px;
    text-align: center;
}


.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;
}
/* 심사평가기준 --*/