@charset "utf-8";

body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
	pre, a, abbr, address, big, cite, code, del, dfn, em, font, img, ins, q,
	s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd,
	ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot,
	thead, tr, th, td {
	border: 0 none;
	margin: 0;
	padding: 0;
}

html {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
	font-size: 12px;
	font-family: "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;
	color: #000;
	margin: 0;
	background-color: #fff;
	background-repeat: repeat;
	background-position: center;
	background-attachment: fixed;
}

div.main {
	margin: 0 auto;
	padding: 5px;
	clear: both;
	background-color: #fff;
	border-radius: 6px;
}

div.title1 {
	margin: 15px 0px 0px 0px;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #ffff00;
	background-color: #333;
	border-radius: 3px;
	line-height: 20px;
	vertical-align: middle;
}

div.title1_1 {
	margin: 3px 0px 0px 10px;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #111;
	border-radius: 3px;
	line-height: 15px;
	vertical-align: middle;
}

div.content {
	margin: 2px 0px 5px 15px;
	padding: 15px;
	border-radius: 3px;
	color: #000;
	background-color: #EAEAEA;
}

p, ul {
	line-height: 1.6;
	margin: 0 0 0.938em 0;
}

div.content ul{
	list-style: none;
}

div.content ul li{
	
}

div.image {	
	color: #666;
	margin: 0px 0px 10px 0px;
}

div.image img {
	display: block;
	line-height: normal;
	vertical-align: middle;
	margin: 0px 0px 7px 0px;
}

div.slide{
	display: inline-block;
	white-space: nowrap;
	vertical-align: top; 
}

div.desc {
	
}

p{
	line-height: normal;
}

.fontred {		
	font-size: 12px;
	font-weight: bold;
	color: #ef2233;
}

span.blue{
	color: #0000ff;
}
