<%@ 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">
<link rel="stylesheet" type="text/css" href="${pageContext.request.contextPath}/css/post.css?ver=1">
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script> -->
<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" />
<div id="wrapper">
	<c:import url="/sym/mms/EgovMainMenuLeft.do" />
	<!-- body 시작 -->
	<decorator:body />
	<!-- body 끝 -->
</div>
<c:import url="/sym/mms/EgovMainFooter.do" />
</html>