@charset "utf-8";

.k-header > .k-grid-filter, .k-header > .k-header-column-menu{
	padding:.5em .0em .4em;
}
.k-grid-header th.k-with-icon .k-link{
	margin-right:0px;
}
.k-header .k-link{
	text-align: center;
}
	
/*컬럼 정렬*/
.k-grid td{
	text-align:center;
}

.k-grid .tr{
	text-align:right;
}
.k-grid .trd{
	text-align:right;
}
.k-grid .tl{
	text-align:left;
}
.k-grid-content .last{
	border-left:0;
}

.btn_st_disabled{
background: none;
border: none;
color: #fff;
text-shadow: 1px 1px 1px #000;
background: url('../img/btn_searchDisabled.png') no-repeat 0 0;
display: inline-block;
text-align: center;
width: 103px;
height: 26px;
line-height: 26px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.k-grid-header th.k-header, .k-filter-row th{
text-align: center;
font-weight:bold;
}

/* .k-footer-template td{
	border-left:0;
	
} */
.k-grid-content tr:last-child td{
	border-bottom:1px solid #c5c5c5;
}

.k-grid-content tr:last-child  td table tr:first-child td{
	border-bottom:none;
}

.grid_st table td a{
	text-decoration:none;
/* 	color:#2e2e2e !important; */
}
/* b_tb 테이블 STYLE*/
.b_tb{
padding: 10px;
}
.b_tb > table{
width: 100%;
border-collapse:collapse;
}
.b_tb > table  td, .b_tb > table th{
border: 1px solid #bcbcbc ;
height: 36px;
line-height: 36px;
padding: 0 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.b_tb > table th{
background-color: #f1f1f1;
}

.b_tb > table  td img{
	vertical-align:middle;
}


/* FGA 확인요청 */
.btn_5{ 
display: inline-block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: none;
background: none;
width: 103px;
height: 24px;
line-height: 24px;
padding-left: 20px;
text-align: center;
background: url('../img/btn_2.png')no-repeat;
font-size: 12px;
}



/*팝업 스타일*/
.k-window-titlebar{
	background:#8f7870;
	color:#fff;
	text-shadow:1px 1px 1px rgba(0,0,0,.5);
}
.k-window-titlebar .k-window-title{
	font-size:15px !important;	
}
.k-window-titlebar .k-link.k-satate-hover,.k-window-titlebar .k-link:hover{
	background:none;
	border:none;
}
.k-window-titlebar .k-icon.k-i-close, .k-window-titlebar .k-window-action{
	background:url(../img/m_btn_close.png) no-repeat 0 0;	
	background-size:100% !important;
	width:18px;
	height:18px;
	opacity:1;
	padding:0;
	top: 2px;
	right: 7px;
}
.k-window-titlebar .k-icon.k-i-close:hover{
	background:url(../img/m_btn_close.png) no-repeat 0 0;	
	background-size:100% !important;
	width:18px;
	height:18px;
	opacity:1;
}
.k-window-content .btm_button{
	border-top:1px solid #ccc;
}
.b_tb .btm_button{
	border-top:0;
}
.pop_title_text{
	padding:10px;
	text-align:center;
	border-bottom:1px solid #ccc;
	background:#f0f0f0;
}
.pw_pop_li {
	width:300px;
	margin:20px auto 20px;
}
.pw_pop_li li{
	margin-bottom:10px;
}
.pw_pop_li label{
	display:block;
	padding:3px 0;
}

.home_status li strong{
	width: 70px;
	height: 70px;
	line-height: 70px;
	margin-bottom: 12px;
	padding:0;
	font-family:arial;
	cursor: pointer;
}

.input_st_50{
	width:50px !important
}

.input_st_132{
	width:132px !important
}

.input_st_190{
	width:190px !important
}

.input_st_244{
	width:244px !important
}

/*도움말버튼*/
.btn_help{
display: inline-block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: none;
background: none;
width: 70px;
height: 24px;
line-height: 24px;
padding-left: 18px;
text-align: center;
background: url('../img/btn_help.png')no-repeat;
font-size: 12px;
}

.btn_remark_update{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3665d+1,bd160d+71 */
background: #f3665d; /* Old browsers */
background: -moz-linear-gradient(-45deg, #f3665d 1%, #bd160d 71%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #f3665d 1%,#bd160d 71%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #f3665d 1%,#bd160d 71%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3665d', endColorstr='#bd160d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
box-shadow: #f5a29f 0px 1px 2px 0px inset;
border: 1px solid #be2e27;
color: #fff;
text-shadow: 1px 1px 1px rgba(0,0,0,.3);
display: inline-block;
height: 28px;
line-height: 27px;
padding: 0 15px;
text-decoration: none;
font-weight: bold;
margin: 0 5px 0 2px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.btn_remark_update:hover{
background: #e6534a; /* Old browsers */
background: -moz-linear-gradient(-45deg, #e6534a 1%, #9c120b 71%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #e6534a 1%,#9c120b 71%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #e6534a 1%,#9c120b 71%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6534a', endColorstr='#9c120b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.btn_remark_update:disabled{
background: rgb(185, 185, 185);
color:rgb(235, 231, 231);
text-shadow:none;
border-color:rgb(162, 162, 162);
box-shadow:none;
}
.input_st:disabled{
	background:#e5e5e5;
}
