.save_find {
	display: flex;
	justify-content: space-between;
}

.find_pw {
	font-size: 15px;
	color: #4A4F58;
	cursor: pointer;
	}

.pw_find_pop .pop_box {
	max-width : 400px;
}

.pw_find_pop .input_title {
	margin-top : 10px
}

.dark .find_pw {
	color : #DAE0EB;
}