html,body {
    height: 100%;
}
.brand_color {
    color:#A50105;;
}
.s_tit {
    font-family: 'SCoreDream'!important;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin-top: 10px;
    text-align: center;
}
.bg_gray {
    padding:60px 0!important;
}
.line {
    width: 1px;
    height: 50px;
    margin:30px auto;
    background:#fff;
}
.btn_mun {
    display: none;
    width: 180px;
    height: 50px;
    border:1px solid rgba(255,255,255,.4)
}
.btn_mun > a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 100;
    color:#fff;
    text-align: center;
    line-height: 50px;

}
.s_tit_desc {
    display: none;
    font-family: "Poppins", system-ui;
    font-size: 20px;
    color:#A50105;
    line-height: 28px;
    text-align: center;
}
.s_tit_desc2 {
    font-family: "Poppins", system-ui;
    font-size: 18px;
    color:#666;
    margin-top: 12px;
    line-height: 28px;
    text-align: center;
}

.btn_more {
    width: 250px;
    height: 55px;
    background: #D52724;
    margin-top: 40px;
}


.btn_more > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    line-height: 55px;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    color:#fff;
    position: relative;
}
.btn_more > a:after {
    content:"";
    width: 96%;
    height: 49px;
    bordeR:1px solid rgba(255,255,255,0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.btn_more > a > p {
    margin-right: 30px;
    transition: all .4s;
}
.btn_more > a:hover  p {
    margin-right: 55px;
}
.btn_more > a > span {
    font-weight: 100!important;
}


#hd_pop { background: #fff; }
.hd_pops { left: 20px !important; right: 20px !important;  background: #fff; }
.hd_pops_con { width: 100% !important; height: auto !important; background: #fff; }
.hd_pops_con img { width: 100% !important; height: auto !important; }

.tit {
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    margin-top: 20px;
    text-align: center;
    word-break: keep-all;
}
.tit2 {
    width: 260px;
    font-size: 14px;
    color:#fff;
    background:#29498F;
    border-radius: 50px;
    padding:12px 0;
    margin:0 auto;
    text-align: center;
}
.tit2.type2 {
    width: 148px;
}
.tit2.type3 {
    width: 228px;
}
.tit2.type4 {
    width: 182px;
    background:#000;
    color:#fff;
}
.tit_desc {
    font-size: 18px;
    font-weight: 300;
    color:#666;
    margin-top: 14px;
    line-height: 26px;
    word-break: keep-all;
}

.sub_tit {
    font-size: 22px;
    font-weight: 900;
    
    text-align: center;
    position: relative;
    text-transform: uppercase;
}
.sub_desc {
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    color:#666;
    margin-top: 20px;
    line-height: 22px;
}
.sub_tit_eng {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color:#000030;
    text-align: center;
    margin-top: 0px;
    text-transform: uppercase;
}
.sub_section {
    margin-top: 80px;
    padding:0 10px;
}
.sub_menu_wrap {
    display: none;
}
.sub_banner {
    background:url('../img/sub_banner.png') center no-repeat;
    background-size:cover;
    height: 300px;
    animation : s-up 3s .2s both!important;

}
.sub_banner > .inner {
    position: relative;
    width: 100%;
    height: 100%;
    
}
.sub_banner_tit {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color:#fff;
}

.sub_banner_tit > h2 {
    
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    animation : text 1s .2s both!important;
    word-break: keep-all;
}

.sub_banner_tit > p {
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    margin-top: 20px;
    line-height: 24px;
    animation : text 1s .4s both!important;
    word-break: keep-all;
}
.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 10px;
}
.section {
    padding-top: 40px;

    padding:60px 10px;
    overflow: hidden;

}
.login_wrap {
    display: none;
}

.login_wrap.mnav {
    position: absolute;
    bottom: 20px;
    display: flex;
    border:1px solid red;
    width: 100%;
    border:1px solid #ddd;
    padding: 0;
    background:#fff;
}
.login_wrap.mnav > li {
    width: 50%;
    height: 100%;
    border-right:1px solid #ddd;
    text-align: center;
    padding: 0!important;
    background:#fff;
}
.login_wrap.mnav > li:last-child {
    border-right:0;
}
.login_wrap.mnav > li > a {
    display: block;
    width: 100%;
    height: 100%;
    padding:0px 0;
}

.smenu > li > a {
    color:#666;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 60px;
    font-size: 14px;
}
.br_pc {
    display: none;
}
.br_m {
    display: block;
}
.b_color {
    color:#D2B25C;
}
.b_color2 {
    color:#EDDC8A;
}
.b_color3 {
    color:#E5C800;
    font-family: "Noto Serif KR", serif;
}
.b_color4 {
    color:#E5C800;
}

#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: 145px;
    height: 46px;
    background:url('../img/logo.png') center no-repeat;
    background-size:contain;
}
.header.active .logo {
    width: 145px;
    height: 46px;
    background:url('../img/logo2.png') center no-repeat;
    background-size:contain;
}

.logo > a {
    display: block;
    width: 100%;
    height: 100%;
}


.nav {
    display: none;    
}

/* 메인배너 */
.main_banner {
    height:100%;
    color:#fff;
    text-align: center;
    overflow: hidden;
}
.swiper {
    width: 100%;
    height: 100%;
}
.mySwiper {}
.swiper-button-next {
    right: 100px!important;
} 
.swiper-button-prev {
    left: 100px!important;
}
.swiper-button-next, .swiper-button-prev {
    color:#fff!important;
}
.mySwiper .swiper-pagination {
    bottom: 50px!important;
}
.mySwiper .swiper-pagination-bullet {
    background:#fff!important;
}

.mySwiper .swiper-pagination-bullet-active {
    background:red!important;
}
.mySwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #000;
    display: flex;
    justify-content: center;

}

.mySwiper .swiper-slide.img01 {
    background:url('../img/main_banner.png') center no-repeat;
    background-size:cover;
}
.mySwiper .swiper-slide > .txt_wrap {
    color:#fff;
    text-align: center;
}
.mySwiper .swiper-slide > .txt_wrap > h3 {
    font-size: 16px;
    font-family: 'Poppins' ,serif;
    color:#CFCFCF;
    margin-top: 100px;
    letter-spacing: 7px;
}
.mySwiper .swiper-slide > .txt_wrap > h2 {
    font-family: "Noto Serif KR", serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color:#F8EA98;
    margin-top: 20px;
}

.mySwiper .swiper-slide > .txt_wrap > p {
    font-family: "Noto Serif KR", serif;
    font-size: 18px;
    margin-top: 20px;
    line-height: 26px;
    color:#fff;
}
.img_main {
    position: absolute;
    bottom: 80px;
    left: 45%;
    transform: translateX(-50%);
    max-width: 764px;
    width: 100%;
    aspect-ratio: 1/0.6714659685863874;
    background:url('../img/img_main.png') center no-repeat;
    background-size:contain;
    margin:0 auto;
}
.main_box {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding:25px 10px;
    background:#010C4C;
}
.main_box > ul {
    display: none;
}
.main_box > ul > li {
    font-size: 18px;
    margin-right: 20px;
    color:#CFCFCF;
}
.main_box > ul > li:last-child {
    margin-right: 0;
}
.main_box > h2 {
    font-size: 16px;
    line-height: 24px;
    word-break: keep-all;
    margin-top: 0px;
}
.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 .txt_wrap > .btn_more {
    animation : text 1s .8s both;
}
/* 메인배너 --*/

/* msec_01 */
.msec_01 {
    background:url('../img/msec01_bg.png') center no-repeat;
    background-size:cover;
}
.msec_01 > .inner {
    position: relative;
    text-align: center;
}
.msec_01 h3 {
    font-family: "Noto Serif KR", serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 200;
    color:#CFCFCF;
}
.msec_01 h2 {
    font-size: 24px;
    line-height: 32px;
    word-break: keep-all;
    font-weight: 700;
    color:#fff;
    font-family: "Noto Serif KR", serif;
    margin-top: 30px;
}
.msec_01 p {
    font-size: 16px;
    color:#fff;
    line-height: 24px;
    margin-top: 40px;
    word-break: keep-all;
}
.msec_01 h5 {
    font-family: "Noto Serif KR", serif;
    font-size: 18px;
    color:#fff;
}
.msec_01 h4 {
    font-size: 22px;
    font-weight: 700;
    font-family: "Noto Serif KR", serif;
    color:#CCAD51;
    margin:10px 0;
}
/* msec_01 */

/* msec_02 */
.skill_wrap {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
}
.skill_wrap > li {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}
.skill_wrap > li > .num {
    width: 40px;
    aspect-ratio: 1/1;
    background:#003681;
    color:#fff;
    margin-right: 12px;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    font-weight: 900;
}
.skill_wrap > li > h2 {
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    position: relative;
}
.skill_wrap > li > h2:after {
    content:"";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -12px;
    left: 0;
    border-bottom:1px dashed #ddd;
}
/* msec_02 */

/* msec_03 */
.faq_wrap {
    margin-top: 60px;
}
.faq_wrap > li {
    background:#fff;
    border-radius: 10px;
    padding:30px 20px;
    display: flex;
    border-bottom:1px dashed #ddd;
    align-items: center;
}
.faq_wrap > li > h2 {
    display: none;
    font-size: 20px;
    font-weight: 700;
    margin-right: 60px;
}
.faq_wrap > li > .txt_wrap {}
.faq_wrap > li > .txt_wrap > h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color:#29498F;
}
.faq_wrap > li > .txt_wrap > p {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    margin-top: 16px;
    line-height: 24px;
    word-break: keep-all;
}
/* msec_03 */

/* msec_04 */
.msec_04 {
    background:url('../img/msec04_bg.png') center no-repeat;
    background-size:cover;
}
.msec_04 h4 {
    font-family: "Noto Serif KR", serif;
    font-size: 20px;
    font-weight: 700;
    color:#fff;
    margin-top: 20px;
    text-align: center;
}
.msec_04 h2 {
    font-family: "Noto Serif KR", serif;
    font-size: 30px;
    font-weight: 700;
    color:#E5C800;
    text-align: center;
    margin-top: 12px;
}
.solution_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    flex-wrap: wrap;
}
.solution_wrap > li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
}
.msec_04 h5 {
    font-family: "Noto Serif KR", serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin-top: 60px;
    text-align: center;
    word-break: keep-all;
    color:#fff;
}
/* msec_04 */

/* msec_05 */
.msec_05 {
    background:url('../img/msec05_bg.png') center no-repeat;
    background-size:cover;
}
.msec_05 h2 {
    font-size: 30px;
    word-break: keep-all;
    font-weight: 700;
    line-height: 40px;
    color:#E5C800;
    text-align: center;
    margin-top: 20px;
}
.info_wrap {
    max-width: 769px;
    margin:60px auto 0;
}
.info_wrap > li {
    width: 100%;
    height: auto;
    padding:10px;
    line-height: 24px;
    border-radius: 30px;
    background:#632412;
    font-size: 16px;
    color:#fff;
    text-align: center;
    margin-bottom: 20px;
    word-break: keep-all;
}
.msec_05 h6 {
    font-size: 16px;
    line-height: 24px;
    color:#fff;
    margin-top: 40px;
    word-break: keep-all;
    text-align: center;
}
/* msec_05 */

/* msec_06 */
.msec_06 {
    background:url('../img/msec06_bg.png') center no-repeat;
    background-size:cover;
}
.msec_06 > .inner {
    position: relative;
    text-align: center;
}

.msec_06 h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color:#fff;
    font-family: "Noto Serif KR", serif;
    margin-top: 30px;
    word-break: keep-all;
}

.msec_06 h5 {
    font-family: "Noto Serif KR", serif;
    font-size: 20px;
    line-height: 30px;
    word-break: keep-all;
    color:#fff;
}

.msec_06 h5 > span {
    font-family: "Noto Serif KR", serif;
}

.process_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    flex-wrap: wrap;
}
.process_wrap > li {
    width: 100%;
    background:#fff;
    border-radius: 10px;
    padding:30px 0;
    text-align: center;
    margin-bottom: 20px;
}
.process_wrap > li > h3 {
    display: inline-block;
    font-size: 16px;
    color:#fff;
    padding:10px 34px;
    text-align: center;
    background:#121A4A;
    border-radius: 30px;
}
.process_wrap > li > h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 22px;
}
.process_wrap > li > h6 {
    font-size: 16px;
    color:#666;
    line-height: 24px;
    margin-top: 20px;
}
.msec_06 h1 {
    font-size: 16px;
    word-break: keep-all;
    line-height: 24px;
    color:#fff;
    margin-top: 40px;
    text-align: center;
}
/* msec_06 */


/* msec_07 */

.msec_07 {
    background:url('../img/msec07_bg.png') center no-repeat;
    background-size:cover;
}
.msec_07 > .inner {
    position: relative;
    text-align: center;
}

.msec_07 h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color:#fff;
    margin-top: 30px;
    word-break: keep-all;
}

.msec_07 h5 {
    font-family: "Noto Serif KR", serif;
    font-size: 20px;
    line-height: 30px;
    color:#fff;
    word-break: keep-all;
}

.msec_07 h5 > span {
    font-family: "Noto Serif KR", serif;
}

.review_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}
.review_wrap > li {
    width: 100%;
    aspect-ratio: 1/1.1925;
    margin-bottom: 20px;
}
.review_wrap > li.img01 {background:url('../img/img_review01.png') center no-repeat;background-size:contain;;}
.review_wrap > li.img02 {background:url('../img/img_review02.png') center no-repeat;background-size:contain;;}
.review_wrap > li.img03 {background:url('../img/img_review03.png') center no-repeat;background-size:contain;;}
.msec_07 h1 {
    font-family: "Noto Serif KR", serif;
    font-size: 14px;
    color:#fff;
    line-height: 22px;
    margin-top: 40px;
    text-align: center;
    word-break: keep-all;
}
/* msec_07 */

/* msec_08 */
.msec_08 {
    background:url('../img/msec08_bg.png') center no-repeat;
    background-size:cover;
}

.msec_08 h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color:#fff;
    margin-top: 30px;
    text-align: center;
    word-break: keep-all;
}
/* msec_08 */




footer {
    background:#181E2B;
    padding:40px 0px;
}

footer > .inner > p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color:#fff;
    margin-top: 0px;
    word-break: keep-all;
}

footer > .inner > .copy {
    font-size: 12px;
    margin-top: 12px;
    color:#666;
}

footer > .inner > .copy > a {
    color:#666;
}





.q_menu {
    z-index: 9999;
    position: fixed;
    bottom: 10px;
    right: 10px;
}
.q_menu > li {

    border:1px solid rgba(0,0,0,0);
}

.qmenu01 {
    max-width: 100px;
    width: 100%;
    aspect-ratio: 1/1.97!important;
    background:url('../img/q01.png');
    background-size:contain;
}
.qmenu02 {
    background:#9A3032;
}
.qmenu03 {
    background:#413F3C;
}
.qmenu04 {
    width: 80px;
    height: 80px;
    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;
}



/* 입단 및 무료체험문의 */

.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 {
    display: flex;
    flex-direction: column;
}
.inquiry_list > li {
    width: 100%;
    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: 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 {
    margin-top: 20px;
}
.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:#fff;
    padding:20px 10px;
    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: 250px;
    height: 55px;
    margin: 40px auto 0;

}

.form-box .receive-btn input {
    width: 100%;
    height: 100%;
    color: #fff;
    background:url('../img/btn_bg.png') center no-repeat;
    background-size:contain;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    position: relative;
}
.form-box .receive-btn input:after {
    content:"";
    width: 96%;
    height: 49px;
    bordeR:1px solid rgba(255,255,255,0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}


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: block;
    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;
}

