html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://kqips-portal-public.s3.ap-northeast-2.amazonaws.com/fonts/Pretendard-Regular.otf") format("opentype"),
    url("https://kqips-portal-public.s3.ap-northeast-2.amazonaws.com/fonts/Pretendard-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://kqips-portal-public.s3.ap-northeast-2.amazonaws.com/fonts/Pretendard-Bold.otf") format("opentype"),
    url("https://kqips-portal-public.s3.ap-northeast-2.amazonaws.com/fonts/Pretendard-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://kqips-portal-public.s3.ap-northeast-2.amazonaws.com/fonts/Pretendard-ExtraBold.otf") format("opentype"),
    url("https://kqips-portal-public.s3.ap-northeast-2.amazonaws.com/fonts/Pretendard-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://kqips-portal-public.s3.ap-northeast-2.amazonaws.com/fonts/Pretendard-Light.woff2") format("woff2"),
    url("https://kqips-portal-public.s3.ap-northeast-2.amazonaws.com/fonts/Pretendard-Light.otf") format("opentype"),
    url("https://kqips-portal-public.s3.ap-northeast-2.amazonaws.com/fonts/Pretendard-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://kqips-portal-public.s3.ap-northeast-2.amazonaws.com/fonts/Pretendard-Medium.otf") format("opentype"),
    url("https://kqips-portal-public.s3.ap-northeast-2.amazonaws.com/fonts/Pretendard-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://kqips-portal-public.s3.ap-northeast-2.amazonaws.com/fonts/Pretendard-SemiBold.otf") format("opentype"),
    url("https://kqips-portal-public.s3.ap-northeast-2.amazonaws.com/fonts/Pretendard-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://kqips-portal-public.s3.ap-northeast-2.amazonaws.com/fonts/Pretendard-Thin.woff2") format("woff2"),
    url("https://kqips-portal-public.s3.ap-northeast-2.amazonaws.com/fonts/Pretendard-Thin.otf") format("opentype"),
    url("https://kqips-portal-public.s3.ap-northeast-2.amazonaws.com/fonts/Pretendard-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://kqips-portal-public.s3.ap-northeast-2.amazonaws.com/fonts/Pretendard-Black.woff2") format("woff2"),
    url("https://kqips-portal-public.s3.ap-northeast-2.amazonaws.com/fonts/Pretendard-Black.otf") format("opentype"),
    url("https://kqips-portal-public.s3.ap-northeast-2.amazonaws.com/fonts/Pretendard-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
body {
  width: 100%;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #F7FAFC;
  height: 100vh;
  box-sizing: border-box;
  font-family: "Pretendard", sans-serif;
}
main {
  display: flex;
  max-width: 564px;
  padding: 0px 10px;
  flex: 1;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
}
img {
  width: 146px;
  height: 45px;
}
h1 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  color: #065984;
}
form {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 1rem;
  gap: 12px;
}
.input-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 0px;
}
.input-container {
  width: 100%;
}
.input-field {
  box-sizing: border-box;
  width: 100%;
  padding: 0.7rem;
  margin: 0.5rem 0;
  border: 1px solid rgb(207, 207, 207);
  border-radius: 0.25rem;
  outline: none;
  transition: box-shadow 0.2s ease-in-out;
}
/* 포커스 스타일 */
.input-field:focus {
  box-shadow: 0 0 0 2px #2463EB;
}
label {
  font-weight: 600;
  font-size: small;
}
button {
  width: 100%;
  outline: none;
  border: none;
  background-color: #0568A0;
  color: white;
  font-weight: 600;
  padding: 10px 0px;
  cursor: pointer;
  border-radius: 8px;
  transition: background-color 0.2s ease-in-out;
}
button:hover {
  background-color: #065984;
}
.anchor-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 1rem;
  gap: 8px;
}
a {
  font-size: small;
  text-decoration: none;
  color: #4B5563;
  flex: 1;
  text-align: center;
  padding: 12px 0px;
  border-radius: 8px;
  transition: background-color 0.2s ease-in-out;
}
a:hover {
  background-color: #E4E7EB;
}
.alert-container {
  padding: 10px 0px;
  width: 100%;
  border-radius: 9px;
  margin-top: 20px;
  background-color: #E2E8F0;
  color: #030712;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alert-container span {
  padding-left: 3px;
  color: #0369A1;
  font-weight: 800;
}
.alert-container p {
  font-weight: 500;
}
.error-container {
  display: none;
  overflow:hidden;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1rem;
  padding-right: 1rem;
  column-gap: 0.75rem;
  align-items: center;
  gap: 4px;
  border-radius: 0.25rem;
  /* 기존의 border-left 속성 제거 */
  /* box-shadow로 왼쪽 테두리 효과 추가 */
  position: relative;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: #DC2626;
  background-color: #FEF2F2;
}
footer {
  box-sizing: border-box;
  border-top: 1px solid #E5E7EB;
  gap: 8px;
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  color: #6B7280;
  font-size: small;
  padding: 24px 46px;
  background-color: white;
}
@media screen and (max-width: 768px) {
  body {
    width: 100%;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
  }
  footer {
    border-top: 1px solid #E5E7EB;
    gap: 8px;
    justify-content: center;
    box-sizing: border-box;
    align-items: center;
    color: #6B7280;
    font-size: small;
  }
  main {
    display: flex;
    padding: 0px;
    box-sizing: border-box;
    padding: 0px 10px;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
  }
  .alert-container {
    padding: 10px 0px;
    width: 100%;
    border-radius: 9px;
    margin-top: 20px;
    background-color: #E2E8F0;
    color: #030712;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
