@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css);
html body {
  font-size: 15px;
  letter-spacing: 0px;
  height: 100vh;
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #4d2ee6;
}

.container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.search_email {
  width: 300px;
  height: 300px;
}

body * {
  font-family: 'SpoqaHanSans', sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  letter-spacing: -1px;
}

td {
  font-size: 13px;
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #eaeaea;
}

button {
  padding: 5px;
  outline: none;
  background-color: white;
  border: 1px solid #eaeaea;
  cursor: pointer;
  border-radius: 3px;
}

button:hover {
  background-color: #4d2ee6;
  color: white;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

ul {
  list-style: none;
  width: 510px;
  height: 565px;
  border: 1px solid #eaeaea;
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 1rem;
}

li {
  width: 100%;
}

input {
  width: 100%;
  height: 40px;
  outline: none;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #eaeaea;
  font-size: 15px;
}

.push {
  height: 60px;
  border: 1px solid #eaeaea;
  padding: 10px;
  font-weight: 800;
  cursor: pointer;
  transition: 0.2s;

  display: flex;
  align-items: center;
  justify-content: center;
}

.push:hover {
  background-color: #4d2ee6;
  border: 1px solid #4d2ee6;
  color: white;
  border-radius: 3px;
}

.notice {
  font-size: 15px;
  color: gray;
}

.disabled {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  display: flex;

  align-items: center;
  justify-content: center;
  color: white;
  visibility: visible;
}

.hidden {
  display: none !important;
  visibility: hidden;
}
