.errsection {
  background-image: url(/images/err/img_err_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .errsection .wrap {
    padding: 60px 0;
  }
}
.errsection .wrap .wrap-inner {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .errsection .wrap .wrap-inner {
    margin-top: 60px;
  }
}

.err-item {
  width: 600px;
}
@media screen and (max-width: 767px) {
  .err-item {
    width: 100%;
  }
}
.err-item-disc {
  padding-bottom: 40px;
}
.err-item-disc-name {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 140%;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .err-item-disc-name {
    font-size: 1.6rem;
    padding-bottom: 10px;
  }
}
.err-item-disc-txt {
  padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .err-item-disc-txt {
    font-size: 1.3rem;
    padding-bottom: 20px;
  }
}
.err-item-disc:last-child {
  padding-bottom: 0;
}
.err-body {
  width: 390px;
}
@media screen and (max-width: 767px) {
  .err-body {
    width: 100%;
  }
}
.err-body .btn {
  width: 384px;
}
@media screen and (max-width: 767px) {
  .err-body .btn {
    max-width: 100%;
  }
}/*# sourceMappingURL=404.css.map */