 	.naver .naver-handle { color: #333; cursor: pointer; display: none; text-indent:-99999px;
	 	-webkit-user-select: none;
		   -moz-user-select: none;
		    -ms-user-select: none;
		     -o-user-select: none;
			    user-select: none;
				
				width:50px;
				height:50px;
				background: url(../img/fs-naver-icon.png) no-repeat 0 0;
				background-size:contain;
				margin:0 6px 0 auto;
				/*position:relative; top:-35px;*/
 	}
	.naver.open .naver-handle {background: url(../img/fs-naver-icon_on.png) no-repeat 0 0; background-size:contain;}
	
 	_.naver .naver-handle:before { background: url(../img/fs-naver-icon.png) no-repeat center; content: ''; display: block; float: left; height: 15px; margin: 7px 10px 0 0; width: 50px; }
 	.naver .naver-wrapper { height: auto; }
 	.naver .naver-container:after { clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden; }
 	
	@media (max-width: 767px) {
		#navre {position:relative;  z-index:8999; }
	}
	
 	@media screen and (min-width: 741px) {
 		.naver .naver-wrapper { height: auto !important; }
 	}
 	
	@media screen and (max-width: 740px) {
		/* Mobile Only */
		.naver.active .naver-handle { display: block; }
		.naver.active .naver-handle { position:relative; top:3px;}
		.naver.active .naver-wrapper { height: 0px; overflow: hidden; position:relative; top:-40px; margin-top:-10px;}
		
		/* Animated - Experimental! Performs poorly on mobile */
		.naver.animated .naver-wrapper { position:relative; top:10px;
			-webkit-transition: height 0.2s ease-out;
			   -moz-transition: height 0.2s ease-out;
			    -ms-transition: height 0.2s ease-out;
			     -o-transition: height 0.2s ease-out;
			        transition: height 0.2s ease-out;
		}
		.naver.animated .naver-container { opacity: 0; 
			-webkit-transition: opacity 0.2s ease-out;
			   -moz-transition: opacity 0.2s ease-out;
			    -ms-transition: opacity 0.2s ease-out;
			     -o-transition: opacity 0.2s ease-out;
			        transition: opacity 0.2s ease-out;
		}
		.naver.animated.open .naver-container { opacity: 1;}
	}
@media (max-width: 479px) {
/*-----------*/
.naver .naver-handle { width:40px; height:40px;}
/*-----------*/
}


