#mb_login .logo {
  width: 100%;
}
#mb_login .logo a {
  display: block;
  margin: 0 auto;
  margin-top: 45px;
  text-align: center;
  width: fit-content;
}
#mb_login .logo a img {
  height: 122px;
}
#mb_login button.btn {
  width: 100%;
}
#mb_login .txt-box-wrap {
  width: 100%;
  margin-bottom: 20px;
}
#mb_login .txt-box-wrap .txt_box {
  font-size: 11px;
  color: #000;
  border: 1px solid #000;
  border-radius: 6px;
  display: inline-block;
  padding: 3px 6px;
  position: relative;
  margin-bottom: 10px;
  margin-left: 10%;
}
#mb_login .txt-box-wrap .txt_box::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 20%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-top: 6px solid #000;
  border-bottom: 6px solid none;
  border-right: 6px solid transparent;
  border-left: 0px solid transparent;
}

#mb_login h1 {
  font-size: 14px;
  word-break: keep-all;
  font-weight: 400;
  text-align: center;
  margin: 28px 0 10px 0;
}
#mb_login h2 {
  font-size: 18px;
  word-break: keep-all;
  text-align: center;
  margin-bottom: 38px;
}
#mb_login .or_slash {
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  margin: 25px 0 20px 0;
}
#mb_login .or_slash::before {
  background: #e6e6ea;
  height: 1px;
  flex: 1;
  margin-right: 14px;
  content: "";
  display: block;
}
#mb_login .or_slash::after {
  background: #e6e6ea;
  height: 1px;
  flex: 1;
  margin-left: 14px;
  content: "";
  display: block;
}
#mb_login .btns {
  text-align: right;
}
#mb_login .btn_password_lost {
  background: none;
  color: #000;
  border: none;
  font-size: 14px;
  box-sizing: content-box;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
#mb_login .btns .bottom_box {
  margin-bottom: 25px;
}
#mb_login .btns input[id="login_auto_login"] {
  display: none;
}
#mb_login .btns label {
  float: left;
  text-indent: 26px;
  margin-left: 3%;
  float: left;
  font-size: 14px;
  display: flex;
  align-items: center;
}
#mb_login .btns input[id="login_auto_login"] + label span {
  background: url("https://image.daedamo.com/images/img/renew/icon/i_check_off_gray_20.svg") no-repeat;
  position: absolute;
  display: block;
  border: none;
  width: 20px;
  height: 20px;
  background-size: 100%;
  box-sizing: border-box;
}
#mb_login .btns input[id="login_auto_login"]:checked + label span {
  background: url("https://image.daedamo.com/images/img/renew/icon/i_check_on_blue_20.svg") no-repeat;
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background-size: 100%;
  box-sizing: border-box;
}
#mb_login .btns input[id="login_auto_login"]:checked + label {
  color: #4c00ee;
}
#mb_login .btn_footer {
  position: relative;
  width: 100%;
  padding-bottom: 50px;
}
#mb_login .btn_submit {
  width: 100%;
  border-radius: 20px;
  color: #fff;
  margin: 0;
  padding: 0;
  background: #000;
  font-size: 16px;
  font-style: normal;
  margin-bottom: 5%;
  border: 1px solid #000;
  height: 44px;
  line-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.5px;
  box-sizing: border-box;
}
#mb_login .btns .btn01 {
  width: 100%;
  border-radius: 20px;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-style: normal;
  text-align: center;
  color: #000;
  background: none;
  border: 1px solid #d1d1d4;
  height: 44px;
  line-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.5px;
  box-sizing: border-box;
}
/* 회원가입 페이지의 하단 영역 */
#mb_login .bottom_txt {
  text-align: center;
  border-top: 1px solid #e6e6ea;
  padding: 30px 0;
}
#mb_login .bottom_txt a {
  display: block;
  margin-bottom: 15px;
}
#mb_login .btn-register-email {
  background: #6438eb;
  padding: 12px 22px;
  font-size: 16px;
  border-radius: 60px;
  color: #fff;
  display: block;
  margin: -5px 0 35px 0;
}
#mb_login .btn-register-email img {
  width: 25px;
  height: 23px;
  margin-right: 10px;
}

/* -----------------------------------------------------------
  ------ mobile ------
--------------------------------------------------------------  */
.mobile #mb_login .kakao_sync {
  margin-bottom: 0;
}
.mobile #mb_login .txt-box-wrap.line-box {
  margin-top: 20px;
  margin-bottom: 0;
}
.mobile #mb_login .btn-apple-login {
  margin-top: 20px;
}
/* 회원가입 페이지의 하단 영역 */
.mobile #mb_login .btn-register-email {
  margin-top: 20px;
  text-align: left;
}
