body {
  width: 100vw;
  overflow-x: hidden;
}

.guest_login {
  display: none;
}

.signForm {
  position: fixed;
  min-width: 100vw;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  position: relative;
  padding-bottom: 6vh;
}

.signForm::after {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 30, 42, 0.9);
  z-index: -1;
}

.signForm::before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: url("../images/loginBg.png") center no-repeat;
  background-size: cover;
}

.signBox {
  color: #8c94a9;
  margin-top: 10vh;
}

.signBox .logo {
  margin-bottom: 5.5rem;
}

.signBox > .title {
  color: white;
  font-size: 3.1rem;
  font-family: Objektiv;
  font-weight: 900;
}

.signBox > .subTitle {
  font-size: 1.3rem;
  color: #8c94a8;
  font-family: Objektiv;
  margin-bottom: 2.7rem;
}

.signBox > .subTitle a {
  color: #feba69;
  text-decoration: underline;
}

.signBox input {
  background: rgba(255, 255, 255, 0.1);
  width: 37.5rem;
  height: 3.375rem;
  display: block;
  border: none;
  padding-left: 1rem;
  border-radius: 7px;
  margin-bottom: 1.3rem;
  outline: none;
  color: white;
  transition: 0.2s;
  font-size: 1.15rem;
}

.signBox input:focus {
  background: rgba(255, 255, 255, 0.3);
}

.signBox input::placeholder {
  color: #6c6f7b;
}

.signBox input[type="submit"],
.signBox .button,
#email_check_btn {
  width: 37.5rem;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(254, 186, 105, 0.5);
  font-size: 1.5rem;
  color: white;
  font-family: Objektiv;
  font-weight: 500;
  height: 5rem;
  cursor: pointer;
  transition: 0.2s;
  border-radius: 7px;
}

.signBox input[type="submit"]:hover {
  background: rgba(254, 186, 105, 0.7);
}

.signBox .auto_login_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
  margin-top: 1.7rem;
}

.signBox .auto_login_wrap .left {
  display: flex;
  align-items: center;
}

.signBox .auto_login_wrap input {
  width: 1.875rem;
  height: 1.875rem;
  margin-bottom: 0;
  cursor: pointer;
  border: 1px solid #8c94a8;
  border-radius: 4px;
  position: relative;
  top: -2px;
}

.signBox .auto_login_wrap label {
  margin-left: 0.6rem;
  display: inline-block;
  font-size: 1.125rem;
  cursor: pointer;
  user-select: none;
}

.signBox .auto_login_wrap .right a {
  text-decoration: underline;
  text-underline-position: under;
  font-size: 1.125rem;
}

.foot {
  font-size: 1.125rem;
  margin: 1%;
}

.foot a {
  color: #feba69;
  display: inline-block;
  text-decoration: underline;
  text-underline-position: under;
}

.signBox .info {
  font-size: 0.75rem;
  column-rule: #a2a4ae;
  text-align: center;
  line-height: 1.6;
  margin-top: 1.5rem;
}

.signForm .menu {
  display: flex;
  align-items: center;
  margin-bottom: 2.8rem;
}

.signForm .menu .menuItem {
  font-size: 1.375rem;
  width: 50%;
  text-align: center;
  font-size: 1.125rem;
  color: #5d606c;
  border-bottom: 2px solid #8c94a8;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.2rem;
  cursor: pointer;
}

.signForm .menu .menuItem:nth-child(1) {
  border-right: 2px solid #8c94a8;
}

.signForm .menu .menuItem.on {
  font-size: 1.375rem;
  color: #a2a4ae;
  border-top: 2px solid #8c94a8;
  border-bottom: none;
}

.signForm button {
  border: inherit;
}

.signForm .mb_agree,
.signForm .mb_privacy {
  width: 37.5rem;
}

.signForm .step {
  display: none;
}

.signForm .step.active {
  display: block;
}

.signForm .mb_agree {
  background: #1c1d2a;
  height: 16rem;
  padding: 1rem 1.1rem 1.5rem 1.7rem;
}

.signForm .mb_agree .scrollBox {
  height: 100%;
  overflow: auto;
  padding-right: 2rem;
}

/* 스크롤바 설정*/
.signForm .mb_agree .scrollBox::-webkit-scrollbar {
  width: 6px;
}

.signForm .mb_agree .scrollBox::-webkit-scrollbar-thumb {
  background-color: #feba69;
  border-radius: 10px;
}

.signForm .mb_agree .scrollBox::-webkit-scrollbar-track {
  background-color: #5c5f6a;
  border-radius: 10px;
}

.signForm .mb_privacy td,
.signForm .mb_privacy th {
  background: #1c1d2a;
  color: #6c6f7b;
  font-size: 0.825rem;
  text-align: center;
  word-break: keep-all;
}

.signForm .mb_privacy th {
  padding: 0.7rem 0;
}

.signForm .mb_privacy td {
  padding: 0.7rem 1rem;
}

.signForm .mb_privacy {
  border-spacing: 5px;
  border-collapse: separate;
}

.signForm .mb_join_title {
  font-size: 1.25rem;
}

.signForm .titleRap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2.5rem 0 1rem;
}

.signForm .titleRap .right {
  display: flex;
  align-items: center;
}

.signForm .titleRap .right .label {
  margin-right: 1rem;
  position: relative;
  top: -1px;
  cursor: pointer;
}

.moreAggree {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
}

.moreAggree.all {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}

.moreAggree.allnew {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}

.moreAggree.all .mb_join_title {
  color: #a8abb6;
}

.moreAggree .mb_join_row {
  display: flex;
  position: relative;
}

.moreAggree .mb_join_row > div {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  margin-left: 1rem;
}

.moreAggree .mb_join_row > div .checkBox {
  margin-left: 0.5rem;
}

.signForm .nextStep {
  display: flex;
  justify-content: flex-end;
  margin-top: 2.5rem;
}

.signForm .nextStep > div {
  width: 40% !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(254, 186, 105, 0.5);
  color: white;
  border-radius: 7px;
  padding: 1.7rem 2rem;
  font-size: 1.5rem;
  cursor: pointer;
}

.signForm .nextStep > div img {
  width: 2rem;
}

.signForm .agree {
  color: #feba69;
}

.step2 .mb_join_row {
  position: relative;
  width: 37.5rem;
  height: 3.375rem;
  margin-bottom: 1.3rem;
}

.step2 .down{
  position: relative;
  width: 37.5rem;
  height: 3.375rem;
  margin-bottom: 2.5rem;
}

.step2 .mb_join_row input {
  margin-right: 0;
  width: 100%;
  height: 100%;
}

.step2 .mb_join_row input::placeholder {
  color: #8c94a9;
}

.step2 .mb_join_row input:valid {
  /* background: rgba(255,255,255,.5); */
}

.step2 .mb_join_row .placeholder {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  font-size: 0.75rem;
  pointer-events: none;
}

.step2 .repetition {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translate(0, -50%);
  background: rgba(0, 0, 0, 0.9);
  color: white;
  border-radius: 4px;
  padding: 0.65rem 1rem 0.6rem 1rem;
  font-size: 0.8rem;
  opacity: 0;
  transition: 0.2s;
  pointer-events: none;
  z-index: 10;
}

.step2 .mb_join_row input:valid ~ .repetition {
  opacity: 1;
  pointer-events: inherit;
}

.step2 .mb_join_row .repetition {
  right: -6rem;
}

.step2 .p_msg {
  font-size: 0.8rem !important;
  position: relative;
  top: -0.8rem;
  color: #8c94a9 !important;
}

.step2 .p_msg_ad {
  font-size: 0.8rem !important;
  position: relative;
  top: -2.0rem;
  color: #8c94a9 !important;
}

.step_cate .opt {
  /* display: inline-block; */
  vertical-align: top;
  /* height: 294px; */
  padding: 20px;
  margin-left: 0;
}

.step_cate .opt .biz_chk {
  /* float: left; */
  /* margin-right: 5px; */
  background-color: #e2e2e2;
  height: auto;
  position: relative;
  display: flex;
  /* border-radius: 50px;
  background: #D9D9D9; */
}
.step_cate .opt .inp_chk {
  /* float: left; */
  /* margin-right: 5px; */
  background-color: #e2e2e2;
  height: auto;
  position: relative;
  display: flex;
  /* border-radius: 50px;
  background: #D9D9D9; */
}

/* .sub_category_area .opt ul li {
  cursor: pointer;
  vertical-align: middle;
} */

.step_cate input {
  background-color: #e2e2e2;
  width: 6.5rem;
  height: 3.375rem;
  display: block;
  border: none;
  padding-left: 1rem;
  border-radius: 7px;
  margin-bottom: 1.3rem;
  outline: none;
  color: white;
  transition: 0.2s;
  font-size: 1.15rem;
}

/* .step_cate .opt .clear input[type="radio"] {
  display: none;
} */

.step_cate .opt .biz_chk .list {
  
  position: relative;
  display: inline-block;
  background-color: #e2e2e2;
  padding: 30px 30px;
  margin: 15px;
  color: #555;
  border-radius: 10px 10px 10px 10px;
  font-size: 20px;
  user-select: none;
  overflow: hidden;
  cursor: pointer;
}

.step_cate .opt .biz_chk span p {
  
  position: relative;
  background-color: #e2e2e2;
  color: #555;
  padding: 23px 0px;
  font-size: 12px;
  user-select: none;
  overflow: hidden;
  cursor: pointer;
  vertical-align: middle;
}

.step_cate .opt .biz_chk {
  transform: scale(1.02);
  background-color: #e2e2e2;
}

.step_cate .opt .inp_chk .list {
  
  position: relative;
  display: inline-block;
  background-color: #e2e2e2;
  padding: 30px 30px;
  margin: 15px;
  color: #555;
  border-radius: 10px 10px 10px 10px;
  font-size: 20px;
  user-select: none;
  overflow: hidden;
  cursor: pointer;
}

.step_cate .opt .inp_chk span p {
  
  position: relative;
  background-color: #e2e2e2;
  color: #555;
  padding: 23px 0px;
  font-size: 12px;
  user-select: none;
  overflow: hidden;
  cursor: pointer;
  vertical-align: middle;
}

.step_cate .opt .inp_chk{
  transform: scale(1.02);
  background-color: #e2e2e2;
}

.step_cate .opt input[type="radio"]:hover{
  transform: scale(1.02);
  background-color: #e2e2e2;
}
.step_cate .opt input[type="radio"]:checked{
    border: 4px solid #ffa500;
}


.step2 .radioclass {
  display: flex;
  align-items: center;
}
.mb_join_wrap .radio_chk {
  width: 1.875rem;
  height: 1.875rem;
  margin-bottom: 0;
  cursor: pointer;
  /* border: 1px solid #8c94a8; */
  border-radius: 4px;
  position: relative;
  
  top: -2px;
}

.step2 .radioclass p {
  margin-right: 3rem;
  margin-left: 1rem;
  
}

.signBox .mb_join_wrap .selectBox.mb_birth_1 {
  min-width: 7rem !important;
  /* margin-right: 1rem; */
}

.signBox form select{
  resize: none;
  color: white;
  background: #6f7581;
  border: none;
  border-radius: 3px;
  min-height: 2.5rem;
  min-width: 18.75rem;
  padding: 1rem;
  font-size: 1rem;
  font-family: GmarketSans;
  float: right;
}

.step2 .mb_join_row .mb_birth_1 {
  margin-right: 0;
  width: 100%;
  height: 100%;
  
}