<%@ page language="java" contentType="text/html; charset=UTF-8" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ taglib prefix="decorator" uri="http://www.opensymphony.com/sitemesh/decorator" %>
<!DOCTYPE html>
<html>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" >
<meta http-equiv="content-language" content="ko">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<%-- <link rel="stylesheet" type="text/css" href="${pageContext.request.contextPath}/css/post.css?ver=1"> --%>
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
<script src="<c:url value='/js/jquery.js' />"></script>
<script>
</script>
<decorator:head />
<c:import url="/EgovPageLink.do?link=blank" />
<c:import url="/sym/mms/EgovMainMenuHead.do" />

<c:import url="/sym/mms/EgovMainMenuLeft.do" />
<!-- body 시작 -->
<decorator:body />
<!-- body 끝 -->
<c:import url="/sym/mms/EgovMainFooter.do" /> 
</html>