/* 
 * Naver v3.1.2 - 2015-04-04 
 * A jQuery plugin for responsive navigation. Part of the Formstone Library. 
 * http://formstone.it/naver/ 
 * 
 * Copyright 2015 Ben Plum; MIT Licensed 
 */

/* 
 * Naver v3.1.2 - 2015-04-04 
 * A jQuery plugin for responsive navigation. Part of the Formstone Library. 
 * http://formstone.it/naver/ 
 * 
 * Copyright 2015 Ben Plum; MIT Licensed 
 */

/* 
 * Naver v3.1.2 - 2014-11-25 
 * A jQuery plugin for responsive navigation. Part of the Formstone Library. 
 * http://formstone.it/naver/ 
 * 
 * Copyright 2014 Ben Plum; MIT Licensed 
 */
@media screen and (min-width: 741px){
.naver div.naver_lang {
display:none;
}
}

@media screen and (max-width: 740px){
.naver {
}

.naver {
position: absolute;
top:55px;
right:-0px;
}

.naver,
.naver *,
.naver *:before,
.naver *:after {
box-sizing: border-box;
width:100%;
}



.naver a {
	color: #000;
	background-color: #fff;
	margin: 0 1px 0 0;
	padding: 0 20px;
	float: left;
	display: block;
	width:100%;
}

.naver a:hover { background: #ccc; }

.naver.enabled a { float: none; margin: 0 0 1px 0; width: 100%; }
.naver.enabled .naver-container { padding: 0px; width:100%;}


.naver-handle {
box-sizing: border-box;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #cccccc;
  color: #111111;
  cursor: pointer;
  display: none;
  font-size: 16px;
  margin: 0;
  padding: 10px 15px;
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
top:10;
right:10;
border-radius:3px;
}
.naver-handle:after {
  height: 3px;
  width: 15px;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  background: #cccccc;
  box-shadow: 0 5px 0 #cccccc, 0 -5px 0 #cccccc;
  content: '';
  display: block;
  margin: auto 0;
}
.naver.open .naver-handle:after {
  width: 15px;
  height: 15px;
  background: transparent;
  border: none;
  box-shadow: none;
  color: #cccccc;
  content: "\00d7";
  font-size: 22px;
  font-weight: 700;
  line-height: 15px;
  text-align: center;
}
.naver-wrapper {
  border: none;
  height: auto;
  margin: 0;
  padding: 0;
	width:100%;
}
.naver-container:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.naver.enabled .naver-handle {
  display: block;
}
.naver.enabled .naver-wrapper {
  height: 0px;
  overflow: hidden;
}
.naver.enabled .naver-container {
  background: #ffffff;
  border: 0px solid #cccccc;
  border-width: 0;
}


.naver div.lang01,.naver div.lang02,.naver div.lang03 {
box-sizing: border-box;
width:28%;
float:left;
padding-top:10px;
padding-bottom:10px;
border-bottom:1px solid #ddd;
border-right:1px solid #ddd;
text-align:center;
background:#eee;
}

.naver div.lang01 a,.naver div.lang02 a,.naver div.lang03 a {
box-sizing: border-box;

background:#eee;
}



}

