온라인
상담
전화상담
");
}
$('.sect-catalog').magnificPopup({
delegate: 'a',
type: 'image',
tLoading: 'Loading image #%curr%...',
mainClass: 'mfp-img-mobile',
gallery: {
enabled: true,
navigateByImgClick: true,
preload: [0,1] // Will preload 0 - before current, and 1 after the current image
},
image: {
tError: '
The image #%curr% could not be loaded.',
titleSrc: function(item) {
return '
토토 사이트 추천 회사소개서(국문)';
}
}
})
for(var i=2; i<=36;i++){
var num = i;
$(".sect-catalog2").append("
");
}
$('.sect-catalog2').magnificPopup({
delegate: 'a',
type: 'image',
tLoading: 'Loading image #%curr%...',
mainClass: 'mfp-img-mobile',
gallery: {
enabled: true,
navigateByImgClick: true,
preload: [0,1] // Will preload 0 - before current, and 1 after the current image
},
image: {
tError: '
The image #%curr% could not be loaded.',
titleSrc: function(item) {
return '
토토 사이트 추천 회사소개서(영문)';
}
}
})
// 앱 다운로드 모바일일 때 아이폰인지 갤럭시인지 체크 코드
const isMobile = () => {
const user = navigator.userAgent;
let isCheck = false;
if ( user.indexOf("iPhone") > -1 ) {
isCheck = true;
$(".googleplay_link").hide();
}else if(user.indexOf("Android") > -1){
isCheck = true;
$(".appstore_link").hide();
}else{
return false;
}
return isCheck;
}
isMobile()
});