 
 /* EasyUI 버튼 ---------------------- */
.l-btn-text {
    font-size: 14px;
    font-weight : bold;
}

.l-btn {
    height: 20px;
}

.c8 {
    color: #fff;
    border-color: #4b72a4;
    background: #698cba;
}

/* EasyUI textbox ---------------------- */
.textbox .textbox-text {
    font-size: 14px;
    font-family: 'Pretendard-Regular';
    height: 24px;
}

.numberbox .textbox-text{
    font-size: 14px;
    font-family: 'Pretendard-Regular';
    height: 24px;
    text-align: right;
}

/* EasyUI combobox ---------------------- */
.combobox-item {
    font-size: 14px;
    font-family: 'Pretendard-Regular';
    padding: 2px 1px;
    line-height: 18px;
}

/* EasyUI datagrid ---------------------- */
.datagrid-header-row {
   height:27px;
   vertical-align: middle;
   text-align: center;
}

.datagrid-header .datagrid-cell span{
    font-weight: bold;
    font-size: 14px;
}       

.datagrid-row {
    height:27px;
}

.datagrid-cell{
    font-size:14px;
}

.datagrid-footer {
    background: #F3F3F3;
    font-weight: bold;
    font-size: 14px;
}

/* EasyUI Panel ---------------------- */
.panel-title {
    font-size: 14px;
}
