@charset "UTF-8"; /* CSS Document */


/* ----------------------------------------------
   TERMS
------------------------------------------------ */
#contents #terms .links .wrap {
	padding: 20px 80px 60px;
}
#contents #terms .links h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	border-left: 6px solid #eb5505;
	margin: 35px 0 15px;
	padding: 0 0 0 16px;
	text-align: left;
}
#contents #terms .links h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	margin: 35px 0 15px;
}
#contents #terms .links p {
	margin: 10px 0;
}
#contents #terms .links a {
	color: #112c51;
}
#contents #terms .links hr {
	height: 0;
	margin: 65px 0;
	border: none;
	border-top: 2px solid #eee;
}
#contents #terms .terms {
	background: #eee;
}
#contents #terms .terms .wrap {
	padding: 10px 80px 80px;
	margin-bottom: -80px;
}

#contents #terms .terms .wrap {
	padding: 10px 80px 80px;
	margin-bottom: -80px;
}


#contents #terms .terms .box {
	padding: 40px;
	background: #fff;
}
#contents #terms .terms h2 {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.5;
	margin: 60px 0 30px;
	text-align: center;
	scroll-margin-top: 100px;
}
#contents #terms .terms h3 {
	font-size: 20px;
	margin: 30px 0 15px;
}
#contents #terms .terms h3:first-child {
	margin-top: 0;
}
#contents #terms .terms p {
	margin: 15px 0;
}
#contents #terms .terms ol li {
	margin: 15px 0 15px 20px;
	list-style-type: decimal;
}
#contents #terms .terms ol li p {
	margin: 10px 0 0;
}

#contents #terms .terms ul li  {
	margin: 10px 0 10px 20px;
	list-style-type: none;
}


#contents #terms .terms .foot {
	margin: 50px 0 0;
}
#contents #terms .terms .update {
	margin: 50px 0 0;
	text-align: right;
}


#footer {
	padding-top: 0;
}

/* ----------------------------------------------
   Media Queries
------------------------------------------------ */
@media (max-width: 767px) {
	
	#contents #terms .links .wrap {
		padding: 0 15px 30px;
	}
	#contents #terms .links .h2 {
		font-size: 20px;
		margin: 30px 0;
	}
	#contents #terms .links h3 {
		font-size: 18px;
		margin: 30px 0 10px;
	}
	#contents #terms .links hr {
		margin: 30px 0;
	}
	#contents #terms .terms .wrap {
		padding: 0 15px 30px;
		margin: 0;
	}
	#contents #terms .terms .box {
		padding: 20px;
	}
	#contents #terms .terms h2 {
		font-size: 20px;
		margin: 0;
		padding: 30px 0;
		scroll-margin-top: 55px;
	}
	#contents #terms .terms h3 {
		font-size: 18px;
		margin: 30px 0 15px;
	}
	#contents #terms .terms .foot {
		margin: 30px 0 0;
	}
	#contents #terms .terms .update {
		margin: 30px 0 0;
	}
	
}
