@charset "utf-8";
/*------------------------------------------------------------
	login
------------------------------------------------------------*/
#container {
	padding-top: 0;
}
#common_header {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 38rem;
	position: relative;
	top: auto;
	left: auto;
}
#common_header .login_logo {
	max-width: 300px;
}
#main .content {
	max-width: 70rem;
}
#main .content.status_check,
#main .content.complete {
	max-width: 128rem;
}
#main .common_form .formDl {
	margin: 6.7rem 0 5.8rem;
}
#main .common_form_auth .formDl {
	margin: 2rem 0 2rem;
}

#main .common_form .notes {
	margin-bottom: 10rem;
	font-size: 1.2rem;
}
#main .common_form .photo {
	margin: 6.4rem auto 0;
	width: 53.8rem;
}
#main .status_check .common_form .photo {
	margin: 0 2rem 0 0;
    width: 12rem;
}
@media all and (min-width: 897px) {
	#main .common_form .passView {
		max-width: 32rem;
	}
	#main .common_form_point .passView, #main .common_form_gift .passView {
		max-width: 100%;
	}

}
@media all and (max-width: 896px) {
	#common_header {
		margin-bottom: 4rem;
		min-height: 20rem;
	}
	#main .content {
		margin: 0 2.4rem;
		max-width: inherit;
	}
	#main .common_form .common_headLine01 {
		margin-bottom: 1.9rem;
		font-size: 2rem;
	}
	#main .common_form p {
		line-height: 1.8;
	}
	#main .common_form .formDl {
		margin: 4rem 0 4rem;
	}
	#main .common_form .submit {
		margin-bottom: 3.9rem;
	}
	#main .common_form .submit li {
		margin: 1rem 0;
		width: 100%;
	}
	#main .common_form .notes {
		margin-bottom: 8rem;
		font-size: 1.2rem;
		line-height: 1.5;
	}
	#main .common_form .photo {
		margin: 4rem auto 0;
		width: 100%;
	}
	#main .common_form_auth .formDl {
		margin: 3.5rem 0 2.7rem;
	}

	
}