상세페이지 동영상 삽입 function startVideo() { var video = document.getElementById("myVideo"); video.play(); }