

body {
	font: 12px;
	font-family:돋움, Dotum, AppleGothic, Sans-serif;;
	background: #c84b25;
	margin: 0;
	padding: 0;

	color: #333333; line-height:18px;}

hr, caption {
	visibility:hidden;
	position:absolute;
	width:0;
	height:0;
	font-size:0;
	overflow:hidden;
	text-indent:-9999px;
	line-height:0px;
	left: 222px;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding:0 5px 0 20px;
}

p {
	margin:0; 
}

h1 {
	padding:0;
	width:98%;
	margin:0 0 10px 0;
	border: none;
	font-weight:bold;
}

h2 {
	display:inline-block;
	font-size:16px;
	width:100%;
	color:#000;
	line-height:160%;
	padding:0 0 -10px 0;
	margin-top:0;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

h3 {
	display:inline-block;
	background: url(../images/icon01.png) no-repeat left 5px;
	font-size:16px;
	font-weight:bold;
	padding:5px 0px 0px 20px;
	width:96%;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#414958;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}

a:visited {
	color: #4E5869;
	text-decoration: underline;
}

a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

#container {
	padding:3%;
	background: #2581c8;
	margin:0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
		line-height:22px;
}

#content {
	background:#FFF;
	padding:3%;
}






#info_content {
	background:#FFF;
	padding:1% 5% 5% 5% ;
}


#info_content h1 {	padding:0;
	width:98%;
	margin:0 0 0px 0;
		height:70px;
	font-weight:bold;
	background: url(../images/logo.png) no-repeat center 0px;}
#info_content h2 {
	display:inline-block;

	margin:0;
	padding:3px 0 2px 0;
	height:37px;
	font-size:24px;
	border-bottom:solid 2px #E0E0E0;
	border-top:solid 2px #E0E0E0;
	font-weight:bold;
	width:100%;
}
#info_content h3 {
	display:inline-block;

	background: url(../images/icon01.png) no-repeat left 1px;
	height:20px;
	font-size:18px;
	font-weight:bold;
	padding:0px 0px 0px 20px;
	width:96%;
}


#subject {
	padding:10px;
	background:#f9eee9
}

#subject p {
	display:inline-block;
	margin-top:-10px;
	line-height:18px;
	font-size:12px;
	color:#786f6c;
}

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

li ul {
	padding:0px 0px 0px 0px;
}

li ul li {
	list-style:  decimal;
	font-size:12px;
}

.copy {
	display:inline-block;
	color:#FFF;
	padding:5px;
	font-size:11px;
}

.dvDate1 {
	text-align:center;
}

.spAMPM1 {
	text-align:center;
}

.icon_img {float:left; padding:0 15px 0 0;}


.credit {padding:6px; margin:0px; border:#dfdfdf solid 1px; font-size:11px; line-height: 16px;}