    * {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%; max-width: 500px; left: 0; right: 0; margin: 0 auto;}


    .hd { width: 100%; max-width: 500px; height: 70px;  left: 0; right: 0; margin: 0 auto; position:fixed; top:0px; z-index:999;}
    .hd li a {
        float: left;
    }
    .hd li {  margin-top: 0px;}
    
    .menu { top: 20px; width: 33px; height: 30px; right:20px;  float: right; position: absolute; }
    .menu li a img { margin: 0 auto; width: 50px; height: 50px; }
   
	
	.tel { width: 33px; height: 32px;  top:20px; right:98px; position: absolute; }
    .tel li a img { margin: 0 auto; width: 50px; height: 50px;
    }

	.guest_con { width: 33px; height: 32px;  top:20px; right:59px; position: absolute; }
    .tel li a img { margin: 0 auto; width: 50px; height: 50px;
    }
	
    .logo { width:195px; height: 55px; float: left;	margin-left: 25px;}
    .logo a { width: 100%; height: 55px; }
   
    .logo img { width:100%;  margin-top:12px;}
    /*내비게이션*/
    
    .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;
            right: -100%;
            width: 80%;
            height: 100%;
            background-color: #fff;           
            z-index: 9999; overflow: hidden;
        }

        .gnb_wrap .gnb_top { height: 70px;
            position: relative;
            background-color: white;
/*            padding: 24px;*/
			border-bottom: 1px solid #ddd;
        }

        .gnb_wrap .gnb_top h1 { z-index: 1; left:0; right:0;
            position: absolute;
			width: 170px;
			left: 25px;
			top: 5px;
			bottom: 0;
        }


        #menu_close { top: 21px; z-index: 2;
            width: 30px;
            height: 30px;
            display: block;
			right: 27px;
        }

		#menu_home { width: 20px; left: 27px; top: 35px; z-index: 2;}
      
        .gnb_wrap .gnb_top h1 img {
            width: 100%;
			position: absolute;
			left: 0;
			top: 0;
			bottom: 0;
			margin: auto;
        }

        .gnb_wrap .gnb_top p 
        {
            position: absolute;
            
            display: block;
            
        }

        .gnb_wrap .gnb_list {
            position: relative;
            width: 100%;
            height: 100%;
            background-color: #fff;
			margin-top: 0px;
        }
/*		.gnb_li_list span:after { content:''; background: url("../img/common/arr.png") center left no-repeat; display: block; width: 20px; height: 20px; float: right;}*/

        .gnb_wrap .gnb_list .gnb_dep1 {
            padding: 20px 27px;
            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: 500;
        }

        .gnb_wrap .gnb_list li.on .gnb_dep1 span {
            background:url("image/on.png") center right no-repeat; 
            display: block;
            color: #419b7e;
            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: 14px 14px 14px 28px;
            display: block;
			font-size: 14px;
		    font-weight: 500;
        }

        .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;
        left: -100%;
        top: 0;
        
    }