Notice

K-Food Market Development Center in Europe

aT center Paris focuses on developing agro fisheries and food product markets in Europe.

Since its establishment in December 2013, aT Paris center has launched over 80 annual projects aimed at expanding agri-food exports to Europe, covering the 27 EU countries, the UK, and Israel, mainly France, Germany, the Netherlands, Spain, Italy, Poland, the Czech Republic, Sweden, etc.

Notice

function resizeResponsive(){var nWidth = window.innerWidth;if(nWidth>=1200){jQuery(".mb-desktop").removeClass("mb-desktop").addClass("mb-desktop-large");jQuery(".mb-tablet").removeClass("mb-tablet").addClass("mb-desktop-large");jQuery(".mb-mobile").removeClass("mb-mobile").addClass("mb-desktop-large");}else if(nWidth>=992){jQuery(".mb-desktop-large").removeClass("mb-desktop-large").addClass("mb-desktop");jQuery(".mb-tablet").removeClass("mb-tablet").addClass("mb-desktop");jQuery(".mb-mobile").removeClass("mb-mobile").addClass("mb-desktop");}else if(nWidth>=768){jQuery(".mb-desktop-large").removeClass("mb-desktop-large").addClass("mb-tablet");jQuery(".mb-desktop").removeClass("mb-desktop").addClass("mb-tablet");jQuery(".mb-mobile").removeClass("mb-mobile").addClass("mb-tablet");}else if(nWidth<768){jQuery(".mb-desktop-large").removeClass("mb-desktop-large").addClass("mb-mobile");jQuery(".mb-desktop").removeClass("mb-desktop").addClass("mb-mobile");jQuery(".mb-tablet").removeClass("mb-tablet").addClass("mb-mobile");}}if(typeof jQuery != "undefined"){ jQuery(window).on("resize",resizeResponsive);resizeResponsive();};var category_text = '';mb_categorys["value1"] = "";mb_categorys["value2"] = "";mb_categorys["value3"] = "";mb_urls["base"] = "https://k-foodfan.com/wp-content/plugins/mangboard/";mb_urls["image"] = "https://k-foodfan.com/?lang=en/?mb_ext=file";mb_urls["file"] = "https://k-foodfan.com/?lang=en/?mb_ext=file";mb_urls["search"] = "https://k-foodfan.com/b2b?lang=en&mode=list&lang=en";mb_options["device_type"] = "desktop";mb_options["mode"] = "view";mb_options["board_action"] = "";mb_options["board_name"] = "board";mb_options["board_type"] = "board";mb_options["table_prefix"] = "mb_board_";mb_options["pid"] = "39";mb_options["nonce"] = "mb_nonce_value=f5bb30c43ca7732d31c639eb5a1c51b1&mb_nonce_time=1766043574&wp_nonce_value=b0f626b849&lang=en";mb_options["list_type"] = "list";mb_options["search_field"] = "fn_title";mb_options["search_text"] = "";mb_languages["selectbox1"] = "All";mb_languages["selectbox2"] = "All";mb_languages["selectbox3"] = "All";var category_data = ""; try { if(isJsonType(category_text)){ category_data = JSON.parse(category_text); } }catch(e) {} var view_action = ""; function showBoardViewDeleteConfirm(data){ showConfirmPopup("Are you sure you want to delete this item?
Please enter your password.", data, sendBoardViewDeleteData); } function sendBoardViewDeleteData(){ sendBoardViewData("delete"); } function sendBoardViewData(action){ view_action = action; var data = "mode=view&board_action="+action+"&board_name="+mb_options["board_name"]+"&board_pid="+mb_options["pid"]; if(action=="delete") data = data+"&passwd="+jQuery("#mb_confirm_passwd").val(); else if(action.indexOf('modify')==0) data = data+"&"+jQuery('#'+mb_options["board_name"]+'_form_board_view').serialize(); sendDataRequest(mb_urls["board_api"], data, sendBoardViewDataHandler); } function sendBoardViewDataHandler(response, state) { if(typeof(response)!=='undefined'){ if(response.state=="success"){ if(view_action=="delete"){ moveURL("https://k-foodfan.com/b2b?lang=en&mode=list&board_page=2&lang=en"); }else if(view_action=="vote_good"){ jQuery("#"+mb_options["board_name"]+"_vote_good").html("("+response.count+")"); }else if(view_action=="vote_bad"){ jQuery("#"+mb_options["board_name"]+"_vote_bad").html("("+response.count+")"); }else if(view_action.indexOf('modify')==0){ moveURL("reload"); } }else{ showAlertPopup(response); } } }
Title2023 연말연초 해외판촉사업 모집공고(~`23.10.19)2023-10-16 11:58
Name Level 10
Attachment★2023년해외판촉사업연말연초집중판촉추진계획(안내).pdf (252.9KB)2023년 온오프라인 연말연초 판촉 신청서.docx (18.4KB)

2023년도 연말연초 해외판촉사업 참가사를 모집하오니, 많은 관심 부탁드립니다.


○ 접수방법 : paris@at.or.kr 이메일 제출

○ 접수기간 : `23.2.17.(목) * 프랑스 시간 기준 

○ 제출서류 : 지원신청서

var comment_action = ""; var send_action = ""; var comment_index = 0; var comment_pid = 0; var comment_page = 0; var comment_temp = 0; var comment_load = false; var comment_size = 50; var comment_page_total = 0; function sendCommentDeleteHandler(args){ var passwd = jQuery("#mb_confirm_passwd").val(); var data = "board_name="+mb_options["board_name"]+"&parent_pid="+mb_options["pid"]+"&mode=comment"; data = data+"&board_action="+args.board_action+"&comment_pid="+args.pid+"&passwd="+passwd+"&comment_size="+comment_page; sendDataRequest(mb_urls["comment_api"], data, sendCommentDataHandler); comment_page = 0; } function sendCommentData(action, pid, idx){ if(typeof(idx)==='undefined') idx = ""; if(typeof(pid)==='undefined') pid = ""; send_action = action; var data = jQuery('#'+mb_options["board_name"]+'_form_comment_'+action).serialize(); data = data+"&board_name="+mb_options["board_name"]+"&parent_pid="+mb_options["pid"]+"&mode=comment"; if(action=="write"){ data = data+"&board_action="+action+"&comment_pid="+pid; }else if(action=="reply"){ data = data+"&board_action="+action+"&comment_pid="+comment_pid+"&comment_size="+(comment_page+1); }else if(action=="modify"){ data = data+"&board_action="+action+"&comment_pid="+comment_pid+"&comment_size="+(comment_page); }else{ data = data+"&board_action="+action+"&comment_pid="+pid+"&comment_size="+comment_page; } if(mb_options["search_field"]!=""){ if(mb_options["search_text"]!=""){ data = data+"&search_field="+mb_options["search_field"]+"&search_text="+mb_options["search_text"]; } } sendDataRequest(mb_urls["comment_api"], data, sendCommentDataHandler); comment_temp = comment_page; comment_page = 0; } function sendCommentList(mode){ if(typeof(mode)==='undefined') mode = ""; if(comment_page_total>comment_page){ var data = "board_name="+mb_options["board_name"]+"&parent_pid="+mb_options["pid"]+"&mode=comment"; data = data+"&board_action=list&comment_page="+comment_page; if(mb_options["search_field"]!=""){ if(mb_options["search_text"]!=""){ data = data+"&search_field="+mb_options["search_field"]+"&search_text="+mb_options["search_text"]; } } if(mode=="init"){ sendDataRequest2(mb_urls["comment_api"], data, sendCommentDataHandler); }else{ sendDataRequest(mb_urls["comment_api"], data, sendCommentDataHandler); } } } function modifyCommentForm(response, state){ if(response.state == "success"){ jQuery("#mb_comment_reply"+comment_index).html(response.data); }else{ showAlertPopup(response); } } function showCommentForm(action, pid, idx){ var addHtml = ""; var form_type = 1; if(comment_index==idx){ if(comment_action==action) form_type = 2; } if(action=="delete"){ showConfirmPopup("Are you sure you want to delete this item?", {"board_action":action,"pid":pid}, sendCommentDeleteHandler); }else if(action=="delete_passwd"){ showConfirmPopup("Are you sure you want to delete this item?
Please enter your password.", {"type":"passwd","board_action":"delete","pid":pid}, sendCommentDeleteHandler); }else if(action=="modify"){ if(form_type==2){ jQuery("#mb_comment_reply"+comment_index).html(""); comment_index = 0; comment_pid = 0; comment_action = ""; }else{ if(comment_index!=0) jQuery("#mb_comment_reply"+comment_index).html(""); comment_index = idx; comment_pid = pid; comment_action = action; var param = "mode=comment&board_action=modify&board_name="+mb_options["board_name"]+"&comment_pid="+pid; sendDataRequest(mb_urls["template_api"], param, modifyCommentForm); } }else if(action=="reply"){ addHtml= '
'; addHtml=addHtml+ '
'; addHtml=addHtml+ ''; addHtml=addHtml+'';addHtml=addHtml+'';addHtml=addHtml+'';addHtml=addHtml+'';addHtml=addHtml+'';addHtml=addHtml+'
Comment

(Enter the auto register prevention code)
'; addHtml=addHtml+ ''; addHtml= addHtml+'
'; addHtml= addHtml+'
'; addHtml= addHtml+''; addHtml= addHtml+'
'; addHtml= addHtml+'
'; if(form_type==2){ jQuery("#mb_comment_reply"+comment_index).html(""); comment_index = 0; comment_pid = 0; comment_action = ""; }else{ if(comment_index!=0) jQuery("#mb_comment_reply"+comment_index).html(""); comment_index = idx; comment_pid = pid; comment_action = action; jQuery("#mb_comment_reply"+comment_index).html(addHtml); } } } function sendCommentDataHandler(response, state){ if(response.state == "success"){ comment_index = 0; comment_pid = 0; comment_action = ""; jQuery(".cmt-input-box input[type='text']").val(""); jQuery(".cmt-input-box input[type='password']").val(""); jQuery(".cmt-input-box textarea").val(""); if(send_action =="write"){ jQuery("#mb_comment_write_box").html(jQuery("#mb_comment_write_box").html()); } if(comment_load) hidePopupBox(); comment_load = true; var comment_items = ""; var comment_item = ""; var select_index = comment_page+1; var fn_pid = 'pid'; var fn_parent_pid = 'parent_pid'; var fn_reply = 'reply'; var fn_is_secret = 'is_secret'; jQuery.each(response.data, function(key,value){ if(parseInt(value[fn_reply])>0){ reply_class = ' cmt-reply-item'; reply_sign = 'reply '; } else { reply_class = ""; reply_sign = ""; } if(value[fn_is_secret]=="1"){ reply_sign = reply_sign+'secret '; } comment_item = ""; comment_item = comment_item+'
  • '; comment_item = comment_item+'
    '+reply_sign+value['user_name']+''+value['reg_date']+'
    ';comment_item = comment_item+'
    '+value['content']+'
    '; comment_item = comment_item+'
    '; if(value['secret_type']!='lock'){if(value['mode']=='list'){comment_item = comment_item+''; }if(value['delete_type']=='user'){comment_item = comment_item+''; }else if(value['delete_type']=='guest'){comment_item = comment_item+''; }if(value['modify_type']=='user' || value['modify_type']=='guest' ){comment_item = comment_item+''; }if(reply_class==''){ if(value['reply_type']=='user' || value['reply_type']=='guest'){comment_item = comment_item+'';}}} comment_item = comment_item+'
    '; comment_item = comment_item+'
  • '; select_index = select_index+1; comment_items = comment_items+comment_item; }); if(comment_page==0) jQuery("#comment_list_box").html(comment_items); else jQuery("#comment_list_box").append(comment_items); comment_page = select_index-1; comment_page_total = parseInt(response.total_count); if(comment_page_total==0){ jQuery("#comment_list_box").hide(); }else{ jQuery("#comment_list_box").show(); } jQuery(".cmt-count-box").show(); jQuery("#mb_comment_totalcount").html(comment_page_total); if(comment_page>=comment_page_total) jQuery("#comment_add_list").hide(); else jQuery("#comment_add_list").show(); }else{ comment_page = comment_temp; showAlertPopup(response); } }

    Comment [0]

      jQuery( document ).ready(function(){ sendBoardViewData('board_hit'); });

      News

      Contact Us

      • Paris Office (22countries)

       

      ∙Western Europe (France, Monaco, United Kingdom, Ireland, Belgium)

       

      Northern Europe(Sweden, Norway, Denmark, Iceland)

       

      ∙Southern Europe(Italy, Spain, Portugal, Greece, Malta, Bosnia and Herzegovina, Bulgaria, Slovenia, Cyprus, Serbia, Albania, Croatia, Montenegro)

       

      Contact: paris@at.or.kr, atcenterparis@gmail.com


       

      • Frankfurt Office (22 countries)

       

      ∙Western Europe (Germany, Netherlands, Luxembourg, Austria, Switzerland, Liechtenstein)

       

      Northern Europe (Finland, Latvia, Estonia)

       

      ∙Eastern Europe (Poland, Czech Republic, Hungary, Romania, Moldova, Ukraine, Lithuania, Slovakia, Belarus, Georgia, Armenia, Azerbaijan)

       

      ∙Israel

       

      Contact: atgermany@at.or.kr, atcenterfrankfurt@gmail.com