.main-area {
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
	padding-top: 40px;
}
#table-info td {
	border: 1px solid #fff;
	padding: 10px;
}
.get-point-area {
	width: 400px;
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;
}
#body {
	min-height: auto;
}
h2 {
	color: #6dbc9d;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 15px;
	padding-top: 30px;
}
textarea {
	width: 100%;
	border: 1px solid #cfcfcf;
	border-radius: 5px;
	margin-top: 20px;
	padding: 10px;
	font-size: 14px;
}
div.error,
div.error_msg {
	margin-left: 25%;
}
.edit-btn {
	border-radius: 18px;
	background: #57c4c7;
	color: #fff;
	width: auto;
	float: left;
	text-align: center;
	margin-left: 0px;
	margin-right: 10px;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 15px;
}
.term {
	font-size: 15px;
	font-weight: normal;
	display: inline-block;
	padding-top: 10px;
	padding-right: 20px;
	color: #666666;
	text-decoration: underline;
}
.verification-code {
	color: #f26b58;
	font-size: 15px;
	padding-top: 7px;
	text-align: left;
	padding-bottom: 7px;
	border-radius: 5px;
	width: 100px;
	float: left;
}
.verification {
	background-color: #f26b58;
	color: #fff;
	font-size: 14px;
	padding-top: 7px;
	text-align: center;
	padding-bottom: 7px;
	border-radius: 5px;
}
.p1 {
	width: 27% !important;
	margin-right: 3%;
	float: left;
}
.p2 {
	width: 45% !important;
	float: left;
}
.p3 {
	width: 50% !important;
	float: left;
	margin-right: 3%;
}
.p4 {
	width: 27% !important;
	float: left;
}
.form {
	width: auto !important;
	margin: 0 auto;
}
.btn-area {
	padding-top: 20px;
}
.txt-info {
	width: 75%;
}
.pw_io {
	display: block;
	position: absolute;
	z-index: 1;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	background: url(/image/pw_close.png);
	background-size: contain;
	cursor: pointer;
}
.pw_io.open {
	background-image: url(/image/pw_open.png);
}
@media screen and (max-width: 767px) {
	#body {
		margin: 60px auto 0px;
	}
	h5 {
		width: 30%;
	}
	input[type='text'],
	input[type='email'],
	input[type='tel'],
	input[type='password'] {
		width: 70%;
	}
	.p2 {
		width: 70% !important;
		margin-left: 30% !important;
		margin-top: 15px;
	}
	.verification-code {
		width: 30%;
	}
	.p1 {
		width: 40% !important;
	}
	.p4 {
		width: 40% !important;
	}
	.txt-info {
		width: 70%;
	}
	div.error,
	div.error_msg {
		margin-left: 30%;
	}
	.btn-area > h5 {
		display: none;
	}
	.btn-area {
		width: fit-content;
		margin: 0 auto !important;
	}
	.term {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 350px) {
	.get-point-area {
		margin: 0 auto;
		padding-top: 10px;
		padding-bottom: 20px;
	}
	.edit-btn {
		width: 140px;
		font-size: 14px;
	}
	.p1 {
		width: 50% !important;
	}
}
