@charset 'UTF-8';

/** |01.Settings| ************************************************************ START **/




/* ============================================= */
/* mainSection
/* ============================================= */
.mainSection .summary .point>ul>li .summary-spec-icon{
	border:1px solid #797d7f;
	color:#797d7f;
	display:table-cell;
	vertical-align:middle;
	font-size:13px;
	font-weight:bold;
	text-align:center;
}
.mainSection .summary .point>ul>li .summary-spec-icon.small{
	height:20px;
	width:100px;
}
.mainSection .summary .point.point-bottom{
	margin-top:100px!important;
}
@media only screen and (max-width: 768px){
	.mainSection .summary .point.point-bottom{
		margin-top:15px!important;
	}
}
.gray-btn_02 a:hover{
	opacity:0.7;
}