html,body {
    height: 100%;
    background:#fff;
}
.brand_color {
    color:#F7911C;
}
.sub_banner {
    margin-top: 70px;
    height: 150px;
    background:url('../img/sub_banner.png') center no-repeat;
    background-size:cover;
}
.sub_tit {
    font-size: 24px;
    font-weight: 700;
    margin-top: 14px;
    text-align: center;
    position: relative;
}
.sub_tit:after {
    content:"";
    width: 60px;
    height: 3px;
    background:#205DCE;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.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_banner_tit {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: 700;
    color:#fff;
}
.hide {
    position: absolute;
    top: -9999px;
    left: -9999px;
    width: 1px;
    height: 1px;
    text-indent: -9999px;
}
.board.inner {
    margin-top: 0px;
}
.inner {
    max-width: 1280px;
    margin:0 auto;
}
.section {
    padding-top: 100px;
    padding-bottom: 100px;
    padding:60px 10px;
}
.login_wrap {
    display: none;
}
.tit {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}
.tit_desc {
    font-size: 18px;
    font-weight: 300;
    color:#666;
    line-height: 30px;
    text-align: center;
    margin-top: 24px;
    word-break: keep-all;
}

.br_pc {
    display: none;
}
.br_m {
    display: block;
}

.b_color {
    color:#F7911C;
}
#bo_v_img {width:100%;overflow:hidden;text-align:center!important;zoom:1}


/* 헤더 */
.header {
    height: 70px;
}
.header > .inner {
    height: 70px;
}
.logo {
    width: 96px;
    height: 33px;
    background:url('../img/logo.png') center no-repeat;
    background-size:contain;
    margin-left: 10px;
}
.logo > a {
    display: block;
    width: 100%;
    height: 100%;
}


.nav {
    display: none;    
}



/* 메인배너 */
.main_banner {
    height:100%;
    background:url('../img/main_banner.png') center no-repeat;
    background-size:cover;
    color:#fff;
    text-align: center;
    overflow: hidden;
}

.m_txt1 {
    width: 377px;
    height: 250px;
    margin:120px auto 0;
    background:url('../img/m_txt1.png') center no-repeat;
}

.m_txt2 {
    width: 918px;
    height: 130px;
    margin:0 auto;
    background:url('../img/m_txt22.png') center no-repeat;
}
.m_txt3 {
    width: 377px;
    height: 30px;
    margin:0 auto;
    background:url('../img/m_txt3.png') center no-repeat;
}
.m_txt4 {
    width: 503px;
    height: 126px;
    margin:50px auto 0;
    background:url('../img/m_txt4.png') center no-repeat;
}

.main_banner > .txt_wrap {
    padding:0 10px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.main_banner > .txt_wrap > h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}
.main_banner > .txt_wrap > p {
    font-size: 18px;
    font-weight: 300;
    margin-top: 20px;
    line-height: 26px;
}

/* 메인배너 --*/


/* main aboutus */
.section.about {}
.section.about > .inner {
    text-align: center;
}
.section.about > .inner > h3 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing:10px;
}
.section.about > .inner > h2 {
    font-size: 60px;
    font-weight: 900;
    margin-top: 20px;
    word-break: keep-all;
}
.section.about > .inner > p {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    margin-top: 30px;
    color:#666;
}
.section.about > .inner > .btn {
    width: 150px;
    height: 50px;
    background:#D94925;
    border-radius: 25px;
    margin: 60px auto 0;
}
.section.about > .inner > .btn > a {
    font-size: 18px;
    font-weight: 300;
    color:#fff;
    display: block;
    line-height: 50px;
    text-align: center;
}
/* main aboutus-- */


/* 메인커뮤니티 */
.section.community {
    background:#f9f9f9;
    margin-top: 60px;
    padding: 60px 0;
    height: auto;
}
.comm_bg {
    width: 100%;
    height: auto;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding:0 10px;
    position: relative;
}
.comm_bg > .comm {
    width: 100%;
    border:1px solid #ddd;
    padding:40px;
    border-radius: 20px;
    background:#fff;
    height: 312px;
}
.comm2 {
    margin-top: 20px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.comm2 > li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    border:1px solid #ddd;
    border-radius: 10px;
    height: auto;
    background:#fff;
    text-align: center;
    
}
.comm2 > li > a {
    display: block;
    width: 100%;
    height: 100%;
    padding:20px 10px;
}
.ico_comm2 {
    width: 50px;
    height: 50px;
    background:red;
    margin:0 auto;
}
.ico_comm2.img01 {
    background:url('../img/ico_comm2_01.png') center no-repeat;
    background-size:contain;
}
.ico_comm2.img02 {
    background:url('../img/ico_comm2_02.png') center no-repeat;
    background-size:contain;
}
.ico_comm2.img03 {
    background:url('../img/ico_comm2_03.png') center no-repeat;
    background-size:contain;
}
.ico_comm2.img04 {
    background:url('../img/ico_comm2_04.png') center no-repeat;
    background-size:contain;
}
.comm2 > li > a > h3 {
    font-size: 14px;
    font-weight: 300;
    color:#666;
    margin-top: 12px;
}
.comm2 > li > a:hover h2 {
    color:#D94925;
}
.comm2 > li > a > h2 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
}

.comm_tit_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.comm_tit_wrap > h2 {
    font-size: 20px;
    font-weight: 700;
}

.comm_tit_wrap > .btn_more {
    width: 35px;
    height: 35px;
    background:url('../img/btn_more.png') center no-repeat;
}
.comm_tit_wrap > .btn_more > 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:#000030;
    border-radius: 20px 0 0 20px;
    position: relative;
}
.banner_wrap > .banner.ban01:after {
    content:"";
    width: 200px;
    height: 200px;
    background:url('../img/ban01.png') center no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
}
.banner_wrap > .banner.ban01 > a,
.banner_wrap > .banner.ban02 > a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.banner_wrap > .banner.ban01 > a > h2,
.banner_wrap > .banner.ban02 > a > h2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 6.125%;
    color:#fff;
    font-size: 24px;
    font-weight: 400;
}

.banner_wrap > .banner.ban02 {
    width: 50%;
    height: 100%;
    background:#E6674D;
    border-radius: 0 20px 20px 0;
    position: relative;
}
.banner_wrap > .banner.ban02:after {
    content:"";
    width: 200px;
    height: 200px;
    background:url('../img/ban02.png') center no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
}

/* 메인커뮤니티-- */


.section.partner {
    padding: 0;
}

footer {
    margin-top: 60px;
    background:#f9f9f9;
    padding:40px 0;
    border-top:1px solid #ddd;
}

footer > .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer > .inner > .logo {
    margin-right: 0px;
    display: none;
}

.footer_info {
    text-align: center;
}
.footer_info > p {
    color:#666;
    font-size: 14px;
    line-height: 25px;
}
.footer_info > .copy {
    margin-top: 10px;
    color:#999;
    font-size: 14px;
    font-weight: 300;
}


/* 입단 및 무료체험문의 */

.privacy {
}
.privacy > h2,
.inquiry_tit {
    font-family: 'pretendard',sans-serif;
    font-size: 20px;
    font-weight: 700;
}
.inquiry_tit {
    margin: 50px 0;
}
.privacy_box {
    margin-top: 24px;
    border:1px solid #ddd;
    padding:30px;
}
.privacy_box > p {
    font-family: 'pretendard',sans-serif;
    font-size: 16px;
    font-weight: 300;
    color:#666;
    line-height: 28px;
}

.privacy_check {
    margin: 24px 0;;
}
.privacy_check span {
    color:#666;
    font-size: 16px;
    font-weight: 300;
}
.inquiry_list {}
.inquiry_list > li {
    display: flex;
    height: 98px;
    align-items: center;
    border-bottom:1px solid #ddd;
    
}
.inquiry_01 {
    width: 20%;
    height: 50px;
    font-size: 16px;
    font-weight: 700;
    line-height: 50px;
}
.inquiry_02 {
    width: 80%;
    height: 50px;
}
.fr-con > input {
    background:#F6F6F6;
    width: 100%;
    height: 50px;
    padding-left: 40px;
    border:1px solid #ddd;
}

.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 {
    height: 240px!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: 80px auto 0;
    border:1px solid #ddd;
    padding:70px 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:0;
    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: 196px;
    height: 65px;
    margin: 40px auto 0;

}

.form-box .receive-btn input {
    width: 100%;
    height: 100%;
    color: #fff;
    background:#961E1E!important;
    border: 0;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;


}

select {
    font-size: 16px;
}



/* 훈련장소 및 시간안내 */
.time {
    margin-top: 100px;
    margin-bottom: 100px;
    padding:0 10px;
    overflow-x: scroll;
}
.time_subject {
    display: flex;
    align-items: center;
}
.time_ico {
    width: 40px;
    height: 40px;
    background:url('../img/owl_logo_small.png') center no-repeat;
    margin-right: 10px;
}
.time_subject > h2 {
    font-size: 20px;
    font-weight: 700;
}


.time_table {
    margin-top: 30px;
    width: 700px;
    border:1px solid #ddd;
    text-align: center;
    overflow-x:scroll
}

.time_table th {
    height: 60px;
    border:1px solid #ddd;
    line-height: 60px;
    background:#122245;
    color:#fff;
}

.time_table td {
    border:1px solid #ddd;
    height: 80px;
    vertical-align:middle;
    line-height: 24px;
}


.map {
    margin-top: 100px;
    padding:0 10px;
}
.map_info {
    height: auto;
    background:#122245;
    margin-bottom: 60px;
    color:#fff;
    line-height: 20px;
    padding:20px 10px;
}


/* 모바일메뉴 */
.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;
}

.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;
}
/* 심사평가기준 --*/



/* 누리아이소개 */
.about_tit2 {
    font-size: 20px;
    font-weight: 700;
    color:#D94925;
    text-align: center;
    margin-top: 60px;
}
.about_tit {
    font-size: 26px;
    font-weight: 700;
    margin-top: 14px;
    text-align: center;
    word-break: keep-all;
}
.about_desc {
    padding:0 10px;
    font-size: 16px;
    font-weight: 300;
    color:#666;
    margin-top: 30px;
    text-align: center;
    line-height: 26px;
    word-break: keep-all;
}
.cert_wrap {
    padding:100px 0;
    background:url('../img/cert_bg.png') center no-repeat;
    background-size:cover;
    
}
.cert {
    max-width: 940px;
    width: 100%;
    margin:60px auto 0;
    display: flex;
    padding:0 10px;
    justify-content: center;
    flex-wrap: wrap;
}
.cert > li {
    width: calc(50% - 20px);
    margin-right: 20px;
    margin-bottom: 40px;
}
.cert > li:nth-child(4n),
.cert > li:nth-child(5n) {
    margin-bottom: 0;
}
.cert_img {
    background:#fff;
    width: 100%;
    aspect-ratio: 1/1.374;
}
.cert_img.img01 {
    background:url('../img/cert_img01.png') center no-repeat;
    background-size:contain;
}
.cert_img.img02 {
    background:url('../img/cert_img02.png') center no-repeat;
    background-size:contain;
}
.cert_img.img03 {
    background:url('../img/cert_img03.png') center no-repeat;
    background-size:contain;
}
.cert_img.img04 {
    background:url('../img/cert_img04.png') center no-repeat;
    background-size:contain;
}
.cert_img.img05 {
    background:url('../img/cert_img05.png') center no-repeat;
    background-size:contain;
}
.cert > li > p {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    color:#fff;
    margin-top: 20px;
}

.map {
    margin: 60px 0;
}
/* 누리아이소개-- */



/* 제품소개 */
.product_bg_wrap {
    margin-top: 100px;
    position: relative;
}
.product_bg {
    width: 100%;
    aspect-ratio: 1/.5;
    background:url('../img/product_bg.png') center no-repeat;
}
.product_txt {
    bottom: -150px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    display: inline-block;
    background:#fff;
    width: 80%;
    padding:20px;
    text-align: center;
}
.product_txt > h2 {
    font-size: 24px;
}
.product_txt > p {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    line-height: 26px;
    margin-top: 20px;
}
.procuct {
    margin-top: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.product_img {
    width: 325px;
    aspect-ratio: 1/2.15;
    background:url('../img/product_img.png') center no-repeat;
    margin-right: 40px;
}
.product_info {
    text-align: center;
    width: 100%;
}
.product_info > h3 {
    font-size: 20px;
    font-weight: 700;
    color:#D94925;
}
.product_info > h2 {
    font-size: 26px;
    font-weight: 700;
    margin-top: 16px;
}
.product_info > ul {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.product_info > ul > li {
    width: calc(33% - 20px);
}
.ico_product {
    width: 80px;
    height: 80px;
    background:#ddd;
    border-radius: 10px;
    margin:0 auto;
}
.ico_product.img01 {
    background:url('../img/ico_product01.png') center no-repeat;
}
.ico_product.img02 {
    background:url('../img/ico_product02.png') center no-repeat;
}
.ico_product.img03 {
    background:url('../img/ico_product03.png') center no-repeat;
}
.product_info > ul > li > p {
    font-size: 18px;
    font-weight: 300;
    color:#666;
    margin-top: 20px;
}
.product_video {
    width: 100%;
    aspect-ratio: 1/.4;
    background:#ddd;
    margin-top: 60px;
}

.review_warp {
    width: 100%;
    display: flex;
    margin-top: 60px;
    margin-bottom: 60px;
    padding:0 10px;
}
.review_photo_warp {
    margin-right: 40px;
}
.review_photo {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background:#ddd;
    border:1px solid #666;
}
.review_photo_warp > h2 {
    font-size: 18px;
    font-weight: 300;
    color:#666;
    text-align: center;
    margin-top: 20px;
}
.review_cont {
    width: 100%;
    border-radius: 10px;
    border:1px solid #ddd;
    padding:30px 20px;
}
.review_cont > h2 {
    font-size: 24px;
    font-weight: 700;
    
}
.review_cont > p {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 300;
    color:#666;
    line-height: 26px;
    word-break: keep-all;
}

/* 제품소개-- */