html,body {
    height: 100%;
}
.bar {
    width: 1px;
    margin:60px auto 0;
    height: 100px;    
    background:#ddd;
}
.bar2 {
    width: 100%;
    height: 1px;
    background:#ddd;
    margin:20px 0 20px 0;
}
.bar4 {
    width: 100%;
    height: 1px;
    border-top:1px solid #ddd;
    margin:60px auto;
}

.brand_color {
    color:#274AAF;
}
.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;
}

.desc_list {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.desc_list > li {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color:#666;
    word-break: keep-all;
}
.desc_list.type2 > li {
    width: 100%;
}

.tit4 {
    font-size: 22px;
    font-weight: 700;
    color:#365abe;
    margin-top: 40px;
}

.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 {
    padding:50px 0!important;
}

.sub_banner_wrap {
    overflow: hidden;
}
.sub_banner {
    background:url('../img/sub_banner.png') center no-repeat;
    background-size:contain;
    height: 200px;
    margin-top: 70px;
    animation : s-up 3s .2s both!important;

}
.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 > h2 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    animation : text 1s .2s both!important;
}

.sub_banner_tit > p {
    font-size: 16px;
    font-weight: 300;
    margin-top: 20px;
    line-height: 24px;
    animation : text 1s .4s both!important;
    word-break: keep-all;
}



.location_wrap {
    display: none;
    align-items: center;
    color:#fff;
}
.location_wrap > span {
    font-size: 12px;
    color:rgba(255,255,255,0.3);
}
.location_wrap > h6 {
    padding:0 10px;
        font-weight: 300;
        color:rgba(255,255,255,0.3);
}
.location_wrap > p {
    font-size: 12px;
    font-weight: 600;
}
.hide {
    position: absolute;
    top: -9999px;
    left: -9999px;
    width: 1px;
    height: 1px;
    text-indent: -9999px;
}
.hide_m {
    display: none;
}
.board.inner {
    padding: 50px 10px;
    
}
.inner {
    max-width: 1280px;
    width: 100%;
    margin:0 auto;
    padding:0 10px;
}
.section {
    padding-top: 40px;

    padding:60px 10px;
    overflow: hidden;

}
.login_wrap {
    display: none;
}

.tit {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-top: 20px;
    text-align: center;
    word-break: keep-all;
}

.tit2 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.tit_desc {
    font-size: 16px;
    color:#666;
    margin-top: 20px;
    line-height: 24px;
    text-align: center;
    word-break: keep-all;
}
.s_tit {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.s_tit2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    text-align: center;
}
.s_tit2.type2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    text-align: center;
    margin-top: 100px;
}

.s_tit_desc {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    line-height: 24px;
    margin-top: 20px;
    word-break: keep-all;
    text-align: center;
}

.smenu_wrap {
    height: 50px;
    border-bottom:1px solid #ddd;
}
.smenu_wrap > .inner {
    max-width: 1280px;
    width: 100%;
    height: 50px;

}
.smenu {
    display: flex;
    justify-content: center;
    gap: 10px;
    height: 50px;
}
.smenu > li {
    width: 100%;
    height: 50px;    
}

.smenu > li:last-child {
}
.smenu > li.active {
    border-bottom:2px solid #5DA100;
}
.smenu > li.active a {
    
    font-weight: 700;
    color:#5DA100;
}
.smenu > li > a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    color:#333;
}
.br_pc {
    display: none;
}
.br_m {
    display: block!important;
}

.b_color {
    color:#EF4C89;
    font-family: 'Daeojamjil'!important;
}
.b_color2 {
    color:#FFE600;
    font-weight: 700;
    font-family: 'Daeojamjil'!important;
}
.b_color3 {
    color:#711880;
    font-family: 'Daeojamjil'!important;
}

#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 > .inner {
    height: 70px;
}

.logo {
    max-width: 216px;
    width: 100%;
    aspect-ratio: 316/66;
    background:url('../img/logo.png') center no-repeat;
    background-size:contain;
    transition: all .4s;
}
.logo > a {
    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: calc(100% - 70px);
    overflow: hidden;
    margin-top: 70px;
}
.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;
    justify-content: space-between;
    align-items: center;
}

.swiper-slide.img01 {
    background:url('../img/main_banner.png') center no-repeat;
    background-size:cover;
}
.swiper-slide.img02 {
    background:url('../img/main_banner02.png') center no-repeat;
    background-size:cover;
}
.swiper-slide.img03 {
    background:url('../img/main_banner03.png') center no-repeat;
    background-size:cover;
}
.mySwiper .swiper-slide > .inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.mySwiper .swiper-slide > .inner > .txt_wrap {
    width: 100%;    
    text-align: center;
}
.mySwiper .swiper-slide > .inner > .txt_wrap > h4 {
    font-family: 'Daeojamjil'!important;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color:#fff;
}

.mySwiper .swiper-slide > .inner > .txt_wrap > h2 {
    font-family: 'Daeojamjil'!important;
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
    margin-top: 16px;
    color:#fff;
}
.mySwiper .swiper-slide > .inner > .txt_wrap > h2.span {
    font-family: 'Daeojamjil'!important;
}
.mySwiper .swiper-slide > .inner > .txt_wrap > p {
    font-size: 18px;
    margin-top: 20px;
    line-height: 26px;
    color:#fff;
    word-break: keep-all;
}

.mySwiper .swiper-slide > .inner > .m_img {
    max-width: 685px;
    width: 100%;
    aspect-ratio: 685/390;<link rel="stylesheet" href="../css/ani.css">
    background:url('../img/m_img.png') center no-repeat;
    background-size:contain;
    transform: translateX(0);
}
@keyframes text2 {
    0% {opacity :0; transform: translate(0px,30px);}
    100% {opacity:1; transform :translate(0px,0);}
}
.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;
}


.btn_more {
    width: 200px;
    height: 60px;
    background:none;
    border:1px solid #fff;
    border-radius: 5px 0 5px 0;
    color:#fff;
    margin:30px auto 0;
}

.btn_more > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.btn_more > a > p {
    font-size: 16px;
    text-align: center;
    margin-right: 10px;
}
.btn_more:hover {
    background:#EF4C89;
    border:1px solid #EF4C89;
}
.btn_more > a {
    color:#fff;
}

/* 메인배너 --*/





/* msec_01 */
.rental_slide {
    margin-top: 60px;
    padding-bottom: 50px!important;
    
}
.rental_slide .swiper-slide {
    width: 305px;
    aspect-ratio: 305/558;
    background:#ddd;
}

.rental_slide .swiper-slide.img01 {background:url('../img/img_rental01.png') center no-repeat;background-size:contain;}
.rental_slide .swiper-slide.img02 {background:url('../img/img_rental02.png') center no-repeat;background-size:contain;}
.rental_slide .swiper-slide.img03 {background:url('../img/img_rental03.png') center no-repeat;background-size:contain;}
.rental_slide .swiper-slide.img04 {background:url('../img/img_rental04.png') center no-repeat;background-size:contain;}
.rental_slide .swiper-slide > a {
    display: block;
    width: 100%;
    height: 100%;
}
.rental_slide .swiper-pagination-bullet {
    background:#711880!important;
}

/* msec_01 */


/* msec_02 */
.msec_02 {
    background:url('../img/msec02_bg.png') center no-repeat;
    backgroud-size:cover;
}
.msec_02 .tit,
.msec_02 .tit_desc {
    color:#fff;
}
.card_slide {
    margin-top: 60px;
    padding-bottom: 50px!important;
    
}
.card_slide .swiper-slide {
    width: 305px;
    aspect-ratio: 305/558;
    background:#ddd;
}

.card_slide .swiper-slide.img01 {background:url('../img/img_card01.png') center no-repeat;background-size:contain;}
.card_slide .swiper-slide.img02 {background:url('../img/img_card02.png') center no-repeat;background-size:contain;}
.card_slide .swiper-slide.img03 {background:url('../img/img_card03.png') center no-repeat;background-size:contain;}
.card_slide .swiper-slide.img04 {background:url('../img/img_card04.png') center no-repeat;background-size:contain;}
.card_slide .swiper-slide.img05 {background:url('../img/img_card05.png') center no-repeat;background-size:contain;}
.card_slide .swiper-slide > a {
    display: block;
    width: 100%;
    height: 100%;
}
.card_slide .swiper-pagination-bullet {
    background:#fff!important;
}

.card_merit_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.card_merit_wrap > div {
    width: 100%;


  .price_table_wrap{
    width:100%;
    margin:0;
    overflow:hidden; /* 스크롤 제거 */
  }

  .price_table{
    width:100% !important;   /* 🔥 핵심 */
    table-layout:fixed;
  }

  .price_table th,
  .price_table td{
    padding:6px 4px;         /* 공간 줄이기 */
    font-size:11px;          /* 글자 축소 */
    line-height:1.2;
  }

  /* 헤더 */
  .price_table thead th{
    font-size:11px;
  }

  .price_table .head_care{
    font-size:12px;
  }

  /* 등급 */
  .price_table .grade{
    font-size:12px;
  }

  /* 숫자 */
  .price_table tbody td{
    font-size:12px;
  }

  /* BEST 박스 */
  .price_table .best_cell{
    box-shadow:inset 0 0 0 2px #ff43af; /* 얇게 */
    font-size:12px;
  }

  .price_table .best_badge{
    width:34px;
    height:34px;
    font-size:9px;
    top:-10px;
    right:-6px;
  }



.msec_022 {
    padding: 60px 0 0 0;
}
.live_contact{
        width:100%;
        height:auto;
        min-height:auto;
        padding:18px 14px 14px;
        border-radius:14px;
        box-sizing:border-box;
        margin-top: 20px;
    }

    .tit_box{
        padding-bottom:12px;
    }

    .tit_left{
        gap:6px;
    }

    .live_icon{
        font-size:16px;
    }

    .tit_box h2{
        font-size:18px;
        line-height:1.3;
    }

    .live_badge{
        font-size:11px;
        padding-left:8px;
    }

    .live_badge:before{
        width:4px;
        height:4px;
    }

    .live_list_wrap{
        height:260px;
        margin:14px 0 12px;
    }

    .live_list li{
        grid-template-columns: 68px 1fr 72px 78px;
        column-gap:8px;
        height:46px;
        padding:0 2px;
    }

    .live_date{
        font-size:11px;
        letter-spacing:-0.01em;
    }

    .live_name{
        font-size:14px;
        overflow:hidden;
        text-overflow:ellipsis;
    }

    .live_car{
        font-size:13px;
        overflow:hidden;
        text-overflow:ellipsis;
    }

    .live_status{
        width:74px;
        height:28px;
        font-size:11px;
        border-radius:999px;
    }

    .live_bottom{
        padding:14px 12px 12px;
        border-radius:12px;
    }

    .budget_text{
        margin-bottom:10px;
    }

    .budget_label{
        font-size:14px;
        line-height:1.4;
    }

    .percent{
        min-width:44px;
        height:28px;
        padding:0 8px;
        font-size:13px;
        border-radius:8px;
    }

    .progress_bar{
        height:12px;
    }

    .progress_fill{
        height:12px;
    }
}


/* .live_contact {
    border:1px solid #ddd;
    border-radius: 10px;
    padding:30px 20px;
}
.live_contact > .tit_box {
    display: flex;
    align-items: center;
    gap: 5px;
    border-bottom:1px solid #ddd;
    padding-bottom: 20px;
}
.live_contact > .tit_box > span {
    color:#EF4C89;
    font-size: 22px;
}
.live_contact > .tit_box > h2 {
    font-size: 20px;
    font-weight: 700;
} */
/* msec_02 */


/* msec_03 */
.benefit_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}
.benefit_wrap > li {
    width: 100%;
    margin-bottom: 20px;
}
.img_benefit {
    aspect-ratio: 620/400;
    background:#ddd;
    border-radius: 10px;
}
.img_benefit.img01 {background:url('../img/img_benefit01.png') center no-repeat;background-size:cover;}
.img_benefit.img02 {background:url('../img/img_benefit02.png') center no-repeat;background-size:cover;}
.img_benefit.img03 {background:url('../img/img_benefit03.png') center no-repeat;background-size:cover;}
.img_benefit.img04 {background:url('../img/img_benefit04.png') center no-repeat;background-size:cover;}
.benefit_wrap > li > span {
    font-family: 'Daeojamjil'!important;
    font-weight: 700;
    display: block;
    width: 143px;
    height: 34px;
    font-size: 14px;
    color:#fff;
    background:#000;
    border-radius: 20px;
    margin-top: 20px;
    line-height: 34px;
    text-align: center;
}
.benefit_wrap > li > h2 {
    font-family: 'Daeojamjil'!important;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    color:#711880;
    margin-top: 16px;
}
.benefit_wrap > li > h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin-top: 16px;
    word-break: keep-all;
}
.benefit_wrap > li > p {
    font-size: 16px;
    color:#666;
    line-height: 24px;
    margin-top: 24px;
    word-break: keep-all;
}
/* msec_03 */


/* banner_wrap */
.banner_wrap {
    background:url('../img/banner_bg.png') center no-repeat;
    background-size:cover;
    padding:120px 0;
}
.banner_wrap > .tit,
.banner_wrap > .tit_desc {
    color:#fff;
}
.btn_more2 {
    width: 220px;
    height: 60px;
    border-radius: 30px;
    margin:40px auto 0;
    background:linear-gradient(45deg,#711880,#2E0C9F);
    
}
.btn_more2 > a {
    display: block;
    width: 100%;
    height: 100%;
    color:#fff;
    line-height: 60px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
.banner_img_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
}
.img_90 {
    max-width: 484px;
    width: 70%;
    aspect-ratio: 484/193;
    background:url('../img/img_90.png') center no-repeat;
    background-size:contain;
}
.img_coupon {
    max-width: 303px;
    width: 80%;
    aspect-ratio: 303/152;
    background:url('../img/img_coupon.png') center no-repeat;
    background-size:contain;
}
.banner_txt_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}
.banner_txt_wrap > h3 {
    font-family: 'Daeojamjil';
    font-size: 30px;
    font-weight: 700;
    color:#A6A6A6;
    text-decoration: line-through;
}
.banner_txt_wrap > h2 {
    font-family: 'Daeojamjil';
    font-size: 40px;
    font-weight: 700;
    color:#fff;
}
.banner_box {
    max-width: 452px;
    width: 95%;
    
    background:rgba(74,12,86,.7);
    color:#fff;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin:20px auto 0;
    text-align: center;
    padding:40px 20px;
}
.banner_box > span {
    color:#E33CFF;
}

/* banner_wrap */


/* msec_04 */
.faq_section {
    width: 100%;
    background: #fff;
    padding: 0;
}

.faq_inner {
    width: 100%;
    margin: 0 auto;
}

.faq_list {
    width: 100%;
    border-top: 1px solid #666;
    border-bottom: 1px solid #e5e5e5;
}

.faq_item {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}

.faq_item:last-child {
    border-bottom: 0;
}

.faq_question {
    width: 100%;
    background: #fff;
    border: 0;
    padding: 0 16px;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    text-align: left;
    box-sizing: border-box;
}

.faq_left {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding-right: 10px;
}

.faq_q {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #7d2396;
    line-height: 1;
    flex: 0 0 auto;
}

.faq_text {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #111;
    line-height: 1.5;
    letter-spacing: -0.03em;
    word-break: keep-all;
}

.faq_arrow {
    position: relative;
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
    margin-left: 10px;
}

.faq_arrow:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #d4d4d4;
    border-bottom: 2px solid #d4d4d4;
    transform: rotate(45deg);
    transition: transform 0.3s ease, border-color 0.3s ease;
    box-sizing: border-box;
}

.faq_item.active .faq_arrow:before {
    transform: rotate(-135deg);
    border-color: #7d2396;
    top: 5px;
}

.faq_answer {
    max-height: 0;
    overflow: hidden;
    background: #fafafa;
    transition: max-height 0.35s ease;
}

.faq_answer_inner {
    padding: 20px 50px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 1.75;
    letter-spacing: -0.03em;
    word-break: keep-all;
    box-sizing: border-box;
}
/* msec_04 */


/* msec_05 */
.review_section {
    width: 100%;
    padding: 70px 16px;
    background: #f8f8f8;
    box-sizing: border-box;
}

.review_inner {
    width: 100%;
    margin: 0 auto;
}

.review_title_wrap {
    text-align: center;
    margin-bottom: 36px;
}

.review_label {
    display: inline-block;
    padding: 11px 22px;
    border-radius: 999px;
    background: linear-gradient(90deg, #7c178f 0%, #3213b7 100%);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.review_title {
    margin: 20px 0 12px;
    font-size: 30px;
    font-weight: 800;
    color: #111;
    line-height: 1.35;
    letter-spacing: -0.04em;
    word-break: keep-all;
}

.review_desc {
    font-size: 15px;
    color: #777;
    line-height: 1.7;
    letter-spacing: -0.03em;
    word-break: keep-all;
}

.review_list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.review_card {
    width: 100%;
    background: #fff;
    border-radius: 18px;
    padding: 22px 18px;
    box-sizing: border-box;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.review_top {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.review_avatar {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    flex: 0 0 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review_avatar .face {
    font-size: 28px;
    line-height: 1;
}

.avatar01 { background: linear-gradient(135deg, #f8d7ff, #e9c2ff); }
.avatar02 { background: linear-gradient(135deg, #d8e7ff, #bfd7ff); }
.avatar03 { background: linear-gradient(135deg, #ffe5c8, #ffd6aa); }
.avatar04 { background: linear-gradient(135deg, #d9f7e7, #bfeecf); }
.avatar05 { background: linear-gradient(135deg, #ffe2e2, #ffcaca); }
.avatar06 { background: linear-gradient(135deg, #ece2ff, #d9cbff); }

.review_name {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #111;
    line-height: 1.3;
    margin-bottom: 3px;
}

.review_meta {
    display: block;
    font-size: 13px;
    color: #888;
    line-height: 1.5;
    margin-bottom: 6px;
}

.review_star {
    font-size: 15px;
    color: #ffb400;
    letter-spacing: 1px;
    line-height: 1;
}

.review_text {
    font-size: 15px;
    color: #555;
    line-height: 1.75;
    letter-spacing: -0.03em;
    word-break: keep-all;
}
/* msec_05 */



/* map_info_wrap */
.map_info_wrap {
    margin-top: -100px;
}
.map_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.map_info > li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
}
/* map_info_wrap */




/* sub1_1 */
.greeting_wrap {}
.greeting_wrap > h2 {
    font-size: 50px;
    font-weight: 700;
    margin-top: 150px;
}
.img_greeting {
    width: 100%;
    aspect-ratio: 1280/400;
    background: url('../img/img_greeting.png') center no-repeat;
    background-size: cover;
    margin: 40px 0;
    display: flex;
    overflow: hidden;
    position: relative;
}

.box_left,
.box_right {
    idth: 50%;
    height: 100%;
    will-change: transform; /* 스크롤 애니메이션 성능 */
}

.box_left {
    background: #fff;
}

.box_right {
    background: #fff;
}
.greeting_wrap > .cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.greeting_wrap > .cont > h2 {
    width: 100%;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    word-break: keep-all;
}
.greeting_wrap > .cont > p {
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    color:#666;
    line-height: 24x;
    word-break: keep-all;
    margin-top: 20px;
}
.greeting_wrap > .cont > p > span {
    font-weight: 700!important;
    color:#000;
}
.map_wrap {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}
.map_wrap > .info {
    width: 100%;
    margin-top: 40px;
}
.map_wrap > .info > h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    position: relative;
    padding-left: 36px;
}
.map_wrap > .info > h2:before {
    content:"";
    width: 36px;
    aspect-ratio: 1/1;
    background:url('../img/ico_loca.png') center no-repeat;
    background-size:contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.map_wrap > .info > ul {
    margin-top: 30px;
}
.map_wrap > .info > ul > li {
    border-bottom:1px solid #ddd;
    padding:30px 0;
}
.map_wrap > .info > ul > li:first-child {
    border-top:1px solid #ddd;
}
.map_wrap > .info > ul > li > h2 {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 700;
}
.map_wrap > .info > ul > li > p {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    margin-top: 10px;
}
.map {
    max-width: 100%;
    width: 100%;
    background:#ddd;
}
/* sub1_1 */

/* sub2_1 */
.servie_wrap {}
.img_service_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.img_service_wrap > img {
    width: calc(50% - 5px);
}
.servie_wrap > h3 {
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    word-break: keep-all;
    margin-top: 40px;
    text-align: center;
}
.servie_wrap > p {
    font-size: 16px;
    line-height: 24px;
    word-break: keep-all;
    margin-top: 40px;
    text-align: center;
    font-weight: 300;
    color:#666;
}
.effect_wrap {
    margin-top: 100px;
}
.effect_wrap > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}
.effect_wrap > ul > li {
    width: calc(50% - 5px);
    margin-bottom: 20px;
}
.effect_wrap > ul > li > h2 {
    background:linear-gradient(45deg,#D2FA9B,#94F1FF);
    padding:24px 0;
    text-align: center;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
}
.effect_wrap > ul > li > p {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    line-height: 26px;
    text-align: center;
    margin-top: 20px;
    word-break: keep-all;
}

.basic_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #dcdcdc;
    border-radius: 12px;
    background: #fff;
    position: relative;
}

/* 테이블 내부만 감싸는 래퍼에 overflow 처리 */
.table_wrap {
    width: 100%;
    border-radius: 12px;
    margin-top: 50px;
    overflow: hidden;
}
.basic_table caption{
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    caption-side: top;
    text-align: left;
    font-size: 20px;
    padding: 12px 4px 10px;
    font-weight: 700;
}
.basic_table caption span{
    display:block;
    margin-top:4px;
    font-weight:400;
    font-size:14px;
    color:#666;
}

.basic_table thead th {
    background: #252536;
    font-weight: 600;
    text-align: center;
    padding: 20px 5px;
    border-bottom: 1px solid #dcdcdc;
    color:#fff;
    word-break: keep-all;
    font-size: 14px;
    line-height: 22px;;
}

.basic_table tbody th {
    background: #fafafa;
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    padding: 14px 5px;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    word-break: keep-all;
    font-size: 14px;
    line-height: 22px;
}

.basic_table tbody td {
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
    color: #444;
    line-height: 1.6;
    font-size: 14px;
    border-right:1px solid #ddd;
    word-break: keep-all;
}

.basic_table tr:last-child th,
.basic_table tr:last-child td {
    border-bottom: none;
}


/* sub2_1 */


/* sub2_2 */
.install_wrap {
    margin-top: 50px;
    overflow: hidden;
}
.install_wrap > li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 120px;
}
.install_wrap > li.reverse {
    flex-direction: column;
}
.img_install {
    width: 100%;
    aspect-ratio: 620/400;
    background:#ddd;
    border-radius: 10px;
    
}
.img_install.img01 {background:url('../img/img_install01.png') center no-repeat;background-size:cover;}
.img_install.img02 {background:url('../img/img_install02.png') center no-repeat;background-size:cover;}
.img_install.img03 {background:url('../img/img_install03.png') center no-repeat;background-size:cover;}
.img_install.img04 {background:url('../img/img_install04.png') center no-repeat;background-size:cover;}
.install_wrap > li > .txt_wrap {
    width: 100%;
    margin-top: 20px;
}
.install_wrap > li > .txt_wrap > h3 {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color:#5DA100;
    text-transform: uppercase;
}
.install_wrap > li > .txt_wrap > h2 {
    font-size: 24px;
    line-height: 32px;
    word-break: keep-all;
    font-weight: 700;
    margin-top: 12px;
}
.install_wrap > li > .txt_wrap > p {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    line-height: 24px;
    word-break: keep-all;
    margin-top: 20px;
}
/* sub2_2 */
.qa_table {
    width: 100%;
}
.qa_table .td1 {
    width: 30%;
    background:#f9f9f9;
}
.qa_table td {
    padding:12px 10px;
    border:1px solid #ddd;
}
.cate_wrap {
    display: inline-block!important;
    background:#000;
    padding:10px 12px;
    color:#fff;
    margin-top: 30px;
    font-size: 14px;
    font-weight: 600;
}

.fix_menu {
    display: none;
    width: 80px;
    position: fixed;
    bottom: 50px;
    right: 10px;
    margin:0 auto;
    z-index: 999;
    background:#fff;
    border-radius: 20px;
    box-shadow: 2px 2px 10px rgba(0,0,0,.1);
}
.fix_menu > h2 {
    background:#5DA100;
    color:#fff;
    border-radius: 20px 20px 0 0;
    text-align: center;
    padding:10px 0;
    font-size: 14px;
    font-weight: 700;
}
.fix_menu > ul {}
.fix_menu > ul > li {
    padding:12px 0px;
    border-bottom:1px solid #ddd;

}
.ico_fix {
    width: 34px;
    aspect-ratio: 1/1;
    background:#ddd;
    margin:0 auto;
}
.ico_fix.img01 {background:url('../img/ico_fix01.png') center no-repeat;background-size:contain;}
.ico_fix.img02 {background:url('../img/ico_fix02.png') center no-repeat;background-size:contain;}
.ico_fix.img03 {background:url('../img/ico_fix03.png') center no-repeat;background-size:contain;}
.fix_menu > ul > li  p {
    font-size: 10px;
    text-align: center;
    margin-top: 6px;
}
.fix_menu > h3 {
    background:#000;
    color:#fff;
    border-radius: 0 0 20px 20px;
    text-align: center;
    padding:10px 0;
    font-size: 14px;
    font-weight: 700;
}

.fix_menu2 {
    width: 100%;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
}
.fix_menu2 > div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 60px;
    line-height: 60px;
    gap: 10px;
}
.fix_menu2 > div > a {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    line-height: 60px;
    gap: 10px;
}
.fix_menu2 > div .ico_fix {
    width: 28px;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}
.fix_menu2 > .k {
    background:#F9E000;
}
.fix_menu2 > .t > a  {
    background:#000;
    color:#fff;
}
footer {
    background:#1E1E1E;
    padding:60px 0 100px 0;;
    background-size:cover;
}
footer > .inner {
    text-align: center;
}
.t_logo {
    max-width: 260px;
    width: 100%;
    aspect-ratio: 260/54;
    background:url('../img/t_logo.png') center no-repeat;
    background-size:contain;
    margin:0 auto;
}
.t_logo > a {
    display: block;
    width: 100%;
    height: 100%;
}
footer > .inner > p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color:#E7E7E7;
    margin-top: 30px;
}
footer > .inner > span {
    font-size: 12px;
    font-weight: 300;
    line-height: 22px;
    color:#999999;
    margin-top: 32px;
}


/* 입단 및 무료체험문의 */

.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 {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: auto;
    margin-bottom: 40px;
    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: 100%;
    height: 60px;
    margin: 40px auto 0;

}

.form-box .receive-btn input {
    width: 100%;
    height: 100%;
    color: #fff;
    background: #3819d2 !important;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Noto Sans KR', sans-serif;
    border-radius: 10px;


}

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;
}
.m_nav_btn {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 40px;
    height: 40px;
    background:url('../img/m_nav_wrap_btn.png') center no-repeat;
    border:0;
}
.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;
}