html,body {
    height: 100%;
}
.brand_color {
    color:#274AAF;
}
.btn_shop {
    display: none;
    padding-left: 114px;
}
.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;
}


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

    padding:60px 0px;
    overflow: hidden;

}
.login_wrap {
    display: none;
}

.tit {
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
    margin-top: 16px;
    word-break: keep-all;
}

.tit2 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    color:#890050;
}

.tit_desc {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    margin-top: 16px;
    line-height: 24px;
    word-break: keep-all;
}

.s_tit {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-top: 16px;
    word-break: keep-all;
}

.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: 16px;
    font-weight: 300;
    line-height: 24px;
    color:#666;
    margin-top: 12px;
    word-break: keep-all;
}
.sub_banner_wrap {
    overflow: hidden;
}
.sub_banner {
    background:url('../img/sub_banner.png') center no-repeat;
    background-size:cover;
    height: 300px;
    animation : s-up 3s .2s both!important;
    border-bottom:1px solid #eee;

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

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

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

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

.sub_tit {
    margin-top: 100px;
}

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



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

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

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

.smenu > li:last-child {
}
.smenu > li.active {
    border-bottom:2px solid #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: 14px;
    color:#333;
}



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

.b_color {
    color:#890050;
}
.b_color2 {
    color:#001969;
}
.b_color3 {
    color:#FFDD35;
}

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

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

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

.header > .bg {
    display: none;
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: 1px;
    transition: all .2s; 
}

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


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

.logo > a {
    font-family: 'SCoreDream'!important;
    font-size: 30px;
    font-weight: 700;
    color:#fff;

    display: block;
    width: 100%;
    height: 100%;
}


.nav {
    display: none;    
}

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




/* 메인배너 */
.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: 281px;
    aspect-ratio: 981/708;
    background:url('../img/m_img.png') center no-repeat;
    background-size:contain;
    position: absolute;
    top: unset;
    bottom: 0;
    right: 0;
    transform: unset;
}

.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: 40%;
    left: 50%;
    color:#fff;
    transform: translate(-50%, -50%);
    padding:0 10px;
}
.mySwiper .swiper-slide  .txt_wrap > h3 {
    font-size: 18px;
    font-weight: 400;
}
.mySwiper .swiper-slide  .txt_wrap > h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-top: 15px;
}

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

.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 : text3 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: space-between;
    margin-top: 50px;
}
.q_product > li {
    width: calc(33.33% - 10px);
    text-align: center;
    transition: all .4s;
    margin-bottom: 10px;
}
.q_product > li:hover {
    margin-top: -20px;
}
.q_product > li > a > span {
    display: block;
    font-size: 12px;
    color:#666;
    margin-top: 16px;
}
.q_product > li > a > h2 {
    font-size: 14px;
    font-weight: 700;
    margin-top: 8px;
    word-break: keep-all;
}
.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;}
/* msec_01 */


/* msec_02 */
.product_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    gap: 10px;
}
.product_wrap > li {
    width: calc(50% - 5px);
    margin-bottom: 60px;
    text-align: center;
}
.img_product {
    width: 100%;
    aspect-ratio: 600/600;
    background:#ddd;
    border-radius: 10px;
}
.product_wrap > li > a > h2 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin-top: 24px;
    word-break: keep-all;
}
.product_wrap > li > a > p {
    font-size: 14px;
    font-weight: 300;
    color:#666;
    line-height: 22px;
    margin-top: 6px;
    word-break: keep-all;
}
.price_wrap {
    border-top:1px solid #ddd;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:8px;
    margin-top: 10px;
}
.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;
    flex-direction: column;
}
.img_greeting {
    max-width: 80%;
    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: 100%;
    margin-top: 20px;
}
.greeting_cont > h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;

}
.greeting_cont > p {
    font-size: 16px;
    line-height: 24px;
    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;
    flex-wrap: wrap;
    margin-top: 50px;
}
.vision_wrap > li {
    width: 100%;
    aspect-ratio: 400/364;
    margin-bottom: 20px;
}
.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;
    flex-wrap: wrap;
}
.p_merit > li.reverse {
    flex-direction: row-reverse;
}
.img_merit {
    width: 100%;
    aspect-ratio: 620/400;
    background:#ddd;
    border-radius: 10px;
    margin-bottom: 20px;
}
.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: 100%;

}
.merit_cont > h2 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    word-break: keep-all;
}
.merit_cont > p {
    font-size: 16px;
    color:#666;
    line-height: 24px;
    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 20px;
    margin-top: 20px;
    display: flex;
}
.map_info_wrap > h2 {
    display: none;
    margin-right: 40px;
}
.map_info {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.map_info > li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 100%;

}
.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: flex-start;
    flex-direction: column;
    gap: 0px;
}
.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;
    flex-direction: column;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    padding:40px 0;
}
.map_how > li > div:first-child {
    width: 100%;
    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: 100%;
    margin-top: 20px;
}
.how_tit {
    display: flex;
    align-items: center;
}
.how_tit.type2 {
    margin-top: 30px;
}
.map_how_info > .how_tit > h2 {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    position: relative;
}
.map_how_info > .how_tit > span {
    display: inline-block;
    width: 20px!important;
    height: 20px;
    background:#003074;
    border-radius: 50%;
    color:#fff;
    font-weight: 700;
    line-height: 20px;
    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: 24px;
    word-break: keep-all;
    margin-top: 14px;
    color:#666;
}
/* sub1_4 */


/* sub2_2 */
.product_shop {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product_shop > .img_product {
    width: 100%;
}
.shop_info {
    width: 100%;
    margin-top: 20px;
}
.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: 26px;
    line-height: 34px;
    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_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_wrap {
    display: flex;
    align-items:flex-start;
    margin-top: 30px;
    color:#666;
}
.size_wrap > span {
    margin-right: 10px;
}
.size_wrap > h2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}
.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:cover;
    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: 26px;
    line-height: 34px;
    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;
}
.j_img > img {
    width: 100%!important;
}
/* sub2_2 */

/* sub5_3 */
/* ===== FAQ (Clean Accordion) ===== */
.faq_wrap{max-width:980px;margin:0 auto;}
.faq_head{display:flex;flex-direction:column;gap:10px;margin-bottom:22px;}
.faq_title{font-size:28px;line-height:1.25;font-weight:700;letter-spacing:-0.5px;}
.faq_desc{font-size:15px;line-height:1.7;color:#666;}
.faq_controls{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin-top:8px;}
.faq_search{flex:1;min-width:220px;position:relative;}
.faq_search input{
  width:100%;height:46px;border:1px solid #e6e6e6;border-radius:12px;
  padding:0 14px 0 42px;font-size:14px;outline:0;background:#fff;
}
.faq_search svg{position:absolute;left:14px;top:50%;transform:translateY(-50%);opacity:.55}
.faq_btns{display:flex;gap:8px;}
.faq_btn{
  height:46px;padding:0 14px;border-radius:12px;border:1px solid #e6e6e6;
  background:#fff;font-size:13px;cursor:pointer;
}
.faq_btn:hover{border-color:#cfcfcf}
.faq_grid{display:flex;flex-direction:column;gap:10px;margin-top:14px;}

.faq_item{
  border:1px solid #e8e8e8;border-radius:14px;background:#fff;overflow:hidden;
  box-shadow:0 1px 0 rgba(0,0,0,0.02);
}
.faq_q{
  width:100%;text-align:left;border:0;background:transparent;cursor:pointer;
  display:flex;gap:14px;align-items:flex-start;padding:16px 18px;
}
.faq_badge{
  flex:0 0 auto;width:34px;height:34px;border-radius:10px;
  display:flex;align-items:center;justify-content:center;
  background:#f4f6f8;color:#222;font-weight:700;font-size:14px;
}
.faq_qtxt{flex:1 1 auto;}
.faq_qtxt h3{margin:0;font-size:16px;line-height:1.45;font-weight:700;letter-spacing:-0.2px;}
.faq_meta{margin-top:4px;font-size:12px;color:#888;line-height:1.4}
.faq_icon{
  flex:0 0 auto;margin-top:2px;width:28px;height:28px;border-radius:10px;
  display:flex;align-items:center;justify-content:center;
  background:#f7f7f7;border:1px solid #eee;
  transition:transform .18s ease;
}
.faq_a{
  display:none;
  padding:0 18px 18px 18px;
}
.faq_a .faq_answer{
  padding:14px 16px;border-radius:12px;background:#fafafa;border:1px solid #eee;
  color:#333;font-size:14px;line-height:1.75;
}
.faq_item.is-open .faq_a{display:block;}
.faq_item.is-open .faq_icon{transform:rotate(180deg);}

.faq_empty{
  display:none;
  padding:18px;border:1px dashed #e0e0e0;border-radius:14px;color:#777;
  text-align:center;margin-top:14px;background:#fff;
}

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

@media (max-width:640px){
  .faq_title{font-size:22px}
  .faq_q{padding:14px 14px}
  .faq_a{padding:0 14px 14px 14px}
  .faq_cta{flex-direction:column;align-items:flex-start}
  .faq_cta .cta_btns{width:100%}
  .faq_cta a{flex:1}
}

/* sub5_3 */


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

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

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



.q_menu {
    z-index: 9999;
    position: fixed;
    bottom: 100px;
    right: 10px;
}
.q_menu > li {
    width: 40px;
    height: 40px;
    border:1px solid rgba(0,0,0,0);
}

.q_menu > li > a {
    display: block;
    width: 100%;
    height: 100%;
}
.ico_qmenu {
    width: 30px;
    height: 30px;
    background:#6E0E10;
    margin: 5px auto 0;
}

.q_menu > li > a > p,
.q_menu > li >  p {
    font-size: 14px;
    color:#fff;
    text-align: center;
    margin-top: 8px;
}




/* 입단 및 무료체험문의 */

.privacy {
}
.privacy > h2,
.inquiry_tit {
    font-family: 'pretendard',sans-serif;
    font-size: 18px;
    font-weight: 700;
}
.inquiry_tit {
    margin: 50px 0;
}
.privacy_box {
    margin-top: 24px;
    border:1px solid #ddd;
    padding:15px;
}
.privacy_box > p {
    font-family: 'pretendard',sans-serif;
    font-size: 14px;
    font-weight: 300;
    color:#666;
    line-height: 22px;
}

.privacy_check {
    margin: 24px 0;;
}
.privacy_check span {
    color:#666;
    font-size: 14px;
    font-weight: 300;
}
.inquiry_list {}
.inquiry_list > li {
    display: flex;
    flex-direction: column;
    height: auto;
    margin-bottom: 12px;
    align-items: center;
    
}
.inquiry_01 {
    width: 100%;
    height: 40px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
}
.inquiry_02 {
    height: 40px;
    width: 100%;
}
.fr-con > input {
    background:#fff;
    width: 100%;
    height: 60px;
    border:1px solid #ddd;
    padding-left: 10px;
    font-size: 14px;
}

.fr-con.phone {
    display: flex;
    justify-content: space-between;
}

.phone_number {
    width: calc(33% - 10px)!important;
    border:1px solid red!important;
}

.fr-con.mail {
    display: flex;
}
.fr-con.mail > span {
    line-height: 50px;
    margin:0 10px;
}

.inquiry_con {
    /* display: none!important; */
    height: 240px
}

.inquiry_con > .inquiry_02 {
    height: 200px!important;
}

.check2 {
    width: 100%;
    height: 80px;
    background:#f6f6f6;
    padding:13px 30px;
    display: flex;
    justify-content: space-between;
}
.check2_img {
    width: 54px;
    height: 54px;
    background:url('../img/check2_img.png') center no-repeat;
}
.check2_info {
    width: 629px;
}
.check2_info > p {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    margin-top: 10px;
}



.form-box {}
.form-box .form-con {
    width: 100%;
    margin: 0px auto 0;
    padding:10px;
}

.form-box .form-con ul li {
    
}

.form-box .form-con ul li .fr-con {
    width: 100%;
    height: 100%;
}





.form-box .form-con ul li .fr-con .text-box {
    diaplay: table;
    width: 100%;
    height: 65px;
}

.form-box .form-con ul li .fr-con .text-box input {
    width: 34%;
    float: left;
    margin-left: 1%;
}

.form-box select {
    width: 50%;
    float: left;
    height: 100%;
    background: #fff;
}

.select2 {
    border:1px solid #ddd;
    padding:0 20px;
}

.form-box .form-con ul li .fr-con textarea {
    height: 200px;
    width: 100%;
    border:1px solid #ddd;
    background:#f6f6f6;
    padding:40px;
    resize: none;
}

.form-box .form-con .provision {
    display: table;
    width: 100%;
    margin-top: 30px;
    text-align: center;
    font-size: 14px;
    font-family: 'Noto Sans KR', sans-serif;
}

.form-box .form-con .provision label {
    cursor: pointer;
    font-weight: 300;
}

.form-box .form-con .provision label input {
    width: 20px;
    height: 20px;
}

.form-box .form-con .provision label span {
    vertical-align: -2px;
    margin-left: 5px;
}

.form-box .form-con .provision a {
    padding: 0 15px;
    line-height: 65px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
}

.form-box .receive-btn {
    width: 158px;
    height: 47px;
    margin: 40px auto 0;

}

.form-box .receive-btn input {
    width: 100%;
    height: 100%;
    color: #fff;
    background: #F1054D !important;
    border: 0;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;


}

select {
    font-size: 16px;
}



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


/* 모바일메뉴 */
.m_nav_wrap {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 90%;
    height: 100%;
    background:#fff;
    border-left:1px solid #ddd;
    z-index: 9999;
 }
 
 .m_nav_wrap > .close_btn {
   position: absolute;
   top: 0;
   left: -41px;
   width: 40px;
   height: 40px;
   background:#222;
   cursor: pointer;
 }
 
 .material-icons.close {
   display: block;
   text-align: center;
   line-height: 40px;
   color:#fff;
 }
 
 
 .m_addr {
     border-top:1px solid #ddd;
     margin-top: 200px;
 }
.header.active .m_nav_btn {
    background:url('../img/m_nav_wrap_btn.png') center no-repeat;
}
.header.active2 .m_nav_btn {
    background:url('../img/m_nav_wrap_btn.png') center no-repeat;
}
.m_nav_btn {
    display: block;
    position: absolute;
    top: 16px;
    right: 20px;
    width: 40px;
    height: 40px;
    background:url('../img/m_nav_wrap_btn2.png') center no-repeat;
    border:0;
    z-index: 9999;
}
.m_nav_btn.btn2 {
    background:url('../img/m_nav_wrap_btn.png') center no-repeat;
}

.left_gnb {
    margin-top: 50px;
    border-top:1px solid #000;
    
}

.left_gnb > li{
    width: 100%;
    border-bottom:1px solid #ddd;
}
.left_gnb>li>a{
    display: block; ; line-height: 50px;
    width: 100%; height: 50px;
    color: black;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 600;
}
.left_gnb>li>a.on{
}
.left_gnb>li>ul{
    display: none;
    border-top:1px solid #ddd;
    background:#f9f9f9;
    padding-top: 20px;
    padding-bottom: 20px;
}

.left_gnb>li>ul>li>a{
    display: block;  line-height: 40px;
    width: 100%; height: 40px; 
    font-size: 15px;
    color: #666;
    padding-left:30px;
}

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