¹Ýµð¾Ø·ç´Ï½º ÀÎÅͳݼ­Á¡

³×ºñ°ÔÀÌ¼Ç ½Ç½Ã°£ Àαâ Ã¥

    Çï·Î, ¶×! 1

    ½Ã¸®Áî : Çï·Î, ¶×! [2]

    • Á¶ÁÖÈñ Àú
    • ¼­¿ï¹®È­»ç
    • 2017³â 04¿ù 25ÀÏ
    • Á¤°¡
      9,800¿ø
    • ÆǸŰ¡
      8,820¿ø [10% ÇÒÀÎ]
    • °áÁ¦ ÇýÅÃ
      ¹«ÀÌÀÚ
    • Àû¸³±Ý
      490¿ø Àû¸³ [5%P]

      NAVER Pay °áÁ¦ ½Ã ³×À̹öÆäÀÌ Æ÷ÀÎÆ® 5% Àû¸³ ?

    Ç°ÀýµÈ »óÇ°ÀÔ´Ï´Ù.

    ȸ¿ø¸®ºä
    - [0]
    ISBN: 9788926365212 172ÂÊ 327g 190 x 257 (§®)

    Áö±Ý ÀÌÃ¥Àº

    • ÆǸÅÁö¼ö : 265

    ÀÌ ºÐ¾ßÀÇ º£½ºÆ®¼¿·¯

    ÀÌ Ã¥ÀÇ ½Ã¸®Áî

    Àüü ¼±Åà ¼îÇÎÄ«Æ® ´ã±â
    ½Ã¸®Áî Çï·Î, ¶×! (2)

    ÃâÆÇ»ç ¸®ºä

    Çï·Î, ¶×!. 1 - ÀÎÅͳݱ³º¸¹®°í
    jQuery.noConflict();
    var _gaq \u003d _gaq || [];
    _gaq.push(['_setAccount', 'UA-27007826-1']);
    _gaq.push(['_setDomainName', 'kyobobook.co.kr']);
    _gaq.push(['_trackPageview']);
    (function() {
    var ga \u003d document.createElement('script'); ga.type \u003d 'text/javascript'; ga.async \u003d true;
    ga.src \u003d ('https:' \u003d\u003d document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s \u003d document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    })();








    // mobile »çÀÌÆ® À̵¿
    var userAgentInfo \u003d navigator.userAgent;
    var chkAgentArr \u003d 'Android,iPhone,iPad'.split(',');
    var chkRslt \u003d false;
    if(userAgentInfo) {
    for(var idx\u003d0;!chkRslt&&idx-1) chkRslt\u003dtrue;
    }
    }
    var m_redirect_barcode \u003d '9788926365212';
    if(chkRslt) {
    if(location.href.indexOf(\"detailViewKor.laf\")>-1){
    location.replace(\"http://mobile.kyobobook.co.kr/showcase/book/KOR/\"+m_redirect_barcode);
    } else if(location.href.indexOf(\"detailViewEng.laf\")>-1 && location.href.indexOf(\"ejkGb\u003dENG\")>-1){ /* ¾ç¼­ */
    location.replace(\"http://mobile.kyobobook.co.kr/showcase/book/ENG/\"+m_redirect_barcode);
    } else if(location.href.indexOf(\"detailViewEng.laf\")>-1 && location.href.indexOf(\"ejkGb\u003dBNT\")>-1){ /* ¾ç¼­(ÇØ¿ÜÁÖ¹®) */
    location.replace(\"http://mobile.kyobobook.co.kr/showcase/book/BNT/\"+m_redirect_barcode);
    } else if(location.href.indexOf(\"detailViewEng.laf\")>-1 && location.href.indexOf(\"ejkGb\u003dJAP\")>-1){ /* Àϼ­ */
    location.replace(\"http://mobile.kyobobook.co.kr/showcase/book/JAP/\"+m_redirect_barcode);
    } else if(location.href.indexOf(\"detailViewEng.laf\")>-1 && location.href.indexOf(\"ejkGb\u003dJNT\")>-1){ /* Àϼ­(ÇØ¿ÜÁÖ¹®) */
    location.replace(\"http://mobile.kyobobook.co.kr/showcase/book/JNT/\"+m_redirect_barcode);
    } else if(location.href.indexOf(\"detailViewMuc.laf\")>-1){
    location.replace(\"http://mobile.kyobobook.co.kr/showcase/medium/MUC/\"+m_redirect_barcode);
    } else if(location.href.indexOf(\"detailViewDvd.laf\")>-1){
    location.replace(\"http://mobile.kyobobook.co.kr/showcase/medium/DVD/\"+m_redirect_barcode);
    }
    }








    //javascript .trim() function ¿À¹ö¶óÀ̵å
    String.prototype.trim \u003d function(){
    return this.replace(/(^\\s*)|(\\s*$)/g, \"\");
    }
    //url¿¡ orderClick°ú Kc°ªÀ» ¹Þ¾Æ addó¸® ÇØÁØ´Ù.
    function pd_makeClickParamUrl(linkUrl , orderClick , Kc){
    var clickParam \u003d \"\";
    if(typeof(orderClick) !\u003d 'undefined'){
    if(orderClick.trim() !\u003d \"\"){
    clickParam \u003d \"orderClick\u003d\"+orderClick.trim();
    }
    }
    if(typeof(Kc) !\u003d 'undefined'){
    if(Kc.trim() !\u003d \"\"){
    clickParam \u003d (clickParam.trim() !\u003d \"\")?(clickParam+\"&Kc\u003d\"+Kc.trim()) : \"Kc\u003d\"+Kc.trim();
    }
    }
    if(clickParam.trim() !\u003d \"\"){
    linkUrl \u003d (linkUrl.indexOf(\"?\") \u003d\u003d -1)?(linkUrl+\"?\"+clickParam) : (linkUrl+\"&\"+clickParam);
    }
    return linkUrl;
    }
    //Æ˾÷(½Ã¸®Áî(seriesBookDetail)/ÃѼ­(libraryBookDetail)/º»¹®°Ë»ö(bodyMatterSearch),ºÏ·Î±×¸®ºä(memberReviewDetail),Ã¥¼ÓÀÇ Çѹ®Àå(oneLineDetail))
    function pd_goMultiPopupOpener(popupMode,orderClick,Kc){
    jQuery(\"#multiPopupFrm\").find(\"input:[name\u003dpopupMode]\").val(popupMode);
    var popWidth \u003d 0;
    var popHeight \u003d 0;
    if(popupMode \u003d\u003d 'bodyMatterSearch'){
    //º»¹®°Ë»ö
    jQuery(\"#multiPopupFrm\").find(\"input:[name\u003ddocId]\").val(jQuery(\"#bodyMatterDocId\").val());
    jQuery(\"#multiPopupFrm\").find(\"input:[name\u003dquery]\").val(jQuery(\"#bodyMatterQuery\").val());
    popWidth \u003d 760;
    popHeight \u003d 700;
    }else if(popupMode \u003d\u003d 'memberReviewDetail'){
    //ºÏ·Î±×¸®ºä
    popWidth \u003d 760;
    popHeight \u003d 700;
    }else if(popupMode \u003d\u003d 'oneLineDetail'){
    //Ã¥¼ÓÀÇ Çѹ®Àå
    popWidth \u003d 760;
    popHeight \u003d 700;
    }else if(popupMode \u003d\u003d 'seriesBookDetail'){
    //ÀÌ Ã¥ÀÇ ½Ã¸®Áî
    popWidth \u003d 760;
    popHeight \u003d 700;
    }else if(popupMode \u003d\u003d 'libraryBookDetail'){
    //ÀÌ Ã¥ÀÇ ÃѼ­
    popWidth \u003d 760;
    popHeight \u003d 700;
    }else if(popupMode \u003d\u003d 'mediaSellerDetail'){
    //ÀÌ Ã¥ÀÇ ¹Ìµð¾î¼¿·¯
    popWidth \u003d 760;
    popHeight \u003d 700;
    }else if(popupMode \u003d\u003d 'relationBookDetail'){
    //ÀÌ Ã¥ÀÇ ¿¬°üµµ¼­
    popWidth \u003d 760;
    popHeight \u003d 700;
    }
    window.open('','multiPopup','width\u003d'+popWidth+',height\u003d'+popHeight+',scrollbars');
    jQ

    ÀúÀÚ ¼Ò°³

    Á¶ÁÖÈñ

    • ±¸ºÐ : Àú¼­
    • ±¹Àû : ´ëÇѹα¹
    • ºÐ·ù : ¹®Çа¡ , ¸¸È­°¡/ÀÏ·¯½ºÆ®·¹ÀÌÅÍ , ±âŸ
    • ÀαâÁö¼ö : 5,790

    2001³â ´ëÇѹα¹ ´ëÇ¥ ¼øÁ¤¸¸È­ÀâÁö <À®Å©>ÀÇ ½ÅÀÎ °ø¸ðÀü ½ÅÀλóÀ¸·Î µ¥ºßÇÑ ¸¸È­°¡ÀÌÀÚ,
    ÇöÁ÷ ÁßÇб³ ±¹¾î ¼±»ý´ÔÀÔ´Ï´Ù.
    2011³â°ú 2013³â ¡®¸¸È­ÀÇ ³¯ ¿À´ÃÀÇ ¿ì¸® ¸¸È­»ó ¹®È­Ã¼À°ºÎÀå°ü»ó¡¯À», 2014³â ¡®´ëÇѹα¹ ÄÜÅÙÃ÷
    ´ë»ó ¹®È­Ã¼À°ºÎÀå°ü»ó¡¯À» ¼ö»óÇß½À´Ï´Ù.
    ´ëÇ¥ ÀÛÇ°À¸·Î´Â <Á¶¼±»ýÀÇ ¶¯¶¯ÀÌ>, <Å°Ä£>, <¹ãÀ» °È´Â ¼±ºñ>, <ÄíÅ°·± ÆÝÆÝ »ó½Ä ½Ã¸®Áî 1-10>,
    <ÄíÅ°·± ±¹¾î¿Õ> µîÀÌ ÀÖ½À´Ï´Ù.

    ÀÌÅ¿µ

    • ±¸ºÐ : ÀÏ·¯½ºÆ®
    • ±¹Àû : ´ëÇѹα¹
    • ºÐ·ù : ¾Æµ¿/û¼Ò³â ¹®Çа¡ , ±âŸ
    • ÀαâÁö¼ö : 6,872

    ¾î¸°À̵éÀÇ ´«³ôÀÌ¿¡ ¸Â´Â Àç¹ÌÀÖ°í À¯ÀÍÇÑ ÇнÀ¸¸È­¸¦ ±×¸®°í ÀÖ½À´Ï´Ù.
    Á¾ÇÕÇнÀ¸¸È­Áö <º¸¹°¼¶>¿¡¼­ <¿Í¿ì À×±Û¸®½Ã>, <¾ÆÇÏ Å÷!>À» ¿¬ÀçÇß½À´Ï´Ù.
    ÀÌ ¿Ü¿¡ <¼¼°èÀÇ ¿ª»ç>, <ÇÑÀÚµµµÏ>, <±³°ú ¸¸È­¹é°ú>, <¿ì´çÅÁÅÁ °úÇÐ ½À°Ý »ç°Ç>,
    <ÄíÅ°·± ÆÝÆÝ »ó½Ä ½Ã¸®Áî 1-10>, <ÄíÅ°·± ±¹¾î¿Õ> µîÀ» ±×·È½À´Ï´Ù.

    Ã¥ ¼Ó¿¡¼­

    »óÇ° ±âº» Á¤º¸

    KCÀÎÁõÁ¤º¸
    KC¸¶Å©´Â ÀÌ Á¦Ç°ÀÌ °øÅë¾ÈÀü±âÁØ¿¡ ÀûÇÕÇÏ¿´À½À» ÀǹÌÇÕ´Ï´Ù.
    KC ÀÎÁõ¹øÈ£ : »óÇ°Á¤º¸ ÁغñÁßÀÔ´Ï´Ù.

    ¹è¼Û ½Ã À¯ÀÇ»çÇ×

    - ¹Ýµð¾Ø·ç´Ï½º¿¡¼­ ±¸¸ÅÇϽŠµµ¼­´Â ¹°·ù ´ëÇà À§Å¹¾÷ü ¿õÁø ºÏ¼¾À» ÅëÇØ ¹è¼ÛµË´Ï´Ù.
     (¹è¼Û Æ÷Àå¿¡ "¿õÁø ºÏ¼¾"À¸·Î Ç¥±âµÉ ¼ö ÀÖ½À´Ï´Ù.)

    - ±¸¸ÅÇÑ »óÇ°ÀÇ Ç°Áú°ú ¹è¼Û °ü·Ã ¹®ÀÇ´Â ¹Ýµð¾Ø·ç´Ï½º·Î ¹®ÀÇ ¹Ù¶ø´Ï´Ù.

    - õÀçÁöº¯ ¹× Åùè»çÀÇ »çÁ¤¿¡ µû¶ó ¹è¼ÛÀÌ Áö¿¬µÉ ¼ö ÀÖ½À´Ï´Ù.

    - °áÁ¦(ÀÔ±Ý) ¿Ï·á ÈÄ ÃâÆÇ»ç ¹× À¯Åë»çÀÇ »çÁ¤À¸·Î Ç°Àý ¶Ç´Â ÀýÆÇ µÇ¾î »óÇ° ±¸ÀÔÀÌ ¾î·Á¿ï ¼ö ÀÖ½À´Ï´Ù. (º°µµ ¾È³» ¿¹Á¤)

    - µµ¼­»ê°£Áö¿ªÀÇ °æ¿ì Ãß°¡ ¹è¼Ûºñ°¡ ¹ß»ýµÉ ¼ö ÀÖ½À´Ï´Ù.

    ¹ÝÇ°/±³È¯

    »óÇ° ¼³¸í¿¡ ¹ÝÇ°/ ±³È¯ °ü·ÃÇÑ ¾È³»°¡ ÀÖ´Â °æ¿ì ±× ³»¿ëÀ» ¿ì¼±À¸·Î ÇÕ´Ï´Ù. (¾÷ü »çÁ¤¿¡ µû¶ó ´Þ¶óÁú ¼ö ÀÖ½À´Ï´Ù)

    ¹ÝÇ°/±³È¯

    ¹ÝÇ°/±³È¯
    ¹ÝÇ°/±³È¯ ¹æ¹ý Ȩ > °í°´¼¾ÅÍ > ÀÚÁÖã´ÂÁú¹® ¡°¹ÝÇ°/±³È¯/ȯºÒ¡± ¾È³» Âü°í ¶Ç´Â 1:1»ó´ã°Ô½ÃÆÇ
    ¹ÝÇ°/±³È¯ °¡´É ±â°£ ¹ÝÇ°,±³È¯Àº ¹è¼Û¿Ï·á ÈÄ 7ÀÏ À̳», »óÇ°ÀÇ °áÇÔ ¹× °è¾à³»¿ë°ú ´Ù¸¦ °æ¿ì ¹®Á¦¹ß°ß ÈÄ 30ÀÏ À̳»¿¡ ½Åû°¡´É
    ¹ÝÇ°/±³È¯ ºñ¿ë º¯½É ȤÀº ±¸¸ÅÂø¿ÀÀÇ °æ¿ì¿¡¸¸ ¹Ý¼Û·á °í°´ ºÎ´ã(º°µµ ÁöÁ¤ Åùè»ç ¾øÀ½)
    ¹ÝÇ°/±³È¯ ºÒ°¡ »çÀ¯
    • ¼ÒºñÀÚÀÇ Ã¥ÀÓ »çÀ¯·Î »óÇ° µîÀÌ ¼Õ½Ç ¶Ç´Â ÈÑ¼ÕµÈ °æ¿ì
    • ¼ÒºñÀÚÀÇ »ç¿ë, Æ÷Àå °³ºÀ¿¡ ÀÇÇØ »óÇ° µîÀÇ °¡Ä¡°¡ ÇöÀúÈ÷ °¨¼ÒÇÑ °æ¿ì
    • º¹Á¦°¡ °¡´ÉÇÑ »óÇ° µîÀÇ Æ÷ÀåÀ» ÈѼÕÇÑ °æ¿ì : ¿¹)¸¸È­Ã¥, ÀâÁö, È­º¸Áý µî
    • ½Ã°£ÀÇ °æ°ú¿¡ ÀÇÇØ ÀçÆǸŰ¡ °ï¶õÇÑ Á¤µµ·Î °¡Ä¡°¡ ÇöÀúÈ÷ °¨¼ÒÇÑ °æ¿ì
    • ÀüÀÚ»ó°Å·¡µî¿¡¼­ÀÇ ¼ÒºñÀÚº¸È£¿¡ °üÇÑ ¹ý·üÀÌ Á¤ÇÏ´Â ¼ÒºñÀÚ Ã»¾àöȸ Á¦ÇÑ ³»¿ë¿¡ ÇØ´çµÇ´Â °æ¿ì
    • ÇØ¿ÜÁÖ¹® »óÇ°(ÇØ¿Ü ¿ø¼­)ÀÇ °æ¿ì(Æĺ»/ÈѼÕ/¿À¹ß¼Û »óÇ°À» Á¦¿Ü)
    ¼ÒºñÀÚ ÇÇÇغ¸»ó
    ȯºÒÁö¿¬¿¡ µû¸¥ ¹è»ó
    • »óÇ°ÀÇ ºÒ·®¿¡ ÀÇÇÑ ¹ÝÇ°, ±³È¯, A/S, ȯºÒ, Ç°Áúº¸Áõ ¹× ÇÇÇغ¸»ó µî¿¡ °üÇÑ »çÇ×Àº
      ¼ÒºñÀÚ ºÐÀïÇØ°á ±âÁØ(°øÁ¤°Å·¡À§¿øȸ°í½Ã)¿¡ ÁØÇÏ¿© 󸮵Ê
    • ´ë±Ý ȯºÒ ¹× ȯºÒÁö¿¬¿¡ µû¸¥ ¹è»ó±Ý Áö±Þ Á¶°Ç, ÀýÂ÷ µîÀº ÀüÀÚ»ó°Å·¡ µî¿¡¼­ÀÇ
      ¼ÒºñÀÚ º¸È£¿¡ °üÇÑ ¹ý·ü¿¡ µû¶ó ó¸®ÇÔ
    ¹ÝÇ°/±³È¯ ÁÖ¼Ò °æ±âµµ ÆÄÁֽà ¹®¹ß·Î 77, ¿õÁøºÏ¼¾(¹Ýµð¾Ø·ç´Ï½º)
    • ȸ»ç¸í : (ÁÖ)¼­¿ï¹®°í
    • ´ëÇ¥ÀÌ»ç : ±èÈ«±¸
    • °³ÀÎÁ¤º¸ º¸È£Ã¥ÀÓÀÚ : ±èÈ«±¸
    • E-mail : bandi_cs@bnl.co.kr
    • ¼ÒÀçÁö : (06168) ¼­¿ï °­³²±¸ »ï¼º·Î 96±æ 6
    • »ç¾÷ÀÚ µî·Ï¹øÈ£ : 120-81-02543
    • Åë½ÅÆǸž÷ ½Å°í¹øÈ£ : Á¦2023-¼­¿ï°­³²-03728È£
    • ¹°·ù¼¾ÅÍ : (10881) °æ±âµµ ÆÄÁֽà ¹®¹ß·Î 77 ¹Ýµð¾Ø·ç´Ï½º
    copyright (c) 2016 BANDI&LUNI'S All Rights Reserved