@font-face {
  font-family: "Pretendard-300";
  src: url("https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff")
    format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard-500";
  src: url("https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff")
    format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard-700";
  src: url("https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff")
    format("woff");
  font-weight: 00;
  font-style: normal;
}
.error_bg {
  background-image: url(/wacus/error/error_bg.png);
  width: 100%;
  height: 100vh;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.error_se {
  position: relative;
  overflow: hidden;
}
.error_se .cont_1 {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
  font-family: "Pretendard-500";
  max-width: 800px;
  width: 100%;
}
.error_se .cont_1 .text_box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.error_se .cont_1 h2 {
  color: #121212;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.65px;
  font-family: "Pretendard-m";
}
.error_se .cont_1 p {
  font-family: "Pretendard-300";
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  color: #121212;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.4px;
}
.error_se .cont_1 .go_main {
  display: inline-block;
  padding: 12px 30px;
  box-sizing: border-box;
  border: solid 2px #121212;
  text-align: center;
  border-radius: 50px;
  color: #121212;
  font-family: "Pretendard-500";
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.4px;
  color: #000;
  font-size: 15px;
}
.m_br {
  display: none;
}
@media screen and (max-width: 800px) {
  .error_bg {
    background-image: url(/wacus/error/m_error_bg.png);
    background-size: contain;
  }
  .error_se .cont_1 {
    width: 90%;
  }
  .error_se .cont_1 h2 {
    font-size: 22px;
  }
  .error_se .cont_1 p {
    font-size: 14px;
  }
  .error_se .cont_1 .go_main {
    font-size: 14px;
  }
  .m_br {
    display: block;
  }
}
