var rm_collection_wrap_view_width = 0;//pc
var rm_collection_wrap_view_height = 0;
function fRMCShow(idx){
$('#rm_collection_wrap_view').css('display','block');
$('#rm_collection_wrap_view').css('max-width','880px');
var ua = navigator.userAgent;
if (ua.match(/iPhone|iPod|Android|Windows CE|BlackBerry|Symbian|Windows Phone|webOS|Opera Mini|Opera Mobi|POLARIS|IEMobile|lgtelecom|nokia|SonyEricsson|mobile/i) != null || ua.match(/LG|SAMSUNG|Samsung/) != null){
$('#rm_collection_wrap_view').css('max-width','670px');
}
$('#rm_collection_detail').attr('src','https://www.reviewmaker.co.kr/script/collection_detail.php?idx='+idx);
$('#rm_collection_wrap').css('display','block');
$('#rm_collection_wrap_view').css('margin-left','-'+($('#rm_collection_wrap_view').width() / 2)+'px');
$('#rm_collection_close').css('display','block');
$('#rm_collection_wrap_video1').show();
$('#rm_collection_wrap_img1').hide();
if($(window).width() > 750){
$("#rm_collection_wrap_view").animate({'top':'20%'},300);
$('#rm_collection_wrap_view').css('max-height','613px');
}else{
$("#rm_collection_wrap_view").animate({'top':'20%'},300);
$('#rm_collection_wrap_view').css('max-height','fit-content');
if($('#rm_collection_wrap_view').height() > $(window).height()) $('#rm_collection_wrap_view').css('max-height',($(window).height() * 0.8)+'px');
}
var rm_collection_href = $('meta[name="path_role"]').attr('content')+'';
if(location.pathname.indexOf('/main.html') > -1 || location.pathname == '/' || location.pathname == '/m/' || location.pathname == '/m/index.html' || location.pathname == '/index.html') rm_collection_href = 'MAIN';
if(location.pathname.indexOf('/product.html') > -1 || location.pathname.indexOf('/shopdetail.html') > -1) rm_collection_href = 'PRODUCT_DETAIL';
if(location.pathname.indexOf('/basket.html') > -1) rm_collection_href = 'ORDER_BASKET';
var rm_collection_page = '';
if( rm_collection_href == 'MAIN' ){ rm_collection_page = 'main'; }
else if(rm_collection_href == 'PRODUCT_DETAIL'){ rm_collection_page = 'prod'; }
else if(rm_collection_href == 'ORDER_BASKET' ){ rm_collection_page = 'cart'; }
$('#reviecollectionlog').attr('src','https://wz.reviewmaker.co.kr/logc.php?g=c&s=10711&p='+rm_collection_page+'&i='+idx);
}
function fRMCShowAll(){
$('#rm_collection_wrap_view').css('max-width','1000px');
var ua = navigator.userAgent;
if (ua.match(/iPhone|iPod|Android|Windows CE|BlackBerry|Symbian|Windows Phone|webOS|Opera Mini|Opera Mobi|POLARIS|IEMobile|lgtelecom|nokia|SonyEricsson|mobile/i) != null || ua.match(/LG|SAMSUNG|Samsung/) != null){
//$('#rm_collection_wrap_view').css('max-width','670px');
$('#rm_collection_wrap_view').css('max-width','570px');
}
var rm_collection_href = $('meta[name="path_role"]').attr('content')+'';
if(location.pathname.indexOf('/main.html') > -1 || location.pathname == '/' || location.pathname == '/m/' || location.pathname == '/m/index.html' || location.pathname == '/index.html') rm_collection_href = 'MAIN';
if(location.pathname.indexOf('/product.html') > -1 || location.pathname.indexOf('/shopdetail.html') > -1) rm_collection_href = 'PRODUCT_DETAIL';
if(location.pathname.indexOf('/basket.html') > -1) rm_collection_href = 'ORDER_BASKET';
$('#rm_collection_detail').css('height','813px!important');
$('#rm_collection_detail').attr('src','https://www.reviewmaker.co.kr/script/collection_all.php?idx=10711&gbn='+rm_collection_href);
$('#rm_collection_detail').css('height','813px!important');
$('#rm_collection_wrap').css('display','block');
$('#rm_collection_wrap_view').css('display','block');
$('#rm_collection_close').css('display','block');
if($(window).width() > 750){
$('#rm_collection_wrap_view').css('max-height','740px');
}else{
$('#rm_collection_wrap_view').css('max-height','fit-content');
}
$('#rm_collection_wrap_view').css('margin-left','-'+($('#rm_collection_wrap_view').width() / 2)+'px');
$('#rm_collection_wrap_video1').show();
$('#rm_collection_wrap_img1').hide();
$("#rm_collection_wrap_view").animate({'top':'20%'},300);
}
function fRMCClose(){
$("#rm_collection_wrap_view").animate({'top':'100%'},600);
document.getElementById("rm_collection_wrap").style.display = 'none';
document.getElementById("rm_collection_wrap_view").style.display = 'none';
document.getElementById("rm_collection_close").style.display = 'none';
}
function fRMCVideoLoad(obj,gbn){
var obj_width = $(obj).width();
var obj_height = $(obj).height();
var parent_width = $(obj).parent().width();
if(gbn==1){
if($(obj).width() >= $(obj).height()){
$(obj).css('width','auto');
$(obj).css('height',parent_width+'px');
$(obj).css('margin-top','0px');
var overWidth = parseInt(($(obj).width() - parent_width) / 2);
$(obj).css('margin-left','-'+overWidth+'px');
}else{
$(obj).css('width',parent_width+'px');
$(obj).css('height','auto');
$(obj).css('margin-left','0px');
//var overHeight = parseInt(($(obj).height() - parent_width) / 2);
var overHeight = parseInt(($(obj).height() - parent_width) / 1); //align bottom
$(obj).css('margin-top','-'+overHeight+'px');
}
$(obj).parent().css('height',parent_width+'px');
}else{
var target_width = 152;
var target_height = 228;
if($(window).width() > 750){
target_width = 152;
target_height = 228;
//console.log(':::'+$(obj).parent().css('width')+'^^'+$(obj).parent().css('height'));
}else{ //mo
target_width = 120;
target_height = 180;
}
if(($(obj).width() / $(obj).height()) >= (target_width / target_height)){
$(obj).css('width','auto');
$(obj).css('height','100%');
$(obj).css('margin-top','0px');
var overWidth = parseInt(($(obj).width() - target_width) / 2);
$(obj).css('margin-left','-'+overWidth+'px');
$(obj).parent().css('border-radius','10px');
}else{
$(obj).css('width','100%');
$(obj).css('height','auto');
$(obj).css('margin-left','0px');
var overHeight = parseInt(($(obj).height() - target_height) / 2);
$(obj).css('margin-top','-'+overHeight+'px');
$(obj).parent().css('border-radius','10px');
}
}
}
function fRMCSupTodayClose(){
var rmc_date = new Date(Date.now() + 86400e3);
rmc_date = rmc_date.toUTCString();
document.cookie = "rmctodayclose=y; expires=" + rmc_date;
}
console.log('COLLECTION-1');
$(document).ready(function() {
console.log('COLLECTION-2');
var rm_collection_href = $('meta[name="path_role"]').attr('content')+'';
if(location.pathname.indexOf('/main.html') > -1 || location.pathname == '/' || location.pathname == '/m/' || location.pathname == '/m/index.html' || location.pathname == '/index.html') rm_collection_href = 'MAIN';
if(location.pathname.indexOf('/product.html') > -1 || location.pathname.indexOf('/shopdetail.html') > -1) rm_collection_href = 'PRODUCT_DETAIL';
if(location.pathname.indexOf('/basket.html') > -1) rm_collection_href = 'ORDER_BASKET';
var rm_collection_page = '';
if( rm_collection_href == 'MAIN' ){ rm_collection_page = 'main'; }
else if(rm_collection_href == 'PRODUCT_DETAIL'){ rm_collection_page = 'prod'; }
else if(rm_collection_href == 'ORDER_BASKET' ){ rm_collection_page = 'cart'; }
var iDiv_Creviewmaker = document.createElement('div');
iDiv_Creviewmaker.id = 'reviewmaker_cdiv';
iDiv_Creviewmaker.style.width = '100%';
iDiv_Creviewmaker.style.maxWidth = '1232px';
if($(window).width() > 750){
iDiv_Creviewmaker.style.margin = '50px auto 120px auto';
iDiv_Creviewmaker.style.height = '520px';
iDiv_Creviewmaker.style.minWidth = '1230px';
iDiv_Creviewmaker.style.maxWidth = '100%';
}else{
iDiv_Creviewmaker.style.margin = '50px auto';
iDiv_Creviewmaker.style.height = '160vw';
iDiv_Creviewmaker.style.margin = '50px auto 10px auto';
}
var reviemakerC_div_html = '';
var reviemakerC_div_htmls = '';
var reviemakerC_div_htmle = '';
var reviemakerC_div_html1 = '';
var reviemakerC_div_html2 = '';
var reviemakerC_div_html3 = '';
reviemakerC_div_htmls += '';
reviemakerC_div_htmls += '';
reviemakerC_div_htmls += '
';
reviemakerC_div_htmls += '
제키브로 Brand Crew';
reviemakerC_div_htmls += '
더보기 〉';
reviemakerC_div_htmls += '
';
reviemakerC_div_htmls += '
';
reviemakerC_div_html1 += ' - ';
reviemakerC_div_html1 += ' ';
reviemakerC_div_html1 += '
';
reviemakerC_div_html1 += ' ';
reviemakerC_div_html1 += ' 후니맘';
reviemakerC_div_html1 += ' 어디에나 다 잘 어우러져 데일리하게 착용하기 좋은 제키브로 셔츠자켓!!';
reviemakerC_div_html1 += '
';
reviemakerC_div_html1 += ' @eun.__.mi0313';
reviemakerC_div_html1 += ' ';
reviemakerC_div_html1 += ' - ';
reviemakerC_div_html1 += ' ';
reviemakerC_div_html1 += '
';
reviemakerC_div_html1 += ' ';
reviemakerC_div_html1 += ' 베비꿍쓰';
reviemakerC_div_html1 += ' 엄마가좋아하는 블랙가디건입고 ????깔끔 댄디하니너무예뿌다아';
reviemakerC_div_html1 += '
';
reviemakerC_div_html1 += ' @yyy171218yyy';
reviemakerC_div_html1 += ' ';
reviemakerC_div_html1 += ' - ';
reviemakerC_div_html1 += ' ';
reviemakerC_div_html1 += '
';
reviemakerC_div_html1 += ' ';
reviemakerC_div_html1 += ' 지이';
reviemakerC_div_html1 += ' 올해 봄신상으로 나온 제키브로 청자켓 입혔는데소재도 톡톡하고 컬러도 예쁘게 나와서 넘 예쁘다';
reviemakerC_div_html1 += '
';
reviemakerC_div_html1 += ' @forourjh';
reviemakerC_div_html1 += ' ';
reviemakerC_div_html1 += ' - ';
reviemakerC_div_html1 += ' ';
reviemakerC_div_html1 += '
';
reviemakerC_div_html1 += ' ';
reviemakerC_div_html1 += ' 열매씨앗맘';
reviemakerC_div_html1 += ' 제키브로의 루망배색맨투맨으로,산뜻한봄을 준비해주세요';
reviemakerC_div_html1 += '
';
reviemakerC_div_html1 += ' @hyeon8866';
reviemakerC_div_html1 += ' ';
reviemakerC_div_html1 += ' - ';
reviemakerC_div_html1 += ' ';
reviemakerC_div_html1 += '
';
reviemakerC_div_html1 += ' ';
reviemakerC_div_html1 += ' 박콩';
reviemakerC_div_html1 += ' 역시 믿고 입히는 제키브로점퍼 하나만 걸치면 패피';
reviemakerC_div_html1 += '
';
reviemakerC_div_html1 += ' @annalove_88';
reviemakerC_div_html1 += ' ';
reviemakerC_div_html1 += ' - ';
reviemakerC_div_html1 += ' ';
reviemakerC_div_html1 += '
';
reviemakerC_div_html1 += ' ';
reviemakerC_div_html1 += ' 씅맘';
reviemakerC_div_html1 += ' 봄에 입히기 좋을거 같아서 외출할때 늘 입혀서 나갈거 같아요';
reviemakerC_div_html1 += '
';
reviemakerC_div_html1 += ' @dsy_sseung';
reviemakerC_div_html1 += ' ';
reviemakerC_div_html1 += ' - ';
reviemakerC_div_html1 += ' ';
reviemakerC_div_html1 += '
';
reviemakerC_div_html1 += ' ';
reviemakerC_div_html1 += ' sejun.love';
reviemakerC_div_html1 += ' 비비드한 컬러가 매력적인 니트베스트를흰티에 레이어드해서 입혔더니 깔끔 그자체 !군더더기 없이 깔끔한 V넥 디자인으로다양하게 레이어드 할 수 있어 마음에 든다';
reviemakerC_div_html1 += '
';
reviemakerC_div_html1 += ' @sejun.love';
reviemakerC_div_html1 += ' ';
reviemakerC_div_html1 += ' - ';
reviemakerC_div_html1 += ' ';
reviemakerC_div_html1 += '
';
reviemakerC_div_html1 += ' ';
reviemakerC_div_html1 += ' 지호마미';
reviemakerC_div_html1 += ' 지호가 맘에 들어하는 카라티쫌 멋진뎅';
reviemakerC_div_html1 += '
';
reviemakerC_div_html1 += ' @jjenny_jeong';
reviemakerC_div_html1 += ' ';
reviemakerC_div_html1 += ' - ';
reviemakerC_div_html1 += ' ';
reviemakerC_div_html1 += '
';
reviemakerC_div_html1 += ' ';
reviemakerC_div_html1 += ' 후니맘';
reviemakerC_div_html1 += ' 어디에나 잘 어울리는 베이직한 컬러감과 발목을 쫀쫀하게 잡아주는 조거팬츠 스타일로 활동적인 아이들에게 더욱 잘 어울려요!!';
reviemakerC_div_html1 += '
';
reviemakerC_div_html1 += ' @eun.__.mi26';
reviemakerC_div_html1 += ' ';
reviemakerC_div_html1 += ' - ';
reviemakerC_div_html1 += ' ';
reviemakerC_div_html1 += '
';
reviemakerC_div_html1 += ' ';
reviemakerC_div_html1 += ' 박콩';
reviemakerC_div_html1 += ' 조거바지는 핏이 좋아서 입으면 걍 패피 되쥐 아껴서 아껴서 내년,내후년 내내 입고 싶다';
reviemakerC_div_html1 += '
';
reviemakerC_div_html1 += ' @annalove_88';
reviemakerC_div_html1 += ' ';
reviemakerC_div_html1 += ' - ';
reviemakerC_div_html1 += ' ';
reviemakerC_div_html1 += '
';
reviemakerC_div_html1 += ' ';
reviemakerC_div_html1 += ' 꼬꼬마아';
reviemakerC_div_html1 += ' 가을,겨울에 자주 손이 갈 아이템인것 같아요!!근영이는 11호 적당한 핏으로 착용했어요!';
reviemakerC_div_html1 += '
';
reviemakerC_div_html1 += ' @gy160529lee';
reviemakerC_div_html1 += ' ';
reviemakerC_div_html1 += ' - ';
reviemakerC_div_html1 += ' ';
reviemakerC_div_html1 += '
';
reviemakerC_div_html1 += ' ';
reviemakerC_div_html1 += ' 하늘맘';
reviemakerC_div_html1 += ' 꾸민듯 안꾸민듯멋스러운 니트베스트';
reviemakerC_div_html1 += '
';
reviemakerC_div_html1 += ' @sky.c.0829';
reviemakerC_div_html1 += ' ';
reviemakerC_div_html2 += ' - ';
reviemakerC_div_html2 += ' ';
reviemakerC_div_html2 += '
';
reviemakerC_div_html2 += ' ';
reviemakerC_div_html2 += ' 베비꿍쓰';
reviemakerC_div_html2 += ' 엄마가좋아하는 블랙가디건입고 ????깔끔 댄디하니너무예뿌다아';
reviemakerC_div_html2 += '
';
reviemakerC_div_html2 += ' @yyy171218yyy';
reviemakerC_div_html2 += ' ';
reviemakerC_div_html2 += ' - ';
reviemakerC_div_html2 += ' ';
reviemakerC_div_html2 += '
';
reviemakerC_div_html2 += ' ';
reviemakerC_div_html2 += ' 지이';
reviemakerC_div_html2 += ' 올해 봄신상으로 나온 제키브로 청자켓 입혔는데소재도 톡톡하고 컬러도 예쁘게 나와서 넘 예쁘다';
reviemakerC_div_html2 += '
';
reviemakerC_div_html2 += ' @forourjh';
reviemakerC_div_html2 += ' ';
reviemakerC_div_html2 += ' - ';
reviemakerC_div_html2 += ' ';
reviemakerC_div_html2 += '
';
reviemakerC_div_html2 += ' ';
reviemakerC_div_html2 += ' 열매씨앗맘';
reviemakerC_div_html2 += ' 제키브로의 루망배색맨투맨으로,산뜻한봄을 준비해주세요';
reviemakerC_div_html2 += '
';
reviemakerC_div_html2 += ' @hyeon8866';
reviemakerC_div_html2 += ' ';
reviemakerC_div_html2 += ' - ';
reviemakerC_div_html2 += ' ';
reviemakerC_div_html2 += '
';
reviemakerC_div_html2 += ' ';
reviemakerC_div_html2 += ' 후니맘';
reviemakerC_div_html2 += ' 어디에나 다 잘 어우러져 데일리하게 착용하기 좋은 제키브로 셔츠자켓!!';
reviemakerC_div_html2 += '
';
reviemakerC_div_html2 += ' @eun.__.mi0313';
reviemakerC_div_html2 += ' ';
reviemakerC_div_html2 += ' - ';
reviemakerC_div_html2 += ' ';
reviemakerC_div_html2 += '
';
reviemakerC_div_html2 += ' ';
reviemakerC_div_html2 += ' 박콩';
reviemakerC_div_html2 += ' 역시 믿고 입히는 제키브로점퍼 하나만 걸치면 패피';
reviemakerC_div_html2 += '
';
reviemakerC_div_html2 += ' @annalove_88';
reviemakerC_div_html2 += ' ';
reviemakerC_div_html2 += ' - ';
reviemakerC_div_html2 += ' ';
reviemakerC_div_html2 += '
';
reviemakerC_div_html2 += ' ';
reviemakerC_div_html2 += ' 씅맘';
reviemakerC_div_html2 += ' 봄에 입히기 좋을거 같아서 외출할때 늘 입혀서 나갈거 같아요';
reviemakerC_div_html2 += '
';
reviemakerC_div_html2 += ' @dsy_sseung';
reviemakerC_div_html2 += ' ';
reviemakerC_div_html2 += ' - ';
reviemakerC_div_html2 += ' ';
reviemakerC_div_html2 += '
';
reviemakerC_div_html2 += ' ';
reviemakerC_div_html2 += ' sejun.love';
reviemakerC_div_html2 += ' 비비드한 컬러가 매력적인 니트베스트를흰티에 레이어드해서 입혔더니 깔끔 그자체 !군더더기 없이 깔끔한 V넥 디자인으로다양하게 레이어드 할 수 있어 마음에 든다';
reviemakerC_div_html2 += '
';
reviemakerC_div_html2 += ' @sejun.love';
reviemakerC_div_html2 += ' ';
reviemakerC_div_html2 += ' - ';
reviemakerC_div_html2 += ' ';
reviemakerC_div_html2 += '
';
reviemakerC_div_html2 += ' ';
reviemakerC_div_html2 += ' 지호마미';
reviemakerC_div_html2 += ' 지호가 맘에 들어하는 카라티쫌 멋진뎅';
reviemakerC_div_html2 += '
';
reviemakerC_div_html2 += ' @jjenny_jeong';
reviemakerC_div_html2 += ' ';
reviemakerC_div_html2 += ' - ';
reviemakerC_div_html2 += ' ';
reviemakerC_div_html2 += '
';
reviemakerC_div_html2 += ' ';
reviemakerC_div_html2 += ' 후니맘';
reviemakerC_div_html2 += ' 어디에나 잘 어울리는 베이직한 컬러감과 발목을 쫀쫀하게 잡아주는 조거팬츠 스타일로 활동적인 아이들에게 더욱 잘 어울려요!!';
reviemakerC_div_html2 += '
';
reviemakerC_div_html2 += ' @eun.__.mi26';
reviemakerC_div_html2 += ' ';
reviemakerC_div_html2 += ' - ';
reviemakerC_div_html2 += ' ';
reviemakerC_div_html2 += '
';
reviemakerC_div_html2 += ' ';
reviemakerC_div_html2 += ' 박콩';
reviemakerC_div_html2 += ' 조거바지는 핏이 좋아서 입으면 걍 패피 되쥐 아껴서 아껴서 내년,내후년 내내 입고 싶다';
reviemakerC_div_html2 += '
';
reviemakerC_div_html2 += ' @annalove_88';
reviemakerC_div_html2 += ' ';
reviemakerC_div_html2 += ' - ';
reviemakerC_div_html2 += ' ';
reviemakerC_div_html2 += '
';
reviemakerC_div_html2 += ' ';
reviemakerC_div_html2 += ' 꼬꼬마아';
reviemakerC_div_html2 += ' 가을,겨울에 자주 손이 갈 아이템인것 같아요!!근영이는 11호 적당한 핏으로 착용했어요!';
reviemakerC_div_html2 += '
';
reviemakerC_div_html2 += ' @gy160529lee';
reviemakerC_div_html2 += ' ';
reviemakerC_div_html2 += ' - ';
reviemakerC_div_html2 += ' ';
reviemakerC_div_html2 += '
';
reviemakerC_div_html2 += ' ';
reviemakerC_div_html2 += ' 하늘맘';
reviemakerC_div_html2 += ' 꾸민듯 안꾸민듯멋스러운 니트베스트';
reviemakerC_div_html2 += '
';
reviemakerC_div_html2 += ' @sky.c.0829';
reviemakerC_div_html2 += ' ';
reviemakerC_div_html3 += ' - ';
reviemakerC_div_html3 += ' ';
reviemakerC_div_html3 += '
';
reviemakerC_div_html3 += ' ';
reviemakerC_div_html3 += ' 베비꿍쓰';
reviemakerC_div_html3 += ' 엄마가좋아하는 블랙가디건입고 ????깔끔 댄디하니너무예뿌다아';
reviemakerC_div_html3 += '
';
reviemakerC_div_html3 += ' @yyy171218yyy';
reviemakerC_div_html3 += ' ';
reviemakerC_div_html3 += ' - ';
reviemakerC_div_html3 += ' ';
reviemakerC_div_html3 += '
';
reviemakerC_div_html3 += ' ';
reviemakerC_div_html3 += ' 지이';
reviemakerC_div_html3 += ' 올해 봄신상으로 나온 제키브로 청자켓 입혔는데소재도 톡톡하고 컬러도 예쁘게 나와서 넘 예쁘다';
reviemakerC_div_html3 += '
';
reviemakerC_div_html3 += ' @forourjh';
reviemakerC_div_html3 += ' ';
reviemakerC_div_html3 += ' - ';
reviemakerC_div_html3 += ' ';
reviemakerC_div_html3 += '
';
reviemakerC_div_html3 += ' ';
reviemakerC_div_html3 += ' 열매씨앗맘';
reviemakerC_div_html3 += ' 제키브로의 루망배색맨투맨으로,산뜻한봄을 준비해주세요';
reviemakerC_div_html3 += '
';
reviemakerC_div_html3 += ' @hyeon8866';
reviemakerC_div_html3 += ' ';
reviemakerC_div_html3 += ' - ';
reviemakerC_div_html3 += ' ';
reviemakerC_div_html3 += '
';
reviemakerC_div_html3 += ' ';
reviemakerC_div_html3 += ' 후니맘';
reviemakerC_div_html3 += ' 어디에나 다 잘 어우러져 데일리하게 착용하기 좋은 제키브로 셔츠자켓!!';
reviemakerC_div_html3 += '
';
reviemakerC_div_html3 += ' @eun.__.mi0313';
reviemakerC_div_html3 += ' ';
reviemakerC_div_html3 += ' - ';
reviemakerC_div_html3 += ' ';
reviemakerC_div_html3 += '
';
reviemakerC_div_html3 += ' ';
reviemakerC_div_html3 += ' 박콩';
reviemakerC_div_html3 += ' 역시 믿고 입히는 제키브로점퍼 하나만 걸치면 패피';
reviemakerC_div_html3 += '
';
reviemakerC_div_html3 += ' @annalove_88';
reviemakerC_div_html3 += ' ';
reviemakerC_div_html3 += ' - ';
reviemakerC_div_html3 += ' ';
reviemakerC_div_html3 += '
';
reviemakerC_div_html3 += ' ';
reviemakerC_div_html3 += ' 씅맘';
reviemakerC_div_html3 += ' 봄에 입히기 좋을거 같아서 외출할때 늘 입혀서 나갈거 같아요';
reviemakerC_div_html3 += '
';
reviemakerC_div_html3 += ' @dsy_sseung';
reviemakerC_div_html3 += ' ';
reviemakerC_div_html3 += ' - ';
reviemakerC_div_html3 += ' ';
reviemakerC_div_html3 += '
';
reviemakerC_div_html3 += ' ';
reviemakerC_div_html3 += ' sejun.love';
reviemakerC_div_html3 += ' 비비드한 컬러가 매력적인 니트베스트를흰티에 레이어드해서 입혔더니 깔끔 그자체 !군더더기 없이 깔끔한 V넥 디자인으로다양하게 레이어드 할 수 있어 마음에 든다';
reviemakerC_div_html3 += '
';
reviemakerC_div_html3 += ' @sejun.love';
reviemakerC_div_html3 += ' ';
reviemakerC_div_html3 += ' - ';
reviemakerC_div_html3 += ' ';
reviemakerC_div_html3 += '
';
reviemakerC_div_html3 += ' ';
reviemakerC_div_html3 += ' 지호마미';
reviemakerC_div_html3 += ' 지호가 맘에 들어하는 카라티쫌 멋진뎅';
reviemakerC_div_html3 += '
';
reviemakerC_div_html3 += ' @jjenny_jeong';
reviemakerC_div_html3 += ' ';
reviemakerC_div_html3 += ' - ';
reviemakerC_div_html3 += ' ';
reviemakerC_div_html3 += '
';
reviemakerC_div_html3 += ' ';
reviemakerC_div_html3 += ' 후니맘';
reviemakerC_div_html3 += ' 어디에나 잘 어울리는 베이직한 컬러감과 발목을 쫀쫀하게 잡아주는 조거팬츠 스타일로 활동적인 아이들에게 더욱 잘 어울려요!!';
reviemakerC_div_html3 += '
';
reviemakerC_div_html3 += ' @eun.__.mi26';
reviemakerC_div_html3 += ' ';
reviemakerC_div_html3 += ' - ';
reviemakerC_div_html3 += ' ';
reviemakerC_div_html3 += '
';
reviemakerC_div_html3 += ' ';
reviemakerC_div_html3 += ' 박콩';
reviemakerC_div_html3 += ' 조거바지는 핏이 좋아서 입으면 걍 패피 되쥐 아껴서 아껴서 내년,내후년 내내 입고 싶다';
reviemakerC_div_html3 += '
';
reviemakerC_div_html3 += ' @annalove_88';
reviemakerC_div_html3 += ' ';
reviemakerC_div_html3 += ' - ';
reviemakerC_div_html3 += ' ';
reviemakerC_div_html3 += '
';
reviemakerC_div_html3 += ' ';
reviemakerC_div_html3 += ' 꼬꼬마아';
reviemakerC_div_html3 += ' 가을,겨울에 자주 손이 갈 아이템인것 같아요!!근영이는 11호 적당한 핏으로 착용했어요!';
reviemakerC_div_html3 += '
';
reviemakerC_div_html3 += ' @gy160529lee';
reviemakerC_div_html3 += ' ';
reviemakerC_div_html3 += ' - ';
reviemakerC_div_html3 += ' ';
reviemakerC_div_html3 += '
';
reviemakerC_div_html3 += ' ';
reviemakerC_div_html3 += ' 하늘맘';
reviemakerC_div_html3 += ' 꾸민듯 안꾸민듯멋스러운 니트베스트';
reviemakerC_div_html3 += '
';
reviemakerC_div_html3 += ' @sky.c.0829';
reviemakerC_div_html3 += ' ';
reviemakerC_div_htmle += '
';
reviemakerC_div_htmle += '
';
reviemakerC_div_htmle += '
';
reviemakerC_div_htmle += '
';
reviemakerC_div_htmle += ' ';
reviemakerC_div_htmle += ' ';
reviemakerC_div_htmle += ' 1';
reviemakerC_div_htmle += ' /';
reviemakerC_div_htmle += ' ';
reviemakerC_div_htmle += ' ';
reviemakerC_div_htmle += ' ';
reviemakerC_div_htmle += ' ';
reviemakerC_div_htmle += '
';
reviemakerC_div_htmle += '
';
reviemakerC_div_htmle += '
';
reviemakerC_div_htmle += '
';
reviemakerC_div_htmle += '
![]()
';
reviemakerC_div_htmle += '
';
reviemakerC_div_htmle += '
';
reviemakerC_div_htmle += '
';
reviemakerC_div_htmle += '
';
reviemakerC_div_htmle += '
';
reviemakerC_div_htmle += '
';
var iDiv_CreviewmakerP = document.createElement('div');
iDiv_CreviewmakerP.id = 'reviewmaker_cdiv';
iDiv_CreviewmakerP.style.width = '100%';
//iDiv_CreviewmakerP.style.height = '364px';
var rm_collection_href = $('meta[name="path_role"]').attr('content')+'';
if(location.pathname.indexOf('/main.html') > -1 || location.pathname == '/' || location.pathname == '/m/' || location.pathname == '/m/index.html' || location.pathname == '/index.html') rm_collection_href = 'MAIN';
if(location.pathname.indexOf('/product.html') > -1 || location.pathname.indexOf('/shopdetail.html') > -1) rm_collection_href = 'PRODUCT_DETAIL';
if(location.pathname.indexOf('/basket.html') > -1) rm_collection_href = 'ORDER_BASKET';
if($(window).width() <= 750 && rm_collection_href == 'PRODUCT_DETAIL'){
iDiv_CreviewmakerP.style.height = '320px';
}else{
iDiv_CreviewmakerP.style.height = '370px';
}
iDiv_CreviewmakerP.style.margin = '10px auto';
var rm_collection_href = $('meta[name="path_role"]').attr('content')+'';
if(location.pathname.indexOf('/main.html') > -1 || location.pathname == '/' || location.pathname == '/m/' || location.pathname == '/m/index.html' || location.pathname == '/index.html') rm_collection_href = 'MAIN';
if(location.pathname.indexOf('/product.html') > -1 || location.pathname.indexOf('/shopdetail.html') > -1) rm_collection_href = 'PRODUCT_DETAIL';
if(location.pathname.indexOf('/basket.html') > -1) rm_collection_href = 'ORDER_BASKET';
if($(window).width() > 750 && rm_collection_href == 'PRODUCT_DETAIL'){
iDiv_CreviewmakerP.style.margin = '10px auto 60px auto';
}
iDiv_CreviewmakerP.style.maxWidth = '1280px';
var reviemakerC_div_htmlP = '';
var reviemakerC_div_htmlPs = '';
var reviemakerC_div_htmlPe = '';
var reviemakerC_div_htmlP1 = '';
var reviemakerC_div_htmlP2 = '';
var reviemakerC_div_htmlP3 = '';
reviemakerC_div_htmlPs += '';
reviemakerC_div_htmlPs += '';
reviemakerC_div_htmlPs += '';
reviemakerC_div_htmlPs += '
제키브로 Brand Crew';
reviemakerC_div_htmlPs += '
더보기 〉';
reviemakerC_div_htmlPs += '
';
reviemakerC_div_htmlPs += '
';
reviemakerC_div_htmlP1 += ' - ';
reviemakerC_div_htmlP1 += ' ';
reviemakerC_div_htmlP1 += '
';
reviemakerC_div_htmlP1 += ' ';
reviemakerC_div_htmlP1 += ' 후니맘';
reviemakerC_div_htmlP1 += ' 어디에나 다 잘 어우러져 데일리하게 착용하기 좋은 제키브로 셔츠자켓!!';
reviemakerC_div_htmlP1 += '
';
reviemakerC_div_htmlP1 += ' @eun.__.mi0313';
reviemakerC_div_htmlP1 += ' ';
reviemakerC_div_htmlP1 += ' - ';
reviemakerC_div_htmlP1 += ' ';
reviemakerC_div_htmlP1 += '
';
reviemakerC_div_htmlP1 += ' ';
reviemakerC_div_htmlP1 += ' 베비꿍쓰';
reviemakerC_div_htmlP1 += ' 엄마가좋아하는 블랙가디건입고 ????깔끔 댄디하니너무예뿌다아';
reviemakerC_div_htmlP1 += '
';
reviemakerC_div_htmlP1 += ' @yyy171218yyy';
reviemakerC_div_htmlP1 += ' ';
reviemakerC_div_htmlP1 += ' - ';
reviemakerC_div_htmlP1 += ' ';
reviemakerC_div_htmlP1 += '
';
reviemakerC_div_htmlP1 += ' ';
reviemakerC_div_htmlP1 += ' 지이';
reviemakerC_div_htmlP1 += ' 올해 봄신상으로 나온 제키브로 청자켓 입혔는데소재도 톡톡하고 컬러도 예쁘게 나와서 넘 예쁘다';
reviemakerC_div_htmlP1 += '
';
reviemakerC_div_htmlP1 += ' @forourjh';
reviemakerC_div_htmlP1 += ' ';
reviemakerC_div_htmlP1 += ' - ';
reviemakerC_div_htmlP1 += ' ';
reviemakerC_div_htmlP1 += '
';
reviemakerC_div_htmlP1 += ' ';
reviemakerC_div_htmlP1 += ' 열매씨앗맘';
reviemakerC_div_htmlP1 += ' 제키브로의 루망배색맨투맨으로,산뜻한봄을 준비해주세요';
reviemakerC_div_htmlP1 += '
';
reviemakerC_div_htmlP1 += ' @hyeon8866';
reviemakerC_div_htmlP1 += ' ';
reviemakerC_div_htmlP1 += ' - ';
reviemakerC_div_htmlP1 += ' ';
reviemakerC_div_htmlP1 += '
';
reviemakerC_div_htmlP1 += ' ';
reviemakerC_div_htmlP1 += ' 박콩';
reviemakerC_div_htmlP1 += ' 역시 믿고 입히는 제키브로점퍼 하나만 걸치면 패피';
reviemakerC_div_htmlP1 += '
';
reviemakerC_div_htmlP1 += ' @annalove_88';
reviemakerC_div_htmlP1 += ' ';
reviemakerC_div_htmlP1 += ' - ';
reviemakerC_div_htmlP1 += ' ';
reviemakerC_div_htmlP1 += '
';
reviemakerC_div_htmlP1 += ' ';
reviemakerC_div_htmlP1 += ' 씅맘';
reviemakerC_div_htmlP1 += ' 봄에 입히기 좋을거 같아서 외출할때 늘 입혀서 나갈거 같아요';
reviemakerC_div_htmlP1 += '
';
reviemakerC_div_htmlP1 += ' @dsy_sseung';
reviemakerC_div_htmlP1 += ' ';
reviemakerC_div_htmlP1 += ' - ';
reviemakerC_div_htmlP1 += ' ';
reviemakerC_div_htmlP1 += '
';
reviemakerC_div_htmlP1 += ' ';
reviemakerC_div_htmlP1 += ' sejun.love';
reviemakerC_div_htmlP1 += ' 비비드한 컬러가 매력적인 니트베스트를흰티에 레이어드해서 입혔더니 깔끔 그자체 !군더더기 없이 깔끔한 V넥 디자인으로다양하게 레이어드 할 수 있어 마음에 든다';
reviemakerC_div_htmlP1 += '
';
reviemakerC_div_htmlP1 += ' @sejun.love';
reviemakerC_div_htmlP1 += ' ';
reviemakerC_div_htmlP1 += ' - ';
reviemakerC_div_htmlP1 += ' ';
reviemakerC_div_htmlP1 += '
';
reviemakerC_div_htmlP1 += ' ';
reviemakerC_div_htmlP1 += ' 지호마미';
reviemakerC_div_htmlP1 += ' 지호가 맘에 들어하는 카라티쫌 멋진뎅';
reviemakerC_div_htmlP1 += '
';
reviemakerC_div_htmlP1 += ' @jjenny_jeong';
reviemakerC_div_htmlP1 += ' ';
reviemakerC_div_htmlP1 += ' - ';
reviemakerC_div_htmlP1 += ' ';
reviemakerC_div_htmlP1 += '
';
reviemakerC_div_htmlP1 += ' ';
reviemakerC_div_htmlP1 += ' 후니맘';
reviemakerC_div_htmlP1 += ' 어디에나 잘 어울리는 베이직한 컬러감과 발목을 쫀쫀하게 잡아주는 조거팬츠 스타일로 활동적인 아이들에게 더욱 잘 어울려요!!';
reviemakerC_div_htmlP1 += '
';
reviemakerC_div_htmlP1 += ' @eun.__.mi26';
reviemakerC_div_htmlP1 += ' ';
reviemakerC_div_htmlP1 += ' - ';
reviemakerC_div_htmlP1 += ' ';
reviemakerC_div_htmlP1 += '
';
reviemakerC_div_htmlP1 += ' ';
reviemakerC_div_htmlP1 += ' 박콩';
reviemakerC_div_htmlP1 += ' 조거바지는 핏이 좋아서 입으면 걍 패피 되쥐 아껴서 아껴서 내년,내후년 내내 입고 싶다';
reviemakerC_div_htmlP1 += '
';
reviemakerC_div_htmlP1 += ' @annalove_88';
reviemakerC_div_htmlP1 += ' ';
reviemakerC_div_htmlP1 += ' - ';
reviemakerC_div_htmlP1 += ' ';
reviemakerC_div_htmlP1 += '
';
reviemakerC_div_htmlP1 += ' ';
reviemakerC_div_htmlP1 += ' 꼬꼬마아';
reviemakerC_div_htmlP1 += ' 가을,겨울에 자주 손이 갈 아이템인것 같아요!!근영이는 11호 적당한 핏으로 착용했어요!';
reviemakerC_div_htmlP1 += '
';
reviemakerC_div_htmlP1 += ' @gy160529lee';
reviemakerC_div_htmlP1 += ' ';
reviemakerC_div_htmlP1 += ' - ';
reviemakerC_div_htmlP1 += ' ';
reviemakerC_div_htmlP1 += '
';
reviemakerC_div_htmlP1 += ' ';
reviemakerC_div_htmlP1 += ' 하늘맘';
reviemakerC_div_htmlP1 += ' 꾸민듯 안꾸민듯멋스러운 니트베스트';
reviemakerC_div_htmlP1 += '
';
reviemakerC_div_htmlP1 += ' @sky.c.0829';
reviemakerC_div_htmlP1 += ' ';
reviemakerC_div_htmlP2 += ' - ';
reviemakerC_div_htmlP2 += ' ';
reviemakerC_div_htmlP2 += '
';
reviemakerC_div_htmlP2 += ' ';
reviemakerC_div_htmlP2 += ' 베비꿍쓰';
reviemakerC_div_htmlP2 += ' 엄마가좋아하는 블랙가디건입고 ????깔끔 댄디하니너무예뿌다아';
reviemakerC_div_htmlP2 += '
';
reviemakerC_div_htmlP2 += ' @yyy171218yyy';
reviemakerC_div_htmlP2 += ' ';
reviemakerC_div_htmlP2 += ' - ';
reviemakerC_div_htmlP2 += ' ';
reviemakerC_div_htmlP2 += '
';
reviemakerC_div_htmlP2 += ' ';
reviemakerC_div_htmlP2 += ' 지이';
reviemakerC_div_htmlP2 += ' 올해 봄신상으로 나온 제키브로 청자켓 입혔는데소재도 톡톡하고 컬러도 예쁘게 나와서 넘 예쁘다';
reviemakerC_div_htmlP2 += '
';
reviemakerC_div_htmlP2 += ' @forourjh';
reviemakerC_div_htmlP2 += ' ';
reviemakerC_div_htmlP2 += ' - ';
reviemakerC_div_htmlP2 += ' ';
reviemakerC_div_htmlP2 += '
';
reviemakerC_div_htmlP2 += ' ';
reviemakerC_div_htmlP2 += ' 열매씨앗맘';
reviemakerC_div_htmlP2 += ' 제키브로의 루망배색맨투맨으로,산뜻한봄을 준비해주세요';
reviemakerC_div_htmlP2 += '
';
reviemakerC_div_htmlP2 += ' @hyeon8866';
reviemakerC_div_htmlP2 += ' ';
reviemakerC_div_htmlP2 += ' - ';
reviemakerC_div_htmlP2 += ' ';
reviemakerC_div_htmlP2 += '
';
reviemakerC_div_htmlP2 += ' ';
reviemakerC_div_htmlP2 += ' 후니맘';
reviemakerC_div_htmlP2 += ' 어디에나 다 잘 어우러져 데일리하게 착용하기 좋은 제키브로 셔츠자켓!!';
reviemakerC_div_htmlP2 += '
';
reviemakerC_div_htmlP2 += ' @eun.__.mi0313';
reviemakerC_div_htmlP2 += ' ';
reviemakerC_div_htmlP2 += ' - ';
reviemakerC_div_htmlP2 += ' ';
reviemakerC_div_htmlP2 += '
';
reviemakerC_div_htmlP2 += ' ';
reviemakerC_div_htmlP2 += ' 박콩';
reviemakerC_div_htmlP2 += ' 역시 믿고 입히는 제키브로점퍼 하나만 걸치면 패피';
reviemakerC_div_htmlP2 += '
';
reviemakerC_div_htmlP2 += ' @annalove_88';
reviemakerC_div_htmlP2 += ' ';
reviemakerC_div_htmlP2 += ' - ';
reviemakerC_div_htmlP2 += ' ';
reviemakerC_div_htmlP2 += '
';
reviemakerC_div_htmlP2 += ' ';
reviemakerC_div_htmlP2 += ' 씅맘';
reviemakerC_div_htmlP2 += ' 봄에 입히기 좋을거 같아서 외출할때 늘 입혀서 나갈거 같아요';
reviemakerC_div_htmlP2 += '
';
reviemakerC_div_htmlP2 += ' @dsy_sseung';
reviemakerC_div_htmlP2 += ' ';
reviemakerC_div_htmlP2 += ' - ';
reviemakerC_div_htmlP2 += ' ';
reviemakerC_div_htmlP2 += '
';
reviemakerC_div_htmlP2 += ' ';
reviemakerC_div_htmlP2 += ' sejun.love';
reviemakerC_div_htmlP2 += ' 비비드한 컬러가 매력적인 니트베스트를흰티에 레이어드해서 입혔더니 깔끔 그자체 !군더더기 없이 깔끔한 V넥 디자인으로다양하게 레이어드 할 수 있어 마음에 든다';
reviemakerC_div_htmlP2 += '
';
reviemakerC_div_htmlP2 += ' @sejun.love';
reviemakerC_div_htmlP2 += ' ';
reviemakerC_div_htmlP2 += ' - ';
reviemakerC_div_htmlP2 += ' ';
reviemakerC_div_htmlP2 += '
';
reviemakerC_div_htmlP2 += ' ';
reviemakerC_div_htmlP2 += ' 지호마미';
reviemakerC_div_htmlP2 += ' 지호가 맘에 들어하는 카라티쫌 멋진뎅';
reviemakerC_div_htmlP2 += '
';
reviemakerC_div_htmlP2 += ' @jjenny_jeong';
reviemakerC_div_htmlP2 += ' ';
reviemakerC_div_htmlP2 += ' - ';
reviemakerC_div_htmlP2 += ' ';
reviemakerC_div_htmlP2 += '
';
reviemakerC_div_htmlP2 += ' ';
reviemakerC_div_htmlP2 += ' 후니맘';
reviemakerC_div_htmlP2 += ' 어디에나 잘 어울리는 베이직한 컬러감과 발목을 쫀쫀하게 잡아주는 조거팬츠 스타일로 활동적인 아이들에게 더욱 잘 어울려요!!';
reviemakerC_div_htmlP2 += '
';
reviemakerC_div_htmlP2 += ' @eun.__.mi26';
reviemakerC_div_htmlP2 += ' ';
reviemakerC_div_htmlP2 += ' - ';
reviemakerC_div_htmlP2 += ' ';
reviemakerC_div_htmlP2 += '
';
reviemakerC_div_htmlP2 += ' ';
reviemakerC_div_htmlP2 += ' 박콩';
reviemakerC_div_htmlP2 += ' 조거바지는 핏이 좋아서 입으면 걍 패피 되쥐 아껴서 아껴서 내년,내후년 내내 입고 싶다';
reviemakerC_div_htmlP2 += '
';
reviemakerC_div_htmlP2 += ' @annalove_88';
reviemakerC_div_htmlP2 += ' ';
reviemakerC_div_htmlP2 += ' - ';
reviemakerC_div_htmlP2 += ' ';
reviemakerC_div_htmlP2 += '
';
reviemakerC_div_htmlP2 += ' ';
reviemakerC_div_htmlP2 += ' 꼬꼬마아';
reviemakerC_div_htmlP2 += ' 가을,겨울에 자주 손이 갈 아이템인것 같아요!!근영이는 11호 적당한 핏으로 착용했어요!';
reviemakerC_div_htmlP2 += '
';
reviemakerC_div_htmlP2 += ' @gy160529lee';
reviemakerC_div_htmlP2 += ' ';
reviemakerC_div_htmlP2 += ' - ';
reviemakerC_div_htmlP2 += ' ';
reviemakerC_div_htmlP2 += '
';
reviemakerC_div_htmlP2 += ' ';
reviemakerC_div_htmlP2 += ' 하늘맘';
reviemakerC_div_htmlP2 += ' 꾸민듯 안꾸민듯멋스러운 니트베스트';
reviemakerC_div_htmlP2 += '
';
reviemakerC_div_htmlP2 += ' @sky.c.0829';
reviemakerC_div_htmlP2 += ' ';
reviemakerC_div_htmlP3 += ' - ';
reviemakerC_div_htmlP3 += ' ';
reviemakerC_div_htmlP3 += '
';
reviemakerC_div_htmlP3 += ' ';
reviemakerC_div_htmlP3 += ' 베비꿍쓰';
reviemakerC_div_htmlP3 += ' 엄마가좋아하는 블랙가디건입고 ????깔끔 댄디하니너무예뿌다아';
reviemakerC_div_htmlP3 += '
';
reviemakerC_div_htmlP3 += ' @yyy171218yyy';
reviemakerC_div_htmlP3 += ' ';
reviemakerC_div_htmlP3 += ' - ';
reviemakerC_div_htmlP3 += ' ';
reviemakerC_div_htmlP3 += '
';
reviemakerC_div_htmlP3 += ' ';
reviemakerC_div_htmlP3 += ' 지이';
reviemakerC_div_htmlP3 += ' 올해 봄신상으로 나온 제키브로 청자켓 입혔는데소재도 톡톡하고 컬러도 예쁘게 나와서 넘 예쁘다';
reviemakerC_div_htmlP3 += '
';
reviemakerC_div_htmlP3 += ' @forourjh';
reviemakerC_div_htmlP3 += ' ';
reviemakerC_div_htmlP3 += ' - ';
reviemakerC_div_htmlP3 += ' ';
reviemakerC_div_htmlP3 += '
';
reviemakerC_div_htmlP3 += ' ';
reviemakerC_div_htmlP3 += ' 열매씨앗맘';
reviemakerC_div_htmlP3 += ' 제키브로의 루망배색맨투맨으로,산뜻한봄을 준비해주세요';
reviemakerC_div_htmlP3 += '
';
reviemakerC_div_htmlP3 += ' @hyeon8866';
reviemakerC_div_htmlP3 += ' ';
reviemakerC_div_htmlP3 += ' - ';
reviemakerC_div_htmlP3 += ' ';
reviemakerC_div_htmlP3 += '
';
reviemakerC_div_htmlP3 += ' ';
reviemakerC_div_htmlP3 += ' 후니맘';
reviemakerC_div_htmlP3 += ' 어디에나 다 잘 어우러져 데일리하게 착용하기 좋은 제키브로 셔츠자켓!!';
reviemakerC_div_htmlP3 += '
';
reviemakerC_div_htmlP3 += ' @eun.__.mi0313';
reviemakerC_div_htmlP3 += ' ';
reviemakerC_div_htmlP3 += ' - ';
reviemakerC_div_htmlP3 += ' ';
reviemakerC_div_htmlP3 += '
';
reviemakerC_div_htmlP3 += ' ';
reviemakerC_div_htmlP3 += ' 박콩';
reviemakerC_div_htmlP3 += ' 역시 믿고 입히는 제키브로점퍼 하나만 걸치면 패피';
reviemakerC_div_htmlP3 += '
';
reviemakerC_div_htmlP3 += ' @annalove_88';
reviemakerC_div_htmlP3 += ' ';
reviemakerC_div_htmlP3 += ' - ';
reviemakerC_div_htmlP3 += ' ';
reviemakerC_div_htmlP3 += '
';
reviemakerC_div_htmlP3 += ' ';
reviemakerC_div_htmlP3 += ' 씅맘';
reviemakerC_div_htmlP3 += ' 봄에 입히기 좋을거 같아서 외출할때 늘 입혀서 나갈거 같아요';
reviemakerC_div_htmlP3 += '
';
reviemakerC_div_htmlP3 += ' @dsy_sseung';
reviemakerC_div_htmlP3 += ' ';
reviemakerC_div_htmlP3 += ' - ';
reviemakerC_div_htmlP3 += ' ';
reviemakerC_div_htmlP3 += '
';
reviemakerC_div_htmlP3 += ' ';
reviemakerC_div_htmlP3 += ' sejun.love';
reviemakerC_div_htmlP3 += ' 비비드한 컬러가 매력적인 니트베스트를흰티에 레이어드해서 입혔더니 깔끔 그자체 !군더더기 없이 깔끔한 V넥 디자인으로다양하게 레이어드 할 수 있어 마음에 든다';
reviemakerC_div_htmlP3 += '
';
reviemakerC_div_htmlP3 += ' @sejun.love';
reviemakerC_div_htmlP3 += ' ';
reviemakerC_div_htmlP3 += ' - ';
reviemakerC_div_htmlP3 += ' ';
reviemakerC_div_htmlP3 += '
';
reviemakerC_div_htmlP3 += ' ';
reviemakerC_div_htmlP3 += ' 지호마미';
reviemakerC_div_htmlP3 += ' 지호가 맘에 들어하는 카라티쫌 멋진뎅';
reviemakerC_div_htmlP3 += '
';
reviemakerC_div_htmlP3 += ' @jjenny_jeong';
reviemakerC_div_htmlP3 += ' ';
reviemakerC_div_htmlP3 += ' - ';
reviemakerC_div_htmlP3 += ' ';
reviemakerC_div_htmlP3 += '
';
reviemakerC_div_htmlP3 += ' ';
reviemakerC_div_htmlP3 += ' 후니맘';
reviemakerC_div_htmlP3 += ' 어디에나 잘 어울리는 베이직한 컬러감과 발목을 쫀쫀하게 잡아주는 조거팬츠 스타일로 활동적인 아이들에게 더욱 잘 어울려요!!';
reviemakerC_div_htmlP3 += '
';
reviemakerC_div_htmlP3 += ' @eun.__.mi26';
reviemakerC_div_htmlP3 += ' ';
reviemakerC_div_htmlP3 += ' - ';
reviemakerC_div_htmlP3 += ' ';
reviemakerC_div_htmlP3 += '
';
reviemakerC_div_htmlP3 += ' ';
reviemakerC_div_htmlP3 += ' 박콩';
reviemakerC_div_htmlP3 += ' 조거바지는 핏이 좋아서 입으면 걍 패피 되쥐 아껴서 아껴서 내년,내후년 내내 입고 싶다';
reviemakerC_div_htmlP3 += '
';
reviemakerC_div_htmlP3 += ' @annalove_88';
reviemakerC_div_htmlP3 += ' ';
reviemakerC_div_htmlP3 += ' - ';
reviemakerC_div_htmlP3 += ' ';
reviemakerC_div_htmlP3 += '
';
reviemakerC_div_htmlP3 += ' ';
reviemakerC_div_htmlP3 += ' 꼬꼬마아';
reviemakerC_div_htmlP3 += ' 가을,겨울에 자주 손이 갈 아이템인것 같아요!!근영이는 11호 적당한 핏으로 착용했어요!';
reviemakerC_div_htmlP3 += '
';
reviemakerC_div_htmlP3 += ' @gy160529lee';
reviemakerC_div_htmlP3 += ' ';
reviemakerC_div_htmlP3 += ' - ';
reviemakerC_div_htmlP3 += ' ';
reviemakerC_div_htmlP3 += '
';
reviemakerC_div_htmlP3 += ' ';
reviemakerC_div_htmlP3 += ' 하늘맘';
reviemakerC_div_htmlP3 += ' 꾸민듯 안꾸민듯멋스러운 니트베스트';
reviemakerC_div_htmlP3 += '
';
reviemakerC_div_htmlP3 += ' @sky.c.0829';
reviemakerC_div_htmlP3 += ' ';
reviemakerC_div_htmlPe += ' - ';
reviemakerC_div_htmlPe += '
';
reviemakerC_div_htmlPe += ' 제키브로
Brand Crew
더보기';
reviemakerC_div_htmlPe += ' ';
reviemakerC_div_htmlPe += '
';
reviemakerC_div_htmlPe += '
';
reviemakerC_div_htmlPe += '
';
reviemakerC_div_htmlPe += '
';
reviemakerC_div_htmlPe += ' ';
reviemakerC_div_htmlPe += ' ';
reviemakerC_div_htmlPe += ' 1';
reviemakerC_div_htmlPe += ' /';
reviemakerC_div_htmlPe += ' 2';
reviemakerC_div_htmlPe += ' ';
reviemakerC_div_htmlPe += ' ';
reviemakerC_div_htmlPe += ' ';
reviemakerC_div_htmlPe += '
';
reviemakerC_div_htmlPe += '
';
reviemakerC_div_htmlPe += '
';
reviemakerC_div_htmlPe += '
';
reviemakerC_div_htmlPe += '
![]()
';
reviemakerC_div_htmlPe += '
';
reviemakerC_div_htmlPe += '
';
reviemakerC_div_htmlPe += '
';
reviemakerC_div_htmlPe += '
';
reviemakerC_div_htmlPe += '
';
reviemakerC_div_htmlPe += '
';
reviemakerC_div_htmlPe += '
오늘다시 보지 않기
';
reviemakerC_div_htmlPe += '
닫기
';
reviemakerC_div_htmlPe += '
';
reviemakerC_div_htmlPe += '
';
var ua = navigator.userAgent;
var rmc_pc = true;
if (ua.match(/iPhone|iPod|Android|Windows CE|BlackBerry|Symbian|Windows Phone|webOS|Opera Mini|Opera Mobi|POLARIS|IEMobile|lgtelecom|nokia|SonyEricsson|mobile/i) != null || ua.match(/LG|SAMSUNG|Samsung/) != null){
rmc_pc = false;
}
var rm_collection_href = $('meta[name="path_role"]').attr('content')+'';
console.log('collection:'+location.pathname);
if(location.pathname.indexOf('/main.html') > -1 || location.pathname == '/' || location.pathname == '/m/' || location.pathname == '/m/index.html' || location.pathname == '/index.html') rm_collection_href = 'MAIN';
if(location.pathname.indexOf('/product.html') > -1 || location.pathname.indexOf('/shopdetail.html') > -1) rm_collection_href = 'PRODUCT_DETAIL';
if(location.pathname.indexOf('/basket.html') > -1) rm_collection_href = 'ORDER_BASKET';
console.log('collection:'+rm_collection_href);
if(rm_collection_href == 'MAIN'){
if(rmc_pc){ //$(window).width() > 750
iDiv_Creviewmaker.innerHTML = reviemakerC_div_htmls + reviemakerC_div_html1 + reviemakerC_div_htmle +'
';
$('.instaWrap').before(iDiv_Creviewmaker); $('#reviewmaker_cdiv').css('height','620px');
}else{
iDiv_Creviewmaker.innerHTML = reviemakerC_div_htmls + reviemakerC_div_html1 + reviemakerC_div_htmle +'
';$('.eventSlideTitle').before(iDiv_Creviewmaker);
}
}else if(rm_collection_href == 'PRODUCT_DETAIL'){
if(rmc_pc){ //$(window).width() > 750
iDiv_CreviewmakerP.innerHTML = reviemakerC_div_htmlPs + reviemakerC_div_htmlP2 + reviemakerC_div_htmlPe +'
';$('.crema-product-reviews').before(iDiv_CreviewmakerP);
$('#reviewmaker_cdiv').css('max-width','calc(100% - 24px)'); }else{
iDiv_CreviewmakerP.innerHTML = reviemakerC_div_htmlPs + reviemakerC_div_htmlP2 + reviemakerC_div_htmlPe +'
';$('#tabs3').after(iDiv_CreviewmakerP); $('#reviewmaker_cdiv').css('margin','50px auto -10px auto');
}
}else if(rm_collection_href.indexOf('ORDER_BASKET') > -1){
if(rmc_pc){ //$(window).width() > 750
$('#reviewmaker_cdiv').css('max-width','1400px');
iDiv_CreviewmakerP.innerHTML = reviemakerC_div_htmlPs + reviemakerC_div_htmlP3 + reviemakerC_div_htmlPe +'
';
//$('#pc_desc_box').after(iDiv_CreviewmakerP);
$('footer').append(iDiv_CreviewmakerP);
$('#reviewmaker_cdiv').css('height','387px');
$('#reviewmaker_cdiv').css('position','fixed');
$('#reviewmaker_cdiv').css('bottom','-370px');
$('#reviewmaker_cdiv').css('left','50%');
$('#reviewmaker_cdiv').css('width','96%');
$('#reviewmaker_cdiv').css('min-width','1280px');
$('#reviewmaker_cdiv').css('background-color','#fff');
$('#reviewmaker_cdiv').css('border','1px solid #ccc');
$('#reviewmaker_cdiv').css('border-radius','10px 10px 0 0');
$('#reviewmaker_cdiv').css('z-index','100');
if($(window).width() > 1280){
$('#reviewmaker_cdiv').css('margin-left','-640px');
}else{
$('#reviewmaker_cdiv').css('margin-left', '-'+($(window).width() * 0.48)+'px');
}
$('.rm_collection_dayout').show();
$('.rm_collection_top').css('width','calc(100% - 40px)');
$('.rm_collection_top').css('margin','0 auto');
var rmctodayclose = "rmctodayclose";
var rmctodaycloseyn = document.cookie.match(new RegExp("(?:^|; )" + rmctodayclose.replace(/([\.$?*|{}\(\)\[\]\\\/\+^])/g, '\\$1') + "=([^;]*)"));
if(rmctodaycloseyn == undefined){
$('#reviewmaker_cdiv').animate({'bottom':'-10px'},500);
}else{
$('#reviewmaker_cdiv').hide();
}
}else{ //750
iDiv_CreviewmakerP.innerHTML = reviemakerC_div_htmlPs + reviemakerC_div_htmlP1 + reviemakerC_div_htmlPe +'
';
//$('#mo_desc_box').after(iDiv_CreviewmakerP);
$('footer').append(iDiv_CreviewmakerP);
$('.rm_collection_top').css('padding-top','10px');
$('.rm_collection_item:last-child .rm_collection_more_txt').css('width','100%');
$('#reviewmaker_cdiv').css('height','327px');
$('#reviewmaker_cdiv').css('position','fixed');
$('#reviewmaker_cdiv').css('bottom','-370px');
$('#reviewmaker_cdiv').css('left','2%');
$('#reviewmaker_cdiv').css('width','96%');
$('#reviewmaker_cdiv').css('background-color','#fff');
$('#reviewmaker_cdiv').css('border','1px solid #ccc');
$('#reviewmaker_cdiv').css('border-radius','10px 10px 0 0');
$('#reviewmaker_cdiv').css('z-index','1100');
$('.rm_collection_dayout').show();
var rmctodayclose = "rmctodayclose";
var rmctodaycloseyn = document.cookie.match(new RegExp("(?:^|; )" + rmctodayclose.replace(/([\.$?*|{}\(\)\[\]\\\/\+^])/g, '\\$1') + "=([^;]*)"));
if(rmctodaycloseyn == undefined){
$('#reviewmaker_cdiv').animate({'bottom':'-11px'},500);
}else{
$('#reviewmaker_cdiv').hide();
}
} //else 750
} // ORDER_BASKET
iDiv_Creviewmaker = '';
iDiv_CreviewmakerP = '';
var rm_dragFlag;
var rm_dragX, rm_dragY, rm_prev_x, rm_prev_y;
//$(function() {
$('.rm_collection_cont').mousedown(function(e) {
rm_dragFlag = true;
var obj = $(this);
rm_dragX = obj.scrollLeft();
rm_dragY = obj.scrollTop();
rm_pre_x = e.screenX;
rm_pre_y = e.screenY;
$(this).css("cursor", "pointer");
});
$('.rm_collection_cont').mousemove(function(e) {
if (rm_dragFlag) {
var obj = $(this);
obj.scrollLeft(rm_dragX - e.screenX + rm_pre_x);
obj.scrollTop(rm_dragY - e.screenY + rm_pre_y);
return false;
}
});
$('.rm_collection_cont').mouseup(function() {
rm_dragFlag = false;
$(this).css("cursor", "default");
});
// });
});
window.addEventListener('message', function(e) {
if (e.origin === 'https://www.reviewmaker.co.kr')
{
if(e.data == 'review_collection'){
if($(window).width() > 750){
$('#rm_collection_wrap_view').css('max-width','880px');
$('#rm_collection_wrap_view').css('max-height','613px');
$('#rm_collection_wrap_view').css('margin-left','-'+($('#rm_collection_wrap_view').width() / 2)+'px');
}
}else if(e.data == 'review_collection_back'){
if($(window).width() > 750){
$('#rm_collection_wrap_view').css('max-width','1000px');
$('#rm_collection_wrap_view').css('max-height','740px');
$('#rm_collection_wrap_view').css('margin-left','-'+($('#rm_collection_wrap_view').width() / 2)+'px');
}else{
$('#rm_collection_wrap_view').css('max-height','fit-content');
}
}
}
});