
/* 회원가입 약관동의 시작 */
.terms-wrap {
  font-family: 'AppleSDGothicNeoB';
  min-width:360px;
}
.terms-wrap label {
  height:60px;
}
.terms-wrap #next_submit { padding-top:18px; padding-bottom: 18px;}


.terms-wrap .btn-check:checked + .btn.btn-active-light-info,
.terms-wrap .btn-check:checked + .btn.btn-active-light-info i,
.terms-wrap .btn-check:checked + .btn.btn-active-light-info .svg-icon {
  color: #7755FF;
  background-color: #F4F6FA !important;
}

.terms-wrap .btn-check:checked + .btn.btn-active-light-primary i {
  color: #7755FF;
}

.terms-wrap .btn-check:checked + .btn.btn-active-light-primary,
.terms-wrap .btn-check:checked + .btn.btn-active-light-primary .svg-icon {
  color: #9CA0A8;
  background-color: transparent !important;
}
.terms-wrap .btn-check:checked + .btn.btn-active-light-primary .btn i {
  color: #9CA0A8;
}

.terms-wrap #next_submit:disabled { background-color: #F6F6F6;}

/* 회원가입 약관동의 끝 */


/* 회원가입 step01 시작 */
.joinstep01-wrap, .joinstep02-wrap {
  font-family: 'AppleSDGothicNeoB';
  min-width:360px;
}

.joinstep01-wrap #next_submit, .joinstep02-wrap #next_submit { padding-top:18px; padding-bottom: 18px;}
/* 회원가입 step01 끝 */
