html,body {
    height: 100%;
}
.brand_color {
    color:#A50105;;
}


.s_tit {
    font-family: 'SCoreDream'!important;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin-top: 10px;
    text-align: center;
}
.s_tit2 {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin-top: 30px;
    word-break: keep-all;
}
.btn_mun {
    display: none;
    width: 180px;
    height: 50px;
    border:1px solid rgba(255,255,255,.4)
}
.btn_mun > a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 100;
    color:#fff;
    text-align: center;
    line-height: 50px;

}
.s_tit_desc {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    word-break: keep-all;
}


.btn_more {
    width: 180px;
    height: 40px;
    border-radius: 30px;
    background:#EF5000;
    margin:50px auto 0;
}
.btn_more.type2 {
    margin:40px 0;
}
.btn_more > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    color:#fff;
}
.btn_more > a > p {
    margin-right: 20px;
    transition: all .4s;
}
.btn_more > a:hover  p {
    margin-right: 55px;
}
.btn_more > a > span {
    font-weight: 100!important;
}

.point {
    font-size: 28px;
    font-weight: 700;
    
}
.point2 {
    font-size: 14px;
    color:#666;
    line-height: 22px;
    word-break: keep-all;
    margin-top: 20px;
    text-align: center;
}
.point2.type2 {
    color:#aaa;
}
.tit {
    
    font-size: 24px;
    line-height: 32px;
    word-break: keep-all;
    text-align: center;
}
.tit_desc {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    margin-top: 14px;
    line-height: 24px;
    word-break: keep-all;
    text-align: center;
}

.sub_tit {
    font-size: 22px;
    font-weight: 900;
    
    text-align: center;
    position: relative;
    text-transform: uppercase;
}
.sub_desc {
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    color:#666;
    margin-top: 20px;
    line-height: 22px;
}
.sub_tit_eng {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color:#000030;
    text-align: center;
    margin-top: 0px;
    text-transform: uppercase;
}
.sub_section {
    margin-top: 40px;
    padding:0 10px;
}
.sub_menu_wrap {
    display: none;
}
.sub_banner {
    background-size:cover;
    height: 200px;
    animation : s-up 3s .2s both!important;

}
.sub_banner > .inner {
    position: relative;
    width: 100%;
    height: 100%;
    
}
.sub_banner_tit {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.sub_banner_tit > h2 {
    
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    animation : text 1s .2s both!important;
    word-break: keep-all;
}

.sub_banner_tit > p {
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    margin-top: 20px;
    line-height: 24px;
    animation : text 1s .4s both!important;
    word-break: keep-all;
}
.hide {
    position: absolute;
    top: -9999px;
    left: -9999px;
    width: 1px;
    height: 1px;
    text-indent: -9999px;
}
.hide_m {
    display: none;
}
.board.inner {
    margin-top: 80px;
    padding:0 10px;
}
.inner {
    max-width: 1280px;
    margin:0 auto;
}
.inner.type2 {
    max-width: 100%;
    width: calc(100% - 10px);
    margin:0 auto;
}
.inner.type3 {
    max-width: 100%;
    width: calc(100% - 10px);
    margin:0 auto;
    padding:10px    
}
.section {
    padding-top: 40px;

    padding:60px 10px;
    overflow: hidden;

}
.login_wrap {
    
}

.login_wrap.mnav {
    position: absolute;
    bottom: 20px;
    display: flex;
    border:1px solid red;
    width: 100%;
    border:1px solid #ddd;
    padding: 0;
    background:#fff;
}
.login_wrap.mnav > li {
    width: 50%;
    height: 100%;
    border-right:1px solid #ddd;
    text-align: center;
    padding: 0!important;
    background:#fff;
}
.login_wrap.mnav > li:last-child {
    border-right:0;
}
.login_wrap.mnav > li > a {
    display: block;
    width: 100%;
    height: 100%;
    padding:0px 0;
}

.smenu > li > a {
    color:#666;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 60px;
    font-size: 10px;
}
.br_pc {
    display: none;
}
.br_m {
    display: block;
}
.b_color {
    color:#EF5000;
}

#bo_v_img {width:100%;overflow:hidden;text-align:center!important;zoom:1}


/* 헤더 */
.header {
    height: 70px;
    padding:0 10px;
}
.header > .inner {
    height: 70px;
    padding-right: 30px;
}

.logo {
    width: 160px;
    height: 40px;
    background:url('../img/logo.png') center no-repeat;
    background-size:contain;

}


.nav {
    display: none;    
}

.ico_top {
    height: 100%;
    display: flex;
    align-items: center;
}
.ico_top > li {
    width: 40px;
    aspect-ratio: 1/1;
    background:#ddd;
    margin-right: 10px;
}
.ico_top > li.img01 {
    background:url('../img/ico_instagram.png') center no-repeat; background-size:contain;
}
.ico_top > li.img02 {
    background:url('../img/ico_blog.png') center no-repeat; background-size:contain;
}
.ico_top > li.img03 {
    background:url('../img/ico_chat.png') center no-repeat; background-size:contain;
}
.ico_top > li:last-child {
    margin-right: 0;
}
.ico_top > li > a {
    display: block;
    width: 100%;
    height: 100%;
}

/* 메인배너 */
.main_banner {
    height: calc(100% - 100px);
    overflow: hidden;
    margin-top: 70px;
}
.swiper {
    width: 100%;
    height: 100%;
}

.mySwiper .swiper-slide {
    font-size: 18px;
    background: #000;

}
.slide_box {
    max-width: 1280px;
    width: 100%;
    height: 100%;
    margin:0 auto;
    display: flex;
    flex-direction: column-reverse;
     justify-content: center;
    align-items: center;
}

.swiper-slide.img01 {
    background:url('../img/main_banner.png') center no-repeat;
    background-size:cover;
}
.mySwiper .swiper-slide > .slide_box > .txt_wrap {
    text-align: center;
}
.mySwiper .swiper-slide > .slide_box > .m_img {
    width: 150px;
    aspect-ratio: 1/1.733333333333333;
    background:url('../img/m_img3.png') center no-repeat;
    background-size:contain;
}
.mySwiper .swiper-slide > .slide_box > .txt_wrap > h2 {
    font-size: 24px;
    line-height: 34px;
    word-break: keep-all;
    
}

.mySwiper .swiper-slide > .slide_box > .txt_wrap > p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 12px;
}
.mySwiper .swiper-slide > .slide_box > .txt_wrap > .btn_more {
    margin:20px auto 0;
}
.mySwiper .swiper-slide-active .txt_wrap > h2 {
    animation : text 1s .4s both;
}

.mySwiper .swiper-slide-active .txt_wrap > p {
    animation : text 1s .6s both;
}
.mySwiper .swiper-slide-active .txt_wrap > .btn_more {
    animation : text 1s .8s both;
}
/* 메인배너 --*/

/* msec_01 */
.p_logo {
    max-width: 243px;
    width: 100%;
    aspect-ratio: 1/0.1604938271604938;
    margin:0 auto;
}
.p_logo.img01 {background:url('../img/p_logo01.png') center no-repeat;background-size:contain;}
.p_logo.img02 {background:url('../img/p_logo02.png') center no-repeat;background-size:contain;}
.p_logo.img03 {background:url('../img/p_logo03.png') center no-repeat;background-size:contain;}
.p_logo.img04 {background:url('../img/p_logo04.png') center no-repeat;background-size:contain;}

.m_btn_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:8px;
    margin-top: 50px;
}
.m_btn_wrap > li {
    height: 49px;
    padding:0 20px;
    border:1px solid #ddd;
    font-size: 14px;
    font-weight: 400;
    line-height: 49px;
    color:#666666;
    border-radius: 30px;
    cursor: pointer;
}
.m_btn_wrap > li.active {
    background:#FF716F;
    color:#fff;
    border:1px solid #FF716F;
    font-weight: 700;
}
.m_btn_wrap > li > a {
    display: block;
    width: 100%;
    height: 100%;
    color:#666;
}
.m_btn_wrap > li.active > a {
    color:#fff;
}
.p_content {
    display: block;
}
.p_content.active {
    display: block;
}
.customer_wrap {
    max-width: 1280px;
    width: 100%;
    margin:40px auto;
    display: flex;
    flex-wrap: wrap;
}
.customer_wrap > div {
    width: 100%;
}
/* msec_01 */




/* sub1_1 */
.sub_con_wrap {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
}
.sub_con_wrap > div {
    width: 100%;
}
.value_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.bg_gray {
    padding:50px  0;
}
.value_wrap > li {
    width: 90%;
    text-align: center;
    margin:0 auto 20px;
}
.img_value {
    width: 100%;
    aspect-ratio: 1/.75;
    background:#ddd;
    border-radius: 10px;
}
.img_value.img01 {background:url('../img/img_value01.png') center no-repeat;background-size:contain;}
.img_value.img02 {background:url('../img/img_value02.png') center no-repeat;background-size:contain;}
.img_value.img03 {background:url('../img/img_value03.png') center no-repeat;background-size:contain;}

.value_wrap > li > h2 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 22px;
    line-height: 30px;
    word-break: keep-all;
}
.value_wrap > li > p {
    margin-top: 16px;
    word-break: keep-all;
}
.partner_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}
.partner_wrap > li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
}
/* sub3_1 */
.review_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.review_wrap > li {
    width: 100%;
    list-style: none;
    text-align: center;
    transition: all .4s;
    margin-bottom: 20px;
}
.review_wrap > li:hover {
    margin-top: -20px;
}
.review_wrap > li > a {
    display: block;
    width: 100%;
    height: 100%;
}
.img_review {
    aspect-ratio: 1/.75;
    background:#ddd;
}
.img_review.img01 {background:url('../img/img_review01.png') center no-repeat;background-size:contain;}
.img_review.img02 {background:url('../img/img_review02.png') center no-repeat;background-size:contain;}
.img_review.img03 {background:url('../img/img_review03.png') center no-repeat;background-size:contain;}
.review_wrap > li > a > h2 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 40px;
}
.review_wrap > li > a > p {
    width: 160px;
    height: 40px;
    background:#000;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    margin-top: 12px;
    word-break: keep-all;
    color:#fff;
    margin:20px auto 0;
}
/* sub3_1 */


footer {
    padding:60px 10px;
    background:#000;
}

footer > .inner {
    position: relative;
}
footer > .inner > .logo {
    width: 219px;
    height: 52px;
    background:url('../img/t_logo.png') center no-repeat;
    background-size:contain;
}
.footer_info {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
   
}
.footer_info.type2 {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}
.footer_info > li {
    display: flex;
    flex-direction: column;
    margin-right: 0px;
    margin-bottom: 10px;
}
.footer_info > li > h2 {
    font-size: 14px;
    font-weight: 700;
    color:#fff;
    margin-right: 10px;
}
.footer_info > li > p {
    font-size: 16px;
    line-height: 24px;
    color:#fff;
    margin-top: 5px;
    word-break: keep-all;
}
footer > .inner > span {
    display: inline-block;
    color:#fff;
    font-size: 12px;
    margin-top: 26px;
}
.number_wrap {
    text-align: right;
    position: absolute;
    top: 30%;
    right: 0;
    transform: translateY(-50%);
    color:#fff;
}
.number_wrap > h3 {
    font-size: 18px;
}
.number_wrap > h2 {
    font-size: 28px;
    font-weight: 700;
    margin-top: 2px;
}
.number_wrap > p {
    font-size: 16px;
    font-weight: 300;
    margin-top: 4px;
}




.q_menu {
    z-index: 9999;
    position: fixed;
    bottom: 20px;
    right: 10px;
}
.q_menu > li {
    width: 60px;
}


.q_menu > li > a {
    display: block;
    width: 100%;
    height: 100%;
}
.ico_qmenu {
    width: 30px;
    height: 30px;
    background:#6E0E10;
    margin: 13px auto 0;
}
.ico_qmenu.img01 {
    background:url('../img/ico_qmenu01.png') center no-repeat;
}
.ico_qmenu.img02 {
    background:url('../img/ico_qmenu02.png') center no-repeat;
}
.ico_qmenu.img03 {
    background:url('../img/ico_qmenu03.png') center no-repeat;
}
.ico_qmenu.img04 {
    background:url('../img/ico_qmenu04.png') center no-repeat;
}
.q_menu > li > a > p,
.q_menu > li >  p {
    font-size: 14px;
    color:#fff;
    text-align: center;
    margin-top: 8px;
}




/* 입단 및 무료체험문의 */

.privacy {
}
.privacy > h2,
.inquiry_tit {
    font-family: 'pretendard',sans-serif;
    font-size: 18px;
    font-weight: 700;
}
.inquiry_tit {
    margin: 50px 0;
}
.privacy_box {
    margin-top: 24px;
    border:1px solid #ddd;
    padding:15px;
}
.privacy_box > p {
    font-family: 'pretendard',sans-serif;
    font-size: 14px;
    font-weight: 300;
    color:#666;
    line-height: 22px;
}

.privacy_check {
    margin: 24px 0;;
}
.privacy_check span {
    color:#666;
    font-size: 16px;
    font-weight: 300;
}
.inquiry_list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;

}
.inquiry_list > li {
    width: 100%;
    height: auto;
    align-items: center;
    margin-bottom: 20px;

    
}
.inquiry_01 {
    display: none;
    width: 26%;
    height: 60px;
    font-size: 16px;
    font-weight: 700;
    line-height: 60px;
}
.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: 60px;
    width: 100%;
}
.fr-con > input {
    background:#fff;
    width: 100%;
    height: 60px;
    border:0;
    border-bottom:1px solid #000;
    font-size: 16px;
    font-weight: 700;
    color:#000!important;
}

.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: 40px auto 60px;
    padding:0px;
}

.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;
}

.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: 100%;
    height: 60px;
    margin: 0px auto 0;

}

.form-box .receive-btn input {
    width: 100%;
    height: 100%;
    color: #fff;
    background: #FE000D !important;
    border: 0;
    font-size: 16px;
    font-weight: 700;
}

select {
    font-size: 16px;
}


.smenu_wrap {
    display: none;
}
.brand_site {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.brand_site > li {
    width: calc(10% - 20px);
    aspect-ratio: 1/.4;
    background:#ddd;
    margin-bottom: 20px;
}

.familysite {
    position: absolute;
    right: 0;
    bottom: 50%;
    transform: translateY(-50%);
    float: right;
    height: 40px;
    width: 240px;
}
.familysite select {
    float: right;
    width: 240px;
    height: 40px;
    BACKGROUND:#C8C0A2;
    font-size: 14px;
    color:#5B512B;
    border-radius: 5px;
    padding-left: 10px;
    border:1px solid #C8C0A2;
}
option {padding:5px 0;}
.familysite select option {
    height: 100px;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 10px 0;
}



 
/*-------------------모바일 메뉴----------------------*/


/* 모바일메뉴 */
.m_nav_wrap {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 90%;
    height: 100%;
    background:#fff;
    border-left:1px solid #ddd;
    z-index: 9999;
 }
 
 .m_nav_wrap > .close_btn {
   position: absolute;
   top: 0;
   left: -41px;
   width: 40px;
   height: 40px;
   background:#222;
    cursor: pointer;
}

.material-icons.close {
    display: block;
    text-align: center;
    line-height: 40px;
    color:#fff;
}


.m_addr {
    border-top:1px solid #ddd;
    margin-top: 200px;
}
.header.active .m_nav_btn {
    background:url('../img/m_nav_wrap_btn.png') center no-repeat;
}
.m_nav_btn {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 20px;
    height: 20px;
    background:url('../img/m_nav_wrap_btn.png') center no-repeat;
    background-size:contain;
    border:0;
}
.m_nav_btn.btn2 {
    background:url('../img/m_nav_wrap_btn2.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;
}
.viewskin .info {
        display: flex;
        align-items: center;
        font-size:22px;
        font-weight: 700;
        margin-top: 20px;
        text-align: left;
    }
    .viewskin .info > .info1 {
        width: 40%;
        color:#d30020;
        font-size: 30px;
    }
    .viewskin .info > .info2,
    .viewskin .info > .info3 {
        width: 30%;
        text-align: right;
    }
    .viewskin .info > .info2 {
        font-size: 14px;
        color:#888;
        text-decoration: line-through;
        font-weight: 400;
    }
    .viewskin .info > .info3 {
        font-size: 18px;
        color:#d30020;
    }
