.member-layout {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 100px 0;
}

.oneStep-layout {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin: 100px 0;
}

.oneStep-txt {
  display: flex;
  flex-direction: column;
  width: 400px;
  margin: 0 auto;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  word-break: keep-all;
}

.highlight {
  position: relative;
  font-weight: 700;
}

.highlight::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: 2px;
  background-color: rgba(150, 39, 255, 0.4);
}

.oneStep-content {
  display: flex;
  gap: 20px;
}

.member-area {
  width: 600px;
  background-color: #fff;
  padding: 40px;
  border: solid 1px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.login-header,
.oneStep-header {
  text-align: center;
  margin-bottom: 30px;
}

.login-header a:hover,
.oneStep-header a:hover {
  opacity: 0.7;
}

.login-header-logo img {
  width: 100px;
}

.login-header-tit-box {
  margin-bottom: 20px;
  text-align: center;
}

.login-header-tit-box .login-header-tit {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 700;
  color: #000;
}

.login-header-tit-box .login-header-txt {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #767676;
  word-break: keep-all;
}

.loginForm-inputBox {
  position: relative;
  padding-bottom: 30px;
}

.loginForm-label {
  font-size: 14px;
  font-weight: 700;
  margin-left: 3px;
  margin-bottom: 0;
}

.loginForm-input {
  display: block;
  width: 100%;
  height: 48px;
  outline: none;
  padding: 12px 15px;
  border: 1px solid #e5e5e5;
  color: #000;
  margin-top: 8px;
  border-radius: 0px;
  font-size: 16px;
}

.loginForm-input[readonly],
.loginForm-input[disabled] {
  background-color: #f7f7f7;
  color: #676767;
  border-color: #ddd;
}

.loginForm-input::placeholder {
  color: #bbb;
}

.loginForm-inputBox .flex-input-box .input-btn {
  margin-top: 6px;
  height: 48px;
}

.loginForm-inputBox .input-iconBox .input-icon {
  top: 15px !important;
}

.loginForm-inputBox input {
  border-radius: 8px !important;
}

.themeBtn {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  height: 50px;
  background-color: #9627ff;
  color: #fff;
  border: 0;

  word-break: keep-all;

  font-size: 16px;
  font-weight: 700;
  border-radius: 8px;
  padding: 0 12px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.themeBtn:hover,
.themeBtn:focus {
  background-color: rgb(99, 16, 177);
  color: #fff;
}

.themeBtn-border,
.themeBtn-border-color,
.themeBtn-danger,
.member-radio-wrap .member-radio {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  height: 50px;
  background-color: rgba(0, 0, 0, 0);
  color: #000;
  font-size: 16px;
  font-weight: 700;
  border-radius: 8px;
  padding: 0 12px;
  border: solid 1px #ddd;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;

  word-break: keep-all;
}

.themeBtn-border:hover,
.themeBtn-border:focus {
  background-color: rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #333;
}

.themeBtn-white {
  background-color: #fff;
}

.themeBtn-white:hover,
.themeBtn-white:focus {
  background-color: rgba(255, 255, 255, .7);
}

.themeBtn-border-color,
.member-radio-wrap .member-radio:has(input:checked) {
  border: solid 1px #9627ff;
  color: #9627ff;
}

.themeBtn-border-color:hover,
.themeBtn-border-color:focus {
  background-color: rgba(220, 183, 255, 0.2);
  text-decoration: none;
  color: #9627ff;
}

.themeBtn-danger {
  background-color: rgba(244, 67, 54, 1);
  color: #fff;
  border-color: transparent;
}

.themeBtn-danger:hover,
.themeBtn-danger:focus {
  background-color: rgba(244, 67, 54, .6);
  text-decoration: none;
}

.lineBtn {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  height: 56px;
  background-color: #fff;
  border: 1px solid #d8dce4;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  border-radius: 0px;
  padding: 0 12px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.lineBtn:hover,
.lineBtn:focus {
  background-color: #f9f9f9;
}

.themeBtn[disabled],
.lineBtnp[disabled] {
  background-color: #eee;
  border-color: #eee;
  color: #878c9a;
}

.themeBtn-w-100px {
  width: 100px !important;
  height: 48px !important;
}

.themeBtn-h-46px {
  height: 46px !important;
}

.themeBtn-h-48px {
  height: 48px !important;
}

#loginBtn {
  margin-top: 30px;
}

.login-chks {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -5px;
}

.form-chks input {
  display: none;
}

.form-chks label {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  font-size: 15px;
  margin: 0;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-chks label::before {
  content: "";
  border: 1px solid #cacaca;
  border-radius: 50px !important;
  width: 21px;
  height: 21px;
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 0;
}

.form-chks label::after {
  content: "\f00c";
  font-size: 10px;
  font-family: "Font Awesome 6 pro";
  position: absolute;
  left: 6px;
  top: 4px;
  color: #bbbbbb;
}

.form-chks input[type="checkbox"]+label::before {
  border-radius: 0px;
}

.form-chks input:checked+label::before {
  background-color: #9627ff;
  border-color: #9627ff;
}

.form-chks input:checked+label::after {
  color: #fff;
}

.find-link-box a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #767676;
  padding-right: 12px;
}

.find-link-box a::after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  position: absolute;
  right: 4px;
  top: 6px;
  background-color: #ddd;
}

.find-link-box a:last-child {
  padding-right: 0;
}

.find-link-box a:last-child::after {
  display: none;
}

.divide-txt {
  position: relative;
  text-align: center;
  font-size: 13px;
  color: #979797;
  margin: 18px 0;
}

.divide-txt::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  position: absolute;
  top: 10px;
  left: 0;
}

.divide-txt span {
  display: inline-block;
  background-color: #fff;
  padding: 0 12px;
  position: relative;
}

.member-title {
  text-align: center;
  color: #000;
  margin-bottom: 18px;
}

.member-title p {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 12px;
}

.member-title span {
  display: block;
  font-size: 16px;
  color: #767676;
}

.join-area {
  position: relative;
  width: 560px;
}

.join-header-cont {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 60px;
  padding: 0 40px;
}

.join-header-cont .back {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 24px;
}

.join-header-cont .join-header-logo {
  display: inline-block;
  width: 100px;
}

.join-footer {
  margin-top: 50px;
  text-align: center;
}

.oneStep-footer {
  margin-top: 30px;
  text-align: center;
}

.join-footer .join-footer-txt,
.oneStep-footer .oneStep-footer-txt {
  color: #979797;
  font-size: 14px;
}

.join-footer .join-footer-txt a,
.oneStep-footer .oneStep-footer-txt a {
  display: inline-block;
  margin-left: 12px;
  text-decoration: underline;
}

.join-footer-link {
  display: flex;
  justify-content: center;
}

.login-footer-link {
  display: flex;
  justify-content: space-between;
}

.oneStep-footer-link {
  display: flex;
  justify-content: center;
}

.join-footer-link a,
.oneStep-footer-link a,
.login-footer-link a {
  display: inline-block;
  color: #767676;
  text-decoration: underline;
  font-size: 14px;
}

.join-footer-link a:hover,
.oneStep-footer-link a:hover,
.login-footer-link a:hover {
  color: #000;
}

.oneStep-footer-link a:nth-child(1) {
  color: #9627ff !important;
}

.oneStep-footer-link a:nth-child(1):hover {
  color: #9627ff;
}

.join-footer-link a+a::before,
.oneStep-footer-link a+a::before,
.login-footer-link a+a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
  width: 1px;
  height: 12px;
  background-color: #e5e5e5;
}

.join-step-wrap {
  position: relative;
  align-items: center;
  margin-bottom: 80px;
}

.join-step-list {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: flex;
  align-items: center;

  width: 100%;
  justify-content: center;
}

.join-step-list>span {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #ececec;
  text-align: center;
}

.join-step-list>span+span {
  margin-left: 6px;
}

.join-step-list>span.active {
  background-color: var(--bs-theme);
  width: 22px;
  height: 22px;
  color: #fff;
  font-size: 12px;
}

.join-step-list>span.prev {
  background-color: #676767;
}

.join-step-list>div {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;

  width: auto;
  height: auto;
  text-align: center;
}

.join-step-list>div span {
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 3px;
  font-weight: 400;

  background-color: #676767;
  color: #dcdcdc;
}

.join-step-list>div {
  color: #999;
  font-weight: 700;
}

.join-step-list>div p {
  font-size: 16px;
}

@media (max-width: 350px) {
  .join-step-list>div p {
    font-size: 14px;
  }
}

.join-step-list>div+div {
  margin-left: 30px;
}

.join-step-list>div.active {
  color: #000;
}

.join-step-list>div.active span {
  background-color: #9627ff;
  color: #fff;
  font-size: 12px;
}

.join-confirm-tit {
  text-align: center;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
}

.join-confirm-txt {
  font-size: 16px;
  color: #333;
  margin-bottom: 50px;
}

.join-info-box {
  margin-top: 26px;
  margin-bottom: 0;
}

.join-info-box dd {
  font-size: 14px;
  color: #767676;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.join-info-box dd i {
  margin-top: 3px;
  margin-right: 4px;
}

.join-info-box dd+dd {
  margin-top: 12px;
}

.joinAgreeWrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.joinAgreeWrap>div {
  height: 60px;
  padding: 0 20px;
  border: solid 1px #ddd;
  border-radius: 8px;
  display: flex;
  align-items: center;
}

.joinAgreeWrap hr {
  margin: 20px 0;
  border-color: #ccc;
  border-style: dashed;
  border-top-width: 1px;
}

.join-btn-box {
  display: flex;
  margin: 0 auto;
  width: 100%;
  gap: 20px;
}

.find-confirm-box {
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  background-color: #f5f6f7;
}

.confirm-id {
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 700;
}

.confirm-date {
  font-size: 16px;
  font-weight: 400;
  color: #979797;
}

.allCheck input[type="checkbox"] {
  display: none;
}

.allCheck input[type="checkbox"]+label::before {
  border-radius: 4px;
}

.allCheck label {
  position: relative;
  margin-bottom: 0;
  font-size: 15px;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.allCheck label::before {
  content: "";
  border: 1px solid #cacaca;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #fff;
}

.allCheck label::after {
  content: "\f00c";
  font-size: 12px;
  font-family: "Font Awesome 6 pro";
  position: absolute;
  left: 4px;
  top: 3px;
  color: #bbbbbb;
}

@media (max-width: 400px) {
  .allCheck label::after {
    top: 13px;
  }

  .loginForm-input {
    font-size: 14px;
  }
}

.allCheck input:checked+label::before {
  background-color: #000;
  border-color: #000;
}

.allCheck input:checked+label::after {
  color: #fff;
}

.agreeCheckItem {
  position: relative;
  padding-right: 32px;
}

.agreeCheckItem .more {
  display: inline-block;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  padding: 0 10px;
  color: #767676;
}

.agreeCheckItem input {
  display: none;
}

.agreeCheckItem label {
  position: relative;
  padding-left: 30px;
  font-weight: 400;
  color: #767676;
  margin-bottom: 0;
  font-size: 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.agreeCheckItem label::before {
  content: "";
  border: 1px solid #cacaca;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #fff;
}

.agreeCheckItem label::after {
  content: "\f00c";
  font-size: 12px;
  font-family: "Font Awesome 6 pro";
  position: absolute;
  left: 4px;
  top: 3px;
  color: #bbbbbb;
}

.agreeCheckItem input:checked+label,
.agreeCheckItem input:checked+label::after {
  color: #000;
}

.agreeCheckItem input:checked+label::before {
  background-color: #ddd;
}

.agreeCheckItem label span {
  display: inline-block;
  margin-right: 4px;
}

.agreeCheckItem label .essential {
  color: #000;
  font-weight: 700;
}

.agreement-popup-wrap {
  font-size: 14px;
  line-height: 1.6;
  max-height: 70vh;
  padding: 20px;

  /* overflow-y: auto; */
}

.agreement-popup-inner br {
  display: none;
}

.member_tit {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  padding: 8px 2px;
  border-bottom: solid 1px #000;
  margin-bottom: 30px;
}

.member_tit p {
  color: #767676;
  font-size: 14px;
}

.member_tit p span {
  color: #ff1212;
  padding-right: 2px;
}

.member-radio-wrap {
  display: flex;
  align-items: center;
  margin-top: 8px;
  height: 50px;
  gap: 20px;
  font-size: 16px;
}

.member-radio-wrap .member-radio {
  display: flex;
  align-items: center;
  gap: 5px;
}

.member-radio-wrap .member-radio [type="radio"] {
  accent-color: #9627ff;
}

.member-radio-wrap .member-radio input,
.member-radio-wrap .member-radio label {
  margin: 0;
  font-weight: 400;
}

.business-reg {
  margin-top: 8px;
}

.business-reg .join-dropzone {
  width: 100%;
  border: dashed 1.5px #ddd !important;
}

.business-reg .my-dropzone .dz-preview {
  height: 40px !important;
  min-height: auto;
  border: solid 1px #ddd;
  border-radius: 8px;
  padding: 12px;
  display: flex;
  align-items: center;
  margin: 8px 0;
}

.business-reg .my-dropzone .dz-preview.dz-image-preview .dz-details {
  transition: none !important;
  -webkit-transition: none !important;
  opacity: 1 !important;
  max-width: 85%;
  min-width: auto;
  padding: 0;
  display: flex;
  flex-direction: row-reverse;

  position: relative;
}

.business-reg .my-dropzone .dz-preview .dz-details .dz-filename {
  position: relative;
  width: 85%;
}

.business-reg .my-dropzone .dz-preview .dz-details .dz-filename:hover {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.business-reg .my-dropzone .dz-preview .dz-details .dz-filename span {
  color: #767676;
}

.business-reg .my-dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: solid 1px #fff;
  color: #000;
}

.business-reg .my-dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 0;
}

.business-reg .my-dropzone .dz-preview .dz-details .dz-size span {
  display: flex;
}

.business-reg .my-dropzone .dz-preview .dz-remove {
  margin-top: 0;
  padding: 0;
  margin-left: auto;
  padding: 0 5px;
}

.business-reg .join-dropzone .dz-preview>.dz-progress,
.business-reg .join-dropzone .dz-preview>.dz-image,
.business-reg .join-dropzone .dz-preview>.dz-error-message,
.business-reg .join-dropzone .dz-preview>.dz-success-mark,
.business-reg .join-dropzone .dz-preview>.dz-error-mark {
  display: none;
}

.check-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #9627ff;
  border-radius: 100%;
  margin: 0 auto;
}

.check-circle i {
  color: #fff;
  font-size: 28px;
}

@media (max-width: 1024px) {
  .join-area {
    width: 680px;
    padding: 80px 130px 60px;
  }
}

@media (max-width: 768px) {
  .member-layout {
    padding: 0;
    margin-top: 0;
  }

  .member-layout.oneStep-layout,
  .member-layout:has(.join-footer) {
    margin-top: 56px;
  }

  .oneStep-layout .member-area:nth-child(2) {
    border-top: dotted 1px #ddd;
  }

  .member-area {
    width: 100%;
    border: none;
    border-radius: 0;
    padding: 24px;
    overflow: auto;
  }

  .join-area {
    width: 100%;
    border-radius: 0;
    padding: 80px 24px 24px;
    overflow: auto;
  }

  .join-header-cont {
    position: relative;
    align-items: center;
    height: 56px;
    padding: 0 24px;
  }

  .themeBtn,
  .themeBtn-border,
  .themeBtn-border-color,
  .themeBtn-danger,
  .lineBtn {
    font-size: 14px;
  }

  .loginForm-label {
    font-size: 14px;
  }

  .oneStep-txt {
    width: 100%;
    margin: 0;
  }
}