#menu2 {
  font-family: '나눔고딕', NanumGothic, '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, '굴림', Gulim, AppleGothic, Helvetica, sans-serif;
  background-color: #282828;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -270px;
  width: 270px;
  z-index: 9999;
  transition: all 0.3s;
}

#menu2+.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, .35);
}

.active #menu2 {
  left: 0;
}

.active #menu2+.overlay {
  display: block;
}

#menu2 .menu_header h2 {
  float: left;
}

#menu2 .menu_header .close_button {
  float: right;
}

#menu2 .menu_header {
  box-sizing: border-box;
  padding: 10px 15px;
  position: relative;
  border-bottom: 1px solid #2f2f2f;
}

#menu2 .menu_header:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  height: 1px;
  background-color: #1e1e1e
}

#menu2 .menu_header:after {
  content: '';
  display: block;
  clear: both;
}

#menu2 #gnb2>li>a {
  display: block;
  position: relative;
  color: #dad9d9;
  line-height: 46px;
  box-sizing: border-box;
  padding-left: 15px;
  font-size: 15px;
  border-bottom: 1px solid #2f2f2f;
}

#menu2 #gnb2>li>a.parent {
  background-position: 90% center;
  background-repeat: no-repeat;
}

#menu2 #gnb2>li>a.open {
  background-color: #e30000;
  background-position: 90% center;
  background-repeat: no-repeat;
  color: #fff;
  border-bottom: 0;
}

#menu2 #gnb2>li>a.open:after {
  content: none;
}

#menu2 #gnb2>li>a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  height: 1px;
  background-color: #1e1e1e
}

#menu2 #gnb2>li ul {
  display: none;
  background: #fff;
  position: relative;
}

#menu2 #gnb2>li ul:before {
  position: absolute;
  z-index: 1;
  content: '';
  width: 1px;
  background-color: #e1e1e1;
  top: 0;
  bottom: 0;
  left: 50%;
}

#menu2 #gnb2>li .parent.open+ul {
  display: block;
}

#menu2 #gnb2>li .parent.open+ul:after {
  content: '';
  display: block;
  clear: both;
}

#menu2 #gnb2>li .parent.open+ul li {
  float: left;
  width: 50%;
}

#menu2 #gnb2>li .parent.open+ul li a {
  border-bottom: 1px solid #e1e1e1;
  text-align: center;
  display: block;
  color: #646464;
  font-size: 13px;
  line-height: 34px;
}

#menu2 .button-wrap {
  text-align: right;
  padding: 15px;
}

#menu2 .button-wrap .common-button {
  display: inline-block;
  margin-left: 8px;
  padding: 0 5px;
  font-size: 13px;
  line-height: 30px;
  box-sizing: border-box;
  color: #b6b6b6;
  border: 1px solid #b6b6b6;
  border-radius: 5px;
}

#menu2 .button-wrap-top {
  text-align: right;
  position: absolute;
  right: 50px;
  top: 0;
}

#menu2 .button-wrap-top .common-button {
  margin-top: 8px;
  display: inline-block;
  margin-left: 8px;
  padding: 0 5px;
  font-size: 13px;
  line-height: 25px;
  box-sizing: border-box;
  color: #b6b6b6;
  border: 1px solid #b6b6b6;
  border-radius: 5px;
}
