@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

/* CSS 기본세팅 */
* { font-family: Nanum Gothic, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", "돋움",Dotum,AppleGothic,sans-serif !important; }
body { margin:0px; padding:0px; font-size:10pt; line-height:1.4; text-align:center; color:#666666; background:url(../img/common/bg_main.gif) repeat-x center top; overflow-y:scroll; }

/* 기본 링크 */
a { selector-dummy : expression(this.hideFocus=true); }
a:link { text-decoration: none; color: #696969 }
a:active { text-decoration: none; color: #696969 }
a:visited { text-decoration: none; color: #696969 }
a:hover { text-decoration : none; color: #F26521 }
a { onfocus : "this.blur();" } 
p {padding:0px; margin:0px; margin-top:5px; }
img {border:0px; line-height:0px; }  /*이미지를 text로 인식하여 자동으로 하단 4px여백을 준다. 익스6에서만. 따라서 이렇게 */
a,area { blr:expression(this.onFocus=this.blur()) }
:focus { -moz-outline-style: none; }
.png24 {tmp:expression(setPng24(this)); }
form { border:0;margin:0;display : inline; }

/* body 시작 */
#wrapper { margin:0px auto; /* 중앙정렬시 auto까먹지 말자 */ padding:0px; width:1024px; position:relative; }

/* 상단 헤드메뉴 */	
#header { height:0; }
#nav {
	height:65px;
	z-index:9999;
}
	
/* 컨텐츠 전체부분 */	
#intro {
	height:360px;
	margin-top:63px;
	z-index:99;
}
#qcontent { height:97px; margin-top:25px; }
#content { margin-top:30px; position:relative; overflow:hidden; }

/* 컨텐츠 왼쪽 메뉴부분 */	
#content_left { padding:0px; margin:0px; width:340px; margin-right:36px; float:left; }
#content_left_01 { padding:0px; margin:0px; height:157px; margin-bottom:61px; position:relative; }
#content_left_02 { padding:0px; margin:0px; height:182px; position:relative; }
	
/* 컨텐츠 중앙부분 */	
#content_center { padding:0px; margin:0px; width:340px; margin-right:36px; float:left; }
#content_center_01 { padding:0px; margin:0px; height:157px; margin-bottom:61px; position:relative; }
#content_center_02 { padding:0px; margin:0px; height:182px; position:relative; }	
		
/* 컨텐츠 오른쪽 메뉴부분 */	
#content_right { padding:0px; margin:0px; width:272px; float:left; }
#content_right_01 { padding:0px; margin:0px; height:157px; margin-bottom:61px; position:relative; }
#content_right_02 { padding:0px; margin:0px; height:182px; position:relative; }
#content_right_03 { padding:0px; margin:0px; height:127px; position:relative; }	
#content_bottom { padding:0px; width:100%; margin-top:30px; float:left; }	
#content_bottom2 { padding:0px; width:100%; margin-top:16px; float:left; }
#bottom { margin:0px auto; /* 중앙정렬시 auto까먹지 말자 */ padding:0px; width:100%; height:86px; margin-top:20px; position:relative; text-align:center; }
