* {
	margin: 0;
	padding: 0;
}

body {
    background-color: #bbc6fb;
	/*	background-color: #bb36fb;
	background-color: #eeeecc;*/
	font-family: nanumgothic;
	font-size: 12pt;
	line-height: 150%;
}

img {
	border: 0;
	margin-top: 1px;
	margin-bottom: -2px;
}

dl {
	text-align: center;
}

dt {
	margin-bottom: 19px;
}

dd {
	margin-bottom: 19px;
}

a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
}
a:link {
	color: #003333;
}
a:visited {
	color: #999900;
}
a:hover {
	color: #077ab1;
}
a:active {
	color: #ff8000;
}

h1,
h2 {
	color: #234c61;
	font-family: nanumgothic;
	margin-bottom: 19px;
}
h1 {
	font-size: 20pt;
}
h2 {
	font-size: 13pt;
	padding-bottom: 1px;
}
h3,
h4,
h5 {
	background-color: gray;
	font-size: 9pt;
}
h3 {
	margin: 0px;
}
/*
 * p
 */
p {
	margin-bottom: 19px;
}
p.line-1,
p.line-2,
p.line-3,
p.line-4,
p.line-5 {
	margin-bottom: 0;
}
p.line-1 {
	height: 19px;
}
p.line-2 {
	height: 38px;
}
p.line-3 {
	height: 57px;
}
p.line-4 {
	height: 76px;
}
p.line-5 {
	height: 95px;
}
p.tag {
	background-color: #ffffff;
	font-family: gulim;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 4px;
	text-align: center;
}
	p.tag span {
		color: #077ab1;
	}
/*
 * span
 */
span.line {
	display: block;
}
/*
 * #page
 */
#page {
	margin: 0 auto;
	width: 600px;
}










#testlogo {
	margin-top: 50px;
	margin-bottom: 60px;
	text-align: right;	
}





ul {
	margin-left: 20px;
}

#list {
	margin-right: 60px;

}

#line span {
	background-color: #077ab1;
	color: #ffffff;
	font-size: 18px;
	margin-left: 1400px;
}

.green {
	background-color: green;
}

.red {
	background-color: red;
}




.color-n {
	color: #024b6f !important;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 4px;
	text-align: center;
}

.color-o {
	color: #aa0000 !important;
}

.color-m {
	color: #234c61 !important;
}

.style-a {
	font-family: nanumgothic;
	font-weight: bold;
	font-size: 13pt;
}
.style-b {
	font-family: batang;
	font-weight: bold;
	font-size: 13pt;
}


