html,body {
    height: 100%;
    scroll-behavior: smooth;
}
.brand_color {
    color:#000030;
}
.tit {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
}
.tit_desc {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    text-align: center;
    margin-top: 12px;
}
.sub_banner {
    margin-top: 100px;
    height: 300px;
    background-size:cover;
    
}
.sub_banner > .inner {
    position: relative;
    width: 100%;
    height: 100%;
}
.sub_banner_tit {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 30px;
    font-weight: 700;
    color:#fff;
}
.sub_tit {
    font-size: 40px;
    font-weight: 700;
    margin-top: 14px;
    text-align: center;
    position: relative;
}
.sub_tit2 {
    font-size: 60px;
    font-weight: 700;
    margin-top: 14px;
    text-align: left;
    position: relative;
    text-transform: uppercase;
}

.sub_tit.white {
    color:#fff;
}
.sub_tit:after {
    content:"";
    width: 40px;
    height: 4px;
    background:#D94925;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.sub_tit_eng {
    width: 100%;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color:#000030;
    text-align: center;
    margin-top: 0px;
    text-transform: uppercase;
}
.sub_tit_desc {
    font-size: 18px;
    font-weight: 300;
    color:#666;
    margin-top: 20px;
    text-align: center;
}
.sub_section {
    margin-top: 100px;
}
.hide {
    position: absolute;
    top: -9999px;
    left: -9999px;
    width: 1px;
    height: 1px;
    text-indent: -9999px;
}
.fw700 {
    font-weight: 700;
}
.board.inner {
    margin-top: 100px;
}
.inner {
    max-width: 1280px;
    margin:0 auto;
}
.section {
    padding-top: 100px;
}
.brand_stit {
    font-size: 18px;
    font-weight: 700;
    color:#000030;
    text-transform: uppercase;
}
.brand_tit {
    font-size: 40px;
    line-height: 48px;
    margin-top: 30px;
}
.brand_desc {
    font-size: 20px;
    font-weight: 300;
    color:#666;
    margin-top: 30px;
    line-height: 26px;
}
.br_pc {
    display: block;
}
.br_m {
    display: none;
}

.b_color {
    color:#000030;
}
#bo_v_img {width:100%;overflow:hidden;text-align:center!important;zoom:1}


/* 헤더 */
.header {
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    transition: all .4s;;
    background:#fff;
    border-bottom:1px solid #ddd;
}
.header.active {
}
.header > .inner {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo {
    width: 96px;
    height: 33px;
    background:url('../img/logo.png') center no-repeat;
    background-size:contain;
}
.logo > a {
    display: block;
    width: 100%;
    height: 100%;
}

.nav {
    display: flex;
    align-items: center;
}

.nav > li {
    margin-right: 60px;
    position: relative;
    height: 100%;
    line-height: 100px;
}

.nav > li > a {
    font-family: 'pretendard',sans-serif;
    font-size: 18px;
    font-weight: 600;
    display: block;
    height: 100%;
    width: 100%;
    color:#000;
}

.nav > li > a:hover {
    color:#D94925;
    position: relative;
}
.nav > li.active {
    position: relative;
}


.nav > li.active:after {
    content:"";
    width: 3px;
    height: 3px;
    border-radius:50%;
    position: absolute;
    top: 26px;
    left: 50%;
    transform: translateX(-50%);
    background:#FFDF5A;
}

.nav > li:last-child {
    margin-right: 0;
}

.snb {
    display: none;
    padding:20px;
    width: 200px;
    border:1px solid #ddd;
    background:#fff;
    border-top:1px solid #fff;;
    position: absolute;
    top:99px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    line-height:normal;
    transition: all .4s;
    border-radius: 0 0 10px 10px;
}


.nav > li.active > .snb {
    display: block;
}

.snb > li {
    margin-bottom: 20px;
}
.snb > li:last-child {
    margin-bottom: 0;
}
.snb > li > a {
    font-family: 'pretendard',sans-serif;
    color:#666;
    font-size: 16px;
    font-weight: 300;
}

/* 메인배너 */
.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 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.main_banner > .txt_wrap > h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
}
.main_banner > .txt_wrap > p {
    font-size: 20px;
    font-weight: 300;
    margin-top: 20px;
    line-height: 28px;
}

/* 메인배너 --*/
/* main aboutus */
.section.about {}
.section.about > .inner {
    text-align: center;
}
.section.about > .inner > h3 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 30px;
}
.section.about > .inner > h2 {
    font-size: 60px;
    font-weight: 900;
    margin-top: 20px;
}
.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;
}
.comm_bg {
    width: 100%;
    height: 312px;
    
    margin-top: 40px;
    
    display: flex;
    justify-content: space-between;
    padding:0px;
    position: relative;
}
.comm_bg > .comm {
    width: calc(50% - 20px);
    border:1px solid #ddd;
    padding:40px;
    border-radius: 20px;
    background:#fff;
    height: 312px;
}
.comm2 {
    width: calc(50% - 20px);
    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: 146px;
    background:#fff;
    text-align: center;
    
}
.comm2 > li > a {
    display: block;
    width: 100%;
    height: 100%;
    padding:20px 95px;
}
.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;
}

/* 메인커뮤니티-- */


/* 후원사 */
.partner_list {
    min-width: 1280px;
    margin:0 auto;
    display: flex;
    justify-content: center;
}
.partner_list > li {
    width: 240px;
    height: 60px;
    background:#ddd;
    margin-right: 10px;
}
.partner  img {
    display: block;
    margin:0 auto;
    text-align: center;
}
.partner_ban {
    width: 100%;
    aspect-ratio: 1/.039;
    background:url('../img/partner_ban.png') center no-repeat;
    
}
/* 후원사-- */


.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 > a > p {
    color:#000!important;
}

.qmenu01 {
    background:url('../img/qmenu01.png') center no-repeat;
}
.qmenu02 {
    background:#9A3032;
}
.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: none;
}

.login_wrap > li {
    margin-right: 10px;
}
.login_wrap > li > a {
    color:#fff;
}



/* 푸터 */

.m_nav_btn,
.m_nav_wrap {
    display: none;
}



footer {
    margin-top: 0px;
    background:#111B2A;
    padding:40px 0;
}

footer > .inner {
    display: flex;
    align-items: center;
}

footer > .inner > .logo {
    margin-right: 100px;
}

.footer_info {}
.footer_info > p {
    color:#fff;
    font-size: 16px;
    line-height: 25px;
}
.footer_info > .copy {
    margin-top: 0px;
    color:#fff;
    font-size: 16px;
    font-weight: 300;
}

/* 누리아이소개 */
.about_tit2 {
    font-size: 30px;
    font-weight: 700;
    color:#D94925;
    text-align: center;
    margin-top: 60px;
}
.about_tit {
    font-size: 40px;
    font-weight: 700;
    margin-top: 14px;
    text-align: center;
}
.about_desc {
    font-size: 18px;
    font-weight: 300;
    color:#666;
    margin-top: 30px;
    text-align: center;
    line-height: 26px;
}
.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;
    justify-content: center;
    flex-wrap: wrap;
}
.cert > li {
    width: calc(33% - 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: 18px;
    font-weight: 300;
    color:#fff;
    margin-top: 20px;
}

.map {
    margin: 60px 0;
}


/* 연혁 */
.sub_section.history {
    background:#f9f9f9;
    
}
.sub_section.history > .inner {
    display: flex;
    justify-content: space-between;
}

.his_info {
    position: relative;
}
.his_info > .sub_tit {
    text-align: left;
    margin-top: 120px;
    
}
.his_info > h3 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 50px;
}
.his_info > p {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    color:#666;
    margin-top: 16px;
}
.his {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
}
.his > li {
    width: 200px;
    height: 200px;
    background:#7B230D;
    color:#fff;
    margin-right: 20px;
    position: relative;
    padding:64px 0 0 25px;
}

.his > li > p {
    font-size: 16px;
    font-weight: 300;
}
.his > li > h2 {
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
    line-height: 24px;
}

.his > li:after {
    content:"";
    width: 192px;
    height: 192px;
    border:1px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}


.his_img {
    width: 768px;
    height: 700px;
     background:url('../img/his_img.png') center no-repeat;
}
/* 연혁-- */

/* 누리아이소개-- */

/* 문의하기 */


/* 입단 및 무료체험문의 */

.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: 18px;
    font-weight: 700;
    line-height: 50px;
}
.inquiry_02 {
    width: 80%;
    height: 50px;
}
.fr-con > input {
    background:#F6F6F6;
    width: 100%;
    height: 50px;
    border:1px solid #ddd;
    padding-left: 40px;
}

.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: 920px;
    margin: 80px auto 0;
    border:1px solid #ddd;
    padding:70px 60px;
}

.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: 196px;
    height: 65px;
    margin: 40px auto 0;

}

.form-box .receive-btn input {
    width: 100%;
    height: 100%;
    color: #fff;
    background: #D94925 !important;
    border: 0;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;


}

select {
    font-size: 16px;
}
/* 문의하기 */


/* 제품소개 */
.product_bg_wrap {
    margin-top: 100px;
    position: relative;
}
.product_bg {
    width: 100%;
    aspect-ratio: 1/.3;
    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;
    padding:50px;
    text-align: center;
}
.product_txt > h2 {
    font-size: 40px;
}
.product_txt > p {
    font-size: 18px;
    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;
    text-align: center;
}
.product_img2 {
    width: 325px;
    aspect-ratio: 1/2.15;
    background:url('../img/product_img.png') center no-repeat;
    margin-right: 40px;
}
.product_info {
    margin-bottom: 60px;
}
.product_info > h3 {
    font-size: 26px;
    font-weight: 700;
    color:#D94925;
}
.product_info > h2 {
    font-size: 40px;
    font-weight: 700;
    margin-top: 16px;
}
.product_info > ul {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.product_info > ul > li {
    width: calc(33% - 10px);
    text-align: center;
}
.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;
}
.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:43px;
}
.review_cont > h2 {
    font-size: 24px;
    font-weight: 700;
    
}
.review_cont > p {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 300;
    color:#666;
    line-height: 26px;
    word-break: keep-all;
}

/* 제품소개-- */
.product_img {
    width: 100%;
    aspect-ratio: 1/.8;
    background:#000;
    border:1px solid #ddd;
    border-radius: 10px;
}
.mySwiper2 {
    padding-bottom: 40px;
    padding-top: 100px;
}
.mySwiper2 p {
    font-size: 18px;
    margin-top: 20px;
}

.product_img.img01 {
    background:url('../img/p_img01.png') center no-repeat;
    background-size:cover;
}
.product_img.img02 {
    background:url('../img/p_img02.png') center no-repeat;
    background-size:cover;
}
.product_img.img03 {
    background:url('../img/p_img03.png') center no-repeat;
    background-size:cover;
}
.product_img.img04 {
    background:url('../img/p_img04.png') center no-repeat;
    background-size:cover;
}
.product_img.img05 {
    background:url('../img/p_img05.png') center no-repeat;
    background-size:cover;
}
.product_img.img06 {
    background:url('../img/p_img06.png') center no-repeat;
    background-size:contain;
}