html,body {
    height: 100%;
}
.brand_color {
    color:#274AAF;
}


.sub_section {
    padding:50px 10px!important;
}
.loca_wrap {
    max-width: 1280px;
    width: 100%;
    margin:60px auto 0 ;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding:0 10px;
}
.loca_wrap > h2 {
    width: 100%;
    font-size: 20px;
    font-weight: 700;
}
.loca_wrap > .loca_info {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.loca_wrap > .loca_info > span {
    font-size: 14px;
    color:#666;
}
.loca_wrap > .loca_info > p {
    font-size: 14px;
    color:#666;
}
.hide {
    position: absolute;
    top: -9999px;
    left: -9999px;
    width: 1px;
    height: 1px;
    text-indent: -9999px;
}
.hide_m {
    display: none;
}
.board.inner {
    margin-top: 80px;
}
.inner {
    max-width: 1280px;
    width: 100%;
    margin:0 auto;
    padding: 0;
}
.inner4 {
    max-width: 1280px;
    width: 100%;
    margin:0 auto;
}
.section {
    padding-top: 40px;

    padding:60px 10px;
    overflow: hidden;

}
.login_wrap {
    display: none;
}

.tit {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    text-align: center;
    color:#D5D5D5;
    word-break: keep-all;
}
.tit.type2 {
    font-size: 24px;
    line-height: 32px;
}
.tit.mt100 {
    margin-top: 100px;
}
.tit2 {
    font-size: 20px;
    line-height: 28px;
    color:#D5D5D5;
    margin-top: 20px;
    text-align: center;
    word-break: keep-all;
}
.tit3 {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    background:#B4F403;
    margin-bottom: 20px;
    margin:0 auto 20px;
    width: 166px;
    height: 30px;
    border-radius: 30px;
    word-break: keep-all;
}
.tit4 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color:#D5D5D5;
    text-align: center;
    margin-top: 24px;
     word-break: keep-all;
}
.tit_desc {
    font-size: 18px;
    font-weight: 300;
    color:#666;
    margin-top: 16px;
    line-height: 26px;
    word-break: keep-all;
    transition: all .4s;
    text-align: center;
}
.sub_banner_wrap {
    overflow: hidden;
}
.sub_banner {
    background:url('../img/sub_banner.png') center no-repeat;
    background-size:cover;
    height: 300px;
    animation : s-up 3s .2s both!important;
    border-bottom:1px solid #eee;

}
.sub_banner > .inner {
    position: relative;
    width: 100%;
    height: 100%;
    
}
.sub_banner_tit {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    text-align: center;
}

.sub_banner_tit {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    text-align: center;
    padding:0 20px;
}

.sub_banner_tit > h2 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    animation : text 1s .2s both!important;
    color:#fff;
}

.sub_banner_tit > p {
    font-size: 16px;
    font-weight: 300;
    margin-top: 16px;
    line-height: 24px;
    color:#fff;
    animation : text 1s .4s both!important;
    word-break: keep-all;
}

.sub_tit {
    margin-top: 100px;
}

.sub_tit > h2 {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
}
.sub_tit > p {
    font-size: 16px;
    line-height: 24px;
    color:#666;
    margin-top: 16px;
    text-align: center;
    padding:0 20px;
    word-break: keep-all;
}



.sub_desc {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    color:#666;
    margin-top: 20px;
    line-height: 26px;
}
.smenu_wrap {
    margin-top: 0px;
}
.smenu_wrap > .inner {

}
.smenu_wrap {
    height: 60px;
    border-bottom:1px solid #ddd;
}
.smenu_wrap > .inner {
    max-width: 1280px;
    width: 100%;
    height: 60px;

}
.smenu {
    display: flex;
    justify-content: center;
    gap: 0px;
    height: 60px;
}
.smenu > li {
    width: 100%;
    height: 60px;    
}

.smenu > li:last-child {
}
.smenu > li.active {
    border-bottom:2px solid #B4F403;
}
.smenu > li.active a {
    font-weight: 700;
    color:#B4F403;
}
.smenu > li > a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    color:#333;
}



.br_pc {
    display: none;
}
.br_m {
    display: block;
}

.b_color {
    color:#B4F403;
}
.b_color2 {
    color:#E21B1B;
}
.b_color3 {
    color:#FFDD35;
}

#bo_v_img {width:100%;overflow:hidden;text-align:center!important;zoom:1}

.sns_wrap {
    display: flex;
    align-items: center;
}
.sns_wrap > li {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background:#ddd;
    margin-right: 10px;
}
.sns_wrap > li:last-child {
    margin-right: 0;
}
.sns_wrap > li > a {
    display: block;
    width: 100%;
    height: 100%;
}
.sns_wrap > .img01 {background:url('../img/img_sns01.png') center no-repeat;}
.sns_wrap > .img02 {background:url('../img/img_sns02.png') center no-repeat;}

/* 헤더 */
.header {
    height: 70px;
    padding:0 10px;
}
.header > .inner {
    height: 70px;
}


.logo {
    width: 164px;
    aspect-ratio: 264/55;
    background:url('../img/logo.png') left center no-repeat;
    background-size:contain;
    transition: all .4s;
    z-index: 1;
}

.logo > a {
    display: block;
    width: 100%;
    height: 100%;
}
.top_tit,
.top_tit > a {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color:#fff;
    text-align: right;
    word-break: keep-all;
}


.nav {
    display: none;    
}

.btn_contact {
    display: none;
    border:1px solid rgba(255,255,255,0.4);
}
.btn_contact > a {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color:#fff;
    padding: 15px 50px;
}



/* msec_01 */
.msec_01 {
    margin-top: 160px;
}
.img_main {
    width: 100%;
    aspect-ratio: 1280/400;
    background:url('../img/m_img.png') center no-repeat;
    background-size:cover;
    margin-top: 50px;
}
.btn_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    gap: 20px;
}
.btn_more {
    width: 100%;
    height: 50px;
    background: linear-gradient(45deg, #91D96A, #BCFF34);
    border-radius: 30px;
    margin-right: 0px;
}
.btn_more.type2 {
    width: 325px;
}
.btn_more.type3 {
   max-width: 425px;
   width: 100%;
}
.btn_more > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color:#374B00;
}
.btn_more > a > p {
    margin-right: 10px;
    transition: all .4s;
}
.btn_more > a:hover  p {
    margin-right: 20px;
}
.btn_more > a > span {
    font-weight: 100!important;
}

.btn_more2 {
    width: 100%;
}
.btn_more2 > a  {
display: flex;
    align-items: center;
}
.btn_more2 > a > .btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(45deg, #91D96A, #BCFF34);
    margin-right: 12px;
}
.btn_more2 > a > .btn > span {
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    color:#374B00;
}
.btn_more2 > a > h2 {
    font-size: 16px;
    font-weight: 700;
    color:#fff;
}

/* msec_01 */


/* msec_02 */
.parter_wrap {
    margin-top: 50px;
}
.flow-wrap {
    width: 100%;
    overflow: hidden;
}

.flow-line {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin: 35px 0;
}

.flow-track {
    display: flex;
    width: max-content;
}

.flow-track img {
    height: 50px; /* 배너 높이 */
    margin-right: 60px;
}

/* 오른쪽 이동 */
.flow-line.right .flow-track {
    animation: flow-right 35s linear infinite;
}

/* 왼쪽 이동 */
.flow-line.left .flow-track {
    animation: flow-left 35s linear infinite;
}

@keyframes flow-left {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@keyframes flow-right {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}

/* msec_02 */


/* msec_03 */
.marketing_wrap {
    display: flex;
    gap: 40px;
    margin-top: 50px;
}
.marketing_wrap.type2 {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.marketing_wrap.type2 > img {
    width: calc(33.33% - 20px);
    margin-bottom: 10px;
}
.slide01 {
    height: 100px;
    color:#fff;
    text-align: center;
    padding-bottom: 100px;
    overflow: hidden;
    
}


.slide01 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide01 .swiper-slide.img01 {
    background:url('../img/img_store01.png') center no-repeat;
    background-size:contain;
}
.slide01 .swiper-slide.img02 {
    background:url('../img/img_store02.png') center no-repeat;
    background-size:contain;
}
.slide01 .swiper-slide.img03 {
    background:url('../img/img_store03.png') center no-repeat;
    background-size:contain;
}
.slide02 {
    height: 150px;
}
.slide02 .swiper-button-next,
.slide02 .swiper-button-prev {
    color:#fff!important
}

.slide02 .swiper-pagination-bullet {
    background:#fff!important
}
.arrow {
    display: block;
    width: 70px;
    margin:40px auto!important;
}
/* msec_03 */



/* msec_04 */

/* msec_04 */


/* msec_05 */

.slide02 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide02 .swiper-slide.img01 {
    background:url('../img/img_q01.png') center no-repeat;
    background-size:contain;
}
.slide02 .swiper-slide.img02 {
    background:url('../img/img_q02.png') center no-repeat;
    background-size:contain;
}
.slide02 .swiper-slide.img03 {
    background:url('../img/img_q03.png') center no-repeat;
    background-size:contain;
}
.slide02 .swiper-slide.img04 {
    background:url('../img/img_q04.png') center no-repeat;
    background-size:contain;
}
.slide02 .swiper-slide.img05 {
    background:url('../img/img_q05.png') center no-repeat;
    background-size:contain;
}
.slide02 .swiper-slide.img06 {
    background:url('../img/img_q06.png') center no-repeat;
    background-size:contain;
}
/* msec_05 */

/* msec_07 */
.fold_list {}

.fold_list > li {
    margin-bottom: 30px;
}

.fold_list > li > h2 {
    display: block;
    background:#6C9300;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px;
    padding:18px 10px;
    color:#fff;
}

.fold_list > li > div {
    padding:18px 10px;
    background:#24292D;
    border-radius: 10px;
    margin-top: 14px;
    font-size: 16px;
    line-height: 24px;
    word-break: keep-all;
    display: block;
    color:#fff;
}


.faq_wrap {
    color:#fff;
    margin-bottom: 30px;
}
.q_wrap {
    background:#6C9300;
    font-size: 20px;
    font-weight: 700;
    border-radius: 10px;
    padding:18px 40px;
}
.a_wrap {
    padding:40px;
    background:#24292D;
    border-radius: 10px;
    margin-top: 14px;
    font-size: 18px;
    line-height: 26px;
    word-break: keep-all;
}
.a_wrap > p {
    font-size: 18px;
    line-height: 26px;
    word-break: keep-all;
}

.faq {
      max-width: 1280px;
      width: 100%;
      margin: 60px auto 0;
    }

    .faq-item {
      border-radius: 10px;
      margin-bottom: 1rem;
      overflow: hidden;

    }

    .faq-question {
        font-size: 20px;
      padding:18px 40px;
      cursor: pointer;
      font-weight: bold;
      position: relative;
      background:#6C9300;
      color:#fff;
    }

    .faq-question::after {
      content: '+';
      position: absolute;
      right: 1rem;

    }

    .faq-item.active .faq-question::after {
      content: '-';
    }

    .faq-answer {
    background:#24292D;
    color:#fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
      max-height: 0;
      overflow: hidden;

      padding: 0 1rem;
    }

    .faq-item.active .faq-answer {
      padding: 40px;
      max-height: 500px; /* 충분한 높이 */
    }
/* msec_07 */



/* msec_08 */
.slide03 {
    height: 140px;
    color:#fff;
    text-align: center;
    padding-bottom: 0px;
    overflow: hidden;
    border:1px solid red;
}


.slide03 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide03 .swiper-slide.img01 {
    background:url('../img/img_mc01.png') center no-repeat;
    background-size:contain;
}
.slide03 .swiper-slide.img02 {
    background:url('../img/img_mc02.png') center no-repeat;
    background-size:contain;
}
.slide03 .swiper-slide.img03 {
    background:url('../img/img_mc03.png') center no-repeat;
    background-size:contain;
}
.mc_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}
.mc_wrap > li {
    width: 100%;
    border:1px solid #374B00;
    background:#131313;
    border-radius: 10px;;
    aspect-ratio: 290/240;
    margin-bottom: 10px;
    position: relative;
}
.mc_wrap > li > .txt_wrap {
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 90%;
    left: 50%;
}
.ico_service {
    width: 80px;
    height: 80px;
    background:#ddd;
    margin:0 auto;
}
.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;}
.ico_service.img04 {background:url('../img/ico_service04.png') center no-repeat;background-size:contain;}

.mc_wrap > li > .txt_wrap > h2 {
    font-size: 18px;
    font-weight: 700;
    color:#fff;
}
.mc_wrap.type2 > li > .txt_wrap > h2 {
    margin-top: 20px;
    color:#BBFE00;
}
.mc_wrap > li > .txt_wrap > p {
    font-size: 14px;
    color:#A8A6B4;
    line-height: 22px;
    margin-top: 20px;
    word-break: keep-all;
}
/* msec_08 */



/* msec_09 */
.img_allert {

    width: 103px;
    aspect-ratio: 103/104;
    background:url('../img/img_allert.png') center no-repeat;
    background-size:contain;
    margin:0 auto;
}
.msec09_tit_wrap {
    text-align: center;
}
.msec09_tit_wrap > h2 {
    font-size: 24px;
    font-weight: 700;
    color:#E21B1B;
    margin-top: 20px;
}
.msec09_tit_wrap > h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin-top: 40px;
    color:#D5D5D5;
    word-break: keep-all;
}
.msec09_tit_wrap > h5 {
    font-size: 20px;
    line-height: 28px;
    color:#D5D5D5;
    word-break: keep-all;
}
.msec09_tit_wrap > h5.type2 {
    margin-top: 50px;
}
.msec09_tit_wrap > h4 {
    font-size: 20px;
    line-height: 30px;
    word-break: keep-all;
    color:#B4F403;
    font-weight: 700;
    margin:20px 0;
}
/* msec_09 */


/* msec_10 */
.img_about_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.img_about_wrap > img {
    width: calc(50% - 5px);
    aspect-ratio: 620/378;
    border-radius: 10px;
    overflow: hidden;
}
.img_bottom {
    width: 100%;
    aspect-ratio: 1280/360;
    background:url('../img/m_img.png') center no-repeat;
    background-size:cover;
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 10px;
}
/* msec_10 */
#qa {
    scroll-margin-top: 200px; /* 위로 120px 여유 */
}



footer {
    background:#000123;
    padding:60px 0;
    background-size:cover;
}
footer > .inner {
    position: relative;
    display: flex;
    flex-direction: column;
}

footer > .inner >  .logo {
    background:url('../img/logo.png') center no-repeat;
    background-size:contain;
    margin-right: 110px;
}
footer > .inner > .footer_info {
    margin-top: 30px;
}
footer > .inner > .footer_info > p {
    font-size: 14px;
    font-weight: 300;
    color:#8D8D8D!important;
    line-height: 22px;

}
.footer_info >  .copy {
    font-size: 12px;
    font-weight: 300;
    color:#AAAAAA;
    line-height: 26px;
    word-break: keep-all;
}
.customer_info {
    position:static;
    top: unset;
    right: 0;
    transform: unset;
    margin-top: 30px;
}
.customer_info > li {
    text-align: left;
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    justify-content: unset;
}
.customer_info > li > h4 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color:#fff;
}
.customer_info > li > h3 {
    font-size: 20px;
    font-weight: 700;
    color:#fff;
    margin-left: 11px;
}
.customer_info > li > h5 {
    font-size: 16px;
    font-weight: 300;
    color:#AAAAAA;
}
.q_link {
    display: flex;
    justify-content: center;
}
.q_link > li {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background:#fff;
}
.q_link > li:last-child {
    margin-right: 0;
}
.q_link > li > a {
    display: block;
    width: 100%;
    height: 100%;
}
.q_link > li.img01 {background:url('../img/q_link01.png') center no-repeat; background-size:contain;}
.q_link > li.img02 {background:url('../img/q_link02.png') center no-repeat; background-size:contain;}



.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: 14px;
    font-weight: 300;
}
.inquiry_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.inquiry_list > li {
    width: 100%;
    margin-bottom: 20px;
}.inquiry_01 {
    width: 100%;
    height: 40px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
}
.inquiry_01 > h2 {
    font-size: 16px;
}
.inquiry_02 {
    height: 40px;
    width: 100%;
}
.fr-con > input {
    background:#fff;
    width: 100%;
    height: 40px;
    border:1px solid #ddd;
    padding-left: 10px;
    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;
}



 
/*-------------------모바일 메뉴----------------------*/


/* 모바일메뉴 */
.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: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 40px;
    height: 40px;
    background:url('../img/m_nav_wrap_btn2.png') center no-repeat;
    border:0;
}
.m_nav_btn.btn2 {
    background:url('../img/m_nav_wrap_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;
}

.dRSlBL {
    display: none!important;
    border:10px solid red;
}