html,body {
    height: 100%;
    scroll-behavior: smooth;
    background:#fff!important;
}

@import url(//fonts.googleapis.com/earlyaccess/nanumpenscript.css);

.nanumpenscript * {
 font-family: 'Nanum Pen Script', cursive;
}
.brand_color {
    color:#A50105;
}

.btn_mun {
    width: 243px;
    height: 67px;
    background:url('../img/contact.png') center no-repeat;
    background-size:contain;
}
.btn_mun > a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 100;
    color:#fff;
    text-align: center;
    line-height: 50px;

}
.bg_gray {
    background:#f9f9f9;
}
.mt0 {
    margin-top: 0!important;
}
.mt50 {
    margin-top: 50px!important;
}
.mt60 {
    margin-top: 60px!important;
}
.pb80 {
    padding-bottom: 80px!important;
}
.btn_more {
    width: 260px;
    height: 60px;
    border-radius: 30px;
    background: linear-gradient(45deg,#A60000, #871068);
    margin:50px auto 0;
}
.btn_more > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    color:#fff;
}
.btn_more > a > p {
    margin-right: 70px;
    transition: all .4s;
}
.btn_more > a:hover  p {
    margin-right: 55px;
}
.btn_more > a > span {
    font-weight: 100!important;
}
.bar {
    width: 100%;
    height: 1px;
    background:rgba(255,255,255,.8);
    margin:40px 0;
}
.bar2 {
    width: 60px;
    height: 4px;
    background:#A50105;
    margin:26px auto 0;
}

.tit {
    font-family: "Poppins", serif;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.tit_desc {
    font-size: 18px;
    font-weight: 300;
    color:#666;
    margin-top: 10px;
    line-height: 26px;
    word-break: keep-all;
    text-align: center;
}

.s_tit {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    position: relative;
}
.s_tit:after {
    content:"";
    width: 40px;
    height: 4px;
    background:#A50105;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
}
.s_tit_desc {
    font-size: 18px;
    color:#666;
    line-height: 26px;
    margin-top: 16px;
    text-align: center;
}
.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: 50%;
    transform: translate(-50%,-50%);
    color:#fff;
}

.sub_banner_tit > h2 {
    
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    animation : text 1s .2s both!important;
}

.sub_banner_tit > p {
    text-align: center;
    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 {
    border-bottom:1px solid #ddd;
}
.smenu {
    max-width: 1280px;
    display: flex;
    width: 100%;
    margin:0 auto;

}
.smenu > li {
    width: 50%;
    height: 60px;
    background:#fff;
    position: relative;
}
.smenu > li:last-child::after {
    display: none;
}
.smenu > li.active {
    border-bottom:2px solid #A50105;
}
.smenu > li.active a {
    color:#A50105;
    font-weight: 700;
}
.smenu > li > a {
    font-size: 18px;
    color:#666;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 60px;
}
.sub02_cate {
    max-width: 1280px;
    display: flex;
    justify-content: center;
    margin:0 auto;
}
.sub02_cate > li {
    width: 100%;
    height: 60px;
    border:1px solid #ddd;
    margin-right: 10px;
}
.sub02_cate > li.active {
    background:#0B1F3A;
}
.sub02_cate > li.active > a {
    color:#fff;
}
.sub02_cate > li:last-child {
    margin-right: 0;
}
.sub02_cate > li > a {
    display: block;
    text-align: center;
    line-height: 60px;
}
.sub_section {
    padding:80px 0;
}
.hide {
    position: absolute;
    top: -9999px;
    left: -9999px;
    width: 1px;
    height: 1px;
    text-indent: -9999px;
}
.fw700 {
    font-weight: 700;
}
.board.inner {
    margin-top:120px;
    margin-bottom: 120px;
}
.inner {
    max-width: 1280px;
    margin:0 auto;
}
.section {
    padding-top: 140px;
}
.brand_stit {
    font-size: 18px;
    font-weight: 700;
    color:#A50105;
    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:#A50105;
}
.b_color2 {
    color:#05C2BA;
}
#bo_v_img {width:100%;overflow:hidden;text-align:center!important;zoom:1}


/* 헤더 */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    transition: all .4s;;
    height: 100px;    
    background:#fff;
}
.header > .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header.active {
    background:#fff;
    box-shadow: 2px 2px 10px rgba(0,0,0,.1);
}

.logo {
    width: 361px;
    height: 47px;
    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: 22px;
    font-weight: 600;
    display: block;
    height: 100%;
    width: 100%;
}

.nav.sub > li > a {
    color:#000;
}
.header.active .nav > li > a {
    color:#000;
}

.nav > li > a:hover {
    color:#A50105;
    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:#A50105;
}

.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:100px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    line-height:normal;
    transition: all .4s;
}

.tac {
    text-align: center;
}
.tal {
    text-align: left!important;
}
.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: calc(100% - 100px);
    margin-top: 100px;
    overflow: hidden;
}
.swiper {
    width: 100%;
    height: 100%;
}

.mySwiper .swiper-slide {
    background:url('../img/main_banner.png') center no-repeat;
    background-size:cover;
}
.m_banner_wrap {
    max-width: 1280px;
    margin:0 auto;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.m_banner_wrap > .txt_box {
    width: calc(50% - 20px);
    margin-bottom: 200px;
}
.m_banner_wrap > .txt_box > h3 {
    font-size: 22px;
    font-weight: 700;
}
.m_banner_wrap > .txt_box > h2 {
    font-size: 60px;
    line-height: 70px;
    margin-top: 10px;
}
.m_banner_wrap > .txt_box > .m_list {
    max-width: 444px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    justify-content: space-between;
}
.m_banner_wrap > .txt_box > .m_list > li {
    border:1px solid #ddd;
    font-size: 16px;
    color:#666;
    border-radius: 30px;
    background:#fff;
    padding:10px 16px;
    margin-bottom: 10px;
}
.m_banner_wrap > .txt_box > .m_list > li:hover {
    background:#D93441;
    color:#fff;
    border:1px solid rgba(0,0,0,0)
}
.m_banner_wrap > .img_box {
    width: calc(50% - 20px);
}
.m_banner_wrap > .img_box > .ceo_img {
    max-width: 629px;
    width: 100%;
    aspect-ratio: 1/1.116057233704293;
    background:url('../img/ceo_img.png') center no-repeat;
    background-size:contain;
}

.mySwiper .swiper-slide-active .m_banner_wrap > .txt_box > h3 {
    animation : text 1s .4s both;
}
.mySwiper .swiper-slide-active .m_banner_wrap > .txt_box > h2 {
    animation : text 1s .7s both;
}
.mySwiper .swiper-slide-active .m_banner_wrap > .txt_box > .m_list {
    animation : text 1s 1s both;
}
.mySwiper .swiper-slide-active .m_banner_wrap > .img_box {
    animation : text 1s 1.4s both;
}
/* 메인배너 --*/

/* msec_01 */
.msec_01 {
    position: relative;
}
.his_wrap {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background:url('../img/his_bg.png') center no-repeat;
    background-size:cover;    
    z-index: 9999;
    border:1px solid #ddd;
    padding:40px 40px;
    color:#fff;
}
.his_wrap.active {
    display: block;
}
.btn_close {
    height: 40px;
    color:#000;
    text-align: center;
    line-height: 40px;
    margin-top: 60px;
}
.his_wrap > h2 {
    font-size: 24px;
    font-weight: 700;
}
.his_wrap > p {
    font-size: 16px;
    font-weight: 300;
    color:#fff;
    line-height: 28px;
    margin-top: 20px;
    padding-left: 10px;
}
.greeting_bg {
    background:#F0F4F7;
    padding:71px 0;
    margin-top: 144px;
}
.greeting_bg > .inner {
    display: flex;
    justify-content: space-between;
}
.greeting_img {
    max-width: 450px;
    width: 100%;
}
.greeting_img > .his {
    width: 100%;
    height: 40px;
    background:#fff;
    border:1px solid #ddd;
    margin-top: 4px;
    

    line-height: 40px;
    text-align: center;
}
.greeting_img > .his > a {
    
}
.greeting_img > .his:hover {
    background:#D93441;
    color:#fff;
    cursor: pointer;
}
.ceo_img2 {
    width: 100%;
    aspect-ratio: 1/1.133333333333333;
    background:url('../img/ceo_img2.png') center no-repeat;
    background-size:contain;
    margin-top: -144px;
}
.greeting_cont {
    max-width: 790px;
    width: 100%;
}
.greeting_cont > h2 {
    font-size: 32px;
    line-height: 40px;
    word-break: keep-all;
}
.greeting_cont > p {
    font-size: 18px;
    line-height: 26px;
    color:#666;
    word-break: keep-all;
    margin-top: 30px;
}
.greeting_cont > .name {
    display: flex;
    align-items: center;
    margin-top: 40px;
    
}

.greeting_cont > .name > p {
    font-size: 18px;
    font-weight: 600;
    margin-right: 12px;
}
.greeting_cont > .name > h2 {
    font-size: 26px;
    font-weight: 700;
    position: relative;
}
.greeting_cont > .name > h2:after {
    display: none;
    content:"";
    width: 102px;
    height: 73px;
    background:url('../img/sign3.png') center no-repeat;
    background-size:contain;
    position: absolute;
    top: 50%;
    right: -102px;
    transform: translateY(-50%);

}
/* msec_01 */

/* msec_02 */
.whatwedo {
    margin-top: 60px;
    padding-bottom: 6px;
}
.whatwedo .swiper-slide {
    display: flex;
    justify-content: space-between;
    padding-bottom: 6px;
}
.what_img {
    width: calc(50% - 20px);
    aspect-ratio: 1/0.5319148936170213;
    background:#ddd;
    position: relative;
    z-index: 1000;
}
.what_img.img01 {background:url('../img/what_img01.png') center no-repeat;background-size:cover;}
.what_img.img02 {background:url('../img/what_img02.png') center no-repeat;background-size:cover;}

.whatwedo .swiper-slide-active .what_cont > h3 {
    animation : text 1s .4s both;
}
.whatwedo .swiper-slide-active .what_cont > h2 {
    animation : text 1s .6s both;
}
.whatwedo .swiper-slide-active .what_cont > p {
    animation : text 1s .8s both;
}
.what_img:after {
    content:"";
    width: 92px;
    height: 92px;
    position: absolute;
    bottom:-6px;
    right: -6px;
    z-index: 999;
    border-right:6px solid #D93441;
    border-bottom:6px solid #D93441;

}
.what_cont {
    width: calc(50% - 20px);
    position: relative;
    margin-top: 20px;
}
.what_cont > h3 {
    font-family: Abril Display;
    font-size: 60px;
    font-weight: 700;
    color:#eee;
}
.what_cont > h2 {
    font-size: 34px;
    line-height: 44px;
    word-break: keep-all;
    margin-top: 10px;
}
.what_cont > p {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    line-height: 24px;
    margin-top: 24px;
    word-break: keep-all;
}
.whatwedo .swiper-slide .swiper-button-next:after,
.whatwedo .swiper-slide .swiper-button-prev:after {
    display: none;
}
.whatwedo .swiper-slide .swiper-button-prev {
    position: absolute!important;
    top:unset;
    bottom: 0!important;
    left: 0!important;
    width: 62px;
    height: 52px;
    background:url('../img/prev.png') center no-repeat;
    background-size:contain;
}
.whatwedo .swiper-slide .swiper-button-next {
    position: absolute!important;
    top:unset;
    bottom: 0!important;
    left: 66px!important;
    width: 62px;
    height: 52px;
    background:url('../img/next.png') center no-repeat;
    background-size:contain;
}
/* msec_02 */

/* msec_03 */
.msec_03 {
    background:url('../img/msec03_bg.png') center no-repeat;
    background-size:cover;
    margin-top: 100px;
    padding: 0;
}
.msec_03 > .inner {
    padding:200px 0;
    position: relative;
}
.msec_03 .tit,
.msec_03 .tit_desc {
    color:#fff!important;
}
.establish {
    margin-top: 100px;
    text-align: center;
}
.ico_est {
    width: 70px;
    height: 70px;
    background:#fff;
    margin:0 auto;
}
.ico_est.img01 {background:url('../img/ico_est01.png') center no-repeat;background-size:contain;}
.ico_est.img02 {background:url('../img/ico_est02.png') center no-repeat;background-size:contain;}
.ico_est.img03 {background:url('../img/ico_est03.png') center no-repeat;background-size:contain;}
.ico_est.img04 {background:url('../img/ico_est04.png') center no-repeat;background-size:contain;}
.ico_est.img05 {background:url('../img/ico_est05.png') center no-repeat;background-size:contain;}
.ico_est.img06 {background:url('../img/ico_est06.png') center no-repeat;background-size:contain;}
.ico_est.img07 {background:url('../img/ico_est07.png') center no-repeat;background-size:contain;}
.ico_est.img08 {background:url('../img/ico_est08.png') center no-repeat;background-size:contain;}
.ico_est.img09 {background:url('../img/ico_est09.png') center no-repeat;background-size:contain;}
.ico_est.img10 {background:url('../img/ico_est10.png') center no-repeat;background-size:contain;}

.establish h2 {
    font-size: 22px;
    font-weight: 700;
    color:#fff;
    text-decoration: underline;
    margin-top: 40px;
}
.establish p {
    font-size: 20px;
    font-weight: 600;
    margin-top: 14px;
    color:#fff;
}
.line_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    height: 100%;
}
.line_wrap > li {
    width: 100%;
    height: 100%;
    border-right:1px solid rgba(255,255,255,.3);
}
.line_wrap > li:first-child {
    border-left:1px solid rgba(255,255,255,.3);
}
.swiper-pagination.est {
    bottom: 40px!important;
}
.swiper-pagination.est .swiper-pagination-bullet-active {
    background:#FFD737;
}
/* msec_03 */




/* msec_04 */
.recruit_wrap {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.recruit_wrap > li {
    width: calc(50% - 20px);
    margin-bottom: 60px;
}
.ico_rec {
    width: 70px;
    height: 70px;
    background:red;
    
}
.ico_rec.img01 {background:url('../img/ico_rec01.png') center no-repeat;background-size:contain;}
.ico_rec.img02 {background:url('../img/ico_rec02.png') center no-repeat;background-size:contain;}
.ico_rec.img03 {background:url('../img/ico_rec03.png') center no-repeat;background-size:contain;}
.ico_rec.img04 {background:url('../img/ico_rec04.png') center no-repeat;background-size:contain;}
.ico_rec.img05 {background:url('../img/ico_rec05.png') center no-repeat;background-size:contain;}
.ico_rec.img06 {background:url('../img/ico_rec06.png') center no-repeat;background-size:contain;}
.ico_rec.img07 {background:url('../img/ico_rec07.png') center no-repeat;background-size:contain;}
.ico_rec.img08 {background:url('../img/ico_rec08.png') center no-repeat;background-size:contain;}

.recruit_wrap > li > h3 {
    font-size: 18px;
    font-weight: 700;
    color:#DDDDDD;
    text-decoration: underline;
    margin-top: 30px;
}
.recruit_wrap > li > h2 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 14px;
}
.recruit_wrap > li > p {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    line-height: 24px;
    margin-top: 16px;
    word-break: keep-all;
}
/* msec_04 */


/* msec_05 */
.msec_05 {
    background:url('../img/msec05_bg.png') center no-repeat;
    background-size:cover;
    padding:140px 0;
}
.msec_05 .tit,
.msec_05 .tit_desc {
    font-family: 'pretendard',sans-serif;
    color:#fff!important;
}
.msec_05 .tit_desc {
    margin-top: 26px;
}

/* msec_05 */




/* msec_06 */
.product_wrap {
    display: flex;
    justify-content: space-between;
}
.product_bg {
    width: 50%;
    height: 600px;
    background:#ddd;
    color:#fff;
    text-align: center;
    position: relative;
}
.product_bg.img01 {background:url('../img/product_bg01.png') center no-repeat;background-size:contain;}
.product_bg.img02 {background:url('../img/product_bg02.png') center no-repeat;background-size:contain;}

.product_bg > .txt_wrap {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.product_bg > .txt_wrap > h3 {
    font-size: 16px;
    font-weight: 700;
    color:#FFD737;
}
.product_bg > .txt_wrap > h2 {
    font-size: 40px;
    font-weight: 700;
    margin-top: 10px;
}
.product_bg > .txt_wrap > p {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    word-break: keep-all;
    margin-top: 22px;
}
.product_bg >  .txt_wrap > .btn_more {
    height: 0;
    overflow: hidden;
    transition: all .4s;
    margin-top: 30px;
}
.product_bg:hover .btn_more {
    height: 60px;
}
/* msec_06 */



/* msec_07 */
.msec_07 {
    padding-bottom: 100px;
}
.interior {
    margin-top: 60px;
    padding-bottom:40px!important;
}
.interior .swiper-slide {
    aspect-ratio: 1/0.4765625;
    background:#ddd;
}
.interior .swiper-slide.img01 {background:url('../img/img_interior01.png') center no-repeat;}
.interior .swiper-slide.img02 {background:url('../img/img_interior02.png') center no-repeat;}
.interior .swiper-slide.img03 {background:url('../img/img_interior03.png') center no-repeat;}
.interior .swiper-slide.img04 {background:url('../img/img_interior04.png') center no-repeat;}
.interior .swiper-slide.img05 {background:url('../img/img_interior05.png') center no-repeat;}
.interior .swiper-slide.img06 {background:url('../img/img_interior06.png') center no-repeat;}
.interior .swiper-slide.img07 {background:url('../img/img_interior07.png') center no-repeat;}
.interior .swiper-slide.img08 {background:url('../img/img_interior08.png') center no-repeat;}
.interior .swiper-slide.img09 {background:url('../img/img_interior09.png') center no-repeat;}
.interior .swiper-slide.img10 {background:url('../img/img_interior10.png') center no-repeat;}
.interior .swiper-slide.img11 {background:url('../img/img_interior11.png') center no-repeat;}
.interior .swiper-pagination {
    bottom: 0px!important;
}
.interior .swiper-pagination-bullet-active {
    background:#FF4756;
}
/* msec_07 */

/* msec_08 */
.msec_08 {
    background:url('../img/msec08_bg.png') center no-repeat;
    background-size:cover;
    padding-bottom: 100px;
}
.msec_08 > .inner {
    display: flex;
    justify-content: space-between;
}
.msec_08 .tit,
.msec_08 .tit_desc {
    color:#fff!important;
    text-align: left;
}
.contact_wrap {
    width: calc(50% - 20px);
    margin-top: 100px;
}
.contact_us {
    width: calc(50% - 20px);
}
.comapny_info {}
.comapny_info > li {
    display: flex;
    color:#fff;
    margin-bottom: 20px;
}
.comapny_info > li > h2 {
    font-size: 18px;
    font-weight: 600;
    width: 80px;
}
.comapny_info > li > p {
    font-size: 18px;
    font-weight: 300;

}
/* msec_08 */

/* msec_09 */
.msec_09 {
    padding:40px 0;
}
.partner_wrap {
    display: flex;
    justify-content: center;
}
.partner_wrap > li {
    max-width: 196px;
    width: 100%;
    aspect-ratio: 1/0.3571428571428571;
    background:#ddd;
    margin-right: 10px;
    border:1px solid #ddd;
}
.partner_wrap > li.img00 {background:url('../img/img_partner00.png') center no-repeat; background-size:contain;}
.partner_wrap > li.img01 {background:url('../img/img_partner01.png') center no-repeat; background-size:contain;}
.partner_wrap > li.img02 {background:url('../img/img_partner02.png') center no-repeat; background-size:contain;}
.partner_wrap > li.img03 {background:url('../img/img_partner03.png') center no-repeat; background-size:contain;}
.partner_wrap > li.img04 {background:url('../img/img_partner04.png') center no-repeat; background-size:contain;}
/* msec_09 */




/* 푸터 */


.q_menu {
    z-index: 9999;
    position: fixed;
    bottom: 100px;
    right: 10px;
}
.q_menu > li {

}


.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: flex;
}

.login_wrap > li {
    margin-right: 10px;
}
.login_wrap > li > a {
    color:#fff;
}
.header.active .login_wrap > li > a {
    color:#000;
}


.m_nav_btn,
.m_nav_wrap {
    display: none;
}

footer {
    padding:60px 0px;
    background:#000;
}

footer > .inner {

    position: relative;
}
.t_logo {
    width: 361px;
    height: 47px;
    background:url('../img/logo2.png') center no-repeat;
    background-size:contain;
    margin:0 auto;
}


.t_logo > a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 20px;
    font-weight: 700;
    color:#fff;
}

.footer_info {
}
.footer_info > h2 {
    font-size: 16px;
    font-weight: 700;
    color:#fff;
}
.family {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
}
.family > p {
    font-size: 14px;
    color:#fff;
    margin-right: 20px;
    position: relative;
}
.family > p:after {
    content:"";
    width: 1px;
    height: 8px;
    background:#fff;
    position: absolute;
    top: 50%;
    right: -11px;
    transform: translateY(-50%);
}
.info_wrap {

}
.info_wrap > p {
    font-size: 16px;
    font-weight: 300;
    color:#848484;
    margin-top: 20px;
    position: relative;
    line-height: 24px;
    text-align: center;
}

.footer_info > span {
    display: block;
    font-size: 14px;
    font-weight: 300;
    color:#fff;
    text-align: center;
    margin-top: 10px;
    color:#848484;
}






/* 입단 및 무료체험문의 */

.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 {
    margin-bottom: 16px;
    
}
.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: auto;
    width: 100%;
}
.fr-con > input {
    background:#fff;
    width: 100%;
    height: 40px;
    border:1px solid #ddd;
    padding-left: 20px;
    font-size: 14px;
    border-radius: 5px;
}

.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_con2 {
    height: 500px!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 {
    background:#fff;
    border-radius: 10px;
    padding:50px 36px;
}
.form-box .form-con {
    width: 100%;
    margin: 0px auto 0;
}

.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: 100%;
    background: #fff;
    height: 40px;
    color:#666;
}

.select2 {
    width: 100%;
    border-radius: 5px;
    border:1px solid #ddd;
    padding:0 18px;
    font-size: 14px!important;
}

.form-box .form-con ul li .fr-con textarea {
    height: 140px;
    width: 100%;
    border:1px solid #ddd;
    background:#fff;
    padding:20px;
    resize: none;
    font-size: 14px;
    border-radius: 5px;
}

.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: #A50105 !important;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Noto Sans KR', sans-serif;
    border-radius: 10px;


}

select {
    font-size: 16px;
}

