@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cal+Sans&family=Chewy&family=Knewave&family=Kumbh+Sans:wght@100..900&family=League+Spartan:wght@100..900&display=swap");
/* Basic Reset and Body Styles */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* 기본 설정 */
body {
  margin: 0;
  font-family: "Kumbh Sans", "League Spartan", sans-serif;
  background-color: #fff;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

/* header 전체를 브라우저 폭에 맞춤 */
.wrapper_header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

/* 내부 컨텐츠 영역을 양쪽 여백만 주고, max-width 제거 */
.flexbox_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  height: 80px;
  width: 100%;
}

.right_side {
  margin-left: auto;
}

.left_side,
.right_side {
  display: flex;
  align-items: center;
}

/* 로고 */
.left_side h1 img {
  height: 40px;
}

/* PC 메뉴 */
.nav-pc {
  display: flex;
  padding-right: 20px;
}

.nav-pc ul {
  list-style: none;
  display: flex;
  gap: 32px;
  padding: 0;
  margin: 0;
}

.nav-pc li a {
  text-decoration: none;
  color: #B600F1;
  font-weight: 600;
  font-size: 14px;
}

/* 우측 아이콘 영역 */
.nav-icons {
  display: flex;
  gap: 12px;
  margin-left: 8em;
}

.nav-icons a {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #B600F1;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
}

/* 모바일 토글 버튼 */
.nav-mobile-toggle {
  display: none;
  background: none;
  border: none;
  font-weight: 600;
  font-size: 14px;
  color: #B600F1;
  cursor: pointer;
}

.flex_mobile {
  display: flex;
  justify-content: flex-end;
  /* ✅ 오른쪽 정렬 */
  align-items: center;
  height: 64px;
}

.flex_mobile {
  display: none;
  /* 기본은 숨김 */
}

/* TEST*/
.wrapper_hero {
  display: flex;
  height: 100vh;
  padding: 80px 30px 0 30px; /* header 높이 90px*/
  flex-direction: column;
}

/* HERO SECTION */
.heroTop {
  min-height: 60%;
  display: flex;
}

.heroBtm {
  display: flex;
  min-height: 40%;
  gap: 40px;
  padding-bottom: 40px;
}

.heroLogo {
  width: 100%;
  height: auto;
  float: left;
  padding-top: 15vh;
}

.logo {
  width: 100%;
  max-width: 600px; /* 로고 최대 크기 제한 */
  height: auto;
  display: block;
  transform-origin: left center; /* 왼쪽 중심 축 */
  transition: transform 0.1s ease-out;
}

/* 왼쪽 영역 */
.hero_left {
  justify-content: flex-start;
  align-items: flex-end;
  width: 60%;
  display: flex;
}

/* 오른쪽 영역 */
.hero_right {
  width: 40%;
  gap: 30px;
  min-height: 326px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.hero_scroll {
  min-width: 120px;
  white-space: nowrap;
}

.txtScroll {
  font-size: 1.05em;
  color: #B600F1;
  margin-top: 8px;
}

.caption {
  width: 80%;
}

.caption img {
  max-width: 480px;
}

.caption p {
  font-size: 1.05em;
  color: #444;
}

.caption .img_exam01 {
  width: 100%;
  height: auto;
}

/* FEATURE SECTION */
.featureWrap {
  height: 100%;
  width: 100%;
  position: relative;
}

.featureWrap2 {
  height: 85vh;
  width: 100%;
  position: relative;
  background-color: azure;
}

.feature01 {
  height: 85vh;
  width: 100%;
  display: flex;
  flex-direction: row;
  background-color: #B600F1; /* 예시 */
}

.feature_img01 {
  width: 60%;
  height: 100%;
  overflow: hidden;
}

.feature_img01 img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 비율 유지하며 영역 채우기 */
  transform: translate(-50%, -50%);
  z-index: 1;
}

.featureBox {
  width: 40%;
  height: 100%;
  padding: 30px;
  font-family: "Kumbh Sans", "League Spartan", sans-serif;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  background-color: #B600F1;
}

.featTop {
  width: 100%;
  height: auto;
  align-content: flex-start;
}

.featBtm {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  box-sizing: border-box;
}

.featBtm .subTitle {
  font-size: 2.5vw;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1;
}

.featureBox .featTitle {
  display: flex;
  width: -moz-min-content;
  width: min-content;
  flex-wrap: wrap;
  gap: 0.1em;
  justify-content: left;
  font-size: 5vw;
  font-weight: 600;
  line-height: 1;
}

.word {
  display: inline-block;
}

.featureBox p {
  font-size: 1.05em;
  line-height: 1.6;
  margin-bottom: 20px;
}

.featTxtWrap {
  flex: 1;
  display: flex;
  align-items: flex-end;
}

.btnWrap {
  display: flex;
  align-items: flex-end;
}

.offer {
  font-size: 14px;
  padding: 2px 4px;
  border-bottom: 1px solid #111111;
  color: #111111;
  text-decoration: none;
  background: transparent;
  cursor: pointer;
}

/**/
.feature02, .feature03 {
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  color: #B600F1;
}

.featureBox2 {
  width: 40%;
  height: 100%;
  padding: 30px;
  font-family: "Kumbh Sans", "League Spartan", sans-serif;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
}

.feature02 .featTop {
  padding: 100px;
  height: 100%;
}

.feature02 .featTitle {
  display: flex;
  gap: 0.5em;
  justify-content: left;
  flex-wrap: nowrap;
  font-size: 6.5vw;
}

.feature02 .featBtm {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 130px;
  justify-content: space-between;
  padding-top: 64px;
  padding-bottom: 64px;
}

.feature02 h1,
.feature03 h1 {
  font-size: 70px;
  font-weight: 600;
  line-height: 80px;
  margin-bottom: 20px;
}

.icWrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 40px;
}

.icTitle {
  display: flex;
  align-items: flex-start; /* or center */
  gap: 16px;
}

.icTitle .icAlign {
  flex-shrink: 0;
  margin-top: 4px; /* 필요시 조절 */
}

.icTitle .icH h3 {
  color: #B600F1;
  font-size: 42px;
  font-weight: 400;
}

.icExplain p {
  font-size: 1.05em;
  line-height: 1.6;
  color: #111111;
}

/* PROCESS */
.feature03 .featTop {
  padding: 100px;
  height: 100%;
}

.feature03 .featBtm {
  height: 100%;
  display: flex;
  gap: 130px;
  justify-content: space-between;
  padding: 100px;
}

/* PRICE */
.featTitle2 .word2 {
  display: flex;
  line-height: 54px;
  gap: 20px;
}

.featTitle2 .word2 h4 {
  align-items: flex-end;
  line-height: 20px;
  font-size: 0.3em;
  display: flex;
  flex-direction: row;
}

.wrapper_price {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  gap: 20px;
}

.wrapper_price h2 {
  font-size: 1.6em;
}

.wrapp_divide {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding-bottom: 50px;
}

.wrapp_price {
  width: 100%;
}

.price_title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  line-height: 50px;
}

.price_explain {
  width: 100%;
  line-height: 30px;
  padding-left: 56px;
}

.price_explain p {
  padding: 10px 0;
}

.price_explain h3 {
  line-height: 36px;
  font-weight: 500;
  font-style: normal;
}

.price_explain2 {
  width: 100%;
  line-height: 30px;
  padding-left: 56px;
}

.table_wrapper {
  display: flex;
  gap: 20px;
  align-items: center; /* ⬅️ 핵심 */
  width: 100%;
}

.table_th {
  flex: 0 0 80px;
  font-weight: 600;
  color: var(--pri);
  line-height: 36px;
  /* 라벨만 개별 중앙 정렬하고 싶다면 아래 한 줄만 추가해도 됨 */
  /* align-self:center; */
}

.table_td {
  flex: 1 1 auto;
}

/* 리스트 */
.option_list {
  display: flex;
  flex-direction: column;
  gap: 0; /* 줄간 구분은 보더로 */
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 24px;
}

/* 한 줄(항목) */
.option_item {
  display: flex;
  justify-content: space-between;
  align-items: center; /* ⬅️ baseline → center */
  gap: 24px;
  padding: 4px 0;
  border-bottom: 1px dashed var(--muted);
}

.option_item:last-child {
  border-bottom: none;
}

/* 항목명/가격 */
.opt_name {
  color: var(--txt);
  font-weight: 500;
}

.opt_price {
  font-weight: 600;
  color: var(--pri);
  white-space: nowrap;
}

.opt_price i {
  font-style: normal;
  margin-right: 6px;
}

.price_info p {
  padding-top: 20px;
  font-size: 0.8em;
  line-height: 20px;
  padding-left: 56px;
}

/* 태블릿 */
@media (max-width: 991px) {
  body {
    padding-top: 64px;
    /* 모바일 헤더 높이 */
  }
  .flexbox_header {
    height: 64px;
    padding: 0 20px;
    border-bottom: 1px solid #B600F1;
  }
  .flex_mobile {
    display: flex;
  }
  .right_side {
    display: none;
  }
  .nav-pc {
    display: none;
    /* ✅ PC 메뉴 숨기기 */
  }
  .nav-mobile-toggle {
    display: block;
    /* ✅ 모바일 메뉴 버튼 보이기 */
  }
  .nav-icons {
    display: none;
    /* 필요에 따라 아이콘도 숨길 수 있음 */
  }
  /* main */
  .wrapper_hero {
    height: calc(100vh - 64px);
    padding: 0 20px 20px 20px;
    display: flex;
    flex-direction: column;
  }
  .heroTop, .heroBtm {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
  .heroTop {
    display: flex;
  }
  .heroBtm {
    justify-content: end;
    display: flex;
    flex-direction: column;
  }
  .hero_left, .hero_right {
    width: 100%;
    gap: 0;
  }
  .hero_left {
    height: auto;
    margin-bottom: 24px;
  }
  .hero_right {
    height: auto;
  }
  .hero_right {
    min-height: auto;
    flex-direction: column;
    text-align: left;
  }
  .hero_right img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .caption, .hero_scroll {
    width: 100%;
  }
  .hero_scroll {
    margin-top: 24px;
  }
  /* FETURE SECTION*/
  .feature01 {
    flex-direction: column;
    height: auto;
  }
  .feature_img01 {
    width: 100%;
    height: 40vh;
  }
  .featureBox {
    width: 100%;
    height: auto;
    padding: 20px;
    gap: 100px;
  }
  .featureBox .featTitle {
    display: flex;
    width: -moz-min-content;
    width: min-content;
    flex-wrap: wrap;
    gap: 0.2em;
    justify-content: left;
    font-size: 8vw;
    font-weight: 600;
    line-height: 1;
  }
  .featBtm {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }
  .featTxtWrap {
    align-items: flex-end;
  }
  .featTxt {
    max-width: 100%;
  }
  h2 {
    font-size: 6em;
  }
  .featTxt p {
    font-size: 1.7em;
  }
  .btnWrap {
    margin-top: 20px;
    align-items: flex-start;
  }
  .featureBox h1 {
    font-size: 48px;
    line-height: 60px;
  }
  .featureBox h2 {
    font-size: 18px;
  }
  .featureBox p {
    font-size: 1em;
  }
  /* */
  .feature02 {
    padding: 60px 20px;
  }
  .feature02 .featTop {
    padding: 0;
    height: 100%;
  }
  .feature02 .featTitle2 {
    display: flex;
    flex-direction: column;
    align-items: left;
    gap: 0.2em;
    font-size: 6vh;
    line-height: 1;
  }
  .feature02 .featBtm {
    height: auto;
    gap: 100px;
    padding-bottom: 10px;
  }
  .feature02 .featBtm .icTitle {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .icWrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
  }
  .icAlign {
    width: 100%;
    height: auto;
  }
  .icTitle .icAlign svg {
    width: 8rem;
    height: 8rem;
  }
  .feature03 .featBtm .icAlign svg path {
    stroke-width: 3;
  }
  .icH {
    width: 100%;
    display: flex;
  }
  .icH h3 {
    text-align: center;
    width: 100%;
  }
  /* PROCESS */
  .feature03 {
    padding: 20px;
  }
  .feature03 .featTop {
    padding: 0;
    height: 100%;
  }
  .feature03 .featBtm {
    height: 100%;
    display: flex;
    gap: 100px;
    justify-content: space-between;
    padding: 60px;
  }
  .icAlign svg path {
    stroke-width: 1;
  }
  /* PRICE */
  .featTitle2 .word2 {
    display: block;
    line-height: 54px;
    gap: 20px;
  }
  .featTitle2 .word2 h4 {
    line-height: 30px;
    font-size: 0.3em;
  }
  .wrapper_price {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    gap: 20px;
  }
  .wrapp_divide {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  .wrapp_price {
    width: 100%;
  }
  .price_title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
  }
  .price_explain {
    width: 100%;
    line-height: 30px;
    padding-left: 56px;
  }
  .price_explain2 {
    width: 100%;
    line-height: 30px;
    padding-left: 56px;
  }
  .table_wrapper {
    width: 100%;
    display: block;
  }
  .table_th {
    flex: 0 0 80px;
    font-weight: 600;
    color: var(--pri);
    line-height: 36px;
    /* 라벨만 개별 중앙 정렬하고 싶다면 아래 한 줄만 추가해도 됨 */
    /* align-self:center; */
  }
}
/* 모바일 */
@media screen and (max-width: 479px) {
  .feature_img01 {
    height: 35vh;
  }
  /*
    .featureBox h1 {
      font-size: 36px;
      line-height: 48px;
    }
  */
  .featBtm .subTitle {
    font-size: 5vw;
    margin-bottom: 16px;
    font-weight: 600;
    line-height: 1;
  }
  .featureBox .featTitle {
    display: flex;
    width: -moz-min-content;
    width: min-content;
    flex-wrap: wrap;
    gap: 0.2em;
    justify-content: left;
    font-size: 14vw;
    font-weight: 600;
    line-height: 1;
  }
  .featureBox h2 {
    font-size: 16px;
  }
  .featureBox p {
    font-size: 0.95em;
  }
  .offer {
    padding: 2px 4px !important;
  }
  /**/
  .feature02 {
    height: 100%;
    padding: 20px;
  }
  .feature02 .featTop {
    height: 100%;
  }
  .feature02 .featTitle2 {
    display: flex;
    flex-direction: column;
    align-items: left;
    gap: 0.2em;
    font-size: 4vh;
    line-height: 1;
  }
  .feature02 .featBtm {
    padding-top: 100px;
    padding-bottom: 120px;
    height: auto;
    gap: 60px;
  }
  .feature02 .featBtm .icTitle {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .icWrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }
  .icAlign {
    width: 100%;
    height: auto;
  }
  .icTitle .icAlign svg {
    width: 6rem;
    height: 6rem;
  }
  /*
  .feature03 .featBtm .icAlign svg path {
      stroke-width: 2;
  }
  */
  .icH {
    width: 100%;
    display: flex;
  }
  .icH h3 {
    text-align: center;
    width: 100%;
  }
  /* PROCESS */
  .feature03 {
    padding: 20px;
  }
  .feature03 .featTop {
    padding: 0;
    height: 100%;
  }
  .feature03 .featBtm {
    padding-top: 100px;
    padding-bottom: 120px;
    height: 100%;
    display: flex;
    gap: 60px;
    justify-content: space-between;
    padding: 60px;
  }
  .feature03 .featBtm .icAlign svg path {
    stroke-width: 2;
  }
  /* PRICE */
  .featTitle2 .word2 {
    display: block;
    line-height: 54px;
    gap: 20px;
  }
  .featTitle2 .word2 h4 {
    line-height: 30px;
    font-size: 0.3em;
  }
  .wrapper_price {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    gap: 20px;
  }
  .wrapp_divide {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  .wrapp_price {
    width: 100%;
  }
  .price_title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
  }
  .price_explain {
    width: 100%;
    line-height: 30px;
    padding-left: 56px;
  }
}/*# sourceMappingURL=common.css.map */