html,body {
    height: 100%;
    scroll-behavior: smooth;
    background:#fff!important;
}


.brand_color {
    color:#1FB85C;
}
.color_black {
    color:#000!important;
}


.bg_gray {
    background:#f9f9f9;
    margin-top: 100px!important;
}
.mt0 {
    margin-top: 0!important;
}
.mt30 {
    margin-top: 30px!important;
}
.mt40 {
    margin-top: 40px!important;
}
.pd0 {
    padding: 0!important;
}
.img_sub > h2 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 12px;
}
.news_text {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    line-height: 24px;
    margin-top: 12px;
}
.btn_more {
    width: 240px;
    height: 60px;
    border-radius: 30px;
    margin:20px auto 0;
    background: linear-gradient(90deg, #5FA731, #65E9E9);
    
}
.btn_more > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0 40px;
    width: 100%;
    height: 100%;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    color:#fff;
    border-radius: 30px;;
    transition: all .4s;
}

.btn_more > a:hover {
    border:0;
    padding:0 50px;
}

.btn_more2 {
    width: 180px;
    height: 50px;
    border-radius: 30px;
    margin-right: 10px;
    border:1px solid #fff;
    transition: all .4s;
}
.btn_more3 {
    width: 180px;
    height: 50px;
    border-radius: 30px;
    margin-right: 20px;
    background:#1FB85C;
    transition: all .4s;
}
.btn_more2:hover,
.btn_more3:hover {
    width:250px;
}

.btn_more2 > a {
    display: block;
    width: 100%;
    height: 100%;
    color:#fff;
    line-height: 50px;
    font-size: 16px;
}
.btn_more3 > a {
    display: block;
    width: 100%;
    height: 100%;
    color:#fff;
    line-height: 50px;
    font-size: 16px;
}
.btn_more2.img01 {background:url('../img/btn_more01.png') center no-repeat;background-size:contain;}
.btn_more2.img02 {background:url('../img/btn_more02.png') center no-repeat;background-size:contain;}
.btn_more2.img03 {background:url('../img/btn_more03.png') center no-repeat;background-size:contain;}


.tit {
    font-family: "Poppins", sans-serif;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.tit > span  {
    font-family: "Poppins", sans-serif!important;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    color:#1FB85C;
}
.tit_desc {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    margin-top: 14px;
    color:#666;
    word-break: keep-all;
}
.sub_banner_wrap {
    overflow: hidden;
}
.sub_banner {
    background:url('../img/sub_banner.png') center no-repeat;
    background-size:cover;
    height: 500px;
    animation : s-up 3s .2s both!important;
}
.sub_banner > .inner {
    position: relative;
    width: 100%;
    height: 100%;
    
}
.sub_banner_tit {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    color:#fff;
}

.sub_banner_tit > h2 {
    font-family: "Poppins", sans-serif;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    animation : text 1s .2s both!important;
}

.sub_banner_tit > p {
    font-size: 18px;
    font-weight: 300;
    margin-top: 20px;
    line-height: 26px;
    animation : text 1s .4s both!important;
}

.sub_tit {
    font-size: 30px;
    font-weight: 700;
    position: relative;
    text-align: center;
}
.sub_tit2 {
    font-size: 30px;
    margin-top: 60px;
    font-weight: 700;
    color:#27983B;
    text-align: center;
}
.sub_tit3 {
    font-size: 30px;
    margin-top: 30px;
    text-align: center;
    line-height: 40px;
}
.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: 18px;
    font-weight: 300;
    color:#666;
    margin-top: 20px;
    line-height: 26px;
}
.smenu_wrap {
    background:url('../img/smenu_bg.png') center no-repeat;;
    background-size:cover;
    
}
.smenu_wrap > .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.smenu {
    display: flex;


}
.smenu > li {
    position: relative;
    margin-right: 40px;
}

.smenu > li:last-child::after {
    display: none;
}
.smenu > li.active {
    
    border:0;
}
.smenu > li.active a {
    color:#fff;
}
.smenu > li > a {
    color:#fff;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 60px;
}

.location_wrap {
    display: flex;
    align-items: center;
    color:#fff;
}
.location_wrap > span {
    font-size: 12px;
    color:rgba(255,255,255,0.3);
}
.location_wrap > h6 {
    padding:0 10px;
        font-weight: 300;
        color:rgba(255,255,255,0.3);
}
.location_wrap > p {
    font-size: 12px;
    font-weight: 600;
}



.sub_section {
    padding:100px 0;
}
.hide {
    position: absolute;
    top: -9999px;
    left: -9999px;
    width: 1px;
    height: 1px;
    text-indent: -9999px;
}
.fw700 {
    font-weight: 700;
}
.board.inner {
    margin-top: 80px;
    margin-bottom: 120px;
}
.inner {
    max-width: 1280px;
    margin:0 auto;
}
.section {
    padding-top: 100px;
}

.br_pc {
    display: block;
}
.br_m {
    display: none;
}

.b_color {
    color:#1FB85C;
}

#bo_v_img {width:100%;overflow:hidden;text-align:center!important;zoom:1}


/* 헤더 */
.header {
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    transition: all .4s;;
}
.header > .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}
.header.active {
    background:#fff;
    box-shadow: 2px 2px 10px rgba(0,0,0,.1);
}

.logo {
    width: 131px;
    height: 72px;
    background:url('../img/logo.png') center no-repeat;
    background-size:contain;
}
.header.active .logo {
    width: 131px;
    height: 72px;
    background:url('../img/logo2.png') center no-repeat;
    background-size:contain;
}

.logo.sub {

}
.logo > a {
    font-family: 'SCoreDream'!important;
    font-size: 30px;
    font-weight: 700;
    color:#fff;

    display: block;
    width: 100%;
    height: 100%;
}

.nav {
    display: flex;
    align-items: center;
}

.nav > li {
    margin-right: 60px;
    position: relative;
    height: 100%;
    line-height: 70px;
}

.nav > li > a {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    display: block;
    height: 100%;
    width: 100%;
    color:#fff;
}
.header.active .nav > li > a {
    color:#000;
}
.nav.sub > li > a {

    
}


.nav > li > a:hover {
    color:red;
    position: relative;
}
.nav > li.active {
    position: relative;
}


.nav > li:last-child {
    margin-right: 0;
}

.snb {
    display: none;
    padding:20px;
    width: 200px;
    border:1px solid #ddd;
    background:#fff;
    border-top:0;
    position: absolute;
    top:70px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    line-height:normal;
    transition: all .4s;
}


.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%;
    color:#fff;
    text-align: center;
    overflow: hidden;
}
.swiper {
    width: 100%;
    height: 100%;
}

.mySwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide.img01 {
    background:url('../img/main_banner.png') center no-repeat;
    background-size:cover;
}
.swiper-slide.img02 {
    background:url('../img/main_banner02.png') center no-repeat;
    background-size:cover;
}
.swiper-slide.img03 {
    background:url('../img/main_banner03.png') center no-repeat;
    background-size:cover;
}

.mySwiper .swiper-slide > .txt_wrap {
    color:#fff;
    text-align: center;
    margin:20% auto;
}
.mySwiper .swiper-slide > .txt_wrap > h3 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.mySwiper .swiper-slide > .txt_wrap > h2 {
    font-size: 60px;
    font-weight: 900;
    margin-top: 20px;
}

.mySwiper .swiper-slide > .txt_wrap > p {
    font-size: 18px;
    line-height: 26px;
    margin-top: 20px;
    word-break: keep-all;
    font-weight: 300;
    color:#fff;
}
.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_wrap {
    animation : text 1s .8s both;
}
.btn_wrap {
    width: 660px;
    display: flex;
    justify-content: center;
    margin:40px auto 0;
}
.btn_wrap > .btn_more {
    width: 220px;
    height: 80px;
    background:none;
    border:1px solid #fff;
    margin-right: 10px;
    border-radius: 5px;
    margin:40px auto 0;
    margin-right: 10px;
}
.btn_wrap > .btn_more:last-child {
    margin-right: 0;
}
.btn_wrap > .btn_more > a {
    line-height: 80px;
    font-size: 18px;
    font-weight: 300;
    color:#fff;
}

.btn_wrap > .btn_more:hover {
    background:rgba(255,255,255,0.3);
}
/* 메인배너 --*/





/* msec_01 */
.about_img {
    height: 400px;
    background:url('../img/about_img.png') top center no-repeat;
    /* background-attachment: fixed; */
    margin-top: 40px;
    border-radius: 10px;
}
.company_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    justify-content: space-between;
}
.company_wrap > li {
    width: calc(50% - 20px);
    border-bottom:1px solid #ddd;
    padding-bottom: 30px;
    display: flex;
    margin-bottom: 40px;
}
.company_wrap > li > h2 {
    font-size: 18px;
    font-weight: 600;
    color:#5FA731;
    margin-right: 34px;
}
.company_wrap > li > .info {}
.company_wrap > li > .info > h4 {
    font-size: 18px;
    font-weight: 700;
}
.company_wrap > li > .info > p {
    font-size: 18px;
    font-weight: 300;
    color:#666;
    margin-top: 12px;
}
/* msec_01 */






/* msec_02 */
.portfolio_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}
.portfolio_wrap > li {
    width: calc(33.33% - 20px);
    aspect-ratio: 1/.75;
    background:#ddd;
    text-align: center;
    position: relative;
    border-radius: 10px;
    margin-bottom: 40px;
}
.portfolio_wrap > .img01 {background:url('../img/port_img01.png') center no-repeat;background-size:cover;}
.portfolio_wrap > .img02 {background:url('../img/port_img02.png') center no-repeat;background-size:cover;}
.portfolio_wrap > .img03 {background:url('../img/port_img03.png') center no-repeat;background-size:cover;}
.portfolio_wrap > .img04 {background:url('../img/port_img04.png') center no-repeat;background-size:cover;}
.portfolio_wrap > .img05 {background:url('../img/port_img05.png') center no-repeat;background-size:cover;}
.portfolio_wrap > .img06 {background:url('../img/port_img06.png') center no-repeat;background-size:cover;}


.portfolio_wrap > .img01:hover {background:url('../img/port_img_ov01.png') center no-repeat;background-size:cover;}
.portfolio_wrap > .img02:hover {background:url('../img/port_img_ov02.png') center no-repeat;background-size:cover;}
.portfolio_wrap > .img03:hover {background:url('../img/port_img_ov03.png') center no-repeat;background-size:cover;}
.portfolio_wrap > .img04:hover {background:url('../img/port_img_ov04.png') center no-repeat;background-size:cover;}
.portfolio_wrap > .img05:hover {background:url('../img/port_img_ov05.png') center no-repeat;background-size:cover;}
.portfolio_wrap > .img06:hover {background:url('../img/port_img_ov06.png') center no-repeat;background-size:cover;}

.portfolio_wrap > li > h2 {
    font-size: 24px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 0;
    overflow: hidden;
    color:#fff;
    transition: all .4s;
    z-index: 9999;
}


.portfolio_wrap > li:hover > h2 {
    height: 22px;
}
.banner_wrap {
    display: flex;
    justify-content: space-between;
}
.banner_img {
    width: calc(50% - 10px);
    aspect-ratio: 1/0.2587301587301587;
    background:#ddd;
    border-radius: 10px;
    transition: all .4s;
}
.banner_img:hover {
    transform: translateY(-10px);
}
.banner_img.img01 {background:url('../img/banner_img01.png') center no-repeat;background-size:cover;}
.banner_img.img02 {background:url('../img/banner_img02.png') center no-repeat;background-size:cover;}
.banner_img > a {
    width: 100%;
    height: 100%;
    display: block;
}
/* msec_02 */

/* msec_03 */
.msec_03 {
    background:#f9f9f9;
    margin-top: 100px;
}
/* msec_03 */


/* msec_04 */

.msec_04 {
    background:url('../img/msec04_bg.png') center no-repeat;
    background-size:cover;
    color:#fff;
    padding:200px 0;

}
.msec_04 .tit,
.msec_04 .tit_desc {
    color:#fff;
}
/* msec_04 */


/* sub1_1 */

.about_tit {
    font-size: 30px;
    font-weight: 700;
    margin-top: 60px;
    color:#1FB85C;
}
.about_cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.about_cont > li {
    display: flex;
    align-items: center;
    width: calc(50% - 20px);
    margin-bottom: 60px;
}
.img_about {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 20px;
}
.img_about.img01 {background:url('../img/img_about01.png') center no-repeat;background-size:contain;}
.img_about.img02 {background:url('../img/img_about02.png') center no-repeat;background-size:contain;}
.img_about.img03 {background:url('../img/img_about03.png') center no-repeat;background-size:contain;}
.img_about.img04 {background:url('../img/img_about04.png') center no-repeat;background-size:contain;}
.about_cont > li > .txt_wrap > h2 {
    font-size: 24px;
    font-weight: 700;

}
.about_cont > li > .txt_wrap > p {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    line-height: 24px;
    word-break: keep-all;
    margin-top: 8px;
}
.ide {
    border-top:2px solid #000;
    margin-top: 40px;
}
.ide > li {
    display: flex;
    padding:20px 20px;
}
.ide > li > h2 {
    font-size: 18px;
    font-weight: 700;
    margin-right: 40px;
}
.ide > li > p {
    font-size: 18px;
    font-weight: 300;
    color:#666;
}
.map {
    margin-top: 60px;
}
/* sub1_1 */



/* sub1_2 */
.history_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.his_img {
    width: calc(50% - 20px);
    aspect-ratio: 1/1;
    background:url('../img/his_img.png') center no-repeat;
    background-size:contain;
}
.his_con {
    width: calc(50% - 20px);
}
.his_con > li {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom:1px dotted #ddd;
    margin-bottom: 20px;
}
.his_con > li > h2 {
    font-size: 20px;
    font-weight: 700;
    margin-right: 40px;
}
.his_con > li > p {
    font-size: 18px;
    font-weight: 300;
    color:#666;
    line-height: 26px;
    word-break: keep-all;
}
.his_con > li > p.point {
    color:#27983B!important;
    font-weight: 600!important;
}
/* sub1_2 */



/* sub2_1 */
.product_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
}
.product_img {
    width: calc(50% - 20px);
    aspect-ratio: 1/0.8870967741935484;
    background:url('../img/product_img.png') center no-repeat;;
    background-size:contain;
}
.product_cont {
    width: calc(50% - 20px);
}
.product_cont > h4 {
    font-size: 16px;
    color:#1FB85C
}
.product_cont > h2 {
    font-size: 40px;
    font-weight: 700;
    margin-top: 4px;
}
.product_cont > h3 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 40px;
}
.product_detail {
    margin-top: 12px;
    border-top:1px solid #ddd;
}
.product_detail > li {
    display: flex;
    padding:13px 0;

    border-bottom:1px solid #ddd;
}
.product_detail > li > h2 {
    width: 100px;
    font-size: 16px;
    font-weight: 600;

}
.product_detail > li > p {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    line-height: 24px;
    word-break: keep-all;
}
.features_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}
.features_wrap > li {
    width: calc(20% - 10px);
    aspect-ratio: 1/1;
    border-radius: 50%;
    border:1px solid #ddd;
    background:#fff;
    position: relative;
    margin-bottom: 20px;
}
.ico_features {
    width: 80px;
    height: 80px;
    margin:0 auto;
    background:red;
}
.ico_features.img01 {background:url('../img/ico_features01.png') center no-repeat;background-size:contain;}
.ico_features.img02 {background:url('../img/ico_features02.png') center no-repeat;background-size:contain;}
.ico_features.img03 {background:url('../img/ico_features03.png') center no-repeat;background-size:contain;}
.ico_features.img04 {background:url('../img/ico_features04.png') center no-repeat;background-size:contain;}
.ico_features.img05 {background:url('../img/ico_features05.png') center no-repeat;background-size:contain;}
.ico_features.img06 {background:url('../img/ico_features06.png') center no-repeat;background-size:contain;}
.ico_features.img07 {background:url('../img/ico_features07.png') center no-repeat;background-size:contain;}
.ico_features.img08 {background:url('../img/ico_features08.png') center no-repeat;background-size:contain;}
.ico_features.img09 {background:url('../img/ico_features09.png') center no-repeat;background-size:contain;}
.ico_features.img10 {background:url('../img/ico_features10.png') center no-repeat;background-size:contain;}
.features_wrap > li > .wrap {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.features_wrap > li h2 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-top: 12px;
}

.process_img {
    aspect-ratio: 1/0.27578125;
    background:url('../img/process_img.png') center no-repeat;
    margin-top: 60px;
}
.process_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.process_wrap > li {
    width: calc(20% - 10px);
    text-align: center;
}
.img_process {
    aspect-ratio: 1/0.8333333333333333;
    background:#ddd;
    border-radius: 10px;
}
.img_process.img01 {background:url('../img/img_process01.png') center no-repeat;}
.img_process.img02 {background:url('../img/img_process02.png') center no-repeat;}
.img_process.img03 {background:url('../img/img_process03.png') center no-repeat;}
.img_process.img04 {background:url('../img/img_process04.png') center no-repeat;}
.img_process.img05 {background:url('../img/img_process05.png') center no-repeat;}
.process_wrap > li > h3 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 14px;
    color:#5FA731;

}
.process_wrap > li > h2 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 4px;
}
.process_wrap > li > p {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    margin-top: 4px;
}
.case_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.case_wrap > li {
    width: calc(50% - 20px);
    aspect-ratio: 1/0.5080645161290323;
    background:#ddd;
    margin-bottom: 40px;
}
.case_wrap > li.img01 {background:url('../img/img_case01.png') center no-repeat;}
.case_wrap > li.img02 {background:url('../img/img_case02.png') center no-repeat;}
.case_wrap > li.img03 {background:url('../img/img_case03.png') center no-repeat;}
.case_wrap > li.img04 {background:url('../img/img_case04.png') center no-repeat;}
/* sub2_1 */

/* sub3_1 */
.construction_img {
    aspect-ratio: 1/.35;
    background:url('../img/construction_img.png') center no-repeat;
    background-size:cover;
    margin-top: 60px;
    border-radius: 10px;
}
.construction_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.construction_box {
    width: calc(33.33% - 50px);
}
.construction_box > h2 {
    font-size: 24px;
    font-weight: 700;
}
.construction_box > p {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 300;
    color:#666;
    line-height: 26px;
    word-break: keep-all;
}
.bar {
    width: 100%;
    height: 1px;
    border-top:1px solid #ddd;
    margin:20px 0;
}
/* sub3_1 */




/* sub3_2 */
.cert_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 60px;
}
.cert_wrap > li {
    width: calc(25% - 20px);
    margin-bottom: 40px;
}
.cert_box {
    aspect-ratio: 1/1.35;
    border:1px solid #ddd;
    padding:10px;
}
.cert_img {
    width: 100%;
    height: 100%;
    background:#ddd;
}
.cert_img.img01 {background:url('../img/cert_img01.png') center no-repeat;background-size:cover;}
.cert_img.img02 {background:url('../img/cert_img02.png') center no-repeat;background-size:cover;}
.cert_img.img03 {background:url('../img/cert_img03.png') center no-repeat;background-size:cover;}
.cert_img.img04 {background:url('../img/cert_img04.png') center no-repeat;background-size:cover;}
.cert_img.img05 {background:url('../img/cert_img05.png') center no-repeat;background-size:cover;}
.cert_img.img06 {background:url('../img/cert_img06.png') center no-repeat;background-size:cover;}
.cert_img.img07 {background:url('../img/cert_img07.png') center no-repeat;background-size:cover;}
.cert_img.img08 {background:url('../img/cert_img08.png') center no-repeat;background-size:cover;}
.cert_img.img09 {background:url('../img/cert_img09.png') center no-repeat;background-size:cover;}
.cert_img.img10 {background:url('../img/cert_img10.png') center no-repeat;background-size:cover;}
.cert_img.img11 {background:url('../img/cert_img11.png') center no-repeat;background-size:cover;}
.cert_img.img12 {background:url('../img/cert_img12.png') center no-repeat;background-size:cover;}
.cert_img.img13 {background:url('../img/cert_img13.png') center no-repeat;background-size:cover;}
.cert_wrap > li > h2 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-top: 12px;
}
/* sub3_2 */




/* 푸터 */


.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:url('../img/ban_talk.png') center no-repeat;
    background-size:contain;
}
.qmenu02 {
    background:#1FB85C;
}
.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;
    background-size:contain;
}
.ico_qmenu.img02 {
    background:url('../img/ico_qmenu02.png') center no-repeat;
    background-size:contain;
}
.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 {
    background:#000;
    padding:60px 0;
    background-size:cover;
}
footer > .inner {
    display: flex!important;
}

footer > .inner >  .logo {
    width: 131px;
    height: 72px;
    background:url('../img/logo.png') center no-repeat;
    background-size:contain;
    margin-right: 80px;
}
.f_menu {
    display: flex;
}
.f_menu > li {
    margin-right: 50px;
    position: relative;
}
.f_menu > li:after {
    content:"";
    width: 1px;
    height: 10px;
    background:#ddd;
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
}
.f_menu > li:last-child:after {
    display: none;
}
.f_menu > li > a {
    font-size: 16px;
    font-weight: 600;
    font-family: "Poppins", sans-serif!important;
    color:#fff;
} 
footer > .inner > .footer_info > p {
    font-size: 16px;
    font-weight: 300;
    color:#fff!important;
    line-height: 26px;
    margin-top: 30px;

}
footer > .inner > .footer_info >  .copy {
    font-size: 14px;
    font-weight: 300;
    color:#fff;
    line-height: 26px;
    margin-top: 0px;
}
.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;}









/* 입단 및 무료체험문의 */

.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;
    height: auto;
    margin-bottom: 12px;
    align-items: center;
    
}
.inquiry_01 {
    width: 26%;
    height: 40px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
}
.inquiry_01 > h2 {
    display: inline-block;
    position: relative;
}
.inquiry_01 > h2:after {
    content:"";
    width: 6px;
    height: 6px;
    background:url('../img/star_ico.png') center no-repeat;
    background-size:contain;
    position: absolute;
    top: 10px;
    right: -10px;
}
.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_con2 {
    height: 500px!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: 0px auto 0;
    padding:40px;
}

.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 18px;
    font-size: 14px!important;
}

.form-box .form-con ul li .fr-con textarea {
    height: 200px;
    width: 100%;
    border:1px solid #ddd;
    background:#fff;
    padding:20px;
    resize: none;
    font-size: 14px;
}

.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: #1FB85C !important;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Noto Sans KR', sans-serif;
    border-radius: 10px;


}

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;
}