@charset "utf-8";
/*@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);*/
/* CSS Document */
/*
파일명 style.css
작성자 이규창
작성일자 15. 7. 30
*/

/*태그 스타일 설정*/
* {
	/*behavior: url(./css3/PIE.htc);*/
	outline:none;
}
html { 
	height: 100%;
	width:	100%; 
}
body { 
	margin:0px;
	height:100%;
	width:100%;

	font-family: 'Nanum Gothic', "맑은 고딕", sans-serif;
	font-size:12px;
	overflow: hidden;
}
img{
	border:0;
	display:block;
}
div {
	-ms-user-select: none;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;

	cursor: default;
}
form {
	width:100%;
	height:100%;
}
table {
	padding:0;
	border-spacing:0;
	border:0;
	
	width:100%;
}
th, td {
	padding:0;
}
caption {
	display:none;
}

textarea{
	resize: none;
}

fieldset {
	display: inline-block;
	border: none;
	padding: 0;
	margin: 0;
}

/*크롬 자동채우기 배경 노란색 지우기*/
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

#Load{
	display: none;
}

/*
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #005ba8;
}
a:active {
	text-decoration: none;
	color: #333333;
}
a {
	font-size: 12px;
}
*/
label span{
	vertical-align:0px;
	margin-left:2px;
	margin-right:7px;
}
label:last-child span{
	margin-right:0px;
}
label input{
	margin:0;
	display: inline-block;
	position: relative;

	top:3px;
}
label input:disabled + span{
	color:#ccc;
}

.ui_placeholder{
	position:absolute;
	left:10px;
	top:10px;
	font-size:12pt;
	font-weight:bold;
	color:#cecece;
}

@page { size: A4 landscape } 
@media print {
	#WRAP {
		overflow:visible !important;
	}
	#FRAME_TOP, #MAP_FACINFO, #MAP_ARROW_LEFT {
		border:none !important;
		display: none !important;
	}
	#TOP_SEARCH, #MID_LIST, #MID_LEFT, #MID_FORM, #CONT_TOP, #MAP_DISABLE, #MAP_ARROW_BOTTOM, #MID_ARROW_LEFT, ul, li, button{
		display:none !important;
	}

	#FRAME_MIDDLE #MID_CONTENTS {
		left:0px !important;
		top:0px !important;
		width:100% !important;
		height:100% !important;
		/*width:1500px !important;*/
	}
	div.ui-dialog{
		display:none !important;
	}
}
