.modify-company-wrap {
}
.company-info-wrap {
}
/**/
.company-search-popup {
  width: 400px;
}
.company-title {
  display: flex;
  align-items: center;
  padding: 15px;
}
.company-title h4 {
  flex: 1;
  font-size: 24px;
  font-weight: 600;
  color: #333;
}
.company-title .company-close {
  background: white;
  border: 0;
}
.company-title .close i {
  font-size: 24px;
}
.company-input {
  display: flex;
  flex-direction: row;
  padding: 15px;
  background-color: #f5f5f5;
}
.company-input input {
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  flex: 1;
  width: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
}
.company-input .btn-search {
  margin-left: 5px;
  border-radius: 6px;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  font-weight: 400;
  font-size: 18px;
}
.company-list {
  padding: 15px;
  height: 300px;
  overflow-y: auto;
}
.company-list .company-list-title {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
  color: #333;
}
.company-list ul {
}
.company-item {
  margin-bottom: 8px;
}
.company-item label {
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
.company-item label input {
  display: none;
}
.company-item label span {
  display: flex;
  padding: 12px;
  border: 1px solid #d8d8d8;
  font-weight: 400;
  font-size: 18px;
  border-radius: 0.5rem;
}
.company-item label input[type="radio"]:checked + span {
  background-color: #f5faf8;
  color: #00a865;
  font-weight: 500;
  border: solid 1px #00a865;
}
.company-item label input[type="radio"]:disabled + span {
  background: #999;
  color: #fff;
  border-color: #999;
}
.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: 24px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.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: 8px;
  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: 6px;
  height: 48px;
}
.select2-dropdown {
  border: 1px solid #e5e5e5 !important;
}
.select2 .select2-container .select2-selection--single {
  width: 100%;
  height: 48px;
  outline: none;
  padding: 12px 15px;
  border: 1px solid #e5e5e5;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 0 !important;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 48px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}
.select2-search.select2-search--dropdown {
  padding: 8px !important;
}
.select2-results__option.select2-results__message {
  padding: 15px !important;
  text-align: center;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow::before {
  content: "\f107";
  font-family: "Font Awesome 6 pro";
  font-weight: 400;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  width: 100%;
  height: 48px;
  outline: none;
  padding: 12px 15px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  font-size: 16px;
}
.blackBtn {
  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: 12px;
  padding: 0 12px;
  border: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.blackBtn:hover,
.blackBtn:focus {
  background-color: var(--bs-theme-hover);
  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: 12px;
  padding: 0 12px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.lineBtn:hover,
.lineBtn:focus {
  background-color: #f9f9f9;
}
.blackBtn[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.my-form-chks {
  display: inline-flex;
  align-items: center;
  height: 46px;
  padding: 0 10px;
}
.form-chks {
}
.form-chks input {
  display: none;
}
.form-chks label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 15px;
  line-height: 24px;
  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: "\f00c";
  background-color: white;
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cacaca;
  border-radius: 12px;
  font-size: 14px;
  font-family: "Font Awesome 6 pro";
  color: #ccc;
  transform: translateY(-50%);
}
.form-chks input:checked + label::before {
  background-color: var(--bs-theme);
  border-color: var(--bs-theme);
  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: 100px 180px 60px;
  border-radius: 30px;
}
.join-header {
  position: absolute;
  top: 10px;
  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: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 24px;
}
.join-header-cont .join-header-logo {
  display: inline-block;
  height: 40px;
}
.join-header-cont .join-header-logo img {
  height: 40px;
}
.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;
}
.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: 24px;
    overflow: auto;
  }
  .login-header {
    margin: 24px 0 12px;
  }
  .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;
  }
  .blackBtn,
  .lineBtn {
    font-size: 14px;
  }
  .loginForm-label {
    font-size: 14px;
  }
}
