.process-wrapper {
  display: flex;
  padding: 182px 210px 48px 210px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 48px;
  align-self: stretch;
  background: #fffff6;
  position: relative;
  overflow: hidden;
}

.process-text {
  width: 1097px;
  height: 162px;
  position: relative;
  z-index: 1;
}

.process-content-img {
  width: 977px;
  height: 203px;
}

.process-detail-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}

.process-detail-text {
  color: #323232;
  text-align: center;

  /* AS/Heading/Paragrah/Bold */
  font-family: "M PLUS 2";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.process-mail-text {
  color: #323232;

  /* AS/Heading/Paragrah/Bold */
  font-family: "M PLUS 2";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.process-l-star-wrapper {
  position: absolute;
  top: 2px;
  left: 0;
}

.process-l-star-img {
  width: 330.001px;
  height: 302.504px;
  transform: rotate(45deg);
}

.process-r-star-wrapper {
  position: absolute;
  right: 0;
  bottom: 40px;
}

.process-r-star-img {
  width: 329.999px;
  height: 302.506px;
  transform: rotate(45deg);
}

.progress-title-img {
  width: 264.64px;
  height: 110px;
}

@media (max-width: 1080px) {
  .process-wrapper {
    display: flex;
    padding: 102px 16px 48px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    background: #fffff6;
    position: relative;
    overflow: hidden;
  }

  .process-text {
    width: 346px;
    height: 74px;
    position: relative;
    z-index: 10;
  }

  .process-content-img {
    width: 343px;
    height: 481px;
  }

  .process-detail-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
  }

  .process-detail-text {
    color: #323232;
    text-align: center;

    /* AS/Heading/Paragrah/Bold */
    font-family: "M PLUS 2";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    z-index: 1;
  }

  .process-mail-text {
    color: #323232;

    /* AS/Heading/Paragrah/Bold */
    font-family: "M PLUS 2";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }

  .process-l-star-wrapper {
    position: absolute;
    top: 2px;
    left: 0;
  }

  .process-l-star-img {
    width: 214px;
    height: 215px;
    transform: rotate(45deg);
  }

  .process-r-star-wrapper {
    position: absolute;
    right: 0;
    bottom: 40px;
  }

  .process-r-star-img {
    position: relative;
    width: 196px;
    height: 175px;
    transform: rotate(45deg);
    z-index: 0;
  }

  .progress-title-img {
    position: relative;
    width: 264.64px;
    height: 110px;
    z-index: 1;
  }
}
