/*
@import url(./core.css);
@import url(./aoss.css);
*/

/* Intro Section */
.contents--wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contents__intro--wrapper {
  width: 100%;
  height: 48rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  /* background-image: url("../assets/images/image_main.png");
  background-size: auto 100%;
  background-position: center; */
  background: radial-gradient(
      90% 110% at 100% 100%,
      rgba(255, 255, 255, 0) 50.62%,
      rgba(255, 255, 255, 0.64) 67.43%,
      #fff 95%,
      #fff 100%
    ),
    url("/assets/images/image_main.png"),
    lightgray -337.122px -171px / 126.425% 125.147% no-repeat;
  background-size: cover;
  background-position: center;
}
.contents__intro--wrapper * {
  -webkit-touch-callout: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}
.contents__intro {
  position: relative;
  width: 100%;
  max-width: 75rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: left;
  gap: 4rem;
  padding: 3rem;
}
.intro__container {
  position: absolute;
  top: 6.5rem;
  display: flex;
  flex-direction: column;
  align-items: left;
  gap: 2rem;
}
.intro__chip {
  width: 25.2rem;
  display: flex;
  padding: 0.75rem 1.5rem;
  background: white;
  border: 1px solid var(--gray-100);
  border-radius: 24px;
}
.intro__chip p {
  font-family: "NanumSquare", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--gray-600);
}
.intro__subtitle {
  font-family: "NanumSquare", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 100%;
  /* identical to box height, or 24px */
  letter-spacing: -0.02em;
  color: var(--gray-500);
}
.intro__title {
  display: flex;
  flex-direction: column;
  align-items: left;
  padding: 0px;
  gap: 1rem;
}
.intro__title__1 {
  font-family: "NanumSquare", sans-serif;
  font-weight: 800;
  font-size: 3.5rem;
  line-height: 100%;
  color: var(--gray-600);
}
.intro__title__2 {
  font-family: "NanumSquare", sans-serif;
  font-weight: 800;
  font-size: 3.5rem;
  line-height: 100%;
  background: linear-gradient(180deg, #00dccc 0%, #00dccc 0.01%, #01f170 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-text-stroke: 1px hsla(0, 0%, 0%, 0.2); /* width and color */
}
.contents__intro__arts {
  width: 960px;
  height: 573px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
}
.intro__settop {
  width: 20rem;
  position:absolute;
  left:0;
  bottom:0;
}
.intro_tv {
  z-index: 2;
  position: absolute;
  width: 48rem;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.illust_pieChart {
  z-index: 3;
  position: absolute;
  bottom: 160px;
  right: 24px;
  width: 12rem;
  animation: doongsil 3s ease-in-out infinite alternate;
}
.illust_cone {
  z-index: 3;
  position: absolute;
  top: 140px;
  width: 10rem;
  animation: doongsil 3s ease-in-out 1s infinite alternate;
}
.ui_01 {
  z-index: 2;
  position: absolute;
  width: 10rem;
  top: 240px;
  left: -88px;
  opacity: 0.4;
  animation: doongsil 3s ease-in-out 1.2s infinite alternate;
}
.ui_02 {
  z-index: 2;
  position: absolute;
  width: 140px;
  bottom: 280px;
  right: -60px;
  opacity: 0.7;
  filter: blur(2px);
}
.ui_grid {
  z-index: 1;
  position: absolute;
  bottom: 0;
  width: 100vw;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 20%,
    hsla(164, 90%, 90%, 1) 100%
  );
}
.ui_grid_v {
  width: 100%;
  position: absolute;
}
.ui_grid_h {
  width: 100%;
  position: relative;
}

/* SEC01 */
.contents__sec01--wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  width: 100%;
  background: #fcfcfd;
}
.contents__sec01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem 2.5rem;
  gap: 3rem;
  max-width: 75rem;
  width: 100%;
}
.contents__sec01__stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 1.25rem;
}
.contents__sec01__q01 {
  font-family: "NanumSquare";
  font-style: normal;
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 180%;
  text-align: center;
  color: var(--gray-700);
}
.contents__sec01__q02 {
  font-family: "NanumSquare";
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 180%;
  text-align: center;
  color: var(--gray-400);
}
.contents__sec01__cards {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 2rem;
  width: 100%;
}
.contents__sec01__card--divider {
  display: flex;
  gap: 2rem;
  width: 66%;
}
.contents__sec01__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  gap: 1.5rem;
  background: white;
  border: 1px solid var(--gray-200);
  border-radius: 2rem;
}
.contents__sec01__card.card01 {
  background: #fff4f4;
  border: 1px solid #fddddd;
  width: 100%;
}
.contents__sec01__card.card02 {
  background: #fffef4;
  border: 1px solid #f4eeb9;
  width: 100%;
}
.contents__sec01__card.card03 {
  background: #f4fff9;
  border: 1px solid #a7f1c9;
  width: 33%;
}
.contents__sec01__card__image--container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;

  background: white;
  border-radius: 999px;
}
.contents__sec01__card__image {
  width: 7.5rem;
  height: 7.5rem;
}
.contents__sec01__card_texts {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.contents__sec01__card__title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 160%;
  color: var(--gray-700);
  text-align: center;
}
.contents__sec01__card__description {
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 160%;
  color: var(--gray-400);
  text-align: center;
}

/* SEC02 */
.contents__sec02--wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  width: 100%;
  height: 13.75rem;
  background: var(--brandgreen-100);
  overflow: hidden;
}
.contents__sec02 {
  position: relative;
  max-width: 75rem;
  width: 100%;
  height: 100%;
}
.contents__sec02__type {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;

  position: absolute;
  left: 4.5rem;
  top: 2.625rem;
}
.contents__sec02__line {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
.contents__sec02__q01,
.contents__sec02__q02 {
  font-family: "GmarketSans";
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 160%;
  color: var(--brandgreen-700);
}
.contents__sec02__q02 {
  font-weight: 200;
}
.illust--sec02 {
  position: absolute;
  right: 1.35rem;
  top: 1.3rem;
}

/* SEC03 */
.contents__sec03--wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 100%;
  background: white;
}
.contents__sec03 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5rem 2.5rem;
  gap: 1.25rem;
  max-width: 75rem;
}
.contents__sec03__q01 {
  font-family: "NanumSquare";
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 180%;
  text-align: center;
  color: var(--gray-500);
}
.contents__sec03__q02,
.contents__sec03__q02 span {
  font-family: "NanumSquare";
  font-weight: 800;
  font-size: 1.3rem;
  line-height: 180%;
  text-align: center;
  color: var(--gray-700);
}
.contents__sec03__q02 span {
  color: var(--brandgreen-500);
}

/* SEC04 */
.contents__sec04--wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  width: 100%;
  background: #fdf9e9;
  overflow: hidden;
}
.contents__sec04 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  width: 100%;
  max-width: 75rem;
}
.illust_sec04 {
  position: absolute;
  left: 0;
  z-index: 0;
}
.contents__sec04__stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  z-index: 1;
}
.contents__sec04__title {
  font-family: "GmarketSans";
  font-weight: 700;
  font-size: 2rem;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #7e6910;
}
.contents__sec04__description,
.contents__sec04__description span {
  font-family: "GmarketSans";
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 180%;
  text-align: center;
  color: #867428;
}
.contents__sec04__description span {
  font-weight: 500;
}
.contents__sec04__button {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.625rem 1.25rem;
  gap: 0.5rem;
  background: white;
  border-radius: 12px;
  border: 0;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}
.contents__sec06__button:hover,
.contents__sec04__button:hover {
  background-color: var(--gray-50);
}
.contents__sec04__button p {
  font-weight: 500;
  font-size: 1rem;
  line-height: 160%;
  text-align: center;
  color: #7e6910;
}
.contents__sec04__button .feather-arrow-right {
  width: 1.2rem;
  height: 1.2rem;
  stroke-width: 2px;
  color: #7e6910;
}

/* SEC05 */
.contents__sec05--wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  width: 100%;
  background: white;
}
.contents__sec05 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem 2.5rem 4.5rem;
  gap: 1.25rem;
  width: 100%;
  max-width: 75rem;
}
.contents__sec05__q01,
.contents__sec05__q02 {
  font-family: "NanumSquare";
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 180%;
  text-align: center;
  color: var(--gray-600);
}
.contents__sec05__q02 {
  font-weight: 500;
}

/* SEC06 */
.contents__sec06--wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  width: 100%;
  background: var(--brandgreen-100);
  overflow: hidden;
}
.contents__sec06 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  width: 100%;
  max-width: 75rem;
}
.illust_sec06 {
  position: absolute;
  right: 0;
  bottom: -2.5rem;
  z-index: 0;
}
.contents__sec06__stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  z-index: 1;
}
.contents__sec06__title {
  font-family: "GmarketSans";
  font-weight: 700;
  font-size: 2rem;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.02em;
  color: var(--brandgreen-800);
}
.contents__sec06__description,
.contents__sec06__description span {
  font-family: "GmarketSans";
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 180%;
  text-align: center;
  color: var(--brandgreen-700);
}
.contents__sec06__description span {
  font-weight: 500;
}
.contents__sec06__button {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.625rem 1.25rem;
  gap: 0.5rem;
  background: white;
  border-radius: 12px;
  border: 0;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}
.contents__sec06__button p {
  font-weight: 500;
  font-size: 1rem;
  line-height: 160%;
  text-align: center;
  color: var(--brandgreen-700);
}
.contents__sec06__button .feather-arrow-right {
  width: 1.2rem;
  height: 1.2rem;
  stroke-width: 2px;
  color: var(--brandgreen-700);
}

/* SEC07 */
.contents__sec07--wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  width: 100%;
  background: white;
}
.contents__sec07 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem 2.5rem 4.5rem;
  gap: 1.25rem;
  width: 100%;
  max-width: 75rem;
}
.contents__sec07__q01,
.contents__sec07__q02 {
  font-family: "NanumSquare";
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 180%;
  text-align: center;
  color: var(--gray-600);
}
.contents__sec07__q02 {
  font-weight: 500;
}

/* Media */
.contents__media--wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: white;
  border-top: 1px solid var(--gray-200);
}
.contents__media {
  width: 100%;
  max-width: 75rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  padding: 3rem 2.5rem;
}
.contents__media__title {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.contents__media__title h2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 100%;
  color: var(--gray-700);
}
.contents__media__link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.25rem;
  padding: 0.8rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  color: var(--gray-400);
  overflow: hidden;
  border-radius: 0.5rem;
  transition: background-color 150ms ease-out;
}
.contents__media__link:hover {
  background-color: var(--gray-100);
}
.contents__media__link .feather-plus {
  width: 1rem;
  height: 1rem;
  stroke-width: 3px;
  color: var(--gray-400);
}
.contents__media__gallery {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
}
.contents__media__item {
  width: 100%;
  height: 18.75rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background: white;

  border: 1px solid var(--gray-200);
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.04);
  border-radius: 1.25rem;
  overflow: hidden;

  cursor: pointer;
  pointer-events: fill;

  transition: 150ms ease-out;
}
.contents__media__item:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0px 0.5rem 12px rgba(0, 0, 0, 0.04);
  pointer-events: auto;
}
.contents__media__item__thumbnail {
  flex-grow: 3;
  background-color: var(--gray-50);
  overflow: hidden;
}
.contents__media__item__thumbnail--image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contents__media__item__info {
  display: flex;
  padding: 1.25rem 1.5rem;
  align-items: center;
  background-color: white;
}
.contents__media__item__title {
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
}

/* 테블릿 가로 (해상도 768px ~ 1023px)*/
@media all and (max-width: 1023px) {
  /* Intro */
  .contents__intro__arts {
    width: 100%;
  }
}

/* 모바일 가로 & 테블릿 세로 (해상도 480px ~ 767px)*/
@media all and (max-width: 767px) {
  /* Intro */
  .contents__intro--wrapper {
    height: 50rem;
    /* background-image: url("../assets/images/image_main.png");
    background-size: auto 100%;
    background-position: center; */
    background: linear-gradient(
        180deg,
        #fff 0%,
        #fff 15%,
        rgba(255, 255, 255, 0) 62%
      ),
      url("/assets/images/image_main.png"), white;
    background-size: auto 68%;
    background-repeat: no-repeat;
    background-position: right bottom;
  }
  .contents__intro {
    align-items: center;
  }
  .intro__chip {
    align-items: center;
    width: unset;
  }
  .intro__container {
    align-items: center;
  }
  .intro__subtitle {
    align-items: center;
    text-align:center;
  }
  .intro__title {
    align-items: center;
  }
  .intro__settop {
    position: absolute;
    /* left: -25%;
    bottom: -25rem; */
    left:-70px;
    bottom:0;
  }
  .intro_tv {
    width: 40rem;
  }
  .illust_pieChart {
    bottom: 8rem;
    right: -2%;
    width: 10rem;
  }
  .illust_cone {
    top: 18rem;
    left: -1%;
    width: 8rem;
  }
  .ui_01 {
    top: 24rem;
    left: -8%;
    width: 8rem;
  }
  .ui_02 {
    width: 8rem;
    bottom: 15rem;
  }

  /* SEC01 */
  .contents__sec01 {
    padding: 4rem 40px;
  }
  .contents__sec01__cards {
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
  }
  .contents__sec01__card--divider {
    width: 100%;
  }
  .contents__sec01__card {
    width: 100%;
    align-items: center;
  }
  .contents__sec01__card.card03 {
    width: 100%;
  }
  .contents__sec01__card__description {
    text-align: center;
  }

  /* SEC02 */
  .illust--sec02 {
    width: 20rem;
    top: 4rem;
  }
  .illust_sec04 {
    width: 20rem;
    bottom: -3rem;
  }
  .illust_sec06 {
    width: 20rem;
    right: -6rem;
    bottom: -2.4rem;
  }
  .contents__sec02__q {
    height: 3rem;
  }
  .contents__sec02__type {
    width: 100%;
  }

  /* MEDIA */
  .contents__media {
    padding: 2rem 1.5rem;
  }
  .contents__media__gallery {
    flex-direction: column;
  }
  .contents__media__item__title {
    font-size: 1.2rem;
  }
}

/* 모바일 세로 (해상도 ~ 479px)*/
@media all and (max-width: 479px) {
  /* Intro */
  /* .contents__intro--wrapper {
    height: 42rem;
  } */
  .contents__sec01__card__image {
    width: 80px;
    height: 80px;
  }
  .contents__intro--wrapper {
    height: 44rem;
  }
  .intro__container {
    gap: 1.5rem;
  }
  .intro__title__1,
  .intro__title__2 {
    font-size: 3rem;
  }
  .intro__subtitle {
    font-size: 2rem;
  }
  .intro__settop {
    display: none;
  }
  .contents__sec01 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .contents__sec01__q01,
  .contents__sec01__q02 {
    font-size: 1.4rem;
  }
  .contents__sec01__card {
    flex-direction: row;
  }
  .contents__sec01__card--divider {
    flex-direction: column;
  }
  .contents__sec01__card__title,
  .contents__sec01__card__description {
    text-align: left;
  }

  /* SEC02 */
  .contents__sec02--wrapper {
    height: 28rem;
  }
  .illust--sec02 {
    width: 25rem;
    left: 50%;
    transform: translateX(-50%) !important;
    top: unset;
    bottom: 0;
  }
  .contents__sec02__type {
    width: 100%;
    align-items: center;
    left: 50%;
    transform: translateX(-50%) !important;
  }
  .contents__sec02__line {
    align-items: center;
  }
  .contents__sec02__q02 {
    text-align: center;
  }

  /* SEC04 */
  .contents__sec04--wrapper {
    height: 28rem;
  }
  .contents__sec04 {
    padding: 3rem 2rem;
    height: 100%;
  }
  .illust_sec04 {
    width: 25rem;
    left: 50%;
    transform: translateX(-50%) !important;
    top: unset;
    bottom: -6rem;
  }

  /* SEC05 */
  .contents__sec05 {
    padding: 6rem 2.5rem;
  }

  /* SEC06 */
  .contents__sec06--wrapper {
    height: 28rem;
  }
  .contents__sec06 {
    padding: 3rem 2rem;
    height: 100%;
  }
  .illust_sec06 {
    width: 24rem;
    left: 50%;
    transform: translateX(-50%) !important;
    top: unset;
    bottom: -6rem;
  }

  /* SEC07 */
  .contents__sec07 {
    padding: 6rem 2.5rem;
  }

  /* MEDIA */
  .contents__media {
    padding: 4rem 1.5rem;
  }
}

/* Keyframes */
@keyframes doongsil {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(8px);
  }
}

@media all and (max-width: 321px) {
  .intro__title__1,
  .intro__title__2 {
    font-size: 2.5rem;
  }
  .intro__subtitle {
    font-size: 1.5rem;
  }
  .intro__chip p {
    font-size: 1rem;
  }
  .contents__sec01__card {
    flex-direction: column;
    align-items: flex-start;
  }
}
