@charset "UTF-8";
/*  로그인 페이지 스타일 파일입니다. */
.sign-in {
  padding: 20px;
}
.guest-order-form {
  margin-top: 30px;
  border-top: 1px solid var(--gray200);
}
.guest-order-form__link {
  width: 100%;
}
.guest-order-form__title {
  font-size: 16px;
  font-weight: 700;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.guest-order-form__input-wrap {
  margin-bottom: 10px;
}
.guest-order-form .btn-group .btn {
  font-size: 16px;
  font-weight: 700;
}
.header--sub .header__title {
  height: auto;
}
.sign-in-link_wrap {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
.btn-group {
  margin: 60px 0px;
}
