html,body {
    height: 100%;
    scroll-behavior: smooth;
    background:#fff!important;
}

@import url(//fonts.googleapis.com/earlyaccess/nanumpenscript.css);
.ico_file { display:inline-block; margin:0 2px; font-size:16px; }

.ico_file.ico_pdf i { color:#e74c3c; width: 20px;height: 20px;}
.ico_file.ico_hwp i { color:#3498db; width: 20px;height: 20px;}
.ico_file.ico_xls i { color:#27ae60; width: 20px;height: 20px;}
.ico_file.ico_ppt i { color:#e67e22; width: 20px;height: 20px;}
.ico_file.ico_doc i { color:#2980b9; width: 20px;height: 20px;}
.ico_file.ico_etc i { color:#7f8c8d; width: 20px;height: 20px;}
.nanumpenscript * {
 font-family: 'Nanum Pen Script', cursive;
}
.brand_color {
    color:#274AAF;
}

.color_black {
    color:#000!important;
}
.test_box {
    width: 200px;
    height: 50px;
    background:red;
    color:#fff;
}

.bg_gray {
    background:#f9f9f9;
    padding:40px 10px!important;
}
.mt0 {
    margin-top: 0!important;
}
.mt20 {
    margin-top: 20px!important;
}
.mt30 {
    margin-top: 30px!important;
}
.mt40 {
    margin-top: 40px!important;
}
.mt50 {
    margin-top: 50px!important;
}
.mt80 {
    margin-top: 80px!important;
}
.pd0 {
    padding: 0!important;
}

.btn_more {
    width: 270px;
    height: 60px;
    border-radius: 10px;
    margin-top: 40px;
    border:1px solid #fff;
}
.btn_more.type2 {
    background:#f2f2f2;
    border:1px solid #f9f9f9;
    margin:50px auto 0;
}

.btn_more.type2 > a > p,
.btn_more.type3 > a > p {
    font-size: 16px;
    margin-right: 20px;
}
.btn_more.type2 > a:hover p,
.btn_more.type3 > a:hover p {
    margin-right: 10px;
}
.btn_more > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 300;
    color:#fff;
    border-radius: 30px;;
}
.btn_more.type2 > a {
    color:#666;
}
.btn_more > a > p {
    margin-right: 30px;
    transition: all .4s;
}
.btn_more:hover {
    background:#890050;
    border:1px solid #890050;
}
.btn_more > a:hover p {
    margin-right: 20px;
    color:#fff;
}
.btn_more > a:hover span {
    color:#fff;
}

.bar {
    width: 1px;
    margin:60px auto 0;
    height: 200px;    
    background:#ddd;
}
.bar2 {
    width: 100%;
    height: 1px;
    background:#ddd;
    margin:20px 0 20px 0;
}
.bar3 {
    width: 60px;
    height: 4px;
    background:#890050;
    margin:20px 0 20px 0;
}
.bar4 {
    width: 100%;
    height: 1px;
    border-top:1px solid #ddd;
    margin:60px auto;
}

.desc_list {
    display: flex;
    margin-top: 20px;
}

.desc_list > li {
    width: calc(50% - 20px);
    font-size: 18px;
    line-height: 26px;
    color:#666;
}
.desc_list.type2 > li {
    width: 100%;
}

.tit {
    font-size: 40px;
    line-height:50px;
    font-weight: 700;
    margin-top: 16px;
    transition: all .4s;
    text-align: center;
}


.tit2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color:#890050;
    transition: all .4s;
    text-align: center;
}

.tit_desc {
    font-size: 18px;
    font-weight: 300;
    color:#666;
    margin-top: 16px;
    line-height: 26px;
    word-break: keep-all;
    transition: all .4s;
}
.tac {
    text-align: center!important;
}
.s_tit {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin-top: 16px;
}

.s_tit2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    position: relative;
    padding-left: 30px;
}
.s_tit2:before {
    content:"";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border:5px solid #890050;
}
.s_tit3 {
    font-size: 24px;
    line-height: 40px;
    font-weight: 700;
    position: relative;
    padding-left: 30px;
}
.s_tit3:before {
    content:"";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 20px;
    height: 20px;
    border:5px solid #890050;
}
.s_tit_desc {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    color:#666;
    margin-top: 12px;
}
.sub_banner_wrap {
    overflow: hidden;
}
.sub_banner {
    background:url('../img/sub_banner.png') center no-repeat;
    background-size:cover;
    height: 400px;
    animation : s-up 3s .2s both!important;

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

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

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

.sub_tit {
    margin-top: 100px;
}

.sub_tit > h2 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}
.sub_tit > p {
    font-size: 18px;
    color:#666;
    margin-top: 16px;
    text-align: center;
}

.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: 10px;
    height: 60px;
}
.smenu > li {
    width: 100%;
    height: 60px;    
}

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




.sub_section {
    padding:50px 0!important;
}
.sub_section.type2 {
    background:#FEF4F2;
}
.loca_wrap {
    max-width: 1280px;
    width: 100%;
    margin:60px auto 0 ;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.loca_wrap > h2 {
    font-size: 36px;
    font-weight: 700;
}
.loca_wrap > .loca_info {
    display: flex;
    align-items: center;
}
.loca_wrap > .loca_info > span {
    color:#666;
}
.loca_wrap > .loca_info > p {
    font-size: 15px;
    color:#666;
}
.hide {
    position: absolute;
    top: -9999px;
    left: -9999px;
    width: 1px;
    height: 1px;
    text-indent: -9999px;
}
.fw700 {
    font-weight: 700;
}
.board.inner {
    max-width: 1280px;
    width: 100%;
    margin:50px auto 0;
    margin-bottom: 80px;
}
.inner {
    max-width: 1280px;
    margin:0 auto;
    padding:0 10px;
}
.inner2 {
    max-width: 860px;
    margin:40px auto 0;
    padding:0 10px;
}
.section {
    padding-top: 160px;
}

.brand_stit {
    font-size: 18px;
    font-weight: 700;
    color:#274AAF;
    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:#890050;
}
#bo_v_img {width:100%;overflow:hidden;text-align:center!important;zoom:1}


/* 헤더 */
.header {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0 50px;
}
.header > .bg {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: 1px;
    transition: all .2s; 
}
.header.active {
    border-bottom:1px solid rgba(0,0,0,0.1);
    background:#fff;
}
.header.active > .bg {
    height: 400px;
    box-shadow: 0px 15px 10px -2px rgba(0,0,0,.1);
    background:#fff;
}

.header.active2 {
    border-bottom:1px solid rgba(0,0,0,0.1);
    background:#fff;
}

.logo {
    width: 296px;
    aspect-ratio: 296/41;
    background:url('../img/logo.png') center no-repeat;
    background-size: contain;
    transition: all .4s;
}
.header.active .logo {
    background:url('../img/logo2.png') left center no-repeat;
    background-size: contain;
}

.header.active2 .logo {
    background:url('../img/logo2.png') left center no-repeat;
    background-size: contain;
}

.logo > a {
    display: block;
    width: 100%;
    height: 100%;
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav > li {
    position: relative;
    width: 200px;
    height: 100%;
    line-height: 100px;
    transition: all .4s;
    text-align: center;
}

.nav > li > a {
    font-size: 18px;
    font-weight: 600;
    display: block;
    height: 100%;
    width: 100%;
    color:#fff;
}
.header.active .nav > li > a {
    color:#000;
}
.header.active2 .nav > li > a {
    color:#000;
}
.nav > li > a:after {
    content: '';
    display: block;
    position: absolute;
    background: #890050;
    height: 2px;
    width: 100%;
    border-radius: 2px;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transition: 0.7s;
}
.nav > li:hover > a {
    color:#890050;
}
.nav > li:hover > a:after {
    transform: scaleX(1);
}

.nav.sub > li > a {
    color:#000;
    
}



.nav > li:last-child {
    margin-right: 0;
}

.snb {
    /* padding-top: 34px; */
    visibility: hidden;
    height: 1px;
    overflow: hidden;
    width: 200px;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    line-height:normal;
    transition: all .1s;
    border-right:1px solid #f1f1f1;
}
.snb.type2 {
    height: 1px;
    overflow: hidden;
    border-left: 1px solid #f1f1f1;;
}

.header.active .nav > li > .snb {
    visibility: visible;
    height: 400px;
    padding-top: 34px;
}

.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;
}
.snb > li > a:hover {
    color:#890050;
    text-decoration: underline;
}

.btn_shop {
    
}
.btn_shop > a {
    display: flex;
    gap: 16px;
    align-items: center;
    padding:14px 20px;
    border-radius: 30px;
    background:rgba(255,255,255,0.3);
    color:#fff;
    font-weight: 300;
    font-size: 16px;
}
.header.active .btn_shop > a {
    background:#890050;
    color:#fff;
}
.header.active2 .btn_shop > a {
    background:#890050;
    color:#fff;
}



/* 메인배너 */
.main_banner {
    height: 100%;
    color:#fff;
    overflow: hidden;
}
.main_bg {
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,.9)
}
.swiper {
    width: 100%;
    height: 100%;
}

.mySwiper .swiper-slide {
    font-size: 18px;
    background: #000;
    display: flex;
    position: relative;
}
.m_img {
    width: 981px;
    aspect-ratio: 981/708;
    background:url('../img/m_img.png') center no-repeat;
    background-size:contain;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.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 {
    max-width: 1280px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 55%;
    color:#fff;
    transform: translate(-50%, -50%);
}
.mySwiper .swiper-slide  .txt_wrap > h3 {
    font-size: 22px;
    font-weight: 400;
}
.mySwiper .swiper-slide  .txt_wrap > h2 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    margin-top: 15px;
}

.mySwiper .swiper-slide  .txt_wrap > p {
    font-size: 20px;
    margin-top: 12px;
    line-height: 28px;
}

.mySwiper .swiper-slide-active .txt_wrap > h3{
    animation : text 1s 1s both;
}
.mySwiper .swiper-slide-active .txt_wrap > h2 {
    animation : text 1s 1.2s both;
}

.mySwiper .swiper-slide-active .txt_wrap > p {
    animation : text 1s 1.4s both;
}
.mySwiper .swiper-slide-active .txt_wrap > .btn_more {
    animation : text 1s 1.6s both;
}
.mySwiper .swiper-slide-active .m_img {
    animation : text2 2s 2s both;
}
.swiper-pagination {
    bottom: 40px!important;
}
.swiper-button-prev, .swiper-button-next {
    color:#fff!important;
}
.swiper-pagination-bullet {
    background:#fff!important;
    opacity: .5!important;
    
}
.swiper-pagination-bullet-active {
    width: 40px!important;
    border-radius: 10px!important;
    opacity: 1!important;
}
.swiper-button-next {
    right: 40px!important;
} 
.swiper-button-prev {
    left: 40px!important;
}


.btn_wrap {
    width: 660px;
    display: flex;
    justify-content: center;
    margin:0 auto;
}
.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.type2 > .btn_more {
    width: 220px;
    height: 80px;
    background:none;
    border:1px solid #ddd;
    margin-right: 10px;
    border-radius: 5px;
    margin:40px auto 0;
    margin-right: 10px;
}
.btn_wrap.type2 > .btn_more:last-child {
    margin-right: 0;
}
.btn_wrap.type2 > .btn_more > a {
    line-height: 80px;
    font-size: 18px;
    font-weight: 300;
    color:#666;
}
.btn_wrap.type2 > .btn_more > a:hover {
    color:#fff;
}
.btn_wrap.type2 > .btn_more:hover {
    background:#274AAF;
}
.btn_wrap > .btn_more:hover {
    background:rgba(255,255,255,0.3);
}
/* 메인배너 --*/





/* msec_01 */
.q_product {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
    gap: 10px;
}
.q_product > li {
    width: calc(20% - 10px);
    text-align: center;
    transition: all .4s;
    margin-bottom: 20px;
}
.q_product > li:hover {
    margin-top: -20px;
}
.q_product > li > a > span {
    display: block;
    display: none;
    font-size: 14px;
    color:#666;
    margin-top: 16px;
}
.q_product > li > a > h2 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 12px;
}
.ico_pro {
    max-width: 196.67;
    width: 100%;
    aspect-ratio: 196.67/142;
    background:#ddd;
}
.ico_pro.img01 {background:url('../img/ico_pro01.png') center no-repeat;background-size:contain;}
.ico_pro.img02 {background:url('../img/ico_pro02.png') center no-repeat;background-size:contain;}
.ico_pro.img03 {background:url('../img/ico_pro03.png') center no-repeat;background-size:contain;}
.ico_pro.img04 {background:url('../img/ico_pro04.png') center no-repeat;background-size:contain;}
.ico_pro.img05 {background:url('../img/ico_pro05.png') center no-repeat;background-size:contain;}
.ico_pro.img06 {background:url('../img/ico_pro06.png') center no-repeat;background-size:contain;}
.ico_pro.img07 {background:url('../img/ico_pro07.png') center no-repeat;background-size:contain;}
.ico_pro.img08 {background:url('../img/ico_pro08.png') center no-repeat;background-size:contain;}
.ico_pro.img09 {background:url('../img/ico_pro09.png') center no-repeat;background-size:contain;}
/* msec_01 */


/* msec_02 */
.product_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    gap: 30px;
}
.product_wrap > li {
    width: calc(33.33% - 20px);
    margin-bottom: 40px;
}
.img_product {
    width: 100%;
    aspect-ratio: 600/600;
    background:#ddd;
    border-radius: 10px;
}
.img_product.img01 {background:url('../img/img_product01.png') center no-repeat;background-size:contain;}
.img_product.img02 {background:url('../img/img_product02.png') center no-repeat;background-size:contain;}
.img_product.img03 {background:url('../img/img_product03.png') center no-repeat;background-size:contain;}
.img_product.img04 {background:url('../img/img_product04.png') center no-repeat;background-size:contain;}
.img_product.img05 {background:url('../img/img_product05.png') center no-repeat;background-size:contain;}
.img_product.img06 {background:url('../img/img_product06.png') center no-repeat;background-size:contain;}
.img_product.img07 {background:url('../img/img_product07.png') center no-repeat;background-size:contain;}
.img_product.img08 {background:url('../img/img_product08.png') center no-repeat;background-size:contain;}
.img_product.img09 {background:url('../img/img_product09.png') center no-repeat;background-size:contain;}
.img_product.img10 {background:url('../img/img_product10.png') center no-repeat;background-size:contain;}
.img_product.img11 {background:url('../img/img_product11.png') center no-repeat;background-size:contain;}
.img_product.img12 {background:url('../img/img_product12.png') center no-repeat;background-size:contain;}
.img_product.img13 {background:url('../img/img_product13.png') center no-repeat;background-size:contain;}
.img_product.img14 {background:url('../img/img_product14.png') center no-repeat;background-size:contain;}
.img_product.img15 {background:url('../img/img_product15.png') center no-repeat;background-size:contain;}
.img_product.img16 {background:url('../img/img_product16.png') center no-repeat;background-size:contain;}
.img_product.img17 {background:url('../img/img_product17.png') center no-repeat;background-size:contain;}
.img_product.img18 {background:url('../img/img_product18.png') center no-repeat;background-size:contain;}
.img_product.img19 {background:url('../img/img_product19.png') center no-repeat;background-size:contain;}
.img_product.img20 {background:url('../img/img_product20.png') center no-repeat;background-size:contain;}
.img_product.img21 {background:url('../img/img_product21.png') center no-repeat;background-size:contain;}
.img_product.img22 {background:url('../img/img_product22.png') center no-repeat;background-size:contain;}
.img_product.img23 {background:url('../img/img_product23.png') center no-repeat;background-size:contain;}
.img_product.img24 {background:url('../img/img_product24.png') center no-repeat;background-size:contain;}
.img_product.img25 {background:url('../img/img_product25.png') center no-repeat;background-size:contain;}
.img_product.img26 {background:url('../img/img_product26.png') center no-repeat;background-size:contain;}
.img_product.img27 {background:url('../img/img_product27.png') center no-repeat;background-size:contain;}
.img_product.img28 {background:url('../img/img_product28.png') center no-repeat;background-size:contain;}
.img_product.img29 {background:url('../img/img_product29.png') center no-repeat;background-size:contain;}
.img_product.img30 {background:url('../img/img_product30.png') center no-repeat;background-size:contain;}
.img_product.img31 {background:url('../img/img_product31.png') center no-repeat;background-size:contain;}
.img_product.img32 {background:url('../img/img_product32.png') center no-repeat;background-size:contain;}
.img_product.img33 {background:url('../img/img_product33.png') center no-repeat;background-size:contain;}
.img_product.img34 {background:url('../img/img_product34.png') center no-repeat;background-size:contain;}
.img_product.img35 {background:url('../img/img_product35.png') center no-repeat;background-size:contain;}
.img_product.img36 {background:url('../img/img_product36.png') center no-repeat;background-size:contain;}
.img_product.img37 {background:url('../img/img_product37.png') center no-repeat;background-size:contain;}
.img_product.img38 {background:url('../img/img_product38.png') center no-repeat;background-size:contain;}
.img_product.img39 {background:url('../img/img_product39.png') center no-repeat;background-size:contain;}
.img_product.img40 {background:url('../img/img_product40.png') center no-repeat;background-size:contain;}

.img_product.img41 {background:url('../img/img_product41.png') center no-repeat;background-size:contain;}
.img_product.img42 {background:url('../img/img_product42.png') center no-repeat;background-size:contain;}
.img_product.img43 {background:url('../img/img_product43.png') center no-repeat;background-size:contain;}
.img_product.img44 {background:url('../img/img_product44.png') center no-repeat;background-size:contain;}
.img_product.img45 {background:url('../img/img_product45.png') center no-repeat;background-size:contain;}
.img_product.img46 {background:url('../img/img_product46.png') center no-repeat;background-size:contain;}
.img_product.img47 {background:url('../img/img_product47.png') center no-repeat;background-size:contain;}
.img_product.img48 {background:url('../img/img_product48.png') center no-repeat;background-size:contain;}
.img_product.img49 {background:url('../img/img_product49.png') center no-repeat;background-size:contain;}
.img_product.img50 {background:url('../img/img_product50.png') center no-repeat;background-size:contain;}

.img_product.img51 {background:url('../img/img_product51.png') center no-repeat;background-size:contain;}
.img_product.img52 {background:url('../img/img_product52.png') center no-repeat;background-size:contain;}
.img_product.img53 {background:url('../img/img_product53.png') center no-repeat;background-size:contain;}
.img_product.img54 {background:url('../img/img_product54.png') center no-repeat;background-size:contain;}
.img_product.img55 {background:url('../img/img_product55.png') center no-repeat;background-size:contain;}
.img_product.img56 {background:url('../img/img_product56.png') center no-repeat;background-size:contain;}
.img_product.img57 {background:url('../img/img_product57.png') center no-repeat;background-size:contain;}
.img_product.img58 {background:url('../img/img_product58.png') center no-repeat;background-size:contain;}
.img_product.img59 {background:url('../img/img_product59.png') center no-repeat;background-size:contain;}
.img_product.img60 {background:url('../img/img_product60.png') center no-repeat;background-size:contain;}
.img_product.img61 {background:url('../img/img_product61.png') center no-repeat;background-size:contain;}
.img_product.img62 {background:url('../img/img_product62.png') center no-repeat;background-size:contain;}
.img_product.img63 {background:url('../img/img_product63.png') center no-repeat;background-size:contain;}
.img_product.img64 {background:url('../img/img_product64.png') center no-repeat;background-size:contain;}
.img_product.img65 {background:url('../img/img_product65.png') center no-repeat;background-size:contain;}
.img_product.img66 {background:url('../img/img_product66.png') center no-repeat;background-size:contain;}
.img_product.img67 {background:url('../img/img_product67.png') center no-repeat;background-size:contain;}
.img_product.img68 {background:url('../img/img_product68.png') center no-repeat;background-size:contain;}
.img_product.img69 {background:url('../img/img_product69.png') center no-repeat;background-size:contain;}
.img_product.img70 {background:url('../img/img_product70.png') center no-repeat;background-size:contain;}
.img_product.img71 {background:url('../img/img_product71.png') center no-repeat;background-size:contain;}
.img_product.img72 {background:url('../img/img_product72.png') center no-repeat;background-size:contain;}
.img_product.img73 {background:url('../img/img_product73.png') center no-repeat;background-size:contain;}
.img_product.img74 {background:url('../img/img_product74.png') center no-repeat;background-size:contain;}
.img_product.img75 {background:url('../img/img_product75.png') center no-repeat;background-size:contain;}
.img_product.img76 {background:url('../img/img_product76.png') center no-repeat;background-size:contain;}
.img_product.img77 {background:url('../img/img_product77.png') center no-repeat;background-size:contain;}
.img_product.img78 {background:url('../img/img_product78.png') center no-repeat;background-size:contain;}
.img_product.img79 {background:url('../img/img_product79.png') center no-repeat;background-size:contain;}
.img_product.img80 {background:url('../img/img_product80.png') center no-repeat;background-size:contain;}
.img_product.img81 {background:url('../img/img_product81.png') center no-repeat;background-size:contain;}
.img_product.img82 {background:url('../img/img_product82.png') center no-repeat;background-size:contain;}
.img_product.img83 {background:url('../img/img_product83.png') center no-repeat;background-size:contain;}
.img_product.img84 {background:url('../img/img_product84.png') center no-repeat;background-size:contain;}
.img_product.img85 {background:url('../img/img_product85.png') center no-repeat;background-size:contain;}
.img_product.img86 {background:url('../img/img_product86.png') center no-repeat;background-size:contain;}
.img_product.img87 {background:url('../img/img_product87.png') center no-repeat;background-size:contain;}
.img_product.img88 {background:url('../img/img_product88.png') center no-repeat;background-size:contain;}
.img_product.img89 {background:url('../img/img_product89.png') center no-repeat;background-size:contain;}
.img_product.img90 {background:url('../img/img_product90.png') center no-repeat;background-size:contain;}
.img_product.img91 {background:url('../img/img_product91.png') center no-repeat;background-size:contain;}
.img_product.img92 {background:url('../img/img_product92.png') center no-repeat;background-size:contain;}
.img_product.img93 {background:url('../img/img_product93.png') center no-repeat;background-size:contain;}
.img_product.img94 {background:url('../img/img_product94.png') center no-repeat;background-size:contain;}
.img_product.img95 {background:url('../img/img_product95.png') center no-repeat;background-size:contain;}
.img_product.img96 {background:url('../img/img_product96.png') center no-repeat;background-size:contain;}
.img_product.img97 {background:url('../img/img_product97.png') center no-repeat;background-size:contain;}
.img_product.img98 {background:url('../img/img_product98.png') center no-repeat;background-size:contain;}
.img_product.img99 {background:url('../img/img_product99.png') center no-repeat;background-size:contain;}
.img_product.img100 {background:url('../img/img_product100.png') center no-repeat;background-size:contain;}
.img_product.img101 {background:url('../img/img_product101.png') center no-repeat;background-size:contain;}
.img_product.img102 {background:url('../img/img_product102.png') center no-repeat;background-size:contain;}
.img_product.img103 {background:url('../img/img_product103.png') center no-repeat;background-size:contain;}

.product_wrap > li > a > h2 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 24px;
}
.product_wrap > li > a > p {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    line-height: 24px;
    margin-top: 10px;
    word-break: keep-all;
}
.price_wrap {
    border-top:1px solid #ddd;
    padding-top: 20px;
    display: flex;
    align-items: center;
    gap:8px;
    margin-top: 20px;
}
.per_box {
    background:#890050;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    color:#fff;
    padding:3px 6px;
    
}
.price_wrap > h2 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.02em;
}
.price_wrap > p {
    font-size: 14px;
    color:#666;
    text-decoration: line-through;
    letter-spacing: -0.02em;
}
/* msec_02 */


/* msec_03 */
.banner_wrap {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-top: 100px;
}
.banner_wrap > div {
    width: calc(50% - 20px);
    aspect-ratio: 620/200;
    background:#ddd;
    border-radius: 10px;;
}
/* msec_03 */



/* msec_04 */




/* msec_04 */


/* msec_05 */
.partner_wrap {
    padding:50px 0;
}
.partner-marquee {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}

.partner-track {
    display: flex;
    width: max-content;
    animation: partner-marquee 40s linear infinite;
}

/* 마우스 올리면 멈추게 */
.partner-marquee:hover .partner-track {
    animation-play-state: paused;
}

.partner-group {
    display: flex;
}

.partner-item {
    flex: 0 0 auto;
    padding: 0 40px; /* 로고 사이 간격 */
}

.partner-item img {
    height: 40px;      /* 로고 기본 높이 */
    width: auto;
    opacity: 0.7;
    filter: grayscale(100%);
    transition: 0.3s;
}

.partner-item img:hover {
    opacity: 1;
    filter: none;
}

/* 흐르는 애니메이션 */
@keyframes partner-marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* 반응형 - 모바일에서 로고 크기 줄이기 */
@media (max-width: 768px) {
    .partner-item {
        padding: 0 20px;
    }
    .partner-item img {
        height: 30px;
    }
}
/* msec_05 */


/* sub1_1 */
.greeting_wrap {
    display: flex;
    justify-content: space-between;
    align-items:flex-start;
}
.img_greeting {
    max-width: calc(35% - 40px);
    width: 100%;
    aspect-ratio: 468/332;
    background:url('../img/img_ceo.png') top center no-repeat;
    background-size:contain;
    border-radius: 10px;
    overflow: hidden;
}
.greeting_cont {
    width: calc(65% - 20px);
}
.greeting_cont > h2 {
    font-size: 34px;
    line-height: 44px;
    font-weight: 700;

}
.greeting_cont > p {
    font-size: 18px;
    line-height: 26px;
    color:#666;
    word-break: keep-all;
    margin-top: 40px;
}
.greeting_cont > h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 40px;
}
.vision_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.vision_wrap > li {
    width: calc(33.33% - 20px);
    aspect-ratio: 400/364;
}
.vision_wrap > li.img01 {background:url('../img/img_vision01.png') center no-repeat;background-size:contain}
.vision_wrap > li.img02 {background:url('../img/img_vision02.png') center no-repeat;background-size:contain}
.vision_wrap > li.img03 {background:url('../img/img_vision03.png') center no-repeat;background-size:contain}
.img_org {
    margin-top: 50px;
}
/* sub1_1 */

/*sub1_2 */
.p_merit {}
.p_merit > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.p_merit > li.reverse {
    flex-direction: row-reverse;
}
.img_merit {
    width: calc(50% - 20px);
    aspect-ratio: 620/400;
    background:#ddd;
    border-radius: 10px;
}
.img_merit.img01 {background:url('../img/img_merit01.png') center no-repeat;background-size:contain}
.img_merit.img02 {background:url('../img/img_merit02.png') center no-repeat;background-size:contain}
.img_merit.img03 {background:url('../img/img_merit03.png') center no-repeat;background-size:contain}
.img_merit.img04 {background:url('../img/img_merit04.png') center no-repeat;background-size:contain}
.img_merit.img05 {background:url('../img/img_merit05.png') center no-repeat;background-size:contain}
.img_merit.img06 {background:url('../img/img_merit06.png') center no-repeat;background-size:contain}
.merit_cont {
    width: calc(50% - 20px);

}
.merit_cont > h2 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
}
.merit_cont > p {
    font-size: 18px;
    color:#666;
    line-height: 26px;
    margin-top: 20px;
    word-break: keep-all;
}
/* sub1_2 */



/* sub1_4 */
.map_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.map_wrap > div {
    width: 100%;
    border-radius: 10px;;
    overflow: hidden;
}

.map_wrap > div > h2 {
    font-size: 26px;
    font-weight: 700;
}

.map_info_wrap {
    background:#f9f9f9;
    padding:30px 50px;
    margin-top: 20px;
    display: flex;
}
.map_info_wrap > h2 {
    margin-right: 40px;
}
.map_info {
    display: flex;
    gap: 30px;
}
.map_info > li {
    display: flex;
    align-items: center;
    gap: 10px;

}
.map_info > li > .ico_map {
    width: 30px;
    height: 30px;
    background:#ddd;
}
.map_info > li > .ico_map.img01 {background:url('../img/ico_map01.png') center no-repeat;background-size:contain;}
.map_info > li > .ico_map.img02 {background:url('../img/ico_map02.png') center no-repeat;background-size:contain;}
.map_info > li > .ico_map.img03 {background:url('../img/ico_map03.png') center no-repeat;background-size:contain;}
.map_info > li > .txt_wrap {
    display: flex;
    align-items: center;
    gap: 14px;
}
.map_info > li > .txt_wrap > h2 {
    font-size: 18px;
    font-weight: 600;
}
.map_info > li > .txt_wrap > p {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    line-height: 24px;
    word-break: keep-all;
}
.map_how {
    margin-top: 50px;
}
.map_how > li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    padding:40px 0;
}
.map_how > li > div:first-child {
    width: 270px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.ico_bmw {
    width: 60px;
    height: 60px;
    background:#ddd;
}
.ico_bmw.img01 {background:url('../img/ico_bmw01.png') center no-repeat;background-size:contain;}
.ico_bmw.img02 {background:url('../img/ico_bmw02.png') center no-repeat;background-size:contain;}
.ico_bmw.img03 {background:url('../img/ico_bmw03.png') center no-repeat;background-size:contain;}
.map_how > li > div:first-child > h2 {
    font-size: 20px;
    font-weight: 700;
}
.map_how_info {
    width: calc(100% - 270px);
}
.how_tit {
    display: flex;
    align-items: center;
}
.how_tit.type2 {
    margin-top: 30px;
}
.map_how_info > .how_tit > h2 {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    position: relative;
}
.map_how_info > .how_tit > span {
    display: inline-block;
    width: 30px!important;
    height: 30px;
    background:#003074;
    border-radius: 50%;
    color:#fff;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    margin-right: 10px;
    font-size: 18px;
}
.map_how_info > .how_tit > span.type2 {
    background: rgba(135, 199, 0);
}
.map_how_info > .how_tit > span.type3 {
    background: rgb(69, 43, 243);
}
.map_how_info > p {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    word-break: keep-all;
    margin-top: 14px;
    color:#666;
}
/* sub1_4 */


/* sub2_2 */
.product_shop {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product_shop > .img_product {
    width: calc(50% - 60px);
}
.shop_info {
    width: calc(50% - 60px);
}
.loca_wrap2 {
    display: flex;
}
.loca_wrap2 > div {
    padding:6px 10px;
    font-size: 14px;
    
}
.loca_wrap2 > .cate {
    background:#000;
    color:#fff;
}
.loca_wrap2 > .cate.type2 {
    background:#890050;
}
.product_tit {
    font-size: 30px;
    font-weight: 700;
    margin-top: 20px;
}
.product_desc {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    line-height: 24px;
    margin-top: 12px;
}
.price2 {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    margin-top: 30px;
    text-decoration: line-through;
    letter-spacing: -0.04em;
}
.price_box {
    display: none;
}
.price_box.active {
    display: block;
}
.price_wrap2 {
    display: flex;
    margin-top: 10px;
    border-bottom:1px solid #ddd;
    padding-bottom: 30px;
}

.price_wrap2 > h2 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 10px;
    letter-spacing: -0.04em;
    
}
.price_wrap2 > h3 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 10px;
    letter-spacing: -0.04em;
    margin-right: 10px;
    color:rgb(234, 25, 23);
}
.size_tit {
    font-size: 18px;
    font-weight: 700;
    margin-top: 30px;
}
.size_desc {
    font-size: 14px;
    font-weight: 300;
    color:#666;
    line-height: 22px;
    margin-top: 6px;
}
.size_wrap {
    display: flex;
    align-items:flex-start;
    gap: 10px;
    margin-top: 30px;
    color:#666;
}
.size_box {
    width: calc(33.33% - 5px);
    background:#fff;
    border:1px solid #ddd;
    border-radius: 10px;
    text-align: center;
    padding:20px 0;
    cursor: pointer;
}
.size_box.active {
    background:#890050;
    color:#fff;
    border:1px solid #890050;
}
.size_box > h2 {
    font-size: 14px;
    line-height: 22px;
}
.shop_btn {
    display: flex;
    margin-top:60px;
}
.shop_btn > div {
    width: 50%;
    background:#000;
}
.shop_btn > div.type2 {
    background:#890050;
}
.shop_btn > div > a {
    height: 60px;
    line-height: 60px;
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shop_btn > div > a > span {
    margin-right: 10px;
}
.shop_btn > div > a > h4 {}
.waytous {
    background:url('../img/waytous.png') center no-repeat;
    background-size:contain;
    border-radius: 10px;
    margin-top: 20px;
    padding:20px 30px;
}
.waytous > a {
    display: block;
    width: 100%;
    height: 100%;
}
.waytous > a > h2 {
    font-size: 16px;
    line-height: 26px;
    color:#fff;
}
.product_detail_wrap {

}
.product_detail_wrap > h2 {
    font-size: 28px;
    font-weight: 700;
    position: relative;
    padding-left:24px;
}
.product_detail_wrap > h2:before {
    content:"";
    width: 16px;
    height: 16px;
    background:url('../img/dot.png') center no-repeat;
    background-size:contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.line {
    width: 100%;
    height: 1px;
    background:#ddd;
    margin-top:20px;
}
.p_tit {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-top: 60px;
}
.p_img {
    width: 100%;
    margin-top: 40px;
    position: relative;
}
.p_img > h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color:#666;

}
.j_img {
    margin-top: 50px;
}
/* sub2_2 */


/* sub5_3 */

/* ===== FAQ: gnuboard-safe (namespace: .csfaq) ===== */
/* 테마 영향 최소화: 여기서는 all:revert 같은 강한 격리 안 쓰고,
   대신 .csfaq 내부에서 필요한 것만 강제 */
.csfaq, .csfaq *{box-sizing:border-box;}
.csfaq{max-width:100%;margin:0 auto;width:100%;}

.csfaq_head{margin-bottom:18px;text-align:center;}
.csfaq_head h2{
  margin:0;
  font-size:28px;
  line-height:1.25;
  font-weight:800;
  letter-spacing:-0.4px;
  color:#111;
}
.csfaq_head p{
  margin:10px 0 0;
  font-size:14px;
  line-height:1.7;
  color:#666;
}

.csfaq_list{list-style:none !important;margin:0 !important;padding:0 !important;}
.csfaq_item{
  border:1px solid #e8e8e8;
  border-radius:14px;
  background:#fff;
  overflow:hidden;
  margin-bottom:10px;
}

/* Q 버튼 */
.csfaq_q{
  width:100%;
  border:0 !important;
  background:transparent !important;
  padding:16px 18px !important;
  cursor:pointer;
  text-align:left !important;
  display:flex !important;
  gap:12px;
  align-items:center; /* ← 기존 flex-start → center */
}
.csfaq_badge{
  width:34px;height:34px;
  border-radius:10px;
  background:#f4f6f8;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
  font-size:14px;
  color:#111;
  flex:0 0 auto;
}
.csfaq_qtxt{flex:1 1 auto;min-width:0;}
.csfaq_qtxt h3{
  margin:0 !important;
  font-size:16px !important;
  line-height:1.45 !important;
  font-weight:800 !important;
  letter-spacing:-0.2px;
  color:#111;
}
.csfaq_qtxt .meta{
  margin-top:5px;
  font-size:12px;
  line-height:1.4;
  color:#888;
}

/* 아이콘 */
.csfaq_icon{
  width:28px;height:28px;
  border-radius:10px;
  background:#f7f7f7;
  border:1px solid #eee;
  display:flex;
  justify-content:center;
  flex:0 0 auto;
  transition:transform .18s ease;
  color:#111;
}

/* A 영역 */
.csfaq_a{display:none;padding:0 18px 18px 18px;}
.csfaq_answer{
  padding:14px 16px;
  border-radius:12px;
  background:#fafafa;
  border:1px solid #eee;
  font-size:14px;
  line-height:1.75;
  color:#333;
}

/* open */
.csfaq_item.is-open .csfaq_a{display:block;}
.csfaq_item.is-open .csfaq_icon{transform:rotate(180deg);}

/* 하단 문의 CTA */
.csfaq_cta{
  margin-top:18px;
  border:1px solid #e8e8e8;
  border-radius:16px;
  background:#fff;
  padding:16px 18px;
  display:flex;
  gap:12px;
  align-items:center;
  justify-content:space-between;
}
.csfaq_cta strong{
  display:block;
  font-size:15px;
  letter-spacing:-0.2px;
  color:#111;
}
.csfaq_cta span{
  display:block;
  margin-top:4px;
  font-size:13px;
  line-height:1.5;
  color:#666;
}
.csfaq_cta_btns{display:flex;gap:10px;flex-wrap:wrap;}
.csfaq_cta a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:44px;
  padding:0 14px;
  border-radius:12px;
  text-decoration:none;
  border:1px solid #e6e6e6;
  background:#fff;
  color:#111;
  font-size:13px;
}
.csfaq_cta a.primary{
  background:#111;
  border-color:#111;
  color:#fff;
}
.csfaq_cta a:hover{border-color:#cfcfcf;}
.csfaq_cta a.primary:hover{background:#000;border-color:#000;}

@media (max-width:640px){
  .csfaq_head h2{font-size:22px;}
  .csfaq_q{padding:14px 14px !important;}
  .csfaq_a{padding:0 14px 14px 14px;}
  .csfaq_cta{flex-direction:column;align-items:flex-start;}
  .csfaq_cta_btns{width:100%;}
  .csfaq_cta a{flex:1;}
}
/* sub5_3 */


/* 푸터 */


.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/q01.png') center no-repeat;
    background-size:contain;
}
.qmenu02 {
    background:url('../img/q02.png') center no-repeat;
    background-size:contain;
}
.qmenu01:hover {
    background:url('../img/q011.png') center no-repeat;
    background-size:contain;
}
.qmenu02:hover {
    background:url('../img/q022.png') center no-repeat;
    background-size:contain;
}
.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;
    align-items: center;
    gap: 10px;
}

.login_wrap > li {
}
.login_wrap > li > a {
    font-size: 16px;
    font-weight: 400;
    color:#666;
}

.sns_link {
    width: 36px;
    height: 36px;
    background:#ddd;
}
.sns_link  > a {
    display: block;
    width: 100%;
    height: 100%;
}
.sns_link.img00 {background:url('../img/ico_sns00.png') center no-repeat;background-size:contain;}
.sns_link.img01 {background:url('../img/ico_sns01.png') center no-repeat;background-size:contain;}
.sns_link.img02 {background:url('../img/ico_sns02.png') center no-repeat;background-size:contain;}
.sns_link.img03 {background:url('../img/ico_sns03.png') center no-repeat;background-size:contain;}


.header.active .sns_link.img00 {background:url('../img/ico_sns000.png') center no-repeat;background-size:contain;}
.header.active .sns_link.img01 {background:url('../img/ico_sns011.png') center no-repeat;background-size:contain;}
.header.active .sns_link.img02 {background:url('../img/ico_sns022.png') center no-repeat;background-size:contain;}
.header.active .sns_link.img03 {background:url('../img/ico_sns033.png') center no-repeat;background-size:contain;}

.all_menu {
    width: 40px;
    height: 40px;
    background:url('../img/allmenu.png') center no-repeat;
    background-size:contain;
    z-index: 9999;
    cursor: pointer;
    margin-left: 10px;
}
.header.active  .all_menu {
    background:url('../img/allmenu2.png') center no-repeat;
    background-size:contain;
}

.all_wrap {
    z-index: 9998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#fff;
    padding:0 120px;
    /* display: none;  ← 이거 빼고 */
    
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.4s ease; /* 배경 페이드인 */
}

.all_wrap.active {
    /* display: block;  ← 이건 필요 없음 */
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.all_menu.active {
    width: 40px;
    height: 40px;
    background:url('../img/close_all.png') center no-repeat;
    background-size:contain;
    z-index: 9999;
}
.all_wrap > div {
    
    height: 100%;
}
.all_wrap > div > ul {
    display: flex;
    height: 100%;
}
.all_wrap > div > ul > li {
    width: 33.33%;
    padding: 25vh 30px 0;
    border-right:1px solid #ddd;
    
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

/* active 상태일 때 한 개씩 순서대로 올라오게 (stagger 효과) */
.all_wrap.active > div > ul > li:nth-child(1) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.15s;
}
.all_wrap.active > div > ul > li:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.25s;
}
.all_wrap.active > div > ul > li:nth-child(3) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.35s;
}


.all_wrap > div > ul > li:first-child {
    border-left:1px solid #ddd;
}
.all_wrap > div > ul > li > a {
    font-size: 32px;
    position: relative;
    font-weight: 700;
}
.all_wrap > div > ul > li > a:hover {
    color:#890050;
}

.all_wrap > div > ul > li > ul {
    margin-top: 50px;
}
.all_wrap > div > ul > li > ul > li {
    margin-bottom: 20px;
}
.all_wrap > div > ul > li > ul > li > a {
    font-size: 20px;
    color:#333;
}
.all_wrap > div > ul > li > ul > li > a:hover {
    color:#890050;
    text-decoration: underline;
}

.m_nav_btn,
.m_nav_wrap {
    display: none;
}


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

footer  >  .logo {
    width: 296px;
    aspect-ratio: 296/41;
    background:url('../img/logo.png') center no-repeat;
    background-size:contain;
    margin-right: 110px;
}
footer  > .footer_info {
    margin-top: 20px;
}
footer  > .footer_info > p {
    display: block;
    font-size: 18px;
    font-weight: 300;
    color:#fff!important;
    line-height: 26px;

}
.footer_info >  .copy {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    color:#fff;
    line-height: 26px;
    margin-top: 20px;
}
.customer_info {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
}
.customer_info > li {
    text-align: right;
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    justify-content: flex-end;
}
.customer_info > li > h4 {
    font-size: 22px;
    font-weight: 300;
    color:#fff;
}
.customer_info > li > h3 {
    font-size: 26px;
    font-weight: 700;
    color:#fff;
    margin-left: 11px;
}
.customer_info > li > h5 {
    font-size: 18px;
    font-weight: 300;
    color:#fff;
}
.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 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.inquiry_list > li {
    width: calc(50% - 20px);
    margin-bottom: 20px;
    
}
.inquiry_list > .full_input {
    width: 100%;
}
.inquiry_01 {
    width: 100%;
    height: 40px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
}
.inquiry_01 > h2 {
    font-size: 18px;
    display: inline-block;
    position: relative;
}
.inquiry_01 > p {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    margin-left: 10px;
    display: inline-block;
    position: relative;
}
#radioSpan {
    display: block;
    line-height: 57px;
}
.input_radio {
    margin-right: 5px;
    width: 24px;
    height: 24px;
    border: 1px solid #dfdfdf;
    border-radius: 24px;
    cursor: pointer;
    margin-right: 9px;
}
.radio_tit {
    font-size: 15px;
    color:#666;
    display: inline-block;
    margin-right: 20px;
}
input[type='radio'] {
    -webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none; 
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 50%;
    outline: none; 
    cursor: pointer;
}

input[type='radio']:checked {
    background-color: #2AA4FF; 
    border: 3px solid white; 
    box-shadow: 0 0 0 1.6px #2AA4FF;
}

/* input 숨겨준다 */
input#check_btn{
    display:none;
    }
  
  input#check_btn + label{
    cursor:pointer;
   }
  
  input#check_btn + label > span{
    vertical-align: middle;
    padding-left: 5px;
   }


.customer_bar {
    border-bottom:1px solid #ddd;
}
.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: 57px;
    width: 100%;
}
.fr-con > input {
    background:#fff;
    width: 100%;
    height: 57px;
    border:1px solid #A9A9A9;
    padding-left: 20px;
    font-size: 14px;
    border-radius: 10px;
    background:#fbfbfb;
}
.fr-con.type2 {
    display: flex;
    align-items: center;
}
.fr-con.type2 .frm_file {

}
.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: #2AA4FF !important;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Noto Sans KR', sans-serif;
    border-radius: 10px;


}

select {
    font-size: 16px;
}