.scriptWrap {
  position: absolute;
  background: hsla(0, 10%, 10%, 0.9);
  font-family: nanum_barun_gothic_light;
  font-size: 15px;
  width: 100%;
  bottom: 42px;
  height: 100px;
  top: -100px;
  left: 0;
  z-index: 190;
  color: #ffffff;
  line-height: 135%;
  letter-spacing: 1px;
  overflow-y: auto;
  overflow-x: hidden;
  display: none;
  text-align: left;
}

.scriptWrap > .part{
  margin: 10px 0px 10px 21px;
  display: block;
  cursor: default;
  width: 92%;
}
