");
return c.join("")
},makeImgaeInDocHtml:function(c){var a=[];
for(var b=0,d=c.length-1;
b<=d;
b++){a.push("
")
}return a.join("")
},makeViewerHtml:function(h){var e=SF.T.ImageData[h];
var b=[];
b.push("
");
var a=this.getThumbCssStr(e.info);
var g=[];
if(a.width!==""){g.push("width:"+a.width)
}if(a.height!==""){g.push("height:"+a.height)
}var f={d:SF.T.ImageData[h].docid,p:"5",r:"1",pg:"1",rc:"1",e1:SF.T.ImageData[h].info.cpid,ext:"dsid="+SF.T.ImageData[h].docid};
b.push("
");
b.push("
");
b.push("
");
b.push("
");
var c=e.info.cpname;
if(c!==""){c=c+" "
}var d=this.getCclHtml(e.info);
if(d!==""){d="
| "+d
}f.p="6";
b.push("
");
b.push("
");
b.push("
문서 내 이미지");
b.push("
");
b.push("
");
b.push("
원본이미지에 대한 저작권은 개별 사이트의 각 게시자에게 있으며, 이를 무단으로 사용하는 경우 민·형사상의 법적인 책임을 질 수 있습니다.
");
b.push("
");
b.push("
");
if(this.viewer.indexImageInViewer!=0){b.push("
이전 사진")
}else{b.push("
이전 사진")
}if(this.viewer.indexImageInViewer!=this.viewer.indexLastRenderImage){b.push("
다음 사진")
}else{b.push("
다음 사진")
}f.p="12";
b.push("
이미지 뷰어 닫기");
return b.join("")
},getCclHtml:function(b){var a="";
if(b.cclc=="1"&&b.ccld=="A"){a=a+"
저작권 표시"
}else{if(b.cclc=="0"&&b.ccld=="A"){a=a+"
저작권 표시비영리"
}else{if(b.cclc=="1"&&b.ccld=="N"){a=a+"
저작권 표시변경 금지"
}else{if(b.cclc=="1"&&b.ccld=="S"){a=a+"
저작권 표시변경 허락"
}else{if(b.cclc=="0"&&b.ccld=="S"){a=a+"
저작권 표시비영리변경 금지"
}else{if(b.cclc=="0"&&b.ccld=="N"){a=a+"
저작권 표시비영리변경 허락"
}}}}}}return a
},ajaxRenderImage:function(a){window.setTimeout(function(){imageFlexibleListForAreaExec.renderImage(a)
},200)
},runAjaxImageMore:function(a){if(this.config.collectionType==="tot"){if(this.status.moreBtnClickCnt<3){this.status.moreBtnClickCnt=this.status.moreBtnClickCnt+1
}else{return
}if(this.status.moreBtnClickCnt===1){this.changeBtnMoreUI("extend")
}else{if(this.status.moreBtnClickCnt===3){this.status.flagNoMoreAjaxRequestToBtn=true;
this.changeBtnMoreUI("fold")
}}if(SF.T.ImageData.length>=80||this.status.flagNoMoreAjaxRequestToBtn){this.reMathAndDraw();
var b={e:(9+this.status.moreBtnClickCnt),r:"1",pg:"1",rc:"1"};
if(!this.config.isMobile){this.sendClickCode(null,null,b,true)
}return
}}else{if(a){if(this.status.ajaxRequestCnt>=3){this.status.ajaxRequestCnt=0
}this.status.flagAjaxRequestLock=true
}if(this.status.ajaxRequestCnt>=3){this.status.flagAjaxRequestLock=false;
this.setAjaxMoreBtn();
return
}this.viewer.flagScrollLockForViewer=true
}this.status.ajaxRequestCnt=this.status.ajaxRequestCnt+1;
this.status.totalAjaxRequestCnt=this.status.totalAjaxRequestCnt+1;
this.imageAjaxSetAndRequest("more")
},imageAjaxSetAndRequest:function(a){this.setLoadingImage(true);
var e="./qsearch";
var c="w=spread&qsearch_ver=v2&viewtype=json&mk="+mk+"&uk="+uk+"&exp="+this.config.basicCode.dc+this.config.addQsearchParam+"&q="+this.config.utf8Query;
if(this.config.collectionType==="tab"){if(tabParams.period=="u"){}c+="&m=tab_img";
if(this.config.isMobile){c+="&req=qmtab"
}else{c+="&req=qtab"
}c+="&sd="+tabParams.sd;
c+="&ed="+tabParams.ed;
c+="&SortType="+tabParams.SortType;
c+="&ColorByName="+tabParams.ColorByName;
c+="&ColorGroup="+tabParams.ColorGroup;
c+="&FaceType="+tabParams.FaceType;
c+="&Size="+tabParams.Size;
c+="&CclCommercial="+tabParams.CclCommercial;
c+="&CclDerivative="+tabParams.CclDerivative;
if(tabParams.monochrome=="y"){c+="&monochrome=y"
}if(tabParams.clipart=="y"){c+="&clipart=y"
}if(tabParams.lineart=="y"){c+="&lineart=y"
}}else{c+="&m=img";
if(this.config.isMobile){c+="&req=qmtotal"
}else{c+="&req=qtotal"
}if(typeof(daum.urlParameter.sd)!="undefined"){c+="&sd="+daum.urlParameter.sd
}if(typeof(daum.urlParameter.ed)!="undefined"){c+="&ed="+daum.urlParameter.ed
}}c+="&lpp="+this.config.ajaxPagePerCnt;
if(a==="more"){this.status.dataPageNum=this.status.dataPageNum+1;
c+="&page="+this.status.dataPageNum;
var d=new daum.ajax({url:e,paramString:c,encoding:"utf-8",xxonloading:function(f){},onfailure:function(f){imageFlexibleListForAreaExec.setLoadingImage(false)
},ontimeout:function(f){imageFlexibleListForAreaExec.setLoadingImage(false)
},onsuccess:function(f){imageFlexibleListForAreaExec.ajaxCallBackOfList(daum.ajax.jsonToObject(f.responseText),"more")
}})
}else{c+="&page=1";
var d=new daum.ajax({url:e,paramString:c,encoding:"utf-8",xxonloading:function(f){},onfailure:function(f){imageFlexibleListForAreaExec.setLoadingImage(false)
},ontimeout:function(f){imageFlexibleListForAreaExec.setLoadingImage(false)
},onsuccess:function(f){imageFlexibleListForAreaExec.ajaxCallBackOfList(daum.ajax.jsonToObject(f.responseText),"search")
}})
}this.status.flagAjaxRequestLock=true;
d.request();
var b={e:"",r:"1",pg:"1",rc:"1"};
if(this.config.collectionType==="tot"&&!this.config.isMobile){b.e=(9+this.status.moreBtnClickCnt)
}else{if(this.config.isMobile){b.e=(9+this.status.totalAjaxRequestCnt)
}else{b.e=(29+this.status.totalAjaxRequestCnt)
}}this.sendClickCode(null,null,b,true)
},ajaxCallBackOfList:function(t,c){var m="";
var h="True";
var a="";
try{if(this.config.collectionType==="tab"){m=t.RESULT.SPREAD_TAB_IMAGE.r.ds;
h=t.RESULT.SPREAD_TAB_IMAGE.r.m.is_end;
a=t.RESULT.SPREAD_TAB_IMAGE.r.m.endType
}else{m=t.RESULT.SPREAD_IMAGE.r.ds;
h=t.RESULT.SPREAD_IMAGE.r.m.is_end;
a=t.RESULT.SPREAD_IMAGE.r.m.endType
}}catch(y){this.setLoadingImage(false);
return
}if(typeof(m)=="string"){if(!this.config.isMobile&&this.config.collectionType==="tab"){var d={imgData:[]};
d.imgData={query:daum.$F("q")||"",enQuery:EnQuery||""};
this.setLoadingImage(false);
daum.$("resultCntArea").innerHTML="";
this.body.innerHTML="
"+daum.String.trim(SF.M.tmpl("noResultTemplate",d))+"
"
}return
}var g=m.data;
var n=SF.T.ImageData.length;
if(c==="search"){SF.T.ImageData=[];
this.body.innerHTML="";
var r=document.createElement("div");
r.id="ins_img_viewer";
r.className="box_viewer";
daum.Event.addEvent(r,"contextmenu",daum.Function.bindAsEventListener(this.sendClickCodeRightClick,this));
this.body.appendChild(r);
n=0;
if(!this.config.isMobile&&this.config.collectionType==="tab"){var x=t.RESULT.SPREAD_TAB_IMAGE.r.m.total_count;
var z="";
if(parseInt(x)>1000){z="약 "+this.setComma(x)+"건"
}else{z=this.setComma(x)+"건"
}daum.$("resultCntArea").innerHTML=z
}this.status.ajaxRequestCnt=0
}var l=daum.$E("endMessage");
if(h==="True"){this.status.isImageDataEnd=true;
if(!this.config.isMobile&&this.config.collectionType==="tab"){if(a==="end"||a===""){l.innerHTML="
다음 검색이 분석한 최적의 검색결과를 확인하셨습니다. 원하시는 결과를 못 얻으셨다면 검색어를 변경해서 다시 검색해보시기 바랍니다.
맨위로"
}else{if(a==="dup_end"){l.innerHTML="
효과적으로 검색결과를 확인하실 수 있도록 중복된 이미지는 생략되었습니다. 원하시는 결과를 못 얻으셨다면 검색어를 변경해서 다시 검색해보시기 바랍니다.
맨위로"
}}l.show()
}if(this.config.collectionType==="tab"){this.setAjaxMoreBtn()
}this.status.flagNoMoreAjaxRequestToBtn=true
}else{this.status.isImageDataEnd=false;
if(!this.config.isMobile&&this.config.collectionType==="tab"){l.hide()
}}var w={};
var s=0;
var B=0;
var b="center";
var p="";
var j="";
var o={url:"",w:"",h:""};
for(var v=0,q=g.length;
v
/g,">"),cpname:j.replace(/>/g,">"),cpid:g[v].cpid,auth:"",cclc:g[v].ccl_commercial,ccld:g[v].ccl_derivative,regdate:this.makeDateStr(g[v].regdttm),cropfocus:b},errorthumb:o,cnuccDocid:"",oDiv:null,oImg:null,hide:"N",vTarget:null,cssStr:"",cssStrMarginRight:"",page:this.status.dataPageNum});
o={url:"",w:"",h:""}
}this.setImageDiv();
var f=this.makeImageDivHtml(n);
this.body.appendChild(f);
this.resizeWindow();
this.ajaxRenderImage(n);
this.status.flagAjaxRequestLock=false
},imageAjaxDocumentInImage:function(e){var a=SF.T.ImageData[e].docdsid;
var d="./qsearch";
var c="w=img&m=api&req=qtab&qsearch_ver=v2&viewtype=json&mk="+mk+"&uk="+uk+this.config.addQsearchParam+"&q="+a;
if(typeof(a)==="undefined"||a===""){return
}var b=new daum.ajax({url:d,paramString:c,encoding:"utf-8",xxonloading:function(f){},onfailure:function(f){},ontimeout:function(f){},onsuccess:function(f){imageFlexibleListForAreaExec.ajaxCallBackImageInDoc(daum.ajax.jsonToObject(f.responseText))
}});
b.request();
this.status.indexImageInDoc=e
},ajaxCallBackImageInDoc:function(c){if(this.viewer.indexImageInViewer!=this.status.indexImageInDoc){return
}var g="";
try{g=c.RESULT.IMG_API.r.ds
}catch(o){this.setShowImageInDoc("hide");
return
}if(typeof(g)=="string"||typeof(g.data)=="string"){this.setShowImageInDoc("hide");
return
}var p=SF.T.ImageData[this.viewer.indexImageInViewer].docid;
var n=null;
var f=[];
var d={url:"",w:"",h:""};
var a="";
for(var m=0,h=g.data.length-1;
m<=h;
m++){var l=g.data[m];
if(l.docid===p){continue
}n=l.thumbnail;
if(typeof(n.data.length)!="number"){continue
}for(var j=0,b=n.data.length-1;
j<=b;
j++){if(n.data[j].type==="600x0_65_wr"){d.url=n.data[j].url;
d.w=n.data[j].width;
d.h=n.data[j].height
}if(n.data[j].type==="130x130_85_c"){a=n.data[j].url
}}if(a!==""){f.push({docid:l.docid,docdsid:l.docdsid,title:l.org_title.replace(/"/g,"""),oimgurl:l.alter_imgurl,surl:a,docurl:l.docurl,ow:l.width,oh:l.height,page:1,cpid:l.cpid,errorthumb:d})
}if(f.length==8){break
}d={url:"",w:"",h:""};
a=""
}this.imageInDocList=[];
this.imageInDocList=f;
if(this.imageInDocList.length>0){$("ins_img_viewer_in_doc_list").innerHTML=this.makeImgaeInDocHtml(this.imageInDocList);
this.setShowImageInDoc("show")
}else{this.setShowImageInDoc("hide")
}},scrollWindow:function(){var b=0;
var c=0;
if(this.browser.ie||this.browser.ff){b=document.documentElement.scrollTop;
c=document.documentElement.clientHeight
}else{b=this.docBody.scrollTop;
c=window.innerHeight
}if(!this.status.isImageDataEnd&&!this.status.flagAjaxRequestLock&&(b+c)>(this.docBody.clientHeight-(this.docBody.clientHeight*0.4))){this.runAjaxImageMore()
}if(this.viewer.flagViewerOpenStatus){var a=daum.$E("ins_img_viewer").getCoords()["top"]+10;
if(a>=b&&a<=(b+c)){this.viewer.flagScrollLockForViewer=false
}else{this.viewer.flagScrollLockForViewer=true
}}},renderImage:function(a){for(var b=a,d=SF.T.ImageData.length-1;
b<=d;
b++){var c=SF.T.ImageData[b].oImg;
if(c.src===""||typeof(c.src)==="undefined"){c.src=c["data-src"]
}}this.setLoadingImage(false)
},resizeViewerImage:function(){var a=this.getThumbCssStr(this.viewer.nowShowImageInViewer);
var b=$("ins_img_viewer_big_img");
var c=$("ins_img_viewer_big_img_org");
if(b!==null){b.style.width=a.width;
b.style.height=a.height
}if(c!==null){c.style.width=a.width;
c.style.height=a.height
}},moveImageView:function(){if(!this.viewer.flagViewerOpenStatus||typeof(SF.T.ImageData[this.viewer.indexImageInViewer])==="undefined"){return
}var a=daum.$E("ins_img_viewer");
this.body.insertBefore(a,SF.T.ImageData[SF.T.ImageData[this.viewer.indexImageInViewer].vTarget].oDiv.nextSibling);
window.setTimeout(function(){imageFlexibleListForAreaExec.scrollImageView()
},200);
if($("ins_img_viewer_arr")){$("ins_img_viewer_arr").style.left=this.getViewerArrPos(this.viewer.indexImageInViewer).toString()+"px"
}},scrollImageView:function(){var e=window.innerHeight;
if(typeof(e)=="undefined"){e=document.documentElement.clientHeight
}this.resizeImageView();
var d=daum.$E("ins_img_viewer");
var b=SF.T.ImageData[this.viewer.indexImageInViewer].dh;
var a=d.getCoords()["top"]-b;
var c=this.viewer.viewerHeightPx-e;
if(this.viewer.viewerHeightPx<=e&&e<(this.viewer.viewerHeightPx+b)){a=a-(e-(this.viewer.viewerHeightPx+b))-(this.viewer.gapViewerHeight/2)
}if(this.viewer.viewerHeightPx>e){a=d.getCoords()["top"]+(c/2)
}if(!this.viewer.flagScrollLockForViewer){window.scrollTo(0,a)
}},resizeImageView:function(){var e=daum.$$("#ins_img_viewer div.cont_viewer");
if(e.length===0){this.viewer.viewerHeightPx=this.viewer.maxViewerHeightPx;
return
}var f=window.innerHeight;
if(typeof(f)=="undefined"){f=document.documentElement.clientHeight
}var b=daum.$E("ins_img_viewer_info");
var a=b.getStyle("padding-top");
var c=this.viewer.viewerHeightPx-f;
var d=this.viewer.viewerHeightPx-c-this.viewer.gapViewerHeight;
if(d<=this.viewer.minViewerHeightPx){d=this.viewer.minViewerHeightPx;
a="padding-top:"+(this.viewer.defaultViewerInfoPaddingTop-Math.ceil((this.viewer.maxViewerHeightPx-this.viewer.minViewerHeightPx)/2))+"px"
}else{if(d>=this.viewer.maxViewerHeightPx){d=this.viewer.maxViewerHeightPx;
a="padding-top:108px"
}else{a="padding-top:"+(this.viewer.defaultViewerInfoPaddingTop-Math.ceil((this.viewer.maxViewerHeightPx-d)/2))+"px"
}}this.viewer.viewerHeightPx=d+this.viewer.gapViewerHeight;
e[0].style.height=d+"px";
b.setStyle(a);
this.getViewerResizingPer();
$("ins_img_viewer_left_wrap").style.width=this.viewer.viewerResizePer.left;
$("ins_img_viewer_right_wrap").style.width=this.viewer.viewerResizePer.right;
this.resizeViewerImage()
},getViewerResizingPer:function(){if(this.bodyWidth<=(1281-21)){this.viewer.viewerResizePer={left:"52%",right:"48%",per:0.52}
}else{this.viewer.viewerResizePer={left:"70%",right:"30%",per:0.7}
}},keyArrowStepImageView:function(b){if(!this.viewer.flagViewerOpenStatus){return
}var a=$$("#wrap_suggestBox div.suggestBox")[0];
if(typeof(a)!=="undefined"&&a.style.display=="block"){return
}if(b.keyCode===37){this.stepImageView("prev",b)
}else{if(b.keyCode===39){this.stepImageView("next",b)
}else{if(b.keyCode===27){var c={s:"IM",a:"EOJW",dc:"EMG",d:SF.T.ImageData[this.viewer.indexImageInViewer].docid,p:"11",r:(this.viewer.indexImageInViewer+1),pg:SF.T.ImageData[this.viewer.indexImageInViewer].page,rc:SF.T.ImageData.length,e1:SF.T.ImageData[this.viewer.indexImageInViewer].info.cpid,ext:"dsid="+SF.T.ImageData[this.viewer.indexImageInViewer].docid};
this.hideImageView();
this.sendClickCode(b,null,c,false)
}else{return
}}}},stepImageView:function(a,b){var c={d:SF.T.ImageData[this.viewer.indexImageInViewer].docid,p:"9",r:(this.viewer.indexImageInViewer+1),pg:SF.T.ImageData[this.viewer.indexImageInViewer].page,rc:SF.T.ImageData.length,e1:SF.T.ImageData[this.viewer.indexImageInViewer].info.cpid,ext:"dsid="+SF.T.ImageData[this.viewer.indexImageInViewer].docid};
if(a==="next"){if(this.viewer.indexImageInViewer==this.viewer.indexLastRenderImage){return
}c.p="10";
this.showImageView(this.viewer.indexImageInViewer+1,"step");
this.sendClickCode(b,null,c,true)
}else{if(a==="prev"){if(this.viewer.indexImageInViewer==0){return
}this.showImageView(this.viewer.indexImageInViewer-1,"step");
this.sendClickCode(b,null,c,true)
}else{return
}}},showImageView:function(e,m){if(!this.config.isMobile&&this.status.flagUserReport){return
}if(e===-1){return
}this.viewer.flagScrollLockForViewer=false;
if(this.viewer.indexImageInViewer===e){this.hideImageView();
return
}this.viewer.indexImageInViewer=e;
var j=SF.T.ImageData[e].info;
this.viewer.nowShowImageInViewer={ow:j.ow,oh:j.oh,oimgurl:j.oimgurl};
var i=(daum.ie)?document.documentElement.scrollTop:window.pageYOffset;
var k=SF.T.ImageData[SF.T.ImageData[e].vTarget].oDiv;
var l=daum.$E("ins_img_viewer");
var h=0;
var a=(SF.T.ImageData[e].dh+30)*-1;
var d=300;
var c=window.innerHeight;
if(typeof(c)=="undefined"){c=document.documentElement.clientHeight
}var b=l.getCoords()["top"];
if(i
c){a=(this.viewer.viewerHeightPx-c)/2;
this.status.stepScrollSize=a*-1;
d=1
}var g=l.getCoords()["top"];
if(this.viewer.nowViewLineNum!=SF.T.ImageData[this.viewer.indexImageInViewer].ln){if(m==="step"){h=g-this.status.stepScrollSize;
window.scrollTo(0,h)
}else{daum.Fx.scrollTo(l,{duration:d,offset:a});
daum.Fx.animate(l,"height:"+this.viewer.viewerHeightPx+"px",{duration:0.4})
}}else{var f=g+this.viewer.viewerHeightPx;
if(this.viewer.viewerHeightPx(i+c)){daum.Fx.scrollTo(l,{duration:d,offset:a})
}}this.viewer.nowViewLineNum=SF.T.ImageData[e].ln;
this.viewer.flagViewerOpenStatus=true;
this.imageAjaxDocumentInImage(e)
},setShowImageInDoc:function(a){if(a==="show"){daum.Element.removeClassName($("ins_img_viewer_in_doc"),"more_none")
}else{daum.Element.addClassName($("ins_img_viewer_in_doc"),"more_none")
}},changeViewerMainImage:function(g){if($("ins_img_viewer_alert")){$("ins_img_viewer_alert").style.display="none"
}var e=this.imageInDocList[g];
var f=$("ins_img_viewer_big_img");
var b=$("ins_img_viewer_big_img_org");
if(b!==null){b.style.display="none"
}f.style.display="none";
var j=this.getThumbCssStr(e);
var h=$("ins_img_viewer_big_a");
var k={d:e.docid,p:"5",r:(this.viewer.indexImageInViewer+1),pg:SF.T.ImageData[this.viewer.indexImageInViewer].page,rc:SF.T.ImageData.length,e1:e.cpid,ext:"dsid="+e.docid};
h.setAttribute("xxonclick","smartLog(this, '"+this.getClickCodeStr(k,"func",true)+"', event);");
daum.Event.addEvent(f,"error",daum.Function.bind(this.imageLoadingError,this,e));
f.setAttribute("src",e.errorthumb.url);
b.setAttribute("src",e.oimgurl);
f.style.width=j.width;
f.style.height=j.height;
b.style.width=j.width;
b.style.height=j.height;
b.alt=e.title;
f.style.display="inline";
f.alt=e.title;
var a=$("ins_img_viewer_in_doc_list").getElementsByTagName("li");
for(var d=0,c=a.length-1;
d<=c;
d++){daum.Element.removeClassName(a[d],"on")
}daum.Element.addClassName(a[g],"on");
this.viewer.nowShowImageInViewer={ow:e.ow,oh:e.oh,oimgurl:e.oimgurl};
k={d:e.docid,p:"11",r:(g+1),pg:"1",rc:this.imageInDocList.length,e1:e.cpid,ext:"dsid="+e.docid};
this.sendClickCode(null,null,k,true)
},hideImageView:function(){var a=document.getElementById("ins_img_viewer");
if(a!=null){a.style.display="none";
this.viewer.nowViewLineNum=0;
this.viewer.indexImageInViewer=-1;
this.viewer.flagViewerOpenStatus=false
}},getViewerArrPos:function(c){var a=SF.T.ImageData[c];
var b=153;
return a.oDiv.offsetLeft+(a.dw/2)-18-b
},imageLoadingSuccess:function(a){var b=$("ins_img_viewer_big_img");
if(b==null){return
}b.style.display="none";
a.style.display="inline"
},imageLoadingError:function(e){var c={};
var d="";
var b="";
var a="";
if(typeof(e)==="undefined"){c=SF.T.ImageData[this.viewer.indexImageInViewer]
}else{c=e
}if(typeof(e)==="undefined"){d=c.info.docurl;
b=c.docdsid;
a=c.info.oimgurl
}else{d=c.docurl;
b=c.docdsid;
a=c.oimgurl
}daum.load(this.config.freeLogStr+encodeURIComponent("imgerr=1&q="+utf8Query+"&mk="+mk+"&ud="+ud+"&device=pc&docurl="+d+"&docdsid="+b+"&docid="+c.docid+"&imgurl="+a))
},imageLoadingErrorOfList:function(d,c,a){var b="pc";
if(this.config.isMobile){b="mo"
}daum.load(this.config.freeLogStr+encodeURIComponent("imgerr=1&q="+utf8Query+"&mk="+mk+"&ud="+ud+"&device="+b+"&docurl="+d.docurl+"&docdsid="+c+"&docid="+a+"&imgurl="+d.oimgurl))
},getThumbCssStr:function(d){this.getViewerResizingPer();
var a=(this.bodyWidth-108)*this.viewer.viewerResizePer.per;
var f={width:"",height:""};
if(parseInt(d.oh)>=(this.viewer.viewerHeightPx-this.viewer.gapViewerHeight)){var c=((this.viewer.viewerHeightPx-this.viewer.gapViewerHeight)-50);
var b=c/parseInt(d.oh);
var e=parseInt(d.ow)*b;
if(e>(a-40)){f.width=(a-40)+"px";
f.height="auto"
}else{f.width=e+"px";
f.height=c+"px"
}}else{if(parseInt(d.ow)>(a-40)){f.width=(a-40)+"px"
}else{f.width=d.ow+"px"
}}return f
},getAddImageWidth:function(a){if(typeof(a)=="undefined"){return 0
}if(a.w>=this.config.xxxImageDivWidth){return a.w
}else{return(this.config.xxxImageDivWidth+this.config.marginOfImageDiv)
}},setBodyWidth:function(){if(this.config.collectionType==="tab"||this.config.isMobile){if(this.wrap.clientWidth===0){if(daum.ie6){this.bodyWidth=$("dummyBar").offsetWidth
}else{this.bodyWidth=this.wrap.offsetWidth
}}else{this.bodyWidth=this.wrap.clientWidth
}if(this.config.isMobile&&this.config.collectionType==="tot"){this.bodyWidth=this.bodyWidth-20
}if(this.config.bodyLimitWidth>this.bodyWidth){this.bodyWidth=this.config.bodyLimitWidth
}}else{this.bodyWidth=this.config.bodyLimitWidth
}this.body.style.width=this.bodyWidth+"px"
},setImageDiv:function(){this.setBodyWidth();
var c=0;
var j=0;
var d=9999;
var l=0;
var v=0;
var e=0;
var f=0;
var u=0;
var o=false;
var b=false;
var q=0;
var h=false;
var g=0;
var s=0;
this.status.lineCountOfTotalRenderImage=0;
var m=SF.T.ImageData.length-1;
var r=this.bodyWidth+Math.floor(this.bodyWidth*this.config.limitedPerOfBodyOver);
for(var p=0;
p<=m;
p++){var t=SF.T.ImageData[p];
if(t.w>=this.config.xxxImageDivWidth){c=c+t.w;
t.xxx=false;
b=true
}else{c=c+(this.config.xxxImageDivWidth+this.config.marginOfImageDiv);
t.xxx=true;
o=true;
q=q+1
}j=j+t.h;
if(d>t.h){d=t.h
}if(t.h>l){l=t.h
}e=e+1;
h=(this.getAddImageWidth(SF.T.ImageData[p+1])==0&&u==0);
g=(c+this.getAddImageWidth(SF.T.ImageData[p+1]));
s=(g-this.bodyWidth)/e;
if(c>=this.bodyWidth||(o&&!b&&g>=this.bodyWidth)||h||(o&&b&&g>=this.bodyWidth&&s>this.config.xxxImageDivWidth)||(g>=r)){u=u+1;
f=p;
this.mathImageDivArea(e,q,v,p,(c-this.bodyWidth),j,l,d,u,h,c);
v=p+1;
e=0;
c=0;
j=0;
d=9999;
l=0;
o=false;
b=false;
q=0
}}if(f=1){if(this.status.isImageDataEnd&&this.status.dataPageNum==1&&this.config.collectionType=="tab"){c=0;
j=0;
d=9999;
l=0;
q=0;
var a={};
for(var n=v;
n<=m;
n++){a=SF.T.ImageData[n];
if(a.w>=this.config.xxxImageDivWidth){c=c+a.w
}else{c=c+(this.config.xxxImageDivWidth+this.config.marginOfImageDiv);
q=q+1
}j=j+a.h;
if(d>a.h){d=a.h
}if(a.h>l){l=a.h
}}u=u+1;
this.mathImageDivArea((m-v)+1,q,v,m,(c-this.bodyWidth),j,l,d,u,true,c);
f=m
}else{this.hideImageDiv(v,m)
}}this.viewer.indexLastRenderImage=f
},hideImageDiv:function(a,c){for(var b=a;
b<=c;
b++){SF.T.ImageData[b].hide="Y"
}if(this.config.collectionType==="tab"){window.setTimeout(function(){imageFlexibleListForAreaExec.setAjaxMoreBtn()
},200)
}},mathImageDivArea:function(p,y,n,x,s,m,b,a,B,q,h){var A=1;
var t=0;
var f=0;
var k=h-((this.config.xxxImageDivWidth+this.config.marginOfImageDiv)*y);
var u=0;
for(var v=n;
v<=x;
v++){var z=SF.T.ImageData[v];
var w=1;
if(k>0){w=s*((z.w/k))
}if(q&&w<0){w=1
}var o=Math.ceil((w/z.w)*100)*0.01;
if(u<=0){if(bz.ih){c=c+"margin-top : "+Math.round((z.dh-z.ih)*0.5)+"px;"
}}else{var r=u-z.ih;
if(r>0){z.iw=z.iw+Math.round(z.iw*(r/z.ih));
z.ih=u;
l=Math.floor((z.iw-z.dw)/2);
if(l>0){f++;
c=this.getCropCssStr(g,l)
}}}z.cssStr=c;
z.hide="N";
if(this.config.collectionType==="tot"){if(this.status.moreBtnClickCnt===0&&B>this.config.defaultShowLineCnt){z.hide="Y";
A=0
}else{if(B>(this.config.defaultShowLineCnt+(this.status.moreBtnClickCnt*2))){z.hide="Y";
A=0
}}}t=t+z.dw;
z.vTarget=x
}var d=SF.T.ImageData[x];
if(d.xxx&&!q){var j=t+(this.config.marginOfImageDiv*p)-this.bodyWidth;
if(j<0&&Math.abs(j)>5){d.dw=d.dw+Math.abs(j)
}}if(n===x&&!q&&!d.xxx){var e=(d.dw-d.iw)/d.iw;
d.dh=Math.round(d.ih+(d.ih*e));
d.cssStr="width:100%;height:100%"
}this.status.lineCountOfTotalRenderImage=this.status.lineCountOfTotalRenderImage+A
},getCropCssStr:function(a,b){if(a==="left"){return"margin-left : 0px;"
}else{if(a==="right"){return"margin-left : -"+(b*2)+"px;"
}else{return"margin-left : -"+b+"px;"
}}},resizeImageDiv:function(){this.setImageDiv();
for(var a=0,c=SF.T.ImageData.length-1;
a<=c;
a++){var b=SF.T.ImageData[a];
if(b.hide==="Y"){b.oDiv.style.display="none"
}else{b.oDiv.style.display=""
}b.oDiv.style.width=Math.floor(b.dw)+"px";
b.oDiv.style.height=b.dh+"px";
b.oDiv.style.marginRight="";
b.oImg.style.cssText="width:"+b.iw+"px;height:"+b.ih+"px;"+b.cssStr;
b.oA.style.cssText="width:"+(Math.floor(b.dw)-2)+"px;height:"+(b.dh-2)+"px;"
}if(this.viewer.flagViewerOpenStatus){this.moveImageView()
}},resizeWindow:function(a){window.setTimeout(function(){imageFlexibleListForAreaExec.resizeImageDiv()
},200)
},setImageInfoOn:function(a){var b={e:"23",r:"1",pg:this.status.dataPageNum,rc:"1"};
if(this.body.className.indexOf("info_on")==-1){daum.Element.addClassName(this.body,"info_on");
a.innerHTML="추가정보 닫기"
}else{b.e="24";
daum.Element.removeClassName(this.body,"info_on");
a.innerHTML="추가정보 보기"
}this.sendClickCode(null,null,b,true)
},setNetizenLineUI:function(b){var a=daum.$E("netizenLineBot");
if(a===null){return
}if(b){a.removeClassName("hide")
}else{a.addClassName("hide")
}},setAjaxMoreBtn:function(){if(this.btnAjaxImageMore===null){return
}this.btnAjaxImageMore.className=this.config.defaultMoreBtnClassName+" hide";
this.setNetizenLineUI(true);
var a=window.innerHeight;
if(typeof(a)=="undefined"){a=document.documentElement.clientHeight
}if(this.status.ajaxRequestCnt>=3&&!this.status.isImageDataEnd){this.btnAjaxImageMore.className=this.config.defaultMoreBtnClassName;
this.setNetizenLineUI(false)
}else{if(!this.status.isImageDataEnd&&this.docBody.clientHeighthttp://")>-1){/*window.open*/(b.href,"")
}},sendClickCodeRightClick:function(a){daum.Event.stopEvent(a);
daum.load(this.config.freeLogStr+encodeURIComponent("rclk=1&q="+utf8Query+"&mk="+mk+"&ud="+ud+"&device=pc&docurl="+SF.T.ImageData[this.viewer.indexImageInViewer].info.docurl))
},getClickCodeStr:function(g,c,e){var b="";
var a=[];
if(e){for(var f in this.config.basicCode){a.push(f+"="+this.config.basicCode[f])
}}for(var d in g){a.push(d+"="+g[d])
}b=a.join("&");
if(c==="tag"){b=" [안내]태그제한으로등록되지않습니다-xxonclick=\"smartLog(this, '"+b+"', event);\""
}return b
},makeDateStr:function(a){if(a.length>=8){return a.substr(0,4)+"."+a.substr(4,2)+"."+a.substr(6,2)
}else{return a
}},setComma:function(a){var b=/(-?[0-9]+)([0-9]{3})/;
while(b.test(a)){a=a.replace(b,"$1,$2")
}return a
},mathImageSize:function(b){var a=parseInt(b);
var c="";
if(a>=1024){c=this.setComma(Math.round(a/1024).toString())+"KB"
}else{if(a<1024){c=this.setComma(b)+"B"
}}return c
},getImageIndexOfDocid:function(a){var d=-1;
for(var b=0,c=SF.T.ImageData.length-1;
b<=c;
b++){if(SF.T.ImageData[b].docid===a){d=b;
break
}}return d
},overImage:function(a){daum.Element.addClassName(SF.T.ImageData[a].oInfo,"info_on")
},outImage:function(a){daum.Element.removeClassName(SF.T.ImageData[a].oInfo,"info_on")
}};
SF.T.ImageData = [
{ docid : "331bQYFyQYmhcE4b4q", docdsid : "23XILx43PNpyl6H71M", url : "https://t2.search.daumcdn.net/argon/0x200_85_hr/GUqU8uX0Q5n", w : 271, h : 200, dw : 271, dh : 200, iw : 271, ih : 200, info : { title : "수요일에는 빨간 장미를 / Nouveau Deux - I Think About You", htitle : "수요일에는 빨간 장미를 / Nouveau Deux - I Think About You", summary : "", filesize : "152717", ow : "876", oh : "646", docurl : "http://cafe.daum.net/daum1000/21Wj/3763?q=%C0%E5%B9%CC&re=1", disdocurl : "http://cafe.daum.net/daum1000/21Wj/3763", oimgurl : "http://cfs6.blog.daum.net/image/26/blog/2008/02/11/11/04/47afad2330274&filename=108.jpg", cpid : "1", overcpname : "카페", cpname : "카페 > Daum카페", auth : "", cclc : "0", ccld : "", regdate : "2008.02.20", cropfocus : "noface" }, errorthumb : { url : "https://t2.search.daumcdn.net/argon/600x0_65_wr/GUqU8uX0Q5n", w : "600", h : "442" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33wo8_Uje6lI1_CUiB", docdsid : "22X9W-wU1gByIeXgpL", url : "https://t2.search.daumcdn.net/argon/0x200_85_hr/7VpkPfZZdPJ", w : 267, h : 200, dw : 267, dh : 200, iw : 267, ih : 200, info : { title : "[59]-아름다운 장미[1]", htitle : "[59]-아름다운 장미[1]", summary : "사월과 오월 당신에게선 꽃내음 나네요 잠자는 나를 깨우고 가네요 싱그런 잎사귀 돋아난 가시", filesize : "104738", ow : "1024", oh : "768", docurl : "http://blog.daum.net/lovecoramdeo/548221", disdocurl : "http://blog.daum.net/lovecoramdeo/548221", oimgurl : "http://ncolumn-image1.daum.net/_home/K/v/02GKv/1081087360782_910.jpg", cpid : "269393", overcpname : "블로그", cpname : "블로그 > Daum블로그", auth : "", cclc : "", ccld : "", regdate : "2004.04.05", cropfocus : "noface" }, errorthumb : { url : "https://t2.search.daumcdn.net/argon/600x0_65_wr/7VpkPfZZdPJ", w : "600", h : "450" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33PqsT6GffaH1za74w", docdsid : "23Um6ArVcR9P7Su8Iz", url : "https://t3.search.daumcdn.net/argon/0x200_85_hr/EDiCkyt3uq2", w : 294, h : 200, dw : 294, dh : 200, iw : 294, ih : 200, info : { title : "예쁜 장미꽃,,,", htitle : "예쁜 장미꽃,,,", summary : "", filesize : "74826", ow : "460", oh : "313", docurl : "http://cafe.daum.net/designsource/GSNC/10180?q=%C0%E5%B9%CC&re=1", disdocurl : "http://cafe.daum.net/designsource/GSNC/10180", oimgurl : "http://cfs13.planet.daum.net/upload_control/pcp_download.php?fhandle=NHZoUzBAZnMxMy5wbGFuZXQuZGF1bS5uZXQ6LzEwODUyMTY5LzMvMzI2LmpwZy50aHVtYg==&filename=img329E.tmp.jpg", cpid : "1", overcpname : "카페", cpname : "카페 > Daum카페", auth : "", cclc : "0", ccld : "", regdate : "2008.01.04", cropfocus : "noface" }, errorthumb : { url : "https://t3.search.daumcdn.net/argon/600x0_65_wr/EDiCkyt3uq2", w : "460", h : "313" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33L0_Lz2nLAgPe7Ajj", docdsid : "22nhOl66AaISxe57IK", url : "https://t4.search.daumcdn.net/argon/0x200_85_hr/DR4n3G17Zir", w : 256, h : 200, dw : 256, dh : 200, iw : 256, ih : 200, info : { title : "물봉선화.자목련.잔대.큰뱀무.타래난초.파란장미.파리풀", htitle : "물봉선화.자목련.잔대.큰뱀무.타래난초.파란장미.파리풀", summary : "", filesize : "40476", ow : "460", oh : "360", docurl : "http://blog.daum.net/teriouswoon/4991162", disdocurl : "http://blog.daum.net/teriouswoon/4991162", oimgurl : "http://cfs4.blog.daum.net/upload_control/download.blog?fhandle=MDRYc3RAZnM0LmJsb2cuZGF1bS5uZXQ6L0lNQUdFLzIvMjYwLmpwZy50aHVtYg==&filename=260.jpg", cpid : "269393", overcpname : "블로그", cpname : "블로그 > Daum블로그", auth : "", cclc : "", ccld : "", regdate : "2005.11.04", cropfocus : "noface" }, errorthumb : { url : "https://t4.search.daumcdn.net/argon/600x0_65_wr/DR4n3G17Zir", w : "460", h : "360" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33wFc_lm_IXRs5qJFY", docdsid : "23aEPuYtZ42QLxS_CX", url : "https://t2.search.daumcdn.net/argon/0x200_85_hr/GOPo79dpop9", w : 267, h : 200, dw : 267, dh : 200, iw : 267, ih : 200, info : { title : "매혹적인 장미", htitle : "매혹적인 장미", summary : "─━☆ 더많은 엽기 섹시 황당 충격 쇼킹 동영상들 보러가기 클릭 ☆─━", filesize : "19340", ow : "400", oh : "300", docurl : "http://cafe.daum.net/loveyou3040/L9p3/13790?q=%C0%E5%B9%CC&re=1", disdocurl : "http://cafe.daum.net/loveyou3040/L9p3/13790", oimgurl : "http://cfs11.planet.daum.net/upload_control/pcp_download.php?fhandle=M3N6TE5AZnMxMS5wbGFuZXQuZGF1bS5uZXQ6LzExODQ4MzU1LzQvNDUyLmpwZy50aHVtYg==&filename=452.jpg", cpid : "1", overcpname : "카페", cpname : "카페 > Daum카페", auth : "", cclc : "0", ccld : "N", regdate : "2010.12.12", cropfocus : "noface" }, errorthumb : { url : "https://t2.search.daumcdn.net/argon/600x0_65_wr/GOPo79dpop9", w : "400", h : "300" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33iuOZ4Z6bh1QlklKq", docdsid : "23MWprGXH-TkvTMLe2", url : "https://t4.search.daumcdn.net/argon/0x200_85_hr/3eP4DV28K8d", w : 267, h : 200, dw : 267, dh : 200, iw : 267, ih : 200, info : { title : "예쁜 장미 이미지", htitle : "예쁜 장미 이미지", summary : "", filesize : "48738", ow : "400", oh : "300", docurl : "http://cafe.daum.net/designsource/GSNC/10704?q=%C0%E5%B9%CC&re=1", disdocurl : "http://cafe.daum.net/designsource/GSNC/10704", oimgurl : "http://cfs11.planet.daum.net/upload_control/pcp_download.php?fhandle=NVNzZWFAZnMxMS5wbGFuZXQuZGF1bS5uZXQ6LzExMjM1MDU5LzU1LzU1MDYuanBn&filename=color_rose30.jpg", cpid : "1", overcpname : "카페", cpname : "카페 > Daum카페", auth : "", cclc : "0", ccld : "N", regdate : "2008.03.29", cropfocus : "noface" }, errorthumb : { url : "https://t4.search.daumcdn.net/argon/600x0_65_wr/3eP4DV28K8d", w : "400", h : "300" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33i-s40NNEycrdPtwG", docdsid : "2FdWUjETBvi6EXPynU", url : "https://t1.search.daumcdn.net/argon/0x200_85_hr/JT0pNvr33FQ", w : 200, h : 200, dw : 200, dh : 200, iw : 200, ih : 200, info : { title : "장미", htitle : "장미", summary : "", filesize : "1721994", ow : "1800", oh : "1800", docurl : "http://100.daum.net/multimedia/21XXXXP31806", disdocurl : "http://100.daum.net/multimedia/21XXXXP31806", oimgurl : "http://t1.daumcdn.net/encyclop/53FDA9FF0211530001", cpid : "418ff71d", overcpname : "백과사전", cpname : "백과사전", auth : "", cclc : "", ccld : "", regdate : "2015.03.12", cropfocus : "noface" }, errorthumb : { url : "https://t1.search.daumcdn.net/argon/600x0_65_wr/JT0pNvr33FQ", w : "600", h : "600" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "332Og5pWV5UocnzaGw", docdsid : "236AxZwt9cZjNEihMJ", url : "https://t1.search.daumcdn.net/argon/0x200_85_hr/16PgeRz3fR6", w : 250, h : 200, dw : 250, dh : 200, iw : 250, ih : 200, info : { title : "╋무지개빛 장미~♡", htitle : "╋무지개빛 장미~♡", summary : "", filesize : "40003", ow : "460", oh : "368", docurl : "http://cafe.daum.net/letter119/5F5y/4395?q=%C0%E5%B9%CC&re=1", disdocurl : "http://cafe.daum.net/letter119/5F5y/4395", oimgurl : "http://cfs13.planet.daum.net/upload_control/pcp_download.php?fhandle=NHZoUzBAZnMxMy5wbGFuZXQuZGF1bS5uZXQ6LzEwODUyMTY5LzIvMjA1LmpwZy50aHVtYg==&filename=img27BB.tmp.jpg", cpid : "1", overcpname : "카페", cpname : "카페 > Daum카페", auth : "", cclc : "0", ccld : "", regdate : "2007.02.03", cropfocus : "noface" }, errorthumb : { url : "https://t1.search.daumcdn.net/argon/600x0_65_wr/16PgeRz3fR6", w : "460", h : "368" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33v6-MjSS4V7-4xrRK", docdsid : "22i5hIhZzXzXBo67GD", url : "https://t1.search.daumcdn.net/argon/0x200_85_hr/L3Z6iVSLr2i", w : 267, h : 200, dw : 267, dh : 200, iw : 267, ih : 200, info : { title : "오월의 장미..", htitle : "오월의 장미..", summary : ">BGM<1833", filesize : "25593", ow : "460", oh : "345", docurl : "http://blog.daum.net/samhang61/2533900", disdocurl : "http://blog.daum.net/samhang61/2533900", oimgurl : "http://cfs3.blog.daum.net/upload_control/download.blog?fhandle=MDhhOHpAZnMzLmJsb2cuZGF1bS5uZXQ6L0lNQUdFLzEvMTQ2LmpwZy50aHVtYg==&filename=146.jpg", cpid : "269393", overcpname : "블로그", cpname : "블로그 > Daum블로그", auth : "", cclc : "", ccld : "", regdate : "2006.05.20", cropfocus : "noface" }, errorthumb : { url : "https://t1.search.daumcdn.net/argon/600x0_65_wr/L3Z6iVSLr2i", w : "460", h : "345" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "334UkcNQ4SkiSET3zG", docdsid : "23Um6ArVcR9P7Su8Iz", url : "https://t3.search.daumcdn.net/argon/0x200_85_hr/6uIJn7Tw0t0", w : 289, h : 200, dw : 289, dh : 200, iw : 289, ih : 200, info : { title : "예쁜 장미꽃,,,", htitle : "예쁜 장미꽃,,,", summary : "", filesize : "57258", ow : "448", oh : "310", docurl : "http://cafe.daum.net/designsource/GSNC/10180?q=%C0%E5%B9%CC&re=1", disdocurl : "http://cafe.daum.net/designsource/GSNC/10180", oimgurl : "http://cfs13.planet.daum.net/upload_control/pcp_download.php?fhandle=NHZoUzBAZnMxMy5wbGFuZXQuZGF1bS5uZXQ6LzEwODUyMTY5LzMvMzIzLmpwZy50aHVtYg==&filename=img329B.tmp.jpg", cpid : "1", overcpname : "카페", cpname : "카페 > Daum카페", auth : "", cclc : "0", ccld : "", regdate : "2008.01.04", cropfocus : "noface" }, errorthumb : { url : "https://t3.search.daumcdn.net/argon/600x0_65_wr/6uIJn7Tw0t0", w : "448", h : "310" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33xmYX4I4rPj8qSJlk", docdsid : "237GO236-Y806hqFK6", url : "https://t3.search.daumcdn.net/argon/0x200_85_hr/LDLTmUY1N5C", w : 187, h : 200, dw : 187, dh : 200, iw : 187, ih : 200, info : { title : "파란장미가 특이 해요 편지지", htitle : "파란장미가 특이 해요 편지지", summary : "『지』 『우』 『고』 『예』 『쁜』 『사』 『연』 『올』 『리』 『세』 『요』", filesize : "56772", ow : "460", oh : "491", docurl : "http://cafe.daum.net/daum1000/1XI7/3726?q=%C0%E5%B9%CC&re=1", disdocurl : "http://cafe.daum.net/daum1000/1XI7/3726", oimgurl : "http://cfs3.planet.daum.net/upload_control/pcp_download.php?fhandle=MllxM1pAZnMzLnBsYW5ldC5kYXVtLm5ldDovMTExOTkxNTkvMC8xLmpwZw==&filename=%C6%C4%B6%F5%C0%E5%B9%CC.jpg&viewonly=Y", cpid : "1", overcpname : "카페", cpname : "카페 > Daum카페", auth : "", cclc : "0", ccld : "", regdate : "2005.03.06", cropfocus : "noface" }, errorthumb : { url : "https://t3.search.daumcdn.net/argon/600x0_65_wr/LDLTmUY1N5C", w : "460", h : "491" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33VDIrzFsZxodMm6qY", docdsid : "23dhnw9w5p7573iyhW", url : "https://t1.search.daumcdn.net/argon/0x200_85_hr/BRKCZerM5dc", w : 301, h : 200, dw : 301, dh : 200, iw : 301, ih : 200, info : { title : "여인과 행복한 사랑이 가득한 장미꽃 이미지.", htitle : "여인과 행복한 사랑이 가득한 장미꽃 이미지.", summary : "", filesize : "336216", ow : "600", oh : "399", docurl : "http://cafe.daum.net/daum1000/21Wj/8346?q=%C0%E5%B9%CC&re=1", disdocurl : "http://cafe.daum.net/daum1000/21Wj/8346", oimgurl : "http://cfile289.uf.daum.net/image/236C58435532E8FD24EE37", cpid : "1", overcpname : "카페", cpname : "카페 > Daum카페", auth : "", cclc : "0", ccld : "", regdate : "2015.05.09", cropfocus : "noface" }, errorthumb : { url : "https://t1.search.daumcdn.net/argon/600x0_65_wr/BRKCZerM5dc", w : "600", h : "399" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "338KuVr-s-ivJNKnWf", docdsid : "23PAMJtNhtWdmB99x0", url : "https://t2.search.daumcdn.net/argon/0x200_85_hr/1jmGQJEgVjB", w : 272, h : 200, dw : 272, dh : 200, iw : 272, ih : 200, info : { title : "온유한 사람", htitle : "온유한 사람", summary : ""< 온유한 사람 교육학에는 '하아로우의 실험'이라는 이론이 있다. 심리학자인 하아로우 교", filesize : "184816", ow : "710", oh : "523", docurl : "http://cafe.daum.net/jesus330/81xQ/34876?q=%C0%E5%B9%CC&re=1", disdocurl : "http://cafe.daum.net/jesus330/81xQ/34876", oimgurl : "http://ncolumn-image2.daum.net/_home/d/x/02Pdx/1105014567396_Dscn8502.jpg", cpid : "1", overcpname : "카페", cpname : "카페 > Daum카페", auth : "", cclc : "0", ccld : "", regdate : "2006.03.24", cropfocus : "noface" }, errorthumb : { url : "https://t2.search.daumcdn.net/argon/600x0_65_wr/1jmGQJEgVjB", w : "600", h : "442" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33rC8zrVnr5V2hsgsx", docdsid : "23v3-W_09DRppyS9gt", url : "https://t1.search.daumcdn.net/argon/0x200_85_hr/5nN5kN0Cree", w : 269, h : 200, dw : 269, dh : 200, iw : 269, ih : 200, info : { title : "╋예쁜장미~♡", htitle : "╋예쁜장미~♡", summary : "…-─。/\г己δㆅЙ ...∠йパгΖδº──…", filesize : "36660", ow : "460", oh : "342", docurl : "http://cafe.daum.net/letter119/5F5y/5634?q=%C0%E5%B9%CC&re=1", disdocurl : "http://cafe.daum.net/letter119/5F5y/5634", oimgurl : "http://cfs13.planet.daum.net/upload_control/pcp_download.php?fhandle=NHZoUzBAZnMxMy5wbGFuZXQuZGF1bS5uZXQ6LzEwODUyMTY5LzYvNjc1LmpwZy50aHVtYg==&filename=675.jpg", cpid : "1", overcpname : "카페", cpname : "카페 > Daum카페", auth : "", cclc : "0", ccld : "", regdate : "2007.07.05", cropfocus : "noface" }, errorthumb : { url : "https://t1.search.daumcdn.net/argon/600x0_65_wr/5nN5kN0Cree", w : "460", h : "342" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33l4C36nUlXs3AJwxz", docdsid : "2335Ja2XGUcqN6DLIv", url : "https://t3.search.daumcdn.net/argon/0x200_85_hr/9UDNhmEmi0s", w : 267, h : 200, dw : 267, dh : 200, iw : 267, ih : 200, info : { title : "★넝쿨 장미의화려함!!★", htitle : "★넝쿨 장미의화려함!!★", summary : "", filesize : "107210", ow : "640", oh : "480", docurl : "http://cafe.daum.net/lsjjjs/Dv9L/300?q=%C0%E5%B9%CC&re=1", disdocurl : "http://cafe.daum.net/lsjjjs/Dv9L/300", oimgurl : "http://www.gnng.net/builder/board/table/seoul_photo/upload/DSCN4399.JPG", cpid : "1", overcpname : "카페", cpname : "카페 > Daum카페", auth : "", cclc : "0", ccld : "", regdate : "2004.05.28", cropfocus : "noface" }, errorthumb : { url : "https://t3.search.daumcdn.net/argon/600x0_65_wr/9UDNhmEmi0s", w : "600", h : "450" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33cEV9YHy37-9XKY4t", docdsid : "22ZFA5Si-Y2nZHuRbk", url : "https://t3.search.daumcdn.net/argon/0x200_85_hr/FLrEgY0I50k", w : 267, h : 200, dw : 267, dh : 200, iw : 267, ih : 200, info : { title : "아름다운 장미꽃", htitle : "아름다운 장미꽃", summary : "", filesize : "40594", ow : "520", oh : "390", docurl : "http://blog.daum.net/wuban777/7400153", disdocurl : "http://blog.daum.net/wuban777/7400153", oimgurl : "http://cafe178.daum.net/_c21_/pds_down_hdn?grpid=qi9d&fldid=6Tdd&dataid=67&grpcode=GOGOGO1004&realfile=ro2_103416meari176_com.jpg", cpid : "269393", overcpname : "블로그", cpname : "블로그 > Daum블로그", auth : "", cclc : "", ccld : "", regdate : "2006.06.03", cropfocus : "noface" }, errorthumb : { url : "https://t3.search.daumcdn.net/argon/600x0_65_wr/FLrEgY0I50k", w : "520", h : "390" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33pF8qWKWsp7-1OvQk", docdsid : "236sev-6wFHDwn1u0c", url : "https://t3.search.daumcdn.net/argon/0x200_85_hr/FMnhWSpAUAs", w : 172, h : 200, dw : 172, dh : 200, iw : 172, ih : 200, info : { title : "[싸이월드]에 올리면 좋은 이미지 다섯", htitle : "[싸이월드]에 올리면 좋은 이미지 다섯", summary : "[싸이월드]에 올리면 좋은 이미지", filesize : "22708", ow : "250", oh : "291", docurl : "http://cafe.daum.net/musicnate/BTs/1565?q=%C0%E5%B9%CC&re=1", disdocurl : "http://cafe.daum.net/musicnate/BTs/1565", oimgurl : "http://pds17.cafe.daum.net/download.php?grpid=TjMw&fldid=BTs&dataid=1565&fileid=1®dt=20060902214304&disk=29&grpcode=musicnate&dncnt=N&.jpg", cpid : "1", overcpname : "카페", cpname : "카페 > Daum카페", auth : "", cclc : "0", ccld : "", regdate : "2006.09.02", cropfocus : "noface" }, errorthumb : { url : "https://t3.search.daumcdn.net/argon/600x0_65_wr/FMnhWSpAUAs", w : "250", h : "291" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33DEkY3-DcM_rzvQXv", docdsid : "22ZFA5Si-Y2nZHuRbk", url : "https://t1.search.daumcdn.net/argon/0x200_85_hr/AIWireohUBU", w : 267, h : 200, dw : 267, dh : 200, iw : 267, ih : 200, info : { title : "아름다운 장미꽃", htitle : "아름다운 장미꽃", summary : "", filesize : "34908", ow : "520", oh : "390", docurl : "http://blog.daum.net/wuban777/7400153", disdocurl : "http://blog.daum.net/wuban777/7400153", oimgurl : "http://cafe178.daum.net/_c21_/pds_down_hdn?grpid=qi9d&fldid=6Tdd&dataid=66&grpcode=GOGOGO1004&realfile=73_155036meari176_com.jpg", cpid : "269393", overcpname : "블로그", cpname : "블로그 > Daum블로그", auth : "", cclc : "", ccld : "", regdate : "2006.06.03", cropfocus : "noface" }, errorthumb : { url : "https://t1.search.daumcdn.net/argon/600x0_65_wr/AIWireohUBU", w : "520", h : "390" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33DRM_NB4AY-lfO4DO", docdsid : "23tAe3BLNlqkkod9Ch", url : "https://t2.search.daumcdn.net/argon/0x200_85_hr/3gNOHE3zO0z", w : 267, h : 200, dw : 267, dh : 200, iw : 267, ih : 200, info : { title : "지아 마감해요 장미님과 함께 하세요", htitle : "지아 마감해요 장미님과 함께 하세요", summary : "", filesize : "122045", ow : "1024", oh : "768", docurl : "http://cafe.daum.net/loveyou3040/52Da/20625?q=%C0%E5%B9%CC&re=1", disdocurl : "http://cafe.daum.net/loveyou3040/52Da/20625", oimgurl : "http://pds99.cafe.daum.net/image/1/cafe/2008/10/27/17/24/49057abec0188", cpid : "1", overcpname : "카페", cpname : "카페 > Daum카페", auth : "", cclc : "0", ccld : "N", regdate : "2008.10.27", cropfocus : "noface" }, errorthumb : { url : "https://t2.search.daumcdn.net/argon/600x0_65_wr/3gNOHE3zO0z", w : "600", h : "450" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "330VKu7K6tgdF0Xxn4", docdsid : "23YdcHXHTRaIY-YgTa", url : "https://t3.search.daumcdn.net/argon/0x200_85_hr/7akqQGWZ9Uk", w : 112, h : 200, dw : 112, dh : 200, iw : 112, ih : 200, info : { title : "회오리 장미", htitle : "회오리 장미", summary : "function showSideViewForScrapInfo(curObj, userid,", filesize : "85343", ow : "527", oh : "938", docurl : "http://cafe.daum.net/gugak777/hq/1146?q=%C0%E5%B9%CC&re=1", disdocurl : "http://cafe.daum.net/gugak777/hq/1146", oimgurl : "http://cfile209.uf.daum.net/image/1112151649A4F9FC697E2C", cpid : "1", overcpname : "카페", cpname : "카페 > Daum카페", auth : "", cclc : "0", ccld : "N", regdate : "2009.05.12", cropfocus : "noface" }, errorthumb : { url : "https://t3.search.daumcdn.net/argon/600x0_65_wr/7akqQGWZ9Uk", w : "527", h : "938" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33069rbO_lA1aYdOJ6", docdsid : "23XQoRKY3aLH2Z0CIP", url : "https://t4.search.daumcdn.net/argon/0x200_85_hr/AIwTuW0UBel", w : 154, h : 200, dw : 154, dh : 200, iw : 154, ih : 200, info : { title : "노란 장미 한송이... 배경", htitle : "노란 장미 한송이... 배경", summary : "글 * * * * * * * *", filesize : "30939", ow : "600", oh : "780", docurl : "http://cafe.daum.net/daum1000/1Z0X/381?q=%C0%E5%B9%CC&re=1", disdocurl : "http://cafe.daum.net/daum1000/1Z0X/381", oimgurl : "http://parangsaekr.com.ne.kr/p013.jpg", cpid : "1", overcpname : "카페", cpname : "카페 > Daum카페", auth : "", cclc : "0", ccld : "", regdate : "2004.08.04", cropfocus : "noface" }, errorthumb : { url : "https://t4.search.daumcdn.net/argon/600x0_65_wr/AIwTuW0UBel", w : "600", h : "780" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33rfdjso2jm8ZWRDMU", docdsid : "2FrtMBqNSpHh8vt61C", url : "https://t1.search.daumcdn.net/argon/0x200_85_hr/KwaSy2x2iJE", w : 267, h : 200, dw : 267, dh : 200, iw : 267, ih : 200, info : { title : "장미", htitle : "장미", summary : "", filesize : "312246", ow : "1632", oh : "1224", docurl : "http://100.daum.net/multimedia/21XXXXP31801", disdocurl : "http://100.daum.net/multimedia/21XXXXP31801", oimgurl : "http://t1.daumcdn.net/encyclop/53FDAB470215B60002", cpid : "418ff71d", overcpname : "백과사전", cpname : "백과사전", auth : "", cclc : "", ccld : "", regdate : "2015.03.12", cropfocus : "noface" }, errorthumb : { url : "https://t1.search.daumcdn.net/argon/600x0_65_wr/KwaSy2x2iJE", w : "600", h : "450" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33fR63vSELrsGb6fs7", docdsid : "2FPDKK_I2XnLikGmSx", url : "https://t3.search.daumcdn.net/argon/0x200_85_hr/HaIXqtVgahS", w : 279, h : 200, dw : 279, dh : 200, iw : 279, ih : 200, info : { title : "장미", htitle : "장미", summary : "", filesize : "1535151", ow : "1950", oh : "1399", docurl : "http://100.daum.net/multimedia/21XXXXP31667", disdocurl : "http://100.daum.net/multimedia/21XXXXP31667", oimgurl : "http://t1.daumcdn.net/encyclop/53FDAAAA021FDB0002", cpid : "418ff71d", overcpname : "백과사전", cpname : "백과사전", auth : "", cclc : "", ccld : "", regdate : "2015.03.12", cropfocus : "noface" }, errorthumb : { url : "https://t3.search.daumcdn.net/argon/600x0_65_wr/HaIXqtVgahS", w : "600", h : "430" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "339uePY0eufiPsH3rN", docdsid : "23gkpzppe-RDTN3qWj", url : "https://t1.search.daumcdn.net/argon/0x200_85_hr/DQj9nORsOdQ", w : 267, h : 200, dw : 267, dh : 200, iw : 267, ih : 200, info : { title : "장미꽃 한송이", htitle : "장미꽃 한송이", summary : "", filesize : "107539", ow : "640", oh : "479", docurl : "http://cafe.daum.net/Cheryeun/KReC/10861?q=%C0%E5%B9%CC&re=1", disdocurl : "http://cafe.daum.net/Cheryeun/KReC/10861", oimgurl : "http://cfile282.uf.daum.net/image/1457DE304CE6281C90D174", cpid : "1", overcpname : "카페", cpname : "카페 > Daum카페", auth : "", cclc : "0", ccld : "N", regdate : "2014.05.27", cropfocus : "noface" }, errorthumb : { url : "https://t1.search.daumcdn.net/argon/600x0_65_wr/DQj9nORsOdQ", w : "600", h : "449" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33i1ryii3SnQQ4hMKt", docdsid : "23CEwkfIltoHL2X91k", url : "https://t2.search.daumcdn.net/argon/0x200_85_hr/EhCbNBQsAl1", w : 267, h : 200, dw : 267, dh : 200, iw : 267, ih : 200, info : { title : "목요일 노란 장미와 함께 행복 가득하시길 ...", htitle : "목요일 노란 장미와 함께 행복 가득하시길 ...", summary : "방가르요 벌써 목욜이네요 아름다운 노란장미와 정거운 이야기를 나눈다고 생각하니 기분이 쪼아", filesize : "34532", ow : "500", oh : "375", docurl : "http://cafe.daum.net/windsor777/Ew/9265?q=%C0%E5%B9%CC&re=1", disdocurl : "http://cafe.daum.net/windsor777/Ew/9265", oimgurl : "http://pds32.cafe.daum.net/download.php?grpid=15I4p&fldid=Frnk&dataid=15&fileid=1®dt=20060830211643&disk=40&grpcode=ysys319&dncnt=N&.jpg", cpid : "1", overcpname : "카페", cpname : "카페 > Daum카페", auth : "", cclc : "0", ccld : "N", regdate : "2009.11.26", cropfocus : "noface" }, errorthumb : { url : "https://t2.search.daumcdn.net/argon/600x0_65_wr/EhCbNBQsAl1", w : "500", h : "375" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "334jIHpM30B4njqETp", docdsid : "23Nm1EEcYD4PF85YWD", url : "https://t1.search.daumcdn.net/argon/0x200_85_hr/Dlvu75ok1wu", w : 154, h : 200, dw : 154, dh : 200, iw : 154, ih : 200, info : { title : "2. 장미", htitle : "2. 장미", summary : "", filesize : "34225", ow : "463", oh : "600", docurl : "http://cafe.daum.net/stomadam/OSTo/11446?q=%C0%E5%B9%CC&re=1", disdocurl : "http://cafe.daum.net/stomadam/OSTo/11446", oimgurl : "http://pds1.cafe.daum.net/download.php?grpid=BvOj&fldid=OSTo&dataid=11446&fileid=2®dt=20051101190908&disk=4&grpcode=stomadam&dncnt=N&.jpg", cpid : "1", overcpname : "카페", cpname : "카페 > Daum카페", auth : "", cclc : "0", ccld : "", regdate : "2005.11.01", cropfocus : "noface" }, errorthumb : { url : "https://t1.search.daumcdn.net/argon/600x0_65_wr/Dlvu75ok1wu", w : "463", h : "600" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "3333iCsUIYGcHjZuwC", docdsid : "23M6OgNn0-h2vgj7-S", url : "https://t2.search.daumcdn.net/argon/0x200_85_hr/EtgRizIl4g7", w : 311, h : 200, dw : 311, dh : 200, iw : 311, ih : 200, info : { title : "예쁜 장미꽃 이미지 *.*", htitle : "예쁜 장미꽃 이미지 *.*", summary : "", filesize : "25668", ow : "460", oh : "296", docurl : "http://cafe.daum.net/designsource/GSNC/11518?q=%C0%E5%B9%CC&re=1", disdocurl : "http://cafe.daum.net/designsource/GSNC/11518", oimgurl : "http://cfs3.planet.daum.net/upload_control/pcp_download.php?fhandle=NjY0RFZAZnMzLnBsYW5ldC5kYXVtLm5ldDovNzcxNjMzMi8wLzguanBnLnRodW1i&filename=8.jpg", cpid : "1", overcpname : "카페", cpname : "카페 > Daum카페", auth : "", cclc : "0", ccld : "N", regdate : "2008.08.06", cropfocus : "noface" }, errorthumb : { url : "https://t2.search.daumcdn.net/argon/600x0_65_wr/EtgRizIl4g7", w : "460", h : "296" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33vsq-kNY53PA5d0Rn", docdsid : "23Bz8TtZUxX3H5G9wY", url : "https://t3.search.daumcdn.net/argon/0x200_85_hr/AcOe4tMCegc", w : 200, h : 200, dw : 200, dh : 200, iw : 200, ih : 200, info : { title : "하트장미~♡", htitle : "하트장미~♡", summary : "", filesize : "71935", ow : "460", oh : "460", docurl : "http://cafe.daum.net/letter119/5F5y/1141?q=%C0%E5%B9%CC&re=1", disdocurl : "http://cafe.daum.net/letter119/5F5y/1141", oimgurl : "http://cfs10.planet.daum.net/upload_control/pcp_download.php?fhandle=NTRjSU9AZnMxMC5wbGFuZXQuZGF1bS5uZXQ6Lzc3MjgyMzEvMC83MS5qcGcudGh1bWI=&filename=img2D.tmp.jpg", cpid : "1", overcpname : "카페", cpname : "카페 > Daum카페", auth : "", cclc : "0", ccld : "", regdate : "2005.11.16", cropfocus : "noface" }, errorthumb : { url : "https://t3.search.daumcdn.net/argon/600x0_65_wr/AcOe4tMCegc", w : "460", h : "460" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "333aPg_WdYNGaqIotl", docdsid : "23icqH1bu4opJeQQrL", url : "https://t4.search.daumcdn.net/argon/0x200_85_hr/82Pp41qR84J", w : 281, h : 200, dw : 281, dh : 200, iw : 281, ih : 200, info : { title : "나는 오늘 장미가 되고 싶다 ~ㅎ", htitle : "나는 오늘 장미가 되고 싶다 ~ㅎ", summary : "아름다운 님들에게 예쁜 장미꽃 한다발을 드립니다. 본인이 이쁘다고^^ 생각하시는 님들은 요", filesize : "151568", ow : "750", oh : "534", docurl : "http://cafe.daum.net/joo3287/1jhI/70510?q=%C0%E5%B9%CC&re=1", disdocurl : "http://cafe.daum.net/joo3287/1jhI/70510", oimgurl : "http://cfile232.uf.daum.net/image/1471191349B717FB2D068F", cpid : "1", overcpname : "카페", cpname : "카페 > Daum카페", auth : "", cclc : "0", ccld : "N", regdate : "2010.06.04", cropfocus : "noface" }, errorthumb : { url : "https://t4.search.daumcdn.net/argon/600x0_65_wr/82Pp41qR84J", w : "600", h : "427" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33TrywALWjQt86D4Rl", docdsid : "23-n41tpNMHYq_sabr", url : "https://t3.search.daumcdn.net/argon/0x200_85_hr/DVuRKCGLdHi", w : 281, h : 200, dw : 281, dh : 200, iw : 281, ih : 200, info : { title : "오월은 장미의 계절", htitle : "오월은 장미의 계절", summary : "장미꽃 그리움 /여울목 가슴에 감미로운 사랑 향기 빨간 볼 꽃잎 물들고젖 봉우리에 피어 빨", filesize : "93120", ow : "750", oh : "534", docurl : "http://cafe.daum.net/musicgarden/4LJA/43604?q=%C0%E5%B9%CC&re=1", disdocurl : "http://cafe.daum.net/musicgarden/4LJA/43604", oimgurl : "http://cfile2.uf.tistory.com/original/23145C43554F043C0BB36D", cpid : "1", overcpname : "카페", cpname : "카페 > Daum카페", auth : "", cclc : "0", ccld : "N", regdate : "2015.05.14", cropfocus : "noface" }, errorthumb : { url : "https://t3.search.daumcdn.net/argon/600x0_65_wr/DVuRKCGLdHi", w : "600", h : "427" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33-28l1Dj8sUTdWtnQ", docdsid : "23Wf7LqLvQ-RxOw1OJ", url : "https://t4.search.daumcdn.net/argon/0x200_85_hr/3ke53N30h07", w : 267, h : 200, dw : 267, dh : 200, iw : 267, ih : 200, info : { title : "환상의 장미 꽃", htitle : "환상의 장미 꽃", summary : "여러분 장미 다발 받아 주세요. * * * * * * * * * * * * * *", filesize : "26804", ow : "460", oh : "345", docurl : "http://cafe.daum.net/daum1000/1XI7/1922?q=%C0%E5%B9%CC&re=1", disdocurl : "http://cafe.daum.net/daum1000/1XI7/1922", oimgurl : "http://cfs5.planet.daum.net/upload_control/pcp_download.php?fhandle=dHBOOEBmczUucGxhbmV0LmRhdW0ubmV0Oi8yMDk3NTUvMC8wLmpwZy50aHVtYg==&filename=%B3%D1", cpid : "1", overcpname : "카페", cpname : "카페 > Daum카페", auth : "", cclc : "0", ccld : "", regdate : "2004.12.03", cropfocus : "noface" }, errorthumb : { url : "https://t4.search.daumcdn.net/argon/600x0_65_wr/3ke53N30h07", w : "460", h : "345" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33csDkNvWU8KqkLqjz", docdsid : "22Kf60qX2md75c6jA5", url : "https://t4.search.daumcdn.net/argon/0x200_85_hr/EnTd11rcY3p", w : 200, h : 200, dw : 200, dh : 200, iw : 200, ih : 200, info : { title : "생일 장미", htitle : "생일 장미", summary : "", filesize : "57581", ow : "500", oh : "500", docurl : "http://blog.daum.net/dudqnfdka9959/7436050", disdocurl : "http://blog.daum.net/dudqnfdka9959/7436050", oimgurl : "http://pds62.cafe.daum.net/image/8/cafe/2008/01/16/00/31/478cd1d0391ab", cpid : "269393", overcpname : "블로그", cpname : "블로그 > Daum블로그", auth : "", cclc : "", ccld : "", regdate : "2009.05.22", cropfocus : "noface" }, errorthumb : { url : "https://t4.search.daumcdn.net/argon/600x0_65_wr/EnTd11rcY3p", w : "500", h : "500" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33n0HENful0BUrSFJr", docdsid : "2FOY9LuuFJxV7jkIES", url : "https://t1.search.daumcdn.net/argon/0x200_85_hr/KNNPDuGwyBw", w : 300, h : 200, dw : 300, dh : 200, iw : 300, ih : 200, info : { title : "장미", htitle : "장미", summary : "", filesize : "202602", ow : "1600", oh : "1067", docurl : "http://100.daum.net/multimedia/21XXXXP31328", disdocurl : "http://100.daum.net/multimedia/21XXXXP31328", oimgurl : "http://t1.daumcdn.net/encyclop/53FDA0050265AC0001", cpid : "418ff71d", overcpname : "백과사전", cpname : "백과사전", auth : "", cclc : "", ccld : "", regdate : "2015.03.12", cropfocus : "noface" }, errorthumb : { url : "https://t1.search.daumcdn.net/argon/600x0_65_wr/KNNPDuGwyBw", w : "600", h : "400" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33GJ6mP33kToreD2Kj", docdsid : "2335Ja2XGUcqN6DLIv", url : "https://t3.search.daumcdn.net/argon/0x200_85_hr/BEeCcfYMJj8", w : 267, h : 200, dw : 267, dh : 200, iw : 267, ih : 200, info : { title : "★넝쿨 장미의화려함!!★", htitle : "★넝쿨 장미의화려함!!★", summary : "", filesize : "111192", ow : "640", oh : "480", docurl : "http://cafe.daum.net/lsjjjs/Dv9L/300?q=%C0%E5%B9%CC&re=1", disdocurl : "http://cafe.daum.net/lsjjjs/Dv9L/300", oimgurl : "http://www.gnng.net/builder/board/table/seoul_photo/upload/DSCN4393.JPG", cpid : "1", overcpname : "카페", cpname : "카페 > Daum카페", auth : "", cclc : "0", ccld : "", regdate : "2004.05.28", cropfocus : "noface" }, errorthumb : { url : "https://t3.search.daumcdn.net/argon/600x0_65_wr/BEeCcfYMJj8", w : "600", h : "450" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "332YhEqQXf8EP5skr7", docdsid : "23bf80c_HCXI2oKoKr", url : "https://t4.search.daumcdn.net/argon/0x200_85_hr/KQwSvkHBKdp", w : 267, h : 200, dw : 267, dh : 200, iw : 267, ih : 200, info : { title : "백만송이 장미", htitle : "백만송이 장미", summary : "요즈음 붉은 장미가 너무나 멋있게 피어있는것을 보고 용기를 내어 연주곡을 올려봅니다. 현존", filesize : "249346", ow : "760", oh : "570", docurl : "http://cafe.daum.net/harmolove/QCbm/171?q=%C0%E5%B9%CC&re=1", disdocurl : "http://cafe.daum.net/harmolove/QCbm/171", oimgurl : "http://pds82.cafe.daum.net/image/7/cafe/2008/08/18/06/54/48a89e07c1e3c", cpid : "1", overcpname : "카페", cpname : "카페 > Daum카페", auth : "", cclc : "0", ccld : "N", regdate : "2010.06.09", cropfocus : "noface" }, errorthumb : { url : "https://t4.search.daumcdn.net/argon/600x0_65_wr/KQwSvkHBKdp", w : "600", h : "450" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33vchHl8QteKgHyfIK", docdsid : "23dhnw9w5p7573iyhW", url : "https://t2.search.daumcdn.net/argon/0x200_85_hr/90ys9EfsaVV", w : 316, h : 200, dw : 316, dh : 200, iw : 316, ih : 200, info : { title : "여인과 행복한 사랑이 가득한 장미꽃 이미지.", htitle : "여인과 행복한 사랑이 가득한 장미꽃 이미지.", summary : "", filesize : "73790", ow : "600", oh : "380", docurl : "http://cafe.daum.net/daum1000/21Wj/8346?q=%C0%E5%B9%CC&re=1", disdocurl : "http://cafe.daum.net/daum1000/21Wj/8346", oimgurl : "http://cfile295.uf.daum.net/image/211494405532E8FA18A909", cpid : "1", overcpname : "카페", cpname : "카페 > Daum카페", auth : "", cclc : "0", ccld : "", regdate : "2015.05.09", cropfocus : "noface" }, errorthumb : { url : "https://t2.search.daumcdn.net/argon/600x0_65_wr/90ys9EfsaVV", w : "600", h : "380" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33dhtuwLc5kMEOROoF", docdsid : "23-n41tpNMHYq_sabr", url : "https://t4.search.daumcdn.net/argon/0x200_85_hr/GYhLnOPHuAz", w : 172, h : 200, dw : 172, dh : 200, iw : 172, ih : 200, info : { title : "오월은 장미의 계절", htitle : "오월은 장미의 계절", summary : "장미꽃 그리움 /여울목 가슴에 감미로운 사랑 향기 빨간 볼 꽃잎 물들고젖 봉우리에 피어 빨", filesize : "188192", ow : "750", oh : "873", docurl : "http://cafe.daum.net/musicgarden/4LJA/43604?q=%C0%E5%B9%CC&re=1", disdocurl : "http://cafe.daum.net/musicgarden/4LJA/43604", oimgurl : "http://cfile8.uf.tistory.com/original/2449F441554F0428277FAF", cpid : "1", overcpname : "카페", cpname : "카페 > Daum카페", auth : "", cclc : "0", ccld : "N", regdate : "2015.05.14", cropfocus : "noface" }, errorthumb : { url : "https://t4.search.daumcdn.net/argon/600x0_65_wr/GYhLnOPHuAz", w : "600", h : "698" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33q87JMXnVk-eH9tIZ", docdsid : "23v1bSHo01Y3LchKMp", url : "https://t3.search.daumcdn.net/argon/0x200_85_hr/8gtYaxsMhBq", w : 267, h : 200, dw : 267, dh : 200, iw : 267, ih : 200, info : { title : "장미~~가져왔어요~~날려님~~", htitle : "장미~~가져왔어요~~날려님~~", summary : "1. 2. 3. 4. 5. 6. 7. 8.", filesize : "20849", ow : "600", oh : "450", docurl : "http://cafe.daum.net/hongbae/K2Pz/18749?q=%C0%E5%B9%CC&re=1", disdocurl : "http://cafe.daum.net/hongbae/K2Pz/18749", oimgurl : "http://parangsaekr.com.ne.kr/p019.jpg", cpid : "1", overcpname : "카페", cpname : "카페 > Daum카페", auth : "", cclc : "0", ccld : "", regdate : "2004.05.15", cropfocus : "noface" }, errorthumb : { url : "https://t3.search.daumcdn.net/argon/600x0_65_wr/8gtYaxsMhBq", w : "600", h : "450" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33cm5uxQhTgnsiCooQ", docdsid : "22Srfz9JCYAhJ4lmAn", url : "https://t4.search.daumcdn.net/argon/0x200_85_hr/IxxhbZxrzMD", w : 267, h : 200, dw : 267, dh : 200, iw : 267, ih : 200, info : { title : "장미모음", htitle : "장미모음", summary : "◈..사랑은 흐르는 물에도 뿌리를 내립니다..◈ 세상의 시인들이 사랑 이라는 낱말 하나로", filesize : "106848", ow : "640", oh : "480", docurl : "http://blog.daum.net/woodaisu/7414112", disdocurl : "http://blog.daum.net/woodaisu/7414112", oimgurl : "http://www.gnng.net/builder/board/table/seoul_photo/upload/DSCN4417.JPG", cpid : "269393", overcpname : "블로그", cpname : "블로그 > Daum블로그", auth : "", cclc : "", ccld : "", regdate : "2006.06.05", cropfocus : "noface" }, errorthumb : { url : "https://t4.search.daumcdn.net/argon/600x0_65_wr/IxxhbZxrzMD", w : "600", h : "450" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "336knvCg_xKo5uUNhn", docdsid : "23wAUP7zocaXB3-B94", url : "https://t1.search.daumcdn.net/argon/0x200_85_hr/ACXW7po39CW", w : 267, h : 200, dw : 267, dh : 200, iw : 267, ih : 200, info : { title : "색소폰] 장미꽃 한송이 / 오승근|", htitle : "색소폰] 장미꽃 한송이 / 오승근|", summary : "장미꽃 한송이 / 오승근 고운꽃 한송이 숨어 있었네 그대 같은 사람 보질 못했네 햇빛에 가", filesize : "120006", ow : "800", oh : "600", docurl : "http://cafe.daum.net/naheenim/DEFl/99?q=%C0%E5%B9%CC&re=1", disdocurl : "http://cafe.daum.net/naheenim/DEFl/99", oimgurl : "http://pds36.cafe.daum.net/download.php?grpid=KmsE&fldid=11WC&dataid=1792&fileid=1®dt=20070118144825&disk=21&grpcode=endolpins&dncnt=N&.jpg", cpid : "1", overcpname : "카페", cpname : "카페 > Daum카페", auth : "", cclc : "0", ccld : "", regdate : "2010.01.24", cropfocus : "noface" }, errorthumb : { url : "https://t1.search.daumcdn.net/argon/600x0_65_wr/ACXW7po39CW", w : "600", h : "450" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33uyBEjFux1G1S0Fim", docdsid : "23SOZhUZau42VvpLOq", url : "https://t4.search.daumcdn.net/argon/0x200_85_hr/4aDDUwdnwNz", w : 267, h : 200, dw : 267, dh : 200, iw : 267, ih : 200, info : { title : "파란장미", htitle : "파란장미", summary : "파란장미 사랑은 불가능을 가능하게 한다. 원래 장미는 파란색 유전자를 가지고 있지 않은 식", filesize : "38932", ow : "400", oh : "300", docurl : "http://cafe.daum.net/umayo/Qnm/40393?q=%C0%E5%B9%CC&re=1", disdocurl : "http://cafe.daum.net/umayo/Qnm/40393", oimgurl : "http://pds32.cafe.daum.net/image/43/cafe/2007/04/19/22/47/462773039e4be", cpid : "1", overcpname : "카페", cpname : "카페 > Daum카페", auth : "", cclc : "0", ccld : "", regdate : "2007.04.19", cropfocus : "noface" }, errorthumb : { url : "https://t4.search.daumcdn.net/argon/600x0_65_wr/4aDDUwdnwNz", w : "400", h : "300" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33fKeh62GWMBxlaxSM", docdsid : "23icqH1bu4opJeQQrL", url : "https://t2.search.daumcdn.net/argon/0x200_85_hr/8fL2ieFtJuL", w : 259, h : 200, dw : 259, dh : 200, iw : 259, ih : 200, info : { title : "나는 오늘 장미가 되고 싶다 ~ㅎ", htitle : "나는 오늘 장미가 되고 싶다 ~ㅎ", summary : "아름다운 님들에게 예쁜 장미꽃 한다발을 드립니다. 본인이 이쁘다고^^ 생각하시는 님들은 요", filesize : "99541", ow : "750", oh : "579", docurl : "http://cafe.daum.net/joo3287/1jhI/70510?q=%C0%E5%B9%CC&re=1", disdocurl : "http://cafe.daum.net/joo3287/1jhI/70510", oimgurl : "http://cfile229.uf.daum.net/image/1271191349B718013D2A08", cpid : "1", overcpname : "카페", cpname : "카페 > Daum카페", auth : "", cclc : "0", ccld : "N", regdate : "2010.06.04", cropfocus : "noface" }, errorthumb : { url : "https://t2.search.daumcdn.net/argon/600x0_65_wr/8fL2ieFtJuL", w : "600", h : "463" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33V6Qg4JrQbWb8ffZh", docdsid : "23QnAvvE2WWF2hiGpY", url : "https://t2.search.daumcdn.net/argon/0x200_85_hr/FdyhmAoaBcZ", w : 267, h : 200, dw : 267, dh : 200, iw : 267, ih : 200, info : { title : "파란 장미 : 뜻밖의 기적", htitle : "파란 장미 : 뜻밖의 기적", summary : "2011.6.20이후 적용 자세한사항은 공지확인하시라예 출처: 여성시대 너는또봄일까 파란", filesize : "20748", ow : "460", oh : "345", docurl : "http://cafe.daum.net/Serenade-/Imf7/105000?q=%C0%E5%B9%CC&re=1", disdocurl : "http://cafe.daum.net/Serenade-/Imf7/105000", oimgurl : "http://cfile298.uf.daum.net/image/2346FF475350F8422E4FFF", cpid : "1", overcpname : "카페", cpname : "카페 > Daum카페", auth : "", cclc : "0", ccld : "", regdate : "2014.04.18", cropfocus : "noface" }, errorthumb : { url : "https://t2.search.daumcdn.net/argon/600x0_65_wr/FdyhmAoaBcZ", w : "460", h : "345" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33ykcCIs8h8HsCJqXk", docdsid : "2335Ja2XGUcqN6DLIv", url : "https://t3.search.daumcdn.net/argon/0x200_85_hr/4vRPAaVDzU6", w : 267, h : 200, dw : 267, dh : 200, iw : 267, ih : 200, info : { title : "★넝쿨 장미의화려함!!★", htitle : "★넝쿨 장미의화려함!!★", summary : "", filesize : "111646", ow : "640", oh : "480", docurl : "http://cafe.daum.net/lsjjjs/Dv9L/300?q=%C0%E5%B9%CC&re=1", disdocurl : "http://cafe.daum.net/lsjjjs/Dv9L/300", oimgurl : "http://www.gnng.net/builder/board/table/seoul_photo/upload/DSCN4394.JPG", cpid : "1", overcpname : "카페", cpname : "카페 > Daum카페", auth : "", cclc : "0", ccld : "", regdate : "2004.05.28", cropfocus : "noface" }, errorthumb : { url : "https://t3.search.daumcdn.net/argon/600x0_65_wr/4vRPAaVDzU6", w : "600", h : "450" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33BnxMhosSObkT0JmO", docdsid : "231m_Ld-3C79QjIh7F", url : "https://t2.search.daumcdn.net/argon/0x200_85_hr/DOPDtKr2IhL", w : 267, h : 200, dw : 267, dh : 200, iw : 267, ih : 200, info : { title : "넝쿨장미", htitle : "넝쿨장미", summary : "", filesize : "82339", ow : "640", oh : "480", docurl : "http://cafe.daum.net/hoogun/5D7z/321?q=%C0%E5%B9%CC&re=1", disdocurl : "http://cafe.daum.net/hoogun/5D7z/321", oimgurl : "http://pds15.cafe.daum.net/download.php?grpid=tJXv&fldid=5D7z&dataid=321&fileid=1®dt=20050419140020&disk=7&grpcode=hoogun&dncnt=N&.jpg", cpid : "1", overcpname : "카페", cpname : "카페 > Daum카페", auth : "", cclc : "0", ccld : "", regdate : "2005.04.19", cropfocus : "noface" }, errorthumb : { url : "https://t2.search.daumcdn.net/argon/600x0_65_wr/DOPDtKr2IhL", w : "600", h : "450" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33dix25zPBcCSkcrr3", docdsid : "22Dz691eW-pb6cbhKY", url : "https://t1.search.daumcdn.net/argon/0x200_85_hr/HM1VZfYeeHo", w : 204, h : 200, dw : 204, dh : 200, iw : 204, ih : 200, info : { title : "장미", htitle : "장미", summary : "", filesize : "137297", ow : "900", oh : "883", docurl : "http://blog.naver.com/cmh1416/40128044426", disdocurl : "http://blog.naver.com/cmh1416/40128044426", oimgurl : "http://mblogthumb4.phinf.naver.net/20110426_198/cmh1416_1303780040148bcuwa_JPEG/Rosa_Gold_Glow_2.jpg?type=w2", cpid : "728111", overcpname : "블로그", cpname : "블로그 > 네이버블로그", auth : "", cclc : "", ccld : "", regdate : "2011.04.26", cropfocus : "noface" }, errorthumb : { url : "https://t1.search.daumcdn.net/argon/600x0_65_wr/HM1VZfYeeHo", w : "600", h : "589" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33OMFBaVZt1o9G3Ugi", docdsid : "23jtpfigkRdiRpS-k9", url : "https://t1.search.daumcdn.net/argon/0x200_85_hr/GY482WJRJ6S", w : 183, h : 200, dw : 183, dh : 200, iw : 183, ih : 200, info : { title : "향기로운 장미 배달왔어여~~", htitle : "향기로운 장미 배달왔어여~~", summary : "함께하는 누군가가 있다는 것은 정말로 큰 행복입니다~ 이 많은 사람들 중에 하나의 의미가", filesize : "76469", ow : "351", oh : "384", docurl : "http://cafe.daum.net/trip7788/LUcj/5416?q=%C0%E5%B9%CC&re=1", disdocurl : "http://cafe.daum.net/trip7788/LUcj/5416", oimgurl : "http://cfs3.planet.daum.net/upload_control/pcp_download.php?fhandle=NHZoUzBAZnMzLnBsYW5ldC5kYXVtLm5ldDovMzQxNjgxLzIvMjc4LmpwZy50aHVtYg==&filename=9.jpg", cpid : "1", overcpname : "카페", cpname : "카페 > Daum카페", auth : "", cclc : "0", ccld : "", regdate : "2006.03.28", cropfocus : "noface" }, errorthumb : { url : "https://t1.search.daumcdn.net/argon/600x0_65_wr/GY482WJRJ6S", w : "351", h : "384" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33XLg6LQxjp_tTJAkR", docdsid : "23CBGGMf2LXf8b8ZmD", url : "https://t4.search.daumcdn.net/argon/0x200_85_hr/FyJsmpo2bRF", w : 267, h : 200, dw : 267, dh : 200, iw : 267, ih : 200, info : { title : "장미꽃 선물의 의미를 아시나요?", htitle : "장미꽃 선물의 의미를 아시나요?", summary : "바야흐로 장미의 계절 6월도 하루 남았습니다. 담장마다 흐드러지게 피어있는 장미는 보는 사", filesize : "27305", ow : "580", oh : "435", docurl : "http://cafe.daum.net/joo3287/1jhI/23701?q=%C0%E5%B9%CC&re=1", disdocurl : "http://cafe.daum.net/joo3287/1jhI/23701", oimgurl : "http://blog.joins.com/usr/l/l/llosso/41/IMG_1763.JPG", cpid : "1", overcpname : "카페", cpname : "카페 > Daum카페", auth : "", cclc : "0", ccld : "", regdate : "2006.06.30", cropfocus : "noface" }, errorthumb : { url : "https://t4.search.daumcdn.net/argon/600x0_65_wr/FyJsmpo2bRF", w : "580", h : "435" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33HR_BkqUNtUFNIRHr", docdsid : "2F1EQQnP0hAQ9gf4oD", url : "https://t2.search.daumcdn.net/argon/0x200_85_hr/BTAGBQLoest", w : 300, h : 200, dw : 300, dh : 200, iw : 300, ih : 200, info : { title : "장미", htitle : "장미", summary : "", filesize : "116553", ow : "1024", oh : "683", docurl : "http://100.daum.net/multimedia/10_9141", disdocurl : "http://100.daum.net/multimedia/10_9141", oimgurl : "http://t1.daumcdn.net/encyclop/m10/5FEzxTqUEQ7d2s6LdBZL4ZoBZ4dEcZEwhPmj78Sw", cpid : "418ff71d", overcpname : "백과사전", cpname : "백과사전", auth : "", cclc : "", ccld : "", regdate : "2015.09.12", cropfocus : "noface" }, errorthumb : { url : "https://t2.search.daumcdn.net/argon/600x0_65_wr/BTAGBQLoest", w : "600", h : "400" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33RPpdekgYvJUUUt9o", docdsid : "23vx1OxYLDkGFOUoN_", url : "https://t1.search.daumcdn.net/argon/0x200_85_hr/BBGVoGGSI4m", w : 223, h : 200, dw : 223, dh : 200, iw : 223, ih : 200, info : { title : "▶ 수요일에는 빨간 장미를", htitle : "▶ 수요일에는 빨간 장미를", summary : "수요일 에는 빨간 장미 를 수요일 에는 빨간 장미 를 너에게 안겨주고파 흰 옷을 입은 천사", filesize : "62856", ow : "443", oh : "398", docurl : "http://cafe.daum.net/hoogun/5vts/18427?q=%C0%E5%B9%CC&re=1", disdocurl : "http://cafe.daum.net/hoogun/5vts/18427", oimgurl : "http://cfile221.uf.daum.net/image/1956D20C4A12331C175D34", cpid : "1", overcpname : "카페", cpname : "카페 > Daum카페", auth : "", cclc : "0", ccld : "", regdate : "2009.05.20", cropfocus : "noface" }, errorthumb : { url : "https://t1.search.daumcdn.net/argon/600x0_65_wr/BBGVoGGSI4m", w : "443", h : "398" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33WP9rCzgnaiEIkaAM", docdsid : "26JAOoqu71M3GbOHR-", url : "https://t3.search.daumcdn.net/argon/0x200_85_hr/FVRTCux77hS", w : 275, h : 200, dw : 275, dh : 200, iw : 275, ih : 200, info : { title : "로즈데이 "장미의 색상과 개수에 따라 의미 달라..프러포즈 할 때는?"", htitle : "로즈데이 "장미의 색상과 개수에 따라 의미 달라..프러포즈 할 때는?"", summary : "↑ 로즈데이/출처=조선일보DB 5월 14일 로즈데이를 맞아 장미꽃 선물이 누리꾼들 사이에서", filesize : "22494", ow : "430", oh : "313", docurl : "http://v.media.daum.net/v/20140514183708424", disdocurl : "http://v.media.daum.net/v/20140514183708424", oimgurl : "http://i2.media.daumcdn.net/svc/image/U03/news/201405/14/chosunbiz/20140514183708858.jpg", cpid : "16mJTKnr8bAfjEMsa8", overcpname : "뉴스", cpname : "뉴스 > 조선비즈", auth : "", cclc : "", ccld : "", regdate : "2014.05.14", cropfocus : "noface" }, errorthumb : { url : "https://t3.search.daumcdn.net/argon/600x0_65_wr/FVRTCux77hS", w : "430", h : "313" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "331XnnMtVv1088aUCF", docdsid : "22AiXWN73ABdZiTLuq", url : "https://t1.search.daumcdn.net/argon/0x200_85_hr/Cmag2W5GdAS", w : 300, h : 200, dw : 300, dh : 200, iw : 300, ih : 200, info : { title : "사랑 고백에는 왜! 장미꽃일까?", htitle : "사랑 고백에는 왜! 장미꽃일까?", summary : "한겹 한겹 꽃잎이 벗겨지면서 신비로움을 더하는 아름다움으로 무엇인가 깊숙하게 엄밀함이 숨겨", filesize : "107605", ow : "800", oh : "533", docurl : "http://blog.daum.net/teriouswoon/15960743", disdocurl : "http://blog.daum.net/teriouswoon/15960743", oimgurl : "http://cfile230.uf.daum.net/image/1658341F4B5FB08928705A", cpid : "269393", overcpname : "블로그", cpname : "블로그 > Daum블로그", auth : "", cclc : "0", ccld : "N", regdate : "2010.01.27", cropfocus : "noface" }, errorthumb : { url : "https://t1.search.daumcdn.net/argon/600x0_65_wr/Cmag2W5GdAS", w : "600", h : "400" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33vamgnjkTvl9MMLGs", docdsid : "2310NyfaeuE1uEcXow", url : "https://t1.search.daumcdn.net/argon/0x200_85_hr/uEjMtFoS32", w : 286, h : 200, dw : 286, dh : 200, iw : 286, ih : 200, info : { title : "정열의 장미속으로", htitle : "정열의 장미속으로", summary : "", filesize : "105856", ow : "750", oh : "524", docurl : "http://cafe.daum.net/hongbae/21uS/1368?q=%C0%E5%B9%CC&re=1", disdocurl : "http://cafe.daum.net/hongbae/21uS/1368", oimgurl : "http://cfile201.uf.daum.net/image/1571191349B717FD336CE7", cpid : "1", overcpname : "카페", cpname : "카페 > Daum카페", auth : "", cclc : "0", ccld : "N", regdate : "2010.03.12", cropfocus : "noface" }, errorthumb : { url : "https://t1.search.daumcdn.net/argon/600x0_65_wr/uEjMtFoS32", w : "600", h : "419" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "333e3Xi7QOy_NYfvxh", docdsid : "22DQeSrynvgwdpOPHb", url : "https://t4.search.daumcdn.net/argon/0x200_85_hr/3ZF32CA4CJv", w : 299, h : 200, dw : 299, dh : 200, iw : 299, ih : 200, info : { title : "6월의 장미꽃", htitle : "6월의 장미꽃", summary : "6월의 장미 2011, 6/6 박선자 방글거려도 소리 없는 장미 꽃속에 이쁜 마음 놓고 나", filesize : "132204", ow : "640", oh : "428", docurl : "http://blog.daum.net/psjn29/8555423", disdocurl : "http://blog.daum.net/psjn29/8555423", oimgurl : "http://cfile185.uf.daum.net/R682x0/12687D174BB2CABD8D810E", cpid : "269393", overcpname : "블로그", cpname : "블로그 > Daum블로그", auth : "", cclc : "", ccld : "", regdate : "2011.05.27", cropfocus : "noface" }, errorthumb : { url : "https://t4.search.daumcdn.net/argon/600x0_65_wr/3ZF32CA4CJv", w : "600", h : "401" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33nuAVv2h_TYulDQrs", docdsid : "2FctqF4V3y91ogKzuC", url : "https://t4.search.daumcdn.net/argon/0x200_85_hr/JQc4f3DPQAD", w : 140, h : 200, dw : 140, dh : 200, iw : 140, ih : 200, info : { title : "차가운 장미", htitle : "차가운 장미", summary : "", filesize : "232030", ow : "879", oh : "1260", docurl : "http://movie.daum.net/moviedetailPhotoView.do?movieId=83169&photoId=951186", disdocurl : "http://movie.daum.net/moviedetailPhotoView.do?movieId=83169&photoId=951186", oimgurl : "http://cfile116.uf.daum.net/image/2150E848536052720AC15B", cpid : "dc6cab33", overcpname : "게시판", cpname : "게시판", auth : "", cclc : "", ccld : "", regdate : "2014.04.30", cropfocus : "left" }, errorthumb : { url : "https://t4.search.daumcdn.net/argon/600x0_65_wr/JQc4f3DPQAD", w : "600", h : "860" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33WfU41sl_K79_wCHV", docdsid : "23Uc9moOyhGTSdXOm8", url : "https://t3.search.daumcdn.net/argon/0x200_85_hr/Do7i4J6rmbK", w : 250, h : 200, dw : 250, dh : 200, iw : 250, ih : 200, info : { title : "《㉭ㅏ늘》。 깔끔하고 너무예쁜 장미꽃 이미지", htitle : "《㉭ㅏ늘》。 깔끔하고 너무예쁜 장미꽃 이미지", summary : "굴림"< 우리는 사랑하는 이를 위하여, 그리고 애도하는 이를 위하여 꽃을 찾습니다. 참담한", filesize : "55244", ow : "560", oh : "448", docurl : "http://cafe.daum.net/designsource/GSNC/2416?q=%C0%E5%B9%CC&re=1", disdocurl : "http://cafe.daum.net/designsource/GSNC/2416", oimgurl : "http://ncolumn-image1.daum.net/_home/k/I/02FkI/1083384179120_w19.jpg", cpid : "1", overcpname : "카페", cpname : "카페 > Daum카페", auth : "", cclc : "0", ccld : "", regdate : "2004.05.23", cropfocus : "noface" }, errorthumb : { url : "https://t3.search.daumcdn.net/argon/600x0_65_wr/Do7i4J6rmbK", w : "560", h : "448" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33YzP0447kwzZwJqgd", docdsid : "22ZFA5Si-Y2nZHuRbk", url : "https://t4.search.daumcdn.net/argon/0x200_85_hr/3EVIJIxaSHf", w : 267, h : 200, dw : 267, dh : 200, iw : 267, ih : 200, info : { title : "아름다운 장미꽃", htitle : "아름다운 장미꽃", summary : "", filesize : "30336", ow : "520", oh : "390", docurl : "http://blog.daum.net/wuban777/7400153", disdocurl : "http://blog.daum.net/wuban777/7400153", oimgurl : "http://cafe178.daum.net/_c21_/pds_down_hdn?grpid=qi9d&fldid=6Tdd&dataid=74&grpcode=GOGOGO1004&realfile=34_110920meari176_com.jpg", cpid : "269393", overcpname : "블로그", cpname : "블로그 > Daum블로그", auth : "", cclc : "", ccld : "", regdate : "2006.06.03", cropfocus : "noface" }, errorthumb : { url : "https://t4.search.daumcdn.net/argon/600x0_65_wr/3EVIJIxaSHf", w : "520", h : "390" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33cumUYQzBRBVx6jwp", docdsid : "23Uc9moOyhGTSdXOm8", url : "https://t3.search.daumcdn.net/argon/0x200_85_hr/8eHy3nK7fne", w : 250, h : 200, dw : 250, dh : 200, iw : 250, ih : 200, info : { title : "《㉭ㅏ늘》。 깔끔하고 너무예쁜 장미꽃 이미지", htitle : "《㉭ㅏ늘》。 깔끔하고 너무예쁜 장미꽃 이미지", summary : "굴림"< 우리는 사랑하는 이를 위하여, 그리고 애도하는 이를 위하여 꽃을 찾습니다. 참담한", filesize : "62089", ow : "560", oh : "448", docurl : "http://cafe.daum.net/designsource/GSNC/2416?q=%C0%E5%B9%CC&re=1", disdocurl : "http://cafe.daum.net/designsource/GSNC/2416", oimgurl : "http://ncolumn-image1.daum.net/_home/k/I/02FkI/1083391015849_w24.jpg", cpid : "1", overcpname : "카페", cpname : "카페 > Daum카페", auth : "", cclc : "0", ccld : "", regdate : "2004.05.23", cropfocus : "noface" }, errorthumb : { url : "https://t3.search.daumcdn.net/argon/600x0_65_wr/8eHy3nK7fne", w : "560", h : "448" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33l3P4FJeImXT5Ui3T", docdsid : "23Uc9moOyhGTSdXOm8", url : "https://t1.search.daumcdn.net/argon/0x200_85_hr/Iu1iv1Jni24", w : 250, h : 200, dw : 250, dh : 200, iw : 250, ih : 200, info : { title : "《㉭ㅏ늘》。 깔끔하고 너무예쁜 장미꽃 이미지", htitle : "《㉭ㅏ늘》。 깔끔하고 너무예쁜 장미꽃 이미지", summary : "굴림"< 우리는 사랑하는 이를 위하여, 그리고 애도하는 이를 위하여 꽃을 찾습니다. 참담한", filesize : "53778", ow : "560", oh : "448", docurl : "http://cafe.daum.net/designsource/GSNC/2416?q=%C0%E5%B9%CC&re=1", disdocurl : "http://cafe.daum.net/designsource/GSNC/2416", oimgurl : "http://ncolumn-image1.daum.net/_home/k/I/02FkI/1083384076998_w8.jpg", cpid : "1", overcpname : "카페", cpname : "카페 > Daum카페", auth : "", cclc : "0", ccld : "", regdate : "2004.05.23", cropfocus : "noface" }, errorthumb : { url : "https://t1.search.daumcdn.net/argon/600x0_65_wr/Iu1iv1Jni24", w : "560", h : "448" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33hJzySz-qIXvFJGq_", docdsid : "23Bm5aGx_XFK_oNWDk", url : "https://t3.search.daumcdn.net/argon/0x200_85_hr/9MyQwCurvV8", w : 278, h : 200, dw : 278, dh : 200, iw : 278, ih : 200, info : { title : "넝쿨장미", htitle : "넝쿨장미", summary : "", filesize : "289507", ow : "750", oh : "540", docurl : "http://cafe.daum.net/hongbae/21uS/1656?q=%C0%E5%B9%CC&re=1", disdocurl : "http://cafe.daum.net/hongbae/21uS/1656", oimgurl : "http://cfile247.uf.daum.net/image/193E9F274BFCD75416A903", cpid : "1", overcpname : "카페", cpname : "카페 > Daum카페", auth : "", cclc : "0", ccld : "N", regdate : "2010.05.30", cropfocus : "noface" }, errorthumb : { url : "https://t3.search.daumcdn.net/argon/600x0_65_wr/9MyQwCurvV8", w : "600", h : "432" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33bRPbL1OsHuh_SHhN", docdsid : "22mWHJ3jRV0bCuliON", url : "https://t4.search.daumcdn.net/argon/0x200_85_hr/2M2uQtAr7Zz", w : 150, h : 200, dw : 150, dh : 200, iw : 150, ih : 200, info : { title : "좋은 장미를 얻으려면 가지를 쳐라!", htitle : "좋은 장미를 얻으려면 가지를 쳐라!", summary : "좋은 장미를 얻으려면 가지를 쳐라! 좋은 장미를 얻으려면 가지를 쳐라! 백화점 왕으로 불리", filesize : "170584", ow : "580", oh : "773", docurl : "http://blog.daum.net/ash3379/11808054", disdocurl : "http://blog.daum.net/ash3379/11808054", oimgurl : "http://cfile252.uf.daum.net/image/180E3D474E67E2FB2E8931", cpid : "269393", overcpname : "블로그", cpname : "블로그 > Daum블로그", auth : "", cclc : "", ccld : "", regdate : "2014.06.15", cropfocus : "noface" }, errorthumb : { url : "https://t4.search.daumcdn.net/argon/600x0_65_wr/2M2uQtAr7Zz", w : "580", h : "773" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33nbmKEJ9-qOiqRCOh", docdsid : "23m1QDcvC2wqZgSMxl", url : "https://t4.search.daumcdn.net/argon/0x200_85_hr/EwjsZCYnAXB", w : 150, h : 200, dw : 150, dh : 200, iw : 150, ih : 200, info : { title : "**6월의 장미풍경..*^^*", htitle : "**6월의 장미풍경..*^^*", summary : "", filesize : "117594", ow : "580", oh : "773", docurl : "http://cafe.daum.net/hongbae/AS2e/8684?q=%C0%E5%B9%CC&re=1", disdocurl : "http://cafe.daum.net/hongbae/AS2e/8684", oimgurl : "http://blog.joins.com/usr/l/l/llosso/41/IMG_1765.JPG", cpid : "1", overcpname : "카페", cpname : "카페 > Daum카페", auth : "", cclc : "0", ccld : "", regdate : "2005.06.03", cropfocus : "noface" }, errorthumb : { url : "https://t4.search.daumcdn.net/argon/600x0_65_wr/EwjsZCYnAXB", w : "580", h : "773" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33F8D8TkIJvBYyUKOf", docdsid : "22gMcw-CgQ5uO5s5_Z", url : "https://t3.search.daumcdn.net/argon/0x200_85_hr/D0E2tGLQ4Zy", w : 284, h : 200, dw : 284, dh : 200, iw : 284, ih : 200, info : { title : "49 종의 장미꽃 모음", htitle : "49 종의 장미꽃 모음", summary : "장미의 종류 (49종)", filesize : "226211", ow : "600", oh : "422", docurl : "http://blog.daum.net/vietnam_lee/14214766", disdocurl : "http://blog.daum.net/vietnam_lee/14214766", oimgurl : "http://altair.chonnam.ac.kr/~bcchoi/bbs/download/2007rose/rr1.JPG", cpid : "269393", overcpname : "블로그", cpname : "블로그 > Daum블로그", auth : "", cclc : "0", ccld : "N", regdate : "2008.03.01", cropfocus : "noface" }, errorthumb : { url : "https://t3.search.daumcdn.net/argon/600x0_65_wr/D0E2tGLQ4Zy", w : "600", h : "422" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "333UvnPc35nTK4zpLh", docdsid : "23knRjfp-qvBG0FLTr", url : "https://t4.search.daumcdn.net/argon/0x200_85_hr/9g16V1ZNZ9X", w : 267, h : 200, dw : 267, dh : 200, iw : 267, ih : 200, info : { title : "Million Alyh Roz(벡만송이 장미)/ Alla Pagachova", htitle : "Million Alyh Roz(벡만송이 장미)/ Alla Pagachova", summary : "", filesize : "108097", ow : "640", oh : "480", docurl : "http://cafe.daum.net/tops/KB1K/1594?q=%C0%E5%B9%CC&re=1", disdocurl : "http://cafe.daum.net/tops/KB1K/1594", oimgurl : "http://www.gnng.net/builder/board/table/seoul_photo/upload/DSCN4409.JPG", cpid : "1", overcpname : "카페", cpname : "카페 > Daum카페", auth : "", cclc : "0", ccld : "N", regdate : "2010.02.08", cropfocus : "noface" }, errorthumb : { url : "https://t4.search.daumcdn.net/argon/600x0_65_wr/9g16V1ZNZ9X", w : "600", h : "450" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33d_ZIqDMukWC8YKfz", docdsid : "2FQk4ahlTZJXeuYYfi", url : "https://t2.search.daumcdn.net/argon/0x200_85_hr/BMsVgOjrhRb", w : 200, h : 200, dw : 200, dh : 200, iw : 200, ih : 200, info : { title : "장미", htitle : "장미", summary : "", filesize : "2107805", ow : "2100", oh : "2100", docurl : "http://100.daum.net/multimedia/21XXXXP31805", disdocurl : "http://100.daum.net/multimedia/21XXXXP31805", oimgurl : "http://t1.daumcdn.net/encyclop/53FDAAAE02055F0003", cpid : "418ff71d", overcpname : "백과사전", cpname : "백과사전", auth : "", cclc : "", ccld : "", regdate : "2015.03.12", cropfocus : "noface" }, errorthumb : { url : "https://t2.search.daumcdn.net/argon/600x0_65_wr/BMsVgOjrhRb", w : "600", h : "600" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33-qCuquDd50wfkBNP", docdsid : "22gMcw-CgQ5uO5s5_Z", url : "https://t3.search.daumcdn.net/argon/0x200_85_hr/60m5dw2vOII", w : 258, h : 200, dw : 258, dh : 200, iw : 258, ih : 200, info : { title : "49 종의 장미꽃 모음", htitle : "49 종의 장미꽃 모음", summary : "장미의 종류 (49종)", filesize : "254862", ow : "600", oh : "465", docurl : "http://blog.daum.net/vietnam_lee/14214766", disdocurl : "http://blog.daum.net/vietnam_lee/14214766", oimgurl : "http://altair.chonnam.ac.kr/~bcchoi/bbs/download/2007rose/rr8.JPG", cpid : "269393", overcpname : "블로그", cpname : "블로그 > Daum블로그", auth : "", cclc : "0", ccld : "N", regdate : "2008.03.01", cropfocus : "noface" }, errorthumb : { url : "https://t3.search.daumcdn.net/argon/600x0_65_wr/60m5dw2vOII", w : "600", h : "465" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33V3AItROicbNlNIci", docdsid : "22qVPL_QC0ifMy7u4m", url : "https://t2.search.daumcdn.net/argon/0x200_85_hr/18mgKCgiJL7", w : 200, h : 200, dw : 200, dh : 200, iw : 200, ih : 200, info : { title : "장미 한다발", htitle : "장미 한다발", summary : "맑은 미소 그대 있어 좋은 날 . . .", filesize : "164619", ow : "400", oh : "400", docurl : "http://blog.daum.net/tera1401/6426483", disdocurl : "http://blog.daum.net/tera1401/6426483", oimgurl : "http://image.bookpark.com/malls/good/7/2/1502672g.jpg", cpid : "269393", overcpname : "블로그", cpname : "블로그 > Daum블로그", auth : "", cclc : "1", ccld : "A", regdate : "2008.05.19", cropfocus : "noface" }, errorthumb : { url : "https://t2.search.daumcdn.net/argon/600x0_65_wr/18mgKCgiJL7", w : "400", h : "400" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33AGJqAT0GyT3T5SZy", docdsid : "23wmFUH-dYMN3KcNDf", url : "https://t3.search.daumcdn.net/argon/0x200_85_hr/2ir3NAzGQPy", w : 300, h : 200, dw : 300, dh : 200, iw : 300, ih : 200, info : { title : "장미 아이콘", htitle : "장미 아이콘", summary : "", filesize : "61891", ow : "682", oh : "454", docurl : "http://cafe.daum.net/hoogun/C68N/4676?q=%C0%E5%B9%CC&re=1", disdocurl : "http://cafe.daum.net/hoogun/C68N/4676", oimgurl : "http://cfile24.uf.tistory.com/image/146A67464E50D6B2216457", cpid : "1", overcpname : "카페", cpname : "카페 > Daum카페", auth : "", cclc : "0", ccld : "N", regdate : "2014.07.04", cropfocus : "noface" }, errorthumb : { url : "https://t3.search.daumcdn.net/argon/600x0_65_wr/2ir3NAzGQPy", w : "600", h : "399" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33sSBGxfpFn8sbU63V", docdsid : "22DISWxSJZbm0Pr5Dr", url : "https://t1.search.daumcdn.net/argon/0x200_85_hr/1ZQ8gxVNMJM", w : 286, h : 200, dw : 286, dh : 200, iw : 286, ih : 200, info : { title : "X레이 아트 장미와 헨드폰 내부", htitle : "X레이 아트 장미와 헨드폰 내부", summary : "독일 시인 라이너 마리아 릴케 는 ‘ 장미의 내부 ’라는 시에서 “활짝 핀 장미의 내부에", filesize : "76206", ow : "520", oh : "364", docurl : "http://blog.daum.net/asaa0528/17220060", disdocurl : "http://blog.daum.net/asaa0528/17220060", oimgurl : "http://ncc.phinf.naver.net/webtop02/2009/2/17/300/%BB%E7%C1%F8_02_%C0%E5%B9%CC-.jpg", cpid : "269393", overcpname : "블로그", cpname : "블로그 > Daum블로그", auth : "", cclc : "0", ccld : "N", regdate : "2009.02.20", cropfocus : "noface" }, errorthumb : { url : "https://t1.search.daumcdn.net/argon/600x0_65_wr/1ZQ8gxVNMJM", w : "520", h : "364" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33RHS3V9374mrixoMv", docdsid : "26CZQAYch7WxMmsHmc", url : "https://t3.search.daumcdn.net/argon/0x200_85_hr/FxeBKQFcgus", w : 183, h : 200, dw : 183, dh : 200, iw : 183, ih : 200, info : { title : "한파에 졸업입학시즌 '꽃값도 금값'…장미 한달새 두배↑", htitle : "한파에 졸업입학시즌 '꽃값도 금값'…장미 한달새 두배↑", summary : "졸업식과 밸런타인데이 등 성수기를 앞두고 꽃값이 크게 오르고 있다. 특히 올해는 한파와 일", filesize : "89836", ow : "351", oh : "384", docurl : "http://v.media.daum.net/v/20110209082414547", disdocurl : "http://v.media.daum.net/v/20110209082414547", oimgurl : "http://i2.media.daumcdn.net/svc/image/U03/news/201102/09/ned/20110209082414563.jpg", cpid : "16KFatTW1CUurz8EAg", overcpname : "뉴스", cpname : "뉴스 > 헤럴드경제", auth : "", cclc : "", ccld : "", regdate : "2011.02.09", cropfocus : "noface" }, errorthumb : { url : "https://t3.search.daumcdn.net/argon/600x0_65_wr/FxeBKQFcgus", w : "351", h : "384" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33ZlKjNXpK1LAzg2O-", docdsid : "22gMcw-CgQ5uO5s5_Z", url : "https://t4.search.daumcdn.net/argon/0x200_85_hr/AQfZelOKmSp", w : 284, h : 200, dw : 284, dh : 200, iw : 284, ih : 200, info : { title : "49 종의 장미꽃 모음", htitle : "49 종의 장미꽃 모음", summary : "장미의 종류 (49종)", filesize : "234374", ow : "600", oh : "423", docurl : "http://blog.daum.net/vietnam_lee/14214766", disdocurl : "http://blog.daum.net/vietnam_lee/14214766", oimgurl : "http://altair.chonnam.ac.kr/~bcchoi/bbs/download/2007rose/rr5.JPG", cpid : "269393", overcpname : "블로그", cpname : "블로그 > Daum블로그", auth : "", cclc : "0", ccld : "N", regdate : "2008.03.01", cropfocus : "noface" }, errorthumb : { url : "https://t4.search.daumcdn.net/argon/600x0_65_wr/AQfZelOKmSp", w : "600", h : "423" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33p3Pczj9pDbSNHRLq", docdsid : "237dIu9GEidu73LD-j", url : "https://t4.search.daumcdn.net/argon/0x200_85_hr/DmwGPvto21Z", w : 207, h : 200, dw : 207, dh : 200, iw : 207, ih : 200, info : { title : "예리코의 장미/조선영", htitle : "예리코의 장미/조선영", summary : "낙타의 열사 사막 사하라 뜨거운 땅 뿌리 내린 생의 기억 아프게 지우며 뒤집힌 모래 폭풍에", filesize : "64219", ow : "621", oh : "600", docurl : "http://cafe.daum.net/daum1000/1WXR/97074?q=%C0%E5%B9%CC&re=1", disdocurl : "http://cafe.daum.net/daum1000/1WXR/97074", oimgurl : "http://cfile187.uf.daum.net/R682x0/1733A414BDB5D683081463", cpid : "1", overcpname : "카페", cpname : "카페 > Daum카페", auth : "", cclc : "0", ccld : "N", regdate : "2015.08.01", cropfocus : "noface" }, errorthumb : { url : "https://t4.search.daumcdn.net/argon/600x0_65_wr/DmwGPvto21Z", w : "600", h : "580" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "333B1Qjmrop975pQoZ", docdsid : "22G5PjsUfPr6Cmoj51", url : "https://t4.search.daumcdn.net/argon/0x200_85_hr/qmgBSI6uml", w : 267, h : 200, dw : 267, dh : 200, iw : 267, ih : 200, info : { title : "장미 ㅌ", htitle : "장미 ㅌ", summary : "", filesize : "48510", ow : "460", oh : "345", docurl : "http://blog.daum.net/teriouswoon/2233612", disdocurl : "http://blog.daum.net/teriouswoon/2233612", oimgurl : "http://cfs5.blog.daum.net/upload_control/download.blog?fhandle=MDRYc3RAZnM1LmJsb2cuZGF1bS5uZXQ6L0lNQUdFLzAvODcuanBnLnRodW1i&filename=87.jpg", cpid : "269393", overcpname : "블로그", cpname : "블로그 > Daum블로그", auth : "", cclc : "", ccld : "", regdate : "2005.05.18", cropfocus : "noface" }, errorthumb : { url : "https://t4.search.daumcdn.net/argon/600x0_65_wr/qmgBSI6uml", w : "460", h : "345" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "337ycDiHaVYQWX_Udx", docdsid : "23-n41tpNMHYq_sabr", url : "https://t2.search.daumcdn.net/argon/0x200_85_hr/8LluyXbWupp", w : 281, h : 200, dw : 281, dh : 200, iw : 281, ih : 200, info : { title : "오월은 장미의 계절", htitle : "오월은 장미의 계절", summary : "장미꽃 그리움 /여울목 가슴에 감미로운 사랑 향기 빨간 볼 꽃잎 물들고젖 봉우리에 피어 빨", filesize : "97133", ow : "750", oh : "534", docurl : "http://cafe.daum.net/musicgarden/4LJA/43604?q=%C0%E5%B9%CC&re=1", disdocurl : "http://cafe.daum.net/musicgarden/4LJA/43604", oimgurl : "http://cfile1.uf.tistory.com/original/26041643554F043817917A", cpid : "1", overcpname : "카페", cpname : "카페 > Daum카페", auth : "", cclc : "0", ccld : "N", regdate : "2015.05.14", cropfocus : "noface" }, errorthumb : { url : "https://t2.search.daumcdn.net/argon/600x0_65_wr/8LluyXbWupp", w : "600", h : "427" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33Kf6qzEiSYtMzliqh", docdsid : "238wGZO5PFYo744HQk", url : "https://t3.search.daumcdn.net/argon/0x200_85_hr/GqDPNmrzikA", w : 278, h : 200, dw : 278, dh : 200, iw : 278, ih : 200, info : { title : "Re:저의 마음 받아 주실분 없나요??????(장미꽃 종류)", htitle : "Re:저의 마음 받아 주실분 없나요??????(장미꽃 종류)", summary : "", filesize : "93284", ow : "600", oh : "431", docurl : "http://cafe.daum.net/tldrmf3040/3zeh/47356?q=%C0%E5%B9%CC&re=1", disdocurl : "http://cafe.daum.net/tldrmf3040/3zeh/47356", oimgurl : "http://cfile241.uf.daum.net/image/192C83194B206E40211DB6", cpid : "1", overcpname : "카페", cpname : "카페 > Daum카페", auth : "", cclc : "0", ccld : "", regdate : "2009.12.10", cropfocus : "noface" }, errorthumb : { url : "https://t3.search.daumcdn.net/argon/600x0_65_wr/GqDPNmrzikA", w : "600", h : "431" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33DBiSqZ8WXXbDGiga", docdsid : "22i5hIhZzXzXBo67GD", url : "https://t3.search.daumcdn.net/argon/0x200_85_hr/Hrq2tWU8PsA", w : 299, h : 200, dw : 299, dh : 200, iw : 299, ih : 200, info : { title : "오월의 장미..", htitle : "오월의 장미..", summary : ">BGM<1833", filesize : "72151", ow : "460", oh : "308", docurl : "http://blog.daum.net/samhang61/2533900", disdocurl : "http://blog.daum.net/samhang61/2533900", oimgurl : "http://cfs2.blog.daum.net/upload_control/download.blog?fhandle=MDhhOHpAZnMyLmJsb2cuZGF1bS5uZXQ6L0lNQUdFLzEvMTM4LmpwZy50aHVtYg==&filename=138.jpg", cpid : "269393", overcpname : "블로그", cpname : "블로그 > Daum블로그", auth : "", cclc : "", ccld : "", regdate : "2006.05.20", cropfocus : "noface" }, errorthumb : { url : "https://t3.search.daumcdn.net/argon/600x0_65_wr/Hrq2tWU8PsA", w : "460", h : "308" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33-ZOHWILSnNMQF5ir", docdsid : "23c5QX1H-LUGg4IBlp", url : "https://t1.search.daumcdn.net/argon/0x200_85_hr/5nMtHQDTIrE", w : 240, h : 200, dw : 240, dh : 200, iw : 240, ih : 200, info : { title : "유월의 장미", htitle : "유월의 장미", summary : "장미의 종류 (49종)", filesize : "294480", ow : "600", oh : "499", docurl : "http://cafe.daum.net/khykhr07/5Klf/280?q=%C0%E5%B9%CC&re=1", disdocurl : "http://cafe.daum.net/khykhr07/5Klf/280", oimgurl : "http://altair.chonnam.ac.kr/%7Ebcchoi/bbs/download/2007rose/rr11.JPG", cpid : "1", overcpname : "카페", cpname : "카페 > Daum카페", auth : "", cclc : "0", ccld : "", regdate : "2007.06.13", cropfocus : "noface" }, errorthumb : { url : "https://t1.search.daumcdn.net/argon/600x0_65_wr/5nMtHQDTIrE", w : "600", h : "499" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "339G3fBE-S6aQsMAlr", docdsid : "23Vmkt8PMUcEtHUpXZ", url : "https://t3.search.daumcdn.net/argon/0x200_85_hr/3Gjh7kCNA6w", w : 268, h : 200, dw : 268, dh : 200, iw : 268, ih : 200, info : { title : "장미종류", htitle : "장미종류", summary : "장미의 종류 (49종)", filesize : "295723", ow : "600", oh : "447", docurl : "http://cafe.daum.net/cgsbong/2094/325?q=%C0%E5%B9%CC&re=1", disdocurl : "http://cafe.daum.net/cgsbong/2094/325", oimgurl : "http://altair.chonnam.ac.kr/%7Ebcchoi/bbs/download/2007rose/rr14.JPG", cpid : "1", overcpname : "카페", cpname : "카페 > Daum카페", auth : "", cclc : "0", ccld : "", regdate : "2008.03.14", cropfocus : "noface" }, errorthumb : { url : "https://t3.search.daumcdn.net/argon/600x0_65_wr/3Gjh7kCNA6w", w : "600", h : "447" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33y_YrMsSZeuvce3Nr", docdsid : "23Vmkt8PMUcEtHUpXZ", url : "https://t1.search.daumcdn.net/argon/0x200_85_hr/HSy3s7HLkQm", w : 259, h : 200, dw : 259, dh : 200, iw : 259, ih : 200, info : { title : "장미종류", htitle : "장미종류", summary : "장미의 종류 (49종)", filesize : "266550", ow : "600", oh : "464", docurl : "http://cafe.daum.net/cgsbong/2094/325?q=%C0%E5%B9%CC&re=1", disdocurl : "http://cafe.daum.net/cgsbong/2094/325", oimgurl : "http://altair.chonnam.ac.kr/%7Ebcchoi/bbs/download/2007rose/rr7.JPG", cpid : "1", overcpname : "카페", cpname : "카페 > Daum카페", auth : "", cclc : "0", ccld : "", regdate : "2008.03.14", cropfocus : "noface" }, errorthumb : { url : "https://t1.search.daumcdn.net/argon/600x0_65_wr/HSy3s7HLkQm", w : "600", h : "464" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1},
{ docid : "33YETJTndlB6ebUhLG", docdsid : "23Vmkt8PMUcEtHUpXZ", url : "https://t2.search.daumcdn.net/argon/0x200_85_hr/J71uRKweo2l", w : 221, h : 200, dw : 221, dh : 200, iw : 221, ih : 200, info : { title : "장미종류", htitle : "장미종류", summary : "장미의 종류 (49종)", filesize : "293995", ow : "600", oh : "544", docurl : "http://cafe.daum.net/cgsbong/2094/325?q=%C0%E5%B9%CC&re=1", disdocurl : "http://cafe.daum.net/cgsbong/2094/325", oimgurl : "http://altair.chonnam.ac.kr/%7Ebcchoi/bbs/download/2007rose/rr9.JPG", cpid : "1", overcpname : "카페", cpname : "카페 > Daum카페", auth : "", cclc : "0", ccld : "", regdate : "2008.03.14", cropfocus : "noface" }, errorthumb : { url : "https://t2.search.daumcdn.net/argon/600x0_65_wr/J71uRKweo2l", w : "600", h : "544" }, cnuccDocid : "", oDiv : null, oImg : null, hide : "N", vTarget : null, cssStr : "", cssStrMarginRight : "", page : 1}
];
var imageFlexibleInitConfig = {
wrapCollId : "imgWrapColl",
bodyListId : "imgList",
moreBtnId : "imgCollListMore",
loadingStatusImageId : "imgLoadingStatus",
isMobile : false,
collectionType : "tab",
patternQuery : "false",
basicCode : {
"s" : "IM",
"a" : "IMTO",
"dc" : "IIM"
},
freeLogStr : "https://sl.search.daum.net/freelog/imgviewer?dv=pc&log=",
imageCNUcc : false,
dataIsEndByFirstPage : false,
imageViewerLink : "",
utf8Query : "%EC%9E%A5%EB%AF%B8",
euckrQuery : "%C0%E5%B9%CC",
addLinkParam : "",
addQsearchParam : "",
perOfCropZoom : 0,
marginOfImageDiv : 3,
useThumbPx : 200
};
var imageFlexibleListForAreaExec = null;
domReady(function() {
imageFlexibleListForAreaExec = new SF.M.imageFlexibleListForArea(imageFlexibleInitConfig);
});
이미지
약 4,679,963건 추가정보 보기 이미지 신고하기 이미지 검색결과에서 신고하실 이미지를 선택하시고, 신고 이유를 입력하신 후 제출 바랍니다. 장미 사진 장미 이미지 무궁화 5월의 장미 장미 일러스트 코스모스 밤에 피는 장미 장미 특징 해바라기 장미공원 국화 튤립 가수 장미 복면가왕 장미 정체 장미축제 장미 노래 장미 그림 울산대공원 장미축제 복면가왕 장미 서울대공원 가을장미 진달래 곡성 장미축제 장미 꿀이야 장미 꿀이다 장미 쓰리쓰리 4월과 5월 장미 달려라 장미 장미여관 sbs 달려라 장미 장미 이선희
더보기 .