:root {
  --content-width: 100%;
  --font: "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--font);
  background: #fff;
  color: #111;
  padding-bottom: 104px;
}

.page-shell {
  position: relative;
  z-index: 0;
  min-height: 100vh;
  background-color: transparent;
}

.main-column {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
}

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, #a5d8cd 62.02%, #fff 100%);
}

.hero-header {
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 20px 0;
}

.logo {
  width: 195px;
  height: 20px;
}

.check-btn {
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.check-icon {
  width: 20px;
  height: 20px;
  background: #080808;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.check-icon img {
  width: 9px;
}

.hero-copy {
  margin-top: 31px;
  padding: 0 30px;
  text-align: center;
}

.hero-copy h1 {
  margin: 0;
  font-size: 36px;
  line-height: 42px;
  font-weight: 800;
}

.chip-btn {
  margin-top: 20px;
  border: 0;
  border-radius: 112px;
  background: #fff;
  height: 40px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.chip-btn img {
  width: 13px;
  height: 16px;
}

.hero-art {
  width: min(296px, calc(100% - 64px));
  max-width: 100%;
  display: block;
  margin: 20px auto 0;
}

.section-light,
.section-white,
.section-sky,
.faq-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-section {
  background: #fff;
  height: 598px;
  padding-top: 64px;
  padding-bottom: 36px;
}

.section-icon {
  width: 35px;
  height: auto;
}

.product-section h2,
.eligibility h2,
.need-section h2 {
  margin: 30px 0 0;
  font-size: 28px;
  line-height: 32px;
  font-weight: 800;
  text-align: center;
}

.product-card {
  width: 100%;
  max-width: 312px;
  height: 272px;
  border-radius: 8px;
  background: #edfff6;
  padding: 35px 20px 0;
  text-align: center;
  display: none;
  justify-self: center;
  margin: 0 auto;
}

.product-card[data-slide="1"] {
  background: #fff9e7;
}

.product-card.is-active {
  display: block;
}

.product-carousel {
  width: 100%;
  margin-top: 40px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 28px;
  padding: 0 16px;
  justify-content: stretch;
  align-items: center;
  column-gap: 0;
}

.carousel-arrow {
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: #999;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.carousel-arrow:hover {
  color: #555;
}

.product-icon {
  width: 86px;
  height: 64px;
  object-fit: contain;
}

.product-icon-scooter {
  width: 69px;
}

.product-card h3 {
  margin: 30px 0 0;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}

.product-card p {
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 20px;
  color: #6a6a6a;
}

.product-card em {
  color: #ff5400;
  font-style: normal;
}

.dots {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.dot {
  width: 10px;
  height: 10px;
  border: 0;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  background: #cfcfcf;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.dot.active {
  width: 16px;
  border-radius: 20px;
  background: #ea3062;
}

.section-divider {
  width: 100%;
  height: 12px;
  background: #eee;
}

.eligibility {
  background: #fff;
  padding-top: 48px;
}

.criteria-card {
  width: 100%;
  height: 580px;
  padding-top: 65px;
  padding-bottom: 44px;
  text-align: center;
}

.criteria-card.gray {
  background: #f6f6f6;
}

.badge {
  display: inline-flex;
  height: 22px;
  padding: 0 14px;
  border-radius: 999px;
  align-items: center;
  background: #dcf1db;
  color: #21ad92;
  font-size: 14px;
  font-weight: 500;
}

.criteria-card h3 {
  margin: 24px 0 0;
  font-size: 28px;
  line-height: 32px;
  font-weight: 800;
}

.criteria-card p {
  margin: 14px 0 0;
  font-size: 16px;
  line-height: 20px;
  color: #737678;
}

.criteria-image {
  margin-top: 60px;
}

.c1 {
  width: 201px;
  height: 161px;
}

.c3 {
  width: 177px;
  height: 186px;
}

.criteria-stack {
  position: relative;
  width: 221px;
  height: 192px;
  margin: 50px auto 0;
}

.c2-base {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 221px;
  height: 159px;
}

.c2-top {
  position: absolute;
  right: 0;
  top: 0;
  width: 69px;
  height: 63px;
  margin-top: 0;
}

.need-section {
  position: relative;
  z-index: 2;
  background: #f1f8ff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.need-icon {
  width: 63px;
  height: 58px;
}

.need-sub {
  margin: 14px 0 0;
  font-size: 16px;
  line-height: 20px;
  color: #737678;
}

.table-wrap {
  width: min(312px, calc(100% - 48px));
  margin-top: 50px;
  border: 1px solid #e6e9ec;
  background: #fff;
}

table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

th,
td {
  border: 1px solid #e6e9ec;
  text-align: center;
  padding: 8px 4px;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 500;
}

th {
  background: #f1f2f3;
}

tbody td:first-child {
  background: #f1f2f3;
}

tbody td:nth-child(2) {
  color: #777b7e;
}

tbody td:nth-child(3) {
  background: #fff6f5;
  color: #ff5400;
}

.faq-wrap {
  background: #fff;
  padding: 56px 0 24px;
  position: relative;
  z-index: 2;
}

.ground-strip {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  height: 300px;
  margin-top: -300px;
  margin-bottom: -180px;
  transform: translateY(0px);
  background-color: transparent;
  background-image: url("assets/group-984.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 1440px 250px;
  z-index: 1;
  pointer-events: none;
}

.faq-btn {
  height: 50px;
  border: 1px solid #333647;
  border-radius: 120px;
  padding: 0 20px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #372020;
}

.faq-btn img {
  width: 20px;
  height: 20px;
}

.legal {
  width: 100%;
  margin-left: 0;
  background: #eceff4;
  padding: 40px 0 39px;
}

.legal-inner {
  width: 100%;
  margin: 0 auto;
  padding: 120px 30px 0;
}

.legal-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.legal-mark {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.legal-mark img {
  width: 2px;
  height: 8.9px;
}

.legal-head h3 {
  margin: 0;
  font-size: 14px;
  line-height: 16px;
}

.legal-copy {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  color: #656565;
  word-break: keep-all;
}

.legal-note {
  margin: 16px 0 0;
  font-size: 12px;
  line-height: 16px;
  color: #111;
  font-weight: 500;
}

.footer {
  width: 100%;
  margin-left: 0;
  background: #000;
  color: #fff;
  padding: 0;
}

.footer-inner {
  width: 100%;
  margin: 0 auto;
  min-height: 411px;
  padding: 20px 30px 26px;
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.footer-logo {
  width: 112px;
  height: 28px;
}

.top-btn {
  border: 0;
  background: transparent;
  width: 25px;
  height: 22px;
  cursor: pointer;
  padding: 0;
}

.top-btn img {
  width: 100%;
  height: 100%;
}

.footer-line {
  height: 1px;
  background: #3a3a3a;
  margin-bottom: 20px;
}

.footer address {
  margin: 0 0 28px;
  font-style: normal;
  font-size: 14px;
  line-height: 1.45;
}

.site-btn {
  width: 100%;
  height: 38px;
  border: 0;
  background: #343434;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  font-size: 14px;
  cursor: pointer;
}

.site-btn img {
  width: 12px;
}

.site-list {
  list-style: none;
  margin: 8px 0 18px;
  padding: 0;
  border: 1px solid #343434;
}

.site-list li {
  border-top: 1px solid #343434;
}

.site-list li:first-child {
  border-top: 0;
}

.site-list a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 10px 14px;
  background: #232323;
  font-size: 14px;
}

.copyright {
  margin: 0;
  color: #7f7f7f;
  font-size: 14px;
}

.floating-join {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  max-width: 100%;
  height: 104px;
  border: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 76%);
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  z-index: 50;
  padding: 0 16px 16px;
}

.floating-join span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  border-radius: 8px;
  background: #ea3062;
  font-size: 18px;
  font-weight: 800;
  line-height: 19.5px;
}

.floating-label-pc {
  display: none !important;
}

.floating-join img {
  display: none;
}

@media (max-width: 900px) {
  .main-column {
    max-width: 100%;
  }
}

@media (max-width: 680px) {
  .hero-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .legal-inner,
  .footer-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ground-strip {
    height: 130px;
    margin-top: -130px;
    margin-bottom: -130px;
    transform: translateY(-16px);
    background-size: 1008px 176px;
  }

  .product-section,
  .criteria-card,
  .need-section {
    height: auto;
  }

  .floating-join {
    width: 100%;
  }
}

@media (min-width: 768px) {
  body {
    background: #e8eaec;
  }

  .main-column {
    max-width: 620px;
  }

  .legal-inner {
    padding-top: 170px;
  }

  .footer {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }

  .footer-inner {
    max-width: 620px;
  }

  .floating-join {
    left: auto;
    transform: none;
    right: max(24px, calc((100vw - 1440px) / 2 + 50px));
    bottom: 50px;
    width: 90px;
    max-width: none;
    height: 140px;
    border-radius: 20px;
    background: #ea3062;
    padding: 0;
    flex-direction: column;
    gap: 10px;
    font-size: 18px;
    line-height: 19.5px;
  }

  .floating-join span {
    width: 56px;
    height: auto;
    background: transparent;
    padding: 0;
    font-size: 18px;
    font-weight: 800;
    line-height: 22px;
    white-space: normal;
  }

  .floating-label-mobile {
    display: none !important;
  }

  .floating-label-pc {
    display: inline-flex !important;
  }

  .floating-join img {
    display: block;
    width: 22px;
    height: 22px;
  }
}
