<%@ 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 lang="ko">
<head>
	<title>
	    <c:choose>
	        <c:when test="${brdMstrVO.bbsId == 'BBSMSTR_000000000520'}">정보공개>공공데이터개방>사용후기 및 건의사항 |</c:when>
	        <c:when test="${cntManageVO.menuCours ne null}"> ${cntManageVO.menuCours} | </c:when>
	        <c:when test="${brdMstrVO.menuCours ne null}"> ${brdMstrVO.menuCours} | </c:when>
	        <c:when test="${resultMenuVO.menuNo == '9050000'}"></c:when>
	        <c:when test="${resultMenuVO.menuNo == '8100002'}"></c:when>
	        <c:otherwise>${resultMenuVO.menuCours} | </c:otherwise>
	    </c:choose>우체국물류지원단
	</title>
	<%-- <title> <c:if test="${cntManageVO.menuCours ne null}"> ${cntManageVO.menuCours} </c:if> <c:if test="${brdMstrVO.menuCours ne null}"> ${brdMstrVO.menuCours} </c:if>${resultMenuVO.menuCours} | 우체국물류지원단</title> --%>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
	<!-- <meta http-equiv="X-UA-Compatible" content="IE=edge;chrome=1" /> 웹접근성에 chrome=1은 허용되지 않음. -->
	<meta http-equiv="X-UA-Compatible" content="IE=edge" />
	<meta name="viewport" content="width=device-width, initial-scale=1">	
	<meta name="format-detection" content="telephone=no"/>
	<meta name="description" content="우체국물류지원단에 대한 정보를 제공합니다.">
	<meta name="keywords" content="우체국물류지원단">
	 
	<!-- default -->
	<script src="<c:url value='/js/jquery.js' />"></script>
	<link href="/css/style.css?ver=1" rel="stylesheet">
	<link href="/css/index.css?ver=1" rel="stylesheet">
	<link href="/css/content.css?dt=210504" rel="stylesheet">
	<link href="/css/appraisal.css?ver=1" rel="stylesheet">
	<link href="/js/font-awesome/css/font-awesome.min.css?ver=1" rel="stylesheet">
	
	<link href="/css/board.css?ver=1" rel="stylesheet">
	<link href="<c:url value='${brdMstrVO.tmplatCours}' />" rel="stylesheet">
	
	<!-- //탭 -->
	<link rel="stylesheet" href="/css/style.min.css">
	<script src="/js/tab.js"></script>
	<!-- 탭// -->
	<!-- 달력 --><script src="/js/calendar.js"></script>
	<!-- message -->
	<c:if test="${!empty message}">
		<script lang="javascript">
			alert("${message}");
		</script>
	</c:if>
	
	<style>
		/* 개인정보처리방침 css */
	    #fammilyLink option:nth-child(6) {color: #ffd800;font-weight: bold;}
	    .footerSite_2{float: right;width:34px;height:34px;margin-top: -11px;}
	
	    /* footer 1280px */
	    @media (max-width: 1280px) {
	        .footerSiteGo {position: relative;width: 34px;height: 34px;top: -10px;display: inline-block;float: left;}
	    }
	
	    /* footer 800px */
	    @media (max-width: 800px) {
	        .footerSiteGo {position: relative;left: 67px;width: 34px;height: 34px;top: -10px}
	        .footerSite_1{left:57.5%;}
	        .footerSite_2{top:61px;left:57.5%}
	    }
	
	    @media (max-width: 769px) {
	        .footerSiteGo {position: relative;left: 67px;width: 34px;height: 34px;top: -10px}
	        /* .footerSite_1 {left: 190%;}
	        .footerSite_2 {left: 57.2%;top: 48.5%;}
	        #footerSite {left: 2.5%;} */
	    }
	    
	    /* @media (max-width: 600px){
	    	.footerSite_1{left:172%;}
	    	.footerSite_2{top:60.5%;left:57.2%;}
	    }
	    
	    @media (max-width: 420px) {
	        .footerSiteGo {position: relative;left: 67px;width: 34px;height: 34px;top: -10px;}
	        .footerSite_1 {left: 138% !important;margin-left: 0%;}
	    }
	
	    @media (max-width: 321px) {
	        .footerSiteGo {position: relative;left: 67px;width: 34px;height: 34px;top: -10px}
	        .footerSite_1 {left: 94% !important;margin-left: 0%;}
	    } */
	</style>
	
	<script>
    $(document).ready(function() { //li_two_depth 하위 href 있으면 첫번째 가져오기
        $("#nav > ul.select > li").focusin(function() {
            $(".hd_top").addClass("on");
            $("#nav > ul.select > li").removeClass("active");
            $("#nav > ul.select > li").addClass("active");
        });
        $("ul.select").children("li:last-child").children("div").children(".sub_right").children("ul").children("li:last-child").children("a").focusout(function() {
            console.log("focusout");
            $("#nav > ul.select > li").removeClass("active");
            $(".hd_top").removeClass("on");
            $(".deth_plus").attr("src", "/img/3deth_plus.png");
        });
        $(".hd_top h1 a").focusin(function(){
        	$("#nav > ul.select > li").removeClass("active");
            $(".hd_top").removeClass("on");
            $(".deth_plus").attr("src", "/img/3deth_plus.png");
        });
        $(".deth3_menu ul li:last-child a").focusout(function(){
        	$(".deth3_menu").hide();
        	$(".deth3_plus_sub").children("button").children("img").attr("src", "/img/3deth_plus.png");
        	$(".deth3_plus_sub").children("button").children("img").attr("alt", "하위메뉴 열기");
        });
        $(".stmClose").focusout(function(){
        	$("#utill_sitemap").hide();
        });
    });
</script>
</head>
<decorator:head />
<c:import url="/web/com/webCommonHeader.do" />
<decorator:body />
<c:import url="/web/com/webContentResearch.do" >
<c:param name="menuNm"><c:out value="${resultMenuVO.menuNm}"></c:out></c:param>
</c:import>


<c:choose>
<c:when test="${not empty cntManageVO.cntName}">
<c:set var="mNm" value="${cntManageVO.cntName}"/>
</c:when>
<c:otherwise>
<c:set var="mNm" value="${brdMstrVO.bbsNm}"/>
</c:otherwise>
</c:choose>

<c:import url="/web/com/webCommonFooter.do" >
<c:param name="menuNm"><c:out value="${mNm}"></c:out></c:param>
</c:import>
</html>