:root {
  --bs-theme-1: 126, 175, 0;
  --bs-theme-2: 0, 142, 107;
  --bs-theme-3: 0, 120, 122;
  --bs-theme-4: 47, 72, 88;
  --bs-opcity-00: 0;
  --bs-opcity-005: 0.05;
  --bs-opcity-02: 0.2;
  --bs-opcity-04: 0.4;
  --bs-opcity-06: 0.6;
  --bs-opcity-08: 0.8;
  --bs-opcity-10: 1;
}

/* 로그인인 */
.login-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.login-area .left-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #000;
  display: flex;
}
.login-area .left-area .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;

  background: url("../../common/img/login_img.png") 50% 100% no-repeat;
  background-size: contain;
  background-color: #fff;
}
.login-area .left-area .login-text {
  position: relative;
  width: 84%;
  align-self: center;
  margin: 0 auto;
  max-width: 600px;
  top: -6%;
  opacity: 0.9;
  text-align: center;
}
.login-area .left-area .login-text .tit {
  font-size: 35px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 30px;
  word-break: keep-all;
}
.login-area .left-area .login-text .txt {
  font-size: 17px;
  font-weight: 300;
  color: #fff;
  line-height: 1.6;
  word-break: keep-all;
}
.login-area .right-area {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  background-color: rgba(255, 255, 255, 0.72);
  transition-property: background-color;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.login-area .right-area.submit-page {
  height: auto;
}

.login-area .section {
  position: relative;
  width: 90%;
  max-width: 400px;
  align-self: center;
  margin: 0;
}
.login-area .section h1 {
  text-align: center;
}
.login-area .section h1 img {
  width: auto;
  max-height: 40px;
}
.login-area .section h1 .company {
  font-size: 25px;
  color: #484848;
  font-weight: 600;
  vertical-align: middle;
  letter-spacing: -0.02em;
}
.login-area .section .title {
  padding: 40px 0 10px 0;
  font-size: 20px;
  font-weight: 600;
  color: #636363;
  text-align: left;
}
.login-area .section .input-cont {
  width: 100%;
}
.login-area .section .tit {
  padding: 15px 0 5px;
  font-size: 13px;
  color: rgba(var(--bs-theme-1), var(--bs-opcity-10));
  text-indent: 2px;
  text-align: left;
}
.login-area .section .txt {
  padding: 20px 0 10px 0;
  font-size: 15px;
  font-weight: 500;
  color: #636363;
  text-align: left;
}
.login-area .section .input-box {
  padding: 0 0 10px 0;
}
.login-area .section .input-box .text {
  font-size: 20px;
  color: #222222;
  line-height: 1.3;
  font-weight: 600;
}
.login-area .section input[type="text"] {
  padding: 10px 10px;
  background: rgba(var(--bs-theme-1), var(--bs-opcity-005));
  font-size: 13px;
  margin: 0;
  border: 1px solid rgba(var(--bs-theme-1), var(--bs-opcity-04));
}
.login-area .section input[type="text"]:focus {
  border: 1px solid rgba(var(--bs-theme-1), var(--bs-opcity-06));
  background: #fff;
}
.login-area .section input[type="password"] {
  padding: 10px 10px;
  background: rgba(var(--bs-theme-1), var(--bs-opcity-005));
  font-size: 13px;
  margin: 0;
  border: 1px solid rgba(var(--bs-theme-1), var(--bs-opcity-04));
}
.login-area .section input[type="password"]:focus {
  border: 1px solid rgba(var(--bs-theme-1), var(--bs-opcity-06));
  background: #fff;
}
.login-area .section input::placeholder {
  color: rgba(var(--bs-theme-1), var(--bs-opcity-10));
}
.login-area .section .btn-box {
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
.login-area .section .btn-box span {
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  color: #777;
  padding: 0 3px;
}
.login-area .section .btn-box span:hover {
  color: rgba(var(--bs-theme-2), var(--bs-opcity-10));
}
.login-area .section .line {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #e3ede3;
  margin: 10px 0;
}
.login-area .section .btn-box button {
  font-weight: 600;
  margin: 0;
  font-size: 15px;
  padding: 15px 20px;
  margin: 4px 0;
}
.login-area .section .btn-box > a {
  font-weight: 600;
  margin: 0;
  font-size: 15px;
  padding: 15px 20px;
  margin: 4px 0;
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
}
.login-area .section .btn-box > a:hover,
.login-area .section .btn-box > a:focus {
  text-decoration: none;
}
.login-area .section .btn-box span > a {
  text-decoration: none;
  font-weight: 600;
  color: #a5a5a5;
}
.login-area .section select {
  font-weight: 600;
  margin: 4px 0;
  font-size: 15px;
  padding: 6px 10px;
  background-position: right 10px;
  line-height: 1.6;
}
.login-area .section .btn-box .btn_white {
  background: #fff;
  border: 1px solid rgba(var(--bs-theme-2), var(--bs-opcity-04));
  color: #666666;
  font-size: 14px;
}

.login-area .section .btn-box .btn_kakao {
  background: #ffe812;
  border: 1px solid #ffe812;
  color: #1b1c1d;
  font-size: 14px;
}

.login-area .section .btn-box .btn_naver {
  background: #00c73c;
  border: 1px solid #00c73c;
  color: #fff;
  font-size: 14px;
}

.login-area .section .btn-box .btn_facebook {
  background: #1877f2;
  border: 1px solid #1877f2;
  color: #fff;
  font-size: 14px;
}

.login-area .section button.btn_sub {
  font-weight: 600;
  margin: 0;
  font-size: 13px;
  padding: 10px 10px 10px;
}

.login-area .section .login-other {
  width: 100%;
  text-align: center;
  font-size: 13px;
  color: rgba(var(--bs-theme-2), var(--bs-opcity-10));
  font-weight: 400;
  margin: 20px auto 14px;
}
.login-area .section .login-other-cont {
  width: 100%;
  text-align: center;
  margin: 0 auto 30px;
}
.login-area .section .login-other-cont span {
  display: inline-block;
  padding: 10px;
  border-radius: 100px;
  width: 24px;
  height: 24px;
  background: #ccc;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  margin: 0 2px;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.login-area .section .login-other-cont span.other-btn1 {
  background-color: #19ce60;
  /* background-image: url(../images/b_icon_naver.png); */
}
.login-area .section .login-other-cont span.other-btn2 {
  background-color: #ffec00;
  /* background-image: url(../images/b_icon_kakao.png); */
}
.login-area .section .login-other-cont span.other-btn3 {
  background-color: #1777f0;
  /* background-image: url(../images/b_icon_facebook.png); */
}
.login-area .section .login-other-cont span.other-btn4 {
  background-color: #ffffff;
  /* background-image: url(../images/b_icon_google.png); */
  border: solid 1px #eeeeee;
}
.login-area .section .login-other-cont span.other-btn5 {
  background-color: #000000;
  /* background-image: url(../images/b_icon_apple.png); */
}
.login-area .section .login-other-cont span.other-btn1:hover {
  background-color: #17b956;
}
.login-area .section .login-other-cont span.other-btn2:hover {
  background-color: #f1df00;
}
.login-area .section .login-other-cont span.other-btn3:hover {
  background-color: #1264ca;
}
.login-area .section .login-other-cont span.other-btn4:hover {
  background-color: #f0f0f0;
}
.login-area .section .login-other-cont span.other-btn5:hover {
  background-color: #222222;
}

.btn-box > a,
.btn-box button {
  border-radius: 2px;
  color: #fff;
  padding: 9px 18px;
  margin: 2px 2px;
  border: 0;
  font-size: 14px;
  font-weight: 500;
  word-break: keep-all;
  font-family: "Roboto", "Noto Sans KR", dotum, "돋움", sans-serif;
  box-sizing: border-box;
  line-height: 16px;
  vertical-align: middle;
  transition: all 0.03s ease-in-out;

  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  cursor: pointer;
  outline: 0;
}

.login-area .section .btn-box {
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
.btn-theme1 {
  background: linear-gradient(
    0.25turn,
    rgba(var(--bs-theme-1), var(--bs-opcity-10)),
    rgba(var(--bs-theme-3), var(--bs-opcity-10))
  );
}
.btn-theme1:hover {
  background: linear-gradient(
    0.25turn,
    rgba(var(--bs-theme-1), var(--bs-opcity-10)),
    rgba(var(--bs-theme-2), var(--bs-opcity-10)),
    rgba(var(--bs-theme-3), var(--bs-opcity-10))
  );
}
.btn-theme2 {
  background: linear-gradient(
    0.25turn,
    rgba(var(--bs-theme-4), var(--bs-opcity-10)),
    rgba(var(--bs-theme-2), var(--bs-opcity-10))
  );
}
.btn-theme2:hover {
  background: linear-gradient(
    0.25turn,
    rgba(var(--bs-theme-4), var(--bs-opcity-10)),
    rgba(var(--bs-theme-3), var(--bs-opcity-10)),
    rgba(var(--bs-theme-2), var(--bs-opcity-10))
  );
}
/* .btn_blue_grd {
  background: linear-gradient(0.25turn, #2094fa, #00e5dd);
}
.btn_blue_grd:hover {
  background: linear-gradient(0.25turn, #2298ff, #01dcda, #00e8b4);
}
.btn_green_grd {
  background: linear-gradient(0.25turn, #00bad0, #00eb6f);
}
.btn_green_grd:hover {
  background: linear-gradient(0.25turn, #00bad0, #12fe81);
}
.btn_red_grd {
  background: linear-gradient(0.25turn, #ff487c, #ffc425);
}
.btn_red_grd:hover {
  background: linear-gradient(0.25turn, #ff487c, #ffea3a);
}
.btn_purple_grd {
  background: linear-gradient(0.25turn, #be30d7, #ff9264);
}
.btn_purple_grd:hover {
  background: linear-gradient(0.25turn, #be30d7, #ffaf5a);
} */

.parsley-errors-list {
  padding-left: 0;
  list-style: none;
}

@media only screen and (max-width: 768px) {
  .login-area {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
  }
  .login-area .left-area {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #000;
    display: flex;
  }
  .login-area .left-area .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 0.5;
  }
  .login-area .left-area .login-text {
    position: relative;
    width: 90%;
    align-self: center;
    margin: 0 auto;
    max-width: 500px;
    top: -6%;
    padding: 45px 0;
  }
  .login-area .left-area .login-text .tit {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    margin: 0 0 10px;
    word-break: keep-all;
  }
  .login-area .left-area .login-text .txt {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    line-height: 1.6;
    word-break: keep-all;
  }
  .login-area .right-area {
    position: relative;
    top: 0;
    left: 0%;
    width: 100%;
    height: auto;
    display: flex;
  }
  .login-area .section {
    position: relative;
    width: 100%;
    max-width: 300px;
    padding: 30px 20px 50px;
    align-self: center;
    margin: 0 auto;
    box-sizing: border-box;
  }
}

/* 회원가입 */
.multi-steps > li.is-active:before,
.multi-steps > li.is-active ~ li:before {
  content: counter(stepNum);
  font-family: inherit;
  font-weight: 500;
}
.multi-steps > li.is-active:after,
.multi-steps > li.is-active ~ li:after {
  background-color: #e3ede3;
}
.multi-steps {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.multi-steps > li {
  counter-increment: stepNum;
  text-align: center;
  display: table-cell;
  position: relative;
  color: rgba(var(--bs-theme-1), var(--bs-opcity-10));
}
.multi-steps > li span {
  color: #666;
}
.multi-steps > li:before {
  content: "\2713";
  display: block;
  margin: 0 auto 4px;
  background-color: #fff;
  width: 20px;
  height: 20px;
  line-height: 16px;
  text-align: center;
  font-weight: bold;
  border-width: 2px;
  border-style: solid;
  border-color: rgba(var(--bs-theme-1), var(--bs-opcity-10));
  border-radius: 50%;
  box-shadow: 0 0 0px 4px rgba(var(--bs-theme-1), var(--bs-opcity-02));
}
.multi-steps > li:after {
  content: "";
  height: 3px;
  width: 100%;
  background-color: rgba(var(--bs-theme-1), var(--bs-opcity-10));
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: -1;
}
.multi-steps > li.before-active:after {
  width: 0;
  background-color: rgba(var(--bs-theme-1), var(--bs-opcity-10));
  -webkit-animation: increase 2s;
  -moz-animation: increase 2s;
  -o-animation: increase 2s;
  animation: increase 2s;
  animation-fill-mode: forwards;
}
@keyframes increase {
  100% {
    width: 100%;
  }
}
.multi-steps > li:last-child:after {
  display: none;
}
.multi-steps > li.is-active:before {
  background-color: #fff;
  border-color: rgba(var(--bs-theme-1), var(--bs-opcity-10));
}
.multi-steps > li.is-active ~ li {
  color: #808080;
}
.multi-steps > li.is-active ~ li:before {
  background-color: #e3ede3;
  border-color: #e3ede3;
  box-shadow: none;
}
.card-option {
  position: relative;
  width: 100%;
  height: auto;
  font-size: 15px;
  color: #666;
  font-weight: 500;
  display: table;
  box-sizing: border-box;
  padding: 3px 3px;
  vertical-align: middle;
}
.card-option .option-section {
  position: relative;
  display: inline-block;
  margin-right: 14px;
  font-size: 13px;
  padding: 4px 0;
  font-weight: 500;
  min-height: 26px;
  vertical-align: middle;
}

/* 약관 */
.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;
  border-radius: 4px;
}
.allCheck label::after {
  content: "\f00c";
  font-size: 12px;
  font-family: "Font Awesome 6 pro";
  position: absolute;
  left: 5px;
  top: 50%;
  color: #bbbbbb;
  transform: translateY(-50%);
}
.allCheck input:checked + label::before {
  background-color: rgba(var(--bs-theme-1), var(--bs-opcity-10));
  border-color: rgba(var(--bs-theme-1), var(--bs-opcity-10));
}
.allCheck input:checked + label::after {
  color: #fff;
}
.allCheck .essential {
  margin-right: 4px;
}
body:has(.terms-of-use) .modal .custom-scroll {
  height: 80vh;
  overflow-y: auto;
  padding: 20px;
}

/* 등록 */
.search-customBtn {
  background-color: rgba(var(--bs-theme-1), var(--bs-opcity-08));
  border-color: rgba(var(--bs-theme-1), var(--bs-opcity-10));
  padding-top: 8px;
}
.search-customBtn:hover,
.search-customBtn:focus,
.search-customBtn:active {
  background-color: rgba(var(--bs-theme-1), var(--bs-opcity-10)) !important;
  border-color: rgba(var(--bs-theme-1), var(--bs-opcity-10)) !important;
}

/* .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: 6px;
  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;
}

.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;
  }
  .themeBtn,
  .lineBtn {
    font-size: 14px;
  }
  .loginForm-label {
    font-size: 14px;
  }
} */
