@import './fonts/font.css';
.footer, label, .header-title {
  display: flex;
  align-items: center;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  list-style: none;
}

body {
  max-width: 425px;
  font-family: "Pretendard-R";
  font-size: 14px;
}

header {
  position: fixed;
  max-width: 425px;
  height: 80px;
  margin-bottom: 20px;
  z-index: 1000;
  background: #fff;
}

header .inner {
  width: 425px;
  height: 100%;
}

.header-title {
  height: 100%;
  justify-content: center;
}
.header-title button {
  width: 20px;
  background: none;
  border: none;
  position: absolute;
  left: 20px;
  top: 30px;
  cursor: pointer;
}
.header-title button img {
  width: 100%;
}
.header-title button span {
  display: none;
}
.header-title h3 {
  font-size: 18px;
}

.cursor {
  cursor: pointer;
}

.header-logo {
  height: 50px;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  position: absolute;
  right: 20px;
  top: 25px;
}
.header-logo a {
  height: 100%;
}
.header-logo a img {
  height: 60%;
}

@media screen and (max-width: 425px) {
  header {
    width: 100vw;
  }
  header .inner {
    width: 100vw;
  }
}
form {
  margin-bottom: 120px;
}

fieldset {
  padding-top: 100px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border: none;
}

.hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

label {
  width: 100%;
  padding-bottom: 20px;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}
label .id-span,
label .pw-span,
label .pw-re_span,
label .name-span,
label .phone-span {
  width: 80%;
  text-align: left;
  font-size: 14px;
}
label input {
  margin-top: 10px;
  border: 1px solid #ccc;
  padding: 10px;
  width: 80%;
}
label p {
  font-size: 17px;
  font-family: "Pretendard-M";
}

.user-id {
  padding-bottom: 10px;
}

#id_check {
  width: 80%;
  padding-bottom: 20px;
  font-size: "Pretendard-R"-2px;
  padding-left: 45px;
}

input {
  padding: 0px 10px;
  font-family: "Pretendard-R";
  font-size: 14px;
  font-family: "Pretendard-M";
  background: white;
  border: none;
}

input:focus {
  outline: none;
}

input::-moz-placeholder {
  font-family: "Pretendard-R";
  font-size: 14px;
  color: #ccc;
}

input::placeholder {
  font-family: "Pretendard-R";
  font-size: 14px;
  color: #ccc;
}

#phone {
  margin-bottom: 30px;
}

@media screen and (max-width: 425px) {
  #id_check {
    padding-left: 10.59vw;
  }
}
.btn {
  padding: 10px;
  margin: 0 auto;
  width: 80%;
  border: none;
  border-radius: 50px;
  background: #666;
  color: #fff;
  font-size: 17px;
  font-family: "Pretendard-B";
  text-align: center;
  cursor: pointer;
}

.footer {
  height: 85px;
  background: white;
  position: fixed;
  bottom: 0;
  width: 425px;
  border-top: 1px solid #eee;
}

.footer .inner {
  width: 100vw;
}

.footer-icon {
  display: flex;
  justify-content: space-evenly;
}
.footer-icon li {
  width: 20%;
  text-align: center;
  line-height: 25px;
  color: #666;
  cursor: pointer;
}
.footer-icon li a {
  color: #666;
}
.footer-icon li i {
  font-size: 22px;
}
.footer-icon li h1 {
  font-size: 12.5px;
}/*# sourceMappingURL=join.css.map */