    * {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 { max-width: 720px; width: 100%; height: 60px; background-color:#fff; position:fixed; top: 0; left: 0; z-index:9999; border-bottom: 1px solid #e8e8e8; box-sizing: border-box; right: 0; margin: auto; }
/*    .hd_bg { background-color:#1b1b1b;}*/
    .hd li a {
        float: left;
    }

	.hd ul { width: 90%; padding: 0 15px; height: 27px; position: absolute; top: 0; bottom: 0; margin: auto; left: 0; right: 0; }
    .hd li { width: 27px; height: 27px; position: absolute; }
	.hd li:nth-child(2) { left: 0; top: 0; }
	.hd li:nth-child(1) { right: 37px; top: 0; }
	.hd li:nth-child(3) { right: 0; top: 0; }
    
    .logo { position: absolute; left: 0; right: 0; margin: auto; top: 0; bottom: 0; width: 130px; }
    .logo a { width: 100%; }
    .logo img { width:100%; position: absolute; top: 0; bottom: 0; margin: auto; z-index: 9; }
    /*내비게이션*/
    
    .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: 0px;
            right: -100%;
            width: 80%;
            height: 100%;
            z-index: 500;
            background-color: #fff;
            z-index: 99999;
        }

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

        .gnb_wrap .gnb_top h1 {
            position: absolute;
            top: 5px;
            padding: 0;
        }
        #menu_close a img {
            width: 25px;
            height: 25px;
            display: block;
        }
      
        .gnb_wrap .gnb_top h1 img {
            width: 130px;
/*		    margin-left: -37px;*/
			margin-top: 10px;
        }

        .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;
			margin-top: 10px;
			border-top: 1px solid #e6e6e6;
        }

        .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: #555;
            background-size: 24px 12px;
            font-weight: 300;
        }

        .gnb_wrap .gnb_list li.on .gnb_dep1 span {
            background:url("image/on.png") center right no-repeat; 
            display: block;
            color: #b58b20;
            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 #dadada;
            color: #6c6c6c;
            font-weight: 300;
        }

        .gnb_wrap .gnb_list .gnb_dep2 li a {
            color: #6c6c6c !important;
            padding: 15px 20px 15px 25px;
            display: block;
			font-size: 15px;
		    font-weight: 300;
        }

        .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: 9999;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.6;
        position: fixed;
        left: -100%;
        top: 0;
        
    }