.about_en_title {
  font-size: 32px;
  line-height: 36px;
  color: #1a1a1a;
  text-align: center;
}
.about_read_wrap {
  font-size: 16px;
  line-height: 34px;
  overflow: hidden;
  color: #808080;
  text-align: left;
  margin: 55px  0;
  transition: all .6s cubic-bezier(.645, .045, .355, 1);
  -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}
.inside-kv-box{
  margin-bottom: 1.6vw;
}

@media screen and (max-width: 1200px){
  .about_en_title {
      font-size: 18px;
      line-height: initial;
  }
  .about_read_wrap {
      font-size: 12px;
      line-height: 24px;
      margin: 20px  0;
      text-align: justify !important;
      text-align: left !important;
  }
}
