/* GLOBAL EXAMPLE STYLE */

* {
  padding: 0;
  margin: 0;
  list-style: none;
}


.wrapper {
	//  padding-bottom: 65px;
	//  margin-top:150px;
}


/* REQUIRED STYLE */

.menu-sliding {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
    color: #E24C3D;
  background: #FFF;
//  color: #FFF;
//  background: #4BADD9;
}

.menu-example { position: relative; }

.menu-example__item {
  position: relative;
  z-index: 3;
}

/* EXAMPLE MENU STYLE  ¸Þ´º¹è°æ */

.menu-example {
//   background: #41596D;
  background: #FFF;
  margin: 0px auto;
}

.menu-example ul { overflow: hidden; }

.menu-example li { float: left; }

.menu-example__item {
  padding: 14px;
  display: block;
  text-decoration: none;
  font-size: 18px;
  line-height: 20px;
//±Û¾¾»ö»ó
  color: #000;
}
/*¸¶¿î½º ¿Â ±Û¾¾»ö»ó*/
.menu-example__item.active, .menu-example__item:hover { color: #000; }

/* EXAMPLE MENU VERSION STYLE */

/* 2 */

.menu-example__item.active.with-line { background: none; }


/* ÇÏ´Ü¶óÀÎ */
.menu-sliding.type-line {
  margin-top: 46px;
  height: 4px;
  background: #FA5634;
 // background: #ED5153;
}

/* 3 */

.menu-sliding.type-color-green { background: #2DA760; }

/* 4 */

.menu-sliding.type-color-purple { background: #835885; }

.menu-example.menu-example-id-4 {
  width: 75px;
  margin: 0;
}

.menu-example-id-4 li {
  float: none;
  width: 100%;
}
