본문으로 바로가기 본문으로 바로가기 주메뉴로 바로가기

한국환경공단

물드림(Water Dream) 프로그램

사업소개 (요약)

  • 국가물산업클러스터 워터캠퍼스 인프라 및 전문성을 활용하여 물산업 벤처·창업기업의 성공 사업화지원을 위한 다각적 창업지원 프로그램
목 적

(내용) “물산업 벤처·창업기업은 클러스터에서 성공창업의 꿈을 실현하고,클러스터는 성공기업의 물결로 가득 물들다”를 의미하는 워터캠퍼스 창업지원 프로그램 브랜드

사업개요

물드림 사업화지원
  • 목 적: 창업보육실 입주기업 사업성공률 제고 및 성장 촉진
  • 대 상: 국가물산업클러스터 창업보육실 입주기업
  • 지원규모: 기업당 최대 1,000만원
  • 지원내용
물드림 사업화지원 지원내용
지원항목 지원금액(공급가액기준)
사업화 지원
(경영,기술,마케팅)
전문가컨설팅, 지식재산권, 인증(규격), 시험분석, 누리집 제작 등 건당 최대 200만원
시제품 제작 총 소요비용의 50∼100%이내
  • 지원절차
지원금신청서 제출(신청(임주깅버)) > 지원검토 및 통보 *외부전문가 검토(필요시)(통보 (클러스터)) > 지급신청서 제출( 선시행(입주기업)) > 지원금 지급(상시지원)( 검토(클러스터))
물드림 판로지원
  • 목 적: 물산업분야 벤처·창업기업의 우수제품 발굴·추천을 통해 공공조달시장(벤처나라*)진출 지원
  • * 기술 및 품질이 뛰어난 벤처·창업기업의 물품 및 서비스를 판매 지원하는 전용 온라인 상품몰(조달청)
  • 대 상: 물산업분야 벤처·창업기업이 직접생산하거나 주문자상표부착생산 방식으로 생산하는 물품 또는 서비스
  • 내 용: 기술·품질 평가를 통한 벤처창업혁신조달상품(벤처나라 등록상품)후보 추천
  • 기 간: 매년 2회(상,하반기)
  • 지원절차
모집공고(공단) > 서류검토(공단) > 기,품질평가(공단) > 후보추천(공단 > 조달청) > 적합성심사 및 지정( 조달청 )

메뉴담당자

  • 담당부서 : 워터캠퍼스부
  • 담당자 : 박진주
  • 연락처 : 053-601-6145
  • 담당부서 : 워터캠퍼스부
  • 담당자 : 박순영
  • 연락처 : 053-601-6143

최종수정일 : 2023-04-21

이 페이지에서 제공하는 정보에 대하여 만족하시나요?

평가하기
페이지상단으로이동
닫기

환경정보 시스템

닫기

환경정보 앱 ※ QR코드를 찍거나 터치하면 앱 설치화면으로 바로 이동합니다.

가축분뇨 전자인계서 앱

현장정보(이동통신단말기)

한국환경공단 인재개발원

"; imagez = window.open('', "image", "width="+ 500 +", height="+ 500 +", top=0,left=0,scrollbars=auto,resizable=1,toolbar=0,menubar=0,location=0,directories=0,status=1"); imagez.document.open(); imagez.document.write(htmlz); imagez.document.close(); } /* $(function() { $('#ifrm1').load(function() { var _target_if = $('#ifrm1').contents().find('head'); //$(_target_if ).empty(); var css = ''; $(_target_if).append(css); console.log(_target_if); }) })*/ function clip(){ var url = ''; // 태그에서 호출한 함수인 clip 생성 var textarea = document.createElement("textarea"); document.body.appendChild(textarea); // 바로 위에 textarea를 추가(임시 공간이라 위치는 상관 없음) url = window.document.location.href; //url에는 현재 주소값을 넣어줌 textarea.value = url; // textarea 값에 url를 넣어줌 textarea.select(); //textarea를 설정 document.execCommand("copy"); // 복사 document.body.removeChild(textarea); //extarea 요소를 없애줌 alert("URL이 복사되었습니다.") // 알림창 } function fnScrollTopMove() { var offset = $('body').offset(); //선택한 태그의 위치를 반환 $('html').animate({scrollTop : offset.top}, 400); } $(function (){ $('.side_link_left_01 > a').click(function (){ $('#system_modal').show(); }) }) $(function (){ $('#system_modal .system_inner .close_btn').click(function (){ $('#system_modal').hide(); }) }) $(function (){ $('.side_link_left_02 > a').click(function (){ $('#system_modal_02').show(); }) }) $(function (){ $('#system_modal_02 .system_inner .close_btn').click(function (){ $('#system_modal_02').hide(); }) }) $(".tab_button_list li.on").find("a").attr('title', '현재 선택된 탭'); $(".tab_container").find(".tab_contents:first").show(); $(".tab_container .tab_button_list li > a").on('click', function () { var btn_indx = $(this).parents("li").index() + 1; $(".tab_button_list li").removeClass("on"); $(this).parents("li").addClass("on"); switch (btn_indx) { case 2: $('.tab_button_list li.on').css('background','#416bd7'); $('#tab_notice2').css('background',''); $('#tab_notice3').css('background',''); break; case 3: $('.tab_button_list li.on').css('background','#5c7b70'); $('#tab_notice1').css('background',''); $('#tab_notice3').css('background',''); break; case 4: $('.tab_button_list li.on').css('background','#2ca63d'); $('#tab_notice1').css('background',''); $('#tab_notice2').css('background',''); break; default: $('.tab_button_list li').css('background',''); } $(".tab_container").find(".tab_contents").hide(); $(".tab_container").find(".tab_contents0" + btn_indx).show(); $(".tab_container .tab_button_list li > a").removeAttr('title'); $(this).attr('title', '현재 선택된 탭'); }); $(".tab_button_list2 li.on").find("a").attr('title', '현재 선택된 탭'); $(".tab_container2").find(".tab_contents:first").show(); $(".tab_container2 .tab_button_list2 li > a").on('click', function () { var btn_indx = $(this).parents("li").index() + 1; $(".tab_button_list2 li").removeClass("on"); $(this).parents("li").addClass("on"); $(".tab_container2").find(".tab_contents").hide(); $(".tab_container2").find(".tab_contents1" + btn_indx).show(); $(".tab_container2 .tab_button_list2 li > a").removeAttr('title'); $(this).attr('title', '현재 선택된 탭'); }); $(".tab_button_list3 li.on").find("a").attr('title', '현재 선택된 탭'); $(".tab_container3").find(".tab_contents:first").show(); $(".tab_container3 .tab_button_list3 li > a").on('click', function () { var btn_indx = $(this).parents("li").index() + 1; $(".tab_button_list3 li").removeClass("on"); $(this).parents("li").addClass("on"); $(".tab_container3").find(".tab_contents").hide(); $(".tab_container3").find(".tab_contents0" + btn_indx).show(); $(".tab_container3 .tab_button_list3 li > a").removeAttr('title'); $(this).attr('title', '현재 선택된 탭'); }); $(".tab_button_list4 li.on").find("a").attr('title', '현재 선택된 탭'); $(".tab_container4").find(".tab_contents:first").show(); $(".tab_container4 .tab_button_list4 li > a").on('click', function () { var btn_indx = $(this).parents("li").index() + 1; $(".tab_button_list4 li").removeClass("on"); $(this).parents("li").addClass("on"); $(".tab_container4").find(".tab_contents").hide(); $(".tab_container4").find(".tab_contents0" + btn_indx).show(); $(".tab_container4 .tab_button_list4 li > a").removeAttr('title'); $(this).attr('title', '현재 선택된 탭'); });