/* ------------------------------
	문서 기본
------------------------------ */
html, body { height: 100%; margin: 0; padding: 0; }
* { font-size: 14px; color: #555; font-family: Malgun Gothic, '돋움', Dotum, Gulim, Helvetica, Arial, sans-serif; }
body, input, textarea, select, option, label, td, th, div { }
div, p, a {  line-height: 140%; color: #555555; }
div, p, ol, ul, li, img, a, h1, h2, h3, h4, h5, h6, form, span, iframe, dl, dt, dd { margin: 0px; padding: 0px; }
div, ul, li, ol	{ list-style: none; text-align: left; }
form { margin: 0px; padding: 0px; }
img { border: 0px; }
label { cursor: pointer; }
div, ul, dl, ol {
	box-sizing: border-box; /* W3C */
	-o-box-sizing: border-box; /* Opera */
	-ms-box-sizing: border-box; /* Internet Explorer */
	-moz-box-sizing: border-box; /* Firefox */
	-webkit-box-sizing: border-box; /* Safari & Chrome */
}
header, nav, section, article, aside, footer {
   display:block;
}
#skipToContent, .reader { position: absolute; left: -1000%; top: 0px; width: 0px; height: 0px; font-size: 0px; line-height: 0px; overflow: hidden; }
legend, caption { display: none; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display:inline-block;}   /* Hides from IE-mac s*/
* html .clearfix { height: 1%; }
.clearfix { display: block; } /* End hide from IE-mac */
.clear { clear:both; }
.hand { cursor:pointer; }

p { line-height: 160%; }
div, ul, dl, ol {
	box-sizing: border-box; /* W3C */
	-o-box-sizing: border-box; /* Opera */
	-ms-box-sizing: border-box; /* Internet Explorer */
	-moz-box-sizing: border-box; /* Firefox */
	-webkit-box-sizing: border-box; /* Safari & Chrome */
}

/* ------------------------------
	링크
------------------------------ */
a { cursor: pointer; }
a:link { text-decoration: none; line-height:180%;}
a:visited { text-decoration: none; line-height:180%;}
a:active { text-decoration: none; line-height:180%;}
a:hover { text-decoration: none; line-height:180%;}

/* ------------------------------
	페이징
------------------------------ */
ul.pagelist li a { font-size:14px; text-decoration:none; }
ul.pagelist li a:hover { text-decoration:underline; }
ul.pagelist li a.page { padding-left:6px; padding-right:6px; }
ul.pagelist li a.select { font-size:16px; font-weight:bold; color:red; }

img {
	border: none;
	vertical-align: middle;
}
input {
	padding: 3px;
	vertical-align: middle;
	font-size:13px;
}
select {
	padding: 4px;
	vertical-align: middle;
	font-size:13px;
}
button.small {
	border: 1px solid #d3d3d3;
	margin: 1px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
}
button.small:hover {
	border: 1px solid #999999;
}
button.small[disabled=disabled], button.small:disabled {
	background: #ffffff;
	color: #ccc;
}

ul, li, ol { list-style: none; }

a.page-first { display: inline-block; font-weight: bold; padding: 1px 14px 1px 14px;  background: #339900; color: #ffffff; cursor: pointer; }
a.page-prev { display: inline-block; font-weight: bold; padding: 1px 14px 1px 14px;  background: #339900; color: #ffffff; cursor: pointer; }
a.page-next { display: inline-block; font-weight: bold; padding: 1px 14px 1px 14px;  background: #339900; color: #ffffff; cursor: pointer; }
a.page-last { display: inline-block; font-weight: bold; padding: 1px 14px 1px 14px;  background: #339900; color: #ffffff; cursor: pointer; }
a.page-on { display: inline-block; font-weight: bold; padding: 1px 2px 1px 2px; color: #333333; font-size: 14px; font-weight: bold; cursor: pointer; }
a.page-off { display: inline-block; padding: 1px 2px 1px 2px; color: #cccccc; font-size: 14px; cursor: pointer; }
a.btn { display: inline-block; font-weight: bold; padding: 4px 14px 4px 14px; background: #339900; color: #ffffff; cursor: pointer; }
a.btn-list { display: inline-block; font-weight: bold; padding: 6px 30px 6px 30px; background: #339900; color: #ffffff; cursor: pointer; }
a.btn-write { display: inline-block; font-weight: bold; padding: 6px 30px 6px 30px; background: #339900; color: #ffffff; cursor: pointer; }
a.btn-modify { display: inline-block; font-weight: bold; padding: 6px 30px 6px 30px; background: #339900; color: #ffffff; cursor: pointer; }
a.btn-save { display: inline-block; font-weight: bold; padding: 6px 30px 6px 30px; background: #339900; color: #ffffff; cursor: pointer; }
a.btn-delete { display: inline-block; font-weight: bold; padding: 6px 30px 6px 30px; background: #339900; color: #ffffff; cursor: pointer; }
a.btn-cancel { display: inline-block; font-weight: bold; padding: 6px 30px 6px 30px; background: #339900; color: #ffffff; cursor: pointer; }
span.page-gap { display: inline-block; padding: 3px 0px 3px 0px; font-size: 14px; color: #555555; }
-input[type=password] { height: 24px; border: none; padding: 1px 1px 1px 1px; }
-input[type=radio] { border: none; padding: 1px 1px 1px 1px; }
-input[type=file] { height: 24px; padding: 3px; }
input[type=checkbox] { border: none; padding: 1px 1px 1px 1px; }
-input[type=text] { height: 24px; border: none; padding: 1px 1px 1px 1px; }
label { vertical-align: middle; }

.subullet { padding-left: 16px; background: url("../img/bullet_arrow.gif") no-repeat left top; font-weight:bold; }

.ui-button .ui-button-text
{
	-line-height: 0.97;
}

.mtext {
	line-height: 120%;
	padding: 4px;
	font-size: 13px;
}

.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100px;
}

.find {
	background-color: #ffff99;
	color: #ff6600;
}
.search-keyword {
	background-color: #ffff99;
	color: #ff6600;
}

.number {
	text-align:right;
}

.datepicker {
	text-align:center;
}

.readonly {
	border: none;
	background-color: #f7f7f7;
}

.pagelist { }
.pagelist a { font-size:14px; text-decoration:none; }
.pagelist a:hover { text-decoration:underline; }
.pagelist a.page { padding-left:6px; padding-right:6px; }
.pagelist a.select { font-size:16px; font-weight:bold; color:red; }

/* 입력폼 */
.tableins {
	border: 0px solid #787878;
	border-top: 2px solid #787878;
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
	margin: 0px;
}
.tableins tbody tr th {
	padding: 5px 4px 5px 8px;
	background: #eeeeee;
	color: #5e5e5e;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	line-height: 130%;
	border-bottom: 1px solid #cccccc;
}
.tableins tbody tr td {
	padding: 5px 4px 5px 8px;
	background: #ffffff;
	text-align: left;
	vertical-align: middle;
	line-height: 130%;
	border-bottom: 1px solid #cccccc;
}

.tableins thead tr th {
	padding: 5px 4px 5px 8px;
	background: #dbdbdb;
	color: #5e5e5e;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 130%;
	border-bottom: 1px solid #cccccc;
}
.tableins thead tr td {
	padding: 5px 4px 5px 8px;
	background: #ffffff;
	text-align: left;
	vertical-align: middle;
	line-height: 130%;
	border-bottom: 1px solid #cccccc;
}

/* 입력폼 */
.tablelist {
	border: 0px solid #787878;
	border-top: 2px solid #787878;
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
	margin: 0px;
}
.tablelist tbody tr th {
	padding: 5px 4px 5px 8px;
	background: #eeeeee;
	color: #5e5e5e;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #cccccc;
}
.tablelist tbody tr td {
	padding: 5px 4px 5px 8px;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #cccccc;
}

.tablelist tbody tr:hover {
	background: #ffffe6;
}
.tablelist thead tr th {
	padding: 5px 4px 5px 8px;
	background: #dbdbdb;
	color: #5e5e5e;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #cccccc;
}
.tablelist thead tr td {
	padding: 5px 4px 5px 8px;
	background: #ffffff;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #cccccc;
}
.tablelist tr.off { background: #ebebeb }
.tablelist tr.off td.usage { color: red }
.tablelist tr.off img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

/* ------------------------------
	게시판
------------------------------ */
.table1 {
	border: 0px ;
	border-top: 2px solid #e2e2e2;
	border-bottom: 2px solid #e2e2e2;
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
	width:100%;
	margin: 0px;
}
.table1 thead tr th {
	padding: 8px;
	font-weight: bold;
	text-align: center;
	border-top: 2px solid #e2e2e2;

}
.table1 tbody tr th {
	padding: 8px;
	text-align: center;
}
.table1 tbody tr td {
	text-align: left;
	vertical-align:top;
	padding-left:10px;
	padding-top:7px;
	padding-bottom:7px;
}
.table1 tbody tr th.last { border-bottom: 1px solid #e2e2e2; }
.table1 tbody tr td.last { border-bottom: 1px solid #e2e2e2; }
.table1 tbody tr td.center { text-align:center; padding-left:0; padding-right:0; }
.table1 tbody tr td.middle { vertical-align:middle; }
.table1 tbody tr td.fontbold1 { padding-left:60px; padding-right:0; vertical-align:middle; }
.table1 tbody tr td.fontbold2 { padding-left:30px; padding-right:0; vertical-align:middle; }

.table2 {
	border: 0px ;
	border-bottom: 1px solid #e2e2e2;
	border-collapse: collapse;
	border-spacing: 0px;
	background: #ffffff;
	padding: 0px;
	width:100%;
	margin: 0px;
}
.table2 thead tr th {
	padding: 8px;
	margin-left: 1px;
	border-top: 2px solid #e2e2e2;
	border-bottom: 2px solid #e2e2e2;
	font-weight: bold;
	text-align: center;

}
.table2 tbody tr th {
	padding: 8px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	margin-left: 1px;
	border-bottom: 1px solid #e2e2e2;
}
.table2 tbody tr td {
	padding: 8px;
	text-align: left;
	vertical-align:middle;
	margin-left: 1px;
	border-bottom: 1px solid #e2e2e2;
}
.table2 thead tr th.top { border-bottom: 2px solid #e2e2e2 }
.table2 thead tr th.top2 { border-bottom: 1px solid #e2e2e2 }
.table2 thead tr th.last { border-right: 0px }
.table2 tbody tr td.last { border-right: 0px }
.table2 tbody tr td.center { text-align:center; padding-left:0; padding-right:0; }
.table2 tbody tr td.middle { vertical-align:middle; }
.table2 tbody tr td.fontbold1 { padding-left:60px; padding-right:0; vertical-align:middle; }
.table2 tbody tr td.fontbold2 { padding-left:30px; padding-right:0; vertical-align:middle; }
.table2 tbody tr td.bold { font-weight: bold; }

/* ------------------------------
	게시판
------------------------------ */
.table3 {
	border: 0px ;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
	width:100%;
	margin: 0px;
}
.table3 thead tr th {
	padding: 8px;
	background: #e2e2e2;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #e2e2e2;
}
.table3 tbody tr th {
	padding: 8px;
	font-weight: bold;
	text-align: center;
	background: #e2e2e2;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}
.table3 tbody tr td {
	text-align: left;
	vertical-align:top;
	padding-left:10px;
	padding-top:7px;
	padding-bottom:7px;
	border-top: 1px solid #e2e2e2;
}
.table3 tbody tr th.last { border-bottom: 1px solid #e2e2e2; }
.table3 tbody tr td.last { border-bottom: 1px solid #e2e2e2; }
.table3 tbody tr th.bottomlast { border-bottom: 1px solid #e2e2e2; }
.table3 tbody tr td.center { text-align:center; padding-left:0; padding-right:0; }
.table3 tbody tr td.middle { vertical-align:middle; }
.table3 tbody tr td.fontbold1 { padding-left:60px; padding-right:0; vertical-align:middle; }
.table3 tbody tr td.fontbold2 { padding-left:30px; padding-right:0; vertical-align:middle; }

body { clear: both; float: left; display: inline-block; width: 100%; margin: 0px; padding: 0px; height: 100%; }
nav.leftmenu { clear: both; float: left; display: inline-block; width: 202px; height: 100%; border-right: 1px solid #ccc; }
nav.leftmenu h1 { }
nav.leftmenu h1 a { font-size: 18px; }
nav.leftmenu div.info { height: 50px; margin-top: 10px; }
section.contents { float: left; padding: 20px; }




/*******************************************************************************
 * Dynatree
 */

span.custom1 a
{
	background-color: maroon;
	color: yellow;
}

a.dynatree-title { line-height: 100%; padding-top: 2px; padding-bottom: 2px; }
/* ul.dynatree-container li { padding-top: 0px; } */
li.dynatree-lastsib span.dynatree-connector { margin-top: -2px; }


/*******************************
 * 목록 테이블 색깔
 */
table tbody tr.end td { background: #ececec; }
table tbody tr.close td { background: #ececec; }
table tbody tr.ready td { background: #fff; }
table tbody tr.cancel td { background: #fff0f0; }

.btn-sm .ui-button-text-only .ui-button-text {
	padding: .4em .4em;
}



body.knwedit div.knw-editable {
	clear: both;
	cursor: pointer;
	box-sizing: content-box; /* W3C */
	-o-box-sizing: content-box; /* Opera */
	-ms-box-sizing: content-box; /* Internet Explorer */
	-moz-box-sizing: content-box; /* Firefox */
	-webkit-box-sizing: content-box; /* Safari & Chrome */
}
body.knwedit div.knw-editable:hover { border: 4px dotted #ff0000; margin: -4px; }
#knw-article-cover {
	position: absolute;
	display: none;
	background: #000000;
	opacity: 0.2;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	box-sizing: border-box; /* W3C */
	-o-box-sizing: border-box; /* Opera */
	-ms-box-sizing: border-box; /* Internet Explorer */
	-moz-box-sizing: border-box; /* Firefox */
	-webkit-box-sizing: border-box; /* Safari & Chrome */
	border: 3px dotted #ff0000;
	cursor: pointer;
}
#knw-article-cover iframe { width: 100%; height: 100%; border: none; z-index: 1999; }


[readonly] { background: #eee; }
