@import url(index.css);
.indexWrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5rem 0;
}
.indexWrap .abnormalImg {
  height: 36rem;
  width: auto;
  margin: 5rem 0;
}
.indexWrap .notFound {
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.1rem;
  color: #403430;
}
.indexWrap .back {
  margin-top: 2.5rem;
  width: 15rem;
  height: 3rem;
  background: #00AD7C;
  box-shadow: 0px 4px 8px rgba(85, 129, 182, 0.37);
  border-radius: 2rem;
}
.indexWrap .back div {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 3rem;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .indexWrap .abnormalImg {
    width: 26rem;
    height: auto;
    margin: 5rem 0;
  }
}
