/****************************************************************************
****************************** 전체속성 시작***********************************
*****************************************************************************
*****************************************************************************/
/* base */
@charset "utf-8";

html, body {
	font-family:  'NanumGothic', '나눔고딕', 'NanumGothicBold', 'NanumGothicExtraBold', 'Malgun Gothic' ,'맑은고딕' ,sans-serif, 'Dotum' , '돋움',  '굴림'; 
	color:#000000; 
	line-height:1.8em;
	font-size:0.9em;
	height:100%; 
    margin:0;
    padding:0;
}

div, h1, h2, h3, h4, h5,  ul, ol, li, dl, dt, dd, p, form, fieldset, input, table, tr, th, td {
	margin:0px;
	padding:0px;
}

ul, ol, li {
	list-style:none;
}

table caption {
	display:none;
}

/* cross */
* html input {
	margin:-1px 0;
}

*:first-child+html input {
	margin:-1px 0;
}

/* html5 */
address, article, aside, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}

/* 전체 이미지 속성 */
img {
	border: 0px;
}

/* 전체 A 태그 속성 */
a:link, a:visited, a:active {
	text-decoration:none; 
    margin:0px; 
    color:#5e5b5b;
}

a:hover {
	text-decoration:none;
	color:#F57C04;
}

/* 모든 이미지에 OnFocus = this.blur(); 효과  */
a { 
	selector-dummy : expression(this.hideFocus=true);
}

/* 전체 택스트에어리어 속성 */
.textarea { 
	border:solid 1px; 
	border-color:#D6D6D6;
}

.button { 
	border:solid 1px;
	border-color:D6D6D6;
	height:19px;
	background-color:#ffffff;
}

.input { 
	border:solid 1px;
	border-color:#D6D6D6;
	height:22px;
	background-color:#ffffff;
}

table {
	padding:0px; 
	margin:0;
	border-spacing:0px; 
	border:0px; 
	border-collapse:collapse;
}

td,th {
	padding:0px;
} 

/****************************************************************************
****************************** 전체속성 끝***********************************
*****************************************************************************
*****************************************************************************/

/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
 footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.0em;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/****************************************************************************
****************************** 서브속성 시작***********************************
*****************************************************************************
*****************************************************************************/

/* Main Header Layout */
#headerWrap {
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:auto; 	
	margin:0;
	padding:0;
	z-index:1;
	background:#fff;
}

#headerWrap .mainLine1 {
	position:relative; 
	z-index:2;
	width:100%;
	min-width:1000px;	
	height:33px; 	
	top:0px;
	background:#006699;
}

#headerWrap .mainLine1 ul.menu_top  {
	position:relative;
	z-index:3;
	width:1120px;
	height:33px;
	margin:0 auto;
}

#headerWrap .mainLine1 ul.menu_top li  {
	position:relative;
	z-index:4;
	float:right;
	display:inline-block;
	margin:5px;
	top:3px;
	color:#FFFFFF;
}

#headerWrap .mainLine1 ul.menu_top li a  {
	color:#ffffff;
}

#headerWrap .mainLine2 {
	position:relative;
	z-index:6;
	left:0;
	top:-4px;
	width:100%;
	min-width:1000px;	
	height:1px;
	background-color:#c9c9c9;
}

/* Main Menu Layout */
#headerWrap .header {
	position:relative; 
	z-index:10;
	width:1000px;
	height:70px; 
	top:0px;	
	margin:0 auto;
	padding:0 15px;   /* 작업영역 */
}

/* 상단 주메뉴 */
#globalNav {
	position:relative;
	z-index:12;
	width:680px;
	height:47px;
	top:-23px;
    left:375px;
}

#globalNav li {
	float:left;
	margin:20px 0 0 30px;
}

#globalNav li a {
	position:relative;
	float:left;
	height:18px;          /***** 메인메뉴 조절 px ****/
	padding:0 15px 0 15px;
	overflow:hidden;	
}

#globalNav li.gnb-on a,
#globalNav li a:focus,
#globalNav li a:hover,
#globalNav li a:active {
	zoom:1;
}

#globalNav li a img {
	float:left;
	padding:0;
	vertical-align:middle;
}

#globalNav li.gnb-on a img,
#globalNav li a:focus img,
#globalNav li a:hover img,
#globalNav li a:active img {
	margin-top:-20px; /***** 롤오버시 메인메뉴 조절 px ****/
}

#headerWrap ul#globalNav li div {
	position:absolute;
	margin:0;
	padding:0;
	top:64px;       /***** 상단메뉴 롤오버시 서브메뉴 px ****/
	height:35px;
	width:600px;
	left:-250px;
	display:none;
}

#headerWrap ul#globalNav li div ul {
	float:left;
	margin:7px 20px 0 10px;
	padding:0;
	overflow:hidden;
	display:inline;
}

#headerWrap ul#globalNav li div ul li {
	padding:0 !important;
	margin:0;
	border:0 !important;
	display:inline !important;
	width:auto;
}

#headerWrap ul#globalNav li div ul li a {
	height:16px;
	padding:0 0 0 15px !important;
	border:0;
	color:#000000;
	background:none;
	float:left;
	z-index:20;
	border:0 !important;
	display:inline !important;
	width:auto;
}

#headerWrap ul#globalNav li div ul li a:focus,
#headerWrap ul#globalNav li div ul li a:hover,
#headerWrap ul#globalNav li div ul li a:active {
	zoom:1;
	border:0;	/* for IE 6 */
}

#headerWrap ul#globalNav li div ul li a img {
	margin:0;
	padding:0;
	background:none;
	vertical-align:middle;
}

#headerWrap ul#globalNav li div ul li.gnb-on a img,
#headerWrap ul#globalNav li div ul li a:focus img,
#headerWrap ul#globalNav li div ul li a:hover img,
#headerWrap ul#globalNav li div ul li a:active img {
	margin-top:-20px;
}

.menuCorner {
}

#headerWrap .mainLine3 {
	position:relative;
	z-index:68;
	left:0;
	top:-5px;
	width:100%;
	min-width:1000px;
	height:1px;
	background:#c9c9c9;
}

#headerWrap .Contents {
	position:relative;
	z-index:1;
	width:1120px;
	top:50px;
	left:60px;
	height:auto;
	margin:0 auto;
}

#headerWrap #leftMenu {
	position:relative; 
	z-index:100;
	top:0px;
	left:0%; 
	width:180px;
	height:600px;
}

#lnb {
	position:relative;
	z-index:102;
	top:-128px;
	left:-75px;	
	width:155px;
	height:100px;
}

#lnb h4 {
	position:relative;
	z-index:104;	
	top:-1px;
	left:-1px;	
	width:155px;
	height:154px;
}

/**************   푸터  ****************/

.footer {
	position:relative;
	z-index:350;		
	left:0;
	top:40px;
	width:100%;
	height:90px;
	background:#000000;
}

.footerMain {
	position:relative;
	z-index:352;
	top:0px;	
	width:858px;
	height:32px;
	margin:0 auto;
}

.footerMain .footerBg {
	position:relative;
	z-index:354;
	top:25px;
}


