<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare"
	xmlns:xf="http://www.w3.org/2002/xforms">
	<head> 
		<w2:type>DEFAULT</w2:type>
		<w2:buildDate />
		<xf:model>
			<xf:instance>
				<data xmlns="" />
			</xf:instance>
			<w2:dataCollection baseNode="map">
			</w2:dataCollection>
			<w2:workflowCollection></w2:workflowCollection>
		</xf:model>
		<script type="javascript"><![CDATA[
			(function() {
				var message = {
					'label_type1' : {
						'ko' : '신한은행',
						'en' : 'Shinhan Bank',
					},
					'label_type2' : {
						'ko' : '해당페이지를 찾을 수 없습니다.',
						'en' : 'Page can not be found.'
					},
					'label_type3' : {
						'ko' : '찾으시려는 페이지의 주소가 잘못되었거나, 페이지의 주소가 변경 또는 삭제로 이용 하실 수 없습니다.<br/>입력하신 페이지의 주소가 정확한지 다시 한번 확인해주세요.',
						'en' : 'The page you are looking for is not the correct address, or the page is not available for change or deletion.<br/>Please check the address of the page you entered is correct.'
					},
					'label_type5' : {
						'ko' : '메인화면으로',
						'en' : 'Go to Main Page'
					},
					'label_type4' : {
						'ko' : '인터넷뱅킹화면으로 이동',
						'en' : 'Go to Internet Banking'
					}
				};
				shbComm.setLangMsg(message);
			}());
			shbObj.replaceHistory = true;
			shbObj.goBankingMain = function() {
				if (shbComm.session.isLogin()) {
					shbComm.goPage('011100000000');
				} else {
					shbComm.goPage('010800000000');
				}
			};
			shbObj.goMain = function() {
				shbComm.goIntro();
			};
		]]></script>
	</head>
	<body>
		<xf:group class="serverError" id="" style="">
			<xf:group class="" id="" style="" tagname="h1">
				<w2:anchor class="ir" id="label_type1" outerDiv="false" style="">
					<xf:label><![CDATA[]]>
					</xf:label>
				</w2:anchor>
			</xf:group>
			<xf:group id="" style="" class="wrapInner">
				<xf:group id="" style="" class="errorMsg">
					<w2:span label="" id="" style="" class="icoError ico04"></w2:span>
					<w2:textbox label='' id="label_type2" style="" class="" tagname="p"></w2:textbox>
				</xf:group>

				<w2:textbox label='' id="label_type3" style="" tagname="p" class="mt15">
				</w2:textbox>
				<xf:group class="btnAreaBot mt40" id="" style="">
					<w2:anchor class="btnTyGray02 big" id="label_type5" outerDiv="false" style="" ev:onclick="shbObj.goMain">
						<xf:label><![CDATA[]]>
						</xf:label>
					</w2:anchor>
					<w2:anchor class="btnTyBlue02 big" id="label_type4" outerDiv="false" style="" ev:onclick="shbObj.goBankingMain">
						<xf:label><![CDATA[]]>
						</xf:label>
					</w2:anchor>
				</xf:group>
			</xf:group>
		</xf:group>
	</body>
</html>
