﻿body 
{
}

img
{
	border: none;
}

h2 
{
	height: 20px;
	font-family: 굴림, Gulim, AppleGothic, sans-serif;
	font-size:14px; 
	margin-top: 0px; 
	margin-bottom: 4px;
}

.note 
{
	font-size: 1em;
	color: #294e56;
	margin: 0 100px;
	margin-top:20px;
	padding: 10px;
	border: 1px solid #73afb7;
	background-color: #fbef99;
	line-height: 1.2;
}

.table
{
	font-family:굴림, Gulim, AppleGothic, sans-serif;
	font-size:13px;
	line-height: 1.5;
}

.table_category 
{
	font-family:굴림, Gulim, AppleGothic, sans-serif;
	font-size:13px; 
	border-bottom: thin dotted; 
	border-top: thin dotted; 
	margin-bottom: 10px;
}

/*- 정렬 표시용 텍스트 */
.sort_font
{
	color: black;
	font-family:굴림, Gulim, AppleGothic, sans-serif;
	font-size:13px; 
	width: 23%; 
	text-align: right;
	font-weight: bold;
}

/*- 링크의 밑줄을 없애고 글자를 굵게 표시 */
.link_under
{
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-size:13px; 
}

/*- 페이지 네비게이션에서 현재 페이지 */
.current_page
{
	width:30px;
	vertical-align:middle;
	color: black;
	font-weight: bold;
	font-size:130%; 
	text-decoration: none;
	margin: 1px;
	padding: 3px 4px 2px;
}

/*- float를 해제시킨다. */ 
.clearfloat
{
    clear: both;
}

/*- 검색결과가 없을 때의 div */ 
.not_found
{
	margin-top: 10px;
	margin-left: 30px;
}

/*- 화면 하단 banner */ 
#copyright
{
	position: absolute;
	bottom: 0px;
	width: 99%;
	height: 17px;
	text-align:center;
    border: 0;
    margin: 0;
    padding: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
	font-family:굴림, Gulim, AppleGothic, sans-serif;
	font-size:13px; 
    background:#F4F7FB;
}

/*- 검색 탭 */ 
#tab_menu {
  float:left;
  width:100%;
  background:#F4F7FB;
  font-size:93%;
  line-height:normal;
  border: 0;
  margin: 0;
  padding: 0px;
  border-bottom:1px solid #BCD2E6;
  }
#tab_menu ul {
  margin:0;
  padding: 0;
  padding-top: 5px;
  padding-left: 300px;
  list-style:none;
  }
#tab_menu li 
{
  display:inline;
  margin:0;
  padding:0;
  }
#tab_menu a {
  float:left;
  background:url("./images/tableft1.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
  }
#tab_menu a span {
  width :63px;
  float:left;
  display:block;
  text-align:center;
  background:url("./images/tabright1.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#627EB7;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tab_menu a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
  color:#627EB7;
  }
#tab_menu a:hover {
  background-position:0% -42px;
  }
#tab_menu a:hover span {
  background-position:100% -42px;
  }

/* 가이드 페이지용 style sheet   */
.guide
{
position: relative;
width: 100%;
background: #627EB7 url('images/fade.gif') repeat-x;
margin-bottom: 2px;
}

.guide h1
{
font-weight: normal;
font-size: 1.0em;
font-weight:bold;
  margin-left: 20px;
  padding: 3px;
}


.guide_content h2
{
font-size: 0.8em;
font-weight: normal;
  margin-left: 35px;
  margin-top: 10px;
}

/* 페이지 링크용  */
.paging  
{
	display: block; 
	text-align: center;
	width:800px;
}

.paging a:link { color: black; text-decoration: none;}

.link_page
{
	width:30px;
	vertical-align:middle;
	color: black;
	font-weight: bold;
	font-size:11px; 
	text-decoration: none;
	border: 1px solid #CCC;
	margin: 1px;
	padding: 3px 4px 2px;
}

/* 검색결과 요약 출력 */
.summary 
{
	font-size: 1.1em;
	color: #294e56;
	margin-left :15px;
	margin-top:2px;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-top: 3px;
	border: 1px solid #73afb7;
	min-height:50px;
 	max-width: 800px;
	line-height: 1.2;
	overflow:hidden;
}

/* 소스코드 출력 */
.code 
{
	font-size: 1em;
	color: #294e56;
	margin-left :15px;
	margin-top:2px;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-top: 3px;
	border: 1px solid #73afb7;
	background-color: #eeeeee;
    height:100px;
	max-width: 800px;
	line-height: 1.2;
	overflow:hidden;
}

/* 가이드 페이지용 style sheet   */
.pagenavi
{
width: 800px;
text-align:center;
padding-left: 15px;
padding-bottom: 15px;
}

.ident
{
	margin-left: 12px;
}

.link_home
{
	color: white;
	text-decoration: none;
	font-size:36px; 
	letter-spacing:1px;
}

.header_menu
{
	
	text-align:right;
	padding-top: 10px;
	margin-right: 10px;
}

.header_menu a 
{
	color: white;
	font-weight: bold;
	font-size:12px; 
}
