@charset "UTF-8";

html, body {
	font-size:16px !important;
}
.ability_test {
	position:relative;
	width:100%;
	background:url(/static/assets_rn/images/avility_test/bg_pastel.png) no-repeat center center / cover;
	margin-top:-175px;
	padding-top:2.5rem;
	padding-bottom:5.5rem;
	text-align:center;
	box-sizing:content-box;
}
.ability_test:before {
	content:"";
	position:absolute;
	top:20%;
	right:10%;
	width:150px;
	height:123px;
	background:url(/static/assets_rn/images/avility_test/eye.png) no-repeat center center / cover;
}
.ability_test:after {
	content:"";
	position:absolute;
	bottom:25%;
	left:10%;
	width:150px;
	height:170px;
	background:url(/static/assets_rn/images/avility_test/rense.png) no-repeat center center / cover; 
}
.ability_test .intro_circle {
	position:relative;
	max-width:500px;
	width:100%;
	height:300px;
	background:url(/static/assets_rn/images/avility_test/bg_intro.png) no-repeat center bottom / 96%;
	margin:0 auto;
}
.ability_test .intro_circle:before {
	content:"";
	position:absolute;
	left:-30px;
	top:30%;
	width:60px;
	height:60px;
	background:url(/static/assets_rn/images/avility_test/flash.png) no-repeat center center / cover;
}
.ability_test .intro_circle:after {
	content:"";
	position:absolute;
	right:-15px;
	bottom:30%;
	width:50px;
	height:50px;
	background:url(/static/assets_rn/images/avility_test/flash.png) no-repeat center center / cover;
}
.ability_test .test_desc {
	max-width:800px;
	width:100%;
	background:#fff;
	text-align:center;
	margin:0 auto 3.5rem;
	padding:20px;
}
.ability_test .test_desc p {
	font-size:22px;
	line-height:1.6;
}
.ability_test .test_desc b {
	position:relative;
	z-index:2;
}
.ability_test .test_desc b:before {
	content:"";
	position:absolute;
	bottom:-2px;
	left:0;
	width:100%;
	height:15px;
	background:#fdfacf;
	z-index:-1;
}
.ability_test .btnSearchBlack {
	margin-top:40px;
	padding:20px 35px;
	background:#866fe7;
	color:#fff;
	font-weight:bold;
	font-size:18px;
}
.ability_test .btnSearchBlack+span {
	display:block;
	font-size:14px;
	padding-top:10px;
}

@media all and (max-width:768px) {
	.ability_test {
		padding:2.5rem 0.5rem 5.5rem;
		box-sizing:content-box;
	}
	.ability_test:before,
	.ability_test:after {
		display:none;
	}
}