I got the problem. I work when i install metabox and metabox group plugin. But i want to include in theme. if i include in theme metabox work but metabox group not work
i am including like this
define( 'RWMB_URL', trailingslashit( get_template_directory_uri() . '/framework/meta-box' ) );
define( 'RWMB_DIR', trailingslashit( get_template_directory() . '/framework/meta-box' ) );
require_once ( RWMB_DIR . 'meta-box.php' );
require_once ( RWMB_DIR . '/demo.php' );
require_once ( RWMB_DIR . 'meta-box-group.php' );