.terms_wrap {
	width: 100%;
	padding: 50px;
}
.page_title.light {
	background: #fff;
	color: #000;
	border-bottom: 1px solid #dedede;
}
.terms_contents {
	max-width: 100%;
	margin: 0 auto;
	font-size: 15px;
	line-height: 1.6;
	color: #555;
}
.terms_wrap .terms_notice {
	padding: 30px;
	background: #ecf4fd;
	border-radius: 10px;
	margin: 25px 0;
}
.terms_wrap .terms_intro {
	color: #000;
}
.terms_wrap h1 {
	color: #000;
	line-height: 1;
	font-weight: bold;
}
.terms_wrap h2 {
	color: #000;
	font-weight: 700;
	margin-top: 25px;
	margin-bottom: 15px;
	border-top: 1px solid #dedede;
	padding-top: 25px;
}
.terms_wrap p {
	color: #555;
}

