#navre a {
  float: left;
  margin: 0;
  padding: 0; 
  font-size:14px;
  display: block;
  text-decoration: none;
}


header{
	display: grid;
	grid-template-columns: 1fr 20%;
	height:100px;
	width:calc(100% - 80px);
	max-width:360px;
	margin:0px 40px;
	padding:0px;
	z-index:103;
	background-color:rgba(255,255,255,0.8);
	align-items:center;
	top:0;
	z-index:1;
	position:fixed;
}
#top header{
	opacity:0;
	transition: all 1s ease-in-out;
	top:0px;
}
#top header.isActive{
	opacity:1;
}


#menu-box{
	margin: 0;
	padding: 0;
	grid-column: 2 / 3;
}
#flower a{
	background: url(../images/flowerrobotics.png);
	background-size:contain;
	background-repeat: no-repeat;
	background-position: left center;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	display:block;
	height:100%;
}
#flower{
	margin:0;
	grid-column: 1 / 2;
}
.naver-wrapper{
	background-color:rgba(255,255,255,0.8);
	width:100%;
	margin:0;
	position:absolute;
	left:0px;
	top:100px;
}
#navre{
	width:100%;
	height:100px;
	margin: 0;
	padding: 0;
	background: url(../images/common/menu.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.naver-handle{
	width: 100%;
	height:100%;
	display: block;
	position: relative;
	padding: 0px;
	margin: 0px;
	text-align: center;
	text-indent:-9999px;
	text-decoration: none;
}
#navre a{
	width: 100%;
	text-align: center;
	margin: 0px;
	padding:14px 0;
	color:#000;
	border-bottom:1px solid #ccc;
	float: left;
	height:15.5px;
	line-height:15.5px;
}
#navre a.toppage{
	border-top:1px solid #ccc;
}