@charset "UTF-8";
/*  접속불가 페이지 스타일 파일입니다. */
.no-access {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-direction: column;
  margin-top: 12.8571428571rem;
  padding: 20px;
}
.no-access__img {
  display: block;
  width: 100%;
  height: 24vh;
  background: center/contain no-repeat url("/assets/images/bg/not-access-img.png");
}
.no-access__title {
  margin-top: 50px;
  font-size: 30px;
}
.no-access__content {
  margin-top: 10px;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  color: var(--gray400);
}
