@font-face {
	font-family:'NanumGothicWeb';
	src: url('../font/NanumGothic.eot');
}
@font-face {
	font-family:'NanumGothicWeb';
	src: url('../font/NanumGothic.eot') format('eot'), /* IE 9 폰트 적용 */
		 url('../font/NanumGothic.woff') format('woff'), /* IE 9, 파이어폭스, 크롬 폰트 적용 */
		 url('../font/NanumGothic.ttf') format('truetype');
}
/* 전체적용 */
html, body,
div, span,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
blockquote, p, address, pre, cite,
form, fieldset, input, textarea, select,
table, th, td {
	font-size:12px; line-height:1.5;
	font-family:"돋움", Dotum, "굴림", Gulim, Verdana, AppleGothic, sans-serif;
	color:#222;
	}


/* 링크 */
	a, a:link	{color:#222; text-decoration:none; selector-dummy:expression(this.hideFocus=true);}
	a:visited	{color:#222; text-decoration:none;}
	a:hover		{color:#222; text-decoration:none;}
	a:active	{color:#222; text-decoration:none;}
	a:focus		{color:#222; text-decoration:none;}


/* body */
	body.bodysub	{margin:0; padding:0;}
	body.bodymain	{margin:0; padding:0;}


/* head */
	div#head_wrap	{text-align:center; background:#18274d;}
	div#head		{
		width:1000px; height:84px;
		margin:0 auto; text-align:left; background:#18274d;
		}

	/* logo */
	h1.logo	{
		width:273px; height:75px;
		float:left; display:inline; background:#18274d;
		padding:0; margin:0;
		}
	div.menu_wrap	{ float:right; display:inline; background:#18274d; width:700px; height:84px;}

	/* 메뉴보조 */
	div.menu_aid	{height:20px; margin-top:3px; color:#6B6F79; text-align:right; clear:both; background:#18274d;}
		.menu_aid a, .menu_aid a:link, .menu_aid a:visited 	{padding:0 2px 0 2px; color:#6B6F79; font-size:11px;}
		.menu_aid a:hover, .menu_aid a:active, .menu_aid a:focus	{
			color:#fff;
			}
		.menu_aid img	{vertical-align: middle; margin:0 3px 0 0;}

	/* 메뉴 */
		h2.menu	{text-align:center; padding:0; margin:0;}
		h2.menu ul	{padding:0; margin:0; list-style-type:none;}
		h2.menu li	{display:inline; float:left; padding:0; margin:0; margin: 22px 45px 20px 0; text-align:center;}
		h2.menu li:last-child{margin-right:0;}
	/* 드롭메뉴 */
		div#menudrop_warp	{text-align:center; position: relative;}
		h3#menudrop_1, h3#menudrop_2, h3#menudrop_3, h3#menudrop_4, h3#menudrop_5, h3#menudrop_6	{
			left:50%; top:42px;
			position:absolute;
			z-index:1;
			text-align:center;
			visibility:hidden;
			}
		h3#menudrop_1	{margin-left:-170px;}
		div.menudrop_arrow_1 	{text-align:left; padding-left:30px;}
		h3#menudrop_2	{margin-left:-60px;}
		div.menudrop_arrow_2 	{text-align:left; padding-left:62px;}
		h3#menudrop_3	{margin-left:115px;}
		div.menudrop_arrow_3 	{text-align:left; padding-left:30px;}
		h3#menudrop_4	{margin-left:85px;}
		div.menudrop_arrow_4 	{text-align:left; padding-left:30px;}
		h3#menudrop_5	{margin-left:215px;}
		div.menudrop_arrow_5 	{text-align:left; padding-left:30px;}
		h3#menudrop_6	{margin-left:350px;}
		div.menudrop_arrow_6 	{text-align:left; padding-left:30px;}

		.menudrop	{
			margin:0;
			height:31px;
			background:#444;
			}
		.menudrop ul	{
			padding:0 10px 0 10px; margin:0;
			list-style-type:none;
			}
		.menudrop li	{
			padding:0;
			margin:9px 12px 5px 12px;
			display:inline; float:left;
			}
		.menudrop li a, .menudrop li a:link, .menudrop li a:visited 	{
			color:#eee;
			}
		.menudrop li a:hover, .menudrop li a:active, .menudrop li a:focus	{
			color:#fffc00;
			}


/* vg */
	div#vg_wrap_sub	{background:url(../images/vgbg_sub.jpg) no-repeat 50% 0; text-align:center; clear:both;}
	div#vg_sub	{height:320px; width:1000px; margin:0 auto; text-align:left;}
	div#vg_wrap_main	{background:url(../images/vgbg_main.jpg) no-repeat 50% 0; text-align:center; clear:both;}
	div#vg_wrap_main_mobi	{background:url(../images/vgbg_main.jpg) no-repeat 50% 0; text-align:center; clear:both;}
	div#vg_main	{height:700px; width:1000px; margin:0 auto; text-align:left; margin-bottom:65px;}


/* middle */
	div#middle_wrap	{text-align:center; clear:both; overflow:hidden; background:#fff;}
	div#middle_sub	{width:1000px; margin:0 auto; text-align:left; }
	div.middle_main	{width:1000px; margin:0 auto; text-align:left; }


	/* 컨텐츠영역 좌측 */
	div.left_wrap	{ width:200px; float:left; display:inline;}
		h2.left_top	{
			margin:0 0 15px 0;
			}

		/* 서브메뉴 */
		.sub_menu	{text-align:left; padding:0; margin:0; list-style-type:none;}

		.sub_menu_li, .sub_menu_li_r 	{ display:block; background:url(../images/submenu_bg.gif) no-repeat; text-align:left; cursor:pointer; font-size:13px; padding:11px 10px 12px 10px; border-bottom: 1px solid #d5d5d5;	}
		.sub_menu_li_r 	{ background:url(../images/submenu_bg_r.gif) no-repeat; color:#fff; border-bottom: 0;}
		/* 서브2메뉴 */
		.sub2_menu	{text-align:left; padding:5px 0 8px 0; margin:0; list-style-type:none; background:#f8f8f8;}

		.sub2_menu_li, .sub2_menu_li_r 	{
			display:block;
			text-align:left;
			cursor:pointer;
			font-size:13px; padding:11px 0 12px 10px;
			color:#888;
			}
		.sub2_menu_li_r 	{
			color:#da1523;
			}

		/* 배너영역 */
		.left_banner	{
			margin:70px 0 30px 0;
			}
		.left_banner p	{
			text-align:center;
			margin-top:15px;
			}


	/* 타이틀영역 */
	.title_wrap {overflow:hidden; background:url(../images/title_bg.gif) no-repeat bottom;}
	.title_wrap .position {background:url(../images/icon_home.gif) no-repeat; padding-left:20px; margin-top:15px;}
	.title_wrap h2.title {color:#000000; font-size:30px; font-weight:600; margin-top:25px;font-family:'NanumGothicWeb','돋움','Dotum';}
	.title_wrap .title_slogan {margin:-20px 0 10px 0; font-size:13px; color:#8e8e8e;font-family:'NanumGothicWeb','돋움','Dotum';}
	h3.title2 {color:#000000; font-size:18px; line-height:23px; font-weight:600; margin-top:30px;font-family:'NanumGothicWeb','돋움','Dotum';}


	/* 컨텐츠영역 */
	div.contents_wrap	{width:770px; float:right; display:inline;}
	.contents	{margin:20px 0 70px 0; vertical-align:top;}



/* footer */
	div#footer_wrap	{text-align:center; background:#ececec; clear:both;	border-top:1px #e6e6e6 solid;	}
	/* 카피라이트 */
	div.copyright_wrap	{width:1000px; margin:0 auto; overflow:hidden; text-align:left; background:#ececec; padding:10px 0 10px 0; position: relative;}
		.copy_logo	{ float:left; display:inline; padding:14px 0;	}
		address	{
			float:left; display:inline;
			color:#777; font-size:11px;
			padding:13px 0 0 15px;
			}
		.copy_by	{
			position: absolute;
			bottom:10px; right:0;
			}


/* 사이트맵 */
	.sitemap	{
		width:170px;
		float:left;
		display:inline;
		margin:0 0 70px 20px;
		}
	.sitemap_cate	{
		border-top:1px #999 solid;
		border-bottom:1px #666 solid;
		text-align:center;
		padding:13px 0 10px 0;
		background:#fafafa;
		}
	.sitemap_cate_text	{
		color:#006fbc; font-size:14px; font-weight:bold;
		}
	.sitemap_text ul	{
		margin:0;
		list-style-type:none;
		padding:0;
		}
	.sitemap_text ul li	{
		padding:12px 0 8px 0;
		border-bottom:1px #ddd solid;
		}
	.sitemap_text ul li div	{
		padding:0 0 0 10px;
		}
	.sitemap_text ul li div a, .sitemap_text ul li div a:link, .sitemap_text ul li div a:visited 	{
		}
	.sitemap_text ul li div a:hover, .sitemap_text ul li div a:active 	{
		color:blue;
		}

	/* 메인 서브 메뉴 링크 */
	.main_sub_menu li{list-style: none; float:left; margin-right: 29px;}
	.main_sub_menu li:nth-child(2){margin-right: 27px;}
	.main_sub_menu li:last-child{margin-right:0;}
	.line_bg{background:url(../images/line_bg.jpg) no-repeat 50% 0; text-align:center; height: 104px;}

	.first{margin: 50px 0 0 0 !important;}
	.history{position: relative; margin: 120px 0 0 0;}
	.history dt{position: absolute; top:0; left:0;font-size: 70px;line-height: 60px;font-weight: bold;color: #13508E;}
	.history dd{padding: 20px 0 0 200px;color: #999;font-size: 15px;line-height: 15px;}
	.history dd span{padding-right:15px; color:#999; font-weight: bold;}
	.eq .history dd{padding: 20px 0 0 250px;color: #999;font-size: 15px;line-height: 15px;}
	.eq .history dd span{padding-right:15px; color:#0D69BF; font-weight: bold; font-size:15px;}
	.company {border-top:2px solid #4f4f4f; width:96%; border-collapse:collapse; clear:both;}
	.company th {border-bottom:1px solid #ccc; border-right:1px solid #ccc; background:#f5f5f5; font-size:13px; color:#4f4f4f; text-align:center; font-weight:bold; padding:10px;}
	.company td {border-bottom:1px solid #ccc; border-right:1px solid #fff; padding-left:30px; font-size:13px; color:#686868;}

	.client {overflow:hidden;}
	.client dl {float:left; margin:0 25px 30px 0;}
	.client dt {border:6px solid #eee; width:200px; height:100px;}
	.client dd {font-size:13px; color:666; text-align:center; padding-right:0; padding-top:5px;}

	h2{font-size: 20px !important; color: #1770BD; font-weight: bold; font-family: nanum;}

	.client_table {border-top:2px solid #4f4f4f; width:96%; border-collapse:collapse; clear:both;border-left: 1px solid #ccc;}
	.client_table th {border-bottom:1px solid #ccc; border-right:1px solid #ccc; background: #0B75C7; font-size:13px; color: #fff; text-align:center; font-weight:bold; padding:10px;}
	.client_table th:first-child{width:30%;}
	.client_table th:last-child{width:70%;}
	.client_table td {border-bottom:1px solid #ccc; border-right: 1px solid #ccc; padding-left:30px; font-size:13px; color:#686868;}

	.air{position: relative; margin: 30px 0 0 0;}
	.air dt{position: absolute; top:0; left:0;font-size: 70px;line-height: 60px;font-weight: bold;color: #13508E;}
	.air dd{padding: 0px 0 0 360px; background: #0e60a8 url(../images/icon_download.png) no-repeat 97% 50%; }
	.air dd:nth-child(2){font-size:20px; color:#333; background:#fff; margin-bottom: 130px; font-weight: bold;}
	.air dd:nth-child(4){background: #1178d3 url(../images/icon_download.png) no-repeat 97% 50%;}
	.air dd:nth-child(6){background: #1178d3 url(../images/icon_download.png) no-repeat 97% 50%;}
	.icon_pdf{background:url(../images/icon_pdf.png) no-repeat 3% 50%; font-size: 15px;line-height: 13px; padding: 15px 15px 15px 45px; color: #fff;}

	.air_content h3{font-size: 16px; font-weight: 500; color: #1178D3; margin: 30px 0 15px 0;}
	.air_content ul{margin-left: 10px;}
	.air_content ul li {list-style:none}
	.air_content ul li:before {content:counter(item, circle)""; color:#1178D3; padding-right:5px;}

	.down_box{border: 1px solid #1178d3; background-color: #1178d3 ; color:#fff; padding: 5px 0;}

	ul.korea {list-style: none;}
	.korea li {float:left; width:50%; overflow:hidden;}
	ul.korea_txt {list-style-type: circle;overflow: hidden;width: 100%;}
	.korea_txt li{list-style-type: circle;width: 100%;}
	.korea_right h3{font-weight: bold; margin-bottom:15px; color:#1770BD;}
