body.ContentsPage section.section_contents .jslider .jslider-value {
  font-size: 16px;
  white-space: nowrap;
  padding: 10px 4px 12px;
  position: absolute;
  top: -36px;
  left: 20%;
  background: #F2AE00;
  line-height: 0px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: auto;
  height: 14px;
  color: white;
}

body.ContentsPage section.section_contents .botton {
  text-align: center;
  font-size: 18px;
  border: 1px solid #BFBFC0;
  color: #525252;
  border-radius: 3px;
  padding: 10px 75px;
  margin: 0 auto;
  transition: 0.5s;
  cursor: pointer;
}

body.SnContentsPage section.section_contents .botton:hover {
  border: 1px solid #FF920B;
  background-color: #c67107;
  color: white;
}

body.ContentsPage section.section_contents .w40 {
  width: 400px !important;
}

body.ContentsPage section.section_contents .txtShadow {
  text-shadow: #525252 0.05em 0.05em 0.05em;
}

