@charset "UTF-8";
/* 로그인 커스텀 START */
body {
  padding-top: 0 !important;
  height: unset !important;
  min-height: unset !important;
}

.login-wrap {
  display: flex;
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center;
}
.login-wrap .mbskin {
  margin: unset;
  width: 400px;
  padding-bottom: 100px;
}
.login-wrap .mbskin .mbskin_box {
  border: none;
}
.login-wrap .mb_log_cate .circle {
  display: flex;
  width: 110px;
  height: 110px;
  background-color: #f9f9f9;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin: 0 auto;
  font-size: 35px;
  margin-bottom: 20px;
}
.login-wrap .mb_log_cate h2 {
  width: 100%;
  float: unset;
  padding: 0;
  font-size: 18px;
  letter-spacing: 0.5px;
}
.login-wrap #mb_login #login_fs .frm_input {
  margin: unset;
}
.login-wrap #mb_login #login_fs .frm_input:not(:nth-of-type(1)) {
  margin-top: 10px;
}
.login-wrap .frm_input {
  border: unset;
  box-shadow: unset;
  box-sizing: border-box;
  border-radius: unset;
  color: #1c1c1c;
  border-bottom: 1px solid #d0d3db;
  font-size: 18px;
}
.login-wrap .btn-login-submit {
  position: relative;
  overflow: hidden;
  display: flex;
  width: 100%;
  height: 40px;
  color: #FFF;
  border-radius: 40px;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.login-wrap .btn-login-submit .text {
  position: relative;
  color: inherit;
}
.login-wrap .btn-login-submit::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0;
}
.login-wrap .btn-login-submit:hover::before {
  opacity: 1;
}

/* 로그인 커스텀 END */