@charset "UTF-8";
.termsbox .terms-sec { 
	margin-bottom: 6rem;
}
@media (max-width: 767.98px) {
	.termsbox .terms-sec { 
		margin-bottom: 3rem;
	}
}
.termsbox .terms-sec:last-of-type {
	margin-bottom: 0;
}

.termsbox .terms-sec-title{
	display: flex;
  	align-items: baseline;
  	gap: .6rem;
  	color: #186E9B;
  	font-weight: 700;
  	margin-bottom: 1rem;
}
.termsbox .terms-sec-title .terms-sec-no{
	font-family: "Roboto", sans-serif;
  	line-height: 1;
}

.termsbox ol.terms-roman{
	counter-reset: term-no;
	margin: .6rem 0 0 0;
}
.termsbox ol.terms-roman > li{
	counter-increment: term-no;
  	position: relative;
  	padding-left: 2.4em; 
  	margin-top: 1rem;
}
.termsbox ol.terms-roman > li::before{
	content: "(" counter(term-no) ") ";
  	position: absolute;
  	left: 0;
  	top: 0;
  	font-family: "Roboto", sans-serif;
  	color: #186E9B;
}

.terms-sec-body p {
	margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
	.terms-sec-body p {
		margin-bottom: 1rem;
	}
}