#wrap { position:relative; width:100%; min-width:1120px; height:auto; }

/* 헤더 */
#wrap #header { width:100%; min-width:1120px; }

/* 탑메뉴 */
#wrap #header #header_top_menu { width:100%; min-width:1120px; overflow:hidden; border-bottom:1px solid #f1f1f1; }
#wrap #header #header_top_menu .top_menu_outside { position:relative; width:1120px; margin:0 auto; }
#wrap #header #header_top_menu .top_menu_wrap { position:relative; width:1030px; height:30px; margin:0 auto; }
#wrap #header #header_top_menu ul:first-child { display:table; float:left; }
#wrap #header #header_top_menu ul.last_child { display:table; float:right; }
#wrap #header #header_top_menu ul:first-child > li { height:30px; float:left; font-size:11px; color:#6a6a6a; line-height:30px; margin-right:5px; }
#wrap #header #header_top_menu ul.last_child > li { height:30px; float:left; font-size:11px; color:#6a6a6a; line-height:30px; margin-left:5px; }
#wrap #header #header_top_menu ul > li > a { color:#6a6a6a; text-decoration:none; }
#wrap #header #header_top_menu ul > li > a:hover { text-decoration:underline; }
#wrap #header #header_top_menu ul:last-child > li:last-child a { color:#0d45b7; }

/* 메인 메뉴 */
#wrap #header #header_menu { width:100%; min-width:1120px; border-bottom:1px solid #f1f1f1; }
#wrap #header #header_menu .header_menu_outside { position:relative; width:1120px; margin:0 auto; }
#wrap #header #header_menu .header_menu_wrap { position:relative; width:1030px; height:91px; margin:0 auto; }
#wrap #header #header_menu .header_menu_wrap #top_logo { display:table; float:left; }
#wrap #header #header_menu .header_menu_wrap #top_logo li { height:91px; display:table-cell; vertical-align:middle; }
#wrap #header #header_menu .header_menu_wrap ul.menu_wrap { display:table; float:right; }
#wrap #header #header_menu .header_menu_wrap ul.menu_wrap > li { float:left; height:91px; line-height:91px; margin-left:40px; position:relative; }
#wrap #header #header_menu .header_menu_wrap ul.menu_wrap > li:first-child { margin:0; }
#wrap #header #header_menu .header_menu_wrap ul.menu_wrap > li > a { font-size:14px; text-decoration:none; padding:5px 0; color:#333333; }
#wrap #header #header_menu .header_menu_wrap ul.menu_wrap > li > a:hover { color:#185fc0; }

/* 서브메뉴 컨트롤 CSS */
#wrap #header #header_menu .header_menu_wrap ul.menu_wrap > li > ul.sub_menu { display:none; }
#wrap #header #header_menu .header_menu_wrap ul.menu_wrap > li:hover > ul.sub_menu { display:block; }

#wrap #header #header_menu .header_menu_wrap ul.menu_wrap ul.sub_menu {
	position:absolute; width:225px; background:#fff; border:1px solid #dddddd; top:91px; z-index:9999;
	left:-20px;
}
#wrap #header #header_menu .header_menu_wrap ul.menu_wrap ul.sub_menu > li {
	height:32px; line-height:32px; position:relative;
}
#wrap #header #header_menu .header_menu_wrap ul.menu_wrap ul.sub_menu > li:hover {
	background:#1d90d2; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s;
	-o-transition: all 0.2s; transition: all 0.2s;
}
#wrap #header #header_menu .header_menu_wrap ul.menu_wrap ul.sub_menu > li > a {
	position:absolute; width:100%; text-decoration:none; color:#222222; font-size:13px; padding-left:15px;
	box-sizing:border-box; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s;
	-o-transition: all 0.2s; transition: all 0.2s;
}
#wrap #header #header_menu .header_menu_wrap ul.menu_wrap ul.sub_menu > li > a:hover { color:#fff; }

/* 메인 베너 */
#wrap #banner_wrap {
	width:100%; min-width:1120px; overflow:hidden; background:url(../images/sub_img/top_img.png) top center no-repeat;
	background-size:cover; height: 200px; position:relative;
}
#wrap #banner_wrap .banner_inside { width:1120px; position:relative; margin:0 auto; }
#wrap #banner_wrap .banner_inside .banner { width:1030px; margin:0 auto; height:200px; display:table; }
#wrap #banner_wrap .banner_inside .banner .banner_img { display:table-cell; vertical-align:middle; }

/* 메인 컨텐츠 */
#wrap #content { width:100%; min-width:1120px; overflow:hidden; padding:0 0 75px; 0; }
#wrap #content .content_outside { position:relative; width:1120px; margin:0 auto; }
#wrap #content .content_wrap { position:relative; width:1030px; margin:0 auto; box-sizing:border-box; }
#wrap #content .content_wrap .left_sidebar { width:242px; float:left; height:auto; min-height:587px; }
#wrap #content .content_wrap .left_sidebar ul li {
	position:relative; height:48px; line-height:48px; border-bottom:1px solid #f1f1f1;
}
#wrap #content .content_wrap .left_sidebar ul li:hover a {
	color:#1d90d2; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s;
	-o-transition: all 0.2s; transition: all 0.2s;
}
#wrap #content .content_wrap .left_sidebar ul li a {
	position:absolute; width:100%; padding-left:10px; text-decoration:none; font-size:15px; color:#333333; letter-spacing:-0.4px;
	word-spacing:-0.5px; box-sizing:border-box;
}
#wrap #content .content_wrap .right_content { width:753px; float:left; height:auto; min-height:587px; padding-left:33px; }
#wrap #content .content_wrap .right_content .nav { font-size:12px; float:right; padding-top:20px; }
#wrap #content .content_wrap .right_content .nav strong { font-weight:bold; }
#wrap #content .content_wrap .right_content .content_tit { color:#000; font-size:18px; font-weight:bold; padding:40px 0 20px 0; }


/* 푸터 */
#wrap #footer { width:100%; min-width:1120px; overflow:hidden; }
#wrap #footer #footer_bottom { width:100%; min-width:1120px; background:#f7f7f7; }
#wrap #footer #footer_bottom .footer_bottom_outside { width:1120px; margin:0 auto; }
#wrap #footer #footer_bottom .footer_bottom_wrap { width:1030px; height:134px; margin:0 auto; }
#wrap #footer #footer_bottom .footer_bottom_wrap .copyright { width:80%; float:left; margin-top:20px; }
#wrap #footer #footer_bottom .footer_bottom_wrap .copyright > p { font-size:11px; line-height:17px; color:#646464; }
#wrap #footer #footer_bottom .footer_bottom_wrap .copyright > .keywords {
	font-size:11px; color:#646464; margin-top:10px; display:inline-block;
}
#wrap #footer #footer_bottom .footer_bottom_wrap .copyright > .keywords_link {
	margin-top:11px; display:inline-block; margin-left:2px;
}
#wrap #footer #footer_bottom .footer_bottom_wrap .copyright > .keywords_link > a {
	color:#646464; font-size:11px; text-decoration:none; margin-top: 1px;
}
#wrap #footer #footer_bottom .footer_bottom_wrap .footer_logo { width:20%; height:42px; float:right; padding:35px 0; }
#wrap #footer #footer_bottom .footer_bottom_wrap .footer_logo a img { float:right; }