@charset	"euc-kr";
html,body	{
	margin:0;
	padding:0;
}
*	{
	font-size:12px;
	color:#666;
	line-height:1.5em;
	font-family:"µ¸¿ò",dotum,verdana,arial;
}

body	{
	background:#fff url(/ko/images/common/back.gif) repeat-x;
}
img 	{ vertical-align:middle; }
a img	{ border:none; }
hr	{ display:none; }

h2	{
	margin-top:13px;
	padding-left:15px;
	background:url(/ko/images/common/bullet_h2.gif) no-repeat 0 3px;
}

h3,h4,h5,h6	{ clear:both; }

object ul, object a	{ display:none; }
address, cite, em	{ font-style:normal; }

a	{ text-decoration:none; }

/* Table */
table	{
	width:100%;
	border-collapse:collapse;
	border-top:2px solid #92B0CF;
	border-left:1px solid #DBE3EB;
}
table th, table td	{
	border-right:1px solid #DBE3EB;
	border-bottom:1px solid #DBE3EB;
	padding:5px 10px 5px 10px;
}
table thead th	{
	color:#487BA6;
	text-align:center;
	font-weight:bold;
	background:#ECF4FA;
}
table tbody th	{
	color:#487BA6;
	text-align:center;
	font-weight:normal;
	background:#F9FBFE;
}
table tbody td	{
	text-align:center;
}
table tbody td.left	{
	text-align:left;
}
table tbody td.right	{
	text-align:right;
}

/* LIsts */
ul.gray	{ margin:0; padding:0; }
ul.gray li	{
	list-style:none;
	padding-left:10px;
	background:url(/ko/images/common/bullet_gray.gif) no-repeat 0 6px;
}
ul.red	{ margin:0; padding:0; }
ul.red li	{
	list-style:none;
	padding-left:10px;
	background:url(/ko/images/common/bullet_red.gif) no-repeat 0 5px;
}

ul.gray ul, ul.red ul	{ margin:5px 0 10px 0; padding:0; }
ul.gray ul li, ul.red ul li	{ margin:0; padding:0; background:none; }

dl.history	 { clear:both; }
dl.history dt	{ float:left; width:45px; }
dl.history dd	{ float:left; width:490px; background:#EFF1F3; padding:5px; }

ol.decimal	{ margin:20px 0 0 0; padding:0; }
ol.decimal li	{
	list-style-type:decimal;
	list-style-position:inside;
	margin-top:5px;
	padding-left:15px;
	text-indent:-15px;
}


/* Alignment */
.tcnt	{ text-align:center; }
.tlft	{ text-align:left; }
.trgt	{ text-align:right; }
.rf	{ float:right; }
.lf	 { float:left; }

/* Margin */
.tm5	{ margin-top:5px; }
.tm10	{ margin-top:10px; }
.tm15	{ margin-top:15px; }
.tm20	{ margin-top:20px; }
.tm30	{ margin-top:30px; }

.lm5	{ margin-left:5px; }
.lm10	{ margin-left:10px; }
.lm15	{ margin-left:15px; }
.lm20	{ margin-left:20px; }
.lm30	{ margin-left:30px; }

.rm10	{ margin-right:10px; }