const sliderImage = documnet.createElement('div') const sliderImageInstance = sliderImage.cloneNode(true);
이렇게 하면 element를 복사할 수 있다.