@charset "UTF-8";
.item {
  align-self: center;
  user-select: none;
  transform: translateZ(0);
  color: #fff;
}

.cbx {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  border: 1px solid #C8CCD4;
  border-radius: 3px;
  cursor: pointer;
}
.cbx svg {
  position: relative;
  top: -1px;
  transform: scale(0);
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.cbx polyline {
  stroke-width: 2;
  stroke: #18CDA6;
}
.cbx:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #18CDA6;
  transform: scale(0);
}
.cbx:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 2px;
  height: 2px;
  border-radius: 2px;
  box-shadow: 0 -18px 0 #18CDA6, 12px -12px 0 #18CDA6, 18px 0 0 #18CDA6, 12px 12px 0 #18CDA6, 0 18px 0 #18CDA6, -12px 12px 0 #18CDA6, -18px 0 0 #18CDA6, -12px -12px 0 #18CDA6;
  transform: scale(0);
}

input:checked + .cbx {
  border-color: transparent;
}
input:checked + .cbx svg {
  transform: scale(1);
  transition: all 0.4s ease;
  transition-delay: 0.1s;
}
input:checked + .cbx:before {
  transform: scale(1);
  opacity: 0;
  transition: all 0.3s ease;
}
input:checked + .cbx:after {
  transform: scale(1);
  opacity: 0;
  transition: all 0.6s ease;
}
input:checked + .cbx:after {
  width: 100%;
  transition: all 0.4s ease;
}

body {
  position: relative;
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.position {
  right: 0;
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: rgba(20, 20, 20, 0.0666666667);
  backdrop-filter: blur(15px);
}

#wrap1 {
  margin-top: calc(50% - 150px);
  margin-left: calc(50% - 250px);
  width: 500px;
  height: 300px;
  border-radius: 5px;
  background-color: rgba(179, 174, 174, 0.3098039216);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding: 30px;
}

#wrap4 {
  margin-top: calc(50% - 150px);
  margin-left: calc(50% - 250px);
  width: 500px;
  height: 300px;
  background-color: rgba(179, 174, 174, 0.3098039216);
  display: none;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding: 30px;
}

#wrap5 {
  width: 100%;
}

#wrap6, #wrap7 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-direction: row;
}

#wrap2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

#wrap3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: column; /*수직 정렬*/
}

button {
  cursor: pointer;
  margin: 5px;
  display: block;
  border: none;
  border-radius: 5px;
  height: 40px;
  width: 130px;
}

#btn1, #btn2, #btn3, #btn4 {
  background-color: rgba(253, 245, 230, 0.2862745098);
  color: #fff;
  font-weight: bold;
  margin-left: 20%;
  width: 170px;
  border-radius: 7px;
}

.grid {
  width: 145px;
  padding: 5px;
}

#btn1 {
  background-color: #f4fff6;
  box-shadow: 0 2px 2px #222222;
  color: #222222;
  font-family: "Noto Sans KR", sans-serif;
  letter-spacing: 2px;
}
#btn1:hover {
  box-shadow: 0 0 2px #222222;
}

#btn2 {
  background-color: #1877F2;
  box-shadow: 0 2px 2px #222222;
  color: #eeeeee;
  font-family: "Noto Sans KR", sans-serif;
  letter-spacing: 2px;
}
#btn2:hover {
  box-shadow: 0 0 2px #222222;
}

#btn3 {
  background-color: #f7d21f;
  box-shadow: 0 2px 2px #222222;
  color: #222222;
  font-family: "Noto Sans KR", sans-serif;
  letter-spacing: 2px;
}
#btn3:hover {
  box-shadow: 0 0 2px #222222;
}

#btn4 {
  background-color: #1fa039;
  box-shadow: 0 2px 2px #222222;
  color: #eeeeee;
  font-family: "Noto Sans KR", sans-serif;
  letter-spacing: 2px;
}
#btn4:hover {
  box-shadow: 0 0 2px #222222;
}

h1 {
  width: 100px;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 1.5rem;
  color: white;
}

input {
  padding: 6px 15px;
  margin-top: 15px;
  width: 220px;
  height: 50px;
  font-size: 1rem;
  color: black;
  display: flex;
  border: none;
  border-radius: 5px;
}

input[type=text]::placeholder {
  color: rgb(177, 177, 177);
}

input[type=checkbox] {
  display: none !important;
}

.loginbtn, .confirm_btn, #request_btn, #re_request_btn {
  width: 130px;
  height: 40px;
  font-size: 15px;
  border-radius: 7px;
  padding: 7px 20px;
  margin-top: 35px;
  color: white;
  background-color: #30544D;
  border: 1px;
}

/*# sourceMappingURL=login.css.map */
