@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: 0.8571428571rem;
font-size: 1.4285714286rem;
}
.no-access__content {
margin-top: 0.7142857143rem;
text-align: center;
font-size: 0.7857142857rem;
color: var(--gray400);
}