@import url("../../../cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");




* {margin: 0; padding: 0;}
    ul, li { list-style: none;}
    a {text-decoration: none;}
    body, html {
        width: 100%;
        height: 100%;
    }
    
    /*헤더영역*/
    
    .hd { width: 100%; max-width: 600px; height: 65px; background-color:#fff; position:fixed; top:0; z-index:99; border-bottom:1px solid #cecece;}
    .hd li a {
        float: left;
    }
    .hd li {  padding-top: 14px; padding-left:10px;}
    
    .menu { width: 35px; height: 35px; left:2px; position: absolute; margin-left: 5px; margin-top: 3px;}
    .menu li a img { margin: 0 auto; width: 50px; height: 50px; 
    }
	
	.tel { width: 35px; height: 35px;  top:3px; right:2px; position: absolute; margin-right: 16px;}
    .tel li a img { margin: 0 auto; width: 50px; height: 50px;
    }
	
	
    .logo { width: 200px; height: 0px; margin:0 auto; }
    .logo a { width: 100%; height: 30px; float:left; margin-left:-5px;}
    .logo img { width:100%; margin-top:1px;}
    /*내비게이션*/
    
    .gnb {width: 100%;  background-image:url(http://centreville-theopera.co.kr/m/image/m-bg.jpg); background-size:100%; text-align:center; position:fixed; top:67px; z-index:99;}
	.gnb a  {text-align:center; width:100%;}
    .gnb a {float: left; margin-top: 1.6%; padding-bottom:1.5%; line-height:28px; display:inline-block; width:20%;}
    .gnb a { color: white;font-weight: bold; font-size: 10.5px;}
    

 
        .gnb_wrap {
            position: fixed;
            top: 0;
            left: -100%;
            width: 80%;
            height: 100%;          
            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: 150px;
        }

        .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: 15px 20px;
            display: block;
            font-size: 16px;
            font-weight: 400;
            border-bottom: solid 1px #e6e6e6;
        }

        .gnb_wrap .gnb_list .gnb_dep1 span {
            background: url("http://centreville-theopera.co.kr/m/css/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("http://centreville-theopera.co.kr/m/css/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: 15px 20px 15px 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;
        
    }