h5 {
	width: 120px;
	font-weight: bold;
}
input[type='text'],
input[type='email'],
input[type='tel'],
input[type='password'] {
	width: 75%;
}
input:disabled,
textarea:disabled {
	background: #fff;
}
.title-tag {
	width: 50%;
	float: left;
	background-color: #bcbcbc;
	border-bottom: 3px solid #f26b58;
	text-align: center;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 30px;
}
.title-tag.active {
	background-color: #f26b58;
	border-bottom: 3px solid #f26b58;
}
.professional {
	width: 100%;
	float: left;
	background-color: #f1f9fb;
	padding: 10px;
	margin-bottom: 10px;
}
.professional > .pp-1 {
	width: 75%;
	margin-right: 25%;
	float: left;
	margin-bottom: 13px;
}
.professional > span {
	float: left;
	width: 33%;
	padding-top: 6px;
	font-size: 16px;
	font-weight: normal;
}
.professional > .pp-2 {
	float: left;
	width: 25%;
	margin-bottom: 13px;
	margin-left: 3%;
}
.professional > .pp-3 {
	float: left;
	width: 35%;
	margin-bottom: 13px;
	margin-left: 3%;
}
.professional > textarea {
	width: 100%;
	border-radius: 5px;
	border: 1px #cfcfd1 solid;
}

.professional > div {
	float: left;
	margin-top: 10px;
}

.professional:nth-child(2) .del-pro {
	display: none;
}
label {
	padding: 0;
	margin-right: 20px;
	cursor: pointer;
	margin-bottom: 10px;
	float: left;
}
input[type='checkbox'] {
	display: none;
}
input[type='checkbox'] + span {
	display: inline-block;
	padding-left: 26px;
	line-height: 20px;
	background: url(../image/checkbox.png?v=1) no-repeat;
	user-select: none;
	font-weight: normal;
	font-size: 16px;
	color: #303636;
}
input[type='checkbox']:checked + span {
	background: url(../image/checkbox_active.png?v=4) no-repeat;
}
input[type='radio'] {
	display: none;
}
input[type='radio'] + span {
	display: inline-block;
	padding-left: 26px;
	line-height: 20px;
	background: url(../image/blue-radio.png?v=2) no-repeat;
	user-select: none;
	font-weight: normal;
	font-size: 16px;
	color: #303636;
}
input[type='radio']:checked + span {
	background: url(../image/blue-radio-active.png?v=2) no-repeat;
}
.p1 {
	width: 32% !important;
	margin-right: 3%;
	float: left;
}
.p2 {
	width: 40% !important;
	float: left;
}
.p3 {
	width: 45% !important;
	float: left;
	margin-right: 3%;
}
.p4 {
	width: 27% !important;
	float: left;
}
.form {
	width: 500px;
	margin: 0 auto;
}
.line {
	height: 1px;
	background-color: #d3d3d3;
	width: 100%;
}
.forget-pw {
	font-size: 15px;
	font-weight: normal;
	display: inline-block;
	padding-left: 20px;
	padding-top: 7px;
	color: #666666;
}
.sp-area {
	width: calc(100% - 120px);
	float: left;
	font-size: 16px;
	padding-top: 6px;
}
.sp-area > span {
	padding-top: 8px;
}
.photo-btn,
.upload-btn {
	width: 90%;
	border: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #f26b58;
	color: #fff;
	border-radius: 30px;
	margin-bottom: 5px;
	font-size: 16px;
}
.upload-btn {
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
	margin: auto;
	display: block;
	float: none;
	clear: both;
}
.img-area {
	width: 100px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	background-color: #e9ebea;
	margin-bottom: 15px;
}
.img-info {
	position: relative;
	width: 100px;
	height: 100px;
	background-color: #eee;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	float: left;
}
.img-icon {
	position: absolute;
	top: -12px;
	width: 100%;
	text-align: right;
	right: -12px;
	z-index: 1;
}
.accept-area {
	width: 100%;
	float: left;
	padding-top: 20px;
	font-weight: normal;
	padding-bottom: 20px;
}
.photo-remark {
	font-size: 14px;
	font-weight: normal;
}
.birth_txt {
	font-size: 13px;
}
.button {
	width: auto;
	line-height: 40px;
	border-radius: 25px;
	font-size: 16px;
	font-weight: bold;
	background: #f26b58;
	border: 0px;
}
.term {
	font-size: 15px;
	font-weight: normal;
	display: inline-block;
	padding-top: 10px;
	padding-right: 20px;
	color: #666666;
	text-decoration: underline;
}
.btn-area {
	width: 100%;
	text-align: center;
}
#img_del {
	position: absolute;
	z-index: 1;
	top: -10px;
	right: -10px;
}
@media screen and (max-width: 767px) {
	#body {
		margin: 60px auto 0px;
	}
	.my-account-container {
		margin-top: 2px;
		padding-bottom: 100px !important;
	}
}
@media screen and (max-width: 600px) {
	.btn-area {
		width: fit-content !important;
		float: none !important;
		margin: 0 auto !important;
	}
	.photo-btn {
		font-size: 16px;
	}
	.birth-select {
		background-image: url(../image/select_bg2.png) !important;
	}
	h2 {
		display: none;
	}
	h3 {
		display: none;
	}
	.form {
		width: 100%;
		padding-left: 3%;
		padding-right: 3%;
	}
	input[type='text'],
	input[type='email'],
	input[type='tel'],
	input[type='password'] {
		width: 100%;
	}
	.title-tag {
		margin-bottom: 20px;
	}
	.p2 {
		width: 100% !important;
		float: left;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.btn-area {
		text-align: center;
		width: 100%;
		float: left;
	}
	.forget-pw {
		width: 30% !important;
		padding-left: 30px;
		display: inline-block;
		float: left;
		text-align: left;
		padding-top: 17px;
	}
	.p1 {
		width: 40% !important;
		margin-right: 3%;
		float: left;
	}
	.p4 {
		width: 47% !important;
	}
	.button {
		width: 60% !important;
		max-width: 200px;
		margin-left: 0%;
		margin-right: 0%;
		margin-bottom: 10px;
		margin-top: 10px;
		display: inline-block;
		float: left;
		font-size: 15px;
	}
}
@media screen and (max-width: 350px) {
	.btn-area > .edit-btn {
		margin-left: 5px;
		margin-right: 5px;
	}
}
