@charset "utf-8";
/* CSS Document */
html {
	font-family: "나눔고딕",Tahoma, Arial, Dotum, "Malgun Gothic", Gulim, Batang, Verdana;
}
img.pngfix {
	*behavior: url(/css/iepngfix.htc);
}
h3, label, button, input {
	font-size: 0.75em;
}
label input {
	font-size: 1em;
}
button {
	cursor: pointer;
}
a {
	text-decoration: none;
	color:#111;
}
a:hover/*,.widget-header h3:hover*/ {
	color: #0077b5;
}
em {
	font-style: normal;
	font-weight: bold;
	color: #8c0000;
}
.hidden {
	display: none;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: ' ';
	display: block;
	clear: both;
}
body {
	width: 100%;
	margin: 0 auto;
	background: url(/images/common/header-bg.png) no-repeat 0 0;
	*behavior: url(/css/csshover3.htc);
	*font-size: 100%;
	*min-width: inherit;
	*max-width: none;
	position:relative;
}
#wrap {
	position: relative;
	width: 60em;
	/*background-color: #f9f9f9;*/
	margin: 0 auto;
}
#accessibility-links {
	position:absolute;
	overflow:hidden;
	height:0;
	width:0;
	font-size:0;
	visibility:hidden;
}
#header {
	position:relative;
	/*text-align: right;*/
	/*margin-bottom: 0.2em;*/
	/*height: 5.75em;*/
	/*line-height: 3em;*/
	height:4.5em;
	/*background:#fff url(/images/common/header-bg.png) no-repeat 0 100%;*/
}
#header-left {
	float: left;
	width:18%;
	margin: 0.25em 0 0 1.25em;
}
#header h1 {
	width: 6.5625em;
	height: 3.25em;
}
#header .pngfix {
	display:block;
}
#header h1 img {
	width: 6.4375em;
	height: 4.125em;
}
#header-center {
	position:relative;
	float: left;
	width:33%;
	height:4.5em;
}
#header-center form {
	position:absolute;
	left:3em;
	top:1.5em;
	width:16.5em;
}
#header-center legend,
#header-center label{
	position:absolute;
	font-size:0;
	width:0;
	height:0;
	line-height:0;
	overflow:hidden;
	visibility:hidden;
}
#header-center form input.textbox{
	float:left;
	font-size:1em;
	font-family:"나눔고딕", "돋움", Dotum, sans-serif;
	color:#000;
	font-weight:bold;
	width:13.2em;
	height:1.25em;
	padding:0.4em 0 0.4em 0.4em;
	border:0 none;
	background:url(/images/common/textbox-bg.png) no-repeat 0 0;
}
#header-center form input.button{
	float:left;
	font-size:1em;
	width:2.6875em;
	height:2em;
	text-indent:-999em;
	vertical-align:top;
	border:0 none;
	cursor: pointer;
	background: url(/images/common/search-btn.png) no-repeat 0 0;
	margin:0;
	padding:0;
}
#header-center form input.button:hover{
	background-position: 0 -2em;
}
#header-right {
	float: right;
	text-align: right;
	width:auto;
	/*background-color:#ddd;*/
	margin-right:0.5em;
	/*width: 31em;*/
}
.top-links {
	text-align: right;
	font-size: 0.75em;
	margin: 0.25em 0 0 0;
	vertical-align: top;
}
.top-links li {
	display:inline;
	line-height:1.5em;
	height: 1.5em;
	padding-left: 0.5em;
	background: url(/images/common/bullet01.png) no-repeat 0 0.6em;
}
.top-links li.first,
.top-links li.last {
	display:inline;
	line-height:1.5em;
	margin: 0 0 0 0.5em;
	height: 1.5em;
	padding-left: 0.5em;
	background: none;
}
#header .importance-link {
	text-align: right;
	font-size: 0.75em;
	margin: 2.9em 0 0 0.25em;
}
#header .importance-link li {
	display:inline;
	padding-left: 0.5em;
	background: url(/images/common/bullet01.png) no-repeat 0 0.6em;
}
/* 메뉴 */
#menu {
	position: relative;
	clear: both;
	width:100%;
	height:3.75em;
	font-family: "나눔고딕", "돋움", dotum, "Malgun Gothic";
	background:#eee url(/images/main-menu/menu-bg.png) no-repeat left top;
	margin:0;
	padding:0;
	z-index:20;
}
#menu ul {
	height:auto;
	margin: 0 0 0 7.5em;
}
#menu ul li {
	position: relative;
	/*height: 3em;*/
	float: left;
	text-align: center;
	margin: 0;
}
#menu ul li {
	top: 0;
	left: 0;
}
#menu ul li a {
	display:block;
	height: 3.75em;
	/*padding-bottom:0.2em;*/
}
#menu ul li ul.second-menu li:hover a {
	color: #444;
}
#menu ul li ul {
	position: absolute;
	width:11.5em;
	top: 3.25em;
	left:-1em;
	margin:0;
	/*background:#fff url(/images/main-menu/bg2.png) repeat-x 0 0;*/
	padding: 0;
	display: none;
	border-top:0px solid #666;
	border-left:3px solid #666;
	border-right:3px solid #666;
	border-bottom:3px solid #666;
}
/* current menu */
/*
#menu ul li.current ul {
	display: block;
}
*/
#menu ul li:hover ul {
	display: block;
}
#menu ul li:hover {
	z-index: 100;
}
#menu ul li:hover ul,
#menu ul li ul {
	z-index: 100;
}
#menu ul li ul li {
	top: 0;
	float:none;
	display:block;
	font-size: 0.75em;
	margin: 0;
	padding:0;
	/*height:1.25em;*/
	/*line-height: 1.5em;*/
	/*padding:  0.25em;*/
	/*background-color:#666;*/
}
#menu ul li ul li a {
	display:block;
	height:1.75em;
	/*height:auto;*/
	padding:0.5em 0.5em 0.5em 1.5em;
	line-height: 1.75em;
	font-weight: normal;
	border-top:1px solid #ddd;
	background-color:#f4f4f4;
	letter-spacing: -0.05em;
}
#menu ul li ul li.first a {
	/*background: none;*/
	border-top:none;
}
#menu ul li ul li:hover a,
#menu ul li:hover ul li a:hover,
#menu ul li ul li.current a {
	/*color: #000;
	background-color:#ddd;*/
	color: #fff;
	background-color: #0077b5;
	/*padding: 0 0.3em 0 0.2em;*/
}
#menu ul li img {
/*	width: 100%;*/
	height: 3.625em;
}
#menu ul li.menu1 {
	width:5em;
}
#menu ul li.menu2 {
	width:2.9375em;
	margin-left: 6em;
}
#menu ul li.menu3 {
	width:3.875em;
	margin-left: 6em;
}
#menu ul li.menu4 {
	width:3.875em;
	margin-left: 6em;
}
#menu ul li.menu5 {
	width:3.875em;
	margin-left: 6em;
}
#menu ul li.menu6 {
	font-size:0;
	width: 0;
	height:0;
	visibility: hidden;
}
#menu ul li.menu1 ul {
	/*left:-15.3em;
	width: 59em;
	padding-left: 0;*/
}

#menu ul li.menu1 ul li{
	/*left: 8em;*/
}
/*
#menu ul li.menu2 ul {
	left: -25.25em;
	padding-left: 4em;
	width: 55em;
}
#menu ul li.menu2 ul li{
	left: 4em;
}
#menu ul li.menu3 ul {
	left: -33.2em;
	padding-left: 14em;
	width: 45em;
}
#menu ul li.menu4 ul {
	left: -41.35em;
	padding-left: 0;
	width: 59em;
}
#menu ul li.menu4 ul li {
	left: 25em;
}
#menu ul li.menu5 ul {
	left: -50.2em;
	padding-left: 0;
	width: 59em;
}
#menu ul li.menu5 ul li{
	left: 10em;
}
#menu ul li.menu6 ul {
	font-size:0;
	width: 0;
	height:0;
	visibility: hidden;
}
*/
/*
#menu ul li.menu6 ul {
	left: -32.9em;
	padding-left: 16em;
	width: 43em;
}
*/
/* content-wrap */
#content-wrap {
	position:relative;
	width: 59.0625em;
	padding: 0 0.4375em 0 0.5em;
}
#decoration {
	position:relative;
	/*height: 6.9375em;
	text-align: right;
	border: 1px solid #1187c4;
	background: url(/images/common/visual-image-bg.png) left bottom no-repeat;*/
}
#decoration img.visual-area {
	height: 6.9375em;
	width: 59.0625em;
	vertical-align: top;
}
#decoration h2 {
	position: absolute;
	width: 11.5625em;
	height: 4.3125em;
	top: 6.95em;
	right:0.2em;
	/*left: 47.35em;*/
	z-index: 5;
	background: url(/images/common/title-bg.png) left no-repeat;
	
	*top: 6.937em;
	_right:0.65em;
}
#decoration h2 img {
	width: 11.5625em;
	height: 4.3125em;
}
#decoration div {
	display: inline-block;
	width: 9.75em;

	*display: inline;
	zoom: 1;
}
/* content layout */
#content {
	position:relative;
	display: inline-block;
	width: 46.25em;
	vertical-align: top;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	/*background: url(/images/common/content-bg.gif) repeat-y left top;*/

	*display: inline;
	zoom: 1;
}
/* content-main 영역 */
#content-main {
	position:relative;
	clear: both;
	font-size: 0.75em;
	text-align: justify;
	padding: 1.75em 2em 0 2em;
	/*background: url(/images/common/content-bottom-bg.png) no-repeat bottom;*/
}
#content-main h3 {
	font-size: 1em;
	margin: 0 0 2em 0;
	padding: 0;
}
#nav-bar {
	clear: both;
	/*margin-right: 0.65em;*/
	float: right;
	margin:0;
}
#nav-bar li {
	display: inline-block;
	font-size: 1em;
	margin:0;
	padding: 0.1em 0.25em 0 0.5em;
	background: url(/images/common/nav.gif) no-repeat left 50%;

	zoom: 1;
	*display: inline;
}
#nav-bar li.first {
	padding-left: 1.75em;
	background: url(/images/common/home-icon.gif) no-repeat left 0;
}
#nav-bar li a {
	font-size: 1em;
	color:#444;
	text-decoration:none;
}
#nav-bar li.last a,
#nav-bar li a:hover {
	color: #316992;
	text-decoration:none;
}
#content-main p {
	/*display: block;
	margin-top: 2em;*/
	line-height: 1.5em;
	color:#444;
}
#content-main ol,
#content-main dl,
#content-main ul {
	line-height: 1.5em;
	margin: 0;
}

#content-main  {
	line-height: 1.5em;
}

#content-main input.first-btn {
	float:left;
	margin-right:0.2em;
}


#content-main input.btn-arr1, #content-main input.btn-arr2, #content-main input.btn-arr3, #content-main input.btn-arr4, #content-main input.btn-arr5 {
	float:left;
	margin-right:0.2em;
}

/*서브메뉴*/
#side-menu  {
	display: inline-block;
	width: 11.5625em;
	margin: 4.4em 0 0 1em;
/*	padding:1.25% 1.25% 10% 1.25%;*/
	vertical-align: top;
/*	background-color:#f4f4f4;*/

	*display: inline;
	zoom: 1;
}
#side-menu ul {
	margin-top: 0.15em;
	padding: 0;
}
#side-menu ul ul {
	margin: 0;
	padding: 0.25em 0;
	background-color: #fafafa;
	border-top: 1px solid #eee;
}
#side-menu li {
	font-weight: bold;
	line-height: 1.5em;
	background: url(/images/common/icon/side-menu-icon.gif) no-repeat left 0.75em;
	border-bottom: 1px dashed #ccc;
	margin: 0 0.5em 0em 0;
	padding: 0 0 0 0.75em;

	display: block;
	zoom: 1;
}
#side-menu li li {
	display: block;
	line-height: 1.25em;
	padding: 0;
	margin: 0;
	background: url(/images/common/bullet.png) no-repeat 0.4em center;
	font-weight: normal;
	border: 0 none;
	/*letter-spacing: -0.07em;*/
}
#side-menu li li a {
	text-align:left;
	padding: 0.1em 0 0 1em;
	vertical-align: middle;
}
#side-menu li a {
	display: block;
	color: #444;
	font-size: 0.75em;
	text-align:left;
	vertical-align: middle;
	letter-spacing:-1px;
	padding: 0.25em 0 0.3em 0.5em;

	zoom: 1;
}
#side-menu li span {
	display: block;
	color: #444;
	font-size: 0.75em;
	cursor: pointer;
	padding: 0.5em 0 0.5em 0.5em;
	background: url(/images/common/sidemenu-expand.gif) no-repeat 93% center;

	zoom: 1;
}
#side-menu li span a {
	font-size: 1em;
	padding: 0;
}
#side-menu li span a:hover {
	color: #316992;
	background:none;
}
#side-menu li.current a,
#side-menu li.current span,
#side-menu li span:hover {
	color: #316992;
}
#side-menu li.current li.current a,
#side-menu li.current li a:hover {
	color: #fff;
	background: url(/images/common/bullet-on.png) no-repeat 0.5em center;
	background-color: #1187c4;
}
#side-menu li a:hover {
	color: #fff;
	background-color: #1187c4;
}
/*
#side-menu li.current li.current a {
	background-color: #fff;
	/*padding: 0 0 0.25em 0;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;*/
/*}*/
#side-menu li.current li a {
	color: #444;
}
#side-menu li.expanded span {
	/*border-bottom: 1px solid #cfcfcf;*/
	background: url(/images/common/sidemenu-contract.gif) no-repeat 93% center;
}
#side-menu form {
	margin-top: 0.25em;
}
#side-menu form legend,
#side-menu  label.combox-label {
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:0;
	margin:0;
	padding:0;
	overflow:hidden;
	visibility:hidden;
	font-size:0;
	line-height:0;
}
#side-menu form select, #side-menu form button {
	display: inline-block;
	border: 1px solid #ccc;
	background-color: #fff;

	*display: inline;
	zoom: 1;
}
#side-menu form select {
	width: 65%;
	margin-right: 1%;
	margin-left: 0.25em;
}
#side-menu form#city-combobox {
	margin-top: 0.25em;

	*margin-top: -0.75em;
	zoom: 1;
}
#side-menu form button {
	width: 30%;

	*padding: 0.4em 0 0 0;
}
#side-menu form button:hover {
	color: #fff;
	background-color: #666;
	border-color: #666;
}
/* QR code content */
#qr-code {
	background-color: #fff;
	border:1px solid #ddd;
	/*border: 3px #333 solid;*/
}
#qr-code h5 {
	margin: 0;
	padding: 0.5em 0 0 0.5em;
	/*background: url(/images/common/qrcode-bg.png) no-repeat top;*/
}
#qr-code h5 img.qrcode {
	width:auto;
}
#qr-code .qr_image {
	display: inline-block;
	width:auto;
	margin: 0.5em 0 0.75em 2.75em;
	vertical-align: top;

	zoom: 1;
	*display: inline;
}
#qr-code_content {
	display: inline-block;
	height:4.125em;
	background-color: #fff;
	vertical-align: top;
	letter-spacing: -1px;

	zoom: 1;
	*display: inline;
}
#qr-code_content img {
	margin-bottom: 0.5em;
}
#qr-code_content p {
	width:13.75em;
	text-align:justify;
	padding: 0.5em 0.75em;
	font-size: 0.75em;
	line-height: 1.5em;

	background-color: #f9f9f9;
}
#qr-code_content p span{
	/*font-weight: bold;*/
	color: #ff3333;
}
#sub-menu {
	clear: both;
	width: 52.8333em;
	font-size: 0.75em;
	padding: 0.5em;
	border: 1px solid #ddd;
	background-color: #f9fbf9;
}
#sub-menu li {
	display: inline-block;
	width: 21.8%;
	line-height: 0.9em;
	background: url(/images/common/sub-menu-bullet.png) no-repeat 0.5em 50%;
	letter-spacing: -1px;
	background-color: #fafafa;
	border:1px solid #cfcfcf;
	margin: 0 0 0.15em 0.2em;
	padding: 0.45em 0 0.55em 1.25em;

	zoom: 1;
	*display: inline;
	*padding: 0.65em 0 0.45em 1.25em;
}
#sub-menu li a {
	display: block;
}
#sub-menu li.current,
#sub-menu li:hover,
#sub-menu li:hover a {
	color: #fff;
	font-weight: bold;
	background-color: #009999;
	border-color: #048383;
}
#sub-menu li.current a {
	/*text-decoration: underline;*/
	color: #fff;
}
#content-menu,
#content-sub-menu {
	padding: 1em;
	border: 1px solid #eee;
}
#content-menu li,
#content-sub-menu li {
	display: inline-block;
	width: 24%;
	padding-left: 1%;
	background: url(/images/common/bullet.png) no-repeat left;
	line-height: 1.5em;
	zoom: 1;
	*display: inline;
}
#content-menu li.current,
#content-sub-menu li.current {
	font-weight: bold;
}
#content-sub-menu {
	margin-top: 1em;
}
table {
	width: 100%;
	border-collapse:collapse;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #999;
	margin:0.5em 0 0 0;
}
/*
table caption {
	text-align: left;
	margin-bottom: 0.5em;
	margin-top: 1em;
	font-weight: bold;
}
*/
table caption {
	position:absolute;
	font-size:0;
	width:0;
	height:0;
	line-height:0;
	overflow:hidden;
	visibility:hidden;
}
table a {
	font-size: 1em;
}
th {
	text-align: center;
	vertical-align: middle;
	border-left: #ccc solid 1px;
	border-right: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
	padding: 0.5em;
	line-height: 1.5em;
	color: #444;
}
td {
	text-align: left;
	border-left: #ccc solid 1px;
	border-right: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
	padding: 0.5em;
	line-height: 1.5em;
	color: #444;
}
td.td-left {
	text-align: left;
	padding: 0.5em;
}
td.td-center {
	text-align: center;
	padding: 0.5em;
}
td.td-right {
	text-align: right;
	padding: 0.5em;
}
thead th {
	background-color: #f4f4f4;
	vertical-align: middle;
}
tbody th {
	font-weight: normal;
}
table tfoot{
	background-color: #fafafa;
}
table.board {
	clear:both;
}
table.board th {
	margin:0;
	text-align:center;
}
table.board td ul {
	margin:0;
	text-align:center;
}
table.board caption{
	position:absolute;
	overflow:hidden;
	height:0;
	width:0;
	font-size:0;
	visibility:hidden;
}
.board,
.board th,
.board td {
	border-left: 0 none;
	border-right: 0 none;
}
table.board a {
	text-decoration: none !important;
}
#board-divisions {
	margin:0 0 0.5em 0 !important;
	padding: 0.75em;
	border: 2px solid #666;
}
* html #board-divisions {
	padding: 0.75em 1em 1em 1em;
}
#board-divisions li span {
	font-size: 1em;
}
#board-divisions li span:hover {
	display:block;
	color:#fff;
	background-color:#006599;
}
#board-divisions li.current a,
#board-divisions li.current span,
#board-divisions li.current li.current a {
	color: #f00;
	text-decoration:none;
}
#board-divisions li.current li a {
	color: #666;
}
#board-divisions li li {
	display: inline-block;
	width: 30%;
	padding: 0.25em 0;
}
* html #board-divisions li li {
	display: inline;
}
*+html #board-divisions li li {
	display: inline;
}
#board-divisions li {
	display: inline-block;
	width: 30%;
	vertical-align: top;
}
* html #board-divisions li {
	display: inline;
	padding-top: 0.25em;
	margin-top: 0.25em;
	overflow: hidden;
}
*+html #board-divisions li {
	display: inline;
}
#board-divisions li a,
#board-divisions li span {
	padding-left: 0.5em;
	background: url(/images/common/collapsed.gif) no-repeat left center;
	text-decoration:none;
}
#board-divisions li.expanded span {
	background-image: url(/images/common/expanded.gif);
	color:#fff;
	background-color:#006599;
}
#board-divisions li.expanded a,
#board-divisions li.expanded span {
	background-image: url(/images/common/expanded.gif);
}
#board-divisions li li a,
#board-divisions li.expanded li a {
	background-image: url(/images/common/nav.gif);
	margin: 0 0 0 0.5em;
}
#board-divisions li span {
	display: block;
	cursor: pointer;
}
#board-divisions li ul {
	display: none;
	position: relative;
	top: 0.5em;
	width: 333%;
	margin:0;
}
#board-divisions li.pos-1 ul {
	left: 0;
}
#board-divisions li.pos-2 ul {
	left: -105%;
}
#board-divisions li.pos-3 ul {
	left: -200%;
}
#board-divisions li.expanded ul {
	display: block;
}
#board-divisions li.expanded li {
	width: 24%;
	border: 1px solid #ddd;
	background-color: #f3fbff;
	margin: 0.25em 0 0 0.25em;
}
#board-header {
	/*display: inline;*/
	height: 2.5em;
}
#board-header form, #board-header a {
	display: inline-block;
	font-size: 1em;
	vertical-align: top;

	*display: inline;
	zoom: 1;
}
#board-header legend,
#board-header label.board-combo-label,
#board-header label.board-textbox-label {
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:0;
	margin:0;
	padding:0;
	overflow:hidden;
	visibility:hidden;
	font-size:0;
	line-height:0;
}
#board-navigation-info {
	height: 1.25em;

	*padding-top: 0.15em;
}
#board-header form {
	height: 1.5em;
	*margin-bottom: 0.25em;
}
#board-header select,
#board-header input,
#board-header button {
	font-size: 1em;
}
#board-header div {
	float: right;
}
#board-header div span {
	margin-left: 0.75em;
}
#board-header button {
	width: 4em;
	height: 1.95em;

	*padding-top: 0.2em;
	*vertical-align: top;
}
/* board list */
#content-main table.board thead th.id {
	width: 4em;
}
#content-main table.board thead th.division {
	width: 6em;
}
#content-main table.board thead th.author {
	width: 7em;
}
#content-main table.board thead th.date {
	width: 7em;
}
#content-main table.board thead th.date-end {
	width: 6em;
}
#content-main table.board thead th.files {
	width: 6em;
}
#content-main table.board thead th.read-count {
	width: 4em;
}
#content-main table.board tbody td {
	text-align: center;
}
#content-main table.board tbody td.title {
	text-align: left;
}
#content-main table.board tbody td.title a {
	text-decoration:none;
}
#content-main table.board tbody td.title a.reply {
	padding-left: 2em;

	background: url(/images/board/re.gif) no-repeat;
}
#content-main table.board tbody td ul li {
	display: inline;
	margin-left: 0.2em;
}
#content-main table.board tr:hover {
	background-color: #f4f4f4;
}
#content-main table.board a:hover {
	color: #111;
	text-decoration: underline;
}
#board-footer {
	margin-top: 1em;

	zoom: 1;
}
#board-footer:after {
	content: '';
	display: block;
	clear: both;
}
#content-main ul.paginator li {
	display: inline-block;
	line-height: 1.5em;
	padding: 0;
	vertical-align: middle;
	border: 1px solid #ccc;
	margin: 0 0.1em;

	zoom: 1;
	*display: inline;
}
#content-main ul.paginator li a,
#content-main ul.paginator li span {
	font-size: 1em;
	padding: 0.2em 0.4em;
	display: block;
	text-decoration:none;
}
#content-main ul.paginator li.current {
	color: #fff;
	background-color: #111;
	border-color: #111;
}
#content-main ul.paginator li a:hover {
	color: #fff;
	background-color: #111;
}
#board-actions {
	float: right;
}
.record-footer {
	zoom: 1;

	padding: 0.75em 1em 0.25em 1em;
	/*border: 1px solid #ddd;*/
	border-top: none;
}
.record-footer:after {
	content: '';
	display: block;
	clear: both;
}
.record-footer form {
	display: inline-block;
	width: 15.5em;
	margin: 0;
	padding: 0;

	zoom: 1;
	*display: inline;
}
.record-footer form label {
	display: inline;
	margin: 0;
	padding: 0;
}
/*
.record-footer form label span {
	font-style: normal;
	vertical-align: bottom;
	padding: 0.35em;
}
*/
.record-footer form label input {
	font-size: 1em;
	height: 1.5em;
	vertical-align: middle;
	margin: 0 0.1em 0 0;
	border: 4px solid #009f3c;
}
.record-footer form input.delete_btn,
.record-footer form input.modify_btn {
	vertical-align: middle;
	margin: 0.1em 0 0 0;

	*margin: 0.2em 0 0 0;
}
.record-footer a {
	display: inline-block;
	vertical-align: bottom;

	zoom: 1;
	*display: inline;
	*margin-bottom: 0.15em;
}
.record-footer form a img {
	height: 2.3333em;
}
.record-actions {
	float: right;
}
.record-actions li {
	display: inline-block;

	margin-left: 0.5em;

	zoom: 1;
	*display: inline;
}
/* board view */
#content-main div.record-title {
	border-top: 2px solid #666;
	border-bottom: 1px solid #ccc;
	line-height: 2em;
	height: 2em;
	padding: 0.1em 0;
}
#content-main div.record-author,
#content-main div.record-date {
	display: inline-block;

	width: 50%;
	line-height: 2em;
	height: 2em;
	border-bottom: 1px solid #ccc;
	padding: 0.1em 0;

	zoom: 1;
	*display: inline;
}
#content-main div.record-period {
	line-height: 2em;
	height: 2em;
}
#content-main div span.header {
	display: inline-block;

	width: 20%;
	padding-left: 1em;
	margin-right: 1em;
	background: #efefef;

	zoom: 1;
	*display: inline;
}
#content-main div.record-author span.header,
#content-main div.record-date span.header {
	width: 40%;
}
#content-main div.record-files {
	padding: 0.15em 0;
	border-bottom: 1px solid #888;
	height: 100%;
}
#content-main div.record-files span.header {
	vertical-align: top;
}
#content-main div.record-files ul {
	display: inline-block;

	width: 70%;

	zoom: 1;
	*display: inline;
}
#content-main div.record-files ul li {
	margin-bottom: 0.3em;
}
#content-main div.record-files ul li img {
	vertical-align: bottom;
	margin-right: 0.5em;
}
#content-main div.record-files a,
#content-main div.record-content a {
	font-size: 1em;
}
#content-main div.record-content {
	border-bottom: 1px solid #ccc;
	margin-top: 1em;
	padding: 1em;
}

#content-main div.record-content p,
#content-main div.record-content span {
	color: #444;
	font-size: 1em;
}
#content-main div.record-content a img {
	margin: 1em 0 0 0;
}
#content-main div.record-content div {
	line-height: 1.75em;
}
#content-main div.record-content table {
	width: auto;
}
/* board-write */
#record-write label {
	display: inline-block;

	font-size: 1em;
	width: 8em;
	padding-right: 1em;
	height: 2em;
	line-height: 2em;
	font-weight: bold;
	vertical-align: top;
	text-align: right;

	zoom: 1;
	*display: inline;
}
#record-write input, #record-write select {
	display: inline-block;

	font-size: 1em;
	width: 20em;

	zoom: 1;
	*display: inline;
}
#record-write input.button {
	width: auto;
}
#record-write input.regist-button{
	width: 5.75em;
	height: 2.3333em;
	margin-top: 0.5em;
}
#record-write textarea {
	width: 100%;
	height: 20em;
}
#record-write ul label {
	width: auto;
	display: block;
	text-align: left;
}
#record-write ul input {
	width: auto;
}
.cancel-button{
	display:block;
	margin-top:0.5em;
}
p#top-move {
	clear:both;
	position:relative;
	width:6.25em;
	margin:2.25em 0 0 50em;
	padding:0;
}
p#top-move a {
	float:right;
	width:6.25em;
	display:block;
}

#footer {
	position:relative;
	height: 9em;
	font-size: 0.75em;
	clear: both;
	margin: 1em 0 0 0;
	padding: 0.75em 0 0 0;
	background: url(/images/common/footer-bg.png) no-repeat 0 top;
}
#footer h6 a {
	float: left;
	width: 10.75em;
	height: 2.5em;
	margin: 2.5em 0 0 2em;
}
#footer a.logo img {
	width: 10.75em;
	height: 2.5em;
}
#footer-content{
	float:left;
	width:82%;
	margin-left: 1.5em;
}
#footer ul {
	text-align: left;
	height: 1.5em;
	margin: 1em 0 0.5em 0;
	padding: 0;
}
#footer li {
	text-align: left;
	display: inline;
	margin: 0 0.5em 0 0;
	padding: 0 0 0 0.75em;
	background: url(/images/common/list-pause-icon.png) no-repeat 0 0.3em;
}
#footer li.first,
#footer li.last {
	display: inline;
	margin: 0 0.75em 0 0;
	padding: 0;
	background: none;
}
#footer address {
	display: block;
	font-style: normal;
	margin: 0.5em 0 0.5em 0;
}
#footer p {
	float:left;
	width:55em;
	color: #333;
	line-height: 1.5em;
	margin:0 !important;
}
#footer p.caution{
	font-size:90%;
	width:90%;
	color:#555;
	margin:0;
}
#footer p a {
	color: #2c4b9c;
	font-size: 1em;
	text-decoration: underline;
}
#footer-content a.validator{
	position:absolute;
	width: 7.33em;
	height: 2.58em;
	top:5em;
	right:2em;
}

h4 {
	margin:3em 0 0.5em 0;
}
h5 {
	margin:1em 0 0.5em 0;
}
.phase, dl, ul{
	margin: 1em 0 0 0.5em;
 }	
dl dt {
	margin: 0.75em 0 0.35em 0.5em;
}
ul li,
ol li{
	margin: 0.5em 0 0.35em 0.5em;
}
dl dt em {
	/*color: #0077B5;
	color: #515149;*/
	font-size:105%;
	color:#8c0000;
	margin: 0.5em 0 0.25em 0;
	letter-spacing:-1px;
}
dl dd,
dl dd ul li,
.phase ul li {
	margin: 0 0 0.35em 0.5em;
	color: #3f3f3f;
	padding-left:0.75em;
	background:url(/images/common/depth01.gif) no-repeat 0 0.5em;
}
dl dd ul,
.phase ul {
	margin: 0.5em 0 1em 0;
}
.phase ul li ul li,
.phase01 li {
	padding-left:0.75em;
	background:url(/images/common/depth02.gif) no-repeat 0 0.7em;
}
.icon-none {
	background: none;
}
span.span-margin{
	margin: 0 0 0 0.75em;
}
.titimg {
	width: 53.5em;
	height: 8.25em;
}
/* BEK - @WEFR@#%@#$Dsd */
#content-main form label,
#content-main form input,
#content-main form button {
	font-size: 1em;
}
#content-main a{
	color: #0077b5;
	text-decoration:underline;
}
#content-main a:hover{
	color:#fff !important;
	background-color:#006599;
	text-decoration:none;
}
#content-main div.record-footer a:hover,
#content-main div#board-footer a:hover{
	background-color:#fff !important;
	color:#333 !important;
	text-decoration:none;
}
div.content a {
	text-decoration: none;
	color: #0b64a8;
}
.page-important-content{
	color:#111;
	padding:1em;
	background-color:#f4f4f4;
	border:1px solid #e9e9e9;
}
.page-etc-content{
	display:block;
	color:#111;
	padding:0.75em;
	background-color:#fff8f4;
	border:2px solid #eadcd6;
}
.text-indent {
	display:block;
	text-indent: 2.5em;
}
/*지도*/
p.map{width:33.3333em;height:33.5556em;margin:3em 0 0 0;}
p.map img{width:33.3333em;height:33.5556em;}
div.map{width:56.8em;height:400px;border:4px solid #333;margin:.85em 0 0 0;}
div.map div,div.map img{height:100%;}

/*for print URL-expan*/
span.url {
	display: none !important;
}