﻿@charset "utf-8";
/****************************************/

/*	Name: PUBLISHING GUIDE
/*	PART: MAIN STYLE
/*	Version: 1.0s
/*	Author: 윤세희
/****************************************/

.menu_wrap {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 230px;
  background: #002f52;
}

.menu_wrap ul {
  position: relative;
  padding: 100px 0 0 0 !important;
  font-size: 14px;
  color: #222;
  background: #002f52;
  list-style: none;
  margin-top: 0;
}

.menu_wrap ul li {
  font-size: 14px;
  color: #9ed9f2;
  height: 50px;
}

.menu_wrap ul li.MenuGroupName1 {
  background: url(/images/icon_leftmenu_store.png) 35px 12px no-repeat;
}

.menu_wrap ul li.MenuGroupName2 {
  background: url(/images/icon_leftmenu_user.png) 35px 12px no-repeat;
}

.menu_wrap ul li.MenuGroupName3 {
  background: url(/images/icon_leftmenu_sales.png) 35px 12px no-repeat;
}

.menu_wrap ul .MenuItem {
  padding-left: 40px !important;
  font-size: 16px !important;
  color: #ffffff !important;
  height: 50px !important;
  line-height: 50px !important;
}

.menu_wrap ul li.MenuItem.on {
  background: #0058b2;
}

.menu_wrap ul li a {
  padding-left: 30px;
  color: #ffffff;
  text-decoration: none;
}

.menu_wrap ul li .LinkCommon {
  padding-left: 30px;
  color: #9ed9f2;
  line-height: 50px;
  padding-left: 70px;
  display: block;
  text-decoration: none;
}