.not-found-module .module-wrapper {
  position: relative;
}
.not-found-module .module-wrapper:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.not-found-module .module-wrapper .background-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.not-found-module .module-wrapper .float-icon-1 {
  position: absolute;
  width: 24.6rem;
  top: 11rem;
  left: 0;
  z-index: 3;
}
.not-found-module .module-wrapper .float-icon-2 {
  position: absolute;
  width: 27.8rem;
  bottom: 0;
  right: 0;
  z-index: 3;
}
.not-found-module .module-wrapper .module-width {
  position: relative;
  z-index: 3;
}
.not-found-module .module-wrapper .module-width .not-found-info-box {
  padding: 31.5rem 0 24.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FFFFFF;
}
.not-found-module .module-wrapper .module-width .not-found-info-box .title {
  font-size: var(--f-s-80);
  font-weight: bold;
  margin-bottom: 2rem;
}
.not-found-module .module-wrapper .module-width .not-found-info-box .sub-title {
  font-size: var(--f-s-32);
  margin-bottom: 3.4rem;
}
.not-found-module .module-wrapper .module-width .not-found-info-box .desc {
  font-size: var(--f-s-24);
  margin-bottom: 7rem;
}
.not-found-module .module-wrapper .module-width .not-found-info-box .module-transparent-btn {
  background: rgba(255, 255, 255, 0.19);
}
.not-found-module .module-wrapper .module-width .not-found-info-box .module-transparent-btn:hover {
  background-color: #FFFFFF;
}
@media (max-width: 992px) {
  .not-found-module .module-wrapper {
    min-height: unset;
  }
  .not-found-module .module-wrapper .float-icon-1 {
    display: none;
  }
  .not-found-module .module-wrapper .float-icon-2 {
    display: none;
  }
  .not-found-module .module-wrapper .module-width .not-found-info-box {
    padding: 12rem 0 6rem;
  }
  .not-found-module .module-wrapper .module-width .not-found-info-box .title {
    font-size: var(--f-s-60);
    margin-bottom: 1rem;
  }
  .not-found-module .module-wrapper .module-width .not-found-info-box .sub-title {
    font-size: var(--f-s-20);
    margin-bottom: 2rem;
  }
  .not-found-module .module-wrapper .module-width .not-found-info-box .desc {
    font-size: var(--f-s-16);
    margin-bottom: 3rem;
  }
}

.text-image-module {
  padding: 5rem 0;
}
.text-image-module .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.text-image-module .inner .img-cont img {
  width: 100%;
  height: unset;
  position: sticky;
  top: 11.2rem;
}
.text-image-module .inner .text-cont {
  display: flex;
  flex-direction: column;
  padding: 5.6rem 5rem;
}
.text-image-module .inner .text-cont .title {
  font-size: var(--f-s-36);
  font-weight: bold;
  margin-bottom: 3rem;
}
.text-image-module .inner .text-cont .describe {
  color: #595959;
  font-size: var(--f-s-18);
  line-height: 2;
  margin-bottom: 5.7rem;
}
.text-image-module .inner .text-cont .button {
  margin-top: auto;
}
.text-image-module.type1 .inner .text-cont {
  background-color: #F9FAFB;
}
.text-image-module.type2 .inner .text-cont {
  background-color: unset;
}
.text-image-module.type3 {
  background-color: #F9FAFB;
}
@media screen and (max-width: 992px) {
  .text-image-module {
    padding: 2.2rem 0;
  }
  .text-image-module .inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  .text-image-module .inner .text-cont {
    padding: 4.8rem 1.6rem;
  }
  .text-image-module .inner .text-cont .title {
    font-size: var(--f-s-28);
    margin-bottom: 1.9rem;
  }
  .text-image-module .inner .text-cont .describe {
    margin-bottom: 3rem;
  }
}

.page-err-container .not-found-module {
  margin-bottom: 9rem;
}
.page-err-container .text-image-module {
  padding: unset;
  margin-bottom: 9rem;
}
@media (max-width: 992px) {
  .page-err-container .not-found-module {
    margin-bottom: 6rem;
  }
  .page-err-container .text-image-module {
    margin-bottom: 6rem;
  }
}

/*# sourceMappingURL=page-err.css.map */
