심심해서 올려 보는 건데
글쓴이: 내가왜리눅스썼지 / 작성시간: 화, 2017/05/16 - 5:27오전
view-source:http://www.nonghyup.com/Main/main.aspx
농협 홈페이지인데 오류가 있어 보이네요.
제가 우선 발견한 의심할 점은
1. var mobileKeyWords = new Array('iPhone', 'iPod', 'BlackBerry', 'Android', 'Windows CE', 'LG', 'MOT', 'SAMSUNG', 'SonyEricsson', 'Samsung', 'Symbian', 'Windows Phone', 'webOS', 'Opera Mini', 'Opera Mobi', 'POLARIS', 'IEMobile', 'lgtelecom', 'nokia', 'kbd');
모바일 폰들의 종류를 제한하고 있다는 점
2. comment 된 부분 ( // 된 부분 ) 이 아직 남아 있는 점.
참고로 하단 부분은 찾은 소스 코드 입니다. 첨부로 넣은 코드의 경우 .txt 파일을 .aspx 파일로 변경하시면 될 겁니다.
<head> <meta http-equiv="Content-Type" content="text/html; charset=euc-kr" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <title>농심(農心)을 가슴에 안고 농민(農民) 곁으로!......</title> <link rel="stylesheet" type="text/css" href="/share/css/main.css" /> <link rel="stylesheet" type="text/css" href="/share/css/base.css" /> <link rel="stylesheet" type="text/css" href="/share/css/google.css" /> <link rel="stylesheet" type="text/css" href="/share/css/layout_new_2011.css" /> <script type="text/javascript" src="flash_02.js"></script> <!-- <script type="text/javascript" src="/Common/Javascript/jquery-1.4.2.min.js"></script> --> <script src="/share/js/jquery-1.7.2.min.js" type="text/javascript"></script> <!-- 20141230 모바일 접근시 모바일웹으로 이동 스크립트 --> <script type="text/javascript"> var mobileKeyWords = new Array('iPhone', 'iPod', 'BlackBerry', 'Android', 'Windows CE', 'LG', 'MOT', 'SAMSUNG', 'SonyEricsson', 'Samsung', 'Symbian', 'Windows Phone', 'webOS', 'Opera Mini', 'Opera Mobi', 'POLARIS', 'IEMobile', 'lgtelecom', 'nokia', 'kbd'); //alert(navigator.userAgent); for (var word in mobileKeyWords) { if (navigator.userAgent.match(mobileKeyWords[word]) != null) { location.href = "http://mobile.nonghyup.com/"; break; } } </script> <!-- //20141230 모바일 접근시 모바일웹으로 이동 스크립트 --> <!-- 20160324 AOS 적용 스크립트 추가 S--> <script type="text/javascript" language='javascript' src='http://ahnlabdownload.nefficient.co.kr/aos/plugin/aosmgr_common.js'></script> <script type="text/javascript" language='javascript'> try { var UserAgent = navigator.userAgent; // 모바일 디바이스가 아닐경우 ahnLab AOS실행 if (UserAgent.match(/iPhone|iPod|iPad|Android|Windows CE|BlackBerry|Symbian|Windows Phone|WebOS|Opera Mini|Opera Mobi|POLARIS|IEMobile|lgtelecom|nokia|SonyEricsson/i) == null && UserAgent.match(/LG|SAMSUNG|Samsung/) == null) { aos_set_authinfo('aosmgr_www.nonghyup.com.html'); aos_set_option("asyncmode", true); aos_set_option("uimode", false); aos_write_object(); aos_start('e5'); } } catch (err) { // aos에서 발생하는 오류는 skip 처리 } </script> <!-- 20160324 AOS 적용 스크립트 추가 E--> <script type="text/javascript" src="/share/js/common_new_2011.js"></script> <script type="text/javascript" src="/Common/Javascript/Function.js"></script> <script type="text/javascript"> //IE6 Exception Variable var IE6 = typeof document.addEventListener !== 'function' && !window.XMLHttpRequest; //Image cash for IE6 try { if (IE6) { document.execCommand("BackgroundImageCache", false, true); } } catch (e) { } // var useragent; // useragent = navigator.userAgent.toLowerCase(); //alert(useragent); //alert(navigator.platform.toLowerCase()); // if (useragent.indexOf('iphone') > 0 || useragent.indexOf('ipad') > 0 || // useragent.indexOf('samsung') > 0 || useragent.indexOf('lgtel') > 0 || // useragent.indexOf('mobile') > 0 || useragent.indexOf('nokia') > 0 || // useragent.indexOf('sonyericsson') > 0 || useragent.indexOf('opera') > 0 || // useragent.indexOf('android') > 0 || useragent.indexOf('windows ce') > 0) { // if (location.search != '?mobile') { // location.href = 'https://smart.nonghyup.com'; // } // } //var url = "http://www.nonghyup.com"; // if ((useragent.indexOf('iphone') > 0 || useragent.indexOf('ipad') > 0 || // useragent.indexOf('samsung') > 0 || useragent.indexOf('lgtel') > 0 || // useragent.indexOf('mobile') > 0 || useragent.indexOf('nokia') > 0 || // useragent.indexOf('sonyericsson') > 0 || useragent.indexOf('opera') > 0 || // useragent.indexOf('android') > 0 || useragent.indexOf('windows ce') > 0) && document.referrer.indexOf("smart.nonghyup.com") == -1) { // 모바일에서 PC보기 버젼을 제공하기 위한 IF문 // location.href = "https://smart.nonghyup.com"; // } // location.href = url; //모바일링크 // var fullurl = window.location.href; // var mobile = fullurl.substring(fullurl.indexOf("?") + 1, fullurl.length) // if (mobile == "mobile") { // } else { // var mobileKeyWords = new Array('iPhone', 'iPod', 'BlackBerry', 'Android', 'Windows CE', 'LG', 'MOT', 'SAMSUNG', 'SonyEricsson', 'SCH-', 'SPH-', 'LG-', 'CANU', 'IM-', 'EV-', 'Nokia'); // for (var word in mobileKeyWords) { // if (navigator.userAgent.match(mobileKeyWords[word]) != null) { // location.href = "https://smart.nonghyup.com"; // break; // } // } // } </script> <script type="text/javascript"> $(document).ready(function() { if (document.cookie.indexOf("FNNoticePop") < 0) { fnNoticePop3(); } fnNews(); //2017-02-13 내림 layerPopType01(); //2016-07-18 레이어팝업 추가 }); function fnGetDate() { var todate = new Date; var toYear = todate.getFullYear(); var toMonth = todate.getMonth() + 1; var toDay = todate.getDate(); toMonth = toMonth >= 10 ? toMonth : '0' + toMonth; toDay = toDay >= 10 ? toDay : '0' + toDay; var H = todate.getHours(); var M = todate.getMinutes(); H = H >= 10 ? H : '0' + H; M = M >= 10 ? M : '0' + M; var nowDate = toYear + '' + toMonth + '' + toDay + '' + H + '' + M; return nowDate; } function fnNoticePop3() { var nowdate = fnGetDate(); if ('201408161800' >= nowdate) { window.open('/Common/Popup/NoticePop3.aspx', 'mp', 'height=600px, width=580px,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0, resizable=no, left=100, top=100'); } } function fnNews() { var nowdate = fnGetDate(); if ("201408102359" >= nowdate || "201408110400" <= nowdate) { $.ajax({ type: "get" , dataType: "xml" , url: "/Main/xml/nhMain.aspx" , success: function(xml) { //게시판가져오기 if ($(xml).find("notice").length > 0) { $('#newsList').empty(); $(xml).find("notice").each(function() { var newImg = ''; var newClass = ''; if ($(this).attr('newVisible') == "true") { newClass = 'new'; newImg = ' <img src="/images/ico/main_list_new.gif" alt="새로등록된글" />'; } //alert(newClass); var title = '<li class="' + newClass + '">' + '<a href="' + $(this).attr('linkUrl') + '"><span class="list" >' + $(this).attr('label') + newImg + '</span></a>' + '</li>'; $('#newsList').append($(title)); }); } } }); } } /* 2016-07-18 레이어팝업 추가 (S) */ function layerPopPositionFunction(o) { var x, y; if (o.x == "50%" || o.x == "center") { var wrapW = 1000; var itemW = $(o.item).find(".layerPopup-wrap").outerWidth(true); x = (wrapW / 2) - (itemW / 2); } else { x = o.x; } if (o.y == "50%" || o.y == "center") { var winH = $(window).outerHeight(true); var itemH = $(o.item).find(".layerPopup-wrap").outerHeight(true); y = (winH / 2) - (itemH / 2); } else { y = o.y; } $(o.item).find(".layerPopup-wrap").css({ "left": x, "top": y }); $(o.item).show(); // 닫기 버튼 클릭시 $(o.item).find(".js-layerPopup-close").one("click", function() { $(o.item).hide(); return false; }); // 오늘하루 그만보기 클릭시 $(o.item).find(".js-layerPopup-todayClose").one("click", function() { setCookie(o.cookie, "done", 1); $(o.item).hide(); return false; }); } function layerPopType01() { var nowdate = fnGetDate(); if ('201608192359' >= nowdate) { //좌표값 팝업 //로고 기준으로 0, 0 var cookie1 = "layerPopTarget1"; if (getCookie(cookie1) != "done") { layerPopPositionFunction({ item: "#" + cookie1, cookie: cookie1, x: 253, y: 531 }); } } // 2017-01-12 레이어팝업 수정 if ('201808192359' >= nowdate) { //좌표값 팝업 //로고 기준으로 0, 0 var cookie2 = "layerPopTarget2"; if (getCookie(cookie2) != "done") { layerPopPositionFunction({ item: "#" + cookie2, cookie: cookie2, x: 650, y: 80 }); } } } /* 2016-07-18 레이어팝업 추가 (E) */ // 2017-01-03 추가부분 // if ('201808192359' >= nowdate) { // //좌표값 팝업 // //로고 기준으로 0, 0 // var cookie2 = "layerPopTarget2"; // if (getCookie(cookie2) != "done") { // layerPopPositionFunction({ // item: "#" + cookie2, // cookie: cookie2, // x: 553, // y: 531 // }); // } // } // } /* 2016-07-18 레이어팝업 추가 (E) */ function openBranch() { //새창의 크기 var cw = 964; var ch = 640; //스크린의 크기 var sw = screen.availWidth; var sh = screen.availHeight; //열 창의 포지션 var px = (sw - cw) / 2; var py = (sh - ch) / 2; //창을 여는부분 window.open('http://nonghyup.chzero.com/main.jsp', 'aaa', 'left=' + px + ',top=' + py + ',width=' + cw + ',height=' + ch + ',scrollbars=no,resizable=yes'); } function search(str) { //검색버튼 클릭시 실행 if (str == "") { alert("검색어를 입력하세요."); } else { location.href = '/Search/Search.aspx?Type=&search_na=' + escape(escape(str)); //alert("검색어 : " + str); } } function LinkToBank() { n_click_logging("http://www.nonghyup.com/Link/Bank.aspx"); window.open('http://banking.nonghyup.com', '', ''); } function LinkToIbz() { n_click_logging("http://www.nonghyup.com/Link/Ibz.aspx"); window.open('http://ibz.nonghyup.com', '', ''); } function LinkToShopping() { //_n_sid = "www.nonghyup.com"; //_n_uid_cookie = "UID"; n_click_logging("http://www.nonghyup.com/Link/Shopping.aspx"); window.open('http://www.nhamarket.com', '', ''); } function search(str) { //검색버튼 클릭시 실행 if (str == "") { alert("검색어를 입력하세요."); } else { location.href = '/Search/Search.aspx?Type=&search_na=' + escape(escape(str)); } } function GoogleSearch() { var str = $('.google-search input').val(); if (str == '') { alert('검색어를 입력하세요.'); $('.google-search input').focus(); } else { location.href = '/Search/Search.aspx?Type=&search_na=' + encodeURIComponent(str); } } </script> <script type="text/javascript"> function window_open(str) { window.open(str, '', ''); } function window_open1(str) { window.open(str, '', ''); } function f_with() { window.open('http://with.nonghyup.com', '', ''); } function Fishing() { if (parent.frames.length != 0) { top.location = "http://www.nonghyup.com"; } } </script> <!-- spot-area script --> <script type="text/javascript"> function introClose() { $(".introWrap").hide(); } function noticeArea() { var idx = 0; var viewport = Math.round($(".notice-area ul li").length / 4) - 1; $(".notice-wrap .btn-area .next").click(function() { if (idx >= viewport) return; idx++; $(".notice-area ul").stop(false, true).animate({ "margin-left": "-=1017" }); }); $(".notice-wrap .btn-area .prev").click(function() { if (idx <= 0) return; idx--; $(".notice-area ul").stop(false, true).animate({ "margin-left": "+=1017" }); }); } function oftenFindArea() { var idx = 0; var viewport = Math.round($(".often-find-menu ul li").length / 5) - 1; $(".often-find-area .next").click(function() { if (idx >= viewport) return; idx++; $(".often-find-menu ul").stop(false, true).animate({ "margin-left": "-=565" }); }); $(".often-find-area .prev").click(function() { if (idx <= 0) return; idx--; $(".often-find-menu ul").stop(false, true).animate({ "margin-left": "+=565" }); }); } // 2014-10-29 수정 (s) $(function() { var $spotMenuWrap = $(".spot-menu-wrap"); var $spotMenu = $(".spot-menu"); var $spotMenuList = $spotMenu.find(".list"); var $tit = $spotMenu.find(".tit"); var $list = $spotMenu.find(".list"); var $dim = $("#dim"); var num = null; var idx = null; $tit.on("mouseenter focusin", function() { idx = $tit.index(this); num = idx + 1; Fun(); }); $list.on("mouseenter focusin", function() { idx = $list.index(this); num = idx + 1; Fun(); }); function Fun() { $tit.removeClass("on"); $spotMenuList.removeClass("on"); $tit.eq(idx).addClass("on"); $spotMenuList.eq(idx).addClass("on"); $spotMenu.removeClass(); $spotMenu.addClass("spot-menu bglist0" + num); $spotMenuWrap.addClass("on"); $dim.show(); } $spotMenu.on("mouseleave", function() { $tit.removeClass("on"); $spotMenu.removeClass("bglist0" + num); $spotMenuWrap.removeClass("on"); $dim.hide(); }); $(".list04.list li").eq(-1).keydown(function(event) { if (event.shiftKey) { if (event.keyCode == 9) { return; } return; } else { $spotMenu.trigger("mouseleave"); } }); $(".list01_tit").keydown(function(event) { if (event.shiftKey) { if (event.keyCode == 9) { $spotMenu.trigger("mouseleave"); } return; } else { return; } }); /*noticeArea();*/ /*oftenFindArea();*/ }); // 2014-10-29 수정 (e) </script> <style type="text/css"> .slogan-wrap {position:absolute;top:0;left:50%;z-index:9999;margin-left:-485px;width:950px;height:100%;} .slogan-wrap div {position:absolute;top:114px;right:0; width:141px; height:71px; font:0/0 Arial; text-indent:-9999px; background:url('icon.png') no-repeat left top; _background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='icon.png',sizingMethod='crop'); } /* 2016-07-18 레이어팝업추가 (S) */ .layer-wrap{ position:absolute; top:0; left:50%; margin-left:-500px; z-index:10001; display:none; width:1000px; } .layer-wrap .layerPopup-wrap{ border:2px solid #0f55ab;position:absolute; top:0; left:0;} .layer-wrap .layerPopup-wrap .layerPopup .layerPopup-content-section img{ vertical-align:top;} .layer-wrap .layerPopup-wrap .layerPopup .layerPopup-footer-section{ background-color:#0f55ab; text-align:right;} .layer-wrap .layerPopup-wrap .layerPopup .close-btn{ position:absolute; top:-2px; right:-38px;} /* 2016-07-18 레이어팝업추가 (E) */ </style> </head> <body style="text-align:left;" onload="javascript:Fishing();"> <script type="text/javascript"> jQuery.easing['jswing'] = jQuery.easing['swing']; jQuery.extend( jQuery.easing, { def: 'easeOutQuad', swing: function (x, t, b, c, d) { //alert(jQuery.easing.default); return jQuery.easing[jQuery.easing.def](x, t, b, c, d); }, easeInQuad: function (x, t, b, c, d) { return c*(t/=d)*t + b; }, easeOutQuad: function (x, t, b, c, d) { return -c *(t/=d)*(t-2) + b; } }); var timerSection01 = null; var timerSection02 = null; var timerSection03 = null; var timerSection04 = null; var timerSectionBtn = null; var obj1Spd = 1000; var obj2Spd = 1000; function introAnimation1() { stopAnimation(); obj1Spd = 1000; obj2Spd = 1000; $(".introBg").animate({ "width": "100%" }, 1000, 'easeOutExpo'); $(".introContent").delay(1000).show(function() { $(".intro_logo").animate({ "top": "-=15", "height": 24 }, 500, "easeOutQuad"); $(".btnArea01").animate({ "top": "-=35", "height": 56 }, 200, "easeOutQuad", function() { $(".btnArea02").animate({ "top": "-=65", "height": 155 }, 700, "easeOutQuad") }); timerSection01 = setTimeout(function() { section01({ obj1: ".img01", obj2: ".txt01" }, { "opacity": 1 }, { "height": 154 }); }, 1000); timerSection02 = setTimeout(function() { section01({ obj1: ".img02", obj2: ".txt02" }, { "opacity": 1 }, { "height": 112 }); }, 2200); timerSection03 = setTimeout(function() { section01({ obj1: ".img03", obj2: ".txt03" }, { "opacity": 1 }, { "height": 138 }); }, 1500); timerSection04 = setTimeout(function() { section01({ obj1: ".img04", obj2: ".txt04" }, { "opacity": 1 }, { "height": 128 }); }, 3100); }); } function introAnimation2() { stopAnimation(); obj1Spd = 1000; obj2Spd = 1000; $(".introBg").animate({ "width": "100%" }, 1000, 'easeOutExpo'); $(".introContent").delay(1000).show(function() { $(".intro_logo").css({ "top": "-=15", "height": 24, "width": 0 }).animate({ "width": 128 }, 500, "easeOutQuad"); $(".btnArea01").css({ "top": "-=35", "height": 56, "width": 0 }).animate({ "width": 264 }, 200, "easeOutQuad", function() { $(".btnArea02").find("a").hide(); $(".btnArea02").css({ "top": "-=65", "height": 155, "width": 0 }).animate({ "width": 886 }, 700, "easeInQuad", function() { $(this).find("a").show(0); }); }); timerSection01 = setTimeout(function() { section01({ obj1: ".img01", obj2: ".txt01" }, { "opacity": 1 }, { "height": 154 }); }, 1000); timerSection02 = setTimeout(function() { section01({ obj1: ".img02", obj2: ".txt02" }, { "opacity": 1 }, { "height": 112 }); }, 2200); timerSection03 = setTimeout(function() { section01({ obj1: ".img03", obj2: ".txt03" }, { "opacity": 1 }, { "height": 138 }); }, 1500); timerSection04 = setTimeout(function() { section01({ obj1: ".img04", obj2: ".txt04" }, { "opacity": 1 }, { "height": 128 }); }, 3100); }); } function introAnimation3() { stopAnimation(); obj1Spd = 700; obj2Spd = 1000; $(".introBg").animate({ "width": "100%" }, 1000, 'easeOutExpo'); $(".introContent").delay(1000).show(function() { $(".intro_logo").animate({ "top": "-=15", "height": 24 }, 500, "easeOutQuad"); $(".btnArea01").animate({ "top": "-=35", "height": 56 }, 200, "easeOutQuad", function() { $(".btnArea02").animate({ "top": "-=65", "height": 155 }, 300, "easeOutQuad") }); timerSection01 = setTimeout(function() { section01({ obj1: ".img01", obj2: ".txt01" }, { "opacity": 1 }, { "height": 154 }); }, 1000); timerSection02 = setTimeout(function() { section01({ obj1: ".img02", obj2: ".txt02" }, { "opacity": 1 }, { "height": 112 }); }, 1800); timerSection03 = setTimeout(function() { section01({ obj1: ".img03", obj2: ".txt03" }, { "opacity": 1 }, { "height": 138 }); }, 2200); timerSection04 = setTimeout(function() { section01({ obj1: ".img04", obj2: ".txt04" }, { "opacity": 1 }, { "height": 128 }); }, 1400); }); } /* 20150917 수정 (S) */ /* function start () { setTimeout(introAnimation2, 500); } */ function start() { var hash = window.location.hash; /** * location.href 가 #mainWrap 일경우 인트로를 제공하지 않음 */ if (hash === "#mainWrap") return introClose(); else setTimeout(introAnimation2, 500); } /* 20150917 수정 (E) */ function introClose() { stopAnimation(); $(".introWrap").hide(); } function clearTime(timer) { clearTimeout(timer); timer = null; } function stopAnimation() { clearTime(timerSection01); clearTime(timerSection02); clearTime(timerSection03); clearTime(timerSection04); clearTime(timerSectionBtn); $(".img , .txt , .intro_logo , .btnArea01 , .btnArea02").clearQueue().stop(true, true).removeAttr("style"); } function section01(o1, o2, o3) { $(o1.obj1).animate(o2, obj1Spd, 'easeInQuad', function() { $(o1.obj2).animate(o3, obj2Spd, 'easeOutQuad', function() { clearTime(timerSection01); }); }); } function fnMoneyInfo() { window.open('/Html/Nhnonghyup/Nhperson/MoneyInvested.aspx', 'money', 'height=770, width=700px,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0, resizable=no, left=100, top=100'); } //function sectionBtn() { //} //$(function() { start(); //}); </script> <a href="#contentOut" class="skip-nav">본문내용바로가기</a> <!-- 2016-07-18 레이어팝업 추가 (S) --> <div class="layer-wrap" id="layerPopTarget1"> <div class="layerPopup-wrap"> <div class="layerPopup"> <div class="layerPopup-title-section"> </div> <div class="layerPopup-content-section"> <div class="content-inner"> <a href="http://nhparan.nonghyup.com/" target="_blank"><img src="/images/img01.jpg" alt="두드려라~ 젊은이들이여! 농식품 아이디어 허브, 창조농업의 요람 창조농업지원센터로 오세요!"/></a> </div> </div> <div class="layerPopup-footer-section"> <a href="#" class="js-layerPopup-todayClose"><img src="/images/layer_close_txt01.gif" alt="오늘은 이 창을 다시 열지 않음"/></a> </div> <div class="close-btn"><a href="#" class="js-layerPopup-close"><img src="/images/layer_close_btn01.png" alt="닫기"/></a></div> </div> </div> </div> <!-- 2016-07-18 레이어팝업 추가 (E) --> <!-- 2017-01-31 레이어팝업 수정 (S) --> <!-- 2017-01-31 레이어팝업 수정 (E) --> <!-- 2017-02-13 레이어팝업 주석 (S) --> <!-- 2017-02-01 레이어팝업 수정 (E) --> <div id="mainWrap"> <form name="form1" method="post" action="main.aspx" id="form1"> <div> <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="WTqixUGQ4u1Y3BA5jW4iWONxtk8yLzXvooblop6jSNCXVCnzzB7DfHOoeclWVFbOcBcZlKt4c9VN0hi4gcYi31wS+lVQE21+/Wp0fPMNbCEJr1egbXp7/s/8NdbHTM6BVZL9VRTTpNxy8CS5l70E5567A66jVMCFPu5NiGhsWEof39fBGIARlJse31ZgPO+eEyAtvGBzLvqbRG8BaMs4dW33PmT0BwPn1FowEpB0f7hw9OWtafccqIWzOoU=" /> </div> <div> <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="70DF1232" /> <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="n7wLUhKFFxLAId/WbAxxtCOlCv9OXMPUdOJAa+gHNvAiSWWEA8MGQ9CeZQgXx2O31ClA3Lw8uM+ZoHJrJHPVA5N+q91Xo3nxwhnG60rU6zrdj3PD1O+2CAiT7g0mScL52iabookySYk11zK6" /> </div> <!-- header --> <div class="top_flash_new" id="flashArea"> <div id="gnb" style="z-index:10000"> <div class="header-new"> <div class="inner"> <!-- 2013-12-09 --> <div class="utl-menu"> <a href="/eng/main/main.aspx" class="link8" title="새창_영문홈페이지" target="_blank">English</a> </div> <!-- //2013-12-09 --> <h1 class="logo"><a href="/Main/main.aspx#mainWrap" title="메인 페이지로 이동"><img src="/images/menu/logo.gif" alt="NH농협"/></a></h1><!-- 20150917 로코 경로 수정 --> <!-- //위치 이동 --> </div> <h2 class="bg-box">농협의 메인메뉴입니다.</h2> <div class="inner"> <ul class="lnb"> <li class="menu1"> <h2><a href="/Html/Nhnonghyup/ustatus/nhwork/Index.aspx"><img src="/images/renewal/lnb3_off.gif" alt="농협소개" /></a></h2> <ul class="dep2 dep2-3"> <li class="dep_img"><p><img src="/images/menu/gnb_limgdep1.jpg" alt="농협소개 희망찬 내일을 향한 발걸음 농협이 함께 합니다." /></p></li> <li><a class="menu31" href="/Html/Nhnonghyup/ustatus/nhwork/Index.aspx">일반현황</a></li> <li><a class="menu32" href="/Html/Nhnonghyup/Ceo/Introduce/Greeting.aspx">Chairman</a></li> <li><a class="menu33" href="/Html/Nhnonghyup/Ustatus/Organization/Organogram.aspx">조직현황</a></li> <li><a class="menu34" href="/Html/Nhnonghyup/Ustatus/Trace/2010.aspx">연혁</a></li> <li><a class="menu35" href="/Html/Management/Settlement.aspx">경영성과</a></li> <li><a class="menu36" href="/Html/EInformation/CI/Symbol.aspx">CI</a></li> <li><a class="menu37" href="/Html/Nhnonghyup/Infopen/Encylist/Vowel01.aspx">정보공개</a></li> <li><a class="menu48" href="/Research/Monthly_List.aspx" >조사연구자료</a></li> </ul> </li> <li class="menu2"> <h2><a href="/Report/ReportList.aspx"><img src="/images/renewal/lnb4_off.gif" alt="e홍보센터" /></a></h2> <ul class="dep2 dep2-4"> <li class="dep_img"><p><img src="/images/menu/gnb_limgdep2.jpg" alt="e홍보센터 행복으로 만드는 풍요로운 세상 NH농협이 열어갑니다." /></p></li> <li><a class="menu41" href="/Report/ReportList.aspx">보도자료</a></li> <li><a class="menu42" href="/Notice/NoticeList.aspx">공지사항</a></li> <li><a class="menu43" href="/Promote/PromoteList.aspx">PR자료실</a></li> <li><a class="menu44" href="/News/NewsList.aspx">영상뉴스</a></li> <li><a class="menu47" href="/Bid/BidList.aspx">입찰공고</a></li> <li><a class="menu46" href="/Promote/SupportersIntro.aspx">NH 영 서포터즈</a></li> <li><a class="menu46" href="/Promote/EatLoveList.aspx">食사랑農사랑</a></li> <li><a class="menu46" href="http://mynh.nonghyup.com/" target="_blank" title="새창_농협N">농협N</a></li> </ul> </li> <!-- 20150812 추가 (S) --> <li class="menu6"> <h2><a href="/PhotoNews/PhotoNewsList.aspx"><img src="/images/renewal/lnb6_off.gif" alt="내 고향 농축협" /></a></h2> <ul class="dep2 dep2-6"> <li class="dep_img"><p><img src="/images/menu/gnb_limgdep5.jpg" alt="내ㆍ고향 농축협 농ㆍ축협 소식을빠르게 전달해 드립니다." /></p></li><!-- 접근성수정 접근성수정 txt수정 --> <li><a class="menu61" href="/PhotoNews/PhotoNewsList.aspx">뉴스</a></li> <li><a class="menu62" href="/NHPRVideo/NHPRVideoList.aspx">홍보동영상</a></li> <li><a class="menu63" href="/Farminglife/ReturnFarm1.aspx">영농 생활</a></li> <li><a class="menu64" href="/RegionFestivity/RegionFestivity.aspx">지역축제 및 행사</a></li> </ul> </li> <!-- 20150812 추가 (E) --> <li class="menu3"> <h2><a href="/Html/Divide/Index.aspx"><img src="/images/renewal/lnb1_off.gif" alt="나눔경영" /></a></h2> <ul class="dep2 dep2-1"> <li class="dep_img"><p><img src="/images/menu/gnb_limgdep3.jpg" alt="나눔경영 나누는 기쁨 행복한 동행" /></p></li> <!-- <li class="dep_img"><p><img src="/images/menu/gnb_limgdep3.gif" alt="나눔경영 나누는 기쁨 행복한 동행" /></p></li> --> <li><a class="menu11" href="/Html/Divide/Index.aspx">나눔경영소개</a></li> <li><a class="menu12" href="/SubDivision/SubdivisionList.aspx">나눔소식</a></li> <li><a class="menu13" href="/Html/Divide/WorkSubdivision.aspx">일손나눔</a></li> </ul> </li> <li class="menu4"> <h2><a href="/Html/Ethics/Introduce/Meaning.aspx"><img src="/images/renewal/lnb2_off.gif" alt="윤리경영" /></a></h2> <ul class="dep2 dep2-2"> <li class="dep_img"><p><img src="/images/menu/gnb_limgdep4.jpg" alt="윤리경영 청렴한 농협 투명한 농협 깨끗한 농협" /></p></li> <li><a class="menu21" href="/Html/Ethics/Introduce/Meaning.aspx">윤리경영소개</a></li> <li><a class="menu23" href="/Html/Ethics/Manage/System/Ceo.aspx">농협의 윤리시스템</a></li> <li><a class="menu24" href="/Declare/CleanGuide.aspx">클린신고센터</a></li> <li><a class="menu25" href="/Html/Ethics/Protection.aspx">공익신고 보호안내</a></li> <li><a class="menu26" href="/Html/Ethics/IntegrityList.aspx">반부패 청렴자료</a></li> <li><a class="menu26" href="/Html/Nhnonghyup/Infopen/CompanyRulesList.aspx">공개대상 사규 열람</a></li> <li><a class="menu26" href="/Html/Nhnonghyup/Infopen/RevisionList.aspx">사규 재.개정안 예고</a></li> </ul> </li> <li class="menu5"> <h2><a href="/Html/Nhnonghyup/NhPerson/Person.aspx"><img src="/images/renewal/lnb5_off.gif" alt="인재와 채용" /></a></h2> <ul class="dep2 dep2-5"> <li class="dep_img"><p><img src="/images/menu/gnb_limgdep6.jpg" alt="인재와 채용 꿈과 희망이 있고 경쟁력을 갖춘 능력있는 인재를 기다립니다." /></p></li><!-- 접근성수정 접근성수정 txt수정 --> <li><a class="menu51" href="/Html/Nhnonghyup/NhPerson/Person.aspx">농협의 인재상</a></li> <li><a class="menu52" href="/Html/Nhnonghyup/NhPerson/Procedure.aspx">채용절차</a></li> <li><a class="menu53" href="https://with.nonghyup.com/index.jsp" target="_blank" >채용공고</a></li> <!--<li><a class="menu54" href="http://nonghyup.incruit.com" target="_blank" title="새창_'15년 하반기 공채" style="letter-spacing:-1px;">'15년 하반기 공채</a></li>--> </ul> </li> </ul> </div> </div><!-- inner --> <div class="etc-menubox"> <div class="etc-cont"> <!--p class="etc-logo"> <img src="/images/menu/btn_inh_2.gif" alt="같이가요 행복으로" /> </p--> <p class="etc-menu"> <a href="http://www.nhamarket.com" target="_blank" title="새창_농협 a market "><img src="/images/menu/btn_nshop_2.gif" alt="농협 a market " /></a><a href="https://banking.nonghyup.com" target="_blank" title="새창_NH Bank"><img src="/images/menu/btn_ibank_2.gif" alt="NH Bank" /></a><!-- 접근성수정 접근성수정 txt수정 --> </p> </div> </div> </div> </div> <!-- 2013-09-04 --> <!-- 2013-09-04 --> <div class="main-content"> <div class="notice-wrap"> <div class="notice-area"> <ul> <li> <div class="img-box"> <a href="/Html/Nhnonghyup/Ustatus/NhWork/Index.aspx"><img src="/images/renewal/img_temp_main01.jpg" alt="농협소개" /></a> </div> <div class="cont-box"> <strong class="tit"><a href="/Html/Nhnonghyup/Ustatus/NhWork/Index.aspx">농협소개</a></strong> <p class="cont"><a href="/Html/Nhnonghyup/Ustatus/NhWork/Index.aspx">농업인에게는 풍요로운 미래를,<br />고객에게는 최고의 가치를</a></p> <div class="btn-area"> <a href="/Html/Nhnonghyup/Ustatus/NhWork/Index.aspx" class="btn_point01">바로가기</a> </div> </div> </li> <li> <div class="img-box"> <a href="/PhotoNews/PhotoNewsList.aspx"><img src="/images/renewal/img_temp_main02.jpg" alt="내 고향 농·축협" /></a> </div> <div class="cont-box"> <strong class="tit"><a href="/PhotoNews/PhotoNewsList.aspx">내 고향 농·축협</a></strong> <p class="cont"><a href="/PhotoNews/PhotoNewsList.aspx">다양한 농·축협 소식을 만나보세요.</a></p> <div class="btn-area"> <a href="/PhotoNews/PhotoNewsList.aspx" class="btn_point01">바로가기</a> </div> </div> </li> <li> <div class="img-box"> <a href="/SubDivision/SubdivisionList.aspx"><img src="/images/renewal/img_temp_main03.jpg" alt="나눔소식" /></a> </div> <div class="cont-box"> <strong class="tit"><a href="/SubDivision/SubdivisionList.aspx">나눔소식</a></strong> <p class="cont"><a href="/SubDivision/SubdivisionList.aspx">나누는 기쁨, 행복한 동행</a></p> <div class="btn-area"> <a href="/SubDivision/SubdivisionList.aspx" class="btn_point01">바로가기</a> </div> </div> </li> <li> <div class="img-box"> <a href="/Report/ReportList.aspx"><img src="/images/renewal/img_temp_main04.jpg" alt="e홍보센터" /></a> </div> <div class="cont-box"> <strong class="tit"><a href="/Report/ReportList.aspx">e홍보센터</a></strong> <p class="cont"><a href="/Report/ReportList.aspx">행복으로 만드는 풍요로운 세상<br />농협이 함께 하겠습니다.</a></p> <div class="btn-area"> <a href="/Report/ReportList.aspx" class="btn_point01">바로가기</a> </div> </div> </li> </ul> </div> <div class="btn-area"> <!-- <a class="prev"><img src="/images/renewal/btn_notice_area_left01.png" alt=""></a> <a class="next"><img src="/images/renewal/btn_notice_area_right01.png" alt=""></a> --> </div> </div> <!-- 삭제 div class="main-visual"><img src="/images/menu/main_visual_img01.jpg" alt="같이가요 행복으로 농촌과 도시가 함께 자라고 행복해지도록 농협이 언제나 당신의 꿈과 함께 하겠습니다." /></div --> <div class="spot-area"> <div class="spot-menu-wrap"> <div class="spot-menu"> <h2 class="list01_tit tit"><a href="#">농업인</a></h2> <ul class="list01 list"> <li><a href="https://banking.nonghyup.com" target="_blank" title="새창_NH농협은행">NH농협은행</a></li> <li><a href="http://nhparan.nonghyup.com" target="_blank" title="새창_농협창조농업지원센터">농협창조농업지원센터</a></li> <li><a href="http://www.nongshinbo.com/" target="_blank" title="새창_농림수산업자신용보증기금">농림수산업자 신용보증기금</a></li> <li><a href="http://www.nhamarket.com" target="_blank" title="새창_농협a마켓">농협a마켓</a></li> <li><a href="http://mynh.nonghyup.com/Inform/Law/InformLawBiz.aspx" target="_blank" title="새창_농업인 법률구조">농업인 법률구조</a></li> <li><a href="http://consulting.nonghyup.com/nh_consulting/consulting/service001.jsp" target="_blank" title="새창_농업금융 컨설팅">농업금융 컨설팅</a></li> <li><a href="http://newgp.nonghyup.com/index.jsp" target="_blank" title="새창_농협공판장">농협공판장</a></li> <li><a href="http://gongmae.nonghyup.com/IndexCommon.gpa" target="_blank" title="새창_인터넷 조곡공매 시스템">인터넷 조곡공매 시스템</a></li> <li><a href="https://livestock.nonghyup.com/frexpert/cnslList.do" target="_blank" title="새창_축산상담">축산상담</a></li> <li><a href="http://www.nonghyupsaryo.co.kr/feed/main.asp?navi=2-0-0" target="_blank" title="새창_농협사료">농협사료</a></li> <li><a href="https://farminfo.nonghyup.com/nafa/index.html" target="_blank" title="새창_영농정보(면세유 가격정보)">영농정보(면세유 가격정보)</a></li> </ul> <h2 class="list02_tit tit"><a href="#">고객</a></h2> <ul class="list02 list"> <li><a href="http://www.nhamarket.com" target="_blank" title="새창_농협a마켓">농협a마켓</a></li> <li><a href="https://banking.nonghyup.com" target="_blank" title="새창_NH농협은행">NH농협은행</a></li> <li><a href="http://www.nhhanaro.co.kr/" target="_blank" title="새창_하나로클럽, 마트">하나로클럽, 마트</a></li> <li><a href="http://www.nhlife.co.kr/main.nhl" target="_blank" title="새창_NH농협생명">NH농협생명</a></li> <li><a href="http://mynh.nonghyup.com/Food/FoodFarm/FoodFarmBlk.aspx?tabid=1" target="_blank" title="새창_원산지 식별정보">원산지 식별정보</a></li> <li><a href="http://www.nhfire.co.kr/index.nhfire" target="_blank" title="새창_NH농협손해보험">NH농협손해보험</a></li> <li><a href="http://www.siknongsarang.com/main.do" target="_blank" title="새창_食사랑農사랑">食사랑農사랑</a></li> <li><a href="http://www.nhwm.com/" target="_blank" title="새창_NH투자증권">NH투자증권</a></li> <li><a href="https://www.farmstay.co.kr:20443/newfarm/index.jsp" target="_blank" title="새창_팜스테이">팜스테이</a></li> </ul> <h2 class="list03_tit tit"><a href="#">학생(유치원,초,중,고,대학생)</a></h2> <ul class="list03 list"> <li><a href="https://mynh.nonghyup.com/Inform/Inform/InformPersonList.aspx" target="_blank" title="새창_농촌자원봉사신청">농촌자원봉사신청</a></li> <li><a href="https://with.nonghyup.com/index.jsp" target="_blank" title="새창_채용공고">채용공고</a></li> <li><a href="http://www.nhyoungsupporters.com" target="_blank" title="새창_NH영 서포터즈">NH영 서포터즈</a></li> <li><a href="/Html/Nhnonghyup/ustatus/nhwork/Index.aspx" target="_blank" title="새창_농협이 하는 일">농협이 하는 일</a></li> <li><a href="http://www.agrimuseum.or.kr" target="_blank" title="새창_농업박물관">농업박물관</a></li> <li><a href="/Html/Nhnonghyup/Ustatus/Organization/Organogram.aspx" target="_blank" title="새창_조직현황">조직현황</a></li> <li><a href="/Html/Management/Settlement.aspx" target="_blank" title="새창_경영성과">경영성과</a></li> <li><a href="http://jaedan.nonghyup.com" target="_blank" title="새창_농협재단">농협재단</a></li> <li><a href="http://www.nonghyup.com/Html/Divide/Index.aspx" target="_blank" title="새창_나눔경영">나눔경영</a></li> </ul> <h2 class="list04_tit tit"><a href="#">농협인</a></h2> <ul class="list04 list"> <li><a href="https://with.nonghyup.com/ce/index.jsp" target="_blank" title="새창_경력(퇴직)증명서">경력(퇴직)증명서</a></li> <li><a href="http://www.nhamarket.com" target="_blank" title="새창_농협a마켓">농협a마켓</a></li> <li><a href="https://banking.nonghyup.com" target="_blank" title="새창_NH농협은행">NH농협은행</a></li> <li><a href="http://nheduplus.com" target="_blank" title="새창_NH농협 지식채움포함">NH농협 지식채움(퇴직자 포함)</a></li> <li><a href="/Html/Nhnonghyup/Ustatus/Organization/Organogram.aspx" target="_blank" title="새창_조직현황">조직현황</a></li> <li><a href="/Notice/NoticeList.aspx" target="_blank" title="새창_공지사항">공지사항</a></li> <li><a href="/News/NewsList.aspx" target="_blank" title="새창_영상뉴스">영상뉴스</a></li> <li><a href="#Family" id="family_link_new">계열사 관련사이트</a></li> </ul> </div> </div> </div> <div class="main-content2" id="contentOut"> <div class="inner" > <div class="section01"> <div class="often-find-area"> <h3 class="tit">자주찾는 메뉴</h3> <div class="often-find-menu"> <ul> <!--<li class="list01"><a href="/Html/Nhnonghyup/ustatus/nhwork/Index.aspx" target="_blank" title="새창_농협이 하는 일">농협이 하는 일</a></li>--> <!--<li class="list02"><a href="/Html/Nhnonghyup/Ustatus/Organization/Organogram.aspx" target="_blank" title="새창_조직 현황">조직 현황</a></li>--> <li class="list03"><a href="/Introduce/NHIntroduce.aspx" target="_blank" title="새창_농·축협 안내">농·축협 안내</a></li> <li class="list04"><a href="http://nonghyup.tritops.co.kr" target="_blank" title="새창_영업점.판매장 안내" style="letter-spacing:-2px;">영업점.판매장 안내</a></li> <!--<li class="list05"><a href="/Branch/index.aspx" target="_blank" title="새창_지역본부">지역본부</a></li>--> <li class="list06"><a href="https://with.nonghyup.com/index.jsp" target="_blank" title="새창_채용공고">채용공고</a></li> <li class="list07"><a href="/Bid/BidList.aspx" target="_blank" title="새창_입찰공고">입찰공고</a></li> <!--<li class="list08"><a href="/Notice/NoticeList.aspx" target="_blank" title="새창_공지사항">공지사항</a></li>--> <li class="list09"><a href="/Report/ReportList.aspx" target="_blank" title="새창_보도자료">보도자료</a></li> <li class="list10"><a href="/Notice/NoticeList.aspx" target="_blank" title="새창_공지사항">공지사항</a></li> <!-- 2017-03-29 youtube -> 공지사항 변경 --> </ul> </div> <!-- <div class="btn-area"> <a class="prev"><img src="/images/renewal/btn_often_find_area_left01.png" alt=""></a> <a class="next"><img src="/images/renewal/btn_often_find_area_right01.png" alt=""></a> </div> --> </div> <div class="mnews-area"> <h3 class="tit">새소식</h3> <div id="Div1"> <ul id="newsList" class="news-list"> </ul> </div> <a class="more" href="/Report/ReportList.aspx"><span>+</span>더보기</a> </div> </div> <!--div class="section1"> <h3>새소식</h3> <div id="mNews"> <ul id="newsList" class="news-list"> </ul> </div> <a class="more" href="/Report/ReportList.aspx">더보기</a> </div--> <!-- s:2015년 4월28일 수정 --> <style> .main-content2 .section4 li {height:auto !important; width:auto !important;} </style> <!-- 삭제 div class="section4"> <ul> <li><a href="http://nhvalueplus.com" target="_blank" title="새창_NH농협 가치채움"><img src="/images/renewal/icon_main_ban01.gif" alt="NH농협 가치채움" /></a></li> <li><a href="https://with.nonghyup.com/ce/index.jsp" target="_blank" title="새창_경력(퇴직)증명서"><img src="/images/renewal/icon_main_ban02.gif" alt="경력(퇴직)증명서" /></a></li> <li><a href="/Complaint/Complaint_Tel.aspx" target="_blank" title="새창_전자민원"><img src="/images/renewal/icon_main_ban04.gif" alt="전자민원" /></a></li> </ul> </div --> <!-- e:2015년 4월28일 수정 --> <div class="section02"> <div class="customer-center-area"> <ul> <!-- 2017-03-29 농협미디어룸 추가(S) --> <li class="list01"> <div class="sns"> <span>농협 미디어룸</span> <a href="https://www.facebook.com/nh.nhnonghyup" target="_blank" title="새창_농협 페이스북"><img src="/images/renewal/img_sns_fb.png" alt="농협 페이스북" /></a> <a href="http://www.instagram.com/nh.nonghyup" target="_blank" title="새창_농협 인스타그램"><img src="/images/renewal/img_sns_ig.png" alt="농협 인스타그램" /></a> <a href="https://www.youtube.com/user/nonghyupchannel" target="_blank" title="새창_농협 유튜브"><img src="/images/renewal/img_sns_yt.png" alt="농협 유튜브" /></a> </div> </li> <!-- 2017-03-29 농협미디어룸 추가(E) --> <li class="list02"><a href="https://with.nonghyup.com/ce/index.jsp" target="_blank" title="새창_경력(퇴직)증명서">경력(퇴직)증명서</a></li> <li class="list03"><a href="/Complaint/Complaint_Tel.aspx" target="_blank" title="새창_전자민원">전자민원</a></li> </ul> </div> <!-- 2012-10-18 section3 마크업 전체 수정 --> <div class="event-banner-area"> <h3 class="tit">이벤트&배너</h3> <div class="auto_btn"> <button class="start" type="button"><span>이벤트배너 자동재생 시작</span></button> <button class="stop" type="button"><span>이벤트배너 자동재생 중지</span></button> </div> <!-- <div class="bx_pager"> <a href="#content1" class="active">1<span>번째 이벤트 배너보기</span></a> <a href="#content2" class="">2<span>번째 이벤트 배너보기</span></a> <a href="#content3" class="">3<span>번째 이벤트 배너보기</span></a> </div> --> <dl id="slides1" class="slide-list"> <dt><a href="#content1" class="active">1<span>번째 이벤트 배너보기</span></a></dt> <dd><a target="_blank" id="content1" href="http://nhparan.nonghyup.com/user/indexSub.do?framePath=unknownboard&siteId=nhparan&dum=dum&boardId=384666&page=1&command=view&boardSeq=4535797" title=""><img src="/Upload/images/Data/636301173607816202.jpg" alt="나의살던 고향장터 개장 어디서? 농협창조지원센터 대운동장 잔디밭 (안성팜랜드 맞은편) 언제? 17.4.29~10월 매주 토요일 10시~18시" /></a></dd> <dt><a href="#content2" class="">2<span>번째 이벤트 배너보기</span></a></dt> <dd><a target="_self" id="content2" href="https://1398.acrc.go.kr/pcc/ds/prvnSttemntStepSub1.do" title=""><img src="/Upload/images/Data/636265697352360787.jpg" alt="복지 보조금 부정 신고센터" /></a></dd> <dt><a href="#content3" class="">3<span>번째 이벤트 배너보기</span></a></dt> <dd><a target="_blank" id="content3" href="https://www.kocef.org/01biennale/03.asp" title=""><img src="/Upload/images/Data/636262306049416144.jpg" alt="2017 경기세계도자비엔날레 rlrks : 4.22~5.28 이천 여주 광주" /></a></dd> </dl> </div> <script type="text/javascript" src="/share/js/jquery.move.contents.js"></script> <script type="text/javascript" src="/share/js/jquery-ui-1.8.5.min.js"></script> <script type="text/javascript"> $('.event-banner-area').moveContents({ eventEl: '.slide-list>dt>a', conEl: '.slide-list>dd', controlFlag: true, iconFlagEvent: "click focus", btnPlay: '.start', btnStop: '.stop', effect: 'slide', autoPlay: true, slideRepeat: true, slideFor: "left", slideValue: 332, changeTimer: 5000, aniTimer: 200 }); $('.event-banner-area').find("dt").each(function(i) { if (i >= 9) { $(this).find("a").css({ "width": 19 }); } }); //$('.section3 .auto_btn').css({ "right": $("#slides1").find("dt").length * 16 + 3 + "px" }); </script> <!-- //2012-10-18 section3 마크업 전체 수정 --> </div> <div class="section03"> <div class="movie-news-area"> <!-- 접근성수정 접근성수정 (S) --> <a href="https://youtu.be/HiSG6o1WEzk" target="_blank" title="김병원 회장, 농협대 학생들의 호응 속 열정적 강의 펼쳐"> <div class="img-box"> <img src="/images/renewal/img_main_news01.jpg" alt="김병원 회장, 농협대 학생들의 호응 속 열정적 강의 펼쳐"/> </div> </a> <!-- 접근성수정 접근성수정 (E) --> </div> <!-- 20161031 미환급금 팝업 링크 배너 업데이트 (S) --> <div class="promotion-center-area"> <a href="javascript:void(0);" onclick="fnMoneyInfo();" title="새창 - 미환급 출자금 및 미환급 배당금 유무 조회"> <img src="/images/renewal/img_main_money01.jpg" alt="미환급 출자금 및 미환급 배당금 유무 조회서비스 - 조회바로가기" /> </a> </div> <!-- 20161031 미환급금 팝업 링크 배너 업데이트 (E) --> </div> </div> </div> <!-- //2013-09-04 --> <div id="footer"> <div class="new_footer"> <p class="logo"><img src="/images/renewal/foot_logo.gif" alt="농협" /></p> <ul class="footer_menu"> <li><a href="/Html/SiteMap.aspx">사이트 맵</a></li> <li><a href="/Html/UserGuide/Privacy2016new.aspx"><strong>개인정보처리방침</strong></a></li> <li><a href="/Html/UserGuide/service.aspx">이용약관</a></li> <li><a href="/Html/UserGuide/emailrject.aspx">이메일주소무단수집거부</a></li> <li><a href="/Error/ErrorGuide.aspx">홈페이지 오류신고</a></li> <li><a href="/Html/UserGuide/Contactus.aspx">찾아오시는길</a></li> </ul> <div class="footer_tel"> <address>(04516) 서울시 중구 새문안로 16. 대표자 김병원. 사업자등록번호 104-82-07072.<br />대표전화 02-2080-5114. 금융문의 1588-2100,1544-2100</address> <p>copyright 2014. Nonghyup All rights reserved</p> </div> <!-- 20141021 접근성수정s--> <ul class="mark"> <li><a href="http://webwatch.or.kr/certification/situation.html" target="_blank" title="새창_웹 접근성 우수사이트 인증마크(WA인증마크)"><img src="/images/renewal/footer_mark3.jpg" alt="미래창조과학부 WEB ACCESSIBILITY 마크(웹 접근성 품질인증 마크)" title="국가 공인 인증기관 : 웹와치" /></a></li> </ul> <!-- 20141021 접근성수정e--> <p class="family"><a href="#family" title="계열사/관련사이트 목록 열기" id="family_link"><img src="/images/renewal/foot_family.gif" alt="계열사/관련사이트 목록 열기" /></a></p> </div> <div id="family" style="display:none;"> <p class="famtit"><img src="/images/common/title_family.gif" alt="계열사/관련사이트" /></p><!-- 20150812 위치이동 --> <div class="family"> <dl class="site"> <dt>계열사/관계법인</dt> <dd><a href="http://www.nhabgroup.com/" target="_blank" title="새창_농협경제지주">농협경제지주</a></dd> <dd><a href="http://www.nhfngroup.com/" target="_blank" title="새창_NH농협금융지주">NH농협금융지주</a></dd> <dd><a href="http://www.nhchem.co.kr/" target="_blank" title="새창_남해화학">남해화학</a></dd> <dd><a href="http://www.nongmin.com/" target="_blank" title="새창_농민신문사">농민신문사</a></dd> <dd><a href="http://www.nongwoobio.co.kr/" target="_blank" title="새창_농우바이오">농우바이오</a></dd> <dd><a href="http://www.nonghyup.ac.kr/n_main.asp" target="_blank" title="새창_농협대학교">농협대학교</a></dd> <dd><a href="http://www.moguchon.co.kr/" target="_blank" title="새창_농협목우촌">농협목우촌</a></dd> <dd><a href="http://www.nonghyuplogis.com/" target="_blank" title="새창_농협물류">농협물류</a></dd> <dd><a href="http://www.nonghyupsaryo.com/" target="_blank" title="새창_농협사료">농협사료</a></dd> <dd><a href="http://www.nonghyupagro.com/" target="_blank" title="새창_농협아그로">농협아그로</a></dd> <dd><a href="http://www.riceall.co.kr/" target="_blank" title="새창_농협양곡">농협양곡</a></dd> <dd><a href="http://www.nhhanaro.co.kr/" target="_blank" title="새창_농협유통">농협유통</a></dd> <dd><a href="http://www.acamco.co.kr/" target="_blank" title="새창_농협자산관리">농협자산관리</a></dd> <dd><a href="http://jaedan.nonghyup.com/" target="_blank" title="새창_농협재단">농협재단</a></dd> <dd><a href="http://www.nonghyupit.com" target="_blank" title="새창_농협정보시스템">농협정보시스템</a></dd> <dd><a href="http://www.nhchemical.com/" target="_blank" title="새창_농협케미컬">농협케미컬</a></dd> <dd><a href="http://www.hansamin.org/page/main.html" target="_blank" title="새창_농협홍삼">농협홍삼</a></dd> <!-- 2013-03-11 텍스트수정 삼협농산 → 농협흙사랑 --> <dd><a href="http://www.nhheuksarang.com/" target="_blank" title="새창_농협흙사랑">농협흙사랑</a></dd> <dd><a href="http://www.nhasfarmland.com/" target="_blank" title="새창_안성팜랜드">안성팜랜드</a></dd> <dd><a href="http://www.futures.co.kr/" target="_blank" title="새창_NH선물">NH선물</a></dd> <dd><a href="http://www.nhman.co.kr/" target="_blank" title="새창_협동기획">협동기획</a></dd> <dd><a href="http://www.nhd.co.kr/" target="_blank" title="새창_농협네트웍스">농협네트웍스</a></dd> <dd><a href="http://www.nhlife.co.kr/main.nhl" target="_blank" title="새창_NH농협생명">NH농협생명</a></dd> <dd><a href="http://www.nhfire.co.kr/index.nhfire" target="_blank" title="새창_NH농협손해보험">NH농협손해보험</a></dd> <dd><a href="http://www.nhbank.com" target="_blank" title="새창_NH농협은행">NH농협은행</a></dd> <dd><a href="http://www.nhcapital.co.kr/" target="_blank" title="새창_NH농협캐피탈">NH농협캐피탈</a></dd> <dd><a href="http://www.nhtra.co.kr/" target="_blank" title="새창_NH무역">NH무역</a></dd> <dd><a href="http://www.nhsavingsbank.co.kr/" target="_blank" title="새창_NH저축은행">NH저축은행</a></dd> <dd><a href="http://nhjajae.nonghyup.com/" target="_blank" title="새창_NH축산자재몰">NH축산자재몰</a></dd> <dd><a href="http://www.nhwm.com/" target="_blank" title="새창_NH투자증권">NH투자증권</a></dd> <!-- 2016-05-02 업데이트 (S) --> <dd><a href="http://www.nh-amundi.com/" target="_blank" title="새창_NH-Amundi자산운용">NH-Amundi자산운용</a></dd> <!-- 2016-05-02 업데이트 (E) --> </dl> <dl class="site bo_ln" > <dt>농협 관련 사이트</dt> <dd><a href="https://info.nonghyup.com/" target="_blank" title="새창_농축협소개">농축협소개</a></dd> <dd><a href="https://banking.nonghyup.com" target="_blank" title="새창_NH농협은행">NH농협은행</a></dd> <dd><a href="http://www.nhamarket.com/gd/NSGDR10001.nh" target="_blank" title="새창_농협 a market">농협 a market</a></dd><!-- 2013-12-20 --> <dd><a href="http://www.nanumchuksan.or.kr" target="_blank" title="새창_(사)나눔축산운동본부">(사)나눔축산운동본부</a></dd> <dd><a href="http://www.nongshinbo.com/" target="_blank" title="새창_농림수산업자 신용보증기금">농림수산업자 신용보증기금</a></dd> <dd><a href="http://consulting.nonghyup.com/nh_consulting/consulting/service001.jsp" target="_blank" title="새창_농업금융컨설팅">농업금융컨설팅</a></dd> <dd><a href="http://www.agrimuseum.or.kr/" target="_blank" title="새창_농업박물관">농업박물관</a></dd> <dd><a href="http://www.ifarmlove.com/index.jsp" target="_blank" title="새창_농촌사랑범국민운동본부">농촌사랑범국민운동본부</a></dd> <dd><a href="http://nhgift.nonghyup.com/" target="_blank" title="새창_농촌사랑상품권">농촌사랑상품권</a></dd> <dd><a href="http://newgp.nonghyup.com/index.jsp" target="_blank" title="새창_농협공판장인터넷통합거래시스템">농협공판장인터넷통합거래시스템</a></dd> <dd><a href="https://www.nhlife.co.kr/ho/tc/main.nhl" target="_blank" title="새창_NH농협보험수련원">NH농협보험수련원</a></dd> <dd><a href="http://nheduplus.com" target="_blank" title="새창_NH농협지식채움">NH농협지식채움</a></dd> <dd><a href="http://nhdpf.nonghyup.com/" target="_blank" title="새창_농협상호금융예금자보호기금">농협상호금융예금자보호기금</a></dd> <dd><a href="http://www.nhfri.com/nhfri/" target="_blank" title="새창_농협식품안전연구원">농협식품안전연구원</a></dd> <dd><a href="http://www.arumchan.com" target="_blank" title="새창_농협아름찬">농협아름찬 </a></dd> <dd><a href="http://www.nhansim.com/" target="_blank" title="새창_농협안심축산">농협안심축산</a></dd> <dd><a href="http://insam.nonghyup.com" target="_blank" title="새창_농협인삼">농협인삼</a></dd> <dd><a href="http://gongmae.nonghyup.com/" target="_blank" title="새창_농협인터넷조곡공매시스템">농협인터넷조곡공매시스템</a></dd> <dd><a href="http://www.nhhanaro.co.kr/" target="_blank" title="새창_하나로클럽 마트">하나로클럽 마트</a></dd> </dl> <dl class="site bo_ln"> <dt>농협 관련 사이트</dt> <dd><a href="https://with.nonghyup.com" target="_blank" title="새창_농협 채용정보">농협 채용정보</a></dd> <dd><a href="http://l-fri.nonghyup.com/" target="_blank" title="새창_농협축산연구원">농협축산연구원</a></dd> <dd><a href="http://livestock.nonghyup.com/main/main.do" target="_blank" title="새창_농협축산정보센터">농협축산정보센터</a></dd> <dd><a href="http://www.toreore.com/" target="_blank" title="새창_또래오래">또래오래 </a></dd> <dd><a href="http://dokdo.nonghyup.com/" target="_blank" title="새창_사이버농협 독도">사이버농협 독도</a></dd> <dd><a href="http://www.siknongsarang.com/" target="_blank" title="새창_식사랑농사랑">식사랑농사랑</a></dd> <dd><a href="http://nhedu.kr/" target="_blank" title="새창_안성교육원">안성교육원 </a></dd> <dd><a href="https://farminfo.nonghyup.com/" target="_blank" title="새창_영농정보">영농정보</a></dd> <dd><a href="http://www.achimmaru.org" target="_blank" title="새창_전국친환경농업협의회">전국친환경농업협의회</a></dd> <dd><a href="http://rd.dcic.co.kr/" target="_blank" title="새창_젖소개량사업소">젖소개량사업소</a></dd> <dd><a href="http://hrd.nonghyup.com/" target="_blank" title="새창_중앙교육원">중앙교육원</a></dd> <dd><a href="http://www.meatacademy.co.kr/" target="_blank" title="새창_축산물위생교육원">축산물위생교육원</a></dd> <dd><a href="http://www.ldf.or.kr/" target="_blank" title="새창_축산발전기금">축산발전기금</a></dd> <dd><a href="http://www.kmelon.kr/" target="_blank" title="새창_케이멜론">케이멜론</a></dd> <dd><a href="http://www.farmstay.co.kr/" target="_blank" title="새창_팜스테이">팜스테이</a></dd> <dd><a href="http://www.kstrawberry.co.kr" target="_blank" title="새창_한국딸기생산자대표조직">한국딸기생산자대표조직</a></dd> <dd><a href="http://www.ktomato.co.kr" target="_blank" title="새창_한국토마토대표조직">한국토마토대표조직</a></dd> <dd><a href="http://www.hansamin.com/shop/main/index.php" target="_blank" title="새창_한삼인몰">한삼인몰</a></dd> <dd><a href="http://www.limc.co.kr/" target="_blank" title="새창_한우개량사업소">한우개량사업소</a></dd> <dd><a href="http://www.nhtour.co.kr" target="_blank" title="새창_NH여행">NH여행</a></dd> </dl> <dl class="site bo_ln"> <dt>농업 관련 사이트</dt> <dd><a href="http://www.lhca.or.kr/" target="_blank" title="새창_가축위생방역지원본부">가축위생방역지원본부</a></dd> <dd><a href="http://www.gohyangjubu.com/" target="_blank" title="새창_고향주부모임">고향주부모임</a></dd> <dd><a href="http://www.naqs.go.kr/index.jsp?intro=yes" target="_blank" title="새창_국립농산물품질관리원">국립농산물품질관리원</a></dd> <dd><a href="http://www.acrc.go.kr/acrc/board.do?command=searchDetail&menuId=050202" target="_blank" title="새창_국민권익위원회">국민권익위원회</a></dd> <dd><a href="http://www.nonggajubu.com/" target="_blank" title="새창_농가주부모임">농가주부모임</a></dd> <dd><a href="http://www.affis.or.kr/" target="_blank" title="새창_농림수산식품교육문화정보원">농림수산식품교육문화정보원</a></dd> <dd><a href="http://www.mafra.go.kr" target="_blank" title="새창_농림축산식품부">농림축산식품부</a></dd> <dd><a href="http://www.kati.net/" target="_blank" title="새창_농수산식품수출지원정보">농수산식품수출지원정보</a></dd> <dd><a href="http://www.moaf.or.kr/" target="_blank" title="새창_농업정책보험금융원">농업정책보험금융원</a></dd> <dd><a href="http://www.rda.go.kr/" target="_blank" title="새창_농촌진흥청">농촌진흥청</a></dd> <dd><a href="https://www.kamis.or.kr/" target="_blank" title="새창_농산물유통정보(KAMIS)">농산물유통정보(KAMIS)</a></dd> <dd><a href="http://www.jikigi.com/" target="_blank" title="새창_우리농업지키기운동본부">우리농업지키기운동본부</a></dd> <dd><a href="http://www.saenongmin.or.kr/" target="_blank" title="새창_전국새농민회">전국새농민회</a></dd> <dd><a href="http://www.apgs.co.kr/" target="_blank" title="새창_축산물품질평가원">축산물품질평가원</a></dd> <dd><a href="http://www.at.or.kr/" target="_blank" title="새창_한국농수산식품유통공사">한국농수산식품유통공사</a></dd> <dd><a href="http://www.ekr.or.kr/" target="_blank" title="새창_한국농어촌공사">한국농어촌공사</a></dd> <dd><a href="http://www.krei.re.kr/" target="_blank" title="새창_한국농촌경제연구원">한국농촌경제연구원</a></dd> <dd><a href="http://www.kfpc.or.kr/user/indexMain.do?siteId=kfpc" target="_blank" title="새창_한국화훼생산자협의회">한국화훼생산자협의회</a></dd> </dl> </div> <p class="btn_close"><a href="#family_link" title="계열사/관련사이트 목록 닫기"><img src="/images/btn/btn_fclose.gif" alt="계열사/관련사이트 목록 닫기" /></a></p><!-- 20150812 src변경 --> </div> </div> </div> <input type="hidden" name="strtop" id="strtop" value="0" /> <input type="hidden" name="strleft" id="strleft" value="0" /> <input type="hidden" name="strheight" id="strheight" value="0" /> <input type="hidden" name="strwidth" id="strwidth" value="0" /> <input type="submit" style="visibility:hidden;position:absolute;left:-9999px;" /> </form> </div> <script type="text/javascript" src="/Common/WebLog/siteoverlay.js"></script> <script type="text/javascript" src="/Common/WebLog/wlo.js"></script> <script type="text/javascript"> var pszProto = (("https:" == document.location.protocol) ? "https://www.nonghyup.com." : "http://www.nonghyup.com"); //document.write(unescape("%3CSCRIPT src='nonghyup.com/Common/WebLog/wlo.js' type='text/javascript'%3E%3C/SCRIPT%3E")); </script> <script type="text/javascript"> _n_sid = "www.nonghyup.com"; _n_uid_cookie = "UID"; n_logging(); </script> <!--################################################ Layer PopUp ######################################################--> <script type="text/javascript"> function layerClose(num) { document.getElementById('layerClose' + num).style.display = 'none'; } </script> <script language="JavaScript1.2" type="text/javascript"> isIE = document.all; isNN = !document.all && document.getElementById; isN4 = document.layers; isHot = false; function ddInit(e) { topDog = isIE ? "BODY" : "HTML"; hotDog = isIE ? event.srcElement : e.target; idx = hotDog.id.substr(hotDog.id.length - 1, 1); whichDog = isIE ? document.all.divpop : document.getElementById("divpop"); while (hotDog.id != hotDog.id && hotDog.tagName != topDog) { hotDog = isIE ? hotDog.parentElement : hotDog.parentNode; } if (hotDog.id == "titleBar") { offsetx = isIE ? event.clientX : e.clientX; offsety = isIE ? event.clientY : e.clientY; nowX = parseInt(whichDog.style.left); nowY = parseInt(whichDog.style.top); ddEnabled = true; document.onmousemove = dd; } } function dd(e) { if (!ddEnabled) return; whichDog.style.left = isIE ? nowX + event.clientX - offsetx : nowX + e.clientX - offsetx; whichDog.style.top = isIE ? nowY + event.clientY - offsety : nowY + e.clientY - offsety; return false; } function ddN4(whatDog) { if (!isN4) return; N4 = eval(whatDog); N4.captureEvents(Event.MOUSEDOWN | Event.MOUSEUP); N4.onmousedown = function(e) { N4.captureEvents(Event.MOUSEMOVE); N4x = e.x; N4y = e.y; } N4.onmousemove = function(e) { if (isHot) { N4.moveBy(e.x - N4x, e.y - N4y); return false; } } N4.onmouseup = function() { N4.releaseEvents(Event.MOUSEMOVE); } } function hideMe(id) { if (document.getElementById('chkbox').checked) { setCookie("divpop", "done", 1); document.getElementById('chkbox').checked = false; } if (isIE || isNN) document.getElementById('divpop').style.visibility = "hidden"; else if (isN4) document.divpop.visibility = "hide"; } function showMe() { // if (isIE||isNN) document.getElementById('divpop').style.visibility="hidden"; // else if (isN4) document.divpop.visibility="hide"; // if (isIE || isNN) whichDog.style.visibility = "visible"; else if (isN4) document.divpop.visibility = "show"; } document.onmousedown = ddInit; document.onmouseup = Function("ddEnabled=false"); function setCookie(name, value, expiredays) { var todayDate = new Date(); todayDate.setDate(todayDate.getDate() + expiredays); document.cookie = name + "=" + escape(value) + "; path=/; expires=" + todayDate.toGMTString() + ";" } function getCookie(name) { var nameOfCookie = name + "="; var x = 0; while (x <= document.cookie.length) { var y = (x + nameOfCookie.length); if (document.cookie.substring(x, y) == nameOfCookie) { if ((endOfCookie = document.cookie.indexOf(";", y)) == -1) endOfCookie = document.cookie.length; return unescape(document.cookie.substring(y, endOfCookie)); } x = document.cookie.indexOf(" ", x) + 1; if (x == 0) break; } return ""; } </script> <script language="javascript" type="text/javascript"> function closeWin(_id, _name) { if (document.all.chkbox.checked == true) { setCookie(_name, "done", 1); //쿠키 이름,조건,유효기간 } self.close(); } // 쿠키값을 생성한다. function setCookie(name, value, expiredays) { var todayDate = new Date(); todayDate.setDate(todayDate.getDate() + expiredays); document.cookie = name + "=" + escape(value) + "; path=/; expires=" + todayDate.toGMTString() + ";" } </script> <!-- 팝업 레이어 2012-08-30 2012-08-30 //팝업 레이어 --> <!--#################################### //Layer PopUp ######################################--> </body>
File attachments:
Forums:
농협 페이지에 오류가 있어 보이면 농협에 알려주셔야죠
농협 페이지에 오류가 있어 보이면 농협에 알려주셔야죠.
농협 페이지의 오류를 이용해서 크래킹 하란 얘긴 아니죠?
세벌 https://sebuls.blogspot.kr/
크래킹 하란 건 아니고
농협에 이미 문제제기도 했고요.
이보게 친구, 속도는 생명이라고.
망하면 재수강. Re: 제로부터 시작하는 재수강