html,body {
    height: 100%;
    scroll-behavior: smooth;
    background:#fff!important;
}

@import url(//fonts.googleapis.com/earlyaccess/nanumpenscript.css);
@font-face {
    font-family: 'Daeojamjil';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/TheJamsil1Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Daeojamjil';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/TheJamsil2Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Daeojamjil';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/TheJamsil3Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Daeojamjil';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/TheJamsil4Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Daeojamjil';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/TheJamsil5Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Daeojamjil';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/TheJamsil6ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}
.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;
}
.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;
}
.pd0 {
    padding: 0!important;
}

.bar {
    width: 1px;
    margin:60px auto 0;
    height: 200px;    
    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;
}

.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-family: 'Daeojamjil'!important;
    font-size: 50px;
    line-height: 58px;
    font-weight: 700;
    margin-top: 18px;
    text-align: center;
}

.tit2 {
    font-size: 22px;
    line-height: 46px;
    color:#fff;
    text-align: center;
}
.tit2.type01 {
    max-width: 320px;
    width: 100%;
    aspect-ratio: 320/46;
    background:linear-gradient(45deg,#711880,#2E0C9F);
    margin:0 auto;
    border-radius: 30px;
}
.tit2.type011 {
    max-width: 330px;
    width: 100%;
    aspect-ratio: 320/46;
    background:linear-gradient(45deg,#711880,#2E0C9F);
    margin:0 auto;
    border-radius: 30px;
}
.tit_desc {
    font-size: 22px;
    color:#666;
    margin-top: 24px;
    line-height: 30px;
    text-align: center;
    word-break: keep-all;
}
.s_tit {
    font-family: "Poppins", sans-serif;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.s_tit2 {
    font-size: 40px;
    font-weight: 300;
    text-align: center;
}
.s_tit2.type2 {
    margin-top: 150px;
}

.s_tit_desc {
    font-size: 18px;
    font-weight: 300;
    color:#666;
    line-height: 26px;
    margin-top: 20px;
    word-break: keep-all;
    text-align: center;
}
.sub_banner_wrap {
    overflow: hidden;
}
.sub_banner {
    background:url('../img/sub_banner.png') center no-repeat;
    background-size:cover;
    height: 400px;
    margin-top: 100px;
    animation : s-up 3s .2s both!important;

}
.sub_banner > .inner {
    position: relative;
    width: 100%;
    height: 100%;
    color:#fff;
}
.sub_banner_tit {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    text-align: center;
}

.sub_banner_tit > h2 {
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    animation : text 1s .2s both!important;
}

.sub_banner_tit > p {
    font-size: 20px;
    font-weight: 300;
    margin-top: 20px;
    line-height: 26px;
    animation : text 1s .4s both!important;
}

.sub_tit {
    font-size: 30px;
    font-weight: 700;
    position: relative;
    text-align: center;
}
.sub_tit2 {
    font-size: 30px;
    margin-top: 60px;
    font-weight: 700;
    color:#27983B;
    text-align: center;
}
.sub_tit3 {
    font-size: 30px;
    margin-top: 30px;
    text-align: center;
    line-height: 40px;
}
.sub_tit4 {
    font-size: 24px;
    margin-top: 40px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 32px;
}
.sub_desc {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    color:#666;
    margin-top: 20px;
    line-height: 26px;
}

.smenu_wrap {
    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 #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: 18px;
    color:#333;
}


.sub_section {
    padding:150px 0!important;
}
.sub_section.type2 {
    padding:50px 0!important;
}
.hide {
    position: absolute;
    top: -9999px;
    left: -9999px;
    width: 1px;
    height: 1px;
    text-indent: -9999px;
}
.fw700 {
    font-weight: 700;
}
.board.inner {
    padding: 150px 0;
    
}
.inner {
    max-width: 1280px;
    margin:0 auto;
}
.section {
    padding: 150px 0;
}

.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:#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}


/* 헤더 */
.header {
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    transition: all .4s;;  
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0 100px;
    background:#fff;
}


.header.active {
    background:#fff;
    box-shadow: 2px 2px 10px rgba(0,0,0,.1);
}


.logo {
    max-width: 368px;
    width: 100%;
    aspect-ratio: 368/77;
    background:url('../img/logo.png') center no-repeat;
    background-size:contain;
    transition: all .4s;
}
.logo > a {
    display: block;
    width: 100%;
    height: 100%;
}

.nav {
    display: flex;
    align-items: center;
}

.nav > li {
    margin-right: 60px;
    position: relative;
    height: 100%;
    line-height: 100px;
    transition: all .4s;
}
.header.active .nav > li {
    line-height: 70px;
}
.nav > li > a {
    font-size: 18px;
    font-weight: 400;
    display: block;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}
.header.active .nav > li > a {
    color:#000;
}

.nav.sub > li > a {
    color:#000;
    
}


.nav > li > a:hover {
    color:rgba(255,255,255,.5);
    position: relative;
}
.nav > li.active {
    position: relative;
}


.nav > li:last-child {
    margin-right: 0;
}

.snb {
    display: none;
    padding:20px;
    width: 200px;
    background:#fff;
    border-top:0;
    position: absolute;
    top:70px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    line-height:normal;
    transition: all .4s;
    border-radius: 10px;
    box-shadow: 0 8px 10px -2px rgba(0,0,0,.15);
}


.nav > li.active > .snb {
    display: block;
}

.snb > li {
    margin-bottom: 20px;
    
}
.snb > li:last-child {
    margin-bottom: 0;
}
.snb > li > a {
    font-family: 'pretendard',sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.btn_contact {
    width: 260px;
    height: 60px;
    background:url('../img/btn_contact.png') center no-repeat;
    background-size:contain;
}
.btn_contact > a {
    display: block;
    width: 100%;
    height: 100%;
}




/* 메인배너 */
.main_banner {
    height: calc(100% - 100px);
    overflow: hidden;
    margin-top: 100px;
}
.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;
    justify-content: space-around;
    align-items: center;
}
.mySwiper .swiper-slide > .inner > .txt_wrap {
    
    
}
.mySwiper .swiper-slide > .inner > .txt_wrap > h4 {
    font-family: 'Daeojamjil'!important;
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
    color:#fff;
}
.mySwiper .swiper-slide > .inner > .txt_wrap > h2 {
    font-family: 'Daeojamjil'!important;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    margin-top: 16px;
    color:#fff;
}
.mySwiper .swiper-slide > .inner > .txt_wrap > h2 > .tbg {
    background:#EF4C89;
    color:#fff;
}
.mySwiper .swiper-slide > .inner > .txt_wrap > h2.span {
    font-family: 'Daeojamjil'!important;
}
.mySwiper .swiper-slide > .inner > .txt_wrap > p {
    font-size: 22px;
    margin-top: 30px;
    line-height: 30px;
    color:#fff;
}

.mySwiper .swiper-slide > .inner > .m_img {
    max-width: 685px;
    width: 100%;
    aspect-ratio: 685/390;
    background:url('../img/m_img.png') center no-repeat;
    background-size:contain;
    transform: translateX(176px);
}
.mySwiper .swiper-slide-active .txt_wrap > h4{
    animation : text 1s .8s both;
}

.mySwiper .swiper-slide-active .txt_wrap > h2 {
    animation : text 1s 1s both;
}

.mySwiper .swiper-slide-active .txt_wrap > p {
    animation : text 1s 1.2s both;
}
.mySwiper .swiper-slide-active .txt_wrap > .btn_more {
    animation : text 1s 1.4s both;
}
.mySwiper .swiper-slide-active  .m_img {
    animation : text2 1s 2s both;
}

.btn_more {
    width: 200px;
    height: 60px;
    background:none;
    border:1px solid #fff;
    border-radius: 5px 0 5px 0;
    color:#fff;
    margin-top: 30px;
}

.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-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;
    
}
.msec_02 .tit,
.msec_02 .tit_desc {
    color:#fff;
}
.card_slide {
    margin-top: 60px;
    padding-bottom: 50px!important;
    
}
.card_slide .swiper-slide {
    width: 400px;
    aspect-ratio: 400/510;
    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;
}
.card_merit_wrap > div {
    width: calc(50% - 10px);
}
/* =========================
   가격표 전체 스타일 (최종)
========================= */

.price_table_wrap{
  width:630px;
  margin:0 auto;
  background:#fff;

  border-radius:10px;           /* 둥근 모서리 */
  overflow:hidden;              /* 필수 */

  border:1px solid #d8d8d8;
  box-shadow:0 6px 20px rgba(0,0,0,0.06);
}

.price_table{
  width:100%;
  border-collapse:collapse;
  table-layout:fixed;
  font-family:'Pretendard','Noto Sans KR',sans-serif;
  background:#fff;

  border-top:none;
  border-left:none;
}

/* 기본 셀 */
.price_table th,
.price_table td{
  border-right:1px solid #d8d8d8;
  border-bottom:1px solid #d8d8d8;
  padding:10px 6px;
  text-align:center;
  vertical-align:middle;
  font-size:14px;
  line-height:1.2;
  color:#333;
  word-break:keep-all;
  background:#fff;
}

/* 헤더 */
.price_table thead th{
  background:#f2f2f2;
  font-weight:700;
  color:#444;
}

/* 상단 케어 영역 */
.price_table .head_care{
  color:#fff;
  font-size:17px;
  font-weight:800;
  letter-spacing:-0.03em;
  padding:14px 0;
}

.price_table .head_care01{
  background:linear-gradient(180deg,#8c6be1 0%, #7654c8 100%);
}

.price_table .head_care02{
  background:linear-gradient(180deg,#ff6fb2 0%, #f04b98 100%);
}

/* 두번째 헤더 */
.price_table thead tr:nth-child(2) th{
  font-size:12px;
  font-weight:700;
  color:#555;
  padding:8px 0;
}

/* 왼쪽 등급 */
.price_table .grade{
  background:#f7f7f7;
  font-size:15px;
  font-weight:800;
  color:#222;
}

/* 본문 숫자 */
.price_table tbody td{
  font-size:16px;
  font-weight:700;
  color:#444;
}

/* 할인 가격 */
.price_table .discount{
  font-weight:800;
}

.price_table .discount.purple{
  color:#a54dc7;
}

.price_table .discount.pink{
  color:#ff4f9c;
}

/* BEST 영역 */
.price_table .best_cell{
  position:relative;
  background:#fff5fb;
  color:#111;
  font-size:17px;
  font-weight:800;
  box-shadow:inset 0 0 0 4px #ff43af;
}

/* BEST 뱃지 */
.price_table .best_badge{
  position:absolute;
  top:-14px;
  right:-10px;
  width:50px;
  height:50px;
  border-radius:50%;
  background:#ff2ea6;
  color:#fff;
  font-size:10px;
  font-weight:800;
  line-height:1;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 4px 10px rgba(0,0,0,0.12);
  z-index:2;
}

/* 마지막 라인 정리 */
.price_table tr:last-child td{
  border-bottom:none;
}

.price_table th:last-child,
.price_table td:last-child{
  border-right:none;
}

/* =========================
   모바일 대응
========================= */
@media (max-width:680px){

  .price_table_wrap{
    width:100%;
    margin:0;
  }

  .price_table{
    width:630px; /* 유지 */
  }

  .price_table_wrap{
    overflow-x:auto; /* 모바일 스크롤 */
  }

}

.msec_022 {
    padding: 60px 0 0 0;
}

.live_contact{
    width:630px;
    height:565px;
    padding:26px 20px 20px;
    background:#fff;
    border-radius:18px;
    box-sizing:border-box;
    box-shadow:0 10px 30px rgba(0,0,0,0.06);
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    overflow:hidden;
}

/* 상단 타이틀 */
.tit_box{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding-bottom:16px;
    border-bottom:1px solid #efefef;
}

.tit_left{
    display:flex;
    align-items:center;
    gap:8px;
}

.live_icon{
    font-size:18px;
    color:#ff8a2a;
    line-height:1;
}

.tit_box h2{
    margin:0;
    font-size:24px;
    font-weight:800;
    letter-spacing:-0.03em;
    line-height:1.2;
    color:#111;
}

.live_badge{
    position:relative;
    padding-left:10px;
    font-size:13px;
    font-weight:700;
    color:#ff5b5b;
    line-height:1;
}

.live_badge:before{
    content:"";
    position:absolute;
    left:0;
    top:50%;
    width:5px;
    height:5px;
    border-radius:50%;
    background:#ff5b5b;
    transform:translateY(-50%);
}

/* 리스트 래퍼 */
.live_list_wrap{
    position:relative;
    height:325px;
    overflow:hidden;
    margin:18px 0 16px;
}

/* 리스트 */
.live_list{
    margin:0;
    padding:0;
    list-style:none;
    will-change:transform;
}

.live_list li{
    display:grid;
    grid-template-columns: 92px 1fr 100px 108px;
    align-items:center;
    column-gap:18px;
    height:54px;
    padding:0 4px;
    border-bottom:1px solid #f1f1f1;
    box-sizing:border-box;
}

.live_date{
    font-size:14px;
    font-weight:600;
    color:#a0a6b0;
    letter-spacing:-0.02em;
    text-align:left;
}

.live_name{
    font-size:17px;
    font-weight:700;
    color:#3d4350;
    letter-spacing:-0.03em;
    text-align:left;
    white-space:nowrap;
}

.live_car{
    font-size:17px;
    font-weight:700;
    color:#4a4f5c;
    letter-spacing:-0.03em;
    text-align:center;
    white-space:nowrap;
}

.live_status{
    width:96px;
    height:34px;
    border-radius:999px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
    font-weight:800;
    letter-spacing:-0.02em;
    text-align:center;
    justify-self:end;
    white-space:nowrap;
    box-sizing:border-box;
}

.live_status.finish{
    background:#f1e7ff;
    color:#8b64ea;
}

.live_status.doing{
    background:#dff1ff;
    color:#4ca7f7;
}

.live_status.wait{
    background:#f2f4f7;
    color:#9aa2af;
}

/* 하단 */
.live_bottom{
    padding:18px 16px 16px;
    border:1px solid #ececec;
    border-radius:16px;
    background:#fff;
}


.budget_text{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:14px;
}

.budget_label{
    font-size:18px;
    font-weight:800;
    color:#222;
    letter-spacing:-0.03em;
}

.percent{
    min-width:52px;
    height:34px;
    padding:0 10px;
    border:2px solid #8d63eb;
    border-radius:10px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:16px;
    font-weight:800;
    color:#8d63eb;
    box-sizing:border-box;
}
.progress_bar{
    width:100%;
    height:14px;
    background:#ece6fb;
    border-radius:999px;
    overflow:hidden;
    position:relative;
}

.progress_fill{
    position:absolute;
    top:0;
    left:0;
    width:98%;
    height:14px;
    border-radius:999px;
    background:linear-gradient(90deg,#a98af7 0%, #7e46df 100%);
}
/* .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: calc(50% - 20px);
    margin-bottom: 40px;
}
.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: 34px;
    color:#711880;
    margin-top: 16px;
}
.benefit_wrap > li > h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 16px;
}
.benefit_wrap > li > p {
    font-size: 18px;
    color:#666;
    line-height: 26px;
    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;
}
.b_tit {
    max-width: 220px;
    width: 100%;
    aspect-ratio: 220/50;
    background: linear-gradient(90deg, #7c178f 0%, #3213b7 100%);
    border-radius: 30px;
    color:#fff;
    font-family: 'Daeojamjil';
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:0 auto;
}
.banner_img_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
}
.img_90 {
    max-width: 484px;
    width: 100%;
    aspect-ratio: 484/193;
    background:url('../img/img_90.png') center no-repeat;
    background-size:contain;
}
.img_coupon {
    max-width: 303px;
    width: 100%;
    aspect-ratio: 303/152;
    background:url('../img/img_coupon.png') center no-repeat;
    background-size:contain;
}
.banner_txt_wrap {
    display: flex;
    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: 100%;
    
    background:rgba(74,12,86,.7);
    color:#fff;
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
    margin:20px auto 0;
    text-align: center;
    padding:40px;
}
.banner_box > span {
    color:#E33CFF;
}
/* banner_wrap */


/* msec_04 */
.msec_04 {
}
.faq_section {
    width: 100%;
    background: #fff;
    padding: 0;
    margin-top: 60px;
}

.faq_inner {
    width: 1280px;
    max-width: 1280px;
    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 34px;
    min-height: 86px;
    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: 14px;
    min-width: 0;
}

.faq_q {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #7d2396;
    line-height: 1;
    flex: 0 0 auto;
}

.faq_text {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #111;
    line-height: 1.5;
    letter-spacing: -0.03em;
    word-break: keep-all;
}

.faq_arrow {
    position: relative;
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
    margin-left: 20px;
}

.faq_arrow:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 10px;
    height: 10px;
    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: 6px;
}

.faq_answer {
    max-height: 0;
    overflow: hidden;
    background: #fafafa;
    transition: max-height 0.35s ease;
}

.faq_answer_inner {
    padding: 30px 50px;
    font-size: 18px;
    font-weight: 400;
    color: #666;
    line-height: 1.8;
    letter-spacing: -0.03em;
    word-break: keep-all;
    box-sizing: border-box;
}
/* msec_04 */

/* map_info_wrap */
.map_info_wrap {
    margin-top: -100px;
}
.map_info {
    display: flex;
    justify-content: space-between;
}
.map_info > li {
    width: calc(25% - 10px);
}
/* map_info_wrap */



/* msec_05 */
.review_section {
    width: 100%;
    padding: 110px 0;
    background: #f8f8f8;
}

.review_inner {
    width: 1280px;
    margin: 0 auto;
}

.review_title_wrap {
    text-align: center;
    margin-bottom: 60px;
}

.review_label {
    display: inline-block;
    padding: 14px 34px;
    border-radius: 999px;
    background: linear-gradient(90deg, #7c178f 0%, #3213b7 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

.review_title {
    margin: 24px 0 16px;
    font-size: 52px;
    font-weight: 800;
    color: #111;
    line-height: 1.25;
    letter-spacing: -0.04em;
}

.review_desc {
    font-size: 22px;
    color: #777;
    line-height: 1.7;
    letter-spacing: -0.03em;
}

.review_list {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    margin-top: 60px;
}

.review_card {
    width: calc((100% - 56px) / 3);
    background: #fff;
    border-radius: 24px;
    padding: 34px 30px;
    box-sizing: border-box;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review_card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 36px rgba(0,0,0,0.08);
}

.review_top {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 22px;
}

.review_avatar {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    flex: 0 0 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 0 4px rgba(255,255,255,0.5);
}

.review_avatar .face {
    font-size: 34px;
    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_info {
    min-width: 0;
}

.review_name {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #111;
    line-height: 1.3;
    margin-bottom: 4px;
    letter-spacing: -0.03em;
}

.review_meta {
    display: block;
    font-size: 15px;
    color: #888;
    line-height: 1.5;
    margin-bottom: 8px;
}

.review_star {
    font-size: 18px;
    color: #ffb400;
    letter-spacing: 2px;
    line-height: 1;
}

.review_text {
    font-size: 18px;
    color: #555;
    line-height: 1.85;
    letter-spacing: -0.03em;
    word-break: keep-all;
}
/* msec_05 */




/* 푸터 */


.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;
}

.login_wrap > li {
    margin-right: 10px;
}
.login_wrap > li > a {
    color:#fff;
}


.m_nav_btn,
.m_nav_wrap {
    display: none;
}

.fix_menu {
    width: 120px;
    position: fixed;
    bottom: 200px;
    right: 20px;
    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:#711880;
    color:#fff;
    border-radius: 20px 20px 0 0;
    text-align: center;
    padding:10px 0;
}
.fix_menu > ul {}
.fix_menu > ul > li {
    padding:24px 5px;
    border-bottom:1px solid #ddd;

}
.ico_fix {
    width: 50px;
    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: 14px;
    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;
}
.fix_menu2 {
    display: none;
}
footer {
    background:#1E1E1E;
    padding:60px 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: 16px;
    font-weight: 300;
    line-height: 24px;
    color:#E7E7E7;
    margin-top: 30px;
}
footer > .inner > span {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color:#999999;
    margin-top: 22px;
}


/* 입단 및 무료체험문의 */

.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(33.33% - 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: 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;
}