@charset "UTF-8";
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1.5;
  color: #3f3d3c;
  text-align: center;
  background: #f8f8f4;
}
a {
  color: #000;
  text-decoration: none;
}
img {
  max-width: 100%;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
a:hover {
  opacity: 0.8;
}
.white_container {
  background: #fff;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .white_container {
    padding: 40px 0;
  }
}
.error404_title {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .error404_title {
    font-size: 18px;
  }
}
.back_btn {
  display: block;
  background: #ceb48c;
  color: #fff;
  border-radius: 25px;
  margin: 30px auto 0;
  width: 250px;
  font-size: 16px;
  line-height: 43px;
}
.error404_head2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3;
  margin: 0 auto 30px;
  padding-left: 31px;
  background-repeat: no-repeat;
  background-size: 21px auto;
  background-position: left center;
  background-image: url("/img/category/10/signal.png");
}
@media screen and (max-width: 767px) {
  .error404_head2 {
    padding-left: 27px;
    margin-bottom: 20px;
  }
}
.error404_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (250px)[3];
  grid-template-columns: repeat(3, 250px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .error404_list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.error404_item a {
  display: block;
  position: relative;
  background: #fff;
  color: #c8102e;
  border: solid 1px #c8102e;
  padding-left: 4px;
  font-size: 16px;
  border-radius: 25px;
  line-height: 43px;
}
.error404_item a:after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  right: 16px;
  width: 6px;
  height: 6px;
  border-top: solid 2px #c8102e;
  border-right: solid 2px #c8102e;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .error404_item a {
    padding: 0 5px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .error404_item:nth-of-type(4) a {
    letter-spacing: -0.1em;
  }
}
.gray_container {
  padding: 40px 0 134px;
}
@media screen and (max-width: 767px) {
  .gray_container {
    padding: 40px 20px 120px;
  }
}
.error404_topic_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .error404_topic_list {
    gap: 10px;
  }
}
.error404_topic_item {
  text-align: left;
  max-width: 284px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.error404_topic_item a {
  display: block;
}
@media screen and (max-width: 767px) {
  .error404_topic_item {
    width: auto;
  }
}
.error404_topic_item .title {
  font-size: 16px;
  margin: 8px 0 4px;
}
.error404_topic_item .text {
  color: #8b8a8a;
  font-size: 12px;
}

/*# sourceMappingURL=error404.css.map */
