@charset "UTF-8";

#aboutus .l-section.p-banner-area {
  padding: 56px 0;
}
#aboutus .l-section.p-button-area{
  background-color: var(--color-light-gray);
  padding-bottom: 80px;
}
#aboutus .p-related-section {
  padding-top: 56px;
  padding-bottom: 64px;
}
#aboutus .p-related-info__title{
  font-size: var(--fs-20);
  font-weight: var(--fw-bold);
  color: var(--color-primary);
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  #aboutus .l-section {
    padding-top: 48px;
  }
  #aboutus .l-section.p-banner-area {
    padding: 48px 0 40px;
  }
  #aboutus .p-first__cont {
    margin-top: 49px;
  }
  #aboutus .p-container__outer {
    padding-top: 48px;
    padding-bottom: 64px;
    background-color: #F9F9F9;
  }
  #aboutus .p-hero-banner-other {
    margin-top: 64px !important;
  }
  #aboutus .l-section.p-button-area {
    padding-bottom: 64px;
  }
  #aboutus .p-related-info__title{
    font-size: var(--fs-17);
  }
  #aboutus .l-section.p-related-section {
    padding-top: 48px;
    padding-bottom: 56px;
  }
}