@charset "UTF-8";

/* content */


/*grid 편집모드 표시 */
.grid_add_mark {background:url("/base/images/inc/icon_add.jpg") no-repeat; background-position: center center; color:rgba(255,0,0,0);}
.grid_edit_mark {background:url("/base/images/inc/icon_edit.jpg") no-repeat; background-position: center center; color:rgba(255,0,0,0);}
.grid_del_mark {background:url("/base/images/inc/icon_del.jpg") no-repeat; background-position: center center; color:rgba(255,0,0,0);}
