@font-face {
  font-family: Pretendard;
  src: url('../fonts/Pretendard-Black.woff2') format("woff2"), url('../fonts/Pretendard-Black.woff') format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pretendard;
  src: url('../fonts/Pretendard-Thin.woff2') format("woff2"), url('../fonts/Pretendard-Thin.woff') format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pretendard;
  src: url('../fonts/Pretendard-SemiBold.woff2') format("woff2"), url('../fonts/Pretendard-SemiBold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pretendard;
  src: url('../fonts/Pretendard-Regular.woff2') format("woff2"), url('../fonts/Pretendard-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pretendard;
  src: url('../fonts/Pretendard-Medium.woff2') format("woff2"), url('../fonts/Pretendard-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pretendard;
  src: url('../fonts/Pretendard-ExtraBold.woff2') format("woff2"), url('../fonts/Pretendard-Bold.woff2') format("woff2"), url('../fonts/Pretendard-Bold.woff') format("woff"), url('../fonts/Pretendard-ExtraBold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pretendard;
  src: url('../fonts/Pretendard-ExtraLight.woff2') format("woff2"), url('../fonts/Pretendard-ExtraLight.woff') format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pretendard;
  src: url('../fonts/Pretendard-Light.woff2') format("woff2"), url('../fonts/Pretendard-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-family--primary-font: Pretendard, Arial, sans-serif;
  --slate-gray: #706f7e;
  --font--paragraph: 18px;
  --line-height--line-height-xxl: 150%;
  --font-weight--semi-bold: 500;
  --midnight-blue: #4633f0;
  --font--h1: 64px;
  --line-height--line-height-tiny: 113%;
  --font-weight--bold: 600;
  --font--h2: 36px;
  --line-height--line-height-regular: 110%;
  --font--h3: 32px;
  --line-height--line-height-l: 130%;
  --font--h4: 28px;
  --font--h5: 26px;
  --font--h6: 24px;
  --steel-gray: #5a606a;
  --black: #252525;
  --line-height--line-height-s: 100%;
  --white: white;
  --bright-royal-blue: #5900ff;
  --font-weight--regular: 400;
  --_spacing---spacing-m: 90px;
  --_spacing---spacing-s: 80px;
  --soft-white: #f3f3f3;
  --silver-gray: #d9dade;
  --font--paragraph-s: 16px;
  --line-height--line-height-xl: 140%;
  --transparent: #fff0;
  --_spacing---spacing-l: 130px;
  --icon: 24px;
  --icon2: 24px;
  --line-height--line-height-m: 120%;
  --font-weight--extra-bold: 700;
  --image-size--icon18: 18px;
}

body {
  font-family: var(--font-family--primary-font);
  color: var(--slate-gray);
  font-size: var(--font--paragraph);
  line-height: var(--line-height--line-height-xxl);
  font-weight: var(--font-weight--semi-bold);
  justify-content: center;
  align-items: stretch;
}

h1 {
  color: var(--midnight-blue);
  font-size: var(--font--h1);
  line-height: var(--line-height--line-height-tiny);
  font-weight: var(--font-weight--bold);
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  color: var(--midnight-blue);
  font-size: var(--font--h2);
  line-height: var(--line-height--line-height-regular);
  font-weight: var(--font-weight--bold);
  margin-top: 0;
  margin-bottom: 0;
}

h3 {
  color: var(--midnight-blue);
  font-size: var(--font--h3);
  line-height: var(--line-height--line-height-l);
  font-weight: var(--font-weight--bold);
  margin-top: 0;
  margin-bottom: 0;
}

h4 {
  color: var(--midnight-blue);
  font-size: var(--font--h4);
  line-height: var(--line-height--line-height-regular);
  font-weight: var(--font-weight--bold);
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
}

img {
  display: inline-block;
}

.navbar {
  background-color: #ddd0;
}

.navbar-container {
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
}

.navbar-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  padding: 20px;
  display: flex;
}

.primary-button-text {
  color: var(--steel-gray);
  line-height: var(--line-height--line-height-s);
  letter-spacing: 0;
  transition: color .2s;
}

.primary-button-text:hover {
  color: var(--black);
}

.nav-first-item-wrap {
  grid-column-gap: 108px;
  grid-row-gap: 108px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.primary-button-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: 1;
  width: 120px;
  height: 42px;
  min-height: auto;
  color: var(--midnight-blue);
  mix-blend-mode: normal;
  background-color: #fff;
  border: 1px solid #4633f099;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 14px;
  text-decoration: none;
  transition: background-color .18s;
  display: flex;
  box-shadow: 0 1px 4px #0000000d;
}

.primary-button-wrapper:hover {
  background-color: #4633f00d;
}

.primary-button-wrapper:active {
  background-color: #4633f01a;
}

.primary-button-wrapper.secondary {
  width: auto;
  min-width: 200px;
  padding-left: 20px;
  padding-right: 20px;
  transition: background-color .18s;
  display: flex;
}

.primary-button-wrapper.secondary:hover {
  background-color: #4633f00d;
}

.primary-button-wrapper.secondary:active {
  background-color: #4633f01a;
}

.primary-button-wrapper.white {
  background-color: var(--white);
  color: var(--steel-gray);
  border-color: #e4e4ea;
  font-size: 14px;
  transition: background-color .18s;
}

.primary-button-wrapper.white:hover {
  background-color: #00000005;
}

.nav-card-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-button-wrapper {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-logo-wrapper {
  align-self: center;
}

.section {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.section.hero {
  margin-top: var(--_spacing---spacing-m);
}

.section.features {
  padding-top: var(--_spacing---spacing-s);
  padding-bottom: var(--_spacing---spacing-m);
  background-color: var(--soft-white);
}

.container {
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  overflow: visible;
}

.hero-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hero-left-content-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hero-left-content-wrapper {
  margin-top: 12px;
}

.hero-title {
  color: #051b31;
  max-width: 523px;
  font-size: 46px;
  line-height: var(--line-height--line-height-l);
  font-weight: var(--font-weight--bold);
  letter-spacing: 0;
}

.hero-description {
  max-width: 485px;
  margin-top: 20px;
  margin-bottom: 0;
}

.hero-right-col-wrapper {
  display: flex;
  position: relative;
}

.hero-image {
  z-index: 1;
  max-width: 750px;
  position: relative;
}

.ticker-content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  display: flex;
  overflow: hidden;
}

.ticker-title {
  color: var(--midnight-blue);
  letter-spacing: 0;
}

.ticker-single-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  opacity: .8;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 48px;
  display: flex;
}

.ticker-images {
  max-width: 100px;
}

.section-top-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  display: flex;
}

.section-top-wrapper.left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 26%;
  font-size: var(--font--paragraph-s);
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  font-weight: 500;
}

.section-top-title {
  max-width: 580px;
  color: var(--black);
  line-height: var(--line-height--line-height-l);
  text-align: center;
  letter-spacing: 0;
}

.section-top-title.testimonial {
  max-width: 418px;
}

.section-top-title.left {
  max-width: none;
  font-size: var(--font--h2);
  line-height: var(--line-height--line-height-l);
  font-weight: var(--font-weight--bold);
  text-align: left;
}

.feature-content-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 70px;
  display: flex;
}

.feature-content-wrapper.feature-page {
  margin: 60px auto;
}

.tab-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  min-width: 280px;
  color: var(--steel-gray);
  -webkit-text-fill-color: inherit;
  background-color: #ddd0;
  background-clip: border-box;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 16px;
  transition: background-color .2s;
  display: flex;
}

.tab-button:hover {
  background-color: #00000008;
}

.tab-button.is-active {
  background-color: #fff;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  min-width: 280px;
  padding: 14px 16px;
  box-shadow: 0 1px 5px #0000000d;
}

.tabs-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #f8f8f8;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
}

.tab-button-icon {
  width: 20px;
  max-width: 32px;
  height: 20px;
  max-height: 100%;
}

.tab-button-icon-wrapper {
  display: flex;
}

.tab-text {
  font-size: 14px;
  line-height: var(--line-height--line-height-s);
  letter-spacing: 0;
}

.tabs-content {
  margin-top: 6px;
  overflow: visible;
}

.tab-content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  letter-spacing: 0;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr .75fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.tab-colomn-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border: 1px solid #fafafd;
  border-radius: 16px;
  padding: 20px 50px 20px 20px;
  display: flex;
  box-shadow: 0 2px 6px #00000014;
}

.tab-colomn-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px none var(--soft-white);
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.tab-title {
  color: var(--black);
  font-size: var(--font--h6);
  line-height: var(--line-height--line-height-regular);
  font-weight: var(--font-weight--semi-bold);
  letter-spacing: 0;
}

.tab-description {
  max-width: 300px;
  font-size: var(--font--paragraph-s);
  line-height: var(--line-height--line-height-xl);
  font-weight: var(--font-weight--regular);
  letter-spacing: 0;
  margin-top: 12px;
}

.section-subtitle {
  margin-top: 24px;
}

.section-subtitle.about {
  max-width: 494px;
  line-height: var(--line-height--line-height-xxl);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
}

.works-content-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: flex;
}

.works-content-wrap {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: row;
  max-width: 1440px;
  display: flex;
}

.works-card-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--soft-white);
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 20px 20px 20px 32px;
  transition: all .15s;
  display: flex;
}

.works-card-wrapper:hover {
  letter-spacing: 0;
  transform: scale(1.02);
  box-shadow: 0 1px 10px #0000000d;
}

.work-card-content-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.work-title {
  max-width: 220px;
  color: var(--black);
  font-size: 18px;
  line-height: var(--line-height--line-height-l);
  letter-spacing: 0;
}

.work-description {
  max-width: 232px;
  font-size: 16px;
  line-height: var(--line-height--line-height-xl);
  letter-spacing: 0;
  margin-top: 0;
  font-weight: 500;
}

.work-description--alt {
  text-align: center;
}

.work-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.work-right-col-wrapper {
  background-color: #fff;
  border: 1px solid #f4f2f1;
  border-radius: 16px;
  width: 100%;
  padding: 40px 32px;
  transition: all .15s;
}

.work-right-col-wrapper:hover {
  transform: scale(1.02);
  box-shadow: 0 1px 10px #00000005;
}

.work-top-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.work-second-image-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.work-third-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-top-left-radius: 12px;
  width: 90%;
  max-width: none;
  height: 100%;
  max-height: none;
}

.faq-content-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  display: flex;
}

.faq-content-wrap {
  max-width: 80%;
}

.faq-tab-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.faq-content {
  border: 1px solid var(--soft-white);
  background-color: #ddd0;
  border-radius: 16px;
  min-width: 894px;
  padding: 32px 24px 0 29px;
}

.faq-content.is-active {
  background-color: #ddd0;
}

.faq-top-wrapper {
  justify-content: space-between;
  padding-bottom: 32px;
  font-size: 24px;
  display: flex;
}

.faq-minuss-icon {
  background-color: var(--midnight-blue);
  border-radius: 80px;
  width: 29px;
  height: 2px;
}

.faq-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq-ans {
  overflow: hidden;
}

.list {
  max-width: 563px;
  color: var(--steel-gray);
  margin-bottom: 0;
  padding-bottom: 32px;
  padding-left: 20px;
  list-style-type: decimal;
}

.faq-pluss-icon {
  background-color: var(--midnight-blue);
  border-radius: 80px;
  width: 2px;
  height: 30px;
  position: absolute;
}

.footer-botton-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--silver-gray);
  justify-content: space-between;
  align-items: center;
  margin-top: 85px;
  padding-bottom: 40px;
  display: flex;
}

.footer-item-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-item {
  color: var(--slate-gray);
  font-size: var(--font--paragraph-s);
  text-decoration: none;
}

.footer-item.is-active {
  color: var(--bright-royal-blue);
}

.footer-icon-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-icon-wrap {
  border: 1px solid var(--silver-gray);
  border-radius: 53px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.footer-icon {
  max-width: 24px;
}

.footer-white-icon {
  max-width: 24px;
  display: none;
}

.footer-logo-wrap {
  grid-column-gap: 278px;
  grid-row-gap: 278px;
  display: flex;
}

.footer-copywrite-wrapper {
  text-align: center;
  margin-top: 40px;
  padding-bottom: 24px;
}

.footer-copywrite-text {
  color: var(--steel-gray);
  font-size: var(--font--paragraph-s);
  font-weight: var(--font-weight--regular);
}

.hero-button-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.counter-content-wrap {
  border-radius: 14px;
  max-height: 140px;
  padding-top: 36px;
  padding-bottom: 36px;
  padding-left: 0;
}

.counter-title {
  color: var(--soft-white);
  font-size: var(--font--h3);
  line-height: var(--line-height--line-height-regular);
  font-weight: var(--font-weight--semi-bold);
}

.counter-description {
  color: var(--silver-gray);
  font-size: 15px;
  font-weight: var(--font-weight--regular);
  letter-spacing: 0;
  margin-top: 10px;
}

.feature-tab {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 40px;
  display: flex;
}

.cta-button-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.primary-button-text-2 {
  line-height: var(--line-height--line-height-s);
  margin-bottom: 0;
}

.cta-button-text {
  color: #4633f0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.tag-chip-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #eceff1;
  border-radius: 300px;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  height: 38px;
  margin-left: 0;
  margin-right: 0;
  padding: 4px 16px;
  display: flex;
  box-shadow: 0 6px 6px #00000003;
}

.tag-label {
  letter-spacing: 0;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 500;
  line-height: 120%;
}

.section-2 {
  margin-top: var(--_spacing---spacing-l);
  -webkit-text-fill-color: inherit;
  background-color: #f8f8f8;
  background-clip: border-box;
  border-radius: 20px;
  margin-left: .5%;
  margin-right: .5%;
}

.section-2.hero {
  margin-top: var(--_spacing---spacing-m);
}

.section-2.features {
  padding-top: var(--_spacing---spacing-s);
  padding-bottom: var(--_spacing---spacing-m);
  background-color: var(--soft-white);
}

.tab-text-2 {
  font-size: 14px;
}

.image {
  flex: 0 auto;
  align-self: center;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.tab-text-group {
  flex-flow: column;
  display: flex;
}

.tap-dis {
  text-align: center;
  letter-spacing: 0;
  max-width: 485px;
  margin-top: 0;
  margin-bottom: 0;
}

.feature-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: static;
}

.tag-icon-sm {
  width: 20px;
  max-width: 100%;
  height: 20px;
  max-height: 100%;
}

.container-gray {
  background-color: #f8f8f8;
  border-radius: 20px;
  flex-flow: column;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 15px;
  display: flex;
  position: static;
}

.section-subtitle2 {
  margin-top: 0;
}

.section-subtitle2.about {
  max-width: 494px;
  line-height: var(--line-height--line-height-xxl);
  margin-top: 0;
  margin-bottom: 36px;
}

.line {
  border: 1px solid #dbdbdb33;
  width: 1px;
  height: 96px;
}

.counter-text {
  width: 30%;
  max-width: none;
  color: var(--silver-gray);
  font-size: 16px;
  line-height: var(--line-height--line-height-xl);
  letter-spacing: 0;
  align-self: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.counter-content-wrapper-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #051b31;
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 40px 80px;
  display: flex;
}

.section_tap2 {
  margin-top: var(--_spacing---spacing-l);
  background-color: #fff;
}

.section_tap2.hero {
  margin-top: var(--_spacing---spacing-m);
}

.section_tap2.features {
  padding-top: var(--_spacing---spacing-s);
  padding-bottom: var(--_spacing---spacing-m);
  background-color: var(--soft-white);
}

.tabs-menu2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #f8f8fa;
  border-radius: 300px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: flex;
}

.tab-button2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  min-width: 120px;
  color: var(--steel-gray);
  -webkit-text-fill-color: inherit;
  background-color: #ddd0;
  background-clip: border-box;
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  padding: 16px;
  transition: background-color .2s;
  display: flex;
}

.tab-button2:hover {
  background-color: #00000008;
}

.tab-button2.is-active {
  background-color: #fff;
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  padding-left: 16px;
  padding-right: 16px;
  box-shadow: 0 1px 5px #0000000d;
}

.feature-tab-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.primary-button-wrapper2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 1px solid var(--transparent);
  opacity: 1;
  color: #fff;
  mix-blend-mode: normal;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  height: 42px;
  min-height: auto;
  padding: 0 4px 0 0;
  font-size: 14px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.primary-button-wrapper2:hover {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
}

.primary-button-wrapper2.secondary {
  width: auto;
  min-width: 200px;
  padding-left: 20px;
  padding-right: 20px;
  transition: background-color .18s;
  display: flex;
}

.primary-button-wrapper2.secondary:hover {
  background-color: #4633f00d;
}

.primary-button-wrapper2.white {
  background-color: var(--white);
  color: #e4e4ea;
  border-color: #e4e4ea;
  transition: background-color .18s;
}

.primary-button-wrapper2.white:hover {
  background-color: #00000005;
}

.tag-icon {
  width: 24px;
  height: 24px;
}

.tag-chip-wrap-ai {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #fff;
  border: 1px solid #eceff1;
  border-radius: 300px;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  height: 36px;
  margin-left: 0;
  margin-right: 0;
  padding: 2px 18px 2px 12px;
  display: flex;
}

.hero-gradient {
  z-index: 0;
  width: 900px;
  max-width: none;
  height: 700px;
  max-height: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.segment-image {
  align-self: center;
  width: 100%;
  max-width: 680px;
  height: 100%;
  max-height: 100%;
}

.section-bullet {
  color: var(--black);
  line-height: var(--line-height--line-height-m);
  letter-spacing: 0;
  margin-top: 0;
}

.section-bullet.about {
  max-width: 494px;
  line-height: var(--line-height--line-height-xxl);
  margin-top: 0;
  margin-bottom: 36px;
}

.bullet-check {
  width: 24px;
  max-width: 100%;
  height: 24px;
  max-height: 100%;
}

.bullet-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.bullets {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-bottom: 20px;
  display: flex;
}

 .tag-icon {
  width: 24px;
  height: 24px;
}

.tap-img-wrap {
  justify-content: center;
  align-items: center;
  width: 520px;
  max-width: 520px;
  height: 420px;
  display: flex;
}

.tap2-img-wrap {
  max-width: 640px;
  margin: 20px;
  padding-left: 0;
}

.faq {
  color: var(--black);
  letter-spacing: 0;
  font-size: 20px;
}

.tab-illustration-pad {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 20px;
}

.list-item {
  font-size: var(--font--paragraph-s);
  letter-spacing: 0;
  list-style-type: none;
}

.tab-illustration-rounded {
  border-radius: 12px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

.container-wrap {
  flex-flow: column;
  align-self: center;
  max-width: 1440px;
  display: flex;
}

.tag-icon {
  width: 24px;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

.button-arrow {
  width: 20px;
  max-width: 100%;
  height: 20px;
  max-height: 100%;
}

.tag-icon {
  width: 24px;
  max-width: 100%;
  height: 24px;
  max-height: 100%;
}

.logos-inner {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  display: none;
}

.logos-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  max-width: 90%;
  display: flex;
  overflow: visible;
}

.ui-logo-marquee {
  width: 160px;
}

.tab-icon {
  width: 22px;
  max-width: 100%;
  height: 22px;
  max-height: 100%;
}

.tab-icon, .tab-icon, .tab-icon, .tab-icon, .tab-icon {
  width: 22px;
  height: 22px;
}

.segment-image-m {
  align-self: center;
  width: 100%;
  max-width: 680px;
  height: 100%;
  max-height: 100%;
}

.hero-right-col-wrapper-m {
  display: none;
  position: relative;
}



@media screen and (max-width: 991px) {
  body {
    --font-family--primary-font: Pretendard, Arial, sans-serif;
    --slate-gray: #706f7e;
    --font--paragraph: 18px;
    --line-height--line-height-xxl: 150%;
    --font-weight--semi-bold: 500;
    --midnight-blue: #4633f0;
    --font--h1: 52px;
    --line-height--line-height-tiny: 113%;
    --font-weight--bold: 600;
    --font--h2: 48px;
    --line-height--line-height-regular: 110%;
    --font--h3: 30px;
    --line-height--line-height-l: 130%;
    --font--h4: 24px;
    --font--h5: 26px;
    --font--h6: 22px;
    --steel-gray: #5a606a;
    --black: #252525;
    --line-height--line-height-s: 100%;
    --white: white;
    --bright-royal-blue: #5900ff;
    --font-weight--regular: 400;
    --soft-white: #f3f3f3;
    --silver-gray: #d9dade;
    --font--paragraph-s: 16px;
    --line-height--line-height-xl: 140%;
    --transparent: #fff0;
    --icon: 24px;
    --icon2: 24px;
    --line-height--line-height-m: 120%;
    --font-weight--extra-bold: 700;
    --image-size--icon18: 18px;
    --_spacing---spacing-m: 80px;
    --_spacing---spacing-s: 60px;
    --_spacing---spacing-l: 100px;
  }

  .navbar-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .primary-button-wrapper {
    margin-left: 20px;
  }

  .nav-card-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-button-wrapper {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section {
    margin-bottom: 60px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .section.hero {
    margin-top: 40px;
  }

  .container {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-content-wrapper {
    grid-template-columns: 1fr .5fr;
  }

  .hero-left-content-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .hero-left-content-wrapper {
    flex-flow: column;
    display: flex;
  }

  .hero-title {
    max-width: none;
    font-size: 40px;
  }

  .hero-description {
    max-width: none;
    margin-top: 8px;
    margin-bottom: 20px;
  }

  .hero-right-col-wrapper {
    display: none;
  }

  .hero-image {
    object-fit: cover;
    width: 100%;
    max-width: none;
    max-height: none;
  }

  .section-top-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-bottom: 40px;
  }

  .section-top-wrapper.left {
    width: 100%;
  }

  .section-top-title {
    padding-top: 20px;
    font-size: 36px;
  }

  .section-top-title.testimonial {
    max-width: none;
    font-size: var(--font--h3);
  }

  .section-top-title.left {
    font-size: 32px;
  }

  .tab-button {
    min-width: auto;
    padding-left: 16px;
    padding-right: 40px;
  }

  .tab-button.is-active {
    min-width: auto;
  }

  .tabs-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    overflow: scroll;
  }

  .tab-text {
    white-space: nowrap;
    font-size: 16px;
  }

  .tabs-content {
    align-self: center;
  }

  .tab-content-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .tab-colomn-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .tab-colomn-wrap {
    align-items: stretch;
    width: 100%;
    margin-top: 0;
    padding-left: 20px;
  }

  .tab-description {
    max-width: none;
    margin-top: 8px;
  }

  .section-subtitle {
    margin-top: 20px;
  }

  .works-content-wrapper {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .works-content-wrap {
    flex-flow: column;
    width: 100%;
  }

  .works-card-wrapper {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    padding-top: 24px;
  }

  .work-card-content-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .work-description {
    max-width: none;
  }

  .faq-content-wrapper {
    margin-top: 50px;
  }

  .faq-content-wrap {
    width: 100%;
    max-width: 100%;
  }

  .faq-content {
    min-width: 100%;
    padding-top: 30px;
    padding-left: 26px;
    padding-right: 20px;
  }

  .faq-top-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-bottom: 26px;
  }

  .footer-botton-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 60px;
    padding-bottom: 20px;
  }

  .footer-logo-wrapper.is-active {
    order: -1;
  }

  .footer-copywrite-wrapper {
    margin-top: 30px;
    padding-bottom: 20px;
  }

  .hero-button-wrapper {
    margin-top: 30px;
  }

  .counter-content-wrap {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .counter-title {
    font-size: 18px;
  }

  .counter-description {
    margin-top: 0;
    font-size: 14px;
  }

  .feature-tab {
    flex-flow: column-reverse;
    width: 100%;
    padding-top: 20px;
  }

  .cta-button-wrap {
    display: none;
  }

  .tab-text-2 {
    white-space: nowrap;
    font-size: 16px;
  }

  .tap-dis {
    margin-top: 0;
  }

  .feature-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .container-gray {
    margin-left: 0;
    margin-right: 0;
  }

  .section-subtitle2 {
    margin-bottom: 20px;
  }

  .line {
    display: none;
  }

  .counter-text {
    white-space: nowrap;
    align-self: auto;
    width: 100%;
    font-size: 15px;
  }

  .counter-content-wrapper-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 28px 32px 24px;
  }

  .tabs-menu2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    background-color: var(--transparent);
    border-radius: 0;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    overflow: scroll;
  }

  .tab-button2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-button2.is-active {
    box-shadow: 0 1px 5px #00000014;
  }

  .feature-tab-copy {
    width: 100%;
  }

  .primary-button-wrapper2 {
    align-self: flex-end;
  }

  .segment-image {
    display: none;
  }

  .section-bullet {
    margin-top: 0;
    font-size: 16px;
  }

  .bullets {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 20px;
  }

  .tap-img-wrap {
    width: 100%;
    max-width: none;
    height: 100%;
  }

  .list-item {
    font-size: var(--font--paragraph-s);
  }

  .container-wrap {
    width: 100%;
  }

  .logos-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    align-self: center;
  }

  .card-image {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
  }

  .segment-image-m {
    align-self: flex-start;
    max-width: none;
  }

  .hero-right-col-wrapper-m {
    margin-top: 60px;
    margin-bottom: 40px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  body {
    --font-family--primary-font: Pretendard, Arial, sans-serif;
    --slate-gray: #706f7e;
    --font--paragraph: 18px;
    --line-height--line-height-xxl: 150%;
    --font-weight--semi-bold: 500;
    --midnight-blue: #4633f0;
    --font--h1: 46px;
    --line-height--line-height-tiny: 113%;
    --font-weight--bold: 600;
    --font--h2: 44px;
    --line-height--line-height-regular: 110%;
    --font--h3: 26px;
    --line-height--line-height-l: 130%;
    --font--h4: 24px;
    --font--h5: 24px;
    --font--h6: 20px;
    --steel-gray: #5a606a;
    --black: #252525;
    --line-height--line-height-s: 100%;
    --white: white;
    --bright-royal-blue: #5900ff;
    --font-weight--regular: 400;
    --soft-white: #f3f3f3;
    --silver-gray: #d9dade;
    --font--paragraph-s: 16px;
    --line-height--line-height-xl: 140%;
    --transparent: #fff0;
    --icon: 24px;
    --icon2: 24px;
    --line-height--line-height-m: 120%;
    --font-weight--extra-bold: 700;
    --image-size--icon18: 18px;
    --_spacing---spacing-m: 70px;
    --_spacing---spacing-s: 60px;
    --_spacing---spacing-l: 70px;
  }

  .primary-button-wrapper.navbar {
    display: none;
  }

  .nav-card-wrapper {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .hero-content-wrapper {
    grid-template-columns: 1fr;
  }

  .hero-left-content-wrap {
    --font-family--primary-font: Pretendard, Arial, sans-serif;
    --slate-gray: #706f7e;
    --font--paragraph: 16px;
    --line-height--line-height-xxl: 150%;
    --font-weight--semi-bold: 500;
    --midnight-blue: #4633f0;
    --font--h1: 40px;
    --line-height--line-height-tiny: 113%;
    --font-weight--bold: 600;
    --font--h2: 36px;
    --line-height--line-height-regular: 110%;
    --font--h3: 24px;
    --line-height--line-height-l: 130%;
    --font--h4: 22px;
    --font--h5: 22px;
    --font--h6: 18px;
    --steel-gray: #5a606a;
    --black: #252525;
    --line-height--line-height-s: 100%;
    --white: white;
    --bright-royal-blue: #5900ff;
    --font-weight--regular: 400;
    --soft-white: #f3f3f3;
    --silver-gray: #d9dade;
    --font--paragraph-s: 16px;
    --line-height--line-height-xl: 140%;
    --transparent: #fff0;
    --icon: 24px;
    --icon2: 24px;
    --line-height--line-height-m: 120%;
    --font-weight--extra-bold: 700;
    --image-size--icon18: 18px;
    --_spacing---spacing-m: 70px;
    --_spacing---spacing-s: 60px;
    --_spacing---spacing-l: 50px;
  }

  .hero-description {
    max-width: 100%;
  }

  .hero-right-col-wrapper {
    display: none;
  }

  .ticker-content-wrapper {
    margin-top: 50px;
  }

  .section-top-title.left {
    max-width: 420px;
  }

  .feature-content-wrapper.feature-page {
    align-items: stretch;
  }

  .tabs-menu {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .tabs-content {
    align-self: stretch;
    width: 100%;
  }

  .tab-pane {
    width: 100%;
  }

  .tab-colomn-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .tab-colomn-wrap {
    padding-bottom: 40px;
  }

  .section-subtitle {
    margin-top: 18px;
  }

  .section-subtitle.about {
    margin-top: 16px;
  }

  .works-content-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .works-card-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .work-description {
    margin-top: 14px;
  }

  .list {
    padding-bottom: 20px;
    font-size: 16px;
  }

  .footer-logo-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .footer-copywrite-wrapper, .hero-button-wrapper {
    margin-top: 20px;
  }

  .tap-dis {
    max-width: 100%;
  }

  .section-subtitle2 {
    margin-top: 18px;
  }

  .section-subtitle2.about {
    margin-top: 16px;
  }

  .counter-text {
    margin-top: 14px;
  }

  .tabs-menu2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .primary-button-wrapper2.navbar {
    display: none;
  }

  .section-bullet {
    margin-top: 18px;
  }

  .section-bullet.about {
    margin-top: 16px;
  }

  .tap-img-wrap {
    width: 520vw;
    max-width: none;
  }

  .logos-wrapper {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .hero-right-col-wrapper-m {
    display: none;
  }
}


#w-node-_284cdb71-5591-6ddf-7d72-09b6f7af10a0-1281ef15 {
  align-self: center;
}

#w-node-_284cdb71-5591-6ddf-7d72-09b6f7af10af-1281ef15 {
  place-self: center end;
}

#w-node-_284cdb71-5591-6ddf-7d72-09b6f7af11f5-1281ef15 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_284cdb71-5591-6ddf-7d72-09b6f7af10af-1281ef15 {
    place-self: end;
  }
}


@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Black.woff2') format('woff2'), url('../fonts/Pretendard-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Thin.woff2') format('woff2'), url('../fonts/Pretendard-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-SemiBold.woff2') format('woff2'), url('../fonts/Pretendard-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Regular.woff2') format('woff2'), url('../fonts/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Medium.woff2') format('woff2'), url('../fonts/Pretendard-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-ExtraBold.woff2') format('woff2'), url('../fonts/Pretendard-Bold.woff2') format('woff2'), url('../fonts/Pretendard-Bold.woff') format('woff'), url('../fonts/Pretendard-ExtraBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-ExtraLight.woff2') format('woff2'), url('../fonts/Pretendard-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Light.woff2') format('woff2'), url('../fonts/Pretendard-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
