@charset "UTF-8";
/* Global */
body {
  font-family: Pretendard !important;
}

button {
  font-family: Pretendard !important;
}

.wrapper {
  height: 100vh;
  width: 100%;
  display: flex;
  position: relative;
}

.login_wrapper {
  display: flex;
  width: 1340px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin: auto;
  justify-content: space-between;
}
.login_wrapper .login_bg__wrapper {
  position: relative;
  padding-right: 294px;
}
.login_wrapper .login_bg__wrapper > .__human {
  z-index: 2;
  position: relative;
}
.login_wrapper .login_bg__wrapper > .__shadow {
  position: absolute;
  top: 17px;
  right: 0;
  z-index: 1;
  width: 508px;
}
.login_wrapper .login_form__wrapper {
  width: 400px;
  padding-top: 85px;
}
.login_wrapper .login_form__wrapper .__logo {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
}
.login_wrapper .login_form__wrapper .__logo p {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #aaaaaa;
  padding-left: 8px;
}
.login_wrapper .login_form__wrapper h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
  margin-bottom: 35px;
}
.login_wrapper .login_form__wrapper .input_wrapper {
  margin-bottom: 30px;
}
.login_wrapper .login_form__wrapper .btn_login {
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #ffffff;
  background-color: #182e7b;
  width: 400px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  margin-bottom: 50px;
  border: none;
  border-radius: 5px;
}
.login_wrapper .login_form__wrapper .btn_login:disabled {
  background-color: #b7bed6;
  cursor: pointer;
}
.login_wrapper .login_form__wrapper .btn_login:focus-visible {
  outline: none;
}
.login_wrapper .login_form__wrapper .login_copyright {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  font-weight: 400;
  color: #aaaaaa;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login_wrapper .login_form__wrapper .login_copyright > img {
  width: 11px;
  padding-top: 1px;
  margin-right: 4px;
}

/* 로그인 반응형 */
@media (max-width: 1370px) {
  .login_wrapper {
    padding: 40px 25px;
  }
}
@media (max-width: 1150px) {
  .wrapper {
    justify-content: center;
  }
  .login_wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    align-items: start;
  }
  .login_wrapper > .login_bg__wrapper {
    display: none;
  }
  .login_wrapper > .login_form__wrapper {
    padding: 0px 25px;
    margin: auto;
    margin-top: 70px;
    margin-bottom: 20px;
    height: calc(100% - 90px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .login_wrapper > .login_form__wrapper .__logo {
    margin-bottom: 35px;
  }
  .login_wrapper > .login_form__wrapper h2 {
    display: none;
  }
  .login_wrapper > .login_form__wrapper .btn_login {
    width: 100%;
    margin-bottom: 0;
  }
  .login_wrapper > .login_form__wrapper .login_copyright {
    margin-bottom: 20px;
  }
}
@media (max-width: 430px) {
  .login_wrapper .login_form__wrapper {
    width: 100%;
  }
}

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