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=10710&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=10710&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 100px auto';
iDiv_Creviewmaker.style.height = '520px';
iDiv_Creviewmaker.style.minWidth = '1230px';
iDiv_Creviewmaker.style.maxWidth = 'calc(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 += ' 트윙클J';
reviemakerC_div_html1 += ' 날씨가 점점 따뜻해지고 있으니가볍게 입을 집업 준비하기마음에 드는지 포즈도 척척~';
reviemakerC_div_html1 += '
';
reviemakerC_div_html1 += ' @_____twinkle_j';
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 += ' @milana_li_seoul';
reviemakerC_div_html1 += ' ';
reviemakerC_div_html1 += ' - ';
reviemakerC_div_html1 += ' ';
reviemakerC_div_html1 += '
';
reviemakerC_div_html1 += ' ';
reviemakerC_div_html1 += ' chorug';
reviemakerC_div_html1 += ' 인간가을 왔습니다카라티도 러블리하게민아 117,19슈피자수패치카라티 11호';
reviemakerC_div_html1 += '
';
reviemakerC_div_html1 += ' @minamood_';
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 += ' @ha.yun_s2';
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 += ' @blondie__j';
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 += ' @hyunmi0902';
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 += ' @h_hommo';
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 += ' @milana_li_seoul';
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 += ' @kidsmodel_jayla';
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 += ' @youngvely.92';
reviemakerC_div_html1 += ' ';
reviemakerC_div_html1 += ' - ';
reviemakerC_div_html1 += ' ';
reviemakerC_div_html1 += '
';
reviemakerC_div_html1 += ' ';
reviemakerC_div_html1 += ' 꽃별천지';
reviemakerC_div_html1 += ' 15호 핑크 착용했어용~넘이쁘게 잘입었어요^^';
reviemakerC_div_html1 += '
';
reviemakerC_div_html1 += ' @suhyeon6245';
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 += ' @naonyeon';
reviemakerC_div_html1 += ' ';
reviemakerC_div_html2 += ' - ';
reviemakerC_div_html2 += ' ';
reviemakerC_div_html2 += '
';
reviemakerC_div_html2 += ' ';
reviemakerC_div_html2 += ' 트윙클J';
reviemakerC_div_html2 += ' 날씨가 점점 따뜻해지고 있으니가볍게 입을 집업 준비하기마음에 드는지 포즈도 척척~';
reviemakerC_div_html2 += '
';
reviemakerC_div_html2 += ' @_____twinkle_j';
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 += ' @milana_li_seoul';
reviemakerC_div_html2 += ' ';
reviemakerC_div_html2 += ' - ';
reviemakerC_div_html2 += ' ';
reviemakerC_div_html2 += '
';
reviemakerC_div_html2 += ' ';
reviemakerC_div_html2 += ' chorug';
reviemakerC_div_html2 += ' 인간가을 왔습니다카라티도 러블리하게민아 117,19슈피자수패치카라티 11호';
reviemakerC_div_html2 += '
';
reviemakerC_div_html2 += ' @minamood_';
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 += ' @ha.yun_s2';
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 += ' @blondie__j';
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 += ' @hyunmi0902';
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 += ' @h_hommo';
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 += ' @milana_li_seoul';
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 += ' @kidsmodel_jayla';
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 += ' @youngvely.92';
reviemakerC_div_html2 += ' ';
reviemakerC_div_html2 += ' - ';
reviemakerC_div_html2 += ' ';
reviemakerC_div_html2 += '
';
reviemakerC_div_html2 += ' ';
reviemakerC_div_html2 += ' 꽃별천지';
reviemakerC_div_html2 += ' 15호 핑크 착용했어용~넘이쁘게 잘입었어요^^';
reviemakerC_div_html2 += '
';
reviemakerC_div_html2 += ' @suhyeon6245';
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 += ' @naonyeon';
reviemakerC_div_html2 += ' ';
reviemakerC_div_html3 += ' - ';
reviemakerC_div_html3 += ' ';
reviemakerC_div_html3 += '
';
reviemakerC_div_html3 += ' ';
reviemakerC_div_html3 += ' 트윙클J';
reviemakerC_div_html3 += ' 날씨가 점점 따뜻해지고 있으니가볍게 입을 집업 준비하기마음에 드는지 포즈도 척척~';
reviemakerC_div_html3 += '
';
reviemakerC_div_html3 += ' @_____twinkle_j';
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 += ' @milana_li_seoul';
reviemakerC_div_html3 += ' ';
reviemakerC_div_html3 += ' - ';
reviemakerC_div_html3 += ' ';
reviemakerC_div_html3 += '
';
reviemakerC_div_html3 += ' ';
reviemakerC_div_html3 += ' chorug';
reviemakerC_div_html3 += ' 인간가을 왔습니다카라티도 러블리하게민아 117,19슈피자수패치카라티 11호';
reviemakerC_div_html3 += '
';
reviemakerC_div_html3 += ' @minamood_';
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 += ' @ha.yun_s2';
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 += ' @blondie__j';
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 += ' @hyunmi0902';
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 += ' @h_hommo';
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 += ' @milana_li_seoul';
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 += ' @kidsmodel_jayla';
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 += ' @youngvely.92';
reviemakerC_div_html3 += ' ';
reviemakerC_div_html3 += ' - ';
reviemakerC_div_html3 += ' ';
reviemakerC_div_html3 += '
';
reviemakerC_div_html3 += ' ';
reviemakerC_div_html3 += ' 꽃별천지';
reviemakerC_div_html3 += ' 15호 핑크 착용했어용~넘이쁘게 잘입었어요^^';
reviemakerC_div_html3 += '
';
reviemakerC_div_html3 += ' @suhyeon6245';
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 += ' @naonyeon';
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 = '50px auto 20px 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 += ' 트윙클J';
reviemakerC_div_htmlP1 += ' 날씨가 점점 따뜻해지고 있으니가볍게 입을 집업 준비하기마음에 드는지 포즈도 척척~';
reviemakerC_div_htmlP1 += '
';
reviemakerC_div_htmlP1 += ' @_____twinkle_j';
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 += ' @milana_li_seoul';
reviemakerC_div_htmlP1 += ' ';
reviemakerC_div_htmlP1 += ' - ';
reviemakerC_div_htmlP1 += ' ';
reviemakerC_div_htmlP1 += '
';
reviemakerC_div_htmlP1 += ' ';
reviemakerC_div_htmlP1 += ' chorug';
reviemakerC_div_htmlP1 += ' 인간가을 왔습니다카라티도 러블리하게민아 117,19슈피자수패치카라티 11호';
reviemakerC_div_htmlP1 += '
';
reviemakerC_div_htmlP1 += ' @minamood_';
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 += ' @ha.yun_s2';
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 += ' @blondie__j';
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 += ' @hyunmi0902';
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 += ' @h_hommo';
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 += ' @milana_li_seoul';
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 += ' @kidsmodel_jayla';
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 += ' @youngvely.92';
reviemakerC_div_htmlP1 += ' ';
reviemakerC_div_htmlP1 += ' - ';
reviemakerC_div_htmlP1 += ' ';
reviemakerC_div_htmlP1 += '
';
reviemakerC_div_htmlP1 += ' ';
reviemakerC_div_htmlP1 += ' 꽃별천지';
reviemakerC_div_htmlP1 += ' 15호 핑크 착용했어용~넘이쁘게 잘입었어요^^';
reviemakerC_div_htmlP1 += '
';
reviemakerC_div_htmlP1 += ' @suhyeon6245';
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 += ' @naonyeon';
reviemakerC_div_htmlP1 += ' ';
reviemakerC_div_htmlP2 += ' - ';
reviemakerC_div_htmlP2 += ' ';
reviemakerC_div_htmlP2 += '
';
reviemakerC_div_htmlP2 += ' ';
reviemakerC_div_htmlP2 += ' 트윙클J';
reviemakerC_div_htmlP2 += ' 날씨가 점점 따뜻해지고 있으니가볍게 입을 집업 준비하기마음에 드는지 포즈도 척척~';
reviemakerC_div_htmlP2 += '
';
reviemakerC_div_htmlP2 += ' @_____twinkle_j';
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 += ' @milana_li_seoul';
reviemakerC_div_htmlP2 += ' ';
reviemakerC_div_htmlP2 += ' - ';
reviemakerC_div_htmlP2 += ' ';
reviemakerC_div_htmlP2 += '
';
reviemakerC_div_htmlP2 += ' ';
reviemakerC_div_htmlP2 += ' chorug';
reviemakerC_div_htmlP2 += ' 인간가을 왔습니다카라티도 러블리하게민아 117,19슈피자수패치카라티 11호';
reviemakerC_div_htmlP2 += '
';
reviemakerC_div_htmlP2 += ' @minamood_';
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 += ' @ha.yun_s2';
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 += ' @blondie__j';
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 += ' @hyunmi0902';
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 += ' @h_hommo';
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 += ' @milana_li_seoul';
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 += ' @kidsmodel_jayla';
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 += ' @youngvely.92';
reviemakerC_div_htmlP2 += ' ';
reviemakerC_div_htmlP2 += ' - ';
reviemakerC_div_htmlP2 += ' ';
reviemakerC_div_htmlP2 += '
';
reviemakerC_div_htmlP2 += ' ';
reviemakerC_div_htmlP2 += ' 꽃별천지';
reviemakerC_div_htmlP2 += ' 15호 핑크 착용했어용~넘이쁘게 잘입었어요^^';
reviemakerC_div_htmlP2 += '
';
reviemakerC_div_htmlP2 += ' @suhyeon6245';
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 += ' @naonyeon';
reviemakerC_div_htmlP2 += ' ';
reviemakerC_div_htmlP3 += ' - ';
reviemakerC_div_htmlP3 += ' ';
reviemakerC_div_htmlP3 += '
';
reviemakerC_div_htmlP3 += ' ';
reviemakerC_div_htmlP3 += ' 트윙클J';
reviemakerC_div_htmlP3 += ' 날씨가 점점 따뜻해지고 있으니가볍게 입을 집업 준비하기마음에 드는지 포즈도 척척~';
reviemakerC_div_htmlP3 += '
';
reviemakerC_div_htmlP3 += ' @_____twinkle_j';
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 += ' @milana_li_seoul';
reviemakerC_div_htmlP3 += ' ';
reviemakerC_div_htmlP3 += ' - ';
reviemakerC_div_htmlP3 += ' ';
reviemakerC_div_htmlP3 += '
';
reviemakerC_div_htmlP3 += ' ';
reviemakerC_div_htmlP3 += ' chorug';
reviemakerC_div_htmlP3 += ' 인간가을 왔습니다카라티도 러블리하게민아 117,19슈피자수패치카라티 11호';
reviemakerC_div_htmlP3 += '
';
reviemakerC_div_htmlP3 += ' @minamood_';
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 += ' @ha.yun_s2';
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 += ' @blondie__j';
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 += ' @hyunmi0902';
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 += ' @h_hommo';
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 += ' @milana_li_seoul';
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 += ' @kidsmodel_jayla';
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 += ' @youngvely.92';
reviemakerC_div_htmlP3 += ' ';
reviemakerC_div_htmlP3 += ' - ';
reviemakerC_div_htmlP3 += ' ';
reviemakerC_div_htmlP3 += '
';
reviemakerC_div_htmlP3 += ' ';
reviemakerC_div_htmlP3 += ' 꽃별천지';
reviemakerC_div_htmlP3 += ' 15호 핑크 착용했어용~넘이쁘게 잘입었어요^^';
reviemakerC_div_htmlP3 += '
';
reviemakerC_div_htmlP3 += ' @suhyeon6245';
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 += ' @naonyeon';
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);
}else{
iDiv_CreviewmakerP.innerHTML = reviemakerC_div_htmlPs + reviemakerC_div_htmlP2 + reviemakerC_div_htmlPe +'
';$('.shopdetailRelation').first().after(iDiv_CreviewmakerP); $('#reviewmaker_cdiv').css('margin','0px auto 50px 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);
$('#bottom').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').after(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');
}
}
}
});