    * {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: 53px; background-image:url(../img/top.jpg); background-size:100%; position:fixed; top:0;z-index:99999 ; }
    .hd li a {
        float: left;
    }
    .hd li {  padding-top: 14px; padding-left:10px; }
    
    .menu { width: 35px; height: 65px;  position: absolute; right:15px; margin-top:-20px;}
    .menu li a img { margin: 0 auto; width: 100%; height: 100%;
    }
	
	.mail { width: 35px; height: 65px;  top:0px; right:58px; position: absolute; margin-top:-20px;}
    .mail li a img { margin: 0 auto; width: 100%; height: 100%;
    }
	

	.home { width: 35px; height: 65px;  top:0px; margin-top:-20px;right:102px; position: absolute; }
    .home li a img { margin: 0 auto; width: 100%; height: 100%;
    }
	

    .logo { width: 100px; height: 30px; margin-left:-5px; margin-top:-4px}
    .logo a { width: 100%; height: 30px;
    }
    .logo img { width:100%; margin-top:0px;margin-left:-5px}
    /*내비게이션*/
    
    .gnb {width: 100%; height: 50px;background-color: #576d00; text-align:center; position:absolute; top:53px;}
	.gnb ul {text-align:center; width:100%;}
    .gnb ul li {float: left; margin-top: 3%; line-height:28px; display:inline-block; width:24.8%;}
    .gnb ul li a { color: white;font-weight: bold; font-size: 10.5px; }
    

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

        .gnb_wrap .gnb_top {
            position: relative;
            background-color: white;
            padding: 18px;
        }

        .gnb_wrap .gnb_top h1 {
            position: absolute;
            top: 21px;
            padding: 0;
			
        }
        #menu_close a img {
            width: 25px;
            height: 25px;
            display: block;
        }
      
        .gnb_wrap .gnb_top h1 img {
            width: 150px;
			margin-left:-22px;
			margin-top:-6px
        }

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

        .gnb_wrap .gnb_list {
            position: relative;
            width: 100%;
            height: 100%;
            background-color: #fff;
        }

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

        .gnb_wrap .gnb_list .gnb_dep1 span {
            background: url("image/off.png") center right no-repeat;
            display: block;
            color: #777;
            background-size: 24px 12px;
            font-weight: 800;
        }

        .gnb_wrap .gnb_list li.on .gnb_dep1 span {
            background:url("image/on.png") center right no-repeat; 
            display: block;
            color: #777;
            text-decoration: underline;
             background-size: 24px 12px;
        }

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

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

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

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

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

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