#cssMenuSub,
#cssMenuSub ul,
#cssMenuSub ul li,
#cssMenuSub ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family:'Nanum Gothic';
  font-size:10.5pt;
  color:#5e5e5e;
}

#cssMenuSub {
  width: 100%;
}

.align-right {
  float: right;
}
#cssMenuSub > ul > li > a {
  height:36px;
  padding: 12px 10px 10px 20px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  z-index: 2;
  text-decoration: none;
  background: #fff;
}

#cssMenuSub > ul > li.active > a,
#cssMenuSub > ul > li.open > a {
  color: #fff;
  background: #6e9264;
  font-weight:bold;
}


#cssMenuSub > ul > li.pageSelect > a {
  color:#fff;
  background: #6e9264;
  font-weight:bold;
  background-image:url(../images/page_white.png);
  background-position: 182px center;
  background-repeat:no-repeat;
}



#cssMenuSub > ul > li > a:hover
{
  color:#fff;
  background: #6e9264;
  font-weight:bold;
  background-image:url(../images/page_white.png);
  background-position: 182px center;
  background-repeat:no-repeat;
}


#cssMenuSub > ul > li.open > a {
  border-bottom: 1px solid #ddd;
}
#cssMenuSub > ul > li:last-child > a,
#cssMenuSub > ul > li.last > a {
  border-bottom: 1px solid #ddd;
}
.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 20px;
  z-index: 10;
}
.holder::after {
  top: 17px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}


.holderPlus { background-image:url(../images/menuplus.gif); background-position:right center; background-repeat:no-repeat; }



#cssMenuSub > ul > li > a:hover > span::after,
#cssMenuSub > ul > li.active > a > span::after,
#cssMenuSub > ul > li.open > a > span::after {
  border-color: #ffffff;
}
.holder::before {
  top: 18px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}

