.gallery_story_board.clear_content.sub0 {
  display: block;
}
.story_btn_wrap {
  border-top: 1px solid #ddd;
  line-height: 50px;
  font-size: 46px;
  display: grid;
  grid-template-columns: auto 47px 36px;
  padding: 10px 0;
  margin-top: 15px;
}
.story_btn_wrap.col2 {
  grid-template-columns: auto 36px;
}
.story_btn_wrap a {
  color: #000;
}
.story_btn_wrap .next, .story_btn_wrap .prev {
  display: block;
  line-height: 36px;
  height: 36px;
  width: 36px;
  font-size: 30px;
  text-align: center;
  border: 1px solid #181818;
  border-radius: 100%;
  box-sizing: border-box;
  text-decoration: none;
}