@charset "UTF-8";
/* font */
/* color */
/* radius */
/* shadow */
/* 간격 */
/* surface */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* 변경 후 (특이도 0으로 내려감) */
:where(*, *::before, *::after) {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  box-sizing: border-box;
  height: 100%;
  font-family: "SpoqaHanSansNeo";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.3px;
  color: #424242;
}

a {
  text-decoration: none;
  color: inherit;
}

ol,
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

button,
input {
  outline: none;
  /* 필요 시 유지 가능 */
  font-family: "Pretendard";
  background: none;
}

button {
  cursor: pointer;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

p {
  margin: 0;
}

/********** scrollbar custom **********/
/* 아래의 모든 코드는 영역::코드로 사용 */
.scrollBar::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.scrollBar::-webkit-scrollbar-thumb {
  height: 3%;
  background: #7d808a;
  border-radius: 30px;
}

.scrollBar::-webkit-scrollbar-track {
  background-color: rgba(91, 96, 111, 0);
  border-radius: 15px;
}

/* Quasar Framework 확인/취소 모달 커스텀 */
.q-card.q-dialog-plugin {
  border-radius: 12px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
  max-width: 340px;
  padding: 40px 32px 32px 32px;
}
.q-card.q-dialog-plugin .q-dialog__message {
  word-break: keep-all;
  overflow-wrap: break-word;
}

.q-card__section--vert {
  text-align: center;
  font-size: 1.8rem;
  color: #222222;
  padding: 0;
  padding-bottom: 32px;
}
.q-card__section--vert:first-of-type {
  font-weight: 600;
}

.q-card__actions {
  padding: 0;
  white-space: pre-line;
}

.q-card__actions {
  display: flex;
  justify-content: center;
}
.q-card__actions .q-btn--rectangle {
  min-width: 0 !important;
}
.q-card__actions .q-btn {
  box-shadow: none !important;
  height: 40px !important;
  padding: 0 12px !important;
  font-size: 1.5rem !important;
  border-radius: 4px !important;
  min-width: 68px !important;
  white-space: nowrap;
}
.q-card__actions .q-btn::before {
  box-shadow: none !important;
}
.q-card__actions .q-btn:first-child {
  background-color: #fff !important;
  border: 1px solid #e0e0e0 !important;
  color: #424242 !important;
}
.q-card__actions .q-btn:first-child.btn-ok {
  color: #fff !important;
}
.q-card__actions .q-btn:first-child:hover {
  background-color: #fafafa !important;
  border: 1px solid #bdbdbd !important;
}
.q-card__actions .q-btn:last-child {
  background-color: #3592FD !important;
  color: #fff;
  border: none;
}
.q-card__actions .q-btn:last-child:hover {
  background-color: #0659B2 !important;
  color: #fff;
}

.page {
  width: 100%;
  height: 100vh;
  height: auto;
}

header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #fff;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
header .header-inner {
  height: 70px;
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
}
header .logo img {
  width: 150px;
  height: auto;
}
header .lang-switch {
  display: flex;
  gap: 16px;
}
header .lang-switch__item {
  position: relative;
  padding: 10px 16px;
  border-radius: 4px;
  color: rgba(34, 34, 34, 0.5);
  font-size: 1.5rem;
  font-weight: 500;
}
header .lang-switch__item:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: -10px;
  color: rgba(34, 34, 34, 0.15);
}
header .lang-switch__item.is-active {
  color: #222222;
}
header .lang-switch__item:hover {
  background-color: rgba(34, 34, 34, 0.05);
}
@media (max-width: 1024px) {
  header .header-inner {
    padding: 0 30px;
  }
  header .logo img {
    width: 140px;
  }
  header .lang-switch {
    gap: 10px;
  }
  header .lang-switch__item {
    padding: 8px 12px;
    font-size: 1.4rem;
  }
  header .lang-switch__item:not(:last-child)::after {
    right: -8px;
  }
}
@media (max-width: 1024px) {
  header .header-inner {
    padding: 0 20px;
  }
}

.visual {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 780px;
  background: none;
  display: flex;
  align-items: center;
  animation-duration: 1.8s;
  /* 더 통통하게 */
}
.visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/resources/images/visual-img.png") no-repeat center/cover;
  transform: scale(1.16);
  will-change: transform;
  animation: visual-bg-zoomout 10000ms cubic-bezier(0.12, 1, 0.25, 1) forwards, visual-bg-breath 10000ms ease-in-out infinite;
}
@keyframes visual-bg-zoomout {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}
@keyframes visual-bg-breath {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  /* 여기 숫자만 조절 */
  100% {
    transform: scale(1);
  }
}
.visual .visual-inner {
  position: relative;
  width: 1240px;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr minmax(280px, 300px);
  gap: 60px;
  align-items: center;
  /* 기본은 애니메이션 OFF (is-inview에서 켬) */
}
.visual .visual-inner .visual-copy {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-bottom: 5%;
}
.visual .visual-inner .visual-copy .title {
  font-size: clamp(3rem, 4.2vw, 5.2rem);
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 768px) {
  .visual .visual-inner .visual-copy .title {
    font-size: clamp(2.6rem, 6vw, 3.4rem);
  }
}
.visual .visual-inner .visual-copy .br-md {
  display: block;
  height: 0;
}
.visual .visual-inner .visual-copy .desc {
  font-size: clamp(1.6rem, 2.1vw, 1.8rem);
  line-height: 1.6;
  color: #fff;
}
.visual .visual-inner .visual-copy .desc .br-md {
  display: none;
  height: 0;
}
.visual .visual-inner .visual-copy .store-buttons {
  display: flex;
  gap: 12px;
}
.visual .visual-inner .visual-copy .store-buttons .store-button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 50px;
  padding: 0px 28px 0px 24px;
  font-weight: 500;
  border-radius: 9999px;
  border: 1px solid transparent;
  text-decoration: none;
  line-height: 1;
  font-size: 16px;
  background: #fff;
  color: #222222;
}
.visual .visual-inner .visual-copy .store-buttons .store-button span {
  line-height: 1.8;
}
.visual .visual-inner .visual-copy .store-buttons .store-button:hover:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}
.visual .visual-inner .visual-copy .store-buttons .store-button--google .icon {
  background-image: url("/resources/images/google-play.svg");
}
.visual .visual-inner .visual-copy .store-buttons .store-button--apple .icon {
  background-image: url("/resources/images/apple.svg");
}
.visual .visual-inner .visual-copy .store-buttons .icon {
  width: 24px;
  height: 24px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.visual .visual-inner .visual-mockup {
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.visual .visual-inner .phone-shadow {
  position: relative;
  display: inline-block;
  line-height: 0;
}
.visual .visual-inner .phone-shadow > img {
  display: block;
  width: auto;
  height: clamp(420px, 52vw, 600px);
}
.visual .visual-inner .phone-screen {
  position: absolute;
  z-index: 1;
  top: calc(1% + 5px);
  bottom: calc(1% + 8px);
  left: calc(6% - 3px);
  right: calc(6% - 5px);
  border-radius: 35px;
  overflow: hidden;
  background: #fff;
  transform: translateZ(0);
}
.visual .visual-inner .phone-track {
  height: 100%;
  display: flex;
  /*width: 200%;*/
  width: 400%;
  transform: translateX(0);
  will-change: transform;
  /*animation: none;*/
}
.visual .visual-inner .phone-track > img {
  /*flex: 0 0 50%;*/
  /*width: 50%;*/
  flex: 0 0 25%;
  width: 25%;
  height: 100%;
  display: block;
  object-fit: cover;
  background: #fff;
}
/*.visual .visual-inner .phone-track > img:nth-child(2) {
  animation: none;
}
.visual .visual-inner .phone-last {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #fff;
  opacity: 0;
  will-change: opacity, transform;
  animation: none;
}*/
@keyframes phoneSlide {
  /*0%, 25% {
    transform: translateX(0%);
  }
  36% {
    transform: translateX(-50%);
  }
  36%, 100% {
    transform: translateX(-50%);
  }*/
  0% {
    transform: translateX(0%);
  }
  30% {
    transform: translateX(-25%);
  }
  60% {
    transform: translateX(-50%);
  }
  90% {
    transform: translateX(-75%);
  }
  100% {
    transform: translateX(-75%);
  }
}
@keyframes phoneFadeLast {
  0%, 50% {
    opacity: 0;
    transform: translateY(10px);
  }
  60% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes phoneFadeOut2 {
  0%, 60% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 1024px) {
  .visual {
    height: auto;
    padding: 80px 0px;
  }
  .visual .visual-inner {
    grid-template-columns: 1fr clamp(260px, 38vw, 360px);
    gap: 36px;
  }
  .visual .visual-inner .visual-copy {
    gap: 32px;
  }
  .visual .visual-inner .visual-copy .br-md {
    display: block;
  }
  .visual .visual-inner .visual-copy .store-buttons {
    gap: 10px;
  }
  .visual .visual-inner .visual-copy .store-buttons .store-button {
    padding: 0 20px 0 18px;
    font-size: 1.5rem;
  }
  .visual .visual-inner .visual-copy .store-buttons .icon {
    width: 22px;
    height: 22px;
  }
  .visual .visual-inner .visual-mockup {
    height: auto;
  }
  .visual .visual-inner .phone-shadow > img {
    height: 520px;
  }
  .visual .visual-inner .phone-screen {
    border-radius: 32px;
  }
}
@media (max-width: 768px) {
  .visual {
    height: auto;
    padding: 50px 0 60px;
  }
  .visual .visual-inner {
    grid-template-columns: 1fr;
  }
  .visual .visual-inner .visual-copy {
    gap: 24px;
    display: flex;
    align-items: center;
  }
  .visual .visual-inner .visual-copy .title {
    text-align: center;
  }
  .visual .visual-inner .visual-copy .desc {
    text-align: center;
  }
  .visual .visual-inner .visual-copy .desc .br-md {
    display: block;
  }
  .visual .visual-inner .visual-copy .store-buttons {
    flex-direction: column;
    gap: 10px;
    display: flex;
    flex-direction: row;
    margin-top: 20px;
  }
  .visual .visual-inner .visual-copy .store-buttons .store-button {
    justify-content: center;
  }
  .visual .visual-inner .visual-mockup {
    height: auto;
  }
  .visual .visual-inner .phone-shadow > img {
    height: 440px;
  }
  .visual .visual-inner .phone-screen {
    border-radius: 28px;
  }
}
.visual .scroll-cue {
  transform: rotate(45deg) translateY(-2px);
  animation: bounce-y 1.4s ease-in-out infinite;
  will-change: transform;
  position: absolute;
  left: 50%;
  bottom: -3%;
  transform: translateX(-50%);
}
@keyframes bounce-y {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(12px);
  }
  100% {
    transform: translateY(0);
  }
}

.visual .visual-copy .title,
.visual .visual-copy .desc,
.visual .visual-copy .store-buttons {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 1800ms ease, transform 1800ms cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-delay: var(--stagger-delay, 0ms);
  will-change: opacity, transform;
}
.visual .visual-mockup {
  opacity: 0;
  transform: translateY(70px);
  /*  더 묵직하게 */
  transition: opacity 1600ms ease, transform 1600ms cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-delay: var(--stagger-delay, 0ms);
  will-change: opacity, transform;
}
.visual.is-inview {
  /*  버튼 다 뜬 뒤, 목업이 천천히 등장 */
  /*  목업이 거의 올라온 뒤에 슬라이드 시작 */
}
.visual.is-inview .visual-copy .title {
  --stagger-delay: 0ms;
}
.visual.is-inview .visual-copy .desc {
  --stagger-delay: 3200ms;
}
.visual.is-inview .visual-copy .store-buttons {
  --stagger-delay: 640ms;
}
.visual.is-inview .visual-copy .title,
.visual.is-inview .visual-copy .desc,
.visual.is-inview .visual-copy .store-buttons {
  opacity: 1;
  transform: translateY(0);
}
.visual.is-inview .visual-mockup {
  --stagger-delay: 1500ms;
  opacity: 1;
  transform: translateY(0);
}
.visual.is-inview .phone-track {
  animation: phoneSlide 7s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  /*animation-delay: 1000ms;*/
}
/*.visual.is-inview .phone-track > img:nth-child(2) {
  animation: phoneFadeOut2 7s ease infinite;
  animation-delay: 1000ms;
}
.visual.is-inview .phone-last {
  animation: phoneFadeLast 9s ease-out infinite;
  animation-delay: 1000ms;
}*/

.sec {
  width: 100%;
  padding: clamp(90px, 12vw, 160px) 0;
}

/* 공통 reveal 대상 */
.sec .intro-title,
.sec .intro-dec,
.sec .sec-heading .sec-title,
.sec .sec-heading .sec-dec,
.sec .card-group > *,
.sec .benefit-left,
.sec .benefit-right,
.sec .mock--back,
.sec .mock--front,
.sec .feature-right .sec-title,
.sec .feature-right .sec-dec,
.sec .feature-list .feature-item,
.sec .faq .faq-item,
.sec .cta-btn,
.sec .cta-right {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 1000ms ease, transform 1000ms cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-delay: var(--stagger-delay, 0ms);
  will-change: opacity, transform;
}

/* inview 되면 등장 */
.sec.is-inview .intro-title,
.sec.is-inview .intro-dec,
.sec.is-inview .sec-heading .sec-title,
.sec.is-inview .sec-heading .sec-dec,
.sec.is-inview .card-group > *,
.sec.is-inview .benefit-left,
.sec.is-inview .benefit-right,
.sec.is-inview .mock--back,
.sec.is-inview .mock--front,
.sec.is-inview .feature-right .sec-title,
.sec.is-inview .feature-right .sec-dec,
.sec.is-inview .feature-list .feature-item,
.sec.is-inview .faq .faq-item,
.sec.is-inview .cta-btn,
.sec.is-inview .cta-right {
  opacity: 1;
  transform: translateY(0);
}

/* feature mock 방향 분리 */
.sec-feature .mock--back {
  transform: translateY(-26px);
}

.sec-feature .mock--front {
  transform: translateY(26px);
}

.sec-feature.is-inview .mock--back,
.sec-feature.is-inview .mock--front {
  transform: translateY(0);
}

.l-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 1024px) {
  .l-container {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .l-container {
    padding: 0 20px;
  }
}

.sec-heading {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 70px;
}
.sec-heading .sec-title {
  font-size: clamp(2.6rem, 4.5vw, 4.8rem);
  font-weight: 700;
  color: #222222;
  align-items: center;
  gap: 12px;
  display: inline-flex;
  /*flex-wrap: wrap;*/ /* 영어 길이 맞춤 */
}
.sec-heading .sec-title__icon {
  width: clamp(38px, 4.5vw, 60px);
  height: clamp(38px, 4.5vw, 60px);
  flex: 0 0 auto;
  display: inline-block;
}
.sec-heading .sec-dec {
  font-size: clamp(1.6rem, 2.2vw, 2rem);
  line-height: 1.7;
  color: #424242;
}
@media (max-width: 1024px) {
  .sec-heading {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .sec-heading {
    margin-bottom: 40px;
    gap: 14px;
  }
}

.sec-intro {
  position: relative;
  overflow: hidden;
}
.sec-intro .sec-inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 48px;
  position: relative;
  z-index: 1;
}
.sec-intro .sec-inner .intro-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: clamp(3.2rem, 4.2vw, 4.8rem);
  font-weight: 700;
  line-height: 1.2;
  background: linear-gradient(90deg, #033D80 0%, #3592FD 50%, #A03AFD 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec-intro .sec-inner .intro-title strong {
  display: inline-block;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  position: relative;
  background: url("/resources/images/star.png") no-repeat center/contain;
  overflow: visible;
  animation: star-pulse 2s ease-in-out infinite;
}
.sec-intro .sec-inner .intro-title strong::before {
  content: "";
  position: absolute;
  top: -6px;
  right: -6px;
  width: 14px;
  height: 14px;
  background: url("/resources/images/star.png") no-repeat center/contain;
  opacity: 0;
  transform: scale(0.9) rotate(0deg);
  animation: star-mini 2s ease-in-out infinite;
  animation-delay: 1.2s;
  animation-fill-mode: both;
}
@keyframes star-mini {
  0% {
    transform: scale(0) rotate(0deg);
    opacity: 0;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes star-pulse {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.9;
  }
}
.sec-intro .sec-inner .intro-dec {
  display: flex;
  flex-direction: column;
  padding: 0px 16px;
}
.sec-intro .sec-inner .intro-dec p {
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  font-weight: 500;
  color: #424242;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .sec-intro .sec-inner {
    gap: 30px;
  }
  .sec-intro .sec-inner .intro-title {
    gap: 4px;
  }
  .sec-intro .sec-inner strong {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .sec-intro .sec-inner .intro-dec {
    padding: 0;
  }
  .sec-intro .sec-inner .intro-title {
    display: flex;
    flex-direction: column;
  }
}
.sec-intro .bg-gradient {
  position: absolute;
  width: 630px;
  height: 630px;
  border-radius: 50%;
  opacity: 0.15;
  filter: blur(35px);
  pointer-events: none;
  z-index: 0;
  width: clamp(420px, 45vw, 630px);
  height: clamp(420px, 45vw, 630px);
}
.sec-intro .bg-gradient.bg-gradient--blue {
  top: -480px;
  right: -180px;
  top: clamp(-430px, -35vw, -320px);
  right: clamp(-240px, -18vw, -120px);
  background: #6BB8FB;
  transform: rotate(-23.7deg);
}
.sec-intro .bg-gradient.bg-gradient--pink {
  bottom: -420px;
  left: -200px;
  bottom: clamp(-480px, -30vw, -260px);
  left: clamp(-260px, -20vw, -140px);
  background: #BC7DFF;
  transform: rotate(18deg);
}

.sec-card {
  width: 100%;
  background-color: #DAF0FE;
}
.sec-card .sec-card-inner .sec-title__icon {
  background: url("/resources/images/book.png") no-repeat center/contain;
}
.sec-card .sec-card-inner .card-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 768px) {
  .sec-card .sec-card-inner .card-group {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.sec-card .sec-card-inner .learning-card {
  background-color: #fff;
  aspect-ratio: 445/606;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 100%;
}
.sec-card .sec-card-inner .learning-cardimg {
  box-shadow: 0 8px 16px rgba(3, 61, 128, 0.08);
}
.sec-card .sec-card-inner .learning-card--meaning {
  background: url("/resources/images/card-img1.png") no-repeat center/contain;
}
.sec-card .sec-card-inner .learning-card--structure {
  background: url("/resources/images/card-img2.png") no-repeat center/contain;
}
.sec-card .sec-card-inner .learning-card--pattern {
  background: url("/resources/images/card-img3.png") no-repeat center/contain;
}

.sec-benefit {
  transition: background-color 500ms ease;
}
.sec-benefit[data-active="1"] {
  background: #0659B2;
}
.sec-benefit[data-active="2"] {
  background: #0C6AD3;
}
.sec-benefit[data-active="3"] {
  background: #5f3cc7;
}
.sec-benefit[data-active="4"] {
  background: #7854e2;
}
.sec-benefit .benefit-layout {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 80px;
  align-items: start;
}
.sec-benefit .sec-title {
  align-items: flex-start;
  gap: 12px;
  flex-direction: column;
}
.sec-benefit .sec-title .sec-title__line {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  /*white-space: nowrap;*/ /* 영어 길이 맞춤 */
}
.sec-benefit .sec-title .sec-title__icon {
  background: url("/resources/images/speak.png") no-repeat center/contain;
}
.sec-benefit .benefit-left {
  position: sticky;
  top: 120px;
  align-self: start;
}
.sec-benefit .benefit-steps {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-left: 44px;
}
.sec-benefit .benefit-steps::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.18) 0, rgba(0, 0, 0, 0.18) 6px, transparent 6px, transparent 14px);
  background-size: 2px 14px;
  background-repeat: repeat-y;
  opacity: 0.6;
}
.sec-benefit .step-head {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sec-benefit .step-head strong {
  font-size: 2rem;
  font-weight: 700;
  color: #222222;
}
.sec-benefit .step-head .step-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sec-benefit .step-head p {
  font-size: 1.6rem;
  font-weight: 400;
  color: #424242;
  line-height: 1.7;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
@media (max-width: 768px) {
  .sec-benefit .step-head p {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}
.sec-benefit .step-head p strong {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #3592FD;
  font-weight: 500;
  padding: 6px 10px;
  border-radius: 9999px;
  background-color: #DAF0FE;
  max-width: fit-content;
}
.sec-benefit .step-head h6 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
}
.sec-benefit .benefit-step {
  position: relative;
  transform: translateY(12px);
  opacity: 0.5;
  padding: 30px;
  border-radius: 16px;
  border-top-left-radius: 0;
  background: #eaeef4;
  transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s ease, background-color 0.35s ease, border-color 0.35s ease, padding 0.35s ease;
}
.sec-benefit .benefit-step::before {
  content: "";
  position: absolute;
  left: -34px;
  top: 0px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.18);
  opacity: 0;
  transition: opacity 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.sec-benefit .benefit-step::after {
  content: "";
  position: absolute;
  left: -34px;
  top: 0px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease;
  background: radial-gradient(circle, #3592FD 0 35%, transparent 36% 100%);
}
.sec-benefit .benefit-step.is-active {
  opacity: 1;
  transform: translateY(0);
  background: #F3FAFD;
  border: 1px solid #3592FD;
  box-shadow: 0 8px 16px rgba(3, 61, 128, 0.08);
}
.sec-benefit .benefit-step.is-active::before {
  opacity: 1;
  border-color: #3592FD;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.95), 0 6px 16px rgba(3, 61, 128, 0.12);
}
.sec-benefit .benefit-step.is-active::after {
  opacity: 1;
}
@media (max-width: 1024px) {
  .sec-benefit .benefit-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .sec-benefit .benefit-left {
    position: relative;
    top: auto;
  }
  .sec-benefit .benefit-steps {
    padding-left: 34px;
    gap: 24px;
  }
  .sec-benefit .benefit-steps::before {
    left: 14px;
  }
  .sec-benefit .benefit-step {
    padding: 20px;
  }
  .sec-benefit .benefit-step::before, .sec-benefit .benefit-step::after {
    left: -28px;
  }
  .sec-benefit .step-head strong {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .sec-benefit .sec-title {
    gap: 4px;
  }
}

.sec-feature {
  position: relative;
  overflow: visible;
  background-color: #F6F8FA;
  overflow: hidden;
}
.sec-feature .feature-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 80px;
  align-items: start;
}
.sec-feature .feature-left {
  position: relative;
  margin-top: -170px;
}
.sec-feature .feature-left .mock-stack {
  position: relative;
}
.sec-feature .feature-left .mock-stack .mock {
  position: absolute;
  border-radius: 36px;
  overflow: hidden;
}
.sec-feature .feature-left .mock-stack .mock img {
  display: block;
  width: 100%;
  height: auto;
}
.sec-feature .feature-left .mock-stack .mock--back {
  width: 66%;
  left: -10%;
  top: 0;
  transform: translateY(10px);
  opacity: 0.95;
  filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.12));
}
.sec-feature .feature-left .mock-stack .mock--front {
  width: 72%;
  left: 40%;
  top: 144px;
  filter: drop-shadow(0 28px 70px rgba(0, 0, 0, 0.18));
}
.sec-feature .feature-left .mock-stack::after {
  content: "";
  display: block;
  padding-top: 92%;
}
@media (max-width: 1024px) {
  .sec-feature .feature-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .sec-feature .feature-left {
    margin-top: -127px;
  }
  .sec-feature .feature-left .mock-stack {
    width: min(100%, 700px);
    margin-inline: auto;
  }
  .sec-feature .feature-left .mock-stack .mock--back {
    width: 46%;
    left: 16%;
    top: -1%;
  }
  .sec-feature .feature-left .mock-stack .mock--front {
    width: 48%;
    left: 49%;
    top: 7%;
  }
  .sec-feature .feature-left .mock-stack::after {
    padding-top: 76%;
  }
}
@media (max-width: 768px) {
  .sec-feature .feature-left .mock-stack {
    width: min(100%, 700px);
  }
  .sec-feature .feature-left .mock-stack .mock--back {
    width: 54%;
    left: 6%;
    top: 4%;
  }
  .sec-feature .feature-left .mock-stack .mock--front {
    width: 56%;
    left: 46%;
    top: 20%;
  }
  .sec-feature .feature-left .mock-stack::after {
    padding-top: 90%;
  }
  .sec-feature .feature-list {
    gap: 30px;
  }
  .sec-feature .feature-item {
    grid-template-columns: 48px 1fr;
    gap: 14px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .sec-feature .feature-item__icon {
    width: 48px;
    height: 48px;
  }
  .sec-feature .feature-item__icon img {
    width: 100%;
    height: 100%;
  }
}

/* 기능 리스트 */
.feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.feature-item {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 24px;
  align-items: center;
}
.feature-item__icon {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
}
.feature-item__icon img {
  object-fit: contain;
  display: block;
}
.feature-item__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.feature-item__text strong {
  font-size: 2rem;
  font-weight: 700;
  color: #424242;
}
.feature-item__text p {
  margin: 0;
  font-size: 1.6rem;
  color: #616161;
}
.feature-item__text .highlight {
  display: inline-block;
  max-width: fit-content;
  padding: 2px;
  background-image: linear-gradient(transparent 62%, #B8E1FD 62%, #B8E1FD 92%, transparent 92%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.sec-faq .faq {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.sec-faq .sec-title__icon {
  background: url("/resources/images/qa.png") no-repeat center/contain;
}
.sec-faq .faq-item {
  background: #f9fafb;
  border: 1px solid #eeefef;
  border-radius: 12px;
  overflow: hidden;
}
.sec-faq .faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 30px;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
}
.sec-faq .faq-q .faq-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #222222;
}
.sec-faq .faq-q .faq-icon {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  position: relative;
}
.sec-faq .faq-q .faq-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid #424242;
  border-bottom: 2px solid #424242;
  transform: rotate(45deg);
  top: 0px;
  transition: transform 0.2s ease, top 0.2s ease;
}
.sec-faq .faq-q[aria-expanded=true] .faq-icon::before {
  transform: rotate(225deg);
  top: 8px;
}
.sec-faq .faq-q:focus-visible {
  outline: 3px solid rgba(53, 146, 253, 0.35);
  outline-offset: 4px;
  border-radius: 14px;
}
.sec-faq .faq-open {
  height: 0;
  overflow: hidden;
  transition: height 0.28s ease;
}
.sec-faq .faq-open .faq-text {
  padding: 0 24px 24px;
  font-size: 1.8rem;
  line-height: 1.7;
  color: #424242;
}
.sec-faq .faq-item.is-open .faq-text {
  padding-top: 2px;
}
@media (max-width: 1024px) {
  .sec-faq .faq-q {
    padding: 20px;
  }
  .sec-faq .faq-q .faq-title {
    font-size: 2rem;
  }
  .sec-faq .faq-open .faq-text {
    font-size: 1.7rem;
  }
}
@media (max-width: 768px) {
  .sec-faq .faq-q .faq-title {
    font-size: 1.8rem;
  }
  .sec-faq .faq-q .faq-icon {
    width: 24px;
    height: 24px;
  }
  .sec-faq .faq-open .faq-text {
    padding: 0 18px 18px;
    font-size: 1.6rem;
  }
}

.sec-cta {
  background: #3592FD;
  position: relative;
  overflow: hidden;
}
.sec-cta .cta-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  align-items: center;
  gap: 60px;
}
.sec-cta .cta-left {
  position: relative;
  max-width: 800px;
}
.sec-cta .cta-left .sec-title {
  color: #fff;
}
.sec-cta .cta-left .sec-dec {
  color: #fff;
}
.sec-cta .cta-left .br-md {
  display: block;
  height: 0;
}
.sec-cta .cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 24px;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 8px;
  white-space: nowrap;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  background-color: #fff;
}
.sec-cta .cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}
.sec-cta .cta-right {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.sec-cta .cta {
  width: 70%;
  filter: drop-shadow(0 20px 50px rgba(0, 0, 0, 0.25));
}
.sec-cta .cta img {
  width: 100%;
  height: auto;
  display: block;
}
.sec-cta .cta-watermark {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  overflow: hidden;
  white-space: nowrap;
  z-index: 1;
  user-select: none;
  pointer-events: none;
}
.sec-cta .cta-watermark__track {
  display: inline-block;
  font-size: clamp(200px, 14vw, 520px);
  font-weight: 700;
  letter-spacing: -0.8px;
  color: rgba(255, 255, 255, 0.05);
  line-height: 1;
  animation: watermark-marquee 46s linear infinite;
}
.sec-cta .cta-watermark__track:nth-child(2) {
  animation-delay: -9s;
}
@keyframes watermark-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (max-width: 1024px) {
  .sec-cta .sec-cta .cta {
    position: absolute;
    right: 40px;
    top: 10px;
  }
}
@media (max-width: 768px) {
  .sec-cta .cta-layout {
    grid-template-columns: 1fr;
  }
  .sec-cta .sec-heading .sec-title,
  .sec-cta .sec-heading .sec-dec {
    text-align: center;
  }
  .sec-cta .cta-btn {
    font-size: 1.5rem;
    padding: 0 18px;
  }
  .sec-cta .cta-right {
    height: auto;
    min-height: 240px;
  }
  .sec-cta .cta-left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sec-cta .cta-left .sec-heading {
    display: flex;
    align-items: center;
  }
  .sec-cta .cta {
    position: relative;
    right: -7%;
    top: auto;
    margin: 0 auto;
    width: 50%;
  }
}

.footer {
  background: #172D47;
  padding: 30px 0px;
}
.footer .footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.footer .footer-links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.footer .footer-link {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-weight: 500;
  position: relative;
}
.footer .footer-link:hover {
  color: rgba(255, 255, 255, 0.92);
}
.footer .footer-link:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.2);
}
.footer .footer-etc {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.footer .footer-etc a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 9999px;
  transition: background-color 0.18s ease, color 0.18s ease;
}
.footer .footer-etc a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.footer .footer-etc span {
  display: flex;
  align-items: center;
}
.footer .footer-etc .blog {
  width: 40px;
  padding: 0;
}
.footer .footer-etc .dearsoft {
  padding: 0 16px;
  gap: 6px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
  white-space: nowrap;
}
.footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 16px;
}
.footer .footer-brand img {
  display: block;
  width: auto;
}
.footer .footer-copy {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 768px) {
  .footer .footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding-top: 24px;
  }
}
@media (max-width: 392px) {
  .footer .footer-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}