.joinMiddle .join-step-mb{
	display: none;	
}

.join-step-wrap{
	position: relative;
	max-width: 530px;
	margin: 30px auto 50px;
	text-align: center;
}
.join-step-wrap::before{
	content: '';
	position: absolute;
	top: 26px;
	left: 50%;
	transform: translateX(-50%);
	width: 95%;
	height: 2px;
	background: #555;
	z-index: -1;
}
.join-step-wrap ul{
	display: flex;
	justify-content: space-between;
}
.join-step-wrap ul li{
	text-align: center;
}
.join-step-wrap ul li .stepBox{
	margin: 0 auto;
	width: 54px;
	height: 54px;
	background: #FFF;
	border-radius: 54px;
	box-sizing: border-box;
	border: 12px solid #D9D9D9;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.16);
}
.join-step-wrap ul li p{
	margin-top: 20px;
	font-weight: 500;
	font-size: 20px;
	color: #607277;
}
.join-step-wrap ul li.choice .stepBox{
	border-color: #1AB6E4;
}
.join-step-wrap ul li.choice p{
	font-weight: 600;
	color: #1AB6E4;
}

/* 회원가입 */
.joinMiddle {
  max-width: 326px;
  margin: 0 auto 100px;
  box-sizing: border-box;
}

.joinForm.step02,
.joinForm.step03 {
	display: none;
}

.joinMiddle h6{
	position: relative;
	margin: 40px auto 50px;
	width: fit-content;
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 0.01em;
	color: #000;
}

.joinMiddle h6::before{
	content: '';
	position: absolute;
	top: 14px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	padding: 0 10px;
	height: 21px;
	background: rgba(26, 182, 228, 0.3);
	z-index: -1;
}
.joinMiddle .joinForm h4.joinTitle{
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 21px;
	color: #222;
	margin-bottom: 20px;
}

.joinMiddle .joinForm .inputArea {
  margin-bottom: 20px;
  gap: 8px;
	position: relative;
}

.joinMiddle .joinForm .inputArea input.hiddenInput {
  position: absolute;
  top: 0;
  right: 0;
}

.joinMiddle .joinForm .inputArea .numInputs {
  position: relative;
  display: flex;
  gap: 6px;
}
.joinMiddle .joinForm .inputArea .numInputs > img{
  position: absolute;
  top: 20px;
  left: 78px;
  transform: rotate(1800deg);
}

.joinMiddle .joinForm .inputArea .numInputs > input:nth-of-type(1) {
  width: 70px;
  cursor: pointer;
}
.joinMiddle .joinForm .inputArea .numInputs > input:nth-of-type(2) {
  width: 100%;
	/* max-width: 217px; */
}

.joinMiddle .joinForm .inputArea .btnInputs{
	position: relative;
	display: flex;
	gap: 8px;
}

.joinMiddle .joinForm .inputArea .btnInputs > input:nth-of-type(1){
	flex: 1;
}
.joinMiddle .joinForm .inputArea .btnInputs > input:nth-of-type(2){
	width: 90px;
	background: #1AB6E4;
	color: #FFF;
	outline-color: #1AB6E4;
	cursor: pointer;
	font-weight: 600;
	font-size: 14px;
}

.joinForm .inputArea .wrapSpan {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #222;
  gap: 4px;
}

.joinForm .inputArea .wrapSpan label > span {
  color: #FF272D;
  font-size: 12px;
}
.joinForm .inputArea .wrapSpan label .select {
  color: #222;
}

.joinForm .inputArea .inputFlex {
  display: flex;
  gap: 8px;
}


.joinForm .inputArea .inputFlex button {
  min-width: 91px;
  background: #1AB6E4;
  border: 1px solid #1AB6E4;
  border-radius: 8px;
  padding: 13px;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
} 

.joinForm .inputArea input{
  max-width: 100%;
  outline: 1px solid #607277;
  border: none;
  border-radius: 8px;
  padding: 16px;
}

.joinForm .inputArea input:focus {
  border: none;
  outline: 1px solid #1AB6E4;
}

.joinForm .inputArea .rankInputs {
  display: flex;
  gap: 4px;
}
.joinForm .inputArea .rankInputs input:nth-of-type(2){
  max-width: 70px;
}

.joinMiddle .inputArea .fileInputs{
	position: relative;
	display: flex;
	gap: 6px;
}
.joinMiddle .inputArea .fileInputs input[type="text"]{
	flex: 1;
	color: #777;
}
.joinMiddle .inputArea .fileInputs label{
	width: 90px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: #1AB6E4;
	outline-color: #1AB6E4;
	font-weight: 600;
	font-size: 14px;
	color: #FFF;
	border-radius: 8px;
	cursor: pointer;
}
.joinMiddle .inputArea .fileInputs input[type="file"]{
	position: absolute;
	width: 0;
	height: 0;
	padding: 0;
	overflow: hidden;
	border: 0;
	outline: none;
}

.joinMiddle .btnArea {
	max-width: 530px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 8px;
}

.joinMiddle .joinBtn{
	width: 100%;
	left: 20px;
	height: 53px;
	background: #C6D5DA;
	border-radius: 8px;
	font-weight: 600;
	font-size: 20px;
	color: #FFF;
}

.joinMiddle .joinBtn.prevBtn {
	color: #1AB6E4;
	border: 1px solid #1AB6E4;
	background: #fff;
}

.joinMiddle .joinBtn.active{
	background: #1AB6E4;
	color: #fff;
}

/* 드롭박스 */
.joinMiddle .inputArea .nationalCodeList {
  max-width: 102px;
  box-sizing: border-box;
  border: 1px solid #607277;
  border-radius: 8px;
  position: absolute;
  background: #fff;
  z-index: 5;
  top: 85px;
  width: 102px;
  display: none;
}
.joinMiddle .inputArea .nationalCodeList.show{
  display: block;
}

.joinMiddle .inputArea .textInputs{
	display: flex;
	gap: 6px;
}
.joinMiddle .inputArea .textInputs input:nth-of-type(1){
	width: 55%;
}
.joinMiddle .inputArea .textInputs input:nth-of-type(2){
	flex: 1;
}

/* 동의 영역 */
.joinForm .authAgreeArea {
	margin: 0 auto 40px;
	max-width: 530px;
}
/* .joinForm .authAgreeArea ul li{
  padding: 8px 0 12px;
  display: flex;
  gap: 8px;
}

.joinForm .authAgreeArea ul li button{
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #222;
}

.joinForm .authAgreeArea ul li:nth-of-type(1) {
  border-bottom: 1px solid #939FA4;
}
.joinForm .authAgreeArea ul li:nth-of-type(2) {
	padding-top: 12px;
}

.joinForm .authAgreeArea ul li .check{
  width: 20px;
  height: 20px;
  background: url('../../images/ico-agreeArea-check.svg') #BED1D7 no-repeat center;
  cursor: pointer;
}
.joinForm .authAgreeArea ul li .check.active{
  background: url('../../images/ico-agreeArea-check.svg') #1AB6E4 no-repeat center;
  cursor: pointer;
}
.joinForm .authAgreeArea ul li .wrapBtns{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
} */

.joinForm .authAgreeArea ul li .wrapBtns button:nth-of-type(2) {
  text-decoration: underline;
}


@media screen and (max-width: 998px) {
.joinMiddle {
	padding: 0 20px;
	width: 100%;
	margin-bottom: 0;
}

.joinForm {
	max-width: 530px;
	margin: 0 auto;
}

.joinMiddle h6 {
	display: none;
}

.join-step-wrap{
	display: none;
}
.joinMiddle .join-step-mb{
	display: block;
	margin-bottom: 30px;
}
.joinMiddle .join-step-mb p{
	font-weight: 600;
	font-size: 18px;
	color: #222;
	padding: 10px 0;
	text-align: left;
}

.joinMiddle .joinForm h4.joinTitle{
	display: none;
}
	
}