.find {
	position: fixed;
	top: 50%;
	left: calc(50% - -230px);
	transform: translate(-50%,-50%);
	max-width: 520px;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}
.find h2 {
	text-align: center;
	margin-bottom: 60px;
}



.find table td input[type=text],
.find table td input[type=password] {
	display: block;
    width: 100%;
	font-size: 20px;
}
.find table td .tel input {
	flex: 1;
	max-width: 70px;
}
.find table td .tel span {
	font-size: 20px;
	padding: 0 5px;
}
.find .btn_area button {
	display: block;
	width: 310px;
	height: 65px;
	border-radius: 3px;
	font-size: 20px;
	font-weight: 600;
	margin: 60px auto 0;
}



.find_id .result {
	display: none;
}
.find_id .result p {
	font-size: 20px;
	line-height: 1.5;
}

.find_pw .result p {
	margin-bottom: 60px;
}
.find_pw .btn_area button {
	width: 367px;
}





@media screen and (max-width: 1600px){
}
@media screen and (max-width: 1280px){
	.find {
		left: calc(50% - -160px);
	}
	.find table td input[type=text], 
	.find table td input[type=password] {
		font-size: 18px;
	}
}
@media screen and (max-width: 1024px){
	.find {
		position: static;
		transform: none;
		margin: 40px auto 0;
	}
	.find h2 {
		margin-bottom: 40px;
	}
	.find table td input[type=text], 
	.find table td input[type=password] {
		font-size: 16px;
	}
	.find table td .tel span {
		font-size: 16px;
	}
	.find .btn_area button {
		width: 200px;
		height: 55px;
		font-size: 16px;
		margin: 40px auto 0;
	}
	.find_id .result p {
		font-size: 16px;
	}
}
@media screen and (max-width: 768px){
}
@media screen and (max-width: 480px){
}
@media screen and (max-width: 380px){
	.find table tr,
	.find table th,
	.find table td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.find table tr:last-child {
		border-bottom: 0;
	}
	.find table th {
		padding: 15px 20px;
		text-align: left;
	}
	.find table td {
		padding: 15px 20px;
	}
}