@charset "utf-8";
header{
	display:none;
}
#qanda{
	width:980px;
	overflow-x:hidden;
	text-align:center;
	margin:0 auto !important;
	padding-top:80px;
	position: relative;
}
#qanda .title{
	width:100%;
	text-align:center;
	padding:100px 0;
	border-bottom:2px solid #003559;
	margin: 0 auto;
}
#qanda h2{
	width:100%;
	margin:100px auto 0 auto;
	text-align:left;
	font-size:40px;
	color:#003559;
}
#qanda .question {
	width:100%;
	margin:80px auto 0 auto;
	text-align:left;
	color:#dd0012;
	font-size:22px;
	font-weight:bold;
}

#qanda .answer{
	width:100%;
	text-align:left;
	margin:30px auto 80px auto;
	font-size:18px;
	color:#003559;
	font-weight:normal;
}
#qanda .answer span{
	margin-top:20px;
	font-size:12px;
	display:block;
}
#qanda .question li,
#qanda .answer li{
	display:inline-block;
	width:90%;
	vertical-align:text-top;
}
#qanda .question li:first-child,
#qanda .answer li:first-child{
	width:4%;
}
#qanda .link_btn{
	margin-top:20px;
}
#qanda hr{
	border:1px solid #003559;
}

@media screen and (max-width: 670px){
	#qanda,
	#qanda .title img{
		width:90%;
	}
	#qanda h2{
		font-size:24px;
		margin-top:40px;
	}
	#qanda .title,
	#qanda .question{
		width:100%;
	}
	#qanda .title{
		padding:30px 0 50px 0;
	}
	#qanda .question li,
	#qanda .answer li{
		width:87%;
	}
	#qanda .question li:first-child,
	#qanda .answer li:first-child{
		width:10%;
	}
	#qanda .question {
		font-size:18px;
		margin-top:40px;
	}
	#qanda .answer{
		font-size:14px;
		margin-bottom:50px;
	}
	#pageTop {
		position:absolute;
		padding:0;
		bottom: 10px;
		right: 2%;
	}
}








