@charset "utf-8";
/* CSS Document */


* {  font-family:'맑은 고딕'; padding:0px; margin:0px; }
body {  overflow-y: scroll; }
/* *:focus { outline: none; }
a { outline: none; select-dummy: expression(this.hideFocus=true); } */


/** placeholder 설정 **/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #929292;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #929292;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #929292;
}
:-moz-placeholder { /* Firefox 18- */
  color: #929292;
}


#loading {
 width: 100%;  
 height: 1800px;  
 top: 0px;
 left: 0px;
 position: fixed;  
 background-color: #fff;  
 z-index: 99999;  
 text-align: center; 
} 
  
#loading-image {  
 position: absolute;  
 top: 200px;  
 left: 50%; 
 z-index: 100; 
}




.blink_me {
	animation: blinker 1s linear infinite;
	color : red;
	font-weight: bold
}

@keyframes blinker {  
	50% { opacity: 0; }
}


/* 아이콘 */
.icon-excel{
	background:url('../images/icons/excel.png') no-repeat center center;
}


/*로그인 페이지*/
.login-c { font-size: 27px;  margin-top: 100px; }
.login-c table td { padding: 3px; }



/*- 등록*/
.basic_account_REG { padding: 14px; }
.basic_account_REG table {border-spacing: 7px; }
.basic_account_REG table th { text-align: left; padding-right: 10px; }
.basic_account_REG textarea { width:716px; height:100px; border: solid 1px #aaaaaa; }
.basic_account_REG input { width:240px; height: 22px;  border: solid 1px #aaaaaa;  }
.basic_account_REG select { width:240px; height: 22px;  border: solid 1px #aaaaaa;  }


/*카테고리 관리 */
.category_TB_sub table { width: 410px;}
.category_TB_sub th { text-align: center; }
.category_TB_sub td { text-align: center; }
.category_ORD_input { width: 50px; height: 23px; }
.category_NAME_input { width: 250px; height: 23px; }


/*창고설정 */
.category_TB_sub table { width: 410px;}
.category_TB_sub th { text-align: center; }
.category_TB_sub td { text-align: center; }
.warehouse_ORD_input { width: 50px; height: 23px; }
.warehouse_NAME_input { width: 250px; height: 23px; }


/*창고이동*/
.TB_orderTop_oooo { }
.TB_orderTop_oooo th { padding:5px; }
.TB_orderTop_oooo td { padding:5px; }


