.login {
	width: 100%;
	max-width: 526px;
	min-height: 100vh;
	justify-content: center;
	padding: 20px;
	margin: 0 auto;
	box-sizing: border-box;
}
.login h1 {
	color: var(--key-color);
	text-align: center;
	font-size: 30px;
	font-weight: 900;
	margin-bottom: 50px;
}
.login .txt {
	gap: 30px;
	margin-bottom: 30px;
}
.login .txt strong {
	font-size: 32px;
}
.login .txt p {
	color: var(--text-);
	font-size: 24px;
}
.login .form .label {
	position: relative;
	display: block;
	margin-bottom: 30px;
}
.login .form .label > p {
	margin-bottom: 10px;
}
.login .form .label input {
	display: block;
	width: 100%;
	height: 46px;
	font-size: 16px;
	padding: 0 20px;
	border: 1px solid var(--border-secondary);
	border-radius: 10px;
	box-sizing: border-box;
}
.login .form .check > div:first-child {
	flex: 1;
}
.login .form .check > div input {
	display: none;
}
.login .form .check > div input + label {
	position: relative;
	display: block;
	font-size: 16px;
	color: var(--text-);
}
.login .form .check > div input + label:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	border-radius: 3px;
	border: 1px solid var(--border-secondary);
	width: 20px;
	height: 20px;
	margin-right: 5px;
	box-sizing: border-box;
}
.login .form .check > div input:checked + label:before {
	background: var(--key-color) url("../images/ic_check.svg")no-repeat 50% 50% / 11px;
	border: 1px solid var(--key-color);
}
.login .form .check .flex {
	gap: 10px;
}
.login .form .check .flex a {
	vertical-align: top;
	font-size: 16px;
	color: var(--sub);
}
.login .form .check .flex span {
	width: 13px;
	color: var(--sub);
	font-size: 14px;
	text-align: center;
}
.login .login_btn {
	display: block;
	width: 100%;
	height: 50px;
	margin-top: 30px;
	font-size: 16px;
	font-weight: 500;
	border-radius: 10px;
}
.login .btn_join {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: var(--text-primary);
	margin-top: 30px;
	border-radius: 10px;
	border: 1px solid var(--border-secondary);
	box-sizing: border-box;
}
.login .btn_line {
	display: block;
	width: 100%;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-weight: 500;
	color: var(--text-primary);
	margin-top: 30px;
	border-radius: 10px;
	border: 1px solid var(--border-secondary);
	box-sizing: border-box;
}
.login .btn_line.btn_pink {
	border: 0;
}



.join {
	max-width: 1360px;
	padding: 50px 20px;
	margin: 0 auto;
	box-sizing: border-box;
}
.join .title_box {
	display: flex;
	gap: 30px;
	text-align: center;
	margin-bottom: 100px;
}
.join .title_box h3 {
	font-size: 28px;
	letter-spacing: -0.16px;
}
.join .title_box h3 a img {
	margin-right: 10px;
	vertical-align: middle;
}
.join .title_box .step {
	border-radius: 30px;
	background: #F5F5F5;
	overflow: hidden;
}
.join .title_box .step > .flex {
	gap: 10px;
}
.join .title_box .step > .flex > div {
	position: relative;
	flex: 1;
	height: 60px;
	line-height: 60px;
}
.join .title_box .step > .flex > div.active {
	border-radius: 30px;
	background: var(--key-color);
	color: var(--white);
}
.join .title_box .step > .flex > div.active span {
	background: var(--white);
	color: var(--key-color);
	padding: 5px 10px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 30px;
	margin-right: 10px;
}
.join .title_box .step .arrow {
	width: 14px;
	height: 14px;
	background: url("../images/arrow-right.svg")no-repeat 50% 50%;
}
.join_form {
	max-width: 763px;
	margin: 100px auto 20px;
	gap: 30px;
}
.join_form .tit {
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 20px;
	border-bottom: 0.5px solid var(--text-primary);
	margin-bottom: 20px;
	text-align: left;
}
.join_form .label {
	gap: 50px;
	width: 100%;
}
.join_form .label > p {
	width: 102px;
	color: var(--text-);
	margin-top: 15px;
}
.join_form .label > p i {
	color: var(--red-color);
}
.join_form .label > div {
	position: relative;
	flex: 1;
	gap: 10px;
}
.join_form .label > div input {
	flex: 1;
	width: 100%;
	height: 46px;
	border-radius: 10px;
	border: 1px solid var(--border-secondary);
	font-size: 16px;
	font-weight: 500;
	padding: 0 20px;
	box-sizing: border-box;
}
.join_form .label > div button {
	width: 116px;
	height: 46px;
	font-size: 16px;
	border-radius: 10px;
	background: var(--text-secondary);
	color: var(--white);
}
.join_form .label > div select {
	height: 46px;
	padding: 0 20px;
	border-radius: 10px;
	border: 1px solid var(--sub);
	color: var(--text-);
	font-weight: 500;
	box-sizing: border-box;
}
.join_form .label .desc {
	flex: none;
	width: 100%;
	gap: 10px;
}
.join_form .label .desc button {
	width: 76px;
	height: 26px;
	background: var(--border-secondary);
}
.join .agree .top input + label {
	color: #7C7C7C;
	font-size: 18px;
	padding-bottom: 20px;
	border-bottom: 0.5px solid var(--sub);
	margin-bottom: 30px;
	padding-right: 0;
}
.join .agree input {
	position: absolute;
	opacity: 0;
	z-index: -1;
}
.join .agree input + label {
	position: relative;
	display: block;
	font-size: 16px;
	color: #7C7C7C;
	padding-left: 28px;
	padding-right: 60px;
	box-sizing: border-box;
}
.join .agree input + label:before {
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 3px;
	border: 1px solid var(--border-secondary);
	box-sizing: border-box;
}
.join .agree input:checked + label:before {
	background: var(--key-color) url("../images/ic_check.svg")no-repeat 50% 50% / 10px;
	border: 1px solid var(--key-color);
}
.join .agree .box {
	gap: 20px;
}
.join .agree .box > div {
	position: relative;
}
.join .agree .box > div button {
	position: absolute;
	top: 4px;
    right: 0;
	font-size: 16px;
	color: var(--key-color);
	text-decoration: underline;
}
.join_form .label > div.radio {
	gap: 30px;
	height: 46px;
}
.join_form .label > div.radio > div {
	position: relative;
}
.join_form .label > div.radio > div input {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
	z-index: -1;
}
.join_form .label > div.radio > div input + label {
	position: relative;
	color: var(--text-);
	font-size: 16px;
	font-weight: 500;
	padding-left: 22px;
}
.join_form .label > div.radio > div input + label:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 1px solid var(--sub);
	box-sizing: border-box;
}
.join_form .label > div.radio > div input:checked + label:before {
	border: 5px solid var(--key-color);
}
.join .form .photo {
	position: relative;
	width: 150px;
}
.join .form .photo input {
	display: none;
}
.join .form .photo label {
	position: relative;
	display: block;
	width: 100%;
	height: 150px;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #f1f1f1;
	background: url("../images/ic_user.svg")no-repeat 50% 50%;
	box-sizing: border-box;
}
.join .form .photo .preview {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
	background: var(--white);
	border-radius: 8px;
	overflow: hidden;
}
.join .form .photo .preview img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.join .form .photo .del_btn {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 25px;
	height: 25px;
	background: url("../images/ic_del.png")no-repeat 50% 50% / 100%;
}
.join .form .photo p {
	font-size: 14px;
	color: var(--text-);
	margin-top: 10px;
}
.join .form .naver_box {
	width: 100%;
	gap: 20px;
}
.join .form .naver_box > div {
	border: 1px solid var(--border-secondary);
	border-radius: 10px;
	padding: 0 20px;
	gap: 10px;
	box-sizing: border-box;
}
.join .form .naver_box input {
	border: 0;
	height: 46px;
	padding: 0;
}
.join .form .naver_box .btn_del {
	width: 20px;
	height: 20px;
	background: url("../images/btn_del.svg")no-repeat 50% 50% / 100%;
	border-radius: 50%;
}
.join .form .naver_add {
	width: 100%;
	height: 50px;
	background: var(--white);
	border: 1px solid var(--key-color);
	color: var(--key-color);
	font-size: 16px;
	font-weight: 600;
	margin-top: 10px;
	box-sizing: border-box;
}
.join .form .naver_add span {
	display:inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	margin-right: 10px;
}

.join .btn_area {
    justify-content: end;
    width: 100%;
    max-width: 1360px;
    background: var(--white);
    gap: 10px;
	margin-top: 100px;
    box-sizing: border-box;
}
.join .btn_area button {
    flex: 1;
    max-width: 140px;
    height: 48px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
}
.join .btn_area button.btn_gray {
	background: #F5F5F5;
	color: var(--sub);
}


.join_complete {
	background: url("../images/check_bg.svg")no-repeat 50% 0 / 60px;
	padding-top: 80px;
}
.join_complete h4 {
	font-size: 26px;
}
.join_complete p {
	color: var(--text-);
	font-size: 16px;
	margin-top: 10px;
}
.join_complete a {
    display: block;
    width: 100%;
    max-width: 240px;
    height: 47px;
    line-height: 48px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border-radius: 10px;
    margin: 30px auto 0;
}









@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1400px) {
}
@media screen and (max-width: 1280px) {
	/*.join .title_box .step {
		overflow-x: auto;
	}
	.join .title_box .step > .flex {
		min-width: 1300px;
	}*/
	.join .title_box .step > .flex {
		gap: 0;
	}
}
@media screen and (max-width: 1024px) {
	.join .title_box .step > .flex > div,
	.join .title_box .step > .flex > span {
		display: none;
	}
	.join .title_box .step > .flex > div.active {
		display: block;
	}
}
@media screen and (max-width: 768px) {
	.join {
		padding: 50px 20px;
	}
	.join .title_box {
		margin-bottom: 50px;
	}
	.join .title_box .step > .flex > div {
		height: 50px;
		line-height: 50px;
	}
	.join .title_box h3 {
		font-size: 24px;
	}
	.join .title_box h3 a img {
		width: 122px;
	}

	.join_form {
		margin: 60px auto 20px;
	}
	.join_form .tit {
		font-size: 20px;
		padding-bottom: 10px;
		margin-bottom: 0;
	}
	.join_form .label {
		gap: 15px;
	}
	.join_form .label > p {
		width: 100%;
		margin-top: 0;
	}
	.join_form .label > div {
		flex: none;
		width: 100%;
	}

	.join .agree .box {
		gap: 20px;
	}
	.join .agree .top input + label {
		padding-bottom: 15px;
		margin-bottom: 20px;
	}

	.join .btn_area {
		margin-top: 30px;
	}
	.join .btn_area button {
		height: 50px;
		font-size: 16px;
	}

	.join_complete h4 {
		font-size: 26px;
	}
	.join_complete p {
		font-size: 18px;
	}
}
@media screen and (max-width: 480px) {
	.login .txt {
		gap: 15px;
	}
	.login .txt strong {
		font-size: 20px;
	}
	.login .txt p {
		font-size: 16px;
	}
}
@media screen and (max-width: 380px) {
	.login .form .check .flex {
		gap: 10px;
		width: 100%;
		justify-content: end;
		margin-top: 10px;
	}
}