"; pContent=pHeader + pgetContent + pFooter; pWin=window.open("","print","width=" + w +",height="+ h +",top=" + ypos + ",left="+ xpos +",status=yes,scrollbars=yes"); //동적인 새창을 띄웁니다. //pWin.document.open(); //팝업창 오픈 pWin.document.write(pContent); pWin.document.close(); //클로즈 pWin.document.body.onload = function(){ pWin.print(); setTimeout(function(){ pWin.close(); }, 500); }; return; } /** * 재질이 유사한 관련소장품 더보기 */ function fnReltQlyListMore(no) { var allData = {"relicId": 'PS0100202300100001700000' , "reltRows": 10 , "pageIndex": no , "appendId": 'ulReltQlyList' , "keyword": '' , "reltType": 'QLY'}; var url = "/dq_reltListMore;jsessionid=C5823C91B334FDD3C2AEA0A774CB88C1"; dq_callAjaxHtmlDo(url, allData, 'ulReltQlyList'); } /** * 국가/시대가 유사한 관련소장품 더보기 */ function fnReltAgeListMore(no) { var allData = {"relicId": 'PS0100202300100001700000' , "reltRows": 10 , "pageIndex": no , "appendId": 'ulReltAgeList' , "keyword": '' , "reltType": 'AGE'}; var url = "/dq_reltListMore;jsessionid=C5823C91B334FDD3C2AEA0A774CB88C1"; dq_callAjaxHtmlDo(url, allData, 'ulReltAgeList'); } /** * 용도/기능이 유사한 관련소장품 더보기 */ function fnReltPurposeListMore(no) { var allData = {"relicId": 'PS0100202300100001700000' , "reltRows": 10 , "pageIndex": no , "appendId": 'ulReltPurposeList' , "keyword": '' , "reltType": 'PURPOSE'}; var url = "/dq_reltListMore;jsessionid=C5823C91B334FDD3C2AEA0A774CB88C1"; dq_callAjaxHtmlDo(url, allData, 'ulReltPurposeList'); } /** * 문양이 유사한 관련소장품 더보기 */ function fnReltImageTagListMore(no) { var allData = {"relicId": 'PS0100202300100001700000' , "imgId": '' , "reltRows": no - 1 , "pageIndex": no , "appendId": 'ulReltImageTagList' , "keyword": '' , "reltType": "IMAGE_TAG"}; var url = "/dq_reltImageTagListMore;jsessionid=C5823C91B334FDD3C2AEA0A774CB88C1"; dq_callAjaxHtmlDo(url, allData, 'ulReltImageTagList'); } /** * 추천 전시 더보기 - 공간형 */ function fnCrtehbtListMore(no) { var allData = {"relicId": 'PS0100202300100001700000' , "reltRows": no - 1 , "pageIndex": no , "appendId": 'ulCrtehbtList' , "keyword": '' , "reltType": ""}; var url = "/dq_crtehbtListMore;jsessionid=C5823C91B334FDD3C2AEA0A774CB88C1"; dq_callAjaxHtmlDo(url, allData, 'ulCrtehbtList'); } /** * 추천 전시 더보기 - 디자인형 */ function fnRecmcrtListMore(no) { var allData = {"relicId": 'PS0100202300100001700000' , "reltRows": no - 1 , "pageIndex": no , "appendId": 'ulRecmcrtList' , "keyword": '' , "reltType": ""}; var url = "/dq_recmcrtListMore;jsessionid=C5823C91B334FDD3C2AEA0A774CB88C1"; dq_callAjaxHtmlDo(url, allData, 'ulRecmcrtList'); } /** * 추천소장품 - 공간형 상세페이지 이동 */ function fnGoCrtEhbtDetail(crtehbtSeq) { var url = "/crtehbtPreviewMain"; var title = "crtehbtPreviewMain"; var crtehbtSeq = crtehbtSeq; // popForm 이 존재하면 삭제해주기. $("form[name=popForm]").remove(); // Form 동적 생성 var form = document.createElement("form"); form.setAttribute("charset", "UTF-8"); form.setAttribute("name", "popForm") form.setAttribute("method", "post") // 공간형 전시일련번호 설정 var hiddenField = document.createElement("input"); hiddenField.setAttribute("type", "hidden"); hiddenField.setAttribute("name", "crtehbtSeq"); hiddenField.setAttribute("value", crtehbtSeq); form.appendChild(hiddenField); // Body 에 form 설정 document.body.appendChild(form); //var Wwidth = $(window).outerWidth(); //var Wheight = $(window).outerHeight(); openWinPopup_enlarge(url, title, 1390, 800, document.popForm); } // download pop function fnOpenDownPop(flag){ if('S' == flag){ $('.imgSingle').show(); $('.imgAll').hide(); } else { $('.imgSingle').hide(); $('.imgAll').show(); } $('#pop_bt').text($('#txt_bt').text()); layer_popup('#pop-down'); $(".pop_close").focus(); } // 이미지 다운로드 목적 선택 function fnChoiceType(txt){ $('#usage_purpose_type').text(txt); $('#usage_purpose_type').trigger('click'); } // 원문, 번역문 보기 function fnGoLink(linkSrc){ window.open(linkSrc); } // 목록 버튼 function goList() { if(history.length > 1) { history.back(-1); } else { window.location.href="/headerSearch"; } } // tab click function fnTypeTab(no){ $('.t01').hide(); $('.type_01').removeClass('on'); $('#cnt_01').hide(); $('.t02').hide(); $('.type_02').removeClass('on'); $('#cnt_02').hide(); $('.t'+no).show(); $('.type_'+no).addClass('on'); $('#cnt_'+no).show(); } // 전국 소장품 현황 이동 function fnMoveStatus(){ var regionCd = 'GL90010'; var regionNm = '경상북도'; var divisionCd = 'D01'; var code = 'PS01002023'; var url = 'www.lighthouse-museum.or.kr' console.log(url); if(url === "") { location.href = '/status?regionCd=' + regionCd + '®ionNm=' + regionNm + '&divisionCd=' + divisionCd + '&code=' + code; } else { window.open(url.indexOf('http') > -1 ? url : 'http://' + url, '', ''); } } // slice txt (ie) function fnSliceTxt(id){ var agent = navigator.userAgent.toLowerCase(); if ( (navigator.appName == 'Netscape' && agent.indexOf('trident') != -1) || (agent.indexOf("msie") != -1)) { var txt = $('#usage_'+id+'_desc').val(); if(txt.length > 40){ $('#usage_'+id+'_desc').val(txt.substr(0, 40)); } } }

70mm등명기

등대박물관

원본 해상도 5760 * 3840


  • 명칭70mm등명기
  • 다른명칭70mm燈明器
  • 국적/시대한국 - 광복이후
  • 분류교통/통신 - 신호 - 신호 - 신호기
  • 재질기타 - 합성수지
  • 작가Korea signal corp
  • 크기최대지름 7cm, 전체높이 33cm
  • 소장품번호 등대박물관 17

제 4유형 : 출처표시 + 상업적 이용금지 + 변경금지

저작권 보호분야 “70mm등명기” 저작물은 공공누리 출처표시 조건에 따라 이용할 수 있습니다.

4유형

* 소장품 및 소장정보의 오류는 해당 기관에 직접 문의 바랍니다.

원문

번역문

원문

번역문

  • · 소장품설명 전구를 사용한 광원에서 나온 빛을 렌즈를 이용하여 굴절 반사시켜 빛을 모아 외부로 방사하는 등기구로, 침선등부표에 사용하는 점멸식등명기.
    렌즈재질은 아크릴이며, 전구교환기, 섬광기, 자동 점·소등장치로 구성 일몰 시 자동으로 점등 되도록 제작 되어있다.