@charset "utf-8";

/*
	디자이너 제공 외 CSS
*/

/* [오상자이엘] 24.01.16 유지인, (통합포탈 CSS 웹표준 검사) charset 최상위로 수정 */
/* @charset "utf-8"; */


.cursor-pointer{
	cursor: pointer;
}


.fs16{
	font-size: 16px !important;
}

/* table hover, selected ====================================================== */

.table.choice tbody tr:hover{
	background-color: #c8e8eb;
	cursor: pointer;
}

.table tbody tr.selected{
	background-color: #c8e8eb;
}

.table tbody tr.selected td{
	font-weight: bold;
}


/* skip-navigation ====================================================== */

#skip-navigation a{
	position: absolute;
    left: -3000%;
}
#skip-navigation a:focus, 
#skip-navigation a:active{
	display: block;
    left: 0;
    top: 0;
    z-index: 10000000000;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #039;
    color: #fff;
    text-align: center;
}





/* sb grid 재정의 ====================================================== */

/* 그리드내 버튼 */
tbody.sbgrid_common input.sbgrid_button{
	width : auto;
	height : 22px;
    padding : 0 13px;
    background : #fff;
    border : 1px solid #cbced6;
    color : #333;
    border-radius : 3px;
}
    
    
    
/* nos 재정의 ====================================================== */


#nppfs-install-iframe{
	width:440px !important;
	height:170px !important;	
}
