#sub-visual {
	width:100%;
	height:260px;
	background:url('../img/sub_images/bg.jpg')no-repeat center center;
	background-attachment:fixed;
	position:relative;
	text-align:center;
	border-bottom:1px solid #ececec;
	color:#fff;
}
#sub-visual h2 {
	font-size:280%;
	padding-top:2.5em;
	font-weight:400;
	text-shadow:1px 1px 2px #212121;
	letter-spacing:-2px;
}

#sub_content {
	width:100%;
	max-width:1280px;
	margin:0 auto;
	padding:3em 0 2em 0;
	height:auto;
}

.sub_board_area {
	width:69%;
	position:relative;
	display:inline-block;
	vertical-align:top;
	margin-left:1%;
}
.sub_right_area {
	width:27% !important;
	display:inline-block;
	position:relative;
	height:auto !important;
	border:none !important;
	float:none !important;
	left:2.5%;
}
.sub_right_area .ol {
	margin:0 !important;
	border:1px solid #ececec;
	background:#f6f6f6;
}
.sub_right_area .ol h2 {
	margin:1em 0.8em 0 !important;
	font-size:26px;
}
.sub_right_area .ol h2 img {
	display:none;
}
.sub_right_area .ol form {
	padding:1.5em;
}
.right_area_banner{
	width:100%;
	height:auto;
	display:inline-block;
	margin:1em 0;
	border:1px solid #ececec;
}
.right_area_banner a {
	display:inline-block;
	width:49%;
	height:99px;
	padding:1em;
}
.right_area_banner a:nth-child(1) {
	border-right:1px dashed #ececec;
	border-bottom:1px dashed #ececec;
}
.right_area_banner a:nth-child(2) {
	border-bottom:1px dashed #ececec;
}
.right_area_banner a:nth-child(3) {
	border-right:1px dashed #ececec;
}
.right_area_banner a ul {
	width:100%;
	text-align:center;
	margin:0 auto;
	color:#777;
	vertical-align:top;
}

.right_area_banner a:hover ul {
	color:#185696;
	
	font-weight:600;
}
.right_area_banner a ul li img {
	width:70px;
}
.sub_right_area:after {
	clear:both;
	content:'';
}
.sub_board_area h3 {
	font-weight:400;
	color:#777;
	border-bottom:1px solid #ececec;
	padding-bottom:1em;
}
.fa-h-square, .fa-angle-right {
	color:#185696;
}


/*------mobile-------*/
@media screen and (max-width: 1024px) {
	.sub_right_area {
		display:none;
	}
	#sub_content {
		text-align:center;
		padding:2em 0;
	}
	.sub_board_area {
		width:95%;
		text-align:left;
		margin-left:0;
	}
}