/* 
id selector 는 #
class selector 는 . 사용
*/

*
{
	margin: 0px;
	padding: 0px;
}

html
{
	margin: 0px;
	padding: 0px;
	overflow-y: scroll;
	font-family: Corbel;
	font-size: 10pt;
	line-height: 150%;
}

body 
{
	/*
	margin-top: 10px;
	margin-bottom: 10px;
	*/
	text-align: center;
}

.clear { clear:both; }


/* 전체를 감싸는 메인 박스 */
#Wrapper
{
	margin:0px auto 0px auto;
	width: 750px;
	text-align: left;
	overflow: hidden;
	font-size: 10pt;
}


/* 맨 상위 탭 */
#main_tab
{
	margin: 0px 15px 0px 15px;	
	background-color: #0090ff;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-right: 15px;
	font-size: 10pt;
	font-weight: bolder;
	color: Black;
	box-shadow:#aaa 0px 3px 12px;
}
#main_tab A:hover   { color: black; text-decoration: none; }
#main_tab A:link    { color: black; text-decoration: none; }
#main_tab A:visited { color: black; text-decoration: none; }
#main_tab A:active  { color: black; text-decoration: none; }




/* 상단 헤더 */
#Header
{
	margin: 0px 15px 0px 15px;	
	background-color:#333;
	padding:15px 15px 10px 15px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-box-shadow:#aaa 0px 6px 12px;
	-webkit-box-shadow:#aaa 0px 6px 12px;
	box-shadow:#aaa 0px 3px 12px;
}

.App_Header	{ float:left; }
.App_Img { width:60px; height:40px; }
.App_Title { width:430px; color:#ccc; }
.App_Title h1 { color:#fff; padding:0px 0 8px 0; }



#Center
{
	float: right;
	width: 750px;	/*  = Wrapper의 폭 - Menu 의 폭 */
}


/* 컨텐츠 */
#Content
{
	margin: 5px 15px 20px 15px;
	padding: 10px 15px 10px 15px;
	border-top: solid 1px #C1C1C1;
	border-left: solid 1px #C1C1C1;
	border-right: solid 1px #C1C1C1;
	border-bottom: solid 1px #C1C1C1;
	background-color: White;
	-moz-box-shadow:#aaa 0px 6px 12px;
	-webkit-box-shadow:#aaa 0px 6px 12px;
	box-shadow:#aaa 0px 6px 12px;
	-moz-border-radius : 5px;
	-webkit-border-radius: 5px;
	border-radius : 5px;	

}


/*************************************************************************
 푸터
**************************************************************************/
#Footer
{
	padding : 0 20px 0 20px;
	height: 30px;
	border-bottom: solid 7px #e0e0e0;
}


/*************************************************************************
 sub 네비게이션 아이템
**************************************************************************/
.nav_bar
{
	padding: 10px 0 0 0;
	margin: 3px 3px 0px 15px;
	font-size: 14px;
	height: 27px;
	color: #f0f0f0;
	text-align: left;
}

.nav_item
{
	margin: 3px 0px 3px 0px;
	padding-bottom: 5px;
	text-decoration: none;
}

.nav_item2
{
	margin: 3px 10px 3px 0px;
	text-decoration: none;
	padding-bottom: 5px;
	border-bottom: solid 3px #0090ff;
}


.nav_item A:hover   { color: #303030; margin: 3px 3px 3px 10px; text-decoration: none; }
.nav_item A:link    { color: #303030; margin: 3px 3px 3px 10px; text-decoration: none; }
.nav_item A:visited { color: #303030; margin: 3px 3px 3px 10px; text-decoration: none; }
.nav_item A:active  { color: #303030; margin: 3px 3px 3px 10px; text-decoration: none; }




.title_desc
{
	color: #6699FF;
	font-size: 13px;
	font-weight: bold;
}

/*************************************************************************
 기본 속성
**************************************************************************/

A
{
    text-decoration: none ;
    font-weight :  normal;
}

A:link
{
    color: #0000c0;
}

A:visited
{
    color: #0000c0;
}

A:hover
{
    color: #0000c0; 
    text-decoration: underline;
}

img
{
	border: none;
}


/* 타이틀 */
h1
{
	font-size: 14pt;
	font-weight: bold;
	color: #ff6600;
	margin-bottom: 0px;
	
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* content mini title */
h2
{
	font-size :12pt;
	font-weight : bold;
	color: Black;
	border-bottom: solid 2px #505050;
	padding-bottom: 5px;
	margin: 15px 0px 10px 0px;
}

h3
{
    font-size:   11pt; 
    font-weight :bold; 
    color: black; 
	margin: 10px 0px 9px 0px;
	padding-bottom: 3px;
	border-bottom: solid 1px #f0f0f0;
}
  
h4
{
    font-size:   10pt; 
    font-weight :bold; 
}

h5
{
    font-size:   9pt; 
    font-weight: normal;
}
  
p
{
	font-size: 9pt;
	margin-top: 5px;
	margin-bottom: 5px;
}

li
{
	list-style-position: inside;
	list-style-type:disc;
	list-style-type :square ;
	margin-top: 2px;
}

ul
{
	padding-right: 0px;
	margin-top: 3px;
	padding-left: 0px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	margin-left: 5px;
	padding-top: 0px;
	list-style-type: square;
}

hr
{
	border-right: white 1px solid; 
	border-top: white 1px solid; 
	border-left: white 1px solid; 
	border-bottom: #8080c0 1px solid; 
	margin: 10px 0px 10px 0px
}

table
{
	font-size: 9pt;
    background-color: white;
}

tr td
{
	background-color: white;
}


