@charset "utf-8";


*										{margin:0; padding:0;}
html, body						{width:100%; min-height:100%;}

.styleselect						{behavior:url("../htc/selectbox.htc"); font:normal normal 11px/100% dotum; color:#787878; border:1px solid #a0a0a0; height:18px;}

img									{border:0; vertical-align:top;}
input, .btn							{vertical-align:top;}/*이미지 인풋버튼에 .btn 클래스 항상 적용*/
input[type="text"]				{height:18px;}
input[type="checkbox"]	{width:13px; height:13px;}
input[type="radio"]			{width:13px; height:13px;}
.check, .radio					{width:13px; height:13px;}/*인풋이 체크박스나, 라디오일 경우 클래스명 항상 적용, ex6 에서 타입선택자가 지원안되므로...*/
.noBG								{background:none !important;}
.noborder, .noborder a, .noborder td, .noborder th	{border:none !important;}
.noData							{text-align:center !important;}
hr, caption						{display:none !important;}
.floatL								{float:left;}
.floatR								{float:right;}
.center								{text-align:center;}

a, abbr, ol, ul, li, dl, dt, dd, acronym, area, blockquote, caption, cite, code, div, em, fieldset, legend
										{list-style-type:none; font:normal normal 12px/150% dotum; color:#666; border:0; text-decoration:none;}
b, strong							{font-weight:bold;}
li										{vertical-align:top;}

/********************************************************default*************************************************************************/

/*메인시작*/
body									{background:url("../images/main/bg_main.jpg") no-repeat 50% 0;}
.topMenu							{position:absolute; top:0; left:50%; margin-left:-600px;}
#wrapper							{margin:550px auto 0;}
#mainContents					{width:975px; margin:0 auto; padding:0 21px 100px 28px; overflow:hidden;}
.mainLeftCon					{width:218px; float:left; padding:79px 20px 0 0;}
.mainCenterCon				{width:471px; float:left; padding:0 13px 0 0;}
.mainCenterCon h3			{margin-top:5px; position:relative; width:470px;}
.mainCenterCon h3 a		{position:absolute; top:11px; right:11px; font:normal normal 8px/100% "small fonts", tahoma, helvetica, verdana, arial; color:#717171; padding:5px;}
.mainRightCon					{width:253px; float:left; padding:21px 0 0 0;}
.mainNewsBoard				{width:415px; margin:5px 0 7px 40px;}
.mainNewsBoard td			{border-bottom:1px dashed #ac6f33; padding:2px 0 4px; font:normal normal 11px/100% dotum; color:#ac6f33;}
.mainNewsBoard td a		{font:normal normal 12px/100% dotum; color:#ac6f33;}
.mainNewsBoard td img	{vertical-align:middle; padding-right:6px;}
.screenShot						{width:441px; overflow:hidden; margin:14px 0 0 20px;}
.screenShot li					{padding:0 5px; float:left; text-align:center;}
.mainAddress					{text-align:center;}
.utilMenu							{position:absolute; top:0; left:50%; margin:20px 0 0 251px; width:213px; z-index:1;}
.utilMenu li						{float:left; padding-left:2px;}

/*메인 끝*/

