.menu {font-family:Nanum Gothic,verdana,arial; font-size:18px; color:#000000; line-height:200%;}
a.menu:link, a.menu:visited, a.menu:active {text-decoration: none;font-size:11px;color: #FFFFFF}
a.menu:hover {background:#000000; color:#ffffff;}

* { margin:0; }
 
/* common */
.sp-block{
  display: none;
}
.sp-inline{
  display: none;
}
.pc-block{
  display: block;
}
.pc-inline{
  display: inline;
}
.spmenu{
  width: 44px;
  height: 44px;
  position: fixed;
  top: 15px;
  right: 10px;
  z-index: 1000;
  transition: .5s;
}
.spmenu img:nth-of-type(1),.spmenu.menu-on img:nth-of-type(2){
  display:block;
}
.spmenu.menu-on img:nth-of-type(1),.spmenu img:nth-of-type(2){
  display:none;
}
.sp-nav{
  width: 80%;
  position: fixed;
  top:0;
  right:0;
  background: #eee;
  height: 100%;
  top:0;
  right:0;
  z-index: 1000;
  transform: translate(100%,0);
  transition: .5s;
  overflow: scroll;
  padding:0 5px;
}
.sp-wrap{
  transition: .5s transform;
}
.menu-on{
  transform: translate(-80vw,0);
}
.menu-on-default{
  transform: translate(0,0);
}

/* 하부메뉴 있는 1차메뉴 설정 */
.sp-nav ul > li{
  font-size: 17px;
  line-height: 50px;
  text-align:left;
  padding-left:20px;
  border-bottom: 1px solid #cccccc;
  cursor:pointer;
}

.sp-nav ul li a:link {  
	font-size: 17px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}


/* 2차메뉴 설정 */
.sp-nav ul > li > ul{
  font-size: 16px;
  max-height: 0;
  overflow: hidden;
  transition: 0.2s;
  background: #fff;
  padding:0 0px;

}
.sp-nav ul > li.on > ul{
  max-height: 1000px;
  transition: 1s;
}


.sp-nav li ul li a {background: none!important; border-left: 0px; border-top: 0px; padding: 0px 0px; font-size: 34px; font-weight:normal; color: #333333; }
.sp-nav li ul li a:hover { color: #91a33d; font-weight:normal;}





@media screen and (max-width: 1199px){
}
@media screen and (max-width: 2000px){
  .sp-block{
    display: block;
  }
  .sp-inline{
    display: inline;
  }
  .pc-block{
    display: none;
  }
  .pc-inline{
    display: none;
  }
}
@media screen and (max-width:767px){
}
