=date('Y-m-d')){ // 최근 개강일 D-n 라벨 - 2023.02.23 $d_label = $d_class = ''; if($dday != 9 && $dday>date('Y-m-d')){ $diff=date_diff(date_create($dday),date_create(date('Y-m-d'))); $d_day = $diff->format('%a'); if($d_day == 0 || $d_day == 1){ $d_class = 'fin_label'; $d_label = '마감
임박'; } else if($d_day<9){ $d_label = 'D-'.($d_day-1); } } $sesac_label = ''; if($d_label){ $sesac_label = ''; } $sesac_cnt = 1; $sesac_box = '
  • '.$sesac_label.'

    영상|SeSAC

    프로젝트와 포트폴리오를 한 번에!
    3D모션그래픽 취업 CLASS

  • ' ; $sesac_banner_box = ' ' ; } */ // 개발/강남/전액지원 - 2023.03.03 $g = param_get_post('g'); // 2023.06 K-디지털 $dday = '2023-07-16'; $total_cnt_k = 0; if($dday>=date('Y-m-d')){ if(!$g){ $total_cnt_k = 2; // 최근 개강일 D-n 라벨 - 2023.02.23 $d_label = $d_class = ''; if($dday != 9 && $dday>date('Y-m-d')){ $diff=date_diff(date_create($dday),date_create(date('Y-m-d'))); $d_day = $diff->format('%a'); if($d_day == 0 || $d_day == 1){ $d_class = 'fin_label'; $d_label = '마감
    임박'; } else if($d_day<9){ $d_label = 'D-'.($d_day-1); } } $sesac_label = ''; if($d_label){ $sesac_label = ''; } $sesac_cnt = 2; $sesac_box = '
  • '.$sesac_label.'

    디자인|K-디지털

    메타버스 제페토 3D
    아이템 만들기 [MAYA]

  • '.$sesac_label.'

    디자인|K-디지털

    메타버스 3D 패션 아이템 만들기
    [마블러스 디자이너]

  • ' ; } $sesac_banner_box = ' ' ; } $page = 1; //ajax로 데이터 가져올꺼임 // $rows = 9-$sesac_cnt; //한페이지 출력수 (페이징 계산용) $rows = 9; //한페이지 출력수 (페이징 계산용) $rows_limit = 9-$sesac_cnt; //한페이지 출력수 (sql limit 용) if (!$page) $page = 1; // 페이지가 없으면 첫 페이지 (1 페이지) $from_record = ($page - 1) * $rows; // 시작 열을 구함 /** * 국비 대상 사업부&캠퍼스 * 메스컴(B0001) : 신촌(C0002), 수원(A0003) * 메가IT(B0002) : 강남(C0001), 신촌, 수원 * 게임(B0003) : 강남(D0001) */ $sql = "SELECT wm_business_code, wm_agency_code, wm_agency_name FROM sp_agency WHERE wm_use = 'Y' AND wm_agency_name IN ('강남', '수원', '신촌') AND wm_business_code IN ('B0001', 'B0002', 'B0003') AND wm_agency_code NOT IN ('C0003') AND CONCAT(wm_business_code, wm_agency_code) != 'B0003A0003' ORDER BY wm_agency_name ASC "; $balist = $db->getFetchQueryAll($sql); $arr_agnm = $arr_agcd = array(); $arr_all_ag = $arr_all_agcd = array(); $ags_all = ''; $add_q = $opt1 = $opt2 = $opt3 = ""; if($g == 'A'){ $opt1 = '개발·보안·네트워크'; $opt2 = 'A0001|C0001|D0001'; $opt2_nm = '강남'; $opt3 = '전액지원'; if($opt1){ $exp_opt1 = explode(',', $opt1); $add_q .= " and ( "; foreach($exp_opt1 as $v){ $add_q .= " wm_category like '%".$v."%' or"; } $add_q = substr($add_q, 0, strlen($add_q)-2); $add_q .= " ) "; } if($opt2){ $exp_opt2 = explode('|', $opt2); $add_q .= " and ( "; foreach($exp_opt2 as $v){ $add_q .= " wm_usage_ag_code like '%".$v."%' or"; } $add_q = substr($add_q, 0, strlen($add_q)-2); $add_q .= " ) "; } if($opt3 == '전액지원'){ $add_q .= " and wm_title_en in ('국가기간전략산업 과정', '과정평가형 과정', '산업구조변화대응특화훈련 과정', 'K-디지털 트레이닝')"; } else if($opt3 == '일부지원'){ $add_q .= " and wm_title_en not in ('국가기간전략산업 과정', '과정평가형 과정', '산업구조변화대응특화훈련 과정', 'K-디지털 트레이닝')"; } } else if($g == 'B'){ $opt1 = '개발·보안·네트워크'; $opt2 = ''; $opt2_nm = ''; $opt3 = '전액지원'; if($opt1){ $exp_opt1 = explode(',', $opt1); $add_q .= " and ( "; foreach($exp_opt1 as $v){ $add_q .= " wm_category like '%".$v."%' or"; } $add_q = substr($add_q, 0, strlen($add_q)-2); $add_q .= " ) "; } // if($opt2){ // $exp_opt2 = explode('|', $opt2); // $add_q .= " and ( "; // foreach($exp_opt2 as $v){ // $add_q .= " wm_usage_ag_code like '%".$v."%' or"; // } // $add_q = substr($add_q, 0, strlen($add_q)-2); // $add_q .= " ) "; // } if($opt3 == '전액지원'){ $add_q .= " and wm_title_en in ('국가기간전략산업 과정', '과정평가형 과정', '산업구조변화대응특화훈련 과정', 'K-디지털 트레이닝')"; } else if($opt3 == '일부지원'){ $add_q .= " and wm_title_en not in ('국가기간전략산업 과정', '과정평가형 과정', '산업구조변화대응특화훈련 과정', 'K-디지털 트레이닝')"; } } # 상단에 include에서 같은 쿼리를 불러옴 그래서 이것을 지움 // // 과정정보 // $where_qry = ""; // if(isset($_SESSION['mb_official']) && $_SESSION['mb_official'] == 'Y') $where_qry = " or wm_usage='B' "; // $sql = "SELECT // ( // SELECT ifnull(DATE_FORMAT(MIN(wm_sort_date), '%Y-%m-%d'), '9') // FROM sp_lecture_seq // WHERE wm_sid = l.wm_id // AND is_del = 'N' // AND DATE_FORMAT(wm_sort_date, '%Y-%m-%d') >= DATE_FORMAT(NOW(), '%Y-%m-%d') // ) AS order1, // ( // SELECT ifnull(DATE_FORMAT(Max(wm_sort_date), '%Y-%m-%d'), '9') // FROM sp_lecture_seq // WHERE wm_sid = l.wm_id // AND is_del = 'N' // AND DATE_FORMAT(wm_sort_date, '%Y-%m-%d') < DATE_FORMAT(NOW(), '%Y-%m-%d') // ) AS order2, // wm_id, wm_business_code, wm_agency_code, // wm_usage, wm_usage_ag_code, wm_hrd_url, // wm_main, wm_lec_type, wm_title_en, wm_title, wm_intro, // wm_theme, wm_category, edu_dist, edu_person, wm_title_front, // wm_recommend5, wm_recommend1, wm_recommend2, wm_recommend3, wm_recommend4, wm_image3, // wm_content, wm_content2, wm_lecture_p_title1, wm_lecture_p_content1, wm_lecture_p_image1 // FROM ".$_TB['lecture']." l // WHERE is_del = 'N' // AND wm_status = 'Y' // AND wm_lec_type = 'H' // ".$add_q." // ORDER BY // (case wm_business_code when '"._BIZ_CODE."' then 1 ELSE 2 end ) ASC, wm_order desc, order1 ASC, wm_id desc // #wm_business_code asc, wm_order asc , wm_e_days asc // #order1 ASC, order2 ASC, // LIMIT $from_record , $rows_limit // "; // view_dump($lecture); // $lecH = $db->getFetchQueryArray($sql); // $lecture = $lecH['row']; // $total_count = $lecH['total']; // $total_count += $total_cnt_k; // $no = $total_count-(($page-1)*$rows); // $total_page = ceil($total_count / $rows); // $fpath = IMG_S3.'lecture/'; /** * 강좌별 캠퍼스 radio - 문의하기 팝업 * ags_275 > html */ // $radio_ags = ''; // foreach($lecture as $k=>$v){ // ${'ags_'.$v['wm_id']} = ''; // $a = explode(',', $v['wm_usage_ag_code']); // foreach($a as $k2=>$v2){ // if(in_array($v2, $arr_all_agcd)){ // ${'ags_'.$v['wm_id']} .= ''; // } // } // $radio_ags .= ''; // } ?>

    취업의 꿈을 이루어주는

    국비지원과정


    국비지원 교육과정 한 눈에 보기

      $v){ // 연관단어 $t = explode('|', $v['wm_theme']); $wm_theme = $len_tit = ''; if($t[0]){ foreach($t as $v2){ $len_tit .= $v2; if(strlen($len_tit)<39){ $wm_theme .= '#'.$v2.''; } } } // 캠퍼스 $c = explode(',', $v['wm_usage_ag_code']); $wm_campus = ''; if($c[0]){ foreach($c as $v2){ if($arr_agcd[$v2]){ $wm_campus .= ''.$arr_agcd[$v2].', '; } } $wm_campus = substr($wm_campus, 0, strlen($wm_campus)-2); } $view_url = './national_common_view?idx='.$v['wm_id']; if($v['wm_hrd_url']){ $view_url = $v['wm_hrd_url']; } // 최근 개강일 D-n 라벨 - 2023.02.23 $d_label = $d_class = ''; if($v['order1'] != 9){//} && $v['order1']>date('Y-m-d')){ $diff=date_diff(date_create($v['order1']),date_create(date('Y-m-d'))); $d_day = $diff->format('%a'); if($d_day == 0 || $d_day == 1){ $d_class = 'fin_label'; $d_label = '마감
      임박'; } else if($d_day<9){ $d_label = 'D-'.($d_day-1); } } if($v['wm_image3'] != "") { $img3 = IMG_S3."lecture/".$v['wm_image3']; }else{ $img3 = IMG_S3."intra/lecture/default.png"; } ?>
    • 훈련비:198,600원 훈련기간:100일 (3,000시간)
      • '; } } ?>
      찾으시는 훈련이 없으신가요?원하시는 훈련을 말씀해주시면 성심껏 상담해드리도록 하겠습니다.훈련 문의하기 +
    '; echo '$page : '.$page.'
    '; echo '$total_page : '.$total_page.'
    '; echo '$total_count : '.$total_count.'
    '; ?>
    $rows){?>

    나에게 맞는 국비지원 유형 알아보기!

    • >

      국민내일배움카드

      직무수행능력 습득, 향상을 위해 다양한 분야의 훈련이 제공됩니다.

      내용보기 ">
      ">
    • >

      K-디지털 트레이닝

      혁신 훈련기관에서 배우는 디지털, 신기술 분야의 프로젝트 중심 훈련입니다.

      내용보기 ">
      ">
    • >

      국가기간 전략산업직종 훈련

      국가의 기간이 되는 중요 산업분야에 필요한 인재를 양성하기 위해 구성된 훈련입니다.

      내용보기 ">
      ">
    • >

      국민취업지원제도

      근로능력과 구직의사가 있음에도 불구하고 취업에 어려움을 겪고 있는 국민을 위해 취업지원서비스가 제공됩니다.

      내용보기 ">
      ">