@charset "utf-8";
/* box-sizing 규칙을 명시합니다. */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* 폰트 크기의 팽창을 방지합니다. */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  scroll-behavior: smooth;
}

/* 기본 여백을 제거하여 작성된 CSS를 더 잘 제어할 수 있습니다. */
body,
h1,
h2,
h3,
h4,
h5,
p,
figure,
blockquote,
dl,
dd {
  margin-block-end: 0;
  padding: 0;
  margin: 0;
}

/* list를 role값으로 갖는 ul, ol 요소의 기본 목록 스타일을 제거합니다. */
ul,
ol,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* 핵심 body의 기본값을 설정합니다. */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* 제목 요소와 상호작용하는 요소에 대해 line-height를 더 짧게 설정합니다. */
h1,
h2,
h3,
h4,
h5,
button,
input,
label {
  line-height: 1.1;
}

/* 제목에 대한 text-wrap을 balance로 설정합니다. */
h1,
h2,
h3,
h4,
h5 {
  text-wrap: balance;
  overflow-wrap: break-word;
}

/* 클래스가 없는 기본 a 태그 요소는 기본 스타일을 가져옵니다. */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
  text-decoration: none;
}

/* 이미지 관련 작업을 더 쉽게 합니다. */
img,
picture {
  max-width: 100%;
  display: block;
}

/* input 및 button 항목들이 글꼴을 상속하도록 합니다. */
input,
button,
textarea,
select {
  font: inherit;
}

/* 행 속성이 없는 textarea가 너무 작지 않도록 합니다. */
textarea:not([rows]) {
  min-height: 10em;
}

/* 고정된 모든 항목에는 여분의 스크롤 여백이 있어야 합니다. */
:target {
  scroll-margin-block: 5ex;
}

html,
body {
  position: relative;
  overflow-x: hidden;
  background-color: #ffffff;
}
body * {
  font-family:
    "Suit",
    "맑은 고딕",
    "Malgun Gothic",
    Apple SD Gothic Neo,
    Arial,
    Verdana,
    Helvetica,
    sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-fill-color: inherit;
  font-size: 18px;
  color: #0b1220;
}
.all_wrap {
  /* max-width: 1920px; */
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.wrappage {
  width: 1440px;
  margin: 0 auto;
}
.pc {
  display: block;
}
.mob {
  display: none;
}

@media screen and (max-width: 980px) {
  /* 모바일+태블릿 공통 스타일 */
  .wrappage {
    width: 100%;
    padding: 0 3%;
    margin: 0 auto;
  }
  .pc {
    display: none;
  }
  .mob {
    display: block;
  }
}

/* 폰트 */
@font-face {
  font-family: "Suit";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Thin.woff2")
    format("woff2");
  font-weight: 100;
  font-display: swap;
}

@font-face {
  font-family: "Suit";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-ExtraLight.woff2")
    format("woff2");
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: "Suit";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Light.woff2")
    format("woff2");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Suit";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Regular.woff2")
    format("woff2");
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "Suit";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Medium.woff2")
    format("woff2");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Suit";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-SemiBold.woff2")
    format("woff2");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Suit";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Bold.woff2")
    format("woff2");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Suit";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-ExtraBold.woff2")
    format("woff2");
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "Suit";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Heavy.woff2")
    format("woff2");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "InkLiquid";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/InkLipquid.woff")
    format("woff");
  font-weight: normal;
  font-display: swap;
}

:root {
  --main01: #7a08dd;
  --main02: #fee101;
  --bd: #e6e8ee;
  --bg01: #f7f8fa;
}
h2 {
  font-size: 74px;
  line-height: 1.5;
}
h3 {
  font-size: 55px;
  line-height: 1.5;
  padding-bottom: 1%;
}
h4 {
  font-size: 42px;
  line-height: 1.5;
  color: #5b129b;
}
h5 {
  font-size: 34px;
  line-height: 1.5;
}
.at01 {
  font-size: 32px;
  line-height: 1.3;
}
.at02 {
  font-size: 24px;
  line-height: 1.4;
}

h2 span {
  font-size: inherit;
  color: inherit;
}
h3 span {
  font-size: inherit;
  color: inherit;
}
h4 span {
  font-size: inherit;
  color: inherit;
}
.at01 span {
  font-size: inherit;
  color: inherit;
}
.at02 span {
  font-size: inherit;
  color: inherit;
}
section {
  padding: 6% 0;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease-out;
}

.hidden-section {
}

section.show {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 980px) {
  h2 {
    font-size: 50px;
    line-height: 1.5;
  }
  h3 {
    font-size: 34px;
    line-height: 1.5;
  }
  h4 {
    font-size: 28px;
    line-height: 1.5;
  }
  h5 {
    font-size: 25px;
    line-height: 1.5;
  }
  .at01 {
    padding-top: 3%;
    font-size: 21px;
    line-height: 1.3;
  }
  .at02 {
    padding-top: 3%;
    font-size: 18px;
    line-height: 1.4;
  }
  .promo_txt {
    display: inline-block;
    padding: 0.5% 5%;
    background-color: #ebd4ff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: var(--main01);
    margin: 0 auto;
    border-radius: 30px;
  }
  section {
    padding: 10% 0;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.6s ease-out;
  }
}
/* 사이트 시작 */
.btnwrap {
  padding-top: 3%;
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.btnwrap button {
  width: 420px;
  height: 70px;
  font-size: 24px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s;
  white-space: nowrap;
}

.btnwrap button:first-child {
  background: var(--main01);
  color: var(--bg01);
}

.btnwrap button:last-child {
  background: #fff;
  color: var(--main01);
  border: 2px solid var(--main01);
}

.promo_txt {
  display: inline-block;
  padding: 0.5% 5%;
  background-color: #ebd4ff;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  color: var(--main01);
  margin: 0 auto 1%;
  border-radius: 30px;
}

header {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  padding: 1% 0;
  border-bottom: 1px solid var(--bd);
  align-items: center;
}
header .logo {
  width: 25%;
  text-align: right;
  font-weight: 700;
  font-size: 24px;
}
header .logo A {
  font-size: 21px;
}
header nav {
  width: 30%;
}
header ul {
  display: flex;
  justify-content: space-evenly;
  font-size: 20px;
}
header nav ul li a {
  font-size: 18px;
  font-weight: 500;
  width: 30%;
}
header .header_btn {
  width: 25%;
}
header .header_btn button {
  border: none;
  padding: 1% 5%;
  border-radius: 20px;
  background-color: var(--main01);
  color: #fff;
  font-weight: 600;
}
main {
  padding: 4% 0 0;
}
main .wrappage {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
main .main_title {
}
main h2 span {
  color: var(--main02);
}

main img {
  padding-top: 3%;
  width: 50%;
  margin: 0 auto;
}

/* mainbanner */
.main_banner {
  width: 100%;
  height: auto;
  background-color: var(--main01);
  padding: 3% 0;
  /* text-align: center; */
  color: #fff;
}
.main_banner .wrappage {
  display: flex;
  justify-content: space-between;
}
.main_banner h4,
.main_banner p {
  color: #fff;
}
.main_banner .main_bannerimg {
  width: 15%;
  color: #fff;
}
/* s01 */
.sec01 {
  background-color: #fff;
}
.sec01 .wrappage {
  justify-content: space-between;
  display: flex;
}
.sec01 .s01_left {
  padding: 5% 0 2%;
  width: 30%;
}
.sec01 .s01_left h3 {
  margin-bottom: 12%;
}
.sec01 .s01_left h3 span:nth-of-type(1) {
  color: #b3b3b3;
}
.sec01 .s01_left h3 span:nth-of-type(2) {
  color: #686868;
}
.sec01 .s01_left ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.sec01 .s01_left ul li {
  background-color: #fff;
  border: 1px solid var(--bd);
  border-radius: 12px;
  transition: transform 0.2s;
}

.sec01 .s01_left ul li:hover {
  transform: translateY(-4px);
}
.sec01 .s01_left ul li a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  text-decoration: none;
}
.sec01 .s01_left ul li .s01_lf_01n {
  color: #a855f7;
  font-size: 18px;
  font-weight: bold;
}

.card-icon {
  margin-top: 15%;
  font-size: 20px;
  color: #111827;
  width: 24px;
  height: 24px;
  border: 1.5px solid #111827;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
}

.sec01 .s01_right {
  padding: 4%;
  width: 65%;
  border-radius: 12px;
  background-color: #fafaf7;
  position: relative;
}
.s01_right ul li {
  display: none; /* 기본은 모두 숨김 */
}
.s01_right ul li img {
  /* position: absolute;
  right: 8%;
  bottom: 8%;
  width: 60%; */
  padding-left: 45%;
  padding-top: 25%;
}
.s01_right ul li.active {
  display: block; /* 활성화된 것만 보이게 */
}

/* s02 */
.sec02 {
  text-align: center;
  background-image: url(../img/sec02_bg.png);

  width: 100%;
  height: auto;
  background-size: cover;
}
.sec02 H3 span {
  color: var(--main01);
  letter-spacing: -0.2rem;
}
.sec02 P {
  padding-bottom: 5%;
}
.sec02 .tablist {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 40px;
  width: 80%;
  margin: 0 auto 5%;
}
.sec02 .tablist li {
  flex: 1;
}
.sec02 .tablist a {
  font-size: 1.4rem;
  display: block;
  width: 100%;
  padding: 12px 0;
  border-radius: 20px;
  border: 2px solid #5c31c2;
  color: #5c31c2;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}

.sec02 .tablist a.active,
.sec02 .tablist a:hover {
  background: #5c31c2;
  color: #fff;
}

.tabcontents .tabpanel {
  display: none;
  padding-top: 20px;
}

.tabcontents .tabpanel.active {
  display: flex; /* 좌우 영역 나란히 */
  gap: 30px;
  align-items: flex-start;
}

/* 왼쪽 텍스트 */
.tabpanel .left-text {
  flex: 1 0 28%;
  font-size: 20px;
  line-height: 1.5;
}
.tabpanel .left-text h4 {
  padding-bottom: 8%;
}

/* 오른쪽 박스 3개 */
.tabpanel .boxes {
  flex: 2 0 65%;
  display: flex;
  gap: 20px;
}

.tabpanel .box {
  border: 2px solid var(--main01);
  flex: 1;
  /* height: 200px; */
  background: #fffdfe;
  border-radius: 12px;
  padding: 3%;
  /* font-size: 18px; */
}
/* banner */
.banner {
  padding: 6% 0 0;
}
/* s03 */
.sec03 {
  /* background-color: #fffbf2; */
}
.sec03 .wrappage {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec03 h3 span {
  color: var(--main01);
}
.sec03 .at01 {
  padding: 1% 0;
}
.sec03 .at02 {
  padding: 0 0 5%;
}
.sec03 .s03_left {
  align-content: center;
}
.sec03 .s03_right {
  width: 50%;
}
.sec03 .stats-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2%;
  /* margin-top: 40px; */
  padding: 0;
  list-style: none;
  text-align: center;
  align-items: center;
}

.sec03 .stats-list .stat {
  flex: 1 1 calc(50% - 20px);
  /* width: 50%; */
  box-sizing: border-box;
  padding: 4% 1%;
  border-radius: 20px;
  /* padding-bottom: 7%; */
  border: 3px solid #c26afd;
  background-color: #fff;
  margin-bottom: 2%;
}

.sec03 .stat-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
}

.sec03 .stat-number {
  /* border-bottom: 3px solid var(--main01); */
  font-size: 55px;
  font-weight: 800;
  color: var(--main01, #7a08dd);
  margin-bottom: 8px;
}

.sec03 .stat-desc {
  font-size: 21px;
  line-height: 1.5;
  color: #555;
  letter-spacing: -0.1rem;
}

/* s04 */
.sec04 {
  background-color: #fffbf2;
  text-align: center;
}
.sec04 h4 {
  font-family: "InkLiquid";
}
.sec04 h5 {
  font-weight: 800;
  margin-bottom: 8px;
  margin-bottom: 60px;
}
.sec04 .at01 {
  color: #2e2d2e;
  font-weight: 500;
  padding-bottom: 5%;
}
.sec04 .desc {
  color: #333232;
}

/* 카드 영역 */
.recommend-cards ul {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.recommend-cards li {
  flex: 1 1 calc(33.333% - 20px); /* 3개 균등 정렬 (간격 감안) */
  max-width: calc(33.333% - 20px);
  background: #fff;
  border-radius: 20px;
  padding: 3% 3% 4%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);

  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

/* 뱃지 */
.badge {
  display: inline-block;
  font-size: 21px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 50px;
  align-self: flex-start;
  margin: 0 auto 5%;
}

.badge.blue {
  color: #3068ff;
  border: 1px solid #3068ff;
}

.badge.green {
  color: #14ae5c;
  border: 1px solid #14ae5c;
}

.badge.purple {
  color: #9400d3;
  border: 1px solid #9400d3;
}

/* 텍스트 및 링크 */
.recommend-cards li h4 {
  font-size: 32px;
  font-weight: 700;
  color: #222;
  line-height: 1.5;
  margin-bottom: 20px;
}

/* s05 */
.sec05 {
  text-align: center;
}
.sec05 h3 {
  padding-bottom: 2%;
}
.logo-row {
  position: relative;
  display: flex;
  overflow: hidden;
  margin: 20px 0;
  height: 120px;
}

.logo-track {
  will-change: transform;
  display: flex;
  align-items: center;
  gap: 80px;
  animation: scroll-left 40s linear infinite;
  width: max-content;
}

.row2 .logo-track {
  animation: scroll-right 40s linear infinite;
}

.logo-item {
  flex: 0 0 auto;
  width: 210px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-track img {
  height: 100px;
  width: auto;
  object-fit: contain;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

/* sec06 */
.sec06 {
  text-align: center;
}

.sec06 div ul {
  padding-top: 2%;
  display: flex;
  gap: 2%;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sec06 div ul li {
  position: relative;
  transition: transform 0.3s ease;
}
.sec06 div ul li p {
  position: absolute;
  top: -5%;
  right: -2%;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background-color: #ffe606;
  color: #111;
  align-content: center;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.2;
  border: 4px solid #fff;
}
.sec06 div ul li:hover {
  transform: translateY(-8px);
}
/* sec07 */
.sec07 {
  background-color: var(--bg01);
  text-align: center;
}

/* sec08 */
.sec08 h3 {
  text-align: center;
}
/* faq */
.faq-wrap {
  max-width: var(--faq-maxw);
  padding: 0 18px;
}

.faq-title {
  margin: 0 0 22px;
  text-align: center;
  font-size: 28px;
  letter-spacing: -0.02em;
}

.faq-board {
  border-top: 1px solid var(--faq-line);
}

.faq-item {
  border-bottom: 1px solid var(--faq-line);
  background: #fff;
}

/* header button */
.faq-trigger {
  width: 100%;
  border: none;
  border-bottom: 1px solid #eee;
  background: transparent;
  cursor: pointer;
  padding: 1.5% 0;
  display: grid;
  grid-template-columns: 50px 1fr 110px 28px;
  align-items: center;
  gap: 10px;
  text-align: left;
}

.faq-trigger:focus-visible {
  outline: 3px solid rgba(17, 24, 39, 0.18);
  outline-offset: 2px;
  border-radius: 8px;
}

.faq-no {
  color: var(--faq-muted);
  font-variant-numeric: tabular-nums;
  font-size: 14px;
  text-align: center;
}

.faq-item-title {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.faq-item-title b {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.faq-chev {
  width: 18px;
  height: 18px;
  justify-self: end;
  transition: transform 0.2s ease;
  color: var(--faq-muted);
}

/* ✅ 내용 영역: panel 충돌 방지 */
.faq-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.25s ease;
  background: var(--faq-soft);
}

.faq-panel-inner {
  overflow: hidden;
}

.faq-content {
  padding: 1% 3%;
  color: #374151;
  font-size: 1.2rem;
  line-height: 1.6;
}
.faq-content b {
  font-size: inherit;
}

.faq-content p {
  margin: 0 0 10px;
}
.faq-content p:last-child {
  margin: 0;
}

.faq-content a {
  color: #2563eb;
  text-decoration: none;
}
.faq-content a:hover {
  text-decoration: underline;
}

/* open state */
.faq-item[data-open="true"] .faq-panel {
  grid-template-rows: 1fr;
}
.faq-item[data-open="true"] .faq-chev {
  transform: rotate(180deg);
  color: var(--faq-accent);
}

@media (max-width: 560px) {
  .faq-trigger {
    grid-template-columns: 44px 1fr 84px 24px;
    padding: 16px 10px;
  }
  .faq-item-title {
    font-size: 15px;
  }
  .faq-content {
    padding-left: 58px;
  }
}

footer {
  text-align: center;
  background-color: #310c42;
  padding: 0.5% 0;
  height: auto;
  color: #fff;
}
footer p {
  color: #fff;
}

@media screen and (max-width: 980px) {
  /* 사이트 시작 */
  .btnwrap {
    padding-top: 3%;
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .btnwrap button {
    width: 100%;
    height: 60px;
    font-size: 24px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.3s;
    white-space: nowrap;
  }

  .btnwrap button:first-child {
    background: var(--main01);
    color: var(--bg01);
  }

  .btnwrap button:last-child {
    background: #fff;
    color: var(--main01);
    border: 2px solid var(--main01);
  }

  .promo_txt {
    display: inline-block;
    padding: 0.5% 5%;
    background-color: #ebd4ff;
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    color: var(--main01);
    margin: 0 auto 1%;
    border-radius: 30px;
  }

  header {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    padding: 1% 0;
    border-bottom: 1px solid var(--bd);
    align-items: center;
  }
  header .logo {
    width: 25%;
    text-align: right;
    font-weight: 700;
    font-size: 24px;
  }
  header .logo A {
    font-size: 21px;
  }
  header nav {
    width: 30%;
  }
  header ul {
    display: flex;
    justify-content: space-evenly;
    font-size: 20px;
  }
  header nav ul li a {
    font-size: 18px;
    font-weight: 500;
    width: 30%;
  }
  header .header_btn {
    width: 25%;
  }
  header .header_btn button {
    border: none;
    padding: 1% 5%;
    border-radius: 20px;
    background-color: var(--main01);
    color: #fff;
    font-weight: 600;
  }
  main {
    padding: 10% 0 0;
  }
  main .wrappage {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  main .main_title {
  }
  main h2 span {
    color: var(--main02);
  }

  main img {
    padding-top: 3%;
    width: 100%;
    margin: 0 auto;
  }
  /* s01 */
  .sec01 {
    background-color: #fff;
  }
  .sec01 .wrappage {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .sec01 .s01_left {
    padding: 5% 0 2%;
    width: 100%;
  }
  .sec01 .s01_left h3 {
    margin-bottom: 12%;
  }
  .sec01 .s01_left h3 span:nth-of-type(1) {
    color: #b3b3b3;
  }
  .sec01 .s01_left h3 span:nth-of-type(2) {
    color: #686868;
  }
  .sec01 .s01_left ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .sec01 .s01_left ul li {
    background-color: #fff;
    border: 1px solid var(--bd);
    border-radius: 12px;
    transition: transform 0.2s;
  }

  .sec01 .s01_left ul li:hover {
    transform: translateY(-4px);
  }
  .sec01 .s01_left ul li a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    text-decoration: none;
  }
  .sec01 .s01_left ul li .s01_lf_01n {
    color: #a855f7;
    font-size: 18px;
    font-weight: bold;
  }

  .card-icon {
    margin-top: 15%;
    font-size: 20px;
    color: #111827;
    width: 24px;
    height: 24px;
    border: 1.5px solid #111827;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: flex-end;
  }

  .sec01 .s01_right {
    padding: 5%;
    width: 100%;
    border-radius: 12px;
    background-color: #fafaf7;
    position: relative;
  }
  .s01_right ul li {
    display: none; /* 기본은 모두 숨김 */
  }
  .s01_right ul li img {
    /* position: absolute;
  right: 8%;
  bottom: 8%;
  width: 60%; */
    padding-left: 45%;
    padding-top: 15%;
  }
  .s01_right ul li.active {
    display: block; /* 활성화된 것만 보이게 */
  }

  /* s02 */
  .sec02 {
    text-align: center;
    background-image: url(../img/sec02_bg.png);

    width: 100%;
    height: auto;
    background-size: cover;
  }
  .sec02 H3 span {
    color: var(--main01);
    letter-spacing: -0.2rem;
  }
  .sec02 P {
    padding-bottom: 5%;
  }
  .sec02 .tablist {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 40px;
    width: 100%;
    margin: 0 auto 5%;
  }
  .sec02 .tablist li {
    flex: 1;
  }
  .sec02 .tablist a {
    font-size: 1.2rem;
    display: block;
    width: 100%;
    padding: 12px 0;
    border-radius: 20px;
    border: 2px solid #5c31c2;
    color: #5c31c2;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
  }

  .sec02 .tablist a.active,
  .sec02 .tablist a:hover {
    background: #5c31c2;
    color: #fff;
  }

  .tabcontents .tabpanel {
    display: none;
    padding-top: 20px;
  }

  .tabcontents .tabpanel.active {
    display: flex; /* 좌우 영역 나란히 */
    gap: 30px;
    align-items: flex-start;
  }

  /* 왼쪽 텍스트 */
  .tabpanel .left-text {
    flex: 1 0 28%;
    font-size: 20px;
    line-height: 1.5;
  }
  .tabpanel .left-text h4 {
    padding-bottom: 8%;
  }

  /* 오른쪽 박스 3개 */
  .tabpanel .boxes {
    flex: 2 0 65%;
    display: flex;
    gap: 10px;
  }

  .tabpanel .box {
    border: 2px solid var(--main01);
    flex: 1;
    /* height: 200px; */
    background: #fffdfe;
    border-radius: 12px;
    padding: 3%;
    /* font-size: 18px; */
  }
  /* banner */
  .banner {
    padding: 6% 0 0;
  }
  /* s03 */
  .sec03 {
    /* background-color: #fffbf2; */
  }
  .sec03 .wrappage {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sec03 h3 span {
    color: var(--main01);
  }
  .sec03 .at01 {
    padding: 1% 0;
  }
  .sec03 .at02 {
    padding: 0 0 5%;
  }
  .sec03 .s03_left {
    align-content: center;
  }
  .sec03 .s03_right {
    width: 100%;
  }
  .sec03 .stats-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2%;
    /* margin-top: 40px; */
    padding: 0;
    list-style: none;
    text-align: center;
    align-items: center;
  }

  .sec03 .stats-list .stat {
    flex: 1 1 1 1;
    width: 48%;
    box-sizing: border-box;
    padding: 4% 1%;
    border-radius: 20px;
    /* padding-bottom: 7%; */
    border: 3px solid #c26afd;
    background-color: #fff;
    margin-bottom: 2%;
  }

  .sec03 .stat-title {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
    letter-spacing: -0.1rem;
  }

  .sec03 .stat-number {
    /* border-bottom: 3px solid var(--main01); */
    font-size: 34px;
    font-weight: 800;
    color: var(--main01, #7a08dd);
    margin-bottom: 8px;
  }

  .sec03 .stat-desc {
    /* font-size: 21px; */
    line-height: 1.5;
    color: #555;
    letter-spacing: -0.1rem;
  }

  /* s04 */
  .sec04 {
    background-color: #fffbf2;
    text-align: center;
  }
  .sec04 h4 {
    font-family: "InkLiquid";
  }
  .sec04 h5 {
    font-weight: 800;
    margin-bottom: 3%;
  }
  .sec04 .at01 {
    color: #2e2d2e;
    font-weight: 500;
    padding-bottom: 5%;
  }
  .sec04 .desc {
    color: #333232;
  }

  /* 카드 영역 */
  .recommend-cards ul {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .recommend-cards li {
    flex: 1 1 1;
    max-width: inherit;
    background: #fff;
    border-radius: 20px;
    padding: 10% 3%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);

    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }

  /* 뱃지 */
  .badge {
    display: inline-block;
    font-size: 21px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 50px;
    align-self: flex-start;
    margin: 0 auto 5%;
  }

  .badge.blue {
    color: #3068ff;
    border: 1px solid #3068ff;
  }

  .badge.green {
    color: #14ae5c;
    border: 1px solid #14ae5c;
  }

  .badge.purple {
    color: #9400d3;
    border: 1px solid #9400d3;
  }

  /* 텍스트 및 링크 */
  .recommend-cards li h4 {
    font-size: 24px;
    font-weight: 700;
    color: #222;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  /* s05 */
  .sec05 {
    text-align: center;
  }
  .sec05 h3 {
    padding-bottom: 2%;
  }
  .logo-row {
    position: relative;
    display: flex;
    overflow: hidden;
    margin: 20px 0;
    height: 120px;
  }

  .logo-track {
    will-change: transform;
    display: flex;
    align-items: center;
    gap: 20px;
    animation: scroll-left 40s linear infinite;
    width: max-content;
  }

  .row2 .logo-track {
    animation: scroll-right 40s linear infinite;
  }

  .logo-item {
    flex: 0 0 auto;
    width: 90px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .logo-track img {
    height: 100px;
    width: auto;
    object-fit: contain;
  }

  @keyframes scroll-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }

  @keyframes scroll-right {
    0% {
      transform: translateX(-50%);
    }
    100% {
      transform: translateX(0);
    }
  }

  /* sec06 */
  .sec06 {
    text-align: center;
  }

  .sec06 div ul {
    padding-top: 2%;
    display: flex;
    gap: 2%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .sec06 div ul li {
    position: relative;
    transition: transform 0.3s ease;
  }
  .sec06 div ul li p {
    position: absolute;
    top: -5%;
    right: -2%;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background-color: #ffe606;
    color: #111;
    align-content: center;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.2;
    border: 4px solid #fff;
  }
  .sec06 div ul li:hover {
    transform: translateY(-8px);
  }
  /* sec07 */
  .sec07 {
    background-color: var(--bg01);
    text-align: center;
  }

  /* sec08 */
  .sec08 h3 {
    text-align: center;
  }
  /* faq */
  .faq-wrap {
    max-width: var(--faq-maxw);
    padding: 0 18px;
  }

  .faq-title {
    margin: 0 0 22px;
    text-align: center;
    font-size: 28px;
    letter-spacing: -0.02em;
  }

  .faq-board {
    border-top: 1px solid var(--faq-line);
  }

  .faq-item {
    border-bottom: 1px solid var(--faq-line);
    background: #fff;
  }

  /* header button */
  .faq-trigger {
    width: 100%;
    border: none;
    border-bottom: 1px solid #eee;
    background: transparent;
    cursor: pointer;
    padding: 1.5% 0;
    display: grid;
    grid-template-columns: 50px 1fr 20px 28px;
    align-items: center;
    gap: 10px;
    text-align: left;
  }

  .faq-trigger:focus-visible {
    outline: 3px solid rgba(17, 24, 39, 0.18);
    outline-offset: 2px;
    border-radius: 8px;
  }

  .faq-no {
    color: var(--faq-muted);
    font-variant-numeric: tabular-nums;
    font-size: 14px;
    text-align: center;
  }

  .faq-item-title {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: -0.01em;
  }
  .faq-item-title b {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: -0.01em;
  }
  .faq-chev {
    width: 18px;
    height: 18px;
    justify-self: end;
    transition: transform 0.2s ease;
    color: var(--faq-muted);
  }

  /* ✅ 내용 영역: panel 충돌 방지 */
  .faq-panel {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.25s ease;
    background: var(--faq-soft);
  }

  .faq-panel-inner {
    overflow: hidden;
  }

  .faq-content {
    padding: 1% 3%;
    color: #374151;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .faq-content b {
    font-size: inherit;
  }

  .faq-content p {
    margin: 0 0 10px;
  }
  .faq-content p:last-child {
    margin: 0;
  }

  .faq-content a {
    color: #2563eb;
    text-decoration: none;
  }
  .faq-content a:hover {
    text-decoration: underline;
  }

  /* open state */
  .faq-item[data-open="true"] .faq-panel {
    grid-template-rows: 1fr;
  }
  .faq-item[data-open="true"] .faq-chev {
    transform: rotate(180deg);
    color: var(--faq-accent);
  }
}
