    * {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; background-color:#fff; position:relative; top:0;}
    .hd li a {
        float: left;
    }
    .hd li {  padding-top: 14px; padding-left:10px;}
    
    .menu { width: 35px; height: 35px;  float: left; position: absolute; margin-left: 10px;}
    .menu li a img { margin: 0 auto; width: 50px; height: 50px;
    }
	
	.tel { width: 35px; height: 35px;  top:0px; right:2px; position: absolute; margin-right: 17px;}
    .tel li a img { margin: 0 auto; width: 50px; height: 50px;
    }
	
    .logo { width: 160px; height: 30px; margin: 0 auto;}
    .logo a { width: 100%; height: 30px;
    }
    .logo img { width:100%; margin-top:-2px;margin-left:0px}
    /*내비게이션*/
    
    .gnb {width: 100%; height: 50px;background-color: #a59487; text-align:center; position:relative; }
	.gnb ul {text-align:center; width:100%;}
    .gnb ul li {float: left; margin-top: 2.8%; line-height:30px; 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: 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: 190px;
        }

        .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: #5a5a5e;
            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: #a59487;
            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: 999;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.6;
        position: fixed;
        right: -100%;
        top: 0;
        
    }