@charset "utf-8";

* {
	margin:0; 
	padding:0;
	}

body{
	font:10pt/1.5em 'Trebuchet MS',Dotum, 돋움, Helvetica, Sans-serif;
	color:#000;
	}

a:link, a:visited { color:#09c;}
a:hover, a:active { color:#3cf;}

/* misc */
a img {border:none;}
br {letter-spacing:0;}
hr {display:none;}
p { margin:0 0 1.5em;}

/*-------------------------------*/
/* Hadding */
/*-------------------------------*/
h1 {
	font-weight:normal;
	font-size:3em;
	line-height:normal;
	vertical-align:middle;
	}
	h1 a:link, h1 a:visited {color:#000;}
	h1 a:hover, h1 a:active {color:#09c;}

h1 img {display:block;}

h2 { 
	padding:0 5px;
	display:inline;
	font-size:1.6em;
	font-weight:normal;
	color:#f39;
	}
	h2 a { text-decoration:none;}
	h2 a:link, h2 a:visited {color:#f39;}
	h2 a:hover, h2 a:active {color:#f06;}

h3 { 
	font:1.3em 'Trebuchet MS', Helvetica, Sans-Serif;
	color:#09c;
	}

/*-------------------------------*/
/* layout */
/*-------------------------------*/
#header {margin-bottom:30px;}
#header div {display:none;}
#sidebar {display:none;}

/*-------------------------------*/
/* Content column */
/*-------------------------------*/
/* advertisement*/
.ad {display:none;}

/* Search list */
.searchList {
	display:none;
	}

/* Subject */
.subject {
	margin-bottom:.5em;
	line-height:0;
	}

.cbox { margin-bottom:2em;}

.cbox a:link, .cbox a:visited { color:#333;}
.cbox a:hover, .cbox a:active {color:#999;}
.cbox dl {
	margin-bottom:15px;
	}
.cbox dt {
	font-weight:bold;
	margin-bottom:5px;
	}
.cbox dd {
	margin-left:8px;
	padding-left:15px;
	color:#666;
	}

/* Entry */
.entry {
	margin-bottom:2.5em;
	}
	.article a {text-decoration:none; padding:0 2px;}
	.article a:link, .article a:visited {border-bottom:1px dashed #c39;}
	.article a:hover, .article a:active {
		border-bottom:1px dashed #c39;
		color:#3cf;
		}

.article ol {
	margin:1em 0 1.5em 30px;
	}

.article ul {
	list-style:none;
	margin:1em 0 1.5em 10px;
	}
.article ul li {
	background:url(./images/bullet_ul.gif) no-repeat 0 50%;
	padding-left:20px;
	}

del {
	color:#999;
	}
ins {
	color:#5a5a5a;
	}

.imageblock {
	margin:0 0 1em;
	border:none;
	text-align:left !important;
	}
.imageblock * {
	border:none !important;
	}
.imageblock img {
	background-color:#eeede8;
	padding:3px;
	border:1px solid #e0dfd7 !important;
	vertical-align:middle;
	}

.cap1 {
	color:#999;
	font-size:.9em;
	text-align:center;
	}

#paging { display:none;}

