@charset "utf-8";
/* ----------------------------------------------------------------------------------------
* Author        : MFHM
* File          : Agreement CSS file
* ---------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------
                     01. Contents area css
------------------------------------------------------------------------------------------ */
.agreement-inner {
	text-align: center;
}

@media screen and (max-width: 559px) {/*add20200611*/
	.agreement-inner h2 {
		margin-top: 14px;
	}
}

h2.heading span {
	display: block;
	margin-top: 8px;
	font-size: 0.875rem;
}

.agreement-txt {
	display: table;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.agreement-txt ol {
	padding-left: 24px;
	list-style-type: decimal;
}

.agreement-txt li span {
	display: block;
}


.agreement-inner .btn-behind,
.agreement-inner .btn-default {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 48px;
	line-height: 1;
}

.agreement-inner .btn-behind span,
.agreement-inner .btn-default span {
	display: block;
	margin-top: 4px;
	font-size: 0.75rem;
}
