.c_rules .contact_head,
.c_rules .c_rules_closebtn {
	padding-bottom: 80px;
}
.c_rules_items,
.c_rules_item:not(:last-child),
.c_rules_list {
	margin-bottom: 40px;
}
.c_rules_item_text,
.c_rules_signature p {
	line-height: 200%;
}
.c_rules_item_text a {
	color: #0093FF;
	transition: color 0.5s ease;
}
.c_rules_item_text a:hover {
	color: #0C3484;
}
.c_rules_item_title {
	padding-bottom: 16px;
	margin-bottom: 28px;
	border-bottom: 1px solid #707070;
	font-weight: 700;
	font-size: 25px;
	line-height: 150%;
	color: #202733;
}
.c_rules_list>li,
.c_rules_note_list>li {
	padding-left: 26px;
	position: relative;
	line-height: 175%;
}
.c_rules_list>li:not(:last-child),
.c_rules_note_list>li:not(:last-child),
.c_rules_list>li>p:not(:last-child) {
	margin-bottom: 16px;
}
.c_rules_list>li::before,
.c_rules_note_list>li::before {
	position: absolute;
	left: 0;
}
.c_rules_list>li::before {
	width: 10px;
	height: 10px;
	content: "";
	top: 8px;
	border-radius: 50%;
	background-color: #0093FF;
}
.c_rules_note_list>li::before {
	content: "※";
	top: 0;
}
.c_rules_list.c_rules_list_num {
	counter-reset: number;
}
.c_rules_list.c_rules_list_num>li::before {
	counter-increment: number;
	content: counter(number) '.';
	top: 0;
	color: #0093FF;
	background-color: transparent;
	border-radius: unset;
	width: auto;
	height: auto;
}
.c_rules_signature p {
	text-align: right;
}
.c_rules_closebtn a {
	width: 298px;
	height: 50px;
	border-radius: 999px;
	background: transparent;
	border: 1px solid #0093FF;
	font-weight: 500;
	font-size: 16px;
	line-height: 125%;
	color: #0093FF;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	transition: all 0.5s ease;
	cursor: pointer;
}
.c_rules_closebtn a:hover {
	color: #FFFFFF;
	background-color: #0093FF;
}
@media (max-width: 767px) {
	.c_rules_item_text,
	.c_rules_list>li,
	.c_rules_note_list>li,
	.c_rules_signature p {
		font-size: 13px;
	}
	.c_rules_item_title {
		margin-bottom: 16px;
		font-size: 20px;
	}
	.c_rules_list>li::before {
		top: 6px;
	}
	.c_rules_closebtn a {
		max-width: 298px;
	}
}