html, body {
  background: #f0f1f3;
  font-family: "IBMPlexSansKR-Regular", sans-serif;
  position: relative;
}

@font-face {
  font-family: "IBMPlexSansKR-Regular";
  src: url("../fonts/IBMPlexSansKR-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
#languageSelectFloat {
  position: fixed;
  right: 20px;
  top: 20px;
  width: 130px;
  z-index: 900;
}

@media (max-width: 600px) {
  #login-box-wrapper {
    background: #fff;
  }
  #login-box-content {
    box-shadow: inherit !important;
    width: 100% !important;
  }

  #languageSelectFloat {
    right: 0px;
    top: 0px;
  }
}
#login {
  display: table;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  line-height: 1;
  font-size: 12px;
}
#login-box-wrapper {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  position: relative;
}
#login-box-content {
  width: 400px;
  background: #fff;
  color: #333;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0px 0px 8px 5px #eee;
  position: relative;
  overflow: scroll;
  max-height: 100vh;
}
#login-header {
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.4px;
}
#login-description {
  text-align: center;
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.4px;
  opacity: 0.8;
  word-break: break-all;
}

#login-logo {
  text-align: center;
}
#login-logo img {
  width: 80px;
}

#email-box-layer, #password-box-layer {
  margin-top: 20px;
  font-size: 16px;
}

#password-box-layer {
  margin-top: 10px;
}

#login-button {
  display: block;
  border-radius: 3px;
  margin-top: 20px;
  background: #333;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 15px 0px;
  font-size: 17px;
}

#login-or-box {
  position: relative;
  margin: 20px 0px;
  text-align: center;
}
#login-or-box span {
  z-index: 99;
  background: #fff;
  font-size: 15px;
}
#login-or-box:before {
  position: absolute;
  top: 50%;
  left: 0px;
  border-bottom: 1px solid #ccc;
  width: 42%;
  content: "";
  z-index: 0;
}
#login-or-box:after {
  position: absolute;
  top: 50%;
  right: 0px;
  border-bottom: 1px solid #ccc;
  width: 42%;
  content: "";
  z-index: 0;
}

#login-sns-list > a {
  margin-top: 10px;
  border: 1px solid #ccc;
  display: block;
  text-decoration: none;
  padding: 15px 0px 15px 50px;
  font-size: 16px;
  color: #333;
  letter-spacing: -0.2px;
  background-repeat: no-repeat;
  background-position: 10px 9px;
  background-size: 30px 30px;
  border-radius: 3px;
}
#login-sns-list > a.sns-apple {
  background-image: url("../images/social/apple.png");
}
#login-sns-list > a.sns-google {
  background-image: url("../images/social/google.png");
}
#login-sns-list > a.sns-kakao {
  background-image: url("../images/social/kakao.png");
}
#login-sns-list > a.sns-facebook {
  background-image: url("../images/social/facebook.png");
}
#login-sns-list > a.sns-line {
  background-image: url("../images/social/line.png");
}
#login-sns-list > a.sns-naver {
  background-image: url("../images/social/naver.png");
}
#login-sns-list > a.sns-other {
  padding: 15px;
  text-align: center;
  color: #333;
  border: 1px solid #333;
}
#login-sns-list > a.hidden {
  display: none;
}

#login-bottom-menu {
  text-align: center;
  margin-top: 20px;
  font-size: 0;
}
#login-bottom-menu a {
  display: inline-block;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  padding: 0px 3px;
}
#login-bottom-menu a.active {
  font-weight: 800;
}

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