@charset "UTF-8";
.page .header-wrap .header-data {
  box-shadow: none;
}

.column-banner {
  background-image: url(../images/aboutUs/intro_banner_2x.jpg) no-repeat center;
}

.column-banner .column-title {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.column-banner .column-title h2 {
  font-size: 5em;
  font-weight: normal;
  text-align: center;
  color: #ffffff;
  line-height: 0.8rem;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.09);
}

.column-banner .column-title h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 3.2rem;
  height: 0.2rem;
  background: #55b428;
}

.intro-content {
  padding: 0.6rem 0 0.8rem 0;
  width: 12rem;
  margin: 0 auto;
}

.intro-content p {
  font-size: 1.285em;
  font-family: Muli, Muli-Light;
  font-weight: 300;
  text-align: left;
  color: #373737;
  line-height: 32px;
}

.intro-content ul {
  margin-top: 32px;
}

.intro-content ul li {
  position: relative;
  padding-bottom: 20px;
  padding-left: 26px;
  font-size: 1.285em;
  font-family: Muli, Muli-Light;
  font-weight: 300;
  text-align: left;
  color: #373737;
  line-height: 32px;
}

.intro-content ul li::before {
  content: '•';
  position: absolute;
  left: 0;
}

@media screen and (max-width: 910px) {
  .breadcrumb {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .column-banner {
    height: 300px;
  }
  .column-banner .column-title h2 {
    font-size: 3em;
    line-height: 0.45rem;
  }
  .column-banner .column-title h2::after {
    width: 1.2rem;
    height: 0.1rem;
  }
  .intro-content {
    width: 90%;
    padding: 30px 0 40px;
  }
  .intro-content p {
    line-height: 1.475;
  }
  .intro-content ul li {
    padding-bottom: 10px;
    padding-left: 14px;
    line-height: 1.475;
  }
}
