	/* header */
		#header{width:100%; height:70px; position:fixed; z-index:1; top:0; background-color:#fff; border-bottom:2px solid #ccc; color:#666;}
		.red{width:100%; height:7px; background-color:#a20c11;}
		.head{width:100%; height:63px; line-height:60px; position:relative; border-bottom:2px solid #ccc;}
			h1{width:150px; height:30px; padding:17px 0; position:absolute; z-index:1; left:50%; margin-left:-75px;}
			h1 a{display:block; width:100%; height:100%;  cursor:pointer;}
			h1 a img{width:100%; vertical-align:top;}
			.gnb{width:100%; position:absolute; top:0;}
				.gnb img{width:100%; padding-left:30%;}
			.lang{width:65px; height:100%; position:absolute; text-align:right; top:2px; right:2%;}
			.lang select{width:60px; border:none; font-size:14px; background-color:#fff;}
		
		/* gnb */
			.c_menu{max-width:30px; margin-left:2%; cursor:pointer; height:63px;}
				.c_menu .c_img{width:25px; padding:22px 0 0 0;}
			.menu0{width:100%; position:absolute; top:65px; background-color:#fff; z-index:1;}
				.menu0 li{width:100%; font-size:14px; border-bottom:1px solid #ccc;}
				.menu0 li p{width:100%; height:60px; line-height:60px; cursor:pointer;}
				.menu0 li a{display:block; width:100%;}
					.menu0 li span{display:inline-block; float:left;}
					.menu0 li .menu{width:80%; padding-left:2%; cursor:pointer;}
					.menu0 li .m{width:16%; padding-right:2%; text-align:right;}
					.menu0 li .m img{width:10px; height:10px; padding:0;}
				.menu0 li .menu1{width:100%; max-height:254px; overflow-y:scroll;}
					.menu0 li .menu1 li{width:100%; height:50px;}
					
			.menu1{width:100%; background-color:#f0f0f0; display:none;}
				.menu1 li{width:100%; text-indent:2%; height:50px; line-height:50px; border:none; border-top:1px solid #ccc;}
				.menu1 li a{display:block; width:100%; color:#666;}
				
				.menu1 li a:hover{color:#fff; background-color:#555;}
				
				.menu0 li:after{content:""; display:block; clear:both;}
				
		
			.menu0 li .menu1::-webkit-scrollbar{width:1px;}
			.menu0 li .menu1::-webkit-scrollbar-track{background:rgba(255,255,255,0);}
			.menu0 li .menu1::-webkit-scrollbar-thumb{background:rgba(255,255,255,0);}
			.menu0 li .menu1::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,0);}
			