/* ============================================================================
	Function : MainPage CSS 
	author   : Jeong-Hoon, Lim
	wrDate   : 2009.11
	email    : jhlim@vittiv.com
	version  : 1.0 (2009.10.26)
=============================================================================== */
/*@charset "euc-kr";*/

@import "layout.css";
@import "common.css";


#mainInfo		{width:1002px;height:110px;margin:0 auto;}

#hotIssue	{width:502px;position:absolute;}
	ul.hotIssue_detail	{width:502px;}
		li.hotTitle			{width:300px;float:left;}
		li.hotMore			{width:180px;float:left;text-align:right;padding-right:20px;}
	
	ul.hotIssue_list	{width:502px;float:left;margin-top:5px;}
		li.news				{width:361px;height:20px;float:left;background:url(../images/main/ico_news.gif) no-repeat;padding-left:59px;}
		li.notice			{width:361px;height:20px;float:left;background:url(../images/main/ico_notice.gif) no-repeat;padding-left:59px;}
		li.wdate			{width:80px;height:20px;float:left;font-size:11px;color:#ccc;}

#employment	{width:407px;margin-left:577px;position:absolute;z-index:1;}
	ul.employ_detail	{width:403px;}
		li.employTitle			{width:250px;float:left;}
		li.employMore			{width:150px;float:left;text-align:right;}
	.employInfo		{width:407px;height:53px;padding:8px 0 0 10px;background:url(../images/main/employ_bg.jpg) no-repeat;margin-top:5px;}
	
#scrollstagetpl {width:300px;height:80px;float:left;} 
#scrollBtn {width:90px; float:left;padding:7px 0 0 10px;} 
#scrollBtn a{background:#000000;padding:5px;color:#ffffff;} 

a.mainInfo			{ color:#cccccc; text-decoration:none;selector-dummy : expression(this.hideFocus=true);}
a.mainInfo:hover	{ color:#689000; }

