.matching-process {
  position: relative;
  padding: 180px 0 200px;
  display: flex;
  flex-flow: column;
  align-items: center;
  row-gap: 120px;
}

.matching-process .process-list-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 146px;
  width: 100%;
  max-width: 1920px;
  padding-right: 60px;
  padding-left: 152px;
}

.matching-process .list-process-txt {
  position: sticky;
  top: calc(50vh - 136px);
  left: 0;
  width: 100%;
}

.matching-process .process-txt {
  display: flex;
  flex-flow: column;
  opacity: 0;
  transition: opacity 0.3s;
}

.matching-process .process-txt.on {
  opacity: 1;
}

.matching-process .process-txt+.process-txt {
  position: absolute;
  top: 0;
  left: 0;
}

.matching-process .process-number {
  font-size: 64px;
  color: #374151;
  font-weight: 600;
  font-style: normal;
  line-height: 130%;
  letter-spacing: -1.28px;
}

.matching-process .process-title {
  font-size: 64px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -1.28px;
  background: linear-gradient(105deg, #19d771 13.94%, #44cebd 106.43%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.matching-process .process-description {
  margin-top: 40px;
  font-size: 20px;
  color: #374151;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.2px;
}

.matching-process .process-description .br {
  display: none;
}

.matching-process .sticky_wrap {
  height: 300vh;
}

.matching-process .list-process-vod {
  display: flex;
  flex-flow: column;
  row-gap: 263px;
}

.process-txt-mob {
  display: none;
}

.matching-process .sticky_wrap .process-vod {
  position: sticky;
}

.matching-process .list-process-vod video {
  width: 1028px;
  height: auto;
  aspect-ratio: 1028 / 600;
  object-fit: cover;
  border-radius: 8px;
}

@media (max-width: 1919px) {
  .matching-process .process-list-wrapper {
    max-width: 1600px;
    column-gap: 140px;
    padding-right: 40px;
    padding-left: 129px;
  }

  .matching-process .process-number {
    font-size: 56px;
  }

  .matching-process .process-title {
    font-size: 56px;
  }

  .matching-process .process-description {
    margin-top: 34px;
    font-size: 18px;
  }

  .matching-process .process-description .br {
    display: block;
  }

  .matching-process .list-process-vod {
    row-gap: 244px;
  }

  .matching-process .list-process-vod video {
    width: 856px;
    height: auto;
  }
}

@media (max-width: 1599px) {
  .matching-process .process-list-wrapper {
    max-width: 1024px;
    column-gap: 24px;
    padding-right: 30px;
    padding-left: 82px;
  }

  .matching-process .process-number {
    font-size: 48px;
  }

  .matching-process .process-title {
    font-size: 48px;
  }

  .matching-process .process-description {
    margin-top: 20px;
    font-size: 16px;
  }

  .matching-process .list-process-vod {
    row-gap: 156px;
  }

  .matching-process .list-process-vod video {
    width: 546px;
  }
}

@media (max-width: 1024px) {
  .matching-process {
    row-gap: 56px;
    padding: 80px 0;
  }

  .matching-process .process-list-wrapper {
    width: calc(100% - 40px);
    max-width: 768px;
    padding: 0;
  }

  .matching-process .sticky_wrap {
    height: auto;
  }

  .list-process-txt {
    display: none;
  }

  .process-txt-mob {
    display: flex;
    flex-flow: column;
  }

  .matching-process .process-txt-mob .process-number {
    font-size: 24px;
  }

  .matching-process .process-txt-mob .process-title {
    font-size: 24px;
  }

  .matching-process .process-txt-mob .process-description {
    margin-top: 8px;
    font-size: 15px;
  }

  .matching-process .box-vod {
    margin-top: 16px;
  }

  .matching-process .list-process-vod {
    margin: 0 auto;
    row-gap: 48px;
  }

  .matching-process .list-process-vod video {
    width: 100%;
  }
}