#guide {
  width: 1302px;
  height: 752px;
  overflow-y: scroll;
  padding-right: 60px;
}

#guide::-webkit-scrollbar {
  width: 6px;
}

#guide::-webkit-scrollbar-thumb {
  background: #e7281c;
  border-radius: 3px;
}

#guide:after {
  display: none;
}

#guide h1:before {
  background-image: url(../../img/new/common/help.svg);
}

#guide .intro {
  margin-bottom: 92px;
}

#guide section {
  margin-bottom: 58px;
}

#guide section:last-child {
  margin-bottom: 18px;
}

#guide section > section {
  margin-bottom: 24px;
}

#guide h2 {
  color: #e7281c;
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 26px;
}

#guide h3 {
  height: 32px;
  color: #e7281c;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 8px;
  line-height: 32px;
  position: relative;
  padding-left: 40px;
}

#guide h3 .no {
  display: block;
  margin-right: 8px;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background: #e7281c;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 32px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -16px;
}

#guide #home_position {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 18px;
}

#guide table {
  border-collapse: collapse;
  width: 100%;
}

#guide table th {
  text-align: left;
  font-size: 18px;
  padding: 12px;
  border-bottom: 1px solid #e7281c;
}

#guide table td {
  padding: 12px;
  border-bottom: 1px solid #e7281c;
}

#guide table td.level {
  font-size: 20px;
  width: 80px;
  text-align: left;
  border-right: 1px solid #e7281c;
}

#guide table td.score {
  width: 160px;
  border-right: 1px solid #e7281c;
  padding-left: 12px;
}
