.text_page .text_inner {
  background-position: top 34.5% right;
  background-size: 100% auto;
  min-height: 245px;
  background-repeat: no-repeat;
  padding: 0;
  opacity: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  align-items: center;
  justify-content: inherit;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  animation-name: showWithOpacity;
  animation-duration: 0.8s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 0.8s;
}
.text_page .text_inner:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.text_page .info_title {
  line-height: 1.33em;
  color: #ffffff;
  font-family: "bold";
  padding-right: 20px;
  position: absolute;
  top: 10px;
  left: 15px;
  right: 15px;
  font-size: 430%;
}
@media (max-width: 1439px) {
  .text_page .info_title {
    font-size: 400%;
  }
}
@media (max-width: 1199px) {
  .text_page .info_title {
    font-size: 300%;
  }
}
@media (max-width: 991px) {
  .text_page .info_title {
    font-size: 230%;
  }
}
.text_page .custom_container {
  position: relative;
}
.text_page .info_container {
  font-size: 16px;
  line-height: 25px;
  color: #000000;
  max-width: 800px;
  margin: 0 auto;
  padding: 15px 0;
  background: #ffffff;
  opacity: 0;
  animation-name: showWithOpacity;
  animation-duration: 0.8s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 0.8s;
}
.text_page .info_container > .table thead th {
  background: #ff0002;
  border: none;
  color: #ffffff;
}
.text_page .info_container a {
  text-decoration: underline;
  color: #0066cc;
}
.text_page .info_container b span {
  font-size: 15px;
}
@media (max-width: 991px) {
  .text_page .info_container {
    font-size: 16px;
    padding: 15px;
  }
  .text_page .info_container > .table thead th {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .text_page .info_container {
    padding: 30px 20px;
  }
  .text_page .text_inner {
    background-position: center;
    background-size: cover;
    min-height: 350px;
  }
  .text_page .text_inner:before {
    display: none;
  }
}
@media (max-width:359px) {
  .text_page .info_container {
    line-height: 17px;
    font-size: 13px;
  }
}

.web .info_container a {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.web .info_container a:hover {
  color: #9e9e9e;
}

.touch .info_container a {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.touch .info_container a:active {
  color: #9e9e9e;
}

/*# sourceMappingURL=textPage.css.map */
