html,body{
	height: 100%;
}
.head_bar{
	height: 70rem;
	width: 100%;
	background-color: #0f0f0f;
}
.agreement_area{
	width: 800rem;
	height: calc(100% - 180rem);
	margin: 0px auto;
	background-color: #f5f5f5;
	border-radius: 10rem;
	margin-top:20rem ;
	overflow: auto;
	padding: 0px 30rem;
}
h1{
	font-size: 24rem;
	/* text-align: center; */
	margin-top: 30rem;
	margin-bottom: 10rem;
}
h2{
	font-size: 18rem;
	/* text-align: center; */
	margin-top: 20rem;
	margin-bottom: 10rem;
}
.agreement_title{
	text-align: center;
	font-size: 24px !important;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 20px;
}
.agreement_area{
	padding: 0px 40rem;
}
.agreement_text{
	font-size: 16rem;
	/* letter-spacing: 1rem; */
	text-align: justify;
	line-height: 24rem;
	margin-top: 4rem;
}
.agreement_titleSec{
	font-size: 20rem;
	font-weight: bold;
	margin-top: 16rem;
	margin-bottom: 10rem;
}
.agreement_area p{
	font-size: 14px;
}