/* --- 공통 CSS --- */
.layout-check_fail.layout-con {
  height: 100vh;
}

.layout-check_fail .header {
  visibility: visible;
}

.layout-check_fail .footer {
  visibility: visible;
}

/* ---- 메인 CSS --- */
.layout-check_fail .check_f_main {
  margin-top: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.layout-check_fail .check_f_icon {
  width: 50px;
  height: 50px;
}

.layout-check_fail .check_f_letter {
  font-family: 'Spoqa Han Sans Neo';
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
}

.layout-check_fail .check_f_try {
  width: 300px;
  height: 48px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: #cb7658;
  border-radius: 48px;
}

.layout-check_fail .f_try_letter {
  font-family: 'Spoqa Han Sans Neo';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
