    * {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;
    }
    
    /*헤더영역*/



.main_menu { width: 100%; height: 50px; position: fixed; left: 0; right: 0; top: 99px; z-index: 999; /* max-width: 500px;*/ margin: auto; transition:.5s; border-bottom: 1px solid rgba(0,0,0,0.2); border-top: 1px solid rgba(0,0,0,0.2);}
.main_menu.active{top: 80px;}
.main_gnb { height: 100%; margin: auto; text-align: center; }
.main_gnb ul { width: 100%; height: 100%; display: flex; justify-content: space-between; background-color: #fff; }
.main_gnb ul li { width: 100%; height: 100%; color: #fff; line-height: 48px; font-size: 11px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.2px; position: relative; box-sizing: border-box; }
.main_gnb ul li a { width: 100%; height: 100%; display: block; padding: 0px; box-sizing: border-box; }

.main_gnb ul li.on { color: #1e2e53; background-color: #fff; }

    
    .container {width: 100%;height: 100%; max-width: 500px; left: 0; right: 0; margin: 0 auto;}


    .hd { width: 100%; max-width: 600px; height: 100px;  left: 0; right: 0; margin: 0 auto; position:fixed; top:0px; z-index:999; }
    .hd li a {
        float: left;
    }
    .hd li {  margin-top: 0px;}

	/*body.main_wrap .logo { background: url(../img/common/logo.png) center no-repeat; background-size: 100%; }
	body.main_wrap .tel { background: url(../img/common/tel.png) center no-repeat; background-size: 100%; }
	body.main_wrap .menu { background: url(../img/common/menu-options.png) center no-repeat; background-size: 100%; }*/
    
    .menu { top: 32px; width: 35px; height: 35px; right:25px; float: right; position: absolute; text-align: center;}
    .menu li a img { margin: 0 auto; width: 50px; height: 50px; }
   
	
	.tel { width: 35px; height: 35px;  top:32px; left:25px;  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:120px; height:109px; text-align: center; margin: 0 auto;} 
    .logo a { width: 100%; height: 55px; }

    .logo img {  margin-top:11px;} /*내비게이션*/

    .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: 100px;
            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: 120px;
			left: 25px;
			top: 0px;
			bottom: 0;
        }


        #menu_close { top: 33px; z-index: 2;
            width: 35px;
            height: 35px;
            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: #b7a07e;
            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;
        
    }