/*
Title:     Posco museum
Publishing/CSS Author:     Choi Young Eun, o0oo0@nate.com
Made:     Mar. 13, 2008 (mainpage renewal)
Updated:      
*/

#main{ 
	margin: 0;	
	font-size: 80%; µ¸¿òÃ¼, Arial;	
	text-align: center;	
	background-color: #fffef6;
	width: 100%;
	width: expression(document.body.clientWidth < 780? "780px":
	document.body.clientWidth >1300? "1300px" : "auto");
}

#main h1, h2,  dl, dt, dd, dd, ol, ul, li{
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Å¾³×ºñ---------------------------------------- */
#topnav{
	margin-top: 20px;
	border-bottom: 1px solid #a3a3a2;
	padding-bottom: 14px;
}


#topnav ul li{		
	display: inline;
	background: url(/images/kor/top/navdiv.gif) no-repeat 50% right;
	padding-right: 3px;
	padding-left: 3px;
}


#topnav .textbox_search{
	border: 1px solid #8e908e;
	font-size: 90%;
	padding: 3px auto auto 5px;
	color: #666;
}

/*  Å¾³×ºñ //---------------------------------------- */



/* ÇÃ·¡½Ã ---------------------------------------- */
#flash{
	background: url(/images/kor/main/new_main_bg.gif) repeat-x top left;	
}

.flash_bg{
	background: url(/images/kor/main/new_main_bg_ground.gif) repeat-x bottom center;
}
/* ÇÃ·¡½Ã //---------------------------------------- */


/* º¸µå ---------------------------------------- */
#boards *{
	font-size: 99%;
	vertical-align: top;
}

#boards{
	height: 140px;
}

#boards p{
	margin-top:7px;
}

#boards  .cybertour{
	background: url(/images/kor/main/new_ico_title01.gif) no-repeat top left;
	padding: 50px 0 0 72px;	
}

#boards  .media{
	background: url(/images/kor/main/new_ico_title02.gif) no-repeat top left;
	padding: 50px 0 0 35px;	
}

#boards .news{
	margin-top: 25px;
	width: 340px;
}

#boards .guide{
	margin-top: 15px;

}

#boards .news a{	
	color: #888;
}

#boards .news a:hover{	
	color: #006B91;
}

#boards  .news ul li{
	line-height: 180%;
}

#boards .newstitle{
	background:url(/images/kor/main/new_blt01.gif) no-repeat center left;
	padding-left:6px;
	letter-spacing: -0.05em;
	width: 15em;
	line-height: 1.5em;
	width : 230px;
}

#boards .newsdate{
	color: #aaa;
	letter-spacing:0;
	padding-left: 0.5em;
}


#boards .guide li{
	border-bottom: 1px solid #e5eded;
}


/* º¸µå // ---------------------------------------- */


/* Ç²ÅÍ ---------------------------------------- */
#footer{
	background-color: #666662;
	color: white;

}

#footer ul li{	
	display: inline;
	background: url(/images/kor/footer/new_footdiv.gif) no-repeat 50% right;
	padding-right: 2px;
	padding-left: 2px;
}
/* Ç²ÅÍ ----------------------------------------// */


/* Elements ---------------------------------------- */
img{
	border: 0;
}

form, label,  input{
	margin: 0;
	padding: 0;
}


