

.naver .naver-handle {
	color: #333;
	cursor: pointer;
	/*display: none;*/
	font-size: 14px;
	height: 30px;
	line-height: 28px;
	text-transform: uppercase;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

/*.naver .naver-wrapper { height: auto; }*/

/*.naver .naver-container:after { clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden; }*/

.naver a {
	color: #333;
	/*float: none;*/
	font-size: 16px;
	line-height: 40px;
	margin: 0 1px 0 0;
	padding:0 0 0 15px;
	/*padding: 0 20px;*/
	text-decoration:none;
	background:url(../images/icon_sankaku.png) no-repeat left;
}

.naver a:hover { color: #999; }


.naver.enabled .naver-handle {  position:absolute; top:5px; right:5px;}

/*.naver a { background: #444; color: #333; display: block; float: none; font-size: 14px; line-height: 40px; margin: 0 1px 0 0; padding: 0 20px; text-decoration:none;  }*/
/*.naver a:hover { background: #222; }*/
/*.naver.enabled a { float: none; margin: 0 0 1px 0; width: 100%;  }*/

@media screen and (max-width: 768px){

.naver{
	z-index:100;
	position:absolute;
	 top:0px; right:0px;
}

.naver.enabled .naver-handle{
		display: block;
		z-index:100;
		position:absolute; top:5px; right:5px;
}

.naver.enabled .naver-wrapper { height: 0px; overflow: hidden;  }

.naver .naver-container:{
	clear: both;
	content: ".";
	/*display:inline;*/
	height: 0;
	line-height: 0;
	visibility: hidden;
	position:absolute; top:5px; right:5px;
	background-color:rgba(0,0,0,0.65);	
}


.naver:before{
	background-color:rgba(0,0,0,0.65);
	width:100%;
}

.naver .naver-handle:before {
	background: url(/images/jquery.fs.naver-icon.png) no-repeat;
	background-size:100%;
	content: '';
	/*display: block;*/
	/*float: left;*/
	height: 30px;
	/*margin: 7px 10px 0 0;*/
	width: 30px;
	position:absolute; top:5px; right:5px;
}

.naver .naver-container:after {
	background: url(/images/jquery.fs.naver-icon.png) no-repeat;
	/*clear: both;*/
	/*content: ".";*/
	/*display: block;*/
	height: 0;
	line-height: 0;
	visibility: hidden;
	position:absolute; top:5px; right:5px;
}

.naver a {
	background:rgba(0,0,0,0.65);
	color: #fff;	/*display: block;*/
	float: none;
	font-size: 16px;
	line-height: 40px;
	margin: 0 1px 0 0;
	padding: 0 20px;
	/*position:absolute;
	top:100px;
	right:5px;*/
	display:block;
}


.naver a:hover { /*background: #222;*/ }
.naver.enabled a {
	float: none;
	/*margin: 0 0 1px 0;*/
	border-bottom:solid 1px #666;
	width: 100%;
	
}
.open{
	position:absolute; top:0px; right:0px;
	width:100%;
	padding:50px 0 0 0;
}



.naver.enabled a { float: none; /*margin: 0 0 1px 0;*/ width: 100%;}


@media screen and (max-width:640px){



}