html {
	overflow-x: hidden;
}

body {
	background-repeat: repeat;
	background-size: 60%;
	background-color: #fff;
/*	font-family: 'db_airystd_med';*/
}

html,
body {
	height: 100%;
}

#all-wrap {
	min-height: 100%;
}


.container-terms {
	margin-top: 30px;
	margin-bottom: 60px;
}

.content-collection .container {
		background-color: #fff;
	padding: 50px 70px;
}

.big-head-terms-text {
	font-size: 3rem;
	text-align: center;
	color: #2b3143;
	font-weight: 700;
	margin-bottom: 50px;
	margin-top: 50px;
	border-bottom: 1px solid rgba(0,0,0,.3);
	padding-bottom: 20px;
}

.license-txt,
.license-bold-txt {
	font-family: 'Sarabun', sans-serif;
	margin-bottom: 0;
	line-height: 1.5;
	color: #434343;
	font-size: .95rem;
}

.license-bold-txt {
	font-weight: 600;
	font-size: 1.05rem;
}


@media(min-width: 320px) {
	.content-collection .container {
		padding: 10px 50px;
	}

	.big-head-terms-text {
		font-size: 2rem;
	}
}

@media(min-width: 1200px) {
	.content-collection .container {
		padding: 50px 70px;
	}

	.big-head-terms-text {
		font-size: 3rem;
	}
}
