@charset "UTF-8";
/*------------------------------------*\
  # Theme
\*------------------------------------*/
/*------------------------------------*\
  # Colors
\*------------------------------------*/
/** identity 기본 변수 - 부트스트랩 오버라이딩 변수 포함 **/
/** App Identity Variables - New!!, Not Bootstrap variables **/
/** 부트스트랩 기본 z-index **/
/** 부트스트랩 기본 변수 오버라이드 항목 **/
/** 아래는 정리 필요 **/
/** grid **/
/** Link **/
/*------------------------------------*\
  # Colors
\*------------------------------------*/
/*------------------------------------*\
  # Font, Text Custom Variables
\*------------------------------------*/
/*--------------------------------------*\
  # Layout 요소
\*--------------------------------------*/
/*--------------------------------------*\
  #Button Variables, Placeholder, Mixin
\*--------------------------------------*/
/*------------------------------------*\
  #요 아래 친구들은 지울 수 있게 정리하자
\*------------------------------------*/
/** Form **/
/** grid **/
/** space **/
/** padding **/
.err-main.svelte-ljbqsz {
  padding: 1rem;
}

.error-container.svelte-ljbqsz {
  max-width: 700px;
  margin: 2rem auto 10rem;
}
.error-container.svelte-ljbqsz .info:where(.svelte-ljbqsz) {
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 8px;
  margin-bottom: 1rem;
}
.error-container.svelte-ljbqsz .card-header:where(.svelte-ljbqsz) {
  background-color: var(--pm-main);
  color: #fff;
  padding: 1rem;
}
.error-container.svelte-ljbqsz .error-code:where(.svelte-ljbqsz) {
  display: inline-block;
  margin: 0.75rem 0 0;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.18);
  font-size: 0.75rem;
  font-weight: 700;
}
.error-container.svelte-ljbqsz .card-body:where(.svelte-ljbqsz) {
  font-weight: normal;
  padding: 2.5rem 1rem;
}
.error-container.svelte-ljbqsz .card-body:where(.svelte-ljbqsz) p:where(.svelte-ljbqsz) + p:where(.svelte-ljbqsz) {
  margin-top: 0.35rem;
}
.error-container.svelte-ljbqsz .card-footer:where(.svelte-ljbqsz) {
  padding: 1rem;
}
.error-container.svelte-ljbqsz .btn:where(.svelte-ljbqsz) {
  min-width: 100px;
}