/**rule**/
.rule .kv_bg{
    height: 430px;
}
.rule_wrapper {
	position: relative;
	background: #fee4cb;
	padding: 20px 0;
}
.rule_container{
        margin: auto;
	width: 1010px;
    padding: 20px;
    border-radius: 20px;
    background: #fff;
    font-size: 15px;
	line-height: 26px;
}

.rule_wrapper a {
	color: dodgerblue;
	text-decoration: underline;
}
.rule_wrapper h2 {
	display: inline-block;
	margin: 10px 0;
	padding: 5px 20px;
	border-radius: 20px;
	background: #a61606;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
.rule_wrapper h3 {
	color: indianred;
	font-weight: bold;
	font-size: 18px;
}
.rule_wrapper li {
	margin-left: 25px;
	padding: 5px 0;
	list-style: decimal;
}
.rule table th {
	color: #fff;
}
.rule strong {
	color: crimson;
}
.rule a {
	display: inline-block;
}
a.btn_back {
	display: block;
	margin: auto;
	padding: 10px 20px;
	width: 200px;
	border-radius: 20px;
	background-color: darkred;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 24px;
	transition: linear .2s;
}
a.btn_back:hover, a.btn_back:focus, a.btn_back:active {
	background-color: tomato;
}

@media screen and (max-width:767px) {
.rule .kv_bg{
    height: 62vw;
}

/**/
.rule_wrapper {
	
}
    .rule_container{
        width: 98vw;
	border-radius: 15px;
	font-size: 14px;
	line-height: 24px;
    }
.rule_wrapper h2 {
	font-size: 16px;
}
.rule_wrapper a {
	word-wrap: break-word;
}

}

