.member-layout {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 100%;
  min-height: 100vh;
  padding: 30px 0;
  align-items: center;
  justify-content: center;
  background-color: #f6f7f8;
}

.member-area {
  width: 820px;
  background-color: #fff;
  padding: 60px 180px;
  border-radius: 0;
}

.login-header {
  text-align: center;
  margin-bottom: 12px;
}

.login-header a:hover {
  opacity: 0.7;
}

.login-header-logo img {
  width: 100px;
}

.login-header-tit-box {
  margin-top: 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;
}

.loginForm-inputBox {
  position: relative;
  padding-top: 20px;
}

.loginForm-label {
  font-size: 16px;
  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;
}

select.loginForm-input {}

.loginForm-input::placeholder {
  color: #bbb;
}

.loginForm-inputBox .flex-input-box .input-btn {
  margin-top: 8px;
  height: 48px;
}

.themeBtn {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  height: 56px;
  background-color: var(--bs-theme);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 0px;
  padding: 0 12px;
  border: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.themeBtn:hover,
.themeBtn:focus {
  background-color: var(--bs-theme-hover-bg);
  color: #fff;
}

.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;
}

#loginBtn {
  margin-top: 30px;
}

.login-chks {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.form-chks {}

.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;
  width: 21px;
  height: 21px;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0;
}

.form-chks label::after {
  content: "\f00c";
  font-size: 10px;
  font-family: "Font Awesome 6 pro";
  position: absolute;
  left: 5px;
  top: 4px;
  color: #bbbbbb;
}

.form-chks input[type="checkbox"]+label::before {
  border-radius: 0px;
}

.form-chks input:checked+label::before {
  background-color: #000;
  border-color: #000;
}

.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: 820px;
  background-color: #fff;
  padding: 80px 180px 60px;
  border-radius: 30px;
}

.join-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.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;
}

.join-footer .join-footer-txt {
  color: #979797;
  font-size: 14px;
}

.join-footer .join-footer-txt a {
  display: inline-block;
  margin-left: 12px;
  text-decoration: underline;
}

.join-footer-link a {
  display: inline-block;
  color: #767676;
  text-decoration: underline;
  font-size: 14px;
}

.join-footer-link a:hover {
  color: #000;
}

.join-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;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}

.join-step-wrap h2 {
  font-size: 24px;
  font-weight: 300;
}

.join-step-wrap .line {
  display: block;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  margin: 0 12px;
}

.join-step-list {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: 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-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 {
  border-radius: 10px;
  background-color: #f7f7f7;
  padding: 20px;
}

.joinAgreeWrap hr {
  margin: 20px 0;
  border-color: #ccc;
  border-style: dashed;
  border-top-width: 1px;
}

.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: 0px;
}

.allCheck label {
  position: relative;
  margin-bottom: 0;
  font-size: 16px;
  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;
  width: 22px;
  height: 22px;
  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: 5px;
  top: 4px;
  color: #bbbbbb;
}

.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+.agreeCheckItem {
  margin-top: 14px;
}

.agreeCheckItem .more {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0px;
  font-size: 14px;
  padding: 0 10px;
  color: #767676;
}

.agreeCheckItem input {
  display: none;
}

.agreeCheckItem label {
  position: relative;
  padding-left: 24px;
  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::after {
  content: "\f00c";
  font-size: 12px;
  font-family: "Font Awesome 6 pro";
  position: absolute;
  left: 5px;
  top: 2px;
  color: #bbbbbb;
}

.agreeCheckItem input:checked+label,
.agreeCheckItem input:checked+label::after {
  color: #000;
}

.agreeCheckItem label span {
  display: inline-block;
  margin-right: 4px;
}

.agreeCheckItem label .essential {
  color: #007eff;
}

.agreement-popup-wrap {
  font-size: 14px;
  line-height: 1.6;
  max-height: 70vh;
  padding: 20px;

  overflow-y: auto;
}

.agreement-popup-inner br {
  display: none;
}

@media (max-width: 1024px) {
  .member-area {
    width: 680px;
    padding: 60px 130px;
  }

  .join-area {
    width: 680px;
    padding: 80px 130px 60px;
  }
}

@media (max-width: 768px) {
  .member-layout {
    padding: 0;
  }

  .member-area {
    width: 100%;
    height: 100vh;
    border-radius: 0;
    padding: 90px 24px 24px 24px;
    overflow: auto;
  }

  .login-header {
    /* margin: 24px 0 12px; */
    display: none;
  }

  .join-area {
    width: 100%;
    height: 100vh;
    border-radius: 0;
    padding: 80px 24px 24px;
    /* overflow: auto; */
  }

  .join-header-cont {
    position: relative;
    align-items: center;
    height: 56px;
    padding: 0 24px;
  }

  .themeBtn,
  .lineBtn {
    font-size: 14px;
  }

  .loginForm-label {
    font-size: 14px;
  }
}