/*-------------------------------------------------
Layout Style Sheet
Version : 1.0
author : Park Kyung Soo
create date : 2008. 02. 23.
last update : 2008. 02. 23.
-------------------------------------------------*/

html  {
	height: 100%;
	}
body  {
	background: #F9F9F4;
	margin:0 none;
	}
table	{
	font-family:굴림,tahoma,Verdana,돋움,Geneva,Arial, Helvetica, sans-serif;
	color: #5a5a5a;
	font-size: 11px;
	line-height: 1.4;
}
a  {
	color: #333;
	text-decoration: none;
	}
a:hover  {
	text-decoration: underline;
	}
img  {
	border: none;
	}

form  {
	margin: 0px;
	padding: 0px;
	}

/* ------------------------------------------------
								Link Style
-------------------------------------------------*/
#sitemap_link a{color:#6B6B6B;font-weight:bold;}
td.glist	{padding:5px;color:#eeeeee;background:#6A89C4;}
td.glist a{color:#A1BCEF;padding:0 5px 0 5px;}
td.glist a.on{color:#FFFF3B;padding:0 5px 0 15px;font-weight:bold;background:url(/images/default/ico_list.gif) no-repeat 4px centerpx}

/* ------------------------------------------------
								Layout Style
-------------------------------------------------*/

.content	{padding:10px;}
.paddingL10	{padding-left:10px;}

/* ------------------------------------------------
								Text Style
-------------------------------------------------*/
.tgray	{color:#777777;}
.tgray01	{color:#909090; font-size:11px; }
.tred{color:#B35516;}
.tred_11w{color:#B35516;
	font-size: 11px;
	line-height: 150%;
}

/* ------------------------------------------------
								Form Style
-------------------------------------------------*/
input.login01	{
width:112px;
height:18px;
border:1px solid #c5dfcc;
background:#dbf1dd;
ime-mode:inactive;
/*background:#DBEBF1 url(/images/default/login_id.gif) no-repeat left center;*/
}
input.login02	{
width:112px;
height:18px;
border:1px solid #c5dfcc;
background:#dbf1dd;
/*background:#DBEBF1 url(/images/default/login_pw.gif) no-repeat left center;*/
}
input.default	{
height:18px;
border:1px solid #C6C6C6;
background:#F6F6F6;
}

table.member select{
background:#EFEFE7;
border:1px solid #E5E2D7;
}
table.member none {
height:120px;
background:#EFEFE7;
border:1px solid #E5E2D7;
}
table.member textarea {
height:120px;
width:590px;
background:#EFEFE7;
border:1px solid #E5E2D7;
}
table.member input	.none	{
background:none;
border:0 none;
}
table.member ul	{
list-style:none;
margin:0;
padding:3px;
}
table.member ul li	{
height:30px;
}
/* ------------------------------------------------
								Table Style
-------------------------------------------------*/
table.latest td	{
border-bottom:1px solid #E6E6DA;
}

td.title	{font-weight:bold;color:#5C8DC7;}
td.title1	{font-weight:bold;color:#5C8DC7;background:#F0F5FB url(/images/default/bar_th.gif) no-repeat right center;}
td.title2	{font-weight:bold;color:#5C8DC7;background:url(/images/default/bar_th.gif) no-repeat right center;}

td.on	{background:#6A89C4;color:#ffffff;font-size:11px;}
a.off{font-size:11px;color:#6A89C4;}
a.off:hover,
a.off:active {font-size:11px;color:#ffffff;}

td.rb	{font-weight:bold; color:#ff0000;}


table.line01{border-top:1px solid #6A89C4;border-left:1px solid #6A89C4;border-right:1px solid #6A89C4;color:#6A89C4;}
table.line02{border-top:1px solid #6A89C4;border-left:1px solid #6A89C4;border-right:1px solid #6A89C4;color:#5a5a5a;}


