.inner-bg {
  background-image: url('../images/phone/inner-bg.png');
  width: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 25px;
}
.inner-bg .text-box {
  padding: 15px 0;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  border-radius: 30px;
}
.inner-bg .text-box .title {
  margin: 0 auto 10px;
}
.inner-bg .text-box .text {
  width: 100%;
  padding: 0 10px;
  overflow-y: scroll;
}
.inner-bg .text-box .text .one {
  font-size: 0.8rem;
  font-weight: bold;
  margin-top: 20px;
}
.inner-bg .text-box .text .two {
  font-size: 0.7rem;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 8px;
}
.inner-bg .text-box .text .three {
  font-size: 0.7rem;
  text-align: left;
  margin-top: 15px;
}
.inner-bg .text-box .text p {
  font-size: 0.7rem;
  text-align: justify;
  line-height: 1.8;
  text-indent: 2em;
}
.inner-bg .text-box .text img {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 3px;
}
.inner-bg .text-box .text span {
  font-size: 0.55rem;
  color: gray;
  display: block;
  text-align: center;
}
.inner-bg .text-box .back {
  margin: 0 auto;
  margin-top: 10px;
}
