@charset "utf-8";

body {
	font-family: inherit;
	font-size: 12px;
	color: #000;
}

/* 확인 후 전체 스타일 적용건 */
input[type=text]::-ms-clear {display: none;}
input[type=text]::-ms-reveal {display: none;}
input[disabled] {pointer-events:none}

/* %해상도일경우 */
#wrap {
/* 	position: relative; */
	min-width: 1250px; /*반드시 최소값을 명시해준다.*/
	_margin-left: -1250px;
	_zoom: 1;
	z-index: 1;
}

#header,#footer {
	position: relative;
	min-width: 1250px; /*반드시 최소값을 명시해준다.*/
	_margin-left: -1250px;
	_zoom: 1;
	z-index: 1;
}

/* size */
.per_100 {
	width: 100%;
}

.per_99 {
	width: 98.5%;
}

.per_82 {
	width: 82%;
}

.per_45 {
	width: 45%;
}

.px_80{
	width: 80px;	
}

.px_60{
	width: 60px;	
}

.px_370{
	width:370px;	
}

.px_200{
	width:220px;	
}

.px_600{
	width:700px;	
}


/* align */
.ta_right {
	text-align: right;
}

/* margin */
#margin_top5{
	margin-top:5px 
}

.margin_left50{
	margin-left: 50px
}

.margin_left10{
	margin-left: 10px
}


#loadingCircle{
/* 	background-color : rgba(0,0,0,0.12); */
	background-image : url("../images/loadingCircle.gif");
	background-repeat : no-repeat;
	background-position-x : 6px;
	background-position-y : 5px;
	border-radius : 10px;
	position: absolute;
	height: 70px;
	width: 70px;
	top: 50%;
	left: 50%;
	z-index : 100;
}

/* PNotify */
.brighttheme.ui-pnotify-container {
  padding: 16px;
}
