@charset "UTF-8";
/*!
 * Default Theme Style for AUIGrid v3.0.11.19
 *
 * 해당 원본을 직접 수정하지 마시고, 복사하여 사용하거나, CSS 클래스 재정의를 하여 스타일을 변경하십시오.
 * (DO NOT EDIT THIS FILE DIRECTLY. OVERRIDE CSS CLASSES OR COPY THIS FILE TO MAKE YOUR OWN.)
 *
 * Copyright © AUISoft Co., Ltd.
 * www.auisoft.net
 */

/* 그리드 메인 외곽 DIV */
.aui-grid {
    font-family: 'Noto Sans CJK KR', 'Noto Sans KR', 'Noto Sans EOT', SimHei, Sans-serif, '맑은고딕', 'Malgun Gothic', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "FangSong", "仿宋", STFangSong, "华文仿宋", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", AppleGothic, Dotum, arial, sans-serif !important;
    line-height: 1.3em;
    border: 1px solid #BCBCBC;
    background: #ffffff;
    box-sizing: content-box;
    -webkit-appearance: none;
    outline: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: none;
    -ms-touch-action: none;
}

/* 메인프래임 내부 좌측 트리 */
#menuTree .aui-grid {
    border: unset !important;
}

/* 그리드 table, tr, td 기본 - 셀 기본 */
.aui-grid .aui-grid-table,
.aui-grid .aui-grid-table tr,
.aui-grid .aui-grid-table td {
    padding: 0 !important;
    margin: 0 !important;
    border-spacing: 0 !important;
    border-collapse: separate !important;
    box-sizing: border-box !important;
    font-size: 15px;
    line-height: 1.5em;
}

/* 편집 모드 기본 텍스트 인풋  */
.aui-grid .aui-textinputer {
    font-size: 15px;
    border: 2px solid #003A78;
    outline: none;
    box-sizing: border-box !important;
    background: #ffffff !important;
    transition: none !important;
}

.aui-grid .aui-textinputer::-ms-clear {
    display: none;
}

/* 체크박스, 라디오  */
.aui-checkbox,
.aui-radio {
    vertical-align: middle;
    margin: 0;
    margin-top: 0 !important;
    padding: 0;
}

/* 이미지  */
.aui-grid .aui-img {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}

/* 그리드 메세지 출력 레이어 */
.aui-grid-info-layer {
    background: #fff;
    font-size: 20px;
    font-weight: bold;
}

/** 그리드 유효성 검사 툴팁 레이어 */
.aui-grid-validator-message-layer {
    color: #fff;
    padding: 2px 6px;
    border: 1px solid #999;
    background: #ff0000;
    background: -webkit-linear-gradient(top, #ff6c6c, #c90000);
    background: -moz-linear-gradient(top, #ff6c6c, #c90000);
    background: -ms-linear-gradient(top, #ff6c6c, #c90000);
    background: -o-linear-gradient(top, #ff6c6c, #c90000);
    background: linear-gradient(to bottom, #ff6c6c, #c90000);
    border-radius: 4px;
    line-height: 1.5em;
    z-index: 1065;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

/* 노데이터 메세지 레이어*/
.aui-grid-nodata-msg-layer {
    background: url(./images/info.png) 0 50% no-repeat;
    position: absolute;
    padding: 44px 0 0 80px;
    margin: 0 auto;
    width: auto;
    height: 72px;
    box-sizing: content-box;
}

/* 그리드 수평, 수직 라인 만들기 - 바디 */
.aui-grid-body-panel .aui-grid-table tr td {
    border-top: none;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    /*border-left: none;*/
    background-color: rgba(0,0,0,0);
}

.aui-grid-left-main-panel .aui-grid-body-panel .aui-grid-table tr td:last-child {
    border-right: none;
}

/* 그리드 수평, 수직 라인 만들기 - 헤더 */
.aui-grid-header-panel .aui-grid-table tr td {
    border-top: none;
    border-right: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
    border-left: none;
}

.aui-grid-header-panel .aui-grid-table tr td:nth-last-child(1),
.aui-grid .aui-grid-table tr td:nth-last-child(1) {
    /*
	border-right: none;*/
}

.aui-grid-left-main-panel .aui-grid-header-panel .aui-grid-table tr td:last-child {
    /*
	border-right: none;*/
}

table.aui-grid-table tr:nth-child(1) td:nth-child(1) {
    border-left: none;
}

table.aui-grid-table tr td:nth-last-child(1) {
    border-right: none!important;
}

table.aui-grid-table tr:nth-child(3) td.aui-grid-default-header:nth-last-child(1) {
    border-right: 1px solid #E1E1E1 !important;
}


/* 그리드 수평 라인 만들기 - 그룹형  헤더 */
.aui-grid-group-branch-header {
    border-bottom: 1px solid #dcdcdc !important;
}

/* 그리드 수평, 수직 라인 만들기 - 푸터 */
.aui-grid-footer-panel .aui-grid-table tr td {
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: none;
    border-left: none;
}

.aui-grid-left-main-panel .aui-grid-footer-panel .aui-grid-table tr td:last-child {
    border-right: none;
}

/* 그리드 수평, 수직 라인 - 엑셀, PDF */
.aui-grid-grid-lines-for-export {
    background: #dcdcdc;
}

/* 그리드 오버 선택자 만들기 */
.aui-grid-body-panel .aui-grid-table tr td:hover {
    color: #245396 !important;
    font-weight: 500 !important;
    cursor: pointer;
    background-color: #D1D1D1;
}

/* 셀 병합 시 실제 rowspan 처리 하지 않은 TD의 아랫선 처리 */
.aui-grid-cell-merge-none-row-span-border {
    border-bottom: 1px solid transparent !important;
}

/* 그리드 칼럼 리사이즈 시 나타나는 임시 선 */
.aui-grid-vertical-resizer-rule {
    border-left: 3px dashed #888;
    border-top: none;
    border-right: none;
    border-bottom: none;
}

/* 그리드 칼럼 위치 바꾸기(칼럼 드래깅) 시 나타나는 임시 선 */
.aui-grid-vertical-column-change-rule {
    border-left: 3px solid #2a2d33;
}

/* 행 번호 칼럼 */
.aui-grid-row-num-column {
    text-align: center;
    cursor: default;
}

/*행 체크박스 칼럼 */
.aui-grid-row-check-column {
    text-align: center;
    line-height: 0.5em !important;
}

/* 행 체크박스 헤더 - 전체 선택 체크*/
.aui-grid-row-check-header {
    text-align: center;
    line-height: 0.5em !important;
}

/* 고정 칼럼과 일반 칼럼 경계선 - 체크박스 옆 */
.aui-grid-fixed-column-rule {
    background: #E1E1E1 !important;
    width: 1px;
}

/* 고정 로우와 일반 로우 경계선 */
.aui-grid-fixed-row-rule {
    background: #9d9d9d;
    height: 1px;
}

/* 그리드 헤더 정렬 표시자 시작 */
.aui-grid-multi-sorting-ascending {
    color: #555;
    font-size: 9px;
    text-align: center;
    background: url(./images/icon-up.png) 50% 10px no-repeat;
}

.aui-grid-multi-sorting-descending {
    color: #555;
    font-size: 9px;
    text-align: center;
    background: url(./images/icon-down.png) 50% 9px no-repeat;
}

.aui-grid-sorting-ascending {
    background: url(./images/icon-up.png) 50% 50% no-repeat;
}

.aui-grid-sorting-descending {
    background: url(./images/icon-down.png) 50% 50% no-repeat;
}

/* 그리드 헤더 정렬 표시자 끝*/

/* 스크롤 시작 */
.aui-scroll-track {
    box-sizing: border-box;
    background: #f6f6f6;
    border: 1px solid #f6f6f6;
}

.aui-hscrollbar .aui-scroll-thumb {
    box-sizing: border-box;
    background: #dddddd;
    border: unset !important;
    border-radius: 0.5em;
    touch-action: none;
    -ms-touch-action: none;
}

.aui-hscrollbar .aui-scroll-thumb:hover {
    background: #bbbbbb;
}

.aui-vscrollbar .aui-scroll-thumb {
    box-sizing: border-box;
    background: #dddddd;
    border: 1px solid #f5f5f5 !important;
    border-radius: 0.5em;
    touch-action: none;
    -ms-touch-action: none;
}

.aui-vscrollbar .aui-scroll-thumb:hover {
    background: #bbbbbb;
}

.aui-vscrollbar .aui-scroll-up {
    box-sizing: border-box;
    background: #eaeaea url('./images/icon-up.png') no-repeat 50% 50%;
    border: 1px solid #eaeaea;
}

.aui-vscrollbar .aui-scroll-up:hover {
    background: #bbbbbb url('./images/icon-up.png') no-repeat 50% 50%;
}

.aui-vscrollbar .aui-scroll-down {
    box-sizing: border-box;
    background: #eaeaea url('./images/icon-down.png') no-repeat 50% 50%;
    border: 1px solid #eaeaea;
}

.aui-vscrollbar .aui-scroll-down:hover {
    background: #bbbbbb url('./images/icon-down.png') no-repeat 50% 50%;
}

.aui-hscrollbar .aui-scroll-up {
    box-sizing: border-box;
    background: #eaeaea url('./images/icon-left.png') no-repeat 50% 50%;
    border: 1px solid #eaeaea;
}

.aui-hscrollbar .aui-scroll-up:hover {
    background: #bbbbbb url('./images/icon-left.png') no-repeat 50% 50%;
}

.aui-hscrollbar .aui-scroll-down {
    box-sizing: border-box;
    background: #eaeaea url('./images/icon-right.png') no-repeat 50% 50%;
    border: 1px solid #eaeaea;
}

.aui-hscrollbar .aui-scroll-down:hover {
    background: #bbbbbb url('./images/icon-right.png') no-repeat 50% 50%;
}

/* 스크롤 끝 */

/* 로딩바 스타일 */
.aui-ajax-loader-showing {
    background: #ffffff url('./images/ajaxloader.gif') no-repeat 50% 50%;
}

/* 내부 처리 로딩바 스타일 */
.aui-process-loader-showing {
    /*background: url("./images/wait.png") no-repeat 50% 50%;*/
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIQAAABaCAMAAABOrg7KAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjk5MTI1REI0NzdEMDExRTRBNzY1REZCNDBFNTFEQzZBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjk5MTI1REI1NzdEMDExRTRBNzY1REZCNDBFNTFEQzZBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTkxMjVEQjI3N0QwMTFFNEE3NjVERkI0MEU1MURDNkEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTkxMjVEQjM3N0QwMTFFNEE3NjVERkI0MEU1MURDNkEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5sKH81AAAAvVBMVEX////Jyclvbm6ZmZnT09PLy8vb29v9/f3j4+Pr6+vu7u7R0dH5+fnPz8/19fXW1tb4+Pjp6enx8fHZ2dnh4eH8/Pz39/fOzc3e3d3X19etra3e3t77+vrf39/W1tXw7/Do6Ojm5ub39vb7+/vl5ebY2Ne8vLzz8/POzs7z8vKgoKDw8PDn5+f09PTf4N/Dw8Pg4eHz9PPo5+f8+/v6+/r8/P308/PY2dnw8PHv8O/09PXHx8fv7u7IyMj3+Pc4LLeVAAAIVElEQVRo3u1YC3eiSBMNi6gJQ3xERTE6GrOoBMVH3o75/z/ru1XV3TQZk2/jntnZPceCrnfdvoAmJGd//Avk7I+z3y4nEicSJxInEicSJxInEr+NROBCqr+AROULAC7L3yeR71mBEIeKIoKIEzpgghXJSs9MSGS6VXXpC1HdClsSZ/km0l4BicpR0ry9JRMLiRhuL3ET/yisY0n0sHPUgSMkLiqVKjv9I0k8tNvth0rl4aH90K48cLaNkBIUQrcRwyKkMlXOzfVH5CSVylbuSdTmHkKo0DhNCyZZOinfZjACpp3aILFtK9kqtVWRKehanvfkBkwQl123TGiRkDizx7b55HZrwdjIEJCYTCbbyaTNJ3lAFqsy262KJqbW9hWJSd4qqYw7VCN57a0NJgW9l4YFiev768nk/vp6AueazOSeHZ24vp/Ax0KEChUnF/I4pPeeO1/pVkRTblOTNMDT3ER5zuj6hGrkgsS3axwQURJci2X327WI7uH8MMGOC5VS3WVnyE1GFDCBKlQNcW3vwyS+1fO5ev1bvRDnpl4vpFapvSMV61KtH5g1mbqVMhok6sdIxw7erORgvz//KhhIdD6TtzfLV7ZZmp3r6K3zVujP6LNSPgz1YQQSN0Y6SnfgdDp2unOTl27xcXBLEneKgzfy8yO5saVjbMeCusnxb0Di0pabnxy7yMmEN2ocarvpy1f38lO5eT8HEovXxeXlYrG4ZEve4pUczqFIKTpJyMg+Xcm98vQldyGhSdCgtPPggmBe0fn6yr4UlFq8gsTjdPq4XkwfH6fw1o/T9ZrMmgKoBSJyqGuKtvVUkZiSoPj4iIE1IOA8rvnnZjZnLG54RGmBMW6icXjrBVWpQhtP1yAxn0/nLFM6pyqcznVeVedTSck+yblJ8QgJ6UbsJtnFNC+otqlqstDVZlgg0SSZz1k3jcz5OCTnYJG0mh9Um88H8vOfvbllQOL57u6uiYMsjGgEzxQ8Nzl9p5qa1Hh3npJpcgNaZYa7yH9+5qQMPqt6U03cqfBZ7cMbgsR3yN0LFK3vxr7oUDJ5w8s7m3e92PMF9+X73R1to5apSAASFz9wHJAfal2Y8sG2gjSczGl81szZ77A/lE+WSHxdqlkWHsqP6EObpF+FA4nzL0uZfl7FBwqZ/Ib/Kt5RJOQlKvioEB1BogGBx4aO80ZDIo5VQaz4I/Wa31CdpjJS75k8xdlzDcWxOfMUa5AYjUYEADUiTUeDVx6xGY10k/z22Kmxke4fjZ64UDMzIwXUMGiNkTYNKdJJJDbpaJTigGzSlNVmlG42lEo3KdsNl8kZpWN+9Ek1RUAzZDYbRvAjNwo2DMHVDYNtGGXECydlNBa1bkBiPB6n6VgkxaEj9semkhqTjuPEja7gtbysK01OFMVVari9vc0nUgua8FKFmOZ1CkDiVstY9HhcTIgjp07JdjV6Lg5F/GGITPvYxrv9Ca6wGxRIVI8W+WyUjRccifO3SKhvScE7kkSrWm1Bqq2q6KoOVFpsKw+quiJb7+DKnSjxcFWhaKUOMSwCaaotItFarlarVmvVWi1bS4LnwLKs0SIHxxzJm0V5tVru+DOhR1aEslqupI9n2SzJ0ci0laATicFyORiwYgdGLROo4pKWxAP2y/RmUaLaAN+OrL/U9YG087Tg5sNLs40GW4JEfzDo93FiKYdd8gd2OLAb2MqgSQxUWvoHpq1vTRTwVTgAiW632+/m0ldRX9L9fl54lzgk/QOeFfdtuL5g9bsgUS53yyKW1W7usNf9KWPHxbB7sF5A6IrHJH63EImrKzhXKnFlHHMidSWOVS4X++xJXZVlpiXQOPYwSFy9l6cnUle5MnGun56epPBUHH3vwfypArFPV+9mAAQSf0J6RaU0ez2KrFidPZPs6T41b9KcMlV7h57ZgQsgUeux1JSuKVdUTTI9q4lXTbRWll9TxUJ/T2Bz4HwCmkiIDIdDZWVB5wcp0UNpUGVxhhqiZhyNUFRDNcVQQ10ZEglsPyyxJgdnic9aiQK1ShKirSQR52WSDx6sUb6kYSRdk5laaThUkcIRSCqCROm3y6ckoiTCGftfh42S4VdJ+CXfx060SrlTUv+sdCNKlVTNVGVKdUrEHgPg17qILyXewNeRHtMtIOF/KK4LhTc3z/+1AhIBiW+UJXhhC4JZ5GY+XmOTJJjhBTeJ0eXhd3iUBUGobIaXmiQOgn3E1i8lUYCZLOIsdcVRtLOQfTp97WsSB4VJ7PHaFvB/a33CxHt2EEDBF5u4npfQh8fNwBdk3djD5Ixm0OV6gYwB5SMBiRkJrpgNOQE7EKAkBDWj3Wa7zE1CcrPY5QtFIgpCBCjsgjjeh7ji2Y5uDZEAG99Ht+cmXuiBBIEGeicJZGOQCCkV8kEOhD1Y+X9g5IW4xDjEdrE3m0HTXzghriDGJeJiI4eeRhTPQr5hkU/0ZzxDClS9EKUsnGngUHjMaCsIkRDx1LLEdYVSGCYCGIVhQLecKIWUwHPAk/B2Ef+d7u3otlMXJmc8w/ctUQhhcQvjgoSHmxV6SkKluIVISExX5cV0SeSS48UR2TDcZWEW01PAXY9jx6FvE26+F/IMFAWe41KkN7K3w8kkPhKall76tOHzh5tAewERd8PN2CZECoseC31XqIEnaYYHkaE7FX+4z18jwRfkefRNdBNHObGy0czjvwJRkIZMJnmG1F6+HkeSMOI4ysniTJw43jliHS7HUnBMg8ywwu7OPvqcBKM4tNh4gmpA+FCKmySrBmzt6A7HyQfhuPwUXZ3Id1IoTOIXi3xl3LjAtiD/AAlnv4/x1Pb7Dxv+CRL/V04kTiROJE4kTiT+ayT+BfI/D9BHPtuVWtoAAAAASUVORK5CYII=') no-repeat 50% 50%;
}

/* 계층 트리 아이콘 */
.aui-grid-tree-plus-icon {
    display: inline-block;
    width: inherit;
    height: 30px;
    border: none;
    /*background: url(./images/arrow-right.png) 50% 50% no-repeat;*/
    background-size: cover;
    vertical-align: unset;
    margin: 0;
    position: absolute;
    left: 0px;
    top: 0;
}

.aui-grid-tree-minus-icon {
    display: inline-block;
    width: 100%;
    height: 30px;
    border: none;
    /*background: url(./images/arrow-downright.png) 50% 50% no-repeat;*/
    vertical-align: bottom;
    margin: 0;
    position: absolute;
    left: 0px;
    top: 0;
}

.aui-grid-tree-branch-icon {
    display: inline-block;
    width: 18px;
    height: 16px;
    background: url(./images/b_folder2.png) 50% 50% no-repeat;
    background-size: 16px;
    vertical-align: bottom;
    margin: 0 2px 0 0;
}

.aui-grid-tree-branch-open-icon {
    display: inline-block;
    width: 18px;
    height: 16px;
    background: url(./images/b_folderopen2.png) 50% 50% no-repeat;
    background-size: 16px;
    vertical-align: bottom;
    margin: 0 2px 0 0;
    background-color: #EEF5FF;
    border-radius: 50%;
    padding: 4px;
}

.aui-grid-tree-leaf-icon {
    /*
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(./images/flat_circle.png) no-repeat;
	background-size: 16px;
	vertical-align: bottom;
	margin: 0 2px 0 4px;*/
}

/* 트리 lazyMode 프리로더 */
.aui-grid-tree-ajax-loader {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: none;
    background: url(./images/tiny-ajax-loader.gif) 50% 50% no-repeat;
    background-size: 16px;
    vertical-align: bottom;
    margin: 0 2px 0 0;
}

/* 계층 트리 아이콘 끝*/

/*디폴트 헤더 스타일*/
.aui-grid-default-header {
    position: relative !important;
    text-align: center;
    font-weight: 500;
    font-size: 1.1em;
    background-color:#EFEFEF;
    cursor: pointer;
}

.aui-grid-default-header:hover {
    /*
	background: #dadada;
	background: -webkit-linear-gradient(top, #f8f8f8, #dadada);
	background: -moz-linear-gradient(top, #f8f8f8, #dadada);
	background: -ms-linear-gradient(top, #f8f8f8, #dadada);
	background: -o-linear-gradient(top, #f8f8f8, #dadada);
	background: linear-gradient(to bottom, #f8f8f8, #dadada);
*/
}

.aui-grid-group-branch-header {
    cursor: default;
}
/* 커스텀 헤더 */
.aui-grid-user-custom-header{
    background-color: #E2EFDA;
}

/** 헤더 툴팁 아이콘 스타일 */
.aui-grid-header-help-tooltip-icon {
    background: url(./images/help_ico.png) no-repeat;
    width: 12px;
    height: 12px;
    cursor: default;
}

/** 헤더 툴팁 아이콘 마우스 오버 시 나오는 툴팁 외형 */
.aui-grid-header-help-tooltip-wrapper {
    border: 1px solid #6799ff;
    border-radius: 4px;
    padding: 4px;
    background: #fff;
    font-size: 12px;
    line-height: 1.5em;
    z-index: 999;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

/** 라이브 스크롤 사용하지 않을 때 나오는 스크롤 툴팁 외형 */
.aui-grid-scroll-tip-wrapper {
    border: 1px solid #6799ff;
    border-radius: 4px;
    padding: 2px 8px;
    background: #fff;
    font-family: 'Malgun Gothic', '맑은 고딕', AppleSDGothicNeo-Light, sans-serif;
    font-size: 12px;
    z-index: 999;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

/*디폴트 푸터 스타일 */
.aui-grid-default-footer {
    position: relative !important;
    background: #eeeeee;
    border: 1px solid #cccccc;
    border-right: none;
    border-left: none;
    font-weight: bold;
    font-size: 1em;
    color: #000000;
    text-align: center;
    cursor: default;
}

/* 푸터 상단(헤더 아래) 출력 스타일 */
.aui-grid-default-footer-top-position {
    border-top: none !important;
}

.aui-grid-footer-division-line-top-position {
    border-bottom: 3px double #bdbdbd !important;
}

/* 푸터와 바디간의 구분 선 스타일 */
.aui-grid-footer-division-line {
    /*border-top: 3px double #bdbdbd !important;*/
}

/** 그리드 툴팁 외형 */
.aui-grid-tooltip-wrapper {
    padding: 2px 6px;
    border: 1px solid #999;
    background: #eaeaea;
    background: -webkit-linear-gradient(top, #f8f8f8, #eaeaea);
    background: -moz-linear-gradient(top, #f8f8f8, #eaeaea);
    background: -ms-linear-gradient(top, #f8f8f8, #eaeaea);
    background: -o-linear-gradient(top, #f8f8f8, #eaeaea);
    background: linear-gradient(to bottom, #f8f8f8, #eaeaea);
    border-radius: 4px;
    z-index: 999;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

/* 디폴트 칼럼 스타일 */
.aui-grid-default-column {
    position: relative !important;
    background-color: inherit;
    text-align: center;
    font-size: 1em;
    cursor: default;
}

/* 셀력션 대표 백그라운드 스타일 */
.aui-grid-selection-bg   {
    border: 1px solid #245396!important;
    font-weight: 500;
    color: #245396;
}

/* 트리메뉴 선 제거 */
.wrap-menuTree .aui-grid-selection-bg { border: unset!important;}

/* 셀력션 대표 백그라운드 스타일 - 메뉴트리*/
#menuTree .aui-grid-selection-bg div {
    color: #245396!important;
    font-weight: 500;
}

#menuTree .aui-grid-selection-bg div span:nth-last-child(1) {
    background: #F2F7FF;
    padding: 4px 6px;
    border-radius: 4px;
}

#menuTree .aui-grid-body-panel .aui-grid-table tr td:hover div span:nth-last-child(1) { background: unset;}

/* 셀렉션 대표 셀 이외의 백그라운드 스타일 */
.aui-grid-selection-others-bg {
    background: #ccc !important;
    color: inherit;
}

/* 셀력션 행 대표 백그라운드 스타일 */
.aui-grid-selection-row-bg {
    background: #F2F7FF !important;
    color: #245396 !important;
    font-weight: 500 !important;
    border: 1px solid #245396!important;
    font-weight: 500;
    color: #245396;
}

/* 셀력션 행 대표 셀 이외의 백그라운드 스타일 */
.aui-grid-selection-row-others-bg {
    background: #F2F7FF !important;
    color: #245396 !important;
    font-weight: 500 !important;
    /*
	background: -webkit-linear-gradient(top, #e8e8e8, #dadada) !important;
	background: -moz-linear-gradient(top, #e8e8e8, #dadada) !important;
	background: -ms-linear-gradient(top, #e8e8e8, #dadada) !important;
	background: -o-linear-gradient(top, #e8e8e8, #dadada) !important;
	background: linear-gradient(to bottom, #e8e8e8, #dadada) !important;
*/
}

/* 셀렉션의 대표 셀 보더(테두리) 색상 스타일*/
.aui-grid-selection-cell-border-lines {
    background: #22741c;
}

/* 셀력션 행번호 칼럼 스타일 */
.aui-grid-selection-row-num-column {
    color: #245396 !important;
    background: #F2F7FF !important;
}

/* 셀렉션 헤더 칼럼 스타일 */
.aui-grid-selection-header-column {
    font-weight: bold !important;
    background: #dadada !important;
    background: -webkit-linear-gradient(top, #e8e8e8, #dadada) !important;
    background: -moz-linear-gradient(top, #e8e8e8, #dadada) !important;
    background: -ms-linear-gradient(top, #e8e8e8, #dadada) !important;
    background: -o-linear-gradient(top, #e8e8e8, #dadada) !important;
    background: linear-gradient(to bottom, #e8e8e8, #dadada) !important;
}

/* 그리드 Row 배경색 */
.aui-grid-row-background {
	background: #FAFAFA;
}

.wrap-menuTree .aui-grid-row-background { background-color: unset!important;}


/* 그리드 Row 다음 배경색*/
.aui-grid-alternative-row-background {
    background: rgb(255, 255, 255);
}

/* 칼럼 위치 변경 할 때 보이는 이미지 - 칼럼 드래깅 */
.aui-grid-column-dragging-proxy {
    background: #eeeeee;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
    filter: alpha(opacity=80);
    opacity: 0.8;
    border: 1px solid #aaaaaa;
    cursor: default;
    font-weight: bold;
    text-align: center;
    font-size: 13px;
    z-index: 9999;
    box-sizing: border-box;
    max-width: 600px;
}

/* 행 드래깅 손잡이 */
.aui-grid-row-drag-knob {
    cursor: move;
    width: 10px;
    height: 10px;
}

/* 행 드래깅 손잡이 칼럼 */
.aui-grid-row-drag-knob-column {
    background: url(./images/dot_move.png) 50% 50% no-repeat !important;
    cursor: move;
}

/* 행 위치 바꾸기(행 드래깅) 시 나타나는 임시 선 */
.aui-grid-horizontal-row-change-rule {
    border-top: 3px solid #2a2d33;
    z-index: 9999;
}

/* 행 위치 변경 할 때 보이는 이미지 - 행 드래깅 */
.aui-grid-row-dragging-proxy {
    background: #eeeeee url(./images/accept-not.png) 2% 50% no-repeat;
    font-size: 13px;
    box-sizing: border-box;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
    filter: alpha(opacity=70);
    opacity: 0.7;
    border: 1px solid #aaaaaa;
    cursor: default;
    font-weight: bold;
    text-align: center;
    padding: 4px 16px 4px 32px;
    font-size: 13px;
    z-index: 9999;
}

/* 행 위치 변경 할 때 보이는 Accept 이미지 */
.aui-grid-row-dragging-proxy-accept {
    background: #eeeeee url(./images/accept-ok.png) 2% 50% no-repeat;
}

/* 상태 칼럼에 출력 시킬 스타일 */
/* 현재 행 상태 스타일 */
.aui-grid-row-state-current {
    background: url(./images/arrow_icon.png) 50% 50% no-repeat !important;
}

/* 추가 행 상태 스타일 */
.aui-grid-row-state-added {
    background: url(./images/add_icon.png) 50% 50% no-repeat !important;
    cursor: pointer;
}

/* 삭제 행 상태 스타일 */
.aui-grid-row-state-removed {
    background: url(./images/delete_icon.png) 50% 50% no-repeat !important;
    cursor: pointer;
}

/* 수정 행 상태 스타일 */
.aui-grid-row-state-edited {
    background: url(./images/modified_icon.png) 50% 50% no-repeat !important;
    cursor: pointer;
}

/* 추가한 행-수정 상태 스타일 */
.aui-grid-row-state-added-edited {
    background: url(./images/modified_a_icon.png) 50% 50% no-repeat !important;
    cursor: pointer;
}

/* 상태 칼럼에 출력 시킬 스타일 끝*/

/* 소프트 모드 삭제한 행 스타일*/
.aui-grid-row-soft-removed-marker {
    color: #aaa !important;
    text-decoration: line-through !important;
}

/* 수정한 셀 표시 스타일(마커) */
.aui-grid-cell-edited-marker {
    top: 0px;
    margin: 0px !important;
    width: 0px;
    height: 0px;
    border-left: 4px solid #003A78;
    border-top: 4px solid #003A78;
    border-bottom: 4px solid transparent;
    border-right: 4px solid transparent;
}

/* 엑스트차 체크박스 체크된 행 스타일*/
.aui-grid-extra-checked-row {
    background: #D1D1D1;
}

/* 페이징 패널 스타일 */
.aui-grid-paging-panel {
    text-align: center;
    background: #fff;
    border-left: unset;
    border-right: unset;
    /*
	background: -webkit-linear-gradient(top, #f8f8f8, #eaeaea);
	background: -moz-linear-gradient(top, #f8f8f8, #eaeaea);
	background: -ms-linear-gradient(top, #f8f8f8, #eaeaea);
	background: -o-linear-gradient(top, #f8f8f8, #eaeaea);
	background: linear-gradient(to bottom, #f8f8f8, #eaeaea);
	border-top: 1px solid #BCBCBC;
*/
    box-sizing: border-box;
}

/* 페이징 넘버링 */
.aui-grid-paging-panel .aui-grid-paging-number {
    display: inline-block;
    min-width: 1.9em;
    line-height: 1.7em;
    font-size: 1em;
    font-weight: 400;
    text-align: center;
    margin: 2px;
}

.aui-grid-paging-panel .aui-grid-paging-number:hover {
    background-color: #e1e1e1;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    cursor: pointer;
}

/* 페이징 현재 페이지 선택 넘버링 */
.aui-grid-paging-panel .aui-grid-paging-number-selected {
    background-color: #f5f5f5 !important;
    border: 1px solid rgba(0, 0, 0, 0) !important;
    color: #003A78 !important;
    border-radius: 4px;
    font-weight: 500;
}

/* 페이징 이전 버튼 */
.aui-grid-paging-panel .aui-grid-paging-prev {
    background: url(./images/prev_ico.png) 50% 50% no-repeat;
    text-indent: -99999px;
}

/* 페이징 다음 버튼 */
.aui-grid-paging-panel .aui-grid-paging-next {
    background: url(./images/next_ico.png) 50% 50% no-repeat;
    text-indent: -99999px;
}

/* 페이징 처음 버튼 */
.aui-grid-paging-panel .aui-grid-paging-first {
    background: url(./images/first_ico.png) 50% 50% no-repeat;
    text-indent: -99999px;
    opacity: 0.8;
}

/* 페이징 마지막 버튼 */
.aui-grid-paging-panel .aui-grid-paging-last {
    background: url(./images/last_ico.png) 50% 50% no-repeat;
    text-indent: -99999px;
    opacity: 0.8;
}

/* 페이징 모드 simple 인 경우 나타나는 현재 페이지 */
.aui-grid-paging-number-simple-text {
    margin-left: 1em;
    margin-right: 1em;
    font-weight: bold;
    cursor: default;
}

/* 페이징 정보 텍스트 */
.aui-grid-paging-panel .aui-grid-paging-info-text {
    position: absolute;
    right: 0px;
    margin: 6px 10px 0 0;
    color: #797676;
    font-size: 14px;
    letter-spacing: -1px;
}

/* 페이징 행 개수 변경 select */
.aui-grid-paging-row-count-select {
    width: 50px;
    border: 1px solid #ddd;
    margin-left: 10px;
    vertical-align: top;
    margin: 4px 2px 0 8px;
    font-size: 1em;
    min-width: 2em;
    height: 24px;
    line-height: 2em;
}

/* pagingMode button인 경우 좌우 버튼 공용*/
.aui-grid-paging-simple-button {
    border-radius: 20px;
    width: 40px;
    line-height: 40px;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    margin: 10px;
    text-indent: -99999px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
    cursor: pointer;
}

/* pagingMode button인 좌-이전 버튼*/
.aui-grid-paging-simple-butotn-prev {
    left: 4px;
    bottom: 4px;
    background: #ffffff url(./images/prev_ico.png) 50% 50% no-repeat;
}

/* pagingMode button인 우-다음 버튼*/
.aui-grid-paging-simple-butotn-next {
    right: 4px;
    bottom: 4px;
    background: #ffffff url(./images/next_ico.png) 50% 50% no-repeat;
}

/* 그룹핑 패널 스타일 */
.aui-grid-grouping-panel {
    background: #eaeaea;
    background: -webkit-linear-gradient(top, #f8f8f8, #eaeaea);
    background: -moz-linear-gradient(top, #f8f8f8, #eaeaea);
    background: -ms-linear-gradient(top, #f8f8f8, #eaeaea);
    background: -o-linear-gradient(top, #f8f8f8, #eaeaea);
    background: linear-gradient(to bottom, #f8f8f8, #eaeaea);
    border-bottom: 1px solid #bdbdbd;
    box-sizing: border-box !important;
    text-align: left;
}

/* 그룹핑 메세지 */
.aui-grid-grouping-message {
    display: inline-block;
    padding: 10px 0 0 15px;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.2em;
    color: #555555;
    cursor: default;
}

/* 그룹핑 드래깅 할 때 보이는 이미지 */
.aui-grid-grouping-dragging-proxy {
    background: #eeeeee url(./images/accept-not.png) 98% 50% no-repeat;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
    filter: alpha(opacity=70);
    opacity: 0.7;
    border: 1px solid #aaaaaa;
    cursor: default;
    font-weight: bold;
    text-align: center;
    padding: 3px 0;
    font-size: 13px;
    z-index: 9999;
    max-width: 600px;
}

/* 그룹핑 드래깅 할 때 보이는 Accept 이미지 */
.aui-grid-grouping-dragging-proxy-accept {
    background: #eeeeee url(./images/accept-ok.png) 98% 50% no-repeat;
}

/* 그룹핑 패널에 있는 그룹핑 패널 아이템 */
.aui-grid-grouping-item {
    background: #eeeeee url(./images/delete.png) 98% 50% no-repeat;
    border: 1px solid #aaaaaa;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    line-height: 13px;
    padding: 4px 30px 4px 20px;
    white-space: nowrap;
}

/* 그룹핑 패널 좌 스크롤 버턴 */
.aui-grid-grouping-prev-btn {
    background: #bbbbbb url('./images/icon-left.png') no-repeat 50% 50%;
}

.aui-grid-grouping-prev-btn:hover {
    background: #aaaaaa url('./images/icon-left.png') no-repeat 50% 50%;
    cursor: pointer;
}

/* 그룹핑 패널 우 스크롤 버턴 */
.aui-grid-grouping-next-btn {
    background: #bbbbbb url('./images/icon-right.png') no-repeat 50% 50%;
}

.aui-grid-grouping-next-btn:hover {
    background: #aaaaaa url('./images/icon-right.png') no-repeat 50% 50%;
    cursor: pointer;
}

/* 헤더 필터 아이콘 스타일 */
.aui-grid-header-filter-icon {
    border-left: 1px solid #dadada;
    border-right: none;
    background: url(./images/filter_ico.png) 50% 50% no-repeat;
    box-sizing: content-box;
    cursor: pointer;
}

.aui-grid-header-filter-icon:hover {
    background: #ddd url(./images/filter_ico.png) 50% 50% no-repeat;
}

/* 현재 필터링 된 상태 아이콘 스타일 */
.aui-grid-header-filter-icon-filtered {
    border-left: 1px solid #dadada;
    border-right: none;
    background: #999 url(./images/filter_ico.png) 50% 50% no-repeat;
    box-sizing: content-box;
    cursor: pointer;
}

/* 필터 팝업 레이어 */
.aui-grid-filter-popup-layer {
    font-family: 'Malgun Gothic', '맑은 고딕', AppleSDGothicNeo-Light, sans-serif;
    font-size: 12px;
    background: #fff;
    border: 1px solid #aaaaaa;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    z-index: 1999;
}

/* 필터 초기화 */
.aui-grid-filter-popup-layer > span:first-child {
    background: url(./images/filter_ico.png) 5px 50% no-repeat;
    margin: 10px 0px 4px 0px;
    display: block;
    padding: 4px;
    padding-left: 24px;
    line-height: 18px;
}

/* 필터 초기화 over */
.aui-grid-filter-popup-layer > span:first-child:hover {
    background: #ddd url(./images/filter_ico.png) 5px 50% no-repeat;
    cursor: pointer;
}

/* 필터 - 확장 필터 */
.aui-grid-filter-popup-layer .aui-grid-filter-exmenu-span {
    background: url(./images/icon-right.png) 100% 50% no-repeat;
    margin: 0;
    display: block;
    padding: 4px;
    padding-left: 24px;
    line-height: 18px;
}

/* 필터 - 확장 필터 over */
.aui-grid-filter-popup-layer .aui-grid-filter-exmenu-span:hover {
    background-color: #ddd;
    cursor: pointer;
}

/* 필터 - 확장 필터 선택됨 */
.aui-grid-filter-popup-layer .aui-grid-filter-exmenu-span-selected {
    background-color: #ddd;
}

/* 필터 - 확장 필터 서브 메뉴 */
.aui-grid-filter-popup-filter-exmenu-sub-layer {
    font-family: 'Malgun Gothic', '맑은 고딕', AppleSDGothicNeo-Light, sans-serif;
    font-size: 12px;
    background: #fff;
    border: 1px solid #aaaaaa;
    box-sizing: border-box;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    z-index: 1999;
}

.aui-grid-filter-exmenu-sub-ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none;
}

.aui-grid-filter-exmenu-sub-ul .aui-grid-filter-exmenu-sub-li {
    position: relative;
    margin: 0;
    padding: 3px 20px 3px 30px;
    cursor: pointer;
    min-height: 0;
}

.aui-grid-filter-exmenu-sub-ul .aui-grid-filter-exmenu-sub-li:hover {
    background: #ddd;
    cursor: pointer;
}

.aui-grid-filter-exmenu-sub-ul .aui-grid-filter-exmenu-sub-divider {
    margin: 2px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
    border-top-color: #aaaaaa;
    border-top-style: solid;
}

/* 필드 - 확장 필터 사용자 지정 modal 컨테이너 */
.aui-grid-filter-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2050;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

/* 사용자 필터 - 숫자, 텍스트 필터 Modal 다이얼로그 */
.aui-grid-filter-modal-dialog {
    font-family: 'Malgun Gothic', '맑은 고딕', AppleSDGothicNeo-Light, sans-serif;
    font-size: 12px;
    position: relative;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    top: 50%;
    margin-top: -130px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
}

.aui-grid-filter-modal-dialog-header {
    min-height: 18px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

/* 필터 modal 닫기 버턴 */
.aui-grid-filter-modal-close-btn {
    width: 16px;
    height: 16px;
    background: url(./images/close.png) 50% 50% no-repeat;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.aui-grid-filter-modal-dialog-header .aui-grid-filter-modal-header-title {
    font-size: 1.2em;
    font-weight: bold;
}

.aui-grid-filter-modal-dialog-body {
    position: relative;
    padding: 5px 15px 15px 15px;
}

.aui-grid-filter-modal-dialog-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.aui-grid-filter-modal-dialog-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.aui-grid-filter-modal-dialog-body .aui-grid-filter-modal-body-container li select {
    width: 120px;
    padding: 4px;
    border: 1px solid #c9c9c9;
    font-size: inherit;
}

.aui-grid-filter-modal-dialog-body .aui-grid-filter-modal-body-container li input[type='text'] {
    padding: 4px;
    margin-left: 10px;
    width: 304px;
    box-sizing: border-box;
    border: 1px solid #c9c9c9;
    font-size: inherit;
}

.aui-grid-filter-modal-dialog-body .aui-grid-filter-modal-body-container li input[type='radio'] {
    margin: 0 4px 2px 20px;
    vertical-align: middle;
}

.aui-grid-filter-modal-dialog-body .aui-grid-filter-modal-body-container > li {
    cursor: default;
    padding: 6px 4px;
}

/* 필드 설정 확인, 취소 버턴 */
.aui-grid-filter-modal-dialog-footer .aui-button {
    background: #eee;
    border: 1px solid #aaaaaa;
    background-clip: padding-box;
    display: inline-block;
    line-height: 1em;
    border-radius: 0px;
    -webkit-appearance: none;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    padding: 6px 2em;
}

.aui-grid-filter-modal-dialog-footer .aui-button:hover {
    background: #ddd;
}

/* 필터 - 확장 필터 modal 사용자 지정 종료.*/

/* 필터 스크롤 컨테이너 영역*/
.aui-grid-filter-popup-layer .aui-container {
    border: 1px solid #aaaaaa;
    margin: 10px 5px;
}

/* 필터 스크롤 컨테이너 스크롤 재정의*/
.aui-grid-filter-popup-layer .aui-container .aui-hscrollbar .aui-scroll-thumb,
.aui-grid-filter-popup-layer .aui-container .aui-vscrollbar .aui-scroll-thumb {
    background: #aaaaaa;
}

/* 필터 안의 Too may Items..문구 */
.aui-grid-filter-popup-layer .aui-container .aui-grid-filter-info-message {
    padding-left: 4px;
    font-weight: bold;
    cursor: default;
}

/* 필터 체크박스*/
.aui-grid-filter-popup-layer .aui-container .aui-check-label-box {
    padding: 2px 6px;
    cursor: default;
}

.aui-grid-filter-popup-layer .aui-container .aui-check-label-box:hover {
    background: #ddd;
}

.aui-grid-filter-popup-layer .aui-container .aui-check-label-box .aui-checkbox {
    vertical-align: middle;
    margin-right: 4px;
    margin-top: 0 !important;
}

/* 필터 자동완성 검색 인풋 시작 */
.aui-grid-filter-popup-layer .aui-autocomplete-input {
    overflow: hidden;
    position: relative;
    height: 20px;
    margin: 10px 5px;
    border: 1px solid #c9c9c9;
    vertical-align: middle;
}

.aui-grid-filter-popup-layer .aui-autocomplete-input .aui-input-text {
    width: 166px;
    height: 18px;
    border: 0;
    font-size: 12px;
    outline: none;
    line-height: 18px;
    vertical-align: middle;
    padding: 0 4px;
    box-sizing: border-box;
}

.aui-input-text::-ms-clear {
    display: none;
}

.aui-grid-filter-popup-layer .aui-autocomplete-input .aui-autocomplete-btn {
    position: absolute;
    top: 1px;
    right: 1px;
    display: inline-block;
    background: url(./images/search.png) 0 0 no-repeat;
    width: 16px;
    height: 16px;
}

.aui-grid-filter-popup-layer-footer {
    text-align: right;
    padding-right: 5px;
    padding-bottom: 5px;
}

.aui-grid-filter-popup-layer-footer .aui-button-disable {
    cursor: default !important;
    border: 1px solid #ddd !important;
    color: #ccc !important;
    background: #eee !important;
}

.aui-grid-filter-popup-layer .filer-layer-resizer {
    background: url(./images/grid-dot-icon.png) 0 0 no-repeat;
    cursor: se-resize;
    right: 1px;
    bottom: 1px;
    width: 8px;
    height: 8px;
}

/* 인라인 필터 박스 */
.aui-grid-filter-inline-box {
    border: 1px solid #bdbdbd;
    box-sizing: border-box !important;
    background: #ffffff !important;
}

.aui-grid-filter-inline-box-focus {
    border-color: #3db7cc;
}

/* 인라인 필터 인풋에 표시되는 클리어(X) 버튼 */
.aui-grid-filter-inline-input-clear {
    display: inline-block;
    background: url(./images/clear_del.png) 50% 50% no-repeat;
    background-size: 16px 16px;
    vertical-align: middle;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

/* 인라인 필터 인풋 */
.aui-grid-filter-inline-input {
    font-size: 12px;
    height: 24px;
    padding: 0 4px;
    border: none !important;
    box-sizing: border-box !important;
    background: #ffffff !important;
    transition: none !important;
}

.aui-grid-filter-inline-input:focus {
    outline: none !important;
}

.aui-grid-filter-inline-input::-ms-clear {
    display: none;
}

/* 인라인 필터 행 스타일 */
.aui-grid-filter-inline-row {
    background: #efefef;
}

/* 컨텍스트 메뉴 */
.aui-grid-context-popup-layer {
    font-size: 12px;
    min-width: 180px;
    max-width: 300px;
    padding: 10px 0px;
    background: #fff;
    border: 1px solid #aaaaaa;
    border-radius: 0px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

/* 컨텍스트 아이템 */
.aui-grid-context-item {
    display: block;
    padding: 4px 6px 4px 20px;
    background: #fff url(./images/gray_circle.png) 0 50% no-repeat;
    cursor: pointer;
}

.aui-grid-context-item:hover {
    background: #ddd url(./images/gray_circle.png) 0 50% no-repeat;
}

.aui-grid-context-item-disable {
    color: #cccccc !important;
    background: transparent !important;
    cursor: default !important;
}

/* 컨텍스트 아이템 구분 라인 */
.aui-grid-context-item-line {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #999;
}

/* 내보내기 진행 표시 스타일 */
.aui-grid-export-progress-container {
    width: 280px;
    height: 80px;
    border: 1px solid #aaaaaa;
    box-sizing: border-box !important;
    margin: 0 auto;
    background: #eee;
    background: -webkit-linear-gradient(top, #f8f8f8, #eee);
    background: -moz-linear-gradient(top, #f8f8f8, #eee);
    background: -ms-linear-gradient(top, #f8f8f8, #eee);
    background: -o-linear-gradient(top, #f8f8f8, #eee);
    background: linear-gradient(to bottom, #f8f8f8, #eee);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.aui-grid-export-progress-wrapper {
    position: relative;
    width: 260px;
    margin-left: 10px;
    margin-top: 14px;
    height: 20px;
    overflow: hidden;
    box-sizing: border-box !important;
    background-color: #f5f5f5;
    border: 1px solid #aaaaaa;
    -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);
}

.aui-grid-export-progress-bar {
    background-color: #337ab7;
    width: 0%;
    height: 20px;
}

.aui-grid-export-progress-percent {
    position: absolute;
    display: inline-block;
    top: 1px;
    left: 48%;
    color: #555;
    font-weight: bold;
}

.aui-grid-export-progress-title {
    margin-top: 10px;
    margin-right: 40px;
    text-indent: 10px;
    color: #6b6b6b;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 내보내기 진행 표시 스타일 끝 */

/* 모든 칼럼 렌더러의 베이스 */
.aui-grid-renderer-base {
    text-overflow: ellipsis;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}

.aui-grid-custom-complex-renderer {
    position: relative;
}

/* 버턴 렌더러 스타일 */
.aui-grid-button-renderer {
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #6b6b6b;
    background-clip: padding-box;
    box-sizing: border-box;
    display: inline-block;
    line-height: 1em;
    border-radius: 0px;
    -webkit-appearance: none;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    padding: 5px;
    margin-left: 5px;
    height: 30px;
    border-radius: ;
}

.aui-grid-button-renderer:hover {
    background: #ddd;
}

.aui-grid-button-percent-width {
    width: 80%;
}

/* 버튼 비활성화 처리 */
.aui-grid-button-renderer-disabled {
    cursor: not-allowed;
    border: 1px solid #ddd!important;
    color: #ccc!important;
}

/* 버턴 렌더러 스타일 끝 */

/** 넘버 스텝퍼 렌더러 시작 */
.aui-grid-number-step-renderer {
    /*border-radius: 3px;*/
    margin: 0;
    overflow: hidden;
    position: relative;
}

.aui-grid-number-step-input {
    background: #f9f9f9;
    border: 1px solid #ccc;
    overflow: hidden;
    z-index: 49;
    text-align: inherit;
    padding: 0;
    padding-right: 26px;
    font-size: 12px;
    color: #000;
    max-height: 26px;
    line-height: 1em;
    -webkit-appearance: none;
    outline: none;
    cursor: default;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    text-indent: 12px;
}

.aui-grid-number-step-input::-ms-clear {
    display: none;
}

.aui-grid-number-step-up-btn {
    border: 1px solid #ccc;
    background: #eee url(./images/icon-up.png) 50% 50% no-repeat;
    border-bottom: none;
    cursor: pointer;
    display: block;
    height: 50%;
    top: 0;
    right: 0;
    text-indent: -99999px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}

.aui-grid-number-step-down-btn {
    border: 1px solid #ccc;
    background: #eee url(./images/icon-down.png) 50% 50% no-repeat;
    border-top: none;
    cursor: pointer;
    display: block;
    height: 50%;
    right: 0;
    bottom: 0;
    text-indent: -99999px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}

.aui-grid-number-step-up-btn:hover {
    background: #bbb url(./images/icon-up.png) 50% 50% no-repeat;
}

.aui-grid-number-step-down-btn:hover {
    background: #bbb url(./images/icon-down.png) 50% 50% no-repeat;
}

.aui-grid-number-step-btn-horizontal {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    height: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/** 넘버 스텝퍼 렌더러 끝 */

/* 드랍다운리스트 렌더러 시작 */
.aui-grid-drop-list-wrapper {
    background: #eaeaea;
    background: -webkit-linear-gradient(top, #f8f8f8, #eaeaea);
    background: -moz-linear-gradient(top, #f8f8f8, #eaeaea);
    background: -ms-linear-gradient(top, #f8f8f8, #eaeaea);
    background: -o-linear-gradient(top, #f8f8f8, #eaeaea);
    background: linear-gradient(to bottom, #f8f8f8, #eaeaea);
    border: 1px solid #aaa;
    border-radius: 0px;
    display: block;
    height: 22px;
    color: #000;
    font-weight: normal;
    font-size: 1em;
    line-height: 1em;
    box-sizing: content-box;
}

.aui-grid-drop-list-icon {
    display: inline-block;
    border-left: 1px solid #ccc;
    background: url(./images/icon-down.png) 50% 50% no-repeat;
    cursor: pointer;
    height: 22px;
}

/* 드랍다운리스트 비활성화 처리 */
.aui-grid-drop-list-renderer-disabled {
    border: 1px solid #ddd;
    background: #eaeaea;
}


/* 드랍다운리스트 렌더러 끝 */

/* 드랍다운리스트, 콤보박스에서 나오는 리스트의 상위 랩퍼 */
.aui-grid-drop-list-item-wrapper {
    background: #fff;
    font-size: 15px;
    border: 1px solid #aaa;
    overflow-y: auto;
    overflow-x: auto;
    text-align: center;
    border-radius: 0;
    z-index: 1999;
    max-height: 200px !important;
    max-width: 600px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

/* 드랍다운리스트, 콤보박스에서 나오는 리스트 개별 아이템 ul */
.aui-grid-drop-list-ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* 드랍다운리스트, 콤보박스에서 나오는 리스트 개별 아이템 li */
.aui-grid-drop-list-item {
    cursor: default;
    height: 32px;
    line-height: 32px;
    padding: 0 4px;
    white-space: nowrap;
    margin: 0;
    font-size: 15px;
}

.aui-grid-drop-list-item-selected {
    background: #F2F7FF;
}

.aui-grid-drop-list-item:hover {
    background: #4374d9;
    color: #fff;
}

/* 드랍다운리스트 다중 선택에서 선택된 아이템 체크박스 표시 li */
.aui-grid-drop-list-item-checked {
    background: #b2ccff url('./images/blue-check.png') no-repeat 4px 50%;
}

.aui-grid-drop-list-item-checked:hover {
    background: #4374d9 url('./images/blue-check.png') no-repeat 4px 50%;
    color: #fff;
}

.aui-grid-drop-list-all-check {
    border-bottom: 1px solid #dddddd;
    font-weight: bold;
}

/* 바렌더러 바게이지 시작*/
/* 바게이지 전체 랩핑 div */
.aui-grid-bar-renderer {
    position: relative;
}

/* 바게이지 텍스트 span*/
.aui-grid-bar-renderer span {
    position: relative;
    margin-top: 4px;
    padding: 0 2px;
}

/* 바게이지 바 베이스*/
.aui-grid-bar-renderer-bar-base {
    box-sizing: border-box;
    border: 1px solid #e4e4e4;
}

/* 바게이지 일반 바 */
.aui-grid-bar-renderer-normal {
    background: #2f9d27;
    background: -webkit-linear-gradient(right, #86e57f, #2f9d27);
    background: -moz-linear-gradient(right, #86e57f, #2f9d27);
    background: -ms-linear-gradient(right, #86e57f, #2f9d27);
    background: -o-linear-gradient(right, #86e57f, #2f9d27);
    background: linear-gradient(to left, #86e57f, #2f9d27);
}

/* 바게이지 오른쪽에서 왼쪽으로 렌더링 될 때  바 */
.aui-grid-bar-renderer-reverse {
    background: #df4d4d;
    background: -webkit-linear-gradient(left, #ff9595, #df4d4d);
    background: -moz-linear-gradient(left, #ff9595, #df4d4d);
    background: -ms-linear-gradient(left, #ff9595, #df4d4d);
    background: -o-linear-gradient(left, #ff9595, #df4d4d);
    background: linear-gradient(to right, #ff9595, #df4d4d);
}

/* 바게이지 양수 음수 함께 사용되는 영역에서 음수 바 */
.aui-grid-bar-renderer-negative {
    background: #df4d4d;
}

/* 바게이지 양수 음수 함께 사용되는 영역에서 양수 바 */
.aui-grid-bar-renderer-positive {
    background: #2f9d27;
}

/* 바렌더러 바게이지 끝*/

/* 달력 */
.aui-grid-calendar-wrapper {
    z-index: 1999;
    background: #ffffff;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.aui-grid-calendar-wrapper .aui-calendar {
    font-family: 'Malgun Gothic', '맑은 고딕', AppleSDGothicNeo-Light, sans-serif;
    background: #fff;
    font-size: 12px;
    width: 190px;
    height: auto;
    border: 1px solid #aaa;
    border-radius: 0px;
}

.aui-grid-calendar-wrapper .aui-calendar .aui-calendar-header {
    height: 38px;
    background: #eaeaea;
    background: -webkit-linear-gradient(top, #f8f8f8, #eaeaea);
    background: -moz-linear-gradient(top, #f8f8f8, #eaeaea);
    background: -ms-linear-gradient(top, #f8f8f8, #eaeaea);
    background: -o-linear-gradient(top, #f8f8f8, #eaeaea);
    background: linear-gradient(to bottom, #f8f8f8, #eaeaea);
    border-bottom: 1px solid #aaa;
}

.aui-grid-calendar-wrapper .aui-calendar .aui-calendar-left-btn {
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 36px;
    box-sizing: border-box;
    background: url('./images/prev_ico.png') no-repeat 50% 50%;
}

.aui-grid-calendar-wrapper .aui-calendar .aui-calendar-right-btn {
    display: inline-block;
    position: absolute;
    top: 2px;
    right: 2px;
    width: 20px;
    height: 36px;
    box-sizing: border-box;
    background: url('./images/next_ico.png') no-repeat 50% 50%;
}

.aui-grid-calendar-wrapper .aui-calendar .aui-calendar-left-btn:hover,
.aui-grid-calendar-wrapper .aui-calendar .aui-calendar-right-btn:hover {
    cursor: pointer;
}

.aui-grid-calendar-wrapper .aui-calendar .aui-calendar-footer {
    background: #eaeaea;
    background: -webkit-linear-gradient(top, #f8f8f8, #eaeaea);
    background: -moz-linear-gradient(top, #f8f8f8, #eaeaea);
    background: -ms-linear-gradient(top, #f8f8f8, #eaeaea);
    background: -o-linear-gradient(top, #f8f8f8, #eaeaea);
    background: linear-gradient(to bottom, #f8f8f8, #eaeaea);
    height: 30px;
    position: relative;
    text-align: center;
}

.aui-grid-calendar-wrapper .aui-calendar .aui-calendar-today-btn {
    display: inline-block;
    position: absolute;
    font-weight: bold;
    top: 3px;
    right: 2px;
    padding: 2px 4px;
    border: 1px solid #2e6da4;
    color: #fff;
    background: #337ab7;
    border-radius: 0px;
    cursor: pointer;
    box-sizing: border-box;
}

.aui-grid-calendar-wrapper .aui-calendar .aui-calendar-today-btn:hover {
    border: 1px solid #122b40;
    background: #286090;
}

.aui-grid-calendar-wrapper .aui-calendar .aui-calendar-delete-btn {
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 2px;
    padding: 2px 4px;
    border: 1px solid #aaa;
    background: #eaeaea;
    border-radius: 0px;
    cursor: pointer;
    box-sizing: border-box;
}

.aui-grid-calendar-wrapper .aui-calendar .aui-calendar-delete-btn:hover {
    border: 1px solid #aaa;
    background: #ddd;
}

.aui-grid-calendar-wrapper .aui-calendar .aui-calendar-title {
    display: inline-block;
    text-align: center;
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
    box-sizing: border-box;
}

.aui-grid-calendar-wrapper .aui-calendar .aui-calendar-title:hover {
    cursor: pointer;
}

.aui-grid-calendar-wrapper .aui-calendar .aui-calendar-table {
    width: 100%;
    border-spacing: 1px;
    border-collapse: separate;
}

.aui-grid-calendar-wrapper .aui-calendar .day-title {
    font-weight: bold;
    text-align: center;
}

.aui-grid-calendar-wrapper .aui-calendar .weekday {
    text-align: center;
    color: #555;
    padding: 4px;
    border: 1px solid #d3d3d3;
    box-sizing: border-box;
    background: #eaeaea;
    background: -webkit-linear-gradient(top, #f8f8f8, #eaeaea);
    background: -moz-linear-gradient(top, #f8f8f8, #eaeaea);
    background: -ms-linear-gradient(top, #f8f8f8, #eaeaea);
    background: -o-linear-gradient(top, #f8f8f8, #eaeaea);
    background: linear-gradient(to bottom, #f8f8f8, #eaeaea);
}

.aui-grid-calendar-wrapper .aui-calendar .weekday:hover {
    cursor: pointer;
    border: 1px solid #777;
}

.aui-grid-calendar-wrapper .aui-calendar .sunday {
    color: #f00;
}

.aui-grid-calendar-wrapper .aui-calendar .saturday {
    color: #00f;
}

.aui-grid-calendar-wrapper .aui-calendar .selected-day {
    background: #555;
    background: -webkit-linear-gradient(top, #989898, #555);
    background: -moz-linear-gradient(top, #989898, #555);
    background: -ms-linear-gradient(top, #989898, #555);
    background: -o-linear-gradient(top, #989898, #555);
    background: linear-gradient(to bottom, #989898, #555);
    color: #ffffff !important;
}

.aui-grid-calendar-wrapper .aui-calendar .today {
    border: 1px solid #cc723d;
    box-sizing: border-box;
}

/* 이전, 다음 달의 여분 날짜(day) */
.aui-grid-calendar-wrapper .aui-calendar .extraday {
    text-align: center;
    color: #aaa;
    padding: 4px;
    border: 1px solid #d3d3d3;
    box-sizing: border-box;
}

.aui-grid-calendar-wrapper .aui-calendar .extraday:hover {
    cursor: pointer;
    border: 1px solid #777;
}

.aui-grid-calendar-wrapper .aui-calendar .month,
.aui-grid-calendar-wrapper .aui-calendar .year {
    text-align: center;
    color: #555;
    text-align: center;
    padding: 14px 4px;
    border: 1px solid #d3d3d3;
    box-sizing: border-box;
    background: #eaeaea;
    background: -webkit-linear-gradient(top, #f8f8f8, #eaeaea);
    background: -moz-linear-gradient(top, #f8f8f8, #eaeaea);
    background: -ms-linear-gradient(top, #f8f8f8, #eaeaea);
    background: -o-linear-gradient(top, #f8f8f8, #eaeaea);
    background: linear-gradient(to bottom, #f8f8f8, #eaeaea);
}

.aui-grid-calendar-wrapper .aui-calendar .month:hover,
.aui-grid-calendar-wrapper .aui-calendar .year:hover {
    cursor: pointer;
    border: 1px solid #777;
}

.aui-grid-calendar-wrapper .aui-calendar .selected-month,
.aui-grid-calendar-wrapper .aui-calendar .selected-year {
    background: #555;
    background: -webkit-linear-gradient(top, #989898, #555);
    background: -moz-linear-gradient(top, #989898, #555);
    background: -ms-linear-gradient(top, #989898, #555);
    background: -o-linear-gradient(top, #989898, #555);
    background: linear-gradient(to bottom, #989898, #555);
    color: #ffffff !important;
}

/* 달력 끝 */

/* bootstrap-datepicker, jquery-datepicker 달력 시작*/
.aui-grid-bootstrap-calendar-wrapper,
.aui-grid-jq-calendar-wrapper {
    font-family: 'Malgun Gothic', '맑은 고딕', AppleSDGothicNeo-Light, sans-serif;
    font-size: 13px;
    padding: 4px;
    position: absolute;
    z-index: 1060;
    min-width: 160px;
    margin: 2px 0 0;
    list-style: none;
    box-sizing: border-box;
    background-color: #fff;
    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;
}

.aui-grid-bootstrap-calendar-wrapper *,
.aui-grid-bootstrap-calendar-wrapper * {
    box-sizing: content-box;
}

/* bootstrap-datepicker,jquery-datepicker 달력 끝*/

/* 링크 렌더러 */
.aui-grid-link-renderer > a {
    text-decoration: underline;
}

/* 링크 렌더러 끝*/

/* 셀 에디터 버턴 기본 스타일 */
.aui-grid-cell-editor-button {
    cursor: pointer;
    background: url(./images/pad-icon.png) 50% 50% no-repeat;
    background-size: 14px;
    border: none;
}

/* 셀 에디터 버턴 텍스트 인풋 스타일 */
.aui-grid-cell-editor-button-inputer {
    background: url(./images/input-icon.png) 50% 50% no-repeat;
}

/* 셀 에디터 버턴 콤보박스, 드랍다운리스트 스타일 */
.aui-grid-cell-editor-button-combo-list,
.aui-grid-cell-editor-button-drop-list {
    background: url(./images/list-icon.png) 50% 50% no-repeat;
}

/* 셀 에디터 버턴 달력 스타일 */
.aui-grid-cell-editor-button-calendar {
    background: url(./images/calendar-icon.png) 50% 50% no-repeat;
}

/* 셀 에디터 버턴 리모트리스트 검색 스타일 */
.aui-grid-cell-editor-button-remote-search {
    background: url(./images/search2.png) 50% 50% no-repeat;
}

/* 셀 에디터 버턴 리모트리스트 프리로더 */
.aui-grid-cell-editor-button-ajax-loader {
    background: url(./images/tiny-ajax-loader.gif) 50% 50% no-repeat;
}

/* 계층형인 경우 Depth 에 따른 ROW 간 스타일 */
.aui-grid-row-depth1-style {
    font-weight: bold;
    color: #eaeaea;
    background: #5d5d5d;
}

.aui-grid-row-depth2-style {
    font-weight: bold;
    color: #5d5d5d;
    background: #bdbdbd;
}

.aui-grid-row-depth3-style {
    font-weight: bold;
    color: #5d5d5d;
    background: #eaeaea;
}

.aui-grid-row-depth-default-style {
    font-weight: bold;
    color: #000;
}



/****
***** 위지언 추가 ****
****/
* {
    font-family: 'Noto Sans CJK KR', 'Noto Sans KR', 'Noto Sans EOT', SimHei, Sans-serif, '맑은고딕', 'Malgun Gothic', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "FangSong", "仿宋", STFangSong, "华文仿宋", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", AppleGothic, Dotum, arial, sans-serif !important;
}

.div_wrap_col3 table tr td:nth-child(6n) {
    /* 조건부 6의 배수의 td마다 보더 없음 */
    border-right: 1px solid rgba(0, 0, 0, 0);
}

.div_wrap_grid tr th,
.div_wrap_grid tr td {
    height: unset !important;
}

.aui-grid-button-renderer.aui-grid-button-percent-width {
    padding: 0px 6px;
    color: #6b6b6b;
    border: 1px solid #6b6b6b;
    background-color: #fff;
    height: 24px;
    width: auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
}

.ui-datepicker .ui-datepicker-title select {
    padding: 0 !important;
}

.aui-grid-drop-list-content {
    display: inline-block;
    border-radius: 0px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    overflow: hidden;
    font-size: 1em;
    line-height: 2em;
    vertical-align: top;
    text-align: center;
}

.aui-grid-drop-list-renderer-disabled .aui-grid-drop-list-content {
    cursor: not-allowed;
    color: #ccc;
}

.ui-button .ui-icon {
    /* jQuery combobox 화살표 이미지 변경 */
    background: url('../../images/icon-selectbtn.png') no-repeat center !important;
    z-index: 1 !important;
    cursor: pointer !important;
}

.ui-button-icon-only .ui-icon {
    margin-top: -8px;
    margin-left: 0px;
}

.ui-button-icon-only .ui-icon.ui-icon-triangle-1-s {
    margin-left: -10px;
}


/****
***** 위지언 추가 ****
****/

/* textarea용 css */
.aui-grid-edit-renderer-custom-textarea {
	text-align: right;
	min-width: 240px;
}
.aui-grid-edit-renderer-custom-textarea textarea {
	display: block;
	font-size: 12px;
	width: calc(100% - 8px);
	height: 80px;
	padding: 4px;
	margin: 4px;
	box-sizing: border-box;
}
.aui-grid-edit-renderer-custom-textarea button {
	font-size: 12px;
	color: #000000;
	background: #eee;
	border: 1px solid #aaaaaa;
	background-clip: padding-box;
	box-sizing: border-box;
	display: inline-block;
	line-height: 1em;
	border-radius: 0px;
	appearance: none;
	-webkit-appearance: none;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	padding: 4px;
	margin: 4px 16px 4px 4px;
}
.aui-grid-edit-renderer-custom-textarea button:hover {
	background: #ddd;
}

/* 좌측 트리 */
#menuTree .aui-grid-body-panel .aui-grid-table tr td {
    border-bottom: unset !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
     color: #444;
}

#menuTree .aui-grid-body-panel .aui-grid-table tr td > div:active span {
    font-weight: 500;
    color: #245396;
}

#menuTree table tr td div {
    position: relative;
    line-height: 30px;
    width: 100% !important;
    padding: 0px !important;
}


.aui-grid-tree-branch-open-icon,
.aui-grid-tree-branch-icon {
    vertical-align: sub;
    width: 20px;
    height: 20px;
    margin: 0;
    margin-right: 4px;
}

/* --End. */

.div_wrap_grid > div {
    border: unset !important;
}

/* jQuery select(combo) */
.ui-corner-left {
    /*
	border-radius: 0!important;*/
}

.ui-widget.ui-widget-content {
    padding: 0 10px;
    margin: 0;
}

#mainTab.ui-widget.ui-widget-content {padding: 0px;}

.ui-widget-content { border: unset!important;}

ul.ui-widget.ui-widget-content li {
    border-bottom: unset;
}

ul.ui-widget.ui-widget-content li:nth-last-child(1) {
    border-bottom: 1px solid #c5c5c5 !important;
}

.custom-combobox-input[disabled="disabled"],
.custom-combobox-input[disabled="disabled"]:hover {
    border: 1px solid #f6f6f6 !important;
}

.custom-combobox-input[disabled="disabled"] a.ui-button {
    border: unset !important;
    background-color: #f1f1f1 !important;
}

.custom-combobox-button-disabled:hover {
    border: #f1f1f1 !important;
}

.custom-combobox-button-disabled .ui-button .ui-icon {
    text-align: center;
    border: 1px solid #E4E4E4;
    border-radius: 4px;
    background-color: #f1f1f1;
    width: 16px;
    height: 16px;
}

input.custom-combobox-input[disabled="disabled"]:hover .custom-combobox-button-disabled,
span.custom-combobox:hover input.custom-combobox-input[disabled="disabled"],
.ui-button.ui-widget ui-button-icon-only custom-combobox-toggle.ui-corner-right custom-combobox-button-disabled {
    border: 1px solid #f6f6f6 !important;
}

.ui-button.ui-widget.ui-button-icon-only custom-combobox-toggle.ui-corner-right.custom-combobox-button-disabled {
    background-color: #f6f6f6 !important;
    border: 1px solid #f6f6f6 !important;
}

.ui-button {
    background: #fff;
    border: unset !important;
}

.ui-button:hover {
    background-color: unset !important;
}

.custom-combobox:hover,
.custom-combobox:focus {
    /*border: 1px solid #088add;*/
}

.ui-corner-right {
    border-top-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.ui-autocomplete {
    /* jQuery 콤보박스 높이 */
    max-height: 355px !important;
}

.tab-ui-autocomplete {
    /* jQuery 콤보박스 높이 */
    max-height: 150px !important;
}

span.custom-combobox:hover a.ui-button.ui-button-icon-only.custom-combobox-button-disabled {
    /* 비활성화 된 콤보박스 마우스오버 했을 때 */
    border: unset !important;
}

.custom-combobox a.ui-button:active, .custom-combobox .ui-button:active {border:unset!important; background-color: unset!important;}

.custom-combobox a.ui-button {
    width: 16px!important;
    height: 100%!important;
    background-color: rgba(0,0,0,0)!important;
    border: 1px solid rgba(0,0,0,0)!important;
}

/* jQuery 설정 */
.ui-tabs .ui-tabs-panel {
    /*AUIGrid 내부 탭 */
    padding: 10px !important;
    background-color: #fff !important;
    border: 1px solid #D2D5D6;
    margin-top: -1px;
    height: unset!important;
}

.ui-tabs .ui-tabs-nav {
    margin-top: 20px;
}

.ui-widget button {
    font-size: unset !important;
}

.ui-widget-header {
    border: unset !important;
    background-color: #FFF !important;
}

.ui-corner-all {
    border-radius: 0 !important;
    padding: 0;
}

.ui-button:focus,
.ui-button:hover {
    background-color: unset !important;
    border: unset !important;
    border-radius: 0 !important;
    /* combobox 옆 화살표 버튼 */
}

/*jQuery optioin나왔을 때 설정*/
.ui-menu .ui-menu-item {
    list-style-image: unset!important;
}
ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    border: 1px solid #D6D9DC!important;
    border-radius: 4px!important;
    margin-top: 5px;
    background-color: #FFF!important;
    padding: 0 0px!important;
}
ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li div:hover {
    background-color: #f5f5f5!important;
}
.ui-menu.ui-widget.ui-widget-content li.ui-menu-item:visited div ,
.ui-menu.ui-widget.ui-widget-content li.ui-menu-item div:visited ,
.ui-menu.ui-widget.ui-widget-content li.ui-menu-item:focus-within div ,
.ui-menu.ui-widget.ui-widget-content li.ui-menu-item div:focus-within ,
.ui-menu.ui-widget.ui-widget-content li.ui-menu-item:focus-visible div ,
.ui-menu.ui-widget.ui-widget-content li.ui-menu-item div:focus-visible {
    background-color: unset!important;
    outline: unset!important;
}
.ui-menu-item:hover div {color: #000!important}
.ui-menu .ui-menu-item-wrapper {
    position: relative;
    border-radius: 0px;
    border: unset!important;
    color: #000;
}

.ui-menu.ui-widget.ui-widget-content li {
    line-height: 1.6em;
}

.ui-menu .ui-menu-item-wrapper:hover,
.ui-menu.ui-widget.ui-widget-content li {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    border: unset!important
}

.ui-menu .ui-menu-item-wrapper:hover {
    background-color: #f8f8f8!important;
    border-radius: 4px;
}

.ui-menu.ui-widget.ui-widget-content li.ui-menu-item {
    border-radius: 0 !important;
    border: unset!important;
    background-color: #fff!important;
    padding: 0px 5px !important;
}

.ui-menu.ui-widget.ui-widget-content li.ui-menu-item:nth-last-child(1) {
    padding: 5px 5px!important;
}

.ui-menu.ui-widget.ui-widget-content li.ui-menu-item:hover div {
    background-color: #fff!important;
    margin: unset!important;
    color: #000!important;
}

.ui-menu.ui-widget.ui-widget-content li.ui-menu-item:focus-within , 
.ui-menu.ui-widget.ui-widget-content li.ui-menu-item:focus-visible {
    outline: unset!important;
    border: unset!important;
    padding: 3px 1em 3px .4em;
    margin: unset!important;
}

.ui-menu.ui-widget.ui-widget-content li.ui-menu-item div:focus-visible {
    outline: unset!important;
}

ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front:hover li ,
ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li:hover div ,
ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front:hover li ,
ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front:hover li div  {
    border: unset!important;
    outline: unset!important;
}

/* 콤보박스 작은사이즈 */
.div_wrap_col3_sm .ui-menu.ui-widget.ui-widget-content li.ui-menu-item {
    padding: 0!important;
}


/* combobox 달력 */
#ui-datepicker-div {
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border-radius: 6px!important;
    background-color: #fff!important;
    padding: 6px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-title select {
    border: unset;
}
.ui-datepicker table { 
    font-size: 15px; 
    margin: 0!important;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    margin-top: -4px;
}
.ui-datepicker .ui-datepicker-title select {
    margin-left: 4px;
}
/* 달력에 보이는 색상 -- active 일 때 */
.ui-state-active, .ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active, a.ui-button:active, 
.ui-button:active {
    border: 1px solid #003A78!important;
    background: #003A78!important;
}

.ui-widget-content .ui-state-active { color: #fff!important; }

/* 오늘 날짜 */
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: unset!important;
    color: #033A78;
    /*background-color: #F5F5F5!important;*/
    border-radius: 4px;
    font-weight: 500;
}
/* 선택한 날짜 */
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: #033A78!important;
    border: 1px solid #033A78!important;
    border-radius: 4px;
}
.ui-datepicker td span, .ui-datepicker td a {
    text-align: center!important;
}
/* 날짜 */
.ui-datepicker-calendar {background-color: #FFF!important;}
.ui-datepicker-calendar th {
    background-color: #fafafa!important;
    border-radius: 4px;
    padding: 0!important;
}
.ui-state-default, .ui-widget-content .ui-state-default {
    font-size: 15px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid rgba(0,0,0,0);
    background-color: #FFF;
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary {opacity: 0.3;}

/* 2025-02-11 추가
  헤더부분 자동 줄바꿈 설정을 위한 STYLE 추가 */
.my-wordWarp-header-wrap-style .aui-grid-header-renderer {
    white-space: normal !important;
}