/*
 * Naver Plugin [Formstone Library]
 * @author Ben Plum
 * @version 0.0.7
 *
 * Copyright © 2013 Ben Plum <mr@benplum.com>
 * Released under the MIT License <http://www.opensource.org/licenses/mit-license.php>
 */

.naver-handle {
  /*background: #D6DAD9;*/
  /*color: #D6DAD9;*/
  color: #152636;
  cursor: pointer;
  display: none;
  font-size: 18px; text-align: right;
  font-family:Montserrat;
  margin: 0;
  padding: 51px 0px;
  width:100%;
  left:0px;
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
/*
.naver-handle:after {
  height: 6px;
  width: 50px;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  background: #1A445B;
  box-shadow: 0 15px 0 #1A445B, 0 -15px 0 #1A445B;
  content: '';
  display: block;
  margin: auto 0;
}
*/
.naver-handle:after {
  position: absolute;
  /*color: #D6DAD9;*/
  color: #152636;
  top: 0;
  right: 15px;
  bottom: 0;
  background: transparent;
  /*content: '\003D';*/
  content: '\003D';
  width: 44px;
  height: 74px;
  /*content: '\2261';
  width: 43px;
  height: 107px;*/
  font-size: 60px;
  font-weight: 300;
  display: block;
  margin: auto 0;
}
.naver.open .naver-handle:after {
  width: 40px;
  height: 15px;
  background: transparent;
  border: none;
  box-shadow: none;
  /*color: #D6DAD9;*/
  color: #152636;
  content: "\00d7";
  font-size: 60px;
  font-weight: 300;
  line-height: 15px;
  text-align: center;
}


#opmenu {
	overflow:hidden;
	margin-bottom: 0px;
	width: 100%;
	z-index: 100000;
	left: 0;
	/*background: #002F48;*/
}
#opmenu a {
	background: #254960;
	color: #fff;
	display: block;
	font-size: 20px;
	font-family:Montserrat;
	line-height: 40px;
	margin: 0 1px 0 0;
	padding: 0;
	text-decoration: none;
}
#opmenu a:hover {
	background: #222;
}
