#FAQ_all{
		width:1110px;
		margin-left:calc(50% - 555px);
		margin-top: 60px;
	}
	#FAQ_all h1{
		font-size:36px;
	}
	.data_text{
		margin-top:52px;
		color:#424242;
	}
	.icon{
		width:35px;
		height:35px;
	}
	.button{
		margin-top:61px;
		width:100px;
		height:32px;
		border-radius:16px;
		border:1px solid #ff7500;
		font-size:16px;
		font-weight:600;
		text-align:center;
		padding-top: 4px;
		margin-bottom: 282px;
	}
	#faq_title{
		width:1110px;
		margin-top:41px;
		background:rgba(248,248,248,1);
		padding-top:25px;
	}
	.faq_title{
		margin:0 11px 25px 11px; 
		font-weight:600;
	}
	.faq_title a{
		cursor:pointer;
		color:#cecece;
		font-weight:600;
	}
	/*
	.faq_title:last-child{
		margin:25px 11px; 
		font-weight:600;
	}
	.faq_title:first-child{
		margin:25px 11px; 
		font-weight:600;
	}
	*/
	.faq_data_left{
		width:calc(50% - 55px);
		margin:0 27px 0;
		padding-bottom:50px;
		border-bottom:1px solid #979797;
	}
	.faq_data_right{
		width:calc(50% - 55px);
		margin: 0 27px 0;
		padding-bottom:50px;
		border-bottom:1px solid #979797;
	}
	h2{
		font-size:24px;
		color:#000000;
		margin-bottom:16px;
		padding:25px 0;
	}
	.question_list{
		margin-top:9px;
	}
	.question_list:last-child{
	}
	.question_list a{
		color:#CECECE;
		font-size:14px;
		cursor:pointer;
	}
	.question_list a:hover{
		color:#ff7500;
	}
	.faq_list{
		text-align:left;
		margin-top:9px;
	}
	.faq_list a{
		cursor:pointer;
		font-size:14px;
		font-weight:600;
		color:#424242;
	}
	#faq_data{
		min-height:500px;
	}