@charset "euc-kr";

@import url(./jquery/jquery-ui-1.9.2.custom.css);
/* css ÃÊ±âÈ­ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, a, addr, acronym, address, big, cite, code, del, dfn,
	em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
	b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
	table, caption, tbody, thead, tr, th, td, article, aside, canvas,
	details, embed, figure, figcaption, footer, header, hgroup, menu, nav,
	output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 12px;
	font: inherit;
	font-family: dotum, µ¸¿ò, ms sans serif, sans-serif, arial, verdana;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
	menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

bolckquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, img, th, td, button {
	vertical-align: middle !important;
}

img {
	border: 0;
}
/* ´Þ·ÂÁ¤º¸ º¯°æ */
#ui-datepicker-div {
	background-color: white;
}

/* Popup °ü·Ã */
#popupLayer{
	display:none;
	position:absolute;
	z-index:10001;
	width:100px;
	height:100px;
}

#popupLayer table td{padding:0px;line-height:1.4}
#popupLayer .layer-title{
	cursor:move;
	font-size:11px !important;
	font-family:µ¸¿ò;
	color:#ffffff;
	background-image:url(/img/main/popup_tit_bg.gif);
}
#popupLayer .layer-body{
	width:100px;
	height:90px;
	border:1px solid #666666;
}
#popupLayer .layer-mask{
	position:absolute;
	z-index:-1;
	top:-2px;
	left:-2px;
	width:105px;
	height:120px;
	filter:alpha(style=0,opacity=0,finishopacity=0);
}

/* ·Îµù°ü·Ã */
#loading {
	display: none;
	z-index: 10001;
	position: absolute;
	left: 50%;
	top: 50%;
	padding: 2px;
	height: auto;
	margin: -35px 0 0 -30px;
	border: 3px solid #2b2b2b;
}

#loading .loading-indicator {
	z-index: 10002;
	padding: 13px 15px 5px 40px;
	background: no-repeat 5px 5px;
	line-height: 20px;
	background-color: #fbfbfb;
	background-image: url(/img/main/mask_loading.gif);
}

#loading-show-mask {
	display: none;
	z-index: 10000;
	position: absolute;
	background-color: #000;
	opacity: 0.5;
	filter: alpha(opacity = 50);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#loading-show-mask .loading-iframe {
	filter: mask();
}
/* ¸Þ½ÃÁö °ü·Ã */
#modal {
	display: none;
}

#msg-div {
	position: absolute;
	left: 35%;
	top: 10px;
	width: 300px;
	z-index: 20000;
}

#msg-div .msg {
	border-radius: 8px;
	-moz-border-radius: 8px;
	background: #F6F6F6;
	border: 2px solid #ccc;
	margin-top: 2px;
	padding: 10px 15px;
	color: #555;
}

#msg-div .msg h3 {
	margin: 0 0 8px;
	font-weight: bold;
	font-size: 15px;
}

#msg-div .msg p {
	margin: 0;
}

.ui-datepicker {
	font-size: 12px !important;
}

/* Overlay */
#modal-overlay {background-color:#eee;}
/* Container */
#modal-container {height:140px; width:420px; font: 16px/22px 'Trebuchet MS', Verdana, Arial; text-align:left; background:#fff; border:2px solid #336699;}
#modal-container .header {height:30px; line-height:30px; width:100%; color:#fff; background-color:#5e8bd7;font-weight:bold;vertical-align:middle; }
#modal-container .header span {padding-left:8px; color:#fff;}
#modal-container .message {color:#333; font-size:14px; margin:0; padding:12px 4px 12px 8px;}

#modal-container .buttons {line-height:26px; float:right; padding:10px 8px 0;} 
#modal-container .buttons button {margin-left:4px;display:inline-block;padding:0 5px;border-radius: 2px;font-weight:bold;}

#modal-container a.modal-close,
#modal-container a.modal-close:link,
#modal-container a.modal-close:active,
#modal-container a.modal-close:visited {text-decoration:none; font-weight:bold; position:absolute; right:10px; top:2px; color:#fff;}
#modal-container a.modal-close:hover {color:#ccc;}

/********************************************************************************
*	Default
********************************************************************************/
.tc {
	text-align: center !important;
}

.tl {
	text-align: left;
}

.tr {
	text-align: right !important;
}

.middle {
	vertical-align: middle !important;
}

.bold {
	font-weight: bold !important;
}

.blue02 {
	font-size: 12px !important;
	color: #4F4F8D !important;
}

.gray6 {
	font-size: 12px;
	color: #666666;
}

.gray5 {
	font-size: 12px;
	color: #333333;
}

.brown {
	color: #120F10;
	font-size: 12px;
}

.bg_white {
	color: white;
	background-color: white;
}

.lineHeightZero {
	line-height: 0;
}

.box08 {
	font-weight: bold;
	padding-top: 2px;
	font-size: 12px;
	border: 1px solid gray;
	arrow-color: #666666;
	height: 20px;
}

.ts {
	border-left: 1px solid #d5d5d5;
}

.te {
	border-right: 1px solid #d5d5d5;
}

.hand {
	cursor: pointer;
}

.width150 {
	width: 150px;
}

.subSumRow {
	background-color: #F9F9F9;
}

.totalSumRow {
	background-color: #efefef;
}
.totalSumRow2 {
	background-color: #efefef;
}
/**
 * º°µµ ¼³Á¤
 ***/
table.top_table {
	height: 5px;
	line-height: 0;
}

table.top_table td {
	height: 5px;
	vertical-align: top;
}

table.top_table img {
	line-height: 0;
}

#loginTable td {
	vertical-align: top !important;
}

#loginBox img {
	vertical-align: top !important;
}

.content_body {
	margin-left: 30px;
}

/** ¸Þ´º navi */
.title {
	height: 40px;
	display: block;
}

.title>table {
	width: 750px;
}

.title>table>thead>tr>th {
	text-align: right;
}

.print-title {
	height: 40px;
	display: block;
	line-height: 1.5;
}

.print-title>table {
	width: 750px;
}

.print-title>table>thead>tr>th {
	text-align: right;
}

/** °Ë»ö ºÎºÐ */
.table-srch {
	width: 750px;
}

.table-srch-start {
	height: 6px;
	background: url("/img/main/search_bg_top.gif");
	line-height: 0;
}

.table-srch-end {
	height: 6px;
	background: url("/img/main/search_bg_bottom.gif");
	line-height: 0;
}

.table-srch-left {
	width: 5px;
	background: url("/img/main/search_bg_left.gif");
}

.table-srch-right {
	width: 5px;
	background: url("/img/main/search_bg_right.gif");
}

.busiSelect {
	width: 150px;
}

.termSelect {
	width: 100px;
}
/** Á¶È¸ ³»¿ª */
.listArea {
	margin-top: 10px;
}

.print-listArea{
	vertical-align: top;
}

.table-listArea table {
	table-layout: fixed;
	word-break: break-all;
	width:750px;
}

.table-listArea thead>tr>th {
	background: #eee;
	border: 1px solid #969696;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	padding: 5px 0;
	color: #666;
	word-break: break-all;
}

.table-listArea tbody>tr>td {
	line-height: 13px;
	padding: 3px 0;
	border: 1px solid #969696;
	border-top: 0;
	font-size: 11px;
	color: #000000;
	word-break: break-all;
	height: 21px;
}

.table-pagingArea {
	margin: 5px 0px 5px 5px;
	width: 750px;
	font-size: 11px;
}

.table-pagingArea span.active {
	color: #ff0000;
	font-weight: bold;
}

.copyRight {
	width: 780px;
	text-align: center;
}

.copyRight_s {
	padding-left: 130px;
	padding-top: 10px;
	line-height: 1.2 !important;
}

.copyRight_c {
	padding-left: 140px;
	padding-top: 5px;
	line-height: 1.2 !important;
}

/* ³¯Â¥¹öÆ° */
button.date {
	background: url("/img/bottom/tx_bg.gif") repeat-x;
	border: 1px solid #c7c7c7;
	color: #666 !important;
	font-size: 11px !important;
	vertical-align: baseline !important;
	height: 20px;
	margin-left: 2px;
}

input.input {
	border: 1px solid #808080;
	height: 15px;
	padding: 3px 0 0 3px;
	font-family: dotum, gulim, verdana, arial, sans-serif;
	color: #333;
	font-size: 12px;
}

.select {
	vertical-align: baseline !important;
	border: 1px solid #808080;
	height: 20px;
	font-family: dotum, gulim, verdana, arial, sans-serif;
	color: #333;
	font-size: 12px;
	margin-left: 2px;
}

.label-space {
	margin-right: 10px
}
.data-button {
	width:750px;
	padding-top: 10px;
	text-align: right !important;
}

/** ¿À·ù È­¸é Á¤º¸ */
.error-page {
	width: 600px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 0 0 -300px
}

.error-page .msg {
	margin-top: 50px;
	text-align: center;
	font-size: 14px
}

#tooltip{
	color: #FFF;
	position: absolute;
	top:0;
	visibility: hidden;
	opacity:0;
	background: #212121;
	transition: 0.25s opacity;
	z-index: 2;
	padding: 1ex;
	border-radius:3px;
	max-width : 400px;
}

#tooltip:before{
	border-color: #212121 transparent;
	border-width: 1ex 1ex 0 1ex;
	border-style: solid;
	content:" ";
	position: absolute;
	left: calc(50%- .5em);
	bottom:-.9ex
}