/****************************************************************************************************
제목 : 홈 > 메인
----------------------------------------------------------------------------------------------------
목적 : 
----------------------------------------------------------------------------------------------------
주의 :
----------------------------------------------------------------------------------------------------
POST
----------------------------------------------------------------------------------------------------
GET
----------------------------------------------------------------------------------------------------
REQUEST
----------------------------------------------------------------------------------------------------
작성자 : 고광진 (akanaka)
작성일 : 2009년 08월 24일
수정일 : 년 월 일
연락처 : akanaka@hanmail.net
****************************************************************************************************/


/**************************************************
영역 : 공통
--------------------------------------------------
**************************************************/
.board UL
{	
	padding:5px 0px 0px 10px;
	border-top:1px solid #D7D7D7;	
	list-style:none;
}
.board LI
{
	padding:1px 0px 1px 7px;
	background:url('/global/image/bullet/redArrow.gif') 0px center no-repeat;	
}
.board .content
{	
	border-top:1px solid #D7D7D7;
	padding:5px 10px 0px 10px;
}


/**************************************************
영역 : 좌측
--------------------------------------------------
**************************************************/
.left
{	
	width:188px;
	padding-left:10px;
}


/**************************************************
창업상담
--------------------------------------------------
**************************************************/
.counsel
{
	width:188px;
	height:30px;
	padding-top:53px;
	text-align:center;
	background:url('/global/image/banner/counsel.gif') 0px center no-repeat;
}
.counsel .telColor
{
	font-family:arial;
	font-weight:bold;
	font-size: 14pt;
	color:#ffffff;
	letter-spacing:-1pt;
}



/**************************************************
영역 : 중앙
--------------------------------------------------
**************************************************/
.middle
{
	width:678px;
	padding-left:34px;
}
.middle .main
{
	width:495px;
}
.middle .class
{
	width:647px;
	position:relative;
	z-index:60;
}
.middle .class .content
{
	border:1px solid #EBEAEA;
	padding:6px;
}
.middle .today
{
	width:310px;
}
.middle .today .content
{
	padding:5px 10px 0px 10px;
	border-top:1px ridge #D7D7D7;
}
.middle .today .content .title
{
	font-weight:bold;
	color:#6F9C00;
}
.middle .note UL
{
	width:153px;
	list-style:none;
	background:url('/page/1/main/image/noteBg.gif') no-repeat;
}
.middle .note LI
{	
	padding:3px 0px 4px 13px;
	background:url('/global/image/line/dotGray01.gif') center bottom no-repeat;
}
.middle .note LI.last
{
	background:none;
	padding:4px 0px 0px 13px;
}
.middle .note .go
{
	float:right;
	margin:3px 15px 0px 0px;
}
.middle .space
{
	width:100%;
	height:20px;
}
.middle .translation
{
	width:220px;
	margin-right:38px;
}
.middle .composition
{
	width:220px;
}
.middle .movie UL
{		
	list-style:none;
	background:#E9E9E9;
	border-left:2px solid #8CC3B8;
	border-right:2px solid #8CC3B8;
}
.middle .movie LI
{
	padding:5px 0px 5px 12px;
	background:url('/global/image/line/dotGray01.gif') center bottom no-repeat;
}
.middle .movie LI.bgNone
{
	background:none;
}


