/* CSS Document */
/* /government/comm/future/012.asp */
/* /government/comm/future/013.asp */
.future .detailMain .inner{ 
	width: 100%;
	height: 260px;}
	@media screen and (min-width: 48em) {
		.future .detailMain .inner {
			width: 90%;
			height: 367px;}
	}
	@media screen and (min-width: 48em) and (max-width: 64em) {
		.future .detailMain .inner {
			width: 95%;}
	}
	.detailMain h1 {
		margin: 0 0 8px;
		padding: 0;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		line-height: 1;
		text-align: left;}
		@media screen and (min-width: 48em) {
			.detailMain h1 {
				font-size: 32px;}
		}
	.future .detailMain h1{
		margin-top: 32px;}
		@media screen and (min-width: 48em) {
			.future .detailMain h1{
				margin-top: 0; }
		}

.secArticleDetail .lead_em {
	font-size: 1.2em;
	font-weight: bold;
}
.secArticleDetail img.survey {
	/*border:3px solid #152768;*/
	box-sizing: content-box;
}
.secArticleDetail .imgBox{
	border:3px solid #152768;
}
.secArticleDetail .download {
	position: relative;
}
.secArticleDetail .download .btnBox {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	margin-left: -17px;
}
@media screen and (min-width: 64em) {
	.secArticleDetail .download .btnBox {
		width: 64%;
		margin-left: -21px;
	}
}

.secArticleDetail .btnDL {
	position: relative;
	text-decoration: none;
	display: inline-block;
	background: #fdab14;
	color: #fff;
	width: 100%;
	padding: 1em;
	border-radius:8px;
	border: 1px solid #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	outline: none;
	transition: all 0.3s 0s ease;
}
.secArticleDetail .btnDL:hover{
	background:#fd8d1d;
}
.secArticleDetail .btnDL::after {
    content: '';
    position: absolute; 
    top: 45%; 
    right: 1em;
	margin-top: -4px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
    transition: all 0.3s 0s ease;
}
.secArticleDetail .btnDL:hover::after {
	margin-top: 0;
}
@media screen and (min-width: 64em) {
.secArticleDetail .btnDL {
	font-size: 20px;
	}
.secArticleDetail .btnDL::after{
    width: 12px;
    height: 12px;
	}	
}
.secArticleDetail .form {
	border: 1px solid #ccc;
	padding: 24px 16px;
	border-radius: 8px;
	background-color: #f2f7f8;
}
.secArticleDetail .form p {
	margin-bottom: 32px;
	line-height: 1.5;
}
@media screen and (min-width: 64em) {
.secArticleDetail .form {
	padding: 32px;
	}	
}