@charset "utf-8";

/*로그인*/
.sign-in,
.find-id,
.find-password {
  padding-bottom: 92px;
}
.sign-in-form {
  width: 460px;
  padding: 0;
}
.normal-sign-in__title {
  font-size: 36px;
  color: #000;
  margin-top: 42px;
  font-weight: bold;
}
.login-info {
  background: #f7f7f7;
  padding: 0 20px;
  display: flex;
  gap: 0 26px;
  align-items: center;
  height: 140px;
  margin-top: 33px;
  border-radius: 5px;
}
.login-info2 {
  height: auto !important;
  padding: 20px !important;
}
.login-info p {
  font-size: 14px;
  color: #000;
  line-height: 22px;
  letter-spacing: -0.02em;
}
.login-info p strong {
  color: #e14658;
}
.login-info2 p strong {
  color: #007bff;
}
.normal-sign-in__input-wrap {
  margin-top: 34px;
  margin-bottom: 11px;
}
.input-field--md {
  height: 50px;
}
.input-field {
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  overflow: visible;
}
.input-field input {
  font-size: 16px !important;
  color: #000;
  padding-inline: 15px;
}
.input-field input::placeholder {
  color: #888888;
}
.normal-sign-in button {
  margin-top: 30px;
}
.normal-sign-in button,
.guest-order-form__btn-wrap button,
.find-id-form__btn-wrap button,
.find-password-form__btn-wrap a,
.find-password-form__btn-wrap button,
.btn--md {
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 30px;
}
.form-check__label {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.form-check input[type="checkbox"] {
  width: 20px;
  height: 20px;
  background: url(../assets/img/sub/icon_check_off.png) no-repeat center;
  border: 0;
}
.form-check--md input[type="checkbox"]:checked {
  background: url(../assets/img/sub/icon_check_on.png) no-repeat center;
}
.normal-sign-in .sign-in-link {
  margin-top: 16px;
}
.normal-sign-in .sign-in-link__item {
  color: #000;
  font-weight: 500;
  padding: 0 18px;
}
.normal-sign-in .sign-in-link__item::after {
  height: 12px;
  background: #bbbbbb;
  top: 2px;
}

.open-id-sign-in {
  padding: 0;
  margin-top: 53px;
  border-top: 1px solid #e5e5e5;
  text-align: center;
}
.open-id-sign-in__title {
  font-size: 18px;
  margin-top: -14px;
  background: #fff;
  width: auto;
  display: inline-block;
  padding: 0 10px;
  font-weight: 600;
  color: #000;
}
.open-id-sign-in__item.type-naver button {
  background-color: #00c300;
  font-size: 18px;
  font-weight: 600;
  border-radius: 10px;
  padding: 15px 30px;
}
.open-id-sign-in__item.type-naver .ico {
  background: url(../assets/img/sub/icon-naver.png) no-repeat center / 20px;
}
.open-id-sign-in__list {
  margin-top: 12px;
}
.guest-order-form {
  border: 0;
  padding-top: 10px;
}
.guest-order-form__title {
  font-size: 36px;
  color: #000;
  font-weight: bold;
}
.guest-order-form__input-wrap {
  margin-top: 17px;
}
.guest-order-form__btn-wrap {
  margin-top: 30px;
}
.guest-order-form__btn-wrap button {
  background: #000;
  border-color: #000;
}

.find-id-result__id-wrap {
  font-size: 16px;
}
.find-password-authentication__btn-wrap button,
.change-password-form__btn-wrap button {
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 30px;
}
