@charset "UTF-8";

/* ---------- Contents ---------- */

   #about_back {
      position: absolute;
      top: 300px;
      left: 260px;
      width: 680px;
      height: 700px;
      background-color: #ffffff;
      opacity: 0.97;
   }
   #about_space {
      width: 90%;
      font-size: 1em;
      line-height: 1.7;
      text-align: justify;
      margin: 0 auto;
      color: #555555;
      padding-top: 80px;
   }
   .about_subheading {
      font-weight: 700;
      padding: 30px 0 7px 0;
      color: #003c7e;
   }
