/* 공통 및 회원가입 양식 */
.authTop {
	padding: 120px 0 40px;
	text-align: center;
}

.authTop .title {
	font-weight: 600;
	font-size: 48px;
	line-height: 29px;
	color: #222;
}

.authTop p {
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;
	color: #222;
	padding-top: 18px;
}

.authTop .membershipList {
	display: flex;
}


.authMiddle {
	max-width: 350px;
	margin: 0 auto 100px;
	box-sizing: border-box;
	padding: 20px 0 40px;
}

.authMiddle .membershipList {
	display: flex;
	margin-bottom: 30px;
}

.authMiddle .membershipList li {
	width: calc(100% / 2);
	box-sizing: border-box;
}

.authMiddle .membershipList li button {
	display: block;
	width: 100%;
	/* height: 49px; */
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	color: #222;
	padding: 10px 0px;
	text-align: center;
}

.authMiddle .membershipList li button:hover {
	border-bottom: 3px solid #1AB6E4;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	color: #222;
}

.authMiddle .membershipList li button.active {
	border-bottom: 3px solid #1AB6E4;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	color: #222;
}

.authMiddle .authForm {
	max-width: 100%;

}

.loginForm.authForm.partner {
	display: none;
}

.authMiddle .authForm .subtitle {
	font-weight: 600;
	font-size: 20px;
	line-height: 21px;
	padding: 16px 0 16px;
}

.authMiddle .authForm .subtitle:nth-of-type(2) {
	border-top: 1px solid #C6D5DA;
}

.authMiddle .authForm .inputArea {
	margin-bottom: 20px;
	gap: 8px;
	position: relative;
}

.authMiddle .authForm .inputArea {
	position: relative;
}

.authMiddle .authForm .inputArea>img.dropIcon {
	position: absolute;
	top: 20px;
	left: 78px;
	transform: rotate(1800deg);
}

.authMiddle .authForm .numArea {
	max-width: 530px;
}

.authMiddle .authForm .align-numArea {
	display: flex;
	align-items: center;
	/* justify-content: space-between; */
	gap: 8px;
}

.authMiddle .authForm .align-numArea .inputArea {
	margin: 0 0 20px;
}

.authMiddle .authForm .align-numArea .inputArea:nth-of-type(1) {
	max-width: 100px;
	cursor: pointer;
	position: relative;
	cursor: pointer;
}

.authMiddle .authForm .align-numArea .nationalCodeList {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #607277;
	border-radius: 8px;
	position: absolute;
	background: #fff;
	z-index: 5;
	top: 53px;
	width: 100px;
	display: none;
}

#result-find-box {
	display: none;
}

.authMiddle .noticeBox .wrapBtns {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.authMiddle .noticeBox .wrapBtns li {
	display: block;
	background: #1AB6E4;
	border-radius: 8px;
	padding: 16px;
	width: 100%;
}

.authMiddle .noticeBox .wrapBtns li a {
	color: #fff;
	font-size: 20px;
	font-weight: 600;

}

.authMiddle .authForm .align-numArea .inputArea:nth-of-type(2) {
	width: calc(100% - 108px);
	position: relative;
}

.authForm .numArea {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.authForm .numArea .wrapSpan,
.authForm .inputArea .wrapSpan {
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	color: #222;
	gap: 4px;
}

.inputArea .wrapSpan .errorMsg {
	color: #FF272D;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
}

.authForm .numArea .wrapSpan label>span,
.authForm .inputArea .wrapSpan label>span {
	color: #FF272D;
	font-size: 12px;
}

.authForm .numArea .wrapSpan label span.select,
.authForm .inputArea .wrapSpan label span.select {
	color: #222;
}

.authForm .inputArea .inputFlex {
	display: flex;
	gap: 8px;
}


.authForm .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;
}

.authForm .inputArea input {
	outline: 1px solid #607277;
	border: none;
	overflow: hidden;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 16px;
}

.authForm .inputArea input.hiddenInput {
	position: absolute;
	top: 0;
	right: 0;
}

.authForm .inputArea input.error {
	outline: 1px solid #FF272D;
}

.authForm .inputArea input.error:focus {
	border: none;
	outline: 1px solid #FF272D;
}

.authForm .inputArea input#nationalCode {
	width: 100px;
	box-sizing: border-box;
	cursor: pointer;
}
.authForm .inputArea input#nationalCode.myhome {
	width: 140px;
	box-sizing: border-box;
	cursor: pointer;
}

/* .authForm .inputArea .numInputs input#nationalCode{
  max-width: 100px;
  cursor: pointer;
} */

.authForm .inputArea input:focus {
	border: none;
	outline: 1px solid #1AB6E4;
}

.authForm .inputArea .rankInputs {
	display: flex;
	gap: 12px;
}

.authForm .inputArea .rankInputs input:nth-of-type(2) {
	max-width: 70px;
}

/* form validation, label & input class error */
/* .inputArea .warningIcon {
  width: 16px;
  height: 12px;
  position: absolute;
  right: 10px;
  top: 47px;
} */

.loginErrorArea {
	margin: 10px 0 18px;
}

.errorArea {
	margin: 10px 0 18px;
	display: none;
}

.loginErrorArea .infoTxt {
	width: 100%;
	box-sizing: border-box;
	background: rgba(255, 39, 45, 0.78);
	border-radius: 8px;
	padding: 12px 8px;
	color: #fff;
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.5;
	gap: 8px;
	margin: 0 0 5px;
	cursor: pointer;
}

.errorArea .infoTxt {
	width: 100%;
	box-sizing: border-box;
	background: rgba(255, 39, 45, 0.78);
	border-radius: 8px;
	padding: 8px;
	color: #fff;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.5;
	gap: 8px;
	margin: 0 0 5px;
	cursor: pointer;
}

.loginErrorArea .infoTxt .error-icon {
	width: 17px;
	height: 17px;
}

.errorArea .infoTxt .error-icon {
	width: 17px;
	height: 17px;
}

.errorbox {
	width: 100%;
	box-sizing: border-box;
	border-radius: 8px;
	padding: 10px 16px;
	background: rgba(255, 39, 45, 0.18);
	color: #222;
	font-size: 14px;
	line-height: 1.5;
}
.errorbox .sub {
	font-size: 14px;
	font-weight: 700;
	padding: 10px 0;
	display: none;
}
.errorbox li p {
	color: #222;
	font-size: 14px;
	line-height: 1.5;
}

.inputArea.error input {
	outline: 1px solid #FF272D;
}

.joinForm .inputArea input.error {
	outline: 1px solid #FF272D;
}

.joinForm .inputArea input.error::placeholder {
	color: #FF272D;
}

.joinForm .inputArea input.error:focus {
	border: none;
	outline: 1px solid #FF272D;
}

/* 드롭박스 */
.nationalCodeList {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #607277;
	border-radius: 8px;
	position: absolute;
	background: #fff;
	z-index: 20;
	top: 84px;
	width: 100px;
	display: none;
}

.nationalCodeList li {
	width: 104px;
	box-sizing: border-box;
	padding: 12px 16px;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: #222;
	cursor: pointer;
}

.nationalCodeList li button {
	width: 100%;
}

/* 동의 영역 */
.authAgreeArea {
	margin-bottom: 40px;
}

.authAgreeArea ul li {
	padding: 8px 0 12px;
	display: flex;
	gap: 8px;
}

.authAgreeArea ul li label {
	position: relative;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: #222;
	padding-left: 28px;
	cursor: pointer;
}

.authAgreeArea ul li:nth-of-type(1) {
	border-bottom: 1px solid #939FA4;
}

.authAgreeArea input[type="checkbox"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.authAgreeArea input[type="checkbox"]~label::after {
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	left: 0;
	top: -3px;
	text-align: center;
	background: url('/images/ico-agreeArea-check.svg') #BED1D7 no-repeat center;
	cursor: pointer;
}

.authAgreeArea input[type="checkbox"].error~label::after {
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	left: 0;
	top: -3px;
	text-align: center;
	background: url('/images/ico-agreeArea-check.svg') #BED1D7 no-repeat center;
	cursor: pointer;
	outline: 1px solid #FF272D;
}

.authAgreeArea input[type="checkbox"]~label.active::after {
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	left: 0;
	top: -3px;
	text-align: center;
	background: url('/images/ico-agreeArea-check.svg') #1AB6E4 no-repeat center;
	cursor: pointer;
}

.authAgreeArea ul li .wrapBtns {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.authAgreeArea ul li .wrapBtns button {
	text-decoration: underline;
}

/* .authAgreeArea ul li .wrapBtns .errorbox {
  position: absolute;
  max-width: 200px;
  background:  rgba(255,39,45,0.8);
  right: 30px;
  top: 0;
  border-radius: 6px;
  color: #fff;
  font-size: 12px;
  padding: 10px;
  z-index: 20;
  border: none;
  line-height: 0;
} */

/* .authAgreeArea ul li .wrapBtns .errorbox li {
  border-bottom:none;
} */

/* .wrapBtns .warningIcon {
  position: absolute;
  width: 16px;
  height: 12px;
  right: 35px;
  top: 4px;
} */

/* 이용 약관 */
#termsArea.dimmed {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 220;
}

.dimmed .termsArea {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 40px);
	max-width: 796px;
	height: 80%;
	border-radius: 16px;
	background: #fff;
	padding: 71px 25px 30px;
	box-sizing: border-box;
	margin: 0;
	overflow: hidden;
}

.dimmed .termsArea .submitBtn {
	position: relative;
	width: calc(100% / 3);
	box-sizing: border-box;
	background: #1AB6E4;
	border: 1px solid #C6D5DA;
	border-radius: 8px;
	padding: 16px;
	color: #fff;
	margin: 0 auto;
}

.dimmed .termsArea .closeBtn {
	float: right;
	margin: -52px -10px 0 0;
	cursor: pointer;
	padding: 10px;
}

.dimmed .termsArea h4 {
	font-weight: 700;
	font-size: 30px;
	line-height: 38px;
	text-align: center;
	padding: 0;
	margin-bottom: 20px;
}

.dimmed .termsArea .terms-con-wrap {
	overflow: auto;
	height: calc(100% - 120px);
	padding: 0 6px 0 0;
}

.dimmed .termsArea .terms-con-wrap{
	height: calc(100% - 120px);
	padding: 0 6px 0 0;
}

.dimmed .termsArea .terms-con-wrap::-webkit-scrollbar {
width: 8px;
}

.dimmed .termsArea .terms-con-wrap::-webkit-scrollbar-thumb {
height: 40px;
background: #999;
border-radius: 10px;
border: 1px solid #fff;
}

.dimmed .termsArea .terms-con-wrap::-webkit-scrollbar-track {
background-color: #fff;
}


.dimmed .termsArea p {
	font-weight: 400;
	font-size: 12px;
	line-height: 21px;
	color: #222;
	padding: 0;
}


/* 로그인 */
.findMember {
	display: flex;
	justify-content: center;
	margin-top: 16px;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #607277;
	margin-bottom: 40px;
	gap: 6px;
	position: relative;
}

.signupBtnList {
	display: flex;
	width: 100%;
	flex-direction: column;
}

.goSignupBtn {
	display: block;
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #1AB6E4;
	border-radius: 8px;
	padding: 16px;
	font-weight: 600;
	font-size: 20px;
	line-height: 21px;
	color: #1AB6E4;
	margin-bottom: 8px;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
}

.goContents,
.goWorktronics {
	display: block;
	margin-top: 40px;
	background: #1AB6E4;
	border: 1px solid #1AB6E4;
	border-radius: 8px;
	padding: 16px;
	font-weight: 600;
	font-size: 20px;
	line-height: 21px;
	color: #fff;
	cursor: pointer;
	text-align: center;
}

.goSignupBtn.blue {
	display: block;
	width: 100%;
	background: #1AB6E4;
	color: #fff;
}

.authForm .submitBtn {
	background: #CCD8DC;
	color: #fff;
}

.goSignupBtn:hover {
	color: #fff;
	background: #1AB6E4;
}

/* auth 버튼들 활성화 */
.authForm .goSignupBtn.active,
.authForm .submitBtn.active {
	color: #fff;
	background: #1AB6E4;
}

/* 아이디 및 비밀번호 찾기 완료 화면 css */
.noticeBox {
	text-align: center;
	background: #F0F0F0;
	border-radius: 8px;
	max-width: 700px;
	padding: 32px 0px;
	margin-bottom: 30px;
}

.noticeBox.type02 {
	background: #fff;
	padding: 0 20px;
}

.noticeBox>img {
	/* width: 100%; */
	margin-bottom: 8px;
}

.noticeBox>img.outstandingImg {
	margin-left: -180px;
}

.noticeBox>p {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #595959;
}

.noticeBox>p>span {
	color: #595959;
	display: block;
}

.authTop .backPageBtn {
	display: none
}

.wrapPermissionImg {
	position: relative;
	background: #1AB6E4;
	border-radius: 50%;
	width: 240px;
	height: 240px;
	margin: 50px auto 0;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
}

.noPermissionImg {
	position: absolute;
	display: block;
	margin: 0 auto;
	width: 248px;
}

.noPermissionTxt {
	text-align: center;
	font-weight: 700;
	font-size: 32px;
	line-height: 29px;
	color: #222;
	padding-top: 60px;
	color: #222;
}


/* 비밀번호 변경(90일) */
.infoRenew {
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
	max-width: 350px;
	margin: 0 auto;
}

.infoRenew>span {
	display: block;
}

.infoRenew span.period {
	font-weight: 700;
	color: #222;
	position: relative;
}

.infoRenew span.period::after {
	display: block;
	position: absolute;
	content: '';
	width: 100%;
	height: 9px;
	left: -2px;
	bottom: 0;
	background: rgba(135, 220, 255, 0.5);
}

.renewBtns {
	display: flex;
	gap: 8px;
}

.renewBtns button {
	font-size: 20px;
}

.renewBtns button:nth-of-type(2) {
	border: 1px solid #1ab6e4;
	background: #fff;
	color: #1ab6e4;
}

.cautionArea {
	background: rgba(135, 220, 255, 0.4);
	border-radius: 8px;
	max-width: 325px;
	padding: 10px;
	box-sizing: border-box;
	margin: 20px auto 0;

}

.cautionArea ul li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.cautionArea ul li:not(:last-of-type) {
	padding-bottom: 10px;
}

.cautionArea ul li img {
	width: 13px;
	height: 13px;
}

.cautionArea ul li p {
	font-size: 14px;
	color: #222;
	font-weight: 400;
	line-height: 1.15;
}

/* 탈퇴하기 회원 */
.noticeCont.secession {
	max-width: 700px;
	margin: 0 auto 120px;
}

.secessionBox {
	width: 100%;
	text-align: center;
}

.secessionBox>strong {
	display: block;
	font-size: 20px;
	font-weight: 600;
	color: #222;
	padding: 30px 0 20px;
}

.secessionBox>img.secessionIcon {
	width: 120px;
	margin: 20px 0 40px;
}

.secessionBox .txtbox {
	background: #f6f6f6;
	max-width: 400px;
	padding: 20px;
	border-radius: 16px;
	margin: 0 auto 45px;
}

.secessionBox p {
	font-size: 16px;
	font-weight: 400;
	color: #222;
	line-height: 22px;
}

.secessionBox p.point {
	font-size: 14px;
	font-weight: 400;
	color: #586063;
}

.secessionBox .secessionBtn {
	display: block;
	max-width: 325px;
	background: #1AB6E4;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	border-radius: 8px;
	padding: 16px 20px;
	margin: 20px auto;
}

/* errorPage*/
.noticeCont.error {
	max-width: 375px;
	margin: 0 auto 120px;
}

.noticeCont.error .errorMsgBox {
	width: 100%;
	text-align: center;
}

.noticeCont.error .errorMsgBox>img {
	margin: 20px 0;
}

.noticeCont.error .errorMsgBox>strong {
	display: block;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	color: #222;
	padding: 40px 0 60px;
}

.noticeCont.error .errorMsgBox>strong>span {
	display: block;
}

.noticeCont.error .errorMsgBox .goHomeBtn {
	margin-top: -20px;
}

@media screen and (max-width: 998px) {
	.mainArea {
		padding-top: 0;
	}

	.authTop {
		padding: 110px 0 40px;
		display: flex;
	}

	.authTop .backPageBtn {
		display: block;
		width: 24px;
		height: 24px;
	}

	.authTop .title {
		width: 100%;
		font-weight: 700;
		font-size: 36px;
		line-height: 43px;
	}

	.authTop p {
		display: none;
	}

	.infoRenew {
		font-size: 14px;
	}

	.authMiddle {
		margin: 0 auto 40px;
	}

	.authMiddle .membershipList {
		margin-bottom: 20px;
		/* border-bottom: 1px solid #B8C6CC; */
	}

	.authMiddle .membershipList li a {
		font-weight: 500;
		font-size: 18px;
		line-height: 21px;
		width: 100%;
	}

	.authMiddle .membershipList li a:hover,
	.authMiddle .membershipList li a:focus {
		font-weight: 600;
		font-size: 18px;
		line-height: 21px;
	}

	.authMiddle .membershipList li a.active {
		font-weight: 600;
		font-size: 18px;
		line-height: 21px;
	}

	.authForm .submitBtn {
		font-weight: 600;
		font-size: 20px;
		line-height: 21px;
	}

	.goSignupBtn {
		font-weight: 600;
		font-size: 20px;
		line-height: 21px;
		padding: 16px;
	}

	.noticeBox>img {
		width: 100%;
	}

	.noticeBox>img.icon {
		width: 48px;
		height: 48px;
		text-align: center;
	}

	.noticeBox>img.outstandingImg {
		margin-left: 0;
	}

	.secessionBox p>span {
		display: block;
	}

	.noticeCont.secession,
	.noticeCont.error {
		margin: 0 auto 40px;
	}

	.noticeCont.error .errorMsgBox>strong {
		font-size: 18px;
		line-height: 1.2;
	}

	.dimmed .termsArea {
		height: 80%;
	}
	
	.dimmed .termsArea h4{
		/* font-size: 6.8vw; */
		letter-spacing: -0.5px;
		line-height: 22px;
	}
	
	.dimmed .termsArea .submitBtn {
		position: absolute;
		left: 50%;
		bottom: 30px;
		transform: translateX(-50%);
		width: calc(100% / 3);
		box-sizing: border-box;
		background: #1AB6E4;
		border: 1px solid #C6D5DA;
		border-radius: 8px;
		padding: 16px;
		color: #fff;
		margin: 0 auto;
	}
}

@media screen and (max-width: 364px) {
	.infoRenew {
		font-size: 12px;
	}

	.infoRenew span.period::after {
		height: 6px;
	}
}