.user {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 60px 0 24px;
}

.user .user__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    letter-spacing: -1.4px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.user .user__text {
  margin: 0;
}

.user .user-login .xu-form-group+.xu-form-group {
    margin-top: 8px;
}

.xu-form-group.xu-form-group--large .xu-form-group__control {
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.6px;
    color: #fff;
    padding-left: 11px;
    height: 56px;
    width: 100%;
    border: 1px solid #555555 !important;
    border-radius: 2px;
    background: #333333 !important;
    outline: none;
}

.xu-form-group input.xu-form-group__control:hover {
    background: #333;
}

.xu-form-group .xu-form-group__box .xu-form-group__icon {
    position: absolute;
    top: 50%;
    width: 28px;
    height: 28px;
    margin-top: -14px;
    padding: 0;
    border: 0 none;
    background-color: transparent;
}

.xu-form-group .xu-form-group__box .xu-form-group__icon i {
    font-size: 23px;
    vertical-align: top;
    color: #777;
}

.user .user-login .xu-label-checkradio {
    float: right;
    margin: 8px 0;
}

.xu-label-checkradio--small .xu-label-checkradio__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.01em;
    color: #949494;
}

.xu-label-checkradio .xu-label-checkradio__helper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: #333333 !important;
    border: 1px solid #555555 !important;
}

.xu-label-checkradio input[type="checkbox"]:checked + .xu-label-checkradio__helper {
    background: #595959 !important;
    border: 1px solid #555555 !important;
}

.xu-label-checkradio--small .xu-label-checkradio__helper {
    width: 13px;
    height: 13px;
}

.xu-label-checkradio--small .xu-label-checkradio__text {
    padding-left: 19px;
}

.user .user-login .user-login__button {
    margin-top: 12px;
}

.xu-button--large {
    padding: 15px;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.6px;
    color: #1F1F1F !important;
    border-radius: 4px;
}

.user .auth-user__text {
    margin: 57px 0 0;
    font-size: 0;
}

.user .auth-user__text a {
    font-weight: 400;
    color: #949494;
    margin: 0;
    padding: 0 7px 0 6px;
    position: relative;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.01em;
}

.user .auth-user__text a::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 6px;
    width: 1px;
    height: 7px;
    background: #555555;
}

.user .auth-user__text a:last-child::after {
    width: 0;
}

.user .user-signup{
  margin-top: 20px;
}

.user-signup .xu-form-group {
  margin-bottom: 20px;
}

.user-signup .xu-form-group .xu-form-group__label {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.4px;
  color: #B7B7B7;
  padding-bottom: 6px;
}

.xu-form-group .xu-form-group__validation {
  margin: 6px 0 0;
  padding: 0;
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: -0.4px;
  color: #777;
}

input[type="checkbox"] + .checkbox-design {
  width: 13px;
  height: 13px;
  box-sizing: border-box;
  background: #333333;
  border: 1px solid #555555;
  position: relative;
}

input[type="checkbox"]:checked + .checkbox-design::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5px;
  height: 8px;
  margin-top: -7px;
  margin-left: -3px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(40deg);
}

.terms-box.__xe-register-aggrements .xe-terms-scroll {
    scrollbar-width: auto;
    scrollbar-color: #555555 inherit;
}

.terms-box.__xe-register-aggrements .xe-terms-scroll::-webkit-scrollbar {
    width: 11px;
}

.terms-box.__xe-register-aggrements .xe-terms-scroll::-webkit-scrollbar-track {
    background: inherit;
}

.terms-box.__xe-register-aggrements .xe-terms-scroll::-webkit-scrollbar-thumb {
    background-color: #555555;
    border-radius: 50px;
    border-right: 5px solid #383838;
    border-top: 5px solid #383838;
    border-bottom: 5px solid #383838;
}

.blind {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: -1px;
    width: 1px;
    height: 1px;
}

.user .auth-sns-user .auth-sns-user-list li a {
    width: 45px;
    height: 45px;
    padding: 0;
    background: transparent !important;
}

.user .auth-sns-user .auth-sns-user-list li a::before {
    content: unset !important;
}

.xu-form-group .xu-form-group__validation {
    font-family: "Noto Sans KR", sans-serif;
}

.xu-text--danger, .xu-text--error {
    color: #FF0101 !important;
}

.xu-text--success {
    color: #28A745 !important;
}

.user--reset-password .xu-form-group {
    margin-bottom: 20px;
}

.user--reset-password .xu-form-group .xu-form-group__label {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.4px;
    color: #B7B7B7;
    padding-bottom: 6px;
}

.user--reset-password .user__text {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -1.4px;
    text-transform: uppercase;
    color: #B7B7B7;
    word-break: keep-all;
    margin: 20px auto;
}

.user--reset-password .xe-btn,
.user--reset-password .xe-btn:hover,
.user--reset-password .xe-btn:focus {
    background: #CEAB8D !important;
    width: 100%;
    border-radius: 4px;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.6px;
    color: #1F1F1F;
    padding: 15px 0;
    border: unset;
    outline: unset;
}