#container {
  padding-bottom: 18px;
  padding-top: 12px; }

.full {
  background: #f6f6f6; }
  .full .box_mid {
    background: #FFF;
    padding: 35px 4.6% 42px; }
    @media (max-width: 980px) {
      .full .box_mid {
        padding: 30px 10px; } }
  .full .box_mid-title {
    margin-bottom: 0px; }
    .full .box_mid-title h1.mid_title_l {
      font-family: OpenSans-Semibold;
      text-align: center;
      color: #007236;
      padding-bottom: 4px;
      font-size: 18px;
      position: relative;
      margin-bottom: 26px; }
      .full .box_mid-title h1.mid_title_l::after {
        content: '';
        display: block;
        width: 29px;
        height: 1px;
        background: #cccccc;
        position: absolute;
        bottom: 0px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
  .full .box_mid-content p {
    padding: 0px;
    font-family: OpenSans-Regular;
    font-size: 15px;
    color: #2e2e2e;
    text-align: justify; }
  .full .box_mid-content iframe {
    max-width: 100%;
    display: block;
    margin: auto; }



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