.content>.index {
  font-family: 'Noto Sans KR';
  background: rgba(254, 180, 49, 0.9);
  position: absolute;
  bottom: 47px;
  padding: 0px;
  width: 290px;
  min-height: 710px;
  z-index: 1000;
  color: white;
  left: -290px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 15px 10px;
  border:5px solid #FFFFFF;
  border-radius: 0px 10px 10px 0px;
}

.content>.index>#index {
  width: 31px;
  height: 121px;
  background: url(../images/index/index.png) no-repeat center;
  position: absolute;
  top: 120px;
  right: -36px;
  cursor: pointer;
}

/* .content>.index>#index {
  width: 80px;
  height: 32px;
  background: rgba(254, 180, 49, 0.9);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  position: absolute;
  display: table-cell;
  top: 70px;
  right: -85px;
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
} */

.content>.index>.group-part {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.content>.index>.group-part>.part {
  width:270px;
  margin-bottom: 15px;
}

.content>.index>.group-part>.part>.group-chapter {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.content>.index>.group-part>.part>.group-chapter>.chapter {
  font-size: 1.1rem;
  margin-bottom: 5px;
  color: #ababab;
}

.content>.index>.group-part>.part>.group-chapter>.chapter:first-child {
  font-size: 1.4rem;
  font-weight: bold;
  color: white;
}

.content>.index>.group-part>.part>.group-chapter>.chapter:first-child>.chapter__left {
  display: none;
}

.content>.index>.group-part>.part>.group-chapter>.chapter:first-child>.chapter__left>.icon{}

.content>.index>.group-part>.part>.group-chapter>.chapter:first-child.hover>.chapter__left>.icon
, .content>.index>.group-part>.part>.group-chapter>.chapter:first-child.active>.chapter__left>.icon {}

.content>.index>.group-part>.part>.group-chapter>.chapter:first-child>.chapter__right>.text {
  cursor: pointer;
}

.content>.index>.group-part>.part>.group-chapter>.chapter:first-child.hover>.chapter__right>.text
, .content>.index>.group-part>.part>.group-chapter>.chapter:first-child.active>.chapter__right>.text {
  color: #a8761d;
}

.content>.index>.group-part>.part>.group-chapter>.chapter>.chapter__left {
  float: left;
}

.content>.index>.group-part>.part>.group-chapter>.chapter>.chapter__left>.icon {
  background: url(../images/index/part.png) no-repeat 0px 0px;
}

.content>.index>.group-part>.part>.group-chapter>.chapter.hover>.chapter__left>.icon
, .content>.index>.group-part>.part>.group-chapter>.chapter.active>.chapter__left>.icon {
 background-position: 0px -20px;
}

.content>.index>.group-part>.part>.group-chapter>.chapter.hover>.chapter__left>.icon
, .content>.index>.group-part>.part>.group-chapter>.chapter.active>.chapter__left>.icon {}

.content>.index>.group-part>.part>.group-chapter>.chapter.hover>.chapter__right>.text
, .content>.index>.group-part>.part>.group-chapter>.chapter.active>.chapter__right>.text {
  color: #a8761d;
  background-color: #FFFFFF;
  cursor: pointer;
}

.content>.index>.group-part>.part>.group-chapter>.chapter>.chapter__right__sub>
{
  margin-left:20px;
}

.content>.index>.group-part>.part>.group-chapter>.chapter>.chapter__right__sub>.text
{
  color: #FFFFFF;
  cursor: pointer;
}

.content>.index>.group-part>.part>.group-chapter>.chapter.hover>.chapter__right__sub>.text
, .content>.index>.group-part>.part>.group-chapter>.chapter.active>.chapter__right__sub>.text {
  color: #443720;
  cursor: pointer;
}
