button.find-submit {
  width: 100%;
  background-color: #000;
  color: #fff;
  padding: 1rem 0;
  font-size: 1.3rem;
  margin: 2rem 0;
}

button.find-submit.disabled {
  background-color: #f6f6f6;
  color: #999;
}

section.find-wrapper {
  margin: 1.6rem;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

section.find-wrapper.last {
  padding-bottom: 10rem;
}

.input-group {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin: 0.2rem 0;
}

.input-group label {
  font-size: 1.1rem;
  margin-bottom: 0.4rem;
  width: 100%;
}

.input-group label em {
  color: #bd081c;
}

.input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.input-wrapper button.btn_clear {
  position: absolute;
  visibility: hidden;
  right: 0;
  top: 0;
  width: 3.6rem;
  height: 4rem;
  opacity: 0;
  transition-duration: .3s;
}

.input-wrapper button.btn_clear.on {
  visibility: visible;
  opacity: 1;
}

.input-wrapper button.btn_clear:after {
  top: 50%;
  left: 50%;
  width: 1.8rem;
  height: 1.8rem;
  margin: -0.9rem 0 0 -0.9rem;
  background-position: 100% 0.2rem;
}

.input-wrapper input {
  padding: 1rem;
  font-size: 1.3rem;
  border: 1px solid #dedede;
  width: 100%;
  height: unset;
}

input::placeholder {
  color: #dbdbdb;
}

input#user-password:focus {
  border-color: #000;
  color: #000;
}

.section-header {
  width: 100%;
  padding: 1.4rem 0;
  border-bottom: 2px solid #000;
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 2.4rem;
}

.login-btn {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 1rem 0;
  margin-bottom: 0.6rem;
  font-weight: 500;
  font-family: hs, noto;
}

.login-btn.naver {
  background-color: #4db816;
  color: #fff;
}

.login-btn.kakao {
  background-color: #f2d223;
}

.login-btn.facebook {
  background-color: #3b5c95;
  color: #fff;
}

.login-btn.apple {
  background-color: #000;
  color: #fff;
}

.login-btn.normal {
  color: #fff;
  border: 0.1rem solid #fff;
  background: transparent;
  box-sizing: border-box;
}

.login-btn .sns-logo-wrapper {
  margin-right: 0.6rem;
}

.login-btn .sns-logo-wrapper,
.login-btn .login-btn-noti {
  display: flex;
  align-items: center;
}

.login-btn .sns-logo-wrapper > img {
  width: 2rem;
}

button#sign-in-with-apple-button {
  margin-top: -4.6rem;
  opacity: 0;
}

.caption {
  margin: 0.6rem 0 1.6rem;
  width: 100%;
  line-height: 1.8rem;
  letter-spacing: -0.02rem;
}

#id-result-container {
  display: none;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 5rem);
}

.id-result-wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 1.6rem 7rem;
}

.img-wrapper {
  width: 3rem;
  margin-bottom: 2rem;
}

.id-info {
  text-align: center;
  font-size: 1.3rem;
  line-height: 2rem;
  margin-bottom: 3rem;
}

.id-info > small {
  font-weight: 500;
}

.result-btn {
  width: 100%;
  text-align: center;
  padding: 1.4rem 0;
  margin-bottom: 0.6rem;
  border: 1px solid #000;
}

.result-btn.to-login-main {
  background-color: #000;
  color: #fff;
}

#balaan #btn-facebook-login {
  margin-top: 0;
}


div.layer-modal-wrapper {
  display: none;
}

div.layer-modal-wrapper.show {
  display: flex;

  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  align-items: center;
  justify-content: center;
  z-index: 9999999;
}

div.layer-background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;

  background-color: black;
  opacity: 0.5;
}

div.layer-modal {
  border-radius: 4px;
  background-color: #fff;
  padding: 0 2.1rem;

  font-family: lato, SpoqaHanSansNeo !important;

  margin: 0 2.1rem;
  height: 18.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;

  z-index: 9999999;
}

div.layer-modal * {
  font-family: lato, SpoqaHanSansNeo !important;
  color: #222;
  font-size: 1.2rem;
}

div.layer-modal.show {
  display: flex;

  width: 100%;
  margin: 0 1.6rem;
}

div.layer-contents {
  text-align: center;
}


div.layer-modal .layer-buttons {
  margin-top: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;

}

div.layer-modal .layer-button {
  font-weight: bold;
  color: white;
  background-color: #020202;
  /*padding: 2rem 0.6rem;*/
  display: flex;
  align-items: center;
  justify-content: center;

  width: 11.7rem;
  height: 3.6rem;
  border-radius: 0.2rem;
}
