.main-nav {
  background-color: white;
}

/* SEC02 */
.contents__sec02--wrapper {
  padding-top: 60px;
  height: calc(13.75rem + 60px);
}

.contents__sec11--wrapper,
.contents__sec12--wrapper,
.contents__sec13--wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: white;
}

/* SEC11 */
.contents__sec11 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 6rem;
  width: 100%;
  max-width: 75rem;
  padding: 4rem 2.5rem;
}
.contents__sec11__stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 16px;
}
.contents__sec11__p01 {
  font-family: "GmarketSans";
  font-style: normal;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.02em;
  background: linear-gradient(180deg, #00dccc 0%, #00dc65 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.contents__sec11__p02 {
  font-family: "Gmarket Sans TTF";
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 160%;
  text-align: center;
  letter-spacing: -0.02em;
  color: var(--gray-400);
  text-align: center;
}
.image_sec11 {
  height: 16rem;
}

/* SEC12 */
.contents__sec12--wrapper {
  background-color: var(--gray-50);
}
.contents__sec12 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 6rem;
  width: 100%;
  max-width: 75rem;
  padding: 4rem 2.5rem;
}
.contents__sec12__stack01 {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.125rem;
}
.contents__sec12__chip {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.6rem;
  gap: 0.3rem;

  background: rgba(244, 67, 54, 0.8);
  border-radius: 10rem;
}
.contents__sec12__chip__title {
  font-family: "GmarketSans";
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.02em;
  color: white;
}
.feather-activity {
  stroke-width: 3px;
  color: white;
}
.contents__sec12__stack01__title {
  font-family: "GmarketSans";
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 140%;

  text-align: center;
  letter-spacing: -0.02em;

  color: #f6695e;
}
.contents__sec12__description {
  font-family: "GmarketSans";
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 160%;
  text-align: center;
  letter-spacing: -0.02em;
  color: var(--gray-600);
}
.contents__sec12__stack02 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}
.contents__sec12__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
}
.contents__sec12__list-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.4rem;
}
.contents__sec12__list-title h3 {
  font-family: "GmarketSans";
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 160%;
  letter-spacing: -0.02em;
  color: var(--gray-700);
}
.contents__sec12__list-title .feather-check-circle {
  stroke-width: 3px;
  color: hsla(4, 89%, 67%, 1);
}
.contents__sec12__list-sub {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}
.contents__sec12__list-sub__item {
  margin-left: 2rem;
  font-family: "GmarketSans";
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 160%;
  letter-spacing: -0.02em;
  color: var(--gray-400);
  list-style-type: disc;
}

/* SEC13 */
.contents__sec13 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 6rem;
  width: 100%;
  max-width: 75rem;
  padding: 4rem 2.5rem;
}
.contents__sec13__stack01 {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.135rem;
}
.contents__sec13__chip {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.6rem;
  gap: 0.3rem;

  background: linear-gradient(180deg, #00dccc 0%, #00dc65 100%);
  border-radius: 10rem;
}
.contents__sec13__chip__title {
  font-family: "GmarketSans";
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.02em;
  color: white;
}
.feather-alert-triangle {
  stroke-width: 2px;
  color: white;
}
.contents__sec13__stack01__title {
  font-family: "GmarketSans";
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 140%;

  text-align: center;
  letter-spacing: -0.02em;

  /* Linear */
  background: linear-gradient(180deg, #00dccc 0%, #00dc65 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.contents__sec13__description {
  font-family: "GmarketSans";
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 160%;
  text-align: center;
  letter-spacing: -0.02em;
  color: var(--gray-600);
}
.contents__sec13__stack02 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}
.contents__sec13__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
}
.contents__sec13__list-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.4rem;
}
.contents__sec13__list-title h3,
.contents__sec13__list-title h4 {
  font-family: "GmarketSans";
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 160%;
  letter-spacing: -0.02em;
  color: var(--gray-700);
}
.contents__sec13__list-title h4 {
  font-weight: 600;
  /* Linear */
  background: linear-gradient(180deg, #00dccc 0%, #00dc65 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.contents__sec13__list-title .feather-check-circle {
  stroke-width: 3px;
  /* Linear */
  color: #00dc65;
}
.contents__sec13__list-sub {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}
.contents__sec13__list-sub__item {
  margin-left: 2rem;
  font-family: "GmarketSans";
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 160%;
  letter-spacing: -0.02em;
  color: var(--gray-400);
}
.contents__sec13__chart {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.contents__sec13__chart__description {
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
  line-height: 160%;
  letter-spacing: -0.02em;
  color: var(--gray-400);
}
.contents__sec13__chart__description--sub {
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  line-height: 160%;
  letter-spacing: -0.02em;
  color: var(--gray-500);
}

/* .button-secondary {
  width: 100%;
} */

/* 테블릿 가로 (해상도 768px ~ 1023px)*/
@media all and (max-width: 1023px) {
  /* SEC11 */
  .contents__sec11 {
    flex-direction: column;
    justify-content: flex-start;
    height: 32rem;
    overflow: hidden;
    gap: 4rem;
  }
  .image_sec11 {
    height: 18rem;
  }

  /* SEC12 */
  .contents__sec12 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 4rem;
    padding-top: 8rem;
  }
  .contents__sec12__stack02 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .contents__sec12__list {
    width: 100%;
  }

  /* SEC13 */
  .contents__sec13 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 4rem;
    padding-top: 8rem;
  }
  .contents__sec13__stack02 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
  .contents__sec13__list,
  .contents__sec13__chart {
    align-items: center;
  }
}

/* 모바일 가로 & 테블릿 세로 (해상도 480px ~ 767px)*/
@media all and (max-width: 767px) {
  .contents__app {
    padding: 0 1.5rem;
  }
  .contents__app__stack {
    width: 100%;
  }
  .contents__app__qr--wrapper,
  .contents__app__qr,
  .contents__app__qr__code--wrapper {
    width: 100%;
  }
  .button-secondary {
    height: unset;
  }
  .contents__sec13__list-title h4 {
    font-size: 0.8rem;
  }
}

@media all and (max-width: 479px) {
  .contents__sec02--wrapper {
    padding-top: 60px;
    height: calc(28rem + 60px);
  }
  .image_chart {
    width: 100%;
  }
  .contents__app__link__text {
    font-size: 1.1rem;
  }
}
