#s10 {
  background: transparent !important;
}

#s10 .center-2200 {
  z-index: 2;
}

#s10 .tit {
  position: absolute;
  top: 126px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 104px;
  color: white;
  line-height: 1;
  opacity: 0.97;
}

#s10 .txt-wrapper {
  position: absolute;
  top: 322px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

#s10 .txt-wrapper .txt-inner {
  width: 303px;
  margin: 0 19px;
  color: white;
}

#s10 .txt-wrapper .txt-inner .txt-head {
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#s10 .txt-wrapper .txt-inner .txt-head .num {
  min-width: 38px;
  font-weight: bold;
  font-size: 26px;
  opacity: 0.9;
}

#s10 .txt-wrapper .txt-inner .txt-head .ln {
  width: 70%;
  height: 100%;
  opacity: 0.38;
  border-bottom: 1px solid white;
}

#s10 .txt-wrapper .txt-inner .txt-body {
  width: 100%;
  font-size: 22px;
  font-weight: 300;
  padding-left: 38px;
  line-height: 1.8;
  padding-top: 12px;
}