  .naver .naver-handle { 
    background:#0fa6ea;
    position:absolute;
    top:10px;
    right:8px;
    border-radius:4px;
    box-shadow: 1px 1px 1px #0d61c9;
    color: #FFF;
    text-align:center;
    cursor: pointer;
    display: none;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    width:40px; 
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
         -o-user-select: none;
          user-select: none;
  }
  
  
 .naver .naver-handle:after {
  height: 3px;
  width: 20px;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  background: #FFF;
  box-shadow: 0 8px 0 #FFF, 0 -8px 0 #FFF;
  content: '';
  display: block;
  margin: auto 0;
}

.open .naver-handle:after {
  content: '✖';
  background:none;
  box-shadow:none;
  bottom:36px;
  right:11px;
  color:#FFF;
  font-size:16px;
}
*:before, *:after {
  box-sizing: inherit;
}


  .naver .naver-wrapper { height: auto;}
  .open .naver-wrapper{   padding:10px 0px 10px; width:100%; position:relative; z-index:5;}
  .naver .naver-container:after { clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden; }


  @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-wrapper { height: 0px; overflow: hidden; }
    
    /* Animated - Experimental! Performs poorly on mobile */
    .naver.animated .naver-wrapper {
      -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; }

	.naver-container ul{
		border-bottom: 1px solid #CCC
	}

    .naver-container li{
  	text-align:center;
  	padding:5px 0px;
  	border-top:1px solid #CCC;
  	background:#FFF;
  }

  .naver-container li a{
		width:100%;
		display:block;
  }
  }