/*  이용약관 레이어  */
.terms_wrap dl {
	margin-top: 2.5rem;
}

.terms_wrap dl:first-child {
	margin-top: 0;
}

.terms_wrap dt,
.terms_wrap dd {
	font-size: 14px;
	line-height: 1.5;
	color: #333;
}

.terms_wrap dt {
	font-weight: 700;
}

@media (max-width: 480px) {
	.terms_wrap dt,
	.terms_wrap dd {
		font-size: 13px;
		line-height: 1.56;
	}

	.terms_wrap {
		max-height: 510px;
		height: 100%;
		overflow-y: scroll;
	}

	.modal .terms_wrap {
		max-height: unset;
	}
}
