body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,input,textarea a,button,select{margin:0;padding:0}
body{
	font-size:11pt;
	font-family:"Nanum Gothic", sans-serif;
}
ul,ol,li {
	list-style:none;
	margin: 0px;
	padding: 0px;
}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
.ui-dialog {
	background:#FFFFFF;
}
.classBTN01{
	width:230px;
	background:#DC143C;
	color:#FFFFFF;
	font-size:15pt;
	font-weight:bold;	
	border: 1px solid #DC143C;
	padding:17px;
	padding-bottom:20px;
	border-radius:0.3em;
	cursor:pointer;
}
.classBTN02{
	width:230px;
	background:#00BFFF;
	color:#FFFFFF;
	font-size:15pt;
	font-weight:bold;	
	border: 1px solid #00BFFF;
	padding:17px;
	padding-bottom:20px;
	border-radius:0.3em;
	cursor:pointer;
}
.classBTN03{
	width:130px;
	background:#e17009;
	color:#FFFFFF;
	font-size:12pt;
	font-weight:bold;	
	border: 1px solid #e17009;
	padding:5px;
	padding-bottom:9px;
	border-radius:0.3em;
	cursor:pointer;
}
.classBTN05{
	width:130px;
	background: transparent;
	color:#e17009;
	font-size:12pt;
	font-weight:bold;	
	border: 2px solid #e17009;
	padding:5px;
	padding-bottom:9px;
	border-radius:0.3em;
	cursor:pointer;
}
.classBTN06{
	width:130px;
	background: transparent;
	color:#00BFFF;
	font-size:12pt;
	font-weight:bold;	
	border: 2px solid #00BFFF;
	padding:5px;
	padding-bottom:9px;
	border-radius:0.3em;
	cursor:pointer;
}
.classBTN07{
	background: transparent;
	color:#00BFFF;
	font-size:12pt;
	font-weight:bold;	
	border: 2px solid #00BFFF;
	padding:20px;
	padding-bottom:23px;
	border-radius:0.3em;
	cursor:pointer;
}
.classBTN07_1{
	background: transparent;
	color:#e17009;
	font-size:12pt;
	font-weight:bold;	
	border: 2px solid #e17009;
	padding:20px;
	padding-bottom:23px;
	border-radius:0.3em;
	cursor:pointer;
}
.classBTN08{
	width:150px;
	background:#e17009;
	color:#FFFFFF;
	font-size:12pt;
	font-weight:bold;	
	border: 1px solid #e17009;
	padding:5px;
	padding-bottom:5px;
	border-radius:0.3em;
	cursor:pointer;
}
.add_BTN{
	width:130px;
	background:#e17009;
	color:#FFFFFF;
	font-size:11pt;
	font-weight:bold;	
	border: 1px solid #e17009;
	padding:3px;
	padding-bottom:9px;
	border-radius:0.3em;
	cursor:pointer;
}
.explain{
	color:#e17009;
	font-weight:bold;
}
fieldset {	
	border: 1px solid #a8996e;
	border-radius:1.0em;
	margin:5px;
	margin-right:8px;
}
legend {
	width:auto;
	height:auto;	
	color:#ffffff;
	font-size:13pt;
	font-weight:bold;
	background:#a8996e;
	padding:10px;
	margin:2px;
	font-family:"Nanum Gothic", sans-serif !important;
}
button, input, select, option {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
button, input, select, option, a{
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input[type="text"] {
  font-size:11pt;
  padding:5px;
  border: 1px solid #828282;
  height:30px;
}
input[type="text"]:focus,
input[type="text"].focus {
  border: 1px solid #6799FF;
}
input[type="password"] {
  font-size:11pt;
  padding:5px;
  border: 1px solid #828282;
  height:30px;
}
input[type="password"]:focus,
input[type="password"].focus {
  border: 1px solid #6799FF;
}
select {
	height:30px;
	text-align: left;	
	font-size:11pt;
	font-family:"Nanum Gothic", sans-serif !important;	
    padding: 5px;	
	border: 1px solid #A0A0A0;	
	display: inline-block;
	cursor:pointer;
}
select::-ms-expand { 
  border:0px;
}
select option {
	background: #FFFFFF;	
	font-size:11pt;
	font-family:"Nanum Gothic", sans-serif !important;
}
select option:hover {
	color:#FFFFFF;
	background: #6799FF;
}
::-webkit-input-placeholder {
	color:#C3C3C3;
	font-size:11pt;
	font-weight:bold;
}
:-moz-placeholder { /* Firefox 18- */
	color:#C3C3C3;
	font-size:11pt;
	font-weight:bold;
}
::-moz-placeholder {  /* Firefox 19+ */
	color:#C3C3C3;
	font-size:11pt;
	font-weight:bold;
}
:-ms-input-placeholder {  
	color:#C3C3C3;
	font-size:11pt;
	font-weight:bold;
}
.checkboxForm {  /* 실제 체크박스는 화면에서 숨김 */
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip:rect(0,0,0,0);
	border: 0;
}
.checkboxForm + label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	font-size:11pt;
	color:#000000;
	font-weight:bold;
	font-family:"Nanum Gothic", sans-serif !important;
}
.checkboxForm + label:before {  /* 가짜 체크박스 */
	content: ' ';
	display: inline-block;
	width: 17px;  /* 체크박스의 너비를 지정 */
	height: 17px;  /* 체크박스의 높이를 지정 */
	line-height: 17px; /* 세로정렬을 위해 높이값과 일치 */
	margin: -2px 8px 0 0;
	text-align: center; 
	vertical-align: middle;
	background: #fafafa;
	border: 1px solid #6799FF;
	border-radius : 3px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
}
.checkboxForm + label:active:before,
.checkboxForm:checked + label:active:before {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
.checkboxForm:checked + label:before {  /* 체크박스를 체크했을때 */ 
	content:'\2714'; /*/'\2714'; 체크표시 유니코드 사용 */
	color: #FFFFFF;	
	background: #6799FF;
	border-color: #6799FF;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
}
.radioForm {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip:rect(0,0,0,0);
  border: 0; 
}
.radioForm + label {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
	font-size:11pt;	
	font-family:"Nanum Gothic", sans-serif !important;
	margin-right:10px;
}
.radioForm + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 15px;
  height: 15px;
  text-align: center;
  background: #fafafa;
  border: 1px solid #787878;
  border-radius: 100%;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
}
.radioForm:checked + label:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #e17009;
  border-radius: 100%;
  box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
}
#paging {
	clear:both;
	text-align:center;
	margin-top:10px;	
}
#prev {
	float:left;
	font-size:10pt;
	width:15px;
	height:15px;
	padding:4px;
	padding-bottom:6px;
	color:#a8996e;
	border: 1px solid #a8996e;
	font-weight:bold;
	font-family:"Nanum Gothic", sans-serif !important;
	margin-right:10px;
	cursor:pointer;
}
#Tpage	{
	float:left;
	font-size:10pt;
	width:15px;
	height:15px;
	padding:5px;
	padding-bottom:7px;
	color:#FFFFFF;
	background:#a8996e;
	font-weight:bold;
	font-family:"Nanum Gothic", sans-serif !important;
	margin-right:5px;
	margin-bottom:50px;
	cursor:pointer;
}
#Npage {
	float:left;
	font-size:10pt;
	width:15px;
	height:15px;
	padding:4px;
	padding-bottom:6px;
	color:#a8996e;
	border: 1px solid #a8996e;
	font-weight:bold;
	font-family:"Nanum Gothic", sans-serif !important;
	margin-right:5px;
	cursor:pointer;
}
#next {
	float:left;
	font-size:10pt;
	width:15px;
	height:15px;
	padding:4px;
	padding-bottom:6px;
	color:#a8996e;
	border: 1px solid #a8996e;
	font-weight:bold;
	font-family:"Nanum Gothic", sans-serif !important;
	margin-left:5px;
	cursor:pointer;
}