    * {margin: 0; padding: 0;}
    ul, li { list-style: none; }
    a {text-decoration: none;}
    body, html {
        width: 100%;
        height: 100%;
        font-family: 'Nanum Gothic', sans-serif;
        font-family: 'Noto Sans KR', sans-serif;
    }
    
    /*헤더영역*/
    
    .container {width: 100%;height: 100%;}


    .hd { width: 100%; height: 58px;  position:relative; top:0px; z-index:9; background-color:#fff;border-bottom:1px solid rgba(255, 255, 255, 0.5);}
    .hd li a {
        float: left;
    }
    .hd li {  padding-top: 14px; padding-left:10px;}
    
    .menu { width: 38px; height: 39px; right:5%;  float: left; position: absolute; }
    .menu li a img { margin: 0 auto; width: 55px; height: 55px;  }
	
	
    .logo { width: 120px; height: 30px;}
    .logo a { width: 100%; height: 30px;
    }
    .logo img { width:100%; margin-left:8px; margin-top: 1px; }
    /*내비게이션*/
    
    .gnb {width: 100%; height: 50px;background-color: #a59487; text-align:center; position:absolute; top:57px;}
	.gnb ul {text-align:center; width:100%;}
    .gnb ul li {float: left; margin-top: 3%; line-height:28px; display:inline-block; width:20%;}
    .gnb ul li a { color: white;font-weight: bold; font-size: 11.5px;}
    

 
        .gnb_wrap {
            position: fixed;
            top: 0;
            left: -100%;
            width: 80%;
            height: 100%;
            z-index: 500;
           
            z-index: 9999;
        }

        .gnb_wrap .gnb_top {
            position: relative;
            background-color: #fff;
            padding: 12px;
			height: 58px;
        }

        .gnb_wrap .gnb_top h1 {
            position: absolute; text-align: left; left: 18px;
            top: 0px; width: 110px;
            padding: 0;
        }
        #menu_close a img {
            width: 25px;
            height: 25px;
            display: block;
			position: relative;
			z-index: 999;
			margin-top: 3px;
        }
      
        .gnb_wrap .gnb_top h1 img {
            width: 100%;
		    margin-left: 0px;
			margin-top: 15px;
        }

        .gnb_wrap .gnb_top p 
        {
            margin-left: 90%;
            
            width: 30px;
            height: 120px;
            display: block;
            
        }

        .gnb_wrap .gnb_list {
            position: relative;
            width: 100%;
            height: 100%;
            background-color: #fff;
			padding-top: 0px;
			overflow: scroll;
			padding-bottom: 100px;
        }

        .gnb_wrap .gnb_list .gnb_dep1 {
            padding: 15px 25px;
            display: block;
            font-size: 17px;
            font-weight: 400;
           border-bottom: solid 1px #e6e6e6;
        }

        .gnb_wrap .gnb_list .gnb_dep1 span {
			font-family: 'Noto Sans KR', sans-serif;
            display: block;
            color: #262626;
            background-size: 24px 12px;
            font-weight: 600;
        }

        .gnb_wrap .gnb_list li.on .gnb_dep1 span {
            display: block;
            color: #004d63;
        }

        .gnb_wrap .gnb_list .gnb_dep2 {
            display: none;
        }

        .gnb_wrap .gnb_list .gnb_dep2 li {
            background-color: #f8f8f8;
            border-bottom: solid 1px #e6e6e6;
            color: #6c6c6c;
            font-weight: 400;

        }

        .gnb_wrap .gnb_list .gnb_dep2 li a {
			font-family: 'Nanum Gothic', sans-serif;
			letter-spacing: -0.5px;
            color: #6c6c6c !important;
            padding: 14px 30px;
            display: block;
			font-size: 15px;
		    font-weight: 600;
        }

        .gnb_wrap .gnb_list .gnb_dep2 li.on {
            background-color: #4f8ec3;
            border-bottom: solid 1px #e6e6e6;
            color: #262626 !important;
        }

        .gnb_wrap .gnb_list .gnb_dep2 li.on a {
            color: #262626 !important;
            padding: 20px 20px 20px 30px;
            display: block;
        }

        
    .gnb_overlay {
        z-index: 999;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.6;
        position: fixed;
        right: -100%;
        top: 0;
        
    }