<iframe height="124" marginheight="0" src="/QrCode/QrCodeService.aspx?NewsCode=001420110805121855843750" frameborder="0" width="50" marginwidth="0" scrolling="no" topmargin="0"></iframe>
장애인 불편 이유 있는 ‘신경주역’
코레일, 편의시설 등 시설물 하자로 인수 거부
에이블뉴스, 기사작성일 : 2011-08-09 10:56:21
![]() |
![]() |
신경주역 좌·우측에는 각각 남녀로 구분된 장애인화장실이 설치돼 있다. 출입문은 터치식자동문이 아니라 손이 불편한 중증장애인들이 사용하기 불편한 미닫이문이었고, 문고리 잠금장치 사용도 힘들었다.
장애인화장실 내부에는 휴지걸이, 비상호출버튼이 너무 높게 설치돼 있어 사용하기 불편했다. 또한 용변기 뒤에 기댈 수 있도록 변기뚜껑을 철거한 후 등받이를 설치할 것으로 보였다.
비장애인화장실 입구에는 시각장애인을 위한 점자유도블록과 점자촉지판이 잘 설치돼 있었다. 반면 신경주역 내부 바닥에 설치된 일부 대리석과 점자유도블록의 색상이 같아 저시력장애인들이 혼동을 일으켜 기둥에 부딪칠 위험이 있어 개선이 요구된다.
신경주역 정문에는 넓은 계단 및 손잡이가 설치돼 있다. 하지만 장애인들의 보행 편의를 위해 손잡이를 양쪽에 모두 설치해야 한다. 여기에 정문 입구 계단에는 점자유도블록이 전혀 설치돼 있지 않았다.
이 밖에도 신경주역을 안내 하는 점자촉지도는 완전한 반구형이 아니라 시각장애인들이 손가락으로 읽으려면 고통이 따르는 일명 ‘짝퉁 반구형’이 설치돼 있었다.
이와 관련 경북지체장애인협회 경주시지회 편의시설지원센터 담당자는 “지역 장애인들이 이 같은 불편 사항을 알려와 민원을 제기했지만, 개선되지 않은 채 그대로”라고 설명했다.
한편 신경주역 관계자는 “장애인 편의시설 뿐만 아니라 많은 시설물들이 문제가 있어, 한국철도시설공단으로부터 인수를 받지 않고 있다”고 밝혔다.
이어 “코레일 예산으로 장애인화장실 출입문은 터치식자동문으로 고치겠다”고 덧붙였다.
박종태 기자 (so0927@chol.com)
박종태 기자의 다른기사 보기 ▶
var namesCols = root.childNodes; //item 노드들의 컬렉션을 얻어온다
//결과가 없다면 작업무효 (item 값이 없다면)
if (namesCols[0].childNodes.length == 0) return;
for (j = 0; j < namesCols.length; j++) {
var namesCol = namesCols[j].childNodes; //news 노드들의 컬렉션을 얻어온다
var newstitle = namesCol[0].firstChild.nodeValue;
var newsothertitle1 = namesCol[1].firstChild.nodeValue;
var newsothertitle2 = namesCol[2].firstChild.nodeValue;
var inputtime = namesCol[3].firstChild.nodeValue;
var newscontents = namesCol[4].firstChild.nodeValue;
newstitle = newstitle.replace(/<.*?>/g, ""); //html 태그 제거
newstitle = encodeURIComponent(newstitle, "UTF-8");
newscontents = newscontents.replace(/<.*?>/g, ""); //html 태그 제거
newscontents = encodeURIComponent(newscontents, "UTF-8");
itemdata = "LANGUAGE=1&TEXTTITLE=" + newstitle + "&TEXTCONTENT=" + newscontents + "&ENDPAGE=";
}
Code(itemdata);
}
else {
return false;
//alert(xmlHttp.statusText);
}
}
}
var Code = function (item) {
$.ajax({
type: "POST",
url: "/WebMobileVEMaker/WebToPhoneMaker.dll?MakeVolumeTextSymbol",
data: item,
success: function (msg) {
// msg 결과값 반환 (형식 : 결과값^파일명)
//alert(msg);
var arrMsg = msg.split("^");
$("#imgBarCode").attr("src", "/WebMobileVEMaker/download/" + arrMsg[1] + ".bmp");
$("#imgBarCode").show();
imagename = arrMsg[1];
//alert(imagename);
//alert(arrMsg[1]);
$(window).unload(function () {
deleteBarcode(arrMsg[1]);
});
}
});
}
var deleteBarcode = function (val) {
if (val != "") barcodeFileName = val;
//alert(barcodeFileName);
$.ajax({
type: "POST",
url: "/WebMobileVEMaker/WebToPhoneMaker.dll?DeleteSymbolFile",
data : "DELETEFILENAME=" + barcodeFileName + "&ENDPAGE=",
dataType: "text",
success: function (msg) { }
});
}
</script>
<style type="text/css">
/*팝업 스타일시트*/
#divBarcodePopup{z-index:2000;background:#ffffff; display:none;height:480px;padding:30px;width:910px;border:0; margin-left:20px }
</style>
박종태 기자의 다른기사 보기 ▶
[저작권자 ⓒ 에이블뉴스, 무단 전재 및 재배포 금지]
<script type="text/javascript" src="/js/jquery-1.4.4.min.js"></script>
<script type="text/javascript" src="/js/bpopup/jquery.bpopup-0.4.1.min.js"></script>
<script type="text/javascript">
var itemdata; //코드생성될 전송데이터 전역변수
var imagename; //삭제될 이미지 전역변수
$("document").ready(function() {
$("#btnBarcode").click(function() {
if (parent.location.pathname == "/News/NewsTotalList.aspx") {
window.open('/WebMobileVEMaker/VEMakerPage.aspx?NewsCode=001420110805121855843750', 'voice', 'scrollbars=yes,width=940,height=520');
return false;
}
else {
var url = "/WebMobileVEMaker/VEMakerXml.aspx";
var params = 'newscode=001420110805121855843750';
//test open
// window.open(url+'?'+params);
new ajax.xhr.Request(url, params, VEMakercallback, "POST");
/*
var subject = "kkk"; //$("#subject").text();
var content = "jjj";//$("#content").text();
var item = subject + "$$" + content;
*/
//div팝업
$("#divBarcodePopup").bPopup();
return false;
}
});
$("#divBarcodePopup_alert").mouseover(function() { $('#divBarcodePopup_alert').show(); });
$("#divBarcodePopup_alert").mouseout(function() { $('#divBarcodePopup_alert').hide(); });
$("#imgBarCode").mouseover(function() { $('#divBarcodePopup_alert').show(); });
$("#imgBarCode").mouseout(function() { $('#divBarcodePopup_alert').hide(); });
$("#bClose").click(function() { return });
});
function VEMakercallback(req) {
if (req.readyState == 4) {
if (req.status == 200) {
var xdoc = req.responseXML
var root = xdoc.documentElement; //<iframe height="130" src="http://ablenews.co.kr/banner/realclick/ablenews2_s1.htm" frameborder="0" width="570" allowTransparency scrolling="no"></iframe>
<iframe height="150" src="http://ablenews.co.kr/banner/realclick/ablenews3_pt1.htm" frameborder="0" width="570" allowTransparency scrolling="no"></iframe>
<script>
var real_sh_top = 360; /*상하위치*/
var real_sh_left = 660; /*좌우위치*/
</script>
<script type="text/javascript" charset="euc-kr" src="http://ade.realclick.co.kr/partner09_1/ablenews3_b1.js"></script>
<iframe title="구글 배너광고 프레임" height="60" src="http://ablenews.co.kr/banner/google/8390967592.htm" frameborder="0" width="468" allowTransparency scrolling="no"></iframe>
<iframe style="MARGIN-BOTTOM: 5px; HEIGHT: 372px" id="ifNewsOtherBoard" title="나도한마디 프레임" height="800" src="/News/Include/NewsOtherBoardInc.aspx?NewsCode=001420110805121855843750" frameborder="0" width="100%" allowTransparency name="ifNewsOtherBoard" scrolling="no" _check="0"></iframe>
최신기사목록
인권/사회 > 사회 | 장애인 불편 이유 있는 ‘신경주역’ | 박종태 기자 | 2011-08-09 10:56:21 |
인권/사회 > 사회 | 장애인 판사 前남편, 벤처 신데렐라 고소 | 연합뉴스 |