/* Last updated 2015-03-16.17:33 */

@charset "utf-8";

/* CSS Document */

html{height:100%; font-family:"Malgun Gothic", "Dotum", "Arial", "sans-serif";}
body  {height:100%;margin:0 auto;line-height: 1.428571429;}
@font-face {font-family:Noto Sans CJK Regular; src:url(../../../css/aim/webfont/NSKR400.woff);}
@font-face {font-family: Noto Sans KR; src: url(../../../css/aim/webfont/NotoSansKR.woff2);}


/*html5 mark-up*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {display: block;}
/*html5 mark-up*/

div{
	word-break: break-all;
}

h1{margin:0 ;padding:0}

audio,
canvas,
video {display: inline-block;}

audio:not([controls]) {display: none;height: 0;}

[hidden] {display: none;}

mark {color: #000;background: #ff0;}

pre {white-space: pre-wrap;}


svg:not(:root) {overflow: hidden;}

figure {margin: 0;}

/*caption{text-align:left;font-weight:bold;padding:3px 0px}
caption:before{content:'\275a';color:#ea5728;padding-right:3px}*/

*,
*:before,
*:after{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;}
          
/* ~~ Element/tag selectors ~~ */

ul, ol, dl, dt { padding: 0;margin: 0;}
a img { border: none;}

img {border: 0;}

a:link {text-decoration: none; }
a:visited {text-decoration: none;}
a:hover, a:active{ text-decoration: none;outline: 0;}
a:focus {outline: thin dotted;outline: 0;}

b,strong {font-weight: bold;}

hr {border-bottom:1px #fff solid;border-top:1px #ddd solid;height:2px;}

.ui-jqgrid:first-child{box-sizing:content-box;}

.frozen-div{box-sizing:content-box;}


.pq-grid-table > table,
.pq-grid-table > tbody > tr > .pq-grid-cell,
.pq-grid-row > td.pq-grid-number-cell,
.pq-grid-number-col,
.pq-grid-col {
  font-size:12px; 
}

.pq-grid-row.blue {
	background: #C4E5EE;
}

thead {
  display: table-header-group;
}
tr,
img {
  page-break-inside: avoid;
}
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
/* h6, */
.h2,
.h3,
.h4,
.h5{
  font-weight:bold;
  font-weight:500;
  line-height: 1.1;
}
/* .h6  */


h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
/* h6 small, */
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small{
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
/* .h6 small */


h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  
}

h4,
h5{
  margin-top: 10px;
  margin-bottom: 10px;
}
/* h6 */ 

h1,
.h2 {
  font-size: 36px;
}


h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}
h3 span {
	display:inline-block
	;color:#06C;
	font-size:.8em
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

/* h6,
.h6 {
  font-size: 12px;
} */

h1 small,
.h1 small {
  font-size: 24px;
}

h2 small,
.h2 small {
  font-size: 18px;
}

h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}

h1.Notice{
	font-family:"본고딕",Noto Sans CJK Regular;
}

table{
	width:100%;
	max-width:auto;
	background-color: transparent;
	border-collapse:collapse;  
	border-spacing: 0;
	}	
table col[class*="col-"] {
	display: table-column;
	float: none;
	}

table td[class*="col-"],
table th[class*="col-"] {
	display: table-cell;
	float: none;
	}
	
.text-muted {
  color: #999999;
}

.text-primary {
  color: #428bca;
}

.text-warning {
  color: #c09853;
}

.text-danger {
  color: #b94a48;
}

.text-success {
  color: #468847;
}
.text-underline{
  text-decoration: underline;
  font-weight:bold;
}
.eqp-run {
  color: #000000;
  background-color: #aed5e8;
}
.eqp-idle {
  color: #000000;
  background-color: #ffff00;
}
.eqp-down {
  color: #000000;
  background-color: #fc0004;
}

.lot-run{
	color: blue;	
}
/* 설비상태 텍스트 컬러 */
.text-run {
  color: #FFFFFF;
  background-color: #289AFF;
}

.text-down {
  color: #FFFFFF;
  background-color: #FF4646;
}

.text-idle {
  color: #FFFFFF;
  background-color: #969696;
}

.text-pm .text-tpm {
  color: #FFFFFF;
  background-color: #FFE650;
}

.text-local {
  color: #FFFFFF;
  background-color: #94EB3E;
}

.text-online {
  background-color: #7DEBEB;
}

.text-offline {
  background-color: #FAE6B9;
}
.text-info {
  color: #3a87ad;
}
.row-run {
  color:#FF0000;
}
.row-assign {
  color:#0100FF;
}
.row-muted {
	background-color: #F0EEEE;
	color:#999999
	}
.row-primary {
	background-color: #E7F4FF;
	color:#428bca
	}
.row-warning {
	background-color: #FFF3DD;
	color:#c09853
	}
.row-danger {
	background-color: #FCE8E7;
	color:#b94a48
	}
.row-success {
	background-color: #EFFFEF;
	color:#468847
	}
.row-info {
	background-color: #E2F5FF;
	color:#3a87ad
	}
	
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.div-rel{
	position:relative;
	margin:0 auto;
	padding:0
}

.div-abl{
	position:absolute;
	margin:0 auto;
	padding:0
}

.div-table{
	display:table;
}
	
.div-row{
display:table-row;
}

.div-cell{
display:table-cell;
}

.div-cell-bt{
display:table-cell;
vertical-align:bottom;
}
 
.div-cell-md{	
display:table-cell;
vertical-align:middle;
text-align:center;
}	
	
.div-cell-02{
       display:table-cell;
       vertical-align:top;
       text-align:left;
       width:100%;
       height:100%;
       padding:10px;
       background:#fff
       }	
       
/* ~~layout ~~ *//* ~~layout ~~ *//* ~~layout ~~ *//* ~~layout ~~ *//* ~~layout ~~ *//* ~~layout ~~ *//* ~~layout ~~ *//* ~~layout ~~ *//* ~~layout ~~ */
#container{
	width:auto;
	margin:auto 0;
	background-color:#f0f1f5;
	height:100%;
	margin:0 auto;
	min-width:1280px;
	overflow-y: hidden;
	overflow-x:auto;
	}
	
.header{
	width:100%;
	margin:auto 0;
	background:#fff;
	height:55px;
	position:relative;
	}
	
.body{
	width:auto;
	margin:0 auto;
	/*height:100%;*/
	margin-top:-55px;
	padding-top:55px;
	background:#fff;
	}
	
.content-box {
	width:inherit;
	height:inherit;
	margin:-55px 0 0;
	padding:55px 0 0;	
	}
	
.content-box .content-body {
	width:auto;
	height:inherit;
	background:#E8ECEF;
	/*margin-left:220px; [left menu display:block]*/
	overflow:hidden;
	padding:0px 0px 0px 0px	;
	border-left:1px #edf0f1 solid;
	
	}
.content-box .side {
	width:auto; 
	height:inherit;
	background:#e8ecef;
	float:left;
	} 
.content-box .footer {
	width:inherit;
	height: 50px;
	background:gray;
	clear:both
	 } 

.content-img{
	margin:0px auto;
}	           

/* ~~ top ~~ *//* ~~ top ~~ *//* ~~ top ~~ *//* ~~ top ~~ *//* ~~ top ~~ *//* ~~ top ~~ *//* ~~ top ~~ *//* ~~ top ~~ *//* ~~ top ~~ *//* ~~ top ~~ */

.header-layout{
	height:inherit;
	width:100%;
	margin:auto 0;
	padding-left:220px;
	padding-right:300px;
	position:relative;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#243146+0,627470+58,36455e+100 */
background: #f27641; /* Old browsers */
background: -moz-linear-gradient(left, #f27641 100%, #d04a10 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #f27641 100%, #d04a10 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,#f27641 100%, #d04a10 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f27641', endColorstr='#d04a10',GradientType=1 ); /* IE6-9 */
	}
	
.ci{
	z-index:10000 !important;
	position:absolute;
	width:221px;
	vertical-align:middle;
	/* padding:13px 0px 0px 12px; */
	text-align:center;
	top:0;
	left:0;
	height:inherit;
	background:#3E4A97;
	}
	
.ci >a:link,a:visited,a:focus{
	background:transparent;
	}
	
.service-box{
	z-index:10000 !important;
	position:absolute;
	width:auto;
	vertical-align:middle;
	padding:0px 10px 0px 5px;
	top:0;
	right:0;	
	height:55px;
	line-height:50px;
	}
	
.service-box > div.status{
	width:auto;
	margin:auto 0;
	display:inline-block;
	height:inherit;
	} 
	
.service-box > div.logout {
	width:auto;
	margin:auto 0;
	float:right;
	height:32px;
	}
	
.service-box > div.setting {
	width:auto;
	margin:auto 0;
	float:right;
	height:32px;
	text-align:center;
	padding-right:3px;
	padding-left:3px;
	}	


/*user info*//*user info*//*user info*//*user info*//*user info*/

.info-box{
	z-index:10000 !important;
	position:absolute;
	right:0;
	width: 200px;
	padding:20px 20px;
	margin:5px ;
	font-size: 14px;
	list-style: none;
	top:55px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	  border: 1px solid rgba(0, 0, 0, 0.15);
	  border-radius: 4px;
	  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
			  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	  background-clip: padding-box;	
	  }
	  
	table.inner-box {
		width:auto;
		font-size:inherit;
		width:100%
		}	
	table.inner-box > tbody > tr > td{
		padding:3px;
		line-height: 1.428571429;
		}
	table.inner-box > tbody > tr > td.id {
		font-weight:bold;
		}
	table.inner-box > tbody > tr > td.name {
		font-weight:bold;
		}
	table.inner-box >  tbody > tr > td.org {
		font-size:.9em;
		color:#262934
		}
	table.inner-box > tbody > tr > td.email {
		font-size:.9em;
		color:#262934;
		}
	table.inner-box > tbody > tr > td > span.newtab {
		display:inline-block;
		font-weight:bold;
		font-size:.9em;
		color:#1b6ec4
		}
	table.inner-box > tbody > tr > td > span.newtab-meg {
		display:inline-block;
		font-size:.85em;
		color:#262934;
		font-weight:200
		}

.info-box01{
	z-index:10000 !important;
	position:absolute;
	right:0;
	margin:10px;
	padding:4px;
	font-size: 14px;
	list-style: none;
	background-color: #ffffff;
	border: 3px solid #3c4a53;
	  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
			  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
	  background-clip: padding-box;	
	  }
	  
	.info-box02{
	z-index:10000 !important;
	position:absolute;
	right:0;
	margin:10px;
	padding:4px;
	font-size: 14px;
	list-style: none;
	background-color: #ffffff;
	/*border: 1px solid #cccccc;
	  border: 1px solid rgba(0, 0, 0, 0.15);
	  border-radius: 4px;
	  background-clip: padding-box;	*/
	  }  
	  
	table.inner-box {
		width:auto;
		font-size:inherit;
		width:100%
		}
	table.inner-box > tbody > tr > td{
		padding:3px;
		line-height: 1.428571429;
		}
	table.inner-box > tbody > tr > td.id {
		font-weight:bold;
		}
	table.inner-box > tbody > tr > td.name {
		font-weight:bold;
		}
	table.inner-box >  tbody > tr > td.org {
		font-size:.9em;
		color:#262934
		}
	table.inner-box > tbody > tr > td.email {
		font-size:.9em;
		color:#262934;
		}
	table.inner-box > tbody > tr > td > span.newtab {
		display:inline-block;
		font-weight:bold;
		font-size:.9em;
		color:#1b6ec4
		}
	table.inner-box > tbody > tr > td > span.newtab-meg {
		display:inline-block;
		font-size:.85em;
		color:#262934;
		font-weight:200
		}
		
		
/* ~~ top-menu ~~ *//* ~~ top-menu ~~ *//* ~~ top-menu ~~ *//* ~~ top-menu ~~ *//* ~~ top-menu ~~ */

	
/* 20250404 김준석 반응형 텍스트 및 호버 수정 */
.menu-box {
  width: 100%;
  height: 55px;
  background: transparent;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 500;
  font-size: 1em;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 1em;
}

/* 데탑 */
@media (min-width: 2485px) {
  .menu-box {
    font-size: 1em;
    height: 55px;      
  }
}

/* 노트북*/
@media (max-width: 1905px) {
  .menu-box {
    font-size: 0.9em;
    height: 55px;
  }
}

@media (max-width: 1705px) {
  .menu-box {
    font-size: 0.8em;
    height: 55px;
  }
}

/* 노트북*/
@media (max-width: 1575px) {
  .menu-box {
    font-size: 0.76em;
    height: 55px;
  }
}

/* 태블릿 */
@media (max-width: 1480px) {
  .menu-box {
    font-size: 0.7em;
    height: 55px; 
  }
}

@media (max-width: 1410px) {
  .menu-box {
    font-size: 0.5em;
    height: 55px;   
  }
}

@media (max-width: 1340px) {
  .menu-box {
    font-size: 0.5em;
    height: 55px;   
  }
}

@media (max-width: 1024px) {
  .menu-box {
    font-size: 0.4em;
    height: 55px; 
  }
}


@media (max-width: 824px) {
  .menu-box {
    font-size: 0.1em;
    height: 55px; 
  }
}

/* 메뉴 리스트 */
.dropdown ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* 메뉴 항목 */
.dropdown ul li {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 메뉴 링크 */
.dropdown ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.5em;
  height: 100%;
  color: #fff;
  text-decoration: none;
  transition: background 0.3s;
  white-space: nowrap;
}

/* hover 시 배경 */
.dropdown ul li:hover a {
  background-color: #F75C3C;
  color: #fff;
}

/*.dropdown > ul > li > a> img{
	vertical-align:middle;
	text-align:center;
	
	}
		/* ~~ lot 

		.dropdown > ul > li.menu01 > a:link, a:visited{background:url('../../../images/aim/icon-bl-lot.png') no-repeat center 15px;padding-left:32px;filter:alpha(opacity=20);opacity: 0.2;-moz-opacity:0.07}
		.dropdown > ul > li.menu01 > a:hover{background-color:#252628;filter:alpha(opacity=100);opacity: 1;-moz-opacity:1; }	
		/* ~~ crate 

		.dropdown > ul > li.menu02 > a:link, a:visited{background:url('../../../images/aim/icon-bl-crate.png') no-repeat center 15px; padding-left:32px;filter:alpha(opacity=20);opacity: 0.2;-moz-opacity:0.07}
		.dropdown > ul > li.menu02 > a:hover{background-color:#252628;filter:alpha(opacity=100);opacity: 1;-moz-opacity:1; }	
		/* ~~ wo 

		.dropdown > ul > li.menu03 > a:link, a:visited{background:url('../../../images/aim/icon-bl-wo.png') no-repeat center 15px; padding-left:32px;filter:alpha(opacity=20);opacity: 0.2;-moz-opacity:0.07}
		.dropdown > ul > li.menu03 > a:hover{background-color:#252628;filter:alpha(opacity=100);opacity: 1;-moz-opacity:1;}
		/* ~~ cassette

		.dropdown > ul > li.menu04 > a:link, a:visited{background:url('../../../images/aim/icon-bl-cassette.png') no-repeat center 15px;padding-left:32px;filter:alpha(opacity=20);opacity: 0.2;-moz-opacity:0.07}
		.dropdown > ul > li.menu04 > a:hover{background-color:#252628;filter:alpha(opacity=100);opacity: 1;-moz-opacity:1; }	
		/* ~~ machine

		.dropdown > ul > li.menu05 > a:link,a:visited{background:url('../../../images/aim/icon-bl-machine.png') no-repeat center 15px; padding-left:32px;filter:alpha(opacity=20);opacity: 0.2;-moz-opacity:0.07}
		.dropdown > ul > li.menu05 > a:hover{background-color:#252628;filter:alpha(opacity=100);opacity: 1;-moz-opacity:1; }	
		/* ~~ sampling 

		.dropdown > ul > li.menu06 > a:link, a:visited{background:url('../../../images/aim/icon-bl-sampling.png') no-repeat center 15px; padding-left:32px;filter:alpha(opacity=20);opacity: 0.2;-moz-opacity:0.07}
		.dropdown > ul > li.menu06 > a:hover{background-color:#252628;filter:alpha(opacity=100);opacity: 1;-moz-opacity:1; }	
		/* ~~ mask 
	
		.dropdown > ul > li.menu07 > a:link, a:visited{background:url('../../../images/aim/icon-bl-mask.png') no-repeat center 15px; padding-left:32px;filter:alpha(opacity=20);opacity: 0.2;-moz-opacity:0.07}
		.dropdown > ul > li.menu07 > a:hover{background-color:#252628;filter:alpha(opacity=100);opacity: 1;-moz-opacity:1; }	
		


/* ~~ contents ~~ *//* ~~ contents ~~ *//* ~~ contents ~~ *//* ~~ contents ~~ *//* ~~ contents ~~ *//* ~~ contents ~~ *//* ~~ contents ~~ *//* ~~ contents ~~ */

form{
	height:100%;
	margin:0 auto;
	padding:0
	/*border:1px red solid;*/
	}
form > div{
	margin:0 auto;
	/*border:1px red solid;*/
	}
.box1{
	width:auto;
	margin:0 auto;
	padding:6px;
	height:inherit;
	min-height:180px;
	/*border:1px red solid;*/
	}	
.box2{ /* Dual gride*/
	width:auto;
	margin:0 auto;
	padding-right:300px /* 좌우 영역을 확보하기 위한 패딩*/
	} 
.box3{/* Triple gride*/
	width:auto;
	margin:0 auto;
	padding-right:400px; /*좌우 영역을 확보하기 위한 패딩*/
	display:inline-block
	}		
.item-row{
	/*border-bottom-width:2px; border-bottom-color:#e8e9ed; border-bottom-style: solid;
	border-top-width:2px; border-top-color:#e8e9ed; border-top-style: solid;*/
	width:auto;
	margin:0 auto;
	padding:6px 6px;
	margin-bottom:7px;
	background:transparent;
	}
.item-row-cs{
	/*border-bottom-width:2px; border-bottom-color:#e8e9ed; border-bottom-style: solid;
	border-top-width:2px; border-top-color:#e8e9ed; border-top-style: solid;*/
	margin:0;
	padding:6px 6px;
	margin-bottom:7px;
	background:transparent;
	}
.item-row01{
	position:relative;
	float:left;
	background-color:#F2F4F5;
	/* left:-300px; X축 배치를 위한 offset 보정*/
	width:300px; /* 욍쪽 칼럼의 너비*/
	border-radius:5px;
	margin:0 auto;
	padding:4px 8px;
	z-index:1; /*조회 조건 최상위 추가*/
	}
	
.item-row02{
	width:auto;
	margin:0 auto;
	/*padding-bottom:1px;*/
	/*margin-bottom:7px;*/
    border-radius:0px;
	background:#f6f7f8;
	border:1px solid #e9ecf3;
	padding:3px;
	}

.item-row03{
	width:auto;
	margin:0 auto;
	padding-bottom:1px;
	/*margin-bottom:7px;*/
    border-radius:5px;
	background:#fafafa;
	border: 1px solid rgba(0, 0, 0, 0.1);
	display:table-cell;
	vertical-align: middle;
	text-align:center
	}	
.item-row04{
	width:auto;
	margin:0 auto;
	/*padding-bottom:1px;*/
	/*margin-bottom:7px;*/
	height:auto;
	padding:5px;
    border-radius:1px;
	background:transparent;
	}
	
.item-row05{
	width:auto;
	margin:0 auto;
	/*padding-bottom:1px;*/
	/*margin-bottom:7px;*/
	height:auto;
	padding:20px 30px;
    border-radius:5px;
	background:#fafafa;
	border: 1px solid rgba(0, 0, 0, 0.1);
	}	
.item-row06{
	width:auto;
	margin:0 auto;
	/*padding-bottom:1px;*/
	/*margin-bottom:7px;*/
	height:auto;
	padding:7px;
    border-radius:5px;
	background:#fff;
	}

.item-row07{
       width:auto;
       /*padding-bottom:1px;*/
       /*margin-bottom:7px;*/
       height:auto;
       padding:20px 30px;
       border-radius:5px;
       background-color:#fafafa;
       border: 1px solid rgba(0, 0, 0, 0.1);
       }
.item-row08{
	width:auto;
	margin:0 auto;
	/*padding-bottom:1px;*/
	/*margin-bottom:7px;*/
	height:auto;
    border-radius:0px;
	background:#fafafa;
	border:0px solid #e9ecf3;
	}      
 .item-row_inner{
	width:auto;
	margin:0 auto;
	/*padding-bottom:1px;*/
	/*margin-bottom:7px;*/
	height:auto;
	padding-top:5px;
    border-radius:0px;
	background:transparent;
	}  	
/*.rb10{
	border-right:2px #eaeaea solid;
	padding-right:10px
	}
*/
.muti-box{
	position:relative;
	width:100%;
	float:left;
	padding-left:310px;
	margin-left:-300px; /* Y축 배치를 위한 margin 보정*/
	}
	
.muti-box01{
	width:100%;/* 가운도 컬럼의 너비*/
	float:right;
	padding-left:410px;
	margin-left:-400px; /* Y축 배치를 위한 margin 보정*/	
	}
.detail-row{
	border-radius: 0px;
	width:100%;
	margin:0 auto;
	height:auto;
	background-color:#fbfbfb;
	padding:6px 6px ;
	margin-bottom:5px;
		border: 1px solid #cccccc;
	  border: 1px solid rgba(0, 0, 0, 0.15);
	  border-radius:3px;
	  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.105);
			  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.105);
	  background-clip: padding-box;	
	}
	
.detail-row02{
	border-radius:4px;
	width:100%;
	margin:0 auto;
	height:auto;
	padding:10px 15px;border-right:1px #bbb solid;
	background-color:#eff2f4
	}

.butn-row{
	width:100%;
	margin:auto 0;
	text-align:right;
	padding-top:5px;
	height:auto;
	display:inline-block;
	/*border:1px red solid*/
	}
.butn-row .left{
	float:left;
	border-right:1px #bbb solid;
	}
.butn-row .right{
	float:right;
	padding-left:5px;
	}
.butn-row-center{
	float:left;
	position:relative;
	left:30%;
	}
.butn-row-center2{
	float:left;
	position:relative;
	left:33%;
	}
.butn-row-center38{
	float:left;
	position:relative;
	left:38%;
	}
.butn-row-inner{
	width:auto;
	margin:auto 0;
	float:right;
	padding-right:5px;
	padding-top:5px
	}
.butn-row-inner02{
	width:auto;
	margin:auto 0;
	display:inline-block;
	text-align:right;
	float:right;
	height:auto;
	}
	
.butn-row-inner02 .left{
	float:left;
	border-right:1px #bbb solid;
	display:inline-block;
	}
.butn-row-inner02 .right{
	float:right;
	display:inline-block;
	background:#2F425B
	}
.butn-row-inner01{
	width:100%;
	margin:auto 0;
	display:inline-block;
	background: #7d8593;
	padding:2px 2px 2px 2px;

	}
.butn-row-inner01 .left{
	float:left;
	padding-right:10px;
	}
.butn-row-inner01 .right{
	float:right;
	background:#484D4E;
	border-left:1px #bbb solid;
	}
.butn-row-inner03{
	width:100%;
	margin:auto 0;
	}
.butn-row-inner03 .left{
	float:left;
	padding-right:10px;
	border-right:1px #ccc solid
	}
.butn-row-inner03 .right{
	float:right;
	}
.butn-row-inner04{
	width:100%;
	margin:auto 0;
	padding-top:5px;
	display:inline-block
	}
.butn-row-inner04 .left{
	float:left;
	padding-right:10px;
	/* border-right:1px #ccc solid */
	}
.butn-row-inner04 .right{
	float:right;
	}
.butn-row-inner05{
	width:100%;
	margin:auto 0;
	padding:7px;
	display:inline-block
	}
.butn-row-inner05 .left{
	float:left;
	padding-right:10px;
	border-right:1px #ccc solid
	}
.butn-row-inner05 .right{
	float:right;
	}
.butn-row-inner06{
	width:100%;
	margin:auto 0;
	padding:7px;
	display:inline-block;
	}
/*.butn-row01{
	display:inline-block;
	width:100%;
	margin:0 auto;
	}
	*/
/*.butn-row02{
	width:auto;
	margin:0 auto;
	padding:0px;
	height:auto;
	text-align:center
	}*/
/*gride layout*//*gride layout*//*gride layout*//*gride layout*//*gride layout*/
.gride-layout{
	width:100%;
	/*height:100%;*/
	display:inline-block
	/*border:1px red solid*/;
	height:inherit;
	}

.gride-layout .left{
	float:left;
	padding-right:6px;
	height:100%;
	height:inherit;
	}
.gride-layout .left01{
	float:left;
	padding-right:16px;
	height:inherit
	}
.gride-layout .left02{
	display:table;
	float:left;
	height:inherit;
	padding-top:0px;
	}
.gride-layout .left03{
	display:table;
	float:left;
	height:inherit;
	margin-top:5px
	}
.gride-layout .left-grid01{
	float:left;
	height:inherit
	}
.gride-layout .right{
	float:right;
	height:100%;
	height:inherit;
	}

.gride-layout .right01{
	width:auto;
	height:inherit;
	float:right
	
	}
.gride-layout .cb{
	clear:both;
	padding-top:6px;
	height:inherit;
	}
.gride-layout .cb01{
	clear:both;
	}
/* box 안 row 1개 */
.mb55{
margin-bottom:-55px;padding-bottom:55px	
}
.mb85{
margin-bottom:-85px;padding-bottom:85px	
}
.mb130{
margin-bottom:-130px;padding-bottom:130px	
}		
.jq-gride{
	width:auto;
	margin:0 auto;
	/*padding-bottom:1px;*/
		/*margin-bottom:7px;*/
	padding:3px;
    border-radius:0px;
	height:inherit;
	border:1px solid #e9ecf3;
	background:#f6f7f8;
	/*height:100%;*/
	/*padding-bottom:0px*/

	/* border:1px green solid */
	}
.jq-gride-bt{
	width:auto;
	margin:0 auto;
	/*padding-bottom:1px;*/
		/*margin-bottom:7px;*/
	padding:3px;
    border-radius:5px;
	border:1px solid #e9ecf3;
	border-bottom:0;
	height:inherit
	/*height:100%;*/
	/*padding-bottom:0px*/
	/* border:1px green solid */
	}
.jq-gride.h45{
	margin-bottom:45px;
	padding-bottom:-45px;
	}
/*.jq-inner{

	height:100%;
	/* border:1px green solid */
/*	}	*/
.jq-gride-01{
	width:auto;
	margin:0 auto;
	height:auto;
	padding-bottom:1px;
	/*margin-bottom:7px;*/
	height:auto;
	padding:3px;
	margin-top:5px;
	border:1px solid #e9ecf3;
	background:#f3f5f6;
	height:100%

	/* border:1px green solid */
	}
.gride-inner{
	width:auto;
	margin:0 auto;
	height:inherit;
	}	
.gride-inner .left{
	float:left;
	padding-right:6px;
	height:100%;
	width:auto;
	height:inherit;
	display:inline-block
	}
.gride-inner .right{
	float:right;
	height:100%;
	width:auto;
	height:inherit;
	display:inline-block
	}
.gride-inner .cb{
	clear:both;
	padding-top:5px;
	width:auto;
	}
.jq-gride-inner{
	width:auto;
	margin:0 auto;
	height:100%
	/* border:1px green solid */
	}
	
.jq-gride-inner01{
	width:auto;
	margin:0 auto;
	height:100%;
	padding-top:5px
	}
	
.jq-gride-inner-5 {
	width: auto;
	margin: 0 auto;
	height: 218px; 
}

.jq-gride-inner-6 {
	width: auto;
	margin: 0 auto;
	height: 234px; 
}

.jq-gride-inner-7 {
	width: auto;
	margin: 0 auto;
	height: 250px; 
}

.jq-gride-inner-8 {
	width: auto;
	margin: 0 auto;
	height: 266px; 
}

.jq-gride-inner-9 {
	width: auto;
	margin: 0 auto;
	height: 282px; 
}
	
.jq-gride-inner-10 {
	width: auto;
	margin: 0 auto;
	height: 300px; 
}

.jq-gride-inner-15 {
	width: auto;
	margin: 0 auto;
	height: 382px; 
}
	
.jq-gride-30{
	width:29%;
	height:auto;
	padding-bottom:1px;
	margin-bottom:7px;
	height:auto;
	padding:3px;
    border-radius:5px;
	border:1px solid #e9ecf3;
	float:right;
	}
	
.jq-gride-50{
	width:49%;
	height:auto;
	padding-bottom:1px;
	margin-bottom:7px;
	height:auto;
	padding:3px;
    border-radius:5px;
	border:1px solid #e9ecf3;
	}
.jq-gride-50-div{
	width:auto;
	height:auto;
	padding-bottom:1px;
	margin-bottom:7px;
	padding:3px;
    border-radius:5px;
	border:1px solid #e9ecf3;
	}
.jq-gride-70{
	width:69%;
	height:auto;
	padding-bottom:1px;
	margin-bottom:7px;
	padding:3px;
    border-radius:5px;
	border:1px solid #e9ecf3;
	}
/*.jq-gride01{
	border-radius: 4px;
	width:100%;
	margin:0 auto;
	height:auto;
	background-color:transparent;
	padding-bottom:10px;
	float:left;
	padding-left:15px
	}*/
.jq-gride02{
	width:100%;
	margin:0 auto;
	height:auto;
	background-color:transparent;
	padding-top:5px;
	}

/*.jq-gride-left{
	width:400px;
	margin:0 auto;
	height:auto;
	padding:4px 8px;
	float:left;
	position:relative;
	display:inline-block;
	border-radius:5px;
	border:1px solid #ddd;
	}*/
/*.guide01{
	width:100%;
	margin:0 auto;
	}*/
/*.service-row{
	width:100%;
	margin:0 auto;
	border:1px red solid;
	height:35px;
	border:1px red solid
	}*/

.tree-box{
	width:auto;
	margin:0 auto;
	height:auto;
	padding-bottom:1px;
	/*margin-bottom:7px;*/
	height:auto;
	padding:10px;
    border-radius:5px;
	border:2px solid #ddd;
	height:100%;
	background-color:#f8f8f8;

	/* border:1px green solid */
	}

/*data list*//*data list*//*data list*//*data list*//*data list*//*data list*//*data list*//*data list*/

.table {
width: 100%;
font-size:12px;
background-color: #5D7578;
}

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
	padding:4px;
	line-height: 1.428571429;
	vertical-align: top;
	border-top: 1px solid #dddddd;
	text-align:center

}

.table thead > tr > th {
	vertical-align: bottom;
	border-bottom: 1px solid #5D7578;
	font-size:1em;
	border-right: 1px solid #CBD8DA;
	border-bottom: 1px solid #CBD8DA;
	background:#5D7578;
	color: #fff;
	
	}

.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
	border-top: 0;
}

.table tbody + tbody {
	border-bottom: 2px solid #dddddd;
}

.table tbody  {
	border-bottom: 2px solid #dddddd;
	background:#fff
}

.table .table {
	background-color: #ffffff;
}

.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
	padding: 5px;
	}

.table-bordered {
	border: 1px solid #dddddd;
	}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
	border: 1px solid #dddddd;
	}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
	}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
	background-color: #E5E9F0;
	}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
	background-color: #dcdacd;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
	background-color: #d0e9c6;
	border-color: #c9e2b3;
	}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
	background-color: #f2dede;
	border-color: #eed3d7;
	}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
	background-color: #ebcccc;
	border-color: #e6c1c7;
	}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
	background-color: #fcf8e3;
	border-color: #fbeed5;
	}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
	background-color: #faf2cc;
	border-color: #f8e5be;
	}
	
	

/******tbody scroll**************tbody scroll**************tbody scroll**************tbody scroll********/

.table thead.st_lotlist{
  float:left;
  /* width:100%; */
  display:table;
  }

.table thead.st_lotlist th{
  text-align:center;
  border-right:1px white solid;
  }
  
.table tbody.st_lotlist{
  float:left;
  /* width:100%; */
  height:92%;
  overflow-y:auto;overflow-x:hidden;
  }
.table tbody.st_lotlist > tr {
  display:table;
  /* width:100%; */
  }
  
.table tbody.st_lotlist > tr > td {
  text-align:left;
}
  
.table tbody.st_lotlist02{
  float:left;
  /* width:100%; */
  height:275px;
  overflow-y:auto;overflow-x:hidden;
} 

.table tbody.st_lotlist02 > tr {
  display:table;
  /* width:100%; */
}
  
.table tbody.st_lotlist02 > tr > td {
  text-align:left;
}  
 
  
.table thead.st{
  float:left;
  width:100%;
  display:table;
  }

.table thead.st th{
  text-align:center;
  border-right:1px white solid;
  }

.table tbody.st{
  float:left;
  width:100%;
  height:92%;
  overflow-y:auto;overflow-x:hidden;
  }
 .table tbody.st01{
  float:left;
  width:100%;
  height:275px;
  overflow-y:auto;overflow-x:hidden;
  } 

.table tbody.st > tr {
  display:table;
  width:100%;
  }
  
 .table tbody.st > tr > td {
  text-align:left;
  }

.table thead.st01{
  float:left;
  width:100%;
  display:table;
  }

.table thead.st01 th{
  text-align:left;
  }

.table tbody.st01{
  float:left;
  width:100%;
  height:300px;
  overflow-y:auto;overflow-x:hidden;
  }
  
.table tbody.st01 > tr {
  display:table;
  width:100%;
  }
 .table tbody.st01 > tr > td {
  text-align:left;
  }
  
 /******combo box tbody scroll***/ /******combo box tbody scroll***/ /******combo box tbody scroll***/
  
  .table tbody.st02{
  float:left;
  width:100%;
  height:275px;
  overflow-y:auto;overflow-x:hidden;
  } 

.table tbody.st02 > tr {
  display:table;
  width:100%;
  }
  
 .table tbody.st02 > tr > td {
  text-align:left;
  }
 /******tbody scroll**************tbody scroll**************tbody scroll**************tbody scroll********/
/*form*//*form*//*form*//*form*//*form*//*form*//*form*//*form*//*form*//*form*//*form*//*form*//*form*/

.table-form{
	margin:auto 0;
	width:100%;
	border-radius:5px;
	background-color:#f0f3fa;
	font-size:.8em;
	color:#3f3c3c;
	}		
.table-form > tbody > tr > td{width:auto;padding:6px;width:auto;text-align:left;solid;font-size:1.2em;color:#333;}	
.table-form > tbody > tr > th{width:auto;padding:6px;text-align:left;}	
.table-form > tbody > tr > td{width:auto;padding:6px;width:auto;text-align:left}	
.table-form > tbody > tr > th > span.item-box{border-radius:5px;background-color:#fff;display:inline-block;padding:4px 8px;width:100%;}	
.table-form > tbody > tr > th > span.item-box01{border-radius:5px;background-color:#fff;display:inline-block;padding:2px 4px;width:100%;}	
.table-form > tbody > tr > td > span.span-title-box{border-radius:5px;background-color:#d3dbec;display:inline-block;padding:4px 8px;width:100%}	


.table-reg{
	margin:auto 0;
	width:100%;
	background-color:#f0f3fa;
	font-size:12px;
	color:#3f3c3c;

	}		
.table-reg > tbody > tr > td{width:auto;padding:3px 6px;width:auto;text-align:left;color:#333;border-bottom: 1px solid #fff;background-color: #f9f9f9;}	
.table-reg > tbody > tr > th{width:auto;padding:3px 6px;width:auto;text-align:left;color:#333;border-bottom: 1px solid #fff;background-color: #fbfbfb;}	
.table-reg > tbody > tr > td.search{text-align:right;vertical-align:middle}
.table-reg col[class*="col-"] {display: table-column;float: none;}
.table-reg td[class*="col-"],
.table-reg th[class*="col-"] {display: table-cell;float: none;}

table.layout{
	width:100%;
	max-width:auto;
	background-color: transparent;
	border-collapse:collapse ;
	}	

table.layout-center{
	width:1000px;
	background-color: transparent;
	border-collapse:collapse ;
	margin:30px auto;
	height:auto
	}

/*table.Sample-layout-center{
	width:700px;
	background-color: transparent;
	border-collapse:collapse ;
	margin:200px auto;
	height:auto
	}	*/
		
/*condition*//*condition*//*condition*//*condition*//*condition*//*condition*//*condition*//*condition*//*condition*//*condition*//*condition*//*condition*/	
table.item {
	width:100%;
	background-color:transparent;
	border-collapse:collapse;
	color: #3d4248;
	height:auto;
	font-size:12px	;
	table-layout: fixed;/*글자넘침방지*/
	}	
table.item > caption > span {
	display:inline-block;padding:4px;border-radius:0px;background:#fff;font-weight:bold;width:100%;text-align:left;
	border-bottom:1px rgb(239,239,239) solid;
	background: #586770; /* Old browsers */
	background: -moz-linear-gradient(left, #586770 0%, #6c8089 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #586770 0%,#6c8089 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #586770 0%,#6c8089 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	color:#fff	}
table.item > caption > :before{content:'\275a';color:#B3C5C8;padding-right:4px	}
table.item caption + tbody tr:first-child th,
table.item caption + tbody tr:first-child td,
table.item caption + thead tr:first-child th,
table.item > thead > tr > th {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}/*글자넘침방지*/
table.item > thead > tr > td {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}/*글자넘침방지*/
table.item > tbody > tr > th {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}/*글자넘침방지*/
table.item > tbody > tr > td {white-space: nowrap;overflow: hidden;}

table.item > tbody > tr > th{padding:3px 6px;line-height: 1.428571429;vertical-align:middle;}
table.item > tbody > tr > th:before{font-size:16px;content:'\2022';color:#90a4ad;padding-right:4px;font-weight:bold;;font-weight:700;}
table.item > tbody > tr > th.essential{padding:6px 6px;line-height: 1.428571429;vertical-align:middle;text-align:left;width:auto;color:#3d4248;}
table.item > tbody > tr > th.essential:before{font-size:16px;content:'\2022';color:#db2d1c;padding-right:4px;font-weight:bold;font-weight:700;}		

/* SPC wildcard */
table.item > tbody > tr > th.wildcard{color:green;}
	

table.item > tbody > tr > td{padding:3px 6px;line-height: 1.428571429;vertical-align:middle;text-align:left;}
table.item > thead > tr > td > span{
	display:inline-block;padding:4px;border-radius:0px;font-weight:bold;width:100%;
border-bottom:1px rgb(239,239,239) solid;
background: #415a6b; /* Old browsers */
background: -moz-linear-gradient(left, #415a6b 0%, #507084 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #415a6b 0%,#507084 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #415a6b 0%,#507084 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
color:#fff
}
table.item > thead > tr > td > span:before{content:'\275a';color:#66ccc4;padding-right:4px	}
table.item > tbody > tr > td.grid{padding:3px 0px;line-height: 1.428571429;vertical-align:middle;;text-align:left;}
table.item > tbody > tr > td.search{text-align:right;vertical-align:middle;padding:1px 0px;}
table.item > tbody > tr > td.search01{text-align:left;vertical-align:middle;padding:1px 0px;}
table.item > tbody > tr > td.d-line{background:url('../../../images/aim/dot.png') repeat-y ;}
table.item > tbody > tr > th.tr{text-align:right}
table.item > tbody > tr > td.tr{text-align:right}
th.fr{background:#f0f3f4;padding:1px 4px;}		
td.fr{background:#f0f3f4;padding:1px 4px;}
td.bk{background-color:transparent;padding:0px;color:#34495e}
th.bk{background-color:transparent;padding:0px;color:#34495e}
span.item:before{content:'\25aa';color:#90a4ad;padding-right:4px}
span.item{float:left;margin-left:15px;font-weight:bold;font-size:12px;display:inline-block;padding:3px 6px;line-height: 1.428571429;vertical-align:middle;white-space:nowarp;text-align:left;}
span.date{float:left;font-weight:bold;font-size:12px;display:inline-block;padding:3px 6px;line-height: 1.428571429;vertical-align:middle;white-space:nowarp;text-align:center;}

table.item01 {
	max-width:auto;
	background-color: transparent;
	border-collapse:collapse;
	color: #3d4248;
	height:100%;
	font-size:12px;
	}
table.item01 > tbody > tr > th.item01{padding:8px 10px;line-height: 1.428571429;vertical-align:middle;white-space:nowarp;text-align:left;width:auto;}		
table.item01 > tbody > tr > td.item01{padding:1px 10px 1px 10px;line-height: 1.428571429;vertical-align:middle;white-space:nowarp;text-align:left;width:auto}
table.item01 > tbody > tr > tr.item01{height:auto}		
table.item01 > tbody > tr > td.search01{text-align:right;vertical-align:middle;padding:1px 10px 10px 10px;}

table.item02 {
	width:98%;
	background-color:#fff;
	border-collapse:collapse;
	color: #3d4248;
	height:auto;
	font-size:12px	;
	margin:0 auto;
	table-layout: fixed;/*글자넘침방지*/
	/*border:1px red solid*/
	}	
table.item02 > caption > span {
	display:inline-block;padding:4px;border-radius:0px;background:#fff;font-weight:bold;width:100%;text-align:left;
	border-bottom:1px rgb(239,239,239) solid;
	background: rgb(239,239,239); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(239,239,239,1) 0%, rgba(246,248,249,1) 98%, rgba(246,248,249,1) 98%, rgba(245,247,249,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(246,248,249,1) 98%,rgba(246,248,249,1) 98%,rgba(245,247,249,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(239,239,239,1) 0%,rgba(246,248,249,1) 98%,rgba(246,248,249,1) 98%,rgba(245,247,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */
	}
table.item02 > caption > :before{content:'\275a';color:#54676a;padding-right:4px	}
table.item02 caption + tbody tr:first-child th,
table.item02 caption + tbody tr:first-child td{padding-top:6px;}
table.item02 tbody tr:first-child th,
table.item02 tbody tr:first-child td{padding-top:8px;}
table.item02 > thead > tr > th {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}/*글자넘침방지*/
table.item02 > thead > tr > td {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}/*글자넘침방지*/
table.item02 > tbody > tr > th {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}/*글자넘침방지*/
table.item02 > tbody > tr > td {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}/*글자넘침방지*/

table.item02 > tbody > tr > th{padding:3px 6px;line-height: 1.428571429;vertical-align:middle;white-space:nowarp}
table.item02 > tbody > tr > th:before{content:'\25aa';color:#90a4ad;padding-right:4px	}
table.item02 > tbody > tr > th.essential{padding:6px 6px;line-height: 1.428571429;vertical-align:middle;white-space:nowarp;text-align:left;width:auto;color:#3d4248;}
table.item02 > tbody > tr > th.essential:before{content:'\275a';color:#f32525;padding-right:4px	}		

table.item02 > tbody > tr > td{padding:3px 6px;line-height: 1.428571429;vertical-align:middle;white-space:nowarp;text-align:left;}
table.item02 > thead > tr > td > span{display:inline-block;padding:4px;border-radius:0px;background:#fff;font-weight:bold;width:100%;
background: rgb(239,239,239); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(239,239,239,1) 0%, rgba(246,248,249,1) 98%, rgba(246,248,249,1) 98%, rgba(245,247,249,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(246,248,249,1) 98%,rgba(246,248,249,1) 98%,rgba(245,247,249,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(239,239,239,1) 0%,rgba(246,248,249,1) 98%,rgba(246,248,249,1) 98%,rgba(245,247,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */
}
table.item02 > thead > tr > td > span:before{content:'\275a';color:#54676a;padding-right:4px	}
table.item02 > tbody > tr > td.grid{padding:3px 0px;line-height: 1.428571429;vertical-align:middle;white-space:nowarp;text-align:left;}
table.item02 > tbody > tr > td.search{text-align:right;vertical-align:middle;padding:1px 0px;}
table.item02 > tbody > tr > td.search01{text-align:left;vertical-align:middle;padding:1px 0px;}


table.item03 {
	width:100%;
	background-color:#fff;
	border-collapse:collapse;
	color: #3d4248;
	height:100%;
	font-size:12px	;
	}

table.item03 > thead > tr > td > span:{content:'\275a';color:#54676a;padding-right:2px}
table.item03 > tbody > tr > th{padding:2px 2px;line-height: 1.428571429;vertical-align:middle;white-space:nowarp;text-align:left;width:auto;}		
table.item03 > tbody > tr > td{padding:2px 2px;line-height: 1.428571429;vertical-align:middle;white-space:nowarp;text-align:left;width:auto;}

table.item04 {
	width:100%;
	background-color:transparent;
	border-collapse:collapse;
	color: #3d4248;
	height:100%;
	font-size:14px	;
	}

table.item04 > tbody > tr > th:before{content:'\25aa';color:#54676a;padding-right:4px	}
table.item04 > tbody > tr > th{padding:5px 6px;line-height: 1.428571429;vertical-align:middle}
table.item04 > tbody > tr > td {padding:5px 6px;line-height: 1.428571429;vertical-align:middle}	

/*pageing*//*pageing*//*pageing*//*pageing*//*pageing*//*pageing*//*pageing*//*pageing*//*pageing*/

.pagination {
display: inline-block;
padding-left: 0;
border-radius: 4px;
text-align:center;
width:auto;
}

.pagination > li {
display: inline;
}

.pagination > li > a,
.pagination > li > span {
position: relative;
float: left;
padding: 5px 10px;
margin-left: -1px;
line-height: 1.428571429;
text-decoration: none;
background-color: #ffffff;
/* border: 1px solid #dddddd;*/
font-size:11px;
color:#3f3f3f
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
margin-left: 0;
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
color:#3f3f3f
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
  color:#3f3f3f
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
background-color: #eeeeee;
color:#3f3f3f;
font-weight:bold
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
z-index: 2;
color: #ffffff;
cursor: default;
background-color: #ea5829;
border-color: #ea5829;
}

.pagination > li.disabled > span,
.pagination > li.disabled > a,
.pagination > li.disabled > a:hover,
.pagination > li.disabled > a:focus {
color: #999999;
cursor: not-allowed;
background-color: #ffffff;
border-color: #dddddd;
}



 /* ~~modal~~~ ~~modal~~~~~modal~~~~~modal~~~~~modal~~~~~modal~~~~~modal~~~~~modal~~~~~modal~~~ */


.modal-content {
  background-color: #f9f9f9;
  border-radius:2px;
  outline: none;
  background-clip: padding-box; 
  margin:0 auto;
}


.modal-content .modal-header {
  min-height: 16.428571429px;
  /*padding: 5px;
  padding-top:10px;
  border-bottom: 1px solid transparent;*/
  display:inline-block;
  width:100%;
  font-family:"본고딕",Noto Sans CJK Regular;
   background-color:#3c4a53; width:100%; height:45px; padding-top:15px;
}
.modal-content .modal-header01 {
  height: 1.428571429px;
  padding: 5px;
  border-bottom: 1px solid transparent;
  display:inline-block;
  width:100%;

}

.modal-content .modal-body {
  position: relative; 
  margin: 0 auto;
  padding: 0px 0px;
  color:#292b31
  /*overflow-y: auto;
  overflow-x: hidden; */
}
.modal-content .modal-body p {
  text-align:center;
  color:#292b31
}





/* 2015/10/14 임시 추가, 추후 삭제 예정- by ybjeong *******************/
.modal-content .modal-body div {
  text-align:left;
  color:#292b31
}
/*********************************************************************/
.modal-content .modal-footer {
  padding: 10px 10px 10px 10px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.mtitle{	
	color:#fff; 
	margin-left:15px;
	font-size:16px;
	font-family:"본고딕",Noto Sans CJK Regular;
	}

.mtitle span:{
	content:'I';
	padding-right:5px;
	color:red;
	display:inline-block;
	font-size:20px;
	font-size:100%;
	font-weight:bold
	}


  /*~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~custom modal~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~*/
  
  .modalDialog {
    position: fixed;
    top:0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 99999;
    //opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
    opacity:1;
    pointer-events: auto;
    
}
 /*
 
 
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
} 
*/
.modalDialog > div {
    width:100%;
    position: relative;
    margin: 10px auto;
    border-radius:2px;
    display: ;
    border: 1px solid #8D9293;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
}

/*@media screen and (min-width: 768px) {
  .modal-dialog {
    right: auto;
    left: 50%;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
*/

/* alert  alert alert alert alert alert alert alert alert alert alert alert alert alert alert */

.alert {


  border-radius:inherit;
  outline: none;
  margin:0 auto;

}
.error {
  border:0px #bc1833 solid;
  
}

.infor {
  border:0px #2364a1 solid;
  
}

.inforBorder {
  border:2px solid black;
}

.error h5{
  margin-top: 0;
  color: #fff;
  font-size:16px;
  font-weight:bold;
  padding-left:15px
}

.infor h5{
  margin-top: 0;
  color: #fff;
  font-size:16px;
  font-weight:bold;
  padding-left:15px
}

.inforBorder h5{
  margin-top: 0;
  color: #fff;
  font-size:16px;
  font-weight:bold;
  padding-left:15px
}

.alert p {
  margin:20px;
  font-size:1em;
}
/*.alert .alert-link {
  font-weight: bold;
}


.alert-dismissable {
  padding-right: 25px;
}

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}


.alert-info {
  color: #3a87ad;
  background-color: #FFF;
  border-color: #3a87ad;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #2d6987;
  padding-top:10px;
  display:inline-block;
  font-size:0.8em
}


button.close-alert {
  padding:6px;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.close-alert {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height:0.5;
  color: #3a87ad;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.close-alert:hover,
.close-alert:focus {
  color: #3a87ad;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/******Request Buttom**************Request Buttom************Request Buttom*************Request Buttom******/

.button_box{
           width:auto;
           height:auto;
           padding:0px;
           float:right;
           }
           
/* ~~ jqGride ~~ *//* ~~ jqGride ~~ *//* ~~ jqGride ~~ *//* ~~ jqGride ~~ *//* ~~ jqGride ~~ *//* ~~ jqGride ~~ */
.jqgird_mouse_cursor{
	cursor:pointer
	}

.jqgird_mouse_cursor_link{
	cursor:pointer;
	color:blue;
}
/*.jqgird_vertical_align_top{
	vertical-align:top
	}*/
/*.jqgird_highlight_pink{
	background: #ffb6c1 
	}
	*/
.editedGridRow{
	background: #3371bb;
	color:#ffffff;
}

.addedGridRow{
	background: #098569;
	color:#ffffff;
}

.deletedGridRow{
	background: #c12942;
	color:#ffffff;
}

.rowCheckOut
{
	color:blue;
	font-weight:bold!important;
}

.rowDraft
{
	color:red;
	font-weight:bold!important;
}

/*.orgGridRow{
	background: #ffffff;
	color:#444444;
}*/
 /* ~~jqGride  ~~~  */ /* ~~jqGride  ~~~  */ /* ~~jqGride  ~~~  */ /* ~~jqGride  ~~~  */
 
ul.service {
	list-style: none;
	height:auto;
	float:right;
	margin-bottom:3px;
	width:auto;
 
}
ul.service > li {
	color: #394046;
	list-style: none;
	display:inline-block;
	cursor:pointer;
	width:auto;
	margin-left:-3px;
} 

ul.service > li > a, 
ul.service > li > a:visited {
	text-decoration: none;width:auto;
	
}
ul.service > li > a:hover,
ul.service > li > a:active, 
ul.service > li > a:focus { 
	width:auto;
	color:#e24f33;
	font-weight:bold;
}

ul.service > li.disabled,
ul.service > li.disabled > a,
ul.service > li.disabled > a:hover,visited
ul.service > li.disabled > a:focus {
  color: #666666;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

 /*ie11 크로스브라우징 시작*/
 
 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 

 }
 
 /*ie11 크로스브라우징 씉*/

.caption{display:inline-block;width:100%;font-size:12px;color:#fff;}
.caption:before{content:'\275a';color:#4A9FCB;padding-right:6px;padding-left:3px;}
.caption01{color:#3f3f3f;display:inline-block;width:100%;}
.caption01:before{content:'\275a';color:#ea5728;padding-right:3px	}
.grid-butn{display:inline-block;float:right;width:auto;text-align:right; font-family:"본고딕",Noto Sans CJK Regular;
			font-weight:bold;background: #5C6976;margin-top:-2px;}
.grid-butn-left{display:inline-block;width:auto;text-align:right; font-family:"본고딕",Noto Sans CJK Regular;font-weight:bold}
/* ~~ login ~~ *//* ~~ login ~~ *//* ~~ login ~~ *//* ~~ login ~~ *//* ~~ login ~~ *//* ~~ login ~~ *//* ~~ login ~~ */
body {margin:0; padding:0; background-color:#f7f7f7;}
.login-body{width:1200px; height:710px; background:url('../../../images/aim/novasemi-login_back.png') no-repeat; margin:0 auto; position:relative; font-family:"본고딕",Noto Sans CJK Regular;letter-spacing:-.03em;}
.login_box {width:800px; height:120px; position:absolute; bottom:50px; left:20%;}
.login_box table tr td {height:50px;}
.login_box table tr td select {width:281px; height:33px;color:#f98e60; font-size:12px; padding-left:5px;}
.login_box table tr td input {width:281px; height:33px; color:#f98e60; font-size:12px; padding-left:5px;}
.login_bt {background-color:transparent; width:97px; height:80px;line-height:4.5; text-align:center;/*  color:#fff; font-weight:900; */ border-radius:0px;border:2px solid #9b0101;font-size:1.1em;font-weight:300;color:#9b0101 !important}
background:trasparent;
/*background: -moz-linear-gradient(-45deg, #ff7400 0%, #db3300 98%); /* FF3.6-15 
background: -webkit-linear-gradient(-45deg, #ff7400 0%,#db3300 98%); /* Chrome10-25,Safari5.1-6 
background: linear-gradient(135deg, #ff7400 0%,#db3300 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ }*/
/*box*/
.title-area > span.left{
	display:inline-block;
	float:left;
	width:30px;
	height:100%;
	padding:0;
	color:#2e323b;
	background:url('../../../images/aim/login/login_user.png') no-repeat;
	
}
.title-area > span.left-txt{
	display:inline-block;
	float:left;
	width:auto;
	padding:4px 10px 5px 10px;
	color:#2e323b;
	font-size:.95em;
	font-weight:bold;
	font-weight:600;
}
.title-area > span.right{
	display:inline-block;
	float:right;
	border:0px #55656F solid;
	}
.title-area > span.right-txt{
	display:inline-block;
	float:left;
	width:auto;
	padding:0px 10px 5px 10px;
	color:#2e323b;
	font-size:.8em;
	font-weight:bold;
	font-weight:600;
}

.info-area > span.left{
	display:inline-block;
	float:left;
	width:40%;
	height:inherit;
	line-height:inherit;
	background-color:#b7cce5;
	border-radius:3px;
	border-bottom-right-radius:0px;
	border-top-right-radius:0px;
	/*padding:4px 10px 5px 10px;*/
	color:#2e323b;
	font-size:.85em;
	letter-spacing:-.01em;
	padding-left:8px
}
.info-area > span.right{
	display:inline-block;
	float:right;
	width:60%;
	height:inherit;
	line-height:inherit;
	border:0px #55656F solid;
	border-radius:3px; 
	background-color:#FFF;
	border-bottom-left-radius:0px;
	border-top-left-radius:0px;
/*	padding:4px 10px 2px 6px;*/
	margin-left:-2px;
	font-size:.88em;
	letter-spacing:-.01em;
	}s
	
.rembember {
  display:inline-block;
  width:100px;
  padding: 0;
  vertical-align:middle;
  float:right;
  text-align:right;
}
.login-footer{padding-top:20px;line-height:30px;width:100%;margin:auto 0;text-align:center;font-size:.7em;letter-spacing:-.01em;color:#989b9f}
.left-control{border-radius: 4px;width:100%;margin:0 auto;height:auto;margin-bottom:0px;text-align:right;padding-bottom:4px;padding-right:4px;}
.ft{display:inline-block;float:left;width:130px;height:100%;background-color:#b7cce5;border-radius:12px; border-radius:12px;border-bottom-right-radius:0px;border-top-right-radius:0px;padding:7px 10px 5px 15px;color:#2e323b;font-size:.9em;font-weight:300}
.ft-box{display:inline-block;float:left;width:170px;height:100%;border:3px #FFF solid; border-radius:12px;background-color:#FFF;border-bottom-left-radius:0px;border-top-left-radius:0px;padding:2px 10px 2px 10px;margin-left:-2px}
.ft01{display:inline-block;float:left;width:130px;height:100%;background-color:#b7cce5;border-radius:12px; border-radius:12px;border-bottom-right-radius:0px;border-top-right-radius:0px;padding:7px 10px 5px 15px;color:#2e323b;font-weight:300;font-size:.9em;margin-left:-2px}
.ft-box01{display:inline-block;float:left;width:170px;height:100%;border:3px #FFF solid; border-radius:12px;background-color:#FFF;border-bottom-left-radius:0px;border-top-left-radius:0px;padding:2px 10px 2px 10px;;}

.bg-white {background-color:#fff;}

.modi-ud {display:inline-block;
float:left;
width:auto;
color:#2e323b;
font-size:.9em;
font-weight:300;
padding-left:10px;
padding-top:5px
}

.modi-ud:before{content:'\25aa'; color:#90a4ad; padding-right:4px}


.modi-ud-box {display:inline-block;
width:auto;
background-color:#F4F4F4;
border-radius:4px;
border:1px solid #D0D0D0;
padding:2px 10px 5px 10px;
float:left;
margin-left:5px
} 

.pop-ud{display:inline-block;float:left;width:103px;height:100%;padding:7px 10px 5px 15px;color:#2e323b;font-size:.9em;font-weight:300}
.pop-ud-box{display:inline-block;float:left;width:197px;height:100%; border-radius:3px;background-color:#FFF; padding:2px 10px 2px 10px;margin-left:-2px}

.pw.essential{width:103px; font-weight:300; padding:6px 6px;line-height: 1.428571429;vertical-align:middle;white-space:nowarp;text-align:left;color:#3d4248;}
.pw.essential:before{width:103px; content:'\275a';color:#f32525;padding-right:4px	}	

/*
*tabs*tabs*tabs*tabs*tabs*tabs*tabs*tabs*tabs*tabs*tabs*/
.tabs {
  padding-left: 0;
  margin-bottom:-1px;
  list-style: none;
  font-family:"본고딕",Noto Sans CJK Regular;

}

.tabs:before,
.tabs:after {
  display: table;
  content: " ";
}

.tabs:after {
  clear: both;
}

.tabs > li {
  position: relative;
  display: block;
  font-size:12px
}

.tabs > li > a {
  position: relative;
  display: block;
  padding: 4px 10px;  
  
}

.tabs > li > a:hover,
.tabs > li > a:focus {
  text-decoration: none;
  font-weight:300;
}

.tabs > li.disabled > a {
  color: #999999;
}

.tabs > li.disabled > a:hover,
.tabs > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}


.tabs-menu {
  border-bottom: 1px solid #dddddd
}

.tabs-menu > li {
  float: left;
  margin-bottom: -1px;
 
}

.tabs-menu > li > a {
  color: #fff;
  margin-right: 2px;
  line-height: 1.428571429;
  border-radius: 4px 4px 0 0;
  background: #2792e5;
}

.tabs-menu > li > a:hover {
  border-bottom-color: transparent;
  color:#fff;
  background:#1e5799;
  
}

.tabs-menu > li.active > a,
.tabs-menu > li.active > a:hover,
.tabs-menu > li.active > a:focus {
  color: #3f3f3f;
  cursor: default;
  border-bottom-color:#fff;
  background: #fff;
  border: 1px solid #ddd;
  border-bottom: 1px solid #fff;
  font-weight:bold
}

.tab-content > .tab-pane{
  display: none;
  border: 1px solid #ddd;
  margin-top:-1px;
  background-color:#fff;
  padding:3px

}

.tab-content > .active{
  display: block;
}


 /*ie11 크로스브라우징 시작*/
 
 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
.tabs-menu > li > a {
  padding-top:8px;
  height:28px;
}
 }
 
 /*ie11 크로스브라우징 씉*/
/*Progress bar**Progress bar**Progress bar**Progress bar**Progress bar**Progress bar**Progress bar*/

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
          transition: width 0.6s ease;
}

.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes .5s linear infinite;
     -moz-animation: progress-bar-stripes .5s linear infinite;
      -ms-animation: progress-bar-stripes .5s linear infinite;
       -o-animation: progress-bar-stripes .5s linear infinite;
          animation: progress-bar-stripes .5s linear infinite;
}



/*layout*/

table{
	width:100%;
	max-width:auto;
	background-color: transparent;
	border-collapse:collapse; 
	height:auto;
	} 

table.table01{width:100%;height:90%}
table.table01 > caption{padding:10px;}
table.table01 > thead > tr > th {background-color:#06F;color:#FFF;padding:10px;border:1px #fff solid}
table.table01 > tbody > tr > td {background-color:#d0d0d0;color:#444;text-align:center;border:1px #fff solid;}
table.table01 > tfoot > tr > td {background-color:#3f3f3f;color:#FFF;padding:5px;;border:1px #fff solid}
  
	
/* UI Factory UI Factory UI Factory UI Factory UI Factory   */
#container-theme {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  min-width:1200px;
  background:#FFF
 
}

#container-theme:before,
#container-theme:after {
  display: table;
  content: " ";
}

#container-theme:after {
  clear: both;
}

#container-theme:before,
#container-theme:after {
  display: table;
  content: " ";
}

#container-theme:after {
  clear: both;
}
.wmom {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}

.ui-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 4px solid #eeeeee;
}

ul.ui-header > ol {
  list-style-position:inside;
  padding:20px 20px;
  font-size:26px;
  font-weight:600;
  margin:10px 0px;
  display:inline-block;
  font-family:"본고딕",Noto Sans CJK Regular;
  
}
ul.ui-header > ol > li {
  list-style-position:inside;
  padding:20px 20px;
  font-size:26px;
  font-weight:600;
  margin:10px 0px;
  color:#2C3949;
  border-bottom:3px #ddd solid;
  
}

ul.ui-header > ol > li > ul > ol  {
  list-style-position:inside;
  padding:10px 10px;
  font-size:22px;
  font-weight:300;
  color:#171D33;
  display:inline-block; 
  width:100%
}

ul.ui-header > ol > li > ul > ol > li{
  list-style-position:inside;
  padding:10px;
  font-size:22px;
  font-weight:300;  
}

.group{
  padding:20px 0px;
  height:auto;
  width:100%;
  display:inline-block;
  font-size:14px;
}

.component{
  padding-bottom: 9px;
  margin: 20px 0 30px;
  width:100%;
  height:auto;
  display:inline-block
}

span.essential{
	color: red;
	font-weight:bold;
	display:inline-block;
	vertical-align:middle;
	padding:3px 5px 0px 0px	
	}
span.item_select{
	display:inline-block;
	/*border:1px blue solid*/
	}

.fl{
	float:left
	}
.fr{
	float:right
	}
.cb{
	clear:both
	}

/*space space space space space space space*/

.pl10{
	padding-left:10px;
	}
.pd10{
	padding-left:10px;
	padding-bottom:10px;
	}	
.pl20{
	padding-left:20px;
	}
.pl5{
	padding-left:5px;
	}
.pt5{
	padding-top:5px;
	}
.pt10{
	padding-top:10px;
	}
.pr10{
	padding-right:10px;
	}
.pr5{
	padding-right:5px;
	}
.pr300{
	padding-right:300px;
	}
.pr400{
	padding-right:400px;
	}			
.pb{
	padding-bottom:10px;
	}	
.mb10{
	margin-bottom:10px;
	}
.mb6{
	margin-bottom:6px;
	}	
	
.mt10{
	margin-top:10px;
	}
.mr10{
	margin-right:10px;
	}
.mt-5{
	margin-top:15px;
	}
.mt-6{
	margin-top:6px;
	}
.ml-7{
	margin-left:7px;
	}
.mb-m9 {
	margin-bottom:-9px;
}

	
.mb-out{
	padding-bottom:70px;
	margin-bottom:-70px;
	/*border:1px orange solid*/
	}
.mb-out01{
	padding-bottom:135px;
	margin-bottom:-135px;
	/*border:1px orange solid*/
	}
.mb-out02{
	padding-bottom:14px;
	margin-bottom:-14px;
	/*border:1px orange solid*/
	}
.mb-out03{
	padding-bottom:130px;
	margin-bottom:-130px;
	/*border:1px orange solid*/
	}
.mb-out04{
	padding-bottom:64px;
	margin-bottom:-64px;
	/*border:1px orange solid*/ 
	}	
.mb-out05{
	padding-bottom:158px;
	margin-bottom:-158px;
	/*border:1px orange solid*/ 
	}	
.mb-inner{
	padding-bottom:43px;
	margin-bottom:-43px;
	height:100%;
	/*border:1px orange solid*/
	}	
.mb-inner02{
	padding-bottom:83px;
	margin-bottom:-83px;
	height:100%;
	/*border:1px orange solid*/
	}	
.h45{
	height:40px;
	/*border:1px red solid;*/
	}
.h71{
	height:71px;
	}	
.h75{
	height:70px;
	/*border:1px red solid;*/
	}
.h100{
	height:100px;
	/*border:1px red solid;*/
	}
.wh100{
	width:100%;
	height:100%;
	}
.h30{
	height:30%;
	}
.h40{
	height:40%;
	}
.h46{
	height:46%;
	}
.h50{
	height:50%;
	}	
.h60{
	height:60%;
	}
.h70{
	height:70%;
	}	
.h100,
.h100a1,
.h100a2,
.h100a{
	height:100%;
	}
.h-auto{
	height:auto;
	}
.h120{
	height:110px;
	/*border:1px red solid;*/
	}
.h155{
	height:150px;
	/*border:1px red solid;*/
	}
.w100{
	width:100%;
	/*border:1px red solid;*/
	}
.w60{
	width:60%;
	/*border:1px red solid;*/
	}
.w60{
	width:50%;
	/*border:1px red solid;*/
	}	
.w40{
	width:40%;
	/*border:1px red solid;*/
	}	
	
/*table + div반응 구조 table + div반응 구조 table + div반응 구조 table + div반응 구조 table + div반응 구조 */	
.row{
	width:100%;
	/*border:1px red solid*/
	}
.row-b{
	width:100%;
	height:auto
	/*border:1px red solid*/
	}
.row + .row {
	padding-top:5px
	/*border:4px blue solid*/
	}	
.row +.row-b {
	padding-top:5px
	/*border:4px blue solid*/
	}
.row-b > .cols{
	width:100%;
	/*border:4px blue solid*/
	}
.row-c {
	
	/*border:4px blue solid*/
	}
.row-c > .cols{
	width:100%;
	/*border:4px blue solid*/
	}
.row-c > .cols + .cols{
	padding-top:5px;
	padding-bottom:5px
	/*border:1px green solid*/
	}
	
.row > .cols{
	height:auto;
	width:100%;
	/*border:1px green solid*/
	}
.row > .cols + .cols{
	padding-top:5px;
	/*border:1px green solid*/
	}	
.row > .cols2{
	height:auto;
	width:50%;
	float:left;
	/*border:1px green solid*/
}

.row > .cols2-vt2{
	height:100%;
	width:50%;
	float:left;
	/*border:1px green solid*/
}

.row > .cols2-vt2 + .cols2-vt2{
	width:50%;
	height:100%;
	float:right;
	padding-left:5px
	/*border:1px green solid*/
}

.row > .cols2+.cols2{
	height:auto;
	width:50%;
	float:right;
	padding-left:5px
	/*border:1px green solid*/
}
.row > .cols2-vt{
	height:100%;
	float:left;
	/*border:1px green solid*/
}

.row > .cols2-vt + .cols2-vt{
	width:100%;
	height:100%;
	float:right;
	padding-left:5px
	/*border:1px green solid*/
}
.row > .cols3{
	height:auto;
	width:33.3%;
	float:left;
	display:inline-block;
	padding:0;
	/*border:1px green solid*/
}
.row > .cols3+.cols3{
	padding-left:5px
	/*border:1px green solid*/
}
.row > .cols4{
	height:auto;
	width:25%;
	float:left;
	display:inline-block;
	padding:0;
	/*border:1px green solid*/
}
.row > .cols4+.cols4{
	padding-left:5px
	/*border:1px green solid*/
}
.row > .cols4_1+.cols4{
	padding-left:5px
	/*border:1px green solid*/
}
.row > .cols4_1{
	width:24%;
	height:auto;
	float:left;
	display:inline-block;
}
.row > .cols4_1 > .cols4_1_tb {
	position:absolute;margin-top:5px;height:auto;min-height:70px;bottom:0
}
.row > .cols4_1+.cols4_1{
	padding-left:5px
	/*border:1px green solid*/
}

/*pq Grid*/
.pq{margin:0 auto;padding:10px;height:100%}
.pq.graph {	
	background:#fff;
	border:3px solid #fff;
	border-radius: 3px;
	  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
			  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
	 height:auto; 
	 padding:0 20px 0 0;
	 margin:0 0px 0 0px;
	 }
.pq.graph01 {	
	background:#fff;
	border:3px solid #fff;
	border-radius: 3px;
	  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
			  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
	 height:auto; 
	 padding:0 0px 0 0;
	 margin:0 0px 0 0px;
	 }
.pq.grid {
	position:relative;
	height:auto;
	padding-bottom:10px;
	background: rgb(178,183,196); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(178,183,196,1) 0%, rgba(102,117,150,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(178,183,196,1) 0%,rgba(102,117,150,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(178,183,196,1) 0%,rgba(102,117,150,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2b7c4', endColorstr='#667596',GradientType=1 ); /* IE6-9 */	
	}
.gray-box{
	position:relative;
	padding:10px;
	background: rgb(178,183,196); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(178,183,196,1) 0%, rgba(102,117,150,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(178,183,196,1) 0%,rgba(102,117,150,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(178,183,196,1) 0%,rgba(102,117,150,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2b7c4', endColorstr='#667596',GradientType=1 ); /* IE6-9 */	
	}
@media screen and (max-width: 800px) {
.row {
	width:100%;
	/*border:4px blue solid*/
	}
.row-b{
	width:100%;
	height:auto
	/*border:1px red solid*/
	}
.row +.row {
	padding-top:5px
	/*border:4px blue solid*/
	}	
.row +.row-b {
	padding-top:5px
	/*border:4px blue solid*/
	}
.row-b > .cols{
	width:100%;
	/*border:4px blue solid*/
	}
.row-c {
	
	/*border:4px blue solid*/
	}
.row-c > .cols{
	width:100%;
	/*border:4px blue solid*/
	}
.row > .cols{
	height:auto;
	width:100%;
	/*border:4px blue solid*/
	}
.row > .cols2{
	height:auto;
	width:100%;
	/*border:1px green solid*/
	}
.row > .cols2+.cols2{
	height:auto;
	width:100%;
	clear:both;
	padding-top:5px;
	padding-left:0px
	/*border:1px green solid*/
}

.gride-layout{
	width:100%;
	/*height:100%;*/
	/*border:1px red solid*/;
	height:inherit;
	/*border:3px blue solid*/
	}
.gride-layout .left{
	height:100%;
	width:100%;
	padding-right:0px;
	height:inherit;
	}
.gride-layout .right{
	width:100%;
	height:inherit;
	padding-top:6px;
	/*border:4px yellow solid*/
	}
.w60,
.w50,
.w40{
	width:100%;
	/*border:1px red solid;*/
	}
.h100{
	height:50%;
	overflow-y:auto;
	overflow-x:hidden
	}
	
.h-auto,
.h100a1,
.h100a{
	height:auto;
	/*border:1px red solid;*/
	}
.h100a2{
	height:100%;
	/*border:1px blue solid;*/
	}	
.h30,
.h50,
.h70{
	height:auto;
	}	

body {margin:0; padding:0; background-color:#f98e60;}
.login-body{width:1200px; height:710px; background:url('../../../images/aim/novasemi-login_back.png') no-repeat; margin:0 auto; position:relative; font-family:"본고딕",Noto Sans CJK Regular;letter-spacing:-.03em;}
.login_box {width:800px; height:120px; position:absolute; bottom:50px; left:20%;}
.login_box table tr td {height:50px;}
.login_box table tr td select {width:281px; height:33px;color:#89888e; font-size:12px; padding-left:5px;}
.login_box table tr td input {width:274px; height:28px; color:#89888e; font-size:12px; padding-left:5px;}
.login_bt {width:97px; height:80px;line-height:4.5; text-align:center; color:#fff; font-weight:900; border-radius:5px;

 /*ie11 크로스브라우징 시작*/
 
 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
	.dropdown > ul > li> a:link {
		padding-top:3px;
		margin-bottom:-3px;
		}
	
	.dropdown > ul > li > a:hover,a:focus,a:active{
	background:#5C799D;
	padding-top:3px;

	}

	.info-area > span.left{
		height:inherit;
		line-height:35px;
	}
	.info-area > span.right{
		height:inherit;
		padding-top:3px;
		}
 }  
 
 /*ie11 크로스브라우징 씉*/
 
 
.SLB_center { cursor:pointer; visibility:hidden; border: solid 4px #000000; background-color: #FFF}
.SLB_close  { cursor: pointer; display:none; font-family: verdana,tahoma; font-size: 9pt; background-color:#000000; color: #ffffff; padding-bottom: 4px; }
.SLB_caption { cursor: pointer; display:none; font-family: verdana,tahoma; font-size: 9pt; background-color:#000000; color: #ffffff; padding-bottom: 4px; }
#SLB_loading { cursor: pointer; display:none; z-index: 99998; position:absolute; font-family: verdana,tahoma; font-size: 9pt; background-color:#000000; color: #ffffff; padding: 3px 0px 4px 0px; border: solid 2px #cfcfcf; }
	
.item-bbs{
	font-family:Noto Sans CJK Regular;
	display:inline-block;padding:6px 6px 6px 15px;border-radius:0px;width:100%;text-align:left;
	background:#d9ecd0;
	color:#36486b;
	font-size:16px;	
	height:32px;
	padding-bottom:7px}
	
.item-chart{
	font-family:Noto Sans CJK Regular;
	display:inline-block;padding:6px 6px 6px 15px;border-radius:0px;width:100%;text-align:left;
	background:#4C6A92;
	color:#FFF;
	font-size:16px;
	height:32px;
	padding-bottom:7px}
	
	
	.chart-layout{
	width:100%;
	/*height:100%;*/
	display:inline-block
	/*border:1px red solid*/;
	height:inherit;
	}
.chart-layout .right{
	float:right;
	height:100%;
	height:inherit;
	}



