
	BODY, td, DIV, form, TEXTAREA, center, pre, blockquote {
		font-size: 12px;
		font-family: '나눔고딕',arial;
		color: #000;
	}
	body {margin:0px;}
	a { cursor:pointer;}
	A:link      {color:2F3743;text-decoration:none;}    
	A:visited {color:2F3743;text-decoration:none;}
	A:active  {color:#01939C;text-decoration:none;}
	A:hover  {color:339900;text-decoration:none;}
	a.active {color:#dd745c;font-weight:600;}
	h3 { font-size:20px;margin:4px 0px;}
	.headmenu {
		position:relative;
		z-index:2;
		width:100%;
		top:0px;
		text-align:left;
		margin: auto;
	//	background-color:#fbfbfb;
		background-color:#2372e9;
		border-top:1px solid #c0c0c0;
		border-bottom:1px solid #c0c0c0;
	}
	.headmenu ul {
   		list-style-type: none;
    	margin: 0;
    	padding: 0;
		margin: auto;
	}
	.headmenu a{
		display:inline-block;
		color:#fff;
    	margin: -4px;
	} 
	.headmenu li{
		font-size:13px;
	//	color:#767676;
		color:#fff;
		display:inline-block;
	}
	.headmenu li a{
	//	color:#000;
		color:#fff;
		font-weight:800;
		padding:15px 35px; 
	}
	.headmenu li a:hover{
		color:#70b1c7;
		
	}
	.headmenu li.active {
		color:#70b1c7;
		margin: -4px;
		
	}
	.headmenu li a.active {
		color:#dd745c;
		color:yellow;
		font-weignt:800;
		margin: -4px;
	}
	.menutable {
	/*	width:100%; */
		border-bottom:0px solid #C0c0c0; 
		padding:2px;		
	}
	.menutable td{
		padding-left:20px;		
	}
	input {
		font-size:13px;
		background: #f7f8fb;
		height:16px;
		width:300px;
	/*	border:1px solid #dadada; */
		padding:4px;
	/*	margin-top:1px; */
		margin-bottom:0px;
		border:1px solid;
		border-color: rgb(169, 169, 169);
		
	 }
	input[type="submit"] {
		/*  display:block; */
		height: 50px;
		width:80px;
		background: #FFBB00;
		border-radius: 5px;
		border: none;
		font-family: "arial";
	}
	input[type="button"] {
		height: 50px;
		width:80px;
		background: gray;
		border-radius: 5px;
		font-family:"arial";
		margin-top:10px;
		margin-right:20px;
	}
	input[type="checkbox"] {
		width:15px;height:15px;
	}
	input[type="radio"] {
		font-size:13px;
		width:13px;
		padding:0px;
		vertical-align: middle;
	//	margin:3px 3px 0px 5px;
		margin:0px;
	}
	input[type="text"] {
	/*	border:1px solid #3366CC; */
		padding:2px 4px;
		height:25px;
	}
	input[type="number"] {
	/*	border:1px solid #3366CC; */
		padding:2px 4px;
		height:25px;
	}
	input[type="search"] {
		padding:2px 4px;
		height:25px;
	}
	input[type="file"] {
		padding:2px 4px;
		height: 25px;
	}
	input[type="date"] {
		padding:2px 4px;
		height: 30px;
		width:134px;
	}
	input[type="month"] {
	/*	border:1px solid #3366CC; */
		padding:2px 4px;
		height: 25px;
		width:150px;
	}
	input[type="email"] {
		padding:4px;
		height:24px;
	}
	::-webkit-input-placeholder{
		color:blue;
		font-size:12px;
	}
	select {
	/*	border:1px solid #3366CC; */
	/*	padding:4px; */
		height: 26px;
	}
	textarea {
	/*	border:1px solid #3366CC; */
		padding:2px 4px;
	}
	button {
		background-color: #008CBA; /* Blue */
		border: none;
		border-radius: 2px;
		color: white;
		padding: 3px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 13px;
		cursor: pointer;
	}
	button:hover {
		box-shadow: 0 12px 14px 0 rgba(0,0,0,0.24), 0 17px 20px 0 rgba(0,0,0,0.19);
		background-color: blue;
	}
	.outbtn {background-color: #c7957c;}
	.savebtn {background-color: #fb5650;}
	.delbtn {background-color: #c7957c;}
	.closebtn {background-color: #6f6400;}
	.excelbtn {background-color: #18a05e;}
	.printbtn {background-color: #39b5f6;}
	.chkbtn {font-size:11pt;padding:0px;}
	.tablebtn {
		background-color: #008CBA; /* Blue */
		border: none;
		border-radius: 2px;
		color: white;
		padding: 2px 4px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 12px;
		cursor: pointer;
	}
	.indownloadbtn {padding:1px;font-size:12px;background-color:#fb5650;}
	.smallbtn {padding: 1px 2px;text-align: center;font-size: 11px;}
	td {
		font-size:14px;
		padding: 4px;
	}
	.datatable  {
		border: 1px solid #3a3a3a;
		padding:0px;
		border-spacing: 0;
	}	
	.datatable th {
		padding: 6px 2px;
		height:25px;
		box-sizing:border-box;
		font-size:12px;
		font-weight:400;
	//	background-color: #daf1f3;
		background-color: #dbe3ed;
	//	border-bottom: 1px solid #848484;
	//	border-right: 1px solid #848484;
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}
	.datatable td {
		text-align: center;
		padding: 2px 2px;
		height:25px;
		box-sizing:border-box;
		font-size:12px;
	//	border-bottom: 1px solid #848484;
	//	border-right: 1px solid #848484;
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}
	.tradetable  {
		font-family:'Dotum';
		border: 1px solid #dae7e6;
		padding:0px;
		border-spacing: 0;
	}	
	.tradetable th {
		font-family:'Dotum';
		padding: 6px 6px;
		height:25px;
		box-sizing:border-box;
		font-size:12px;
		font-weight:400;
		color:#282828;
		background-color: #e8f6f7;
		border-bottom: 1px solid #dae7e6;
		border-right: 1px solid #dae7e6;
	}
	.tradetable td {
		text-align: center;
		font-family:'Dotum';
		padding: 6px 6px;
		height:25px;
		box-sizing:border-box;
		font-size:12px;
		font-weight:400;
		/*color:#444;*/
		color:#000;
		border-bottom: 1px solid #dae7e6;
		border-right: 1px solid #dae7e6;
	}
	.costtable  {
		font-family:'Dotum';
		border: 1px solid #dae7e6;
		padding:0px;
		border-spacing: 0;
	}	
	.costtable th {
		font-family:'Dotum';
		padding: 6px 1px;
		height:25px;
		box-sizing:border-box;
		font-size:12px;
		font-weight:400;
		color:#282828;
		background-color: #e8f6f7;
		border-bottom: 1px solid #dae7e6;
		border-right: 1px solid #dae7e6;
	}
	.costtable td {
		text-align: right;
		font-family:'Dotum';
		padding: 6px 6px 6px 1px;
		height:25px;
		box-sizing:border-box;
		font-size:12px;
		font-weight:400;
		color:#282828;
		border-bottom: 1px solid #dae7e6;
		border-right: 1px solid #dae7e6;
	}
	.tdright {
		text-align: right;
		padding:10px;
	}
	.tdcenter {
		text-align: center;
		padding: 10px 2px;
	}
	.tdrn { border-right:0px;}
	.datatable_num  {
		border: 1px solid #3a3a3a;
		padding:0px;
		border-spacing: 0;
	}	
	.datatable_num th {
		padding: 6px 2px;
		height:25px;
		box-sizing:border-box;
		font-size:12px;
		font-weight:400;
	//	background-color: #daf1f3;
		background-color: #dbe3ed;
	//	border-bottom: 1px solid #848484;
	//	border-right: 1px solid #848484;
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}
	.datatable_num td {
		text-align: right;
		padding: 2px 4px 2px 2px;
		height:25px;
		box-sizing:border-box;
		font-size:12px;
	//	border-bottom: 1px solid #848484;
	//	border-right: 1px solid #848484;
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}
	.sjtitle {
		font-weight:800;
		font-size:14px;
		color:#115bcb;
	}
	.sjmenu {
	/*	float:left;*/
		margin-left:100px;
	}
	// table 내 input
	.inwp input[type="text"],input[type="date"]{width:100%;border:0px;}
	.inwp input[type="number"]{border:0px;margin:0px;height:27px;}
	.inwp select{width:100%;border:0px;}
	.inwp td{padding:0px;text-align:left;}
	.input-body-head {
		color: #333333;
		background-color: #fde3ae;
		border-color: transparent;
	    padding: 10px 15px;
		border-bottom: 1px solid transparent;
		border-top-right-radius: 3px;
		border-top-left-radius: 3px;
		font-weight: bold;
	}
	.input-body {
		padding: 15px;
	}
	.input-line {
		position: relative;
		margin-left: -15px;
		margin-right: -15px;
		width:100%;
	}
	.td-mbl1 {
		width: 25%;
		text-align: right;
		padding:4px;
	}
	.td-mbl2 {
		width: 25%;
		padding:4px;
	}
	.td-mbl3 {
		width: 50%;
		text-align: right;
		padding:4px;
	}
	.input-c1 {
		font-size:14px;
		background: #f7f8fb;
		height:16px;
		width:90%;
		border:1px solid #3366CC; 

	 }
	.email-wrap {
		position: relative;
	}
	.hidden {
		display: none !important;
	}
.banklink {
	float:left;
	font-size:14px;
	color:#fff;
	border:1px solid #ccc;
	padding: 2px;
	margin-right:5px;
	background-color:#c7957c;
}
.banklink:hover{border:1px solid red;}
.loader {
		z-index:1000;
	  position:fixed;
	  top:50%; left:50%;
	  border: 16px solid #f3f3f3;
	  border-radius: 50%;
	  border-top: 16px solid #3498db;
	  width: 20px;
	  height: 20px;
	  -webkit-animation: spin 2s linear infinite;
	  animation: spin 2s linear infinite;
	}
	@-webkit-keyframes spin {
	  0% { -webkit-transform: rotate(0deg); }
	  100% { -webkit-transform: rotate(360deg); }
	}

	@keyframes spin {
	  0% { transform: rotate(0deg); }
	  100% { transform: rotate(360deg); }
	}