/* CSS written by hakyung */
/*
* {
	margin: 0;
	padding: 0;
}*/

/*@font-face {font-family:"wizz";src:url("http://miniwini.com/miniwini_ttobak.eot")}*/

body, table {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #000000; 
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: top left;
	text-align: left;
	line-height:1.5em;
}

body {
	background:url(images/topnov.jpg) no-repeat top 550px ; 
/*	background:url(images/back.jpg) repeat-x bottom scroll;*/
}

/* Header */

#header {
	padding-bottom: 10em;
}

#headerPicture {
	float: left;
}

#headerContact {
	float: right;
	margin-left:4em;
	margin-right: 7em;

	font-size:8pt;
	color:#333333;
	line-height:1.2em;
}

#content {
	margin: 0em auto;
	width: 800px;
	padding: 0;
	padding-top: 14px;
	padding-bottom: 10px;
	text-align: left; /* Win IE5 */
}

.content {
	margin: 4em;
	margin-left: 2em;
	margin-right:2em;
}

h1 {
	font-family: verdana;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	color: #000000;	
}

h2 {
	font-family: verdana;
	font-size: 11pt;
	font-weight: bold;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	margin-left: 1.6em;
	color: #666666;	
}

.main_title {font-size:12pt; font-family:verdana; font-weight:bold; color:#000000}
.sub_title {font-size:11pt; font-family:verdana; font-weight:bold; color:#666666}
.orange {color:#EC5800}
.small {font-size:8pt; font-family:verdana; color:#333333}

a:link {color:#0060BF; text-decoration:underline}
a:visited {color:#0060BF; text-decoration:underline}
a:active {color:#EC5800; text-decoration:none}
a:hover {color:#EC5800; text-decoration:none}

#header ul li { list-style-type: none}

ul {list-style-type: square;} 
ul.disc {list-style-type: disc}  /* ²ËÂù µ¿±×¶ó¹Ì */
ul.circle {list-style-type: circle} /*¼Óºó µ¿±×¶ó¹Ì */
ul.square {list-style-type: square} /*³×¸ð */
ul.none {list-style-type: none}

/* ABSTRACT°¡ µé¾î°¡´Â »óÀÚ */
.abstract {
	color:#333333;
	font:10pt;
	font-family:"Verdana", "gulim", "±¼¸²", "±¼¸²Ã¼";
	text-align: left;
	line-height: 14pt; 
	border: #000000 2px dotted; 
	word-break:break-all;
	padding: 10px; 
	padding-top: 5px;
	padding-bottom: 5px;
	margin:5px;
/*	height: 40px;  */
/*	float: right; */
/*	width: 250px; */
}
/* COPYRIGHT°¡ µé¾î°¡´Â »óÀÚ */
.copyright {
	color:#333333;
	font:9pt;
	font-family:"Verdana", "gulim", "±¼¸²", "±¼¸²Ã¼";
	text-align: left;
	line-height: 14pt; 
	border: #000000 2px dotted; 
	word-break:break-all;
	padding: 10px; 
	padding-top: 5px;
	padding-bottom: 5px;
	margin:5px;
	margin-left:40px;
	margin-right:16px;
	margin-bottom:20px;
/*	height: 40px;  */
/*	float: right; */
/*	width: 250px; */
}

/* ABSTRACT°¡ µé¾î°¡´Â »óÀÚÀÇ ±¸¹öÁ¯. Áö±ÝÀº »ç¿ëÇÏÁö ¾ÊÀ½ */
.oldAbstract {
	color:#333366;
	margin-top:5px;
	margin-bottom:5px;
	border:1px solid #c0c0c0;
	background:#dfdfdf;
	font:10pt;
	font-family:"Verdana", "gulim", "±¼¸²", "±¼¸²Ã¼";
	padding:7px; 	word-break:break-all;
	cursor:default;
/*	text-indent: 10px;*/
}

/* ÀÌ¹ÌÁö°¡ ±Û¾¾ÀÇ ¹Ù´Ú ºÎºÐ¿¡ ¸Â°Ô Á¤·ÄµÇµµ·Ï */
img.bottom { vertical-align: text-bottom }

.breakBefore{page-break-before:always;}

.btm_margin {
margin-bottom: .5em;
}