.inner {
  display: flex;
}
.title-greennout {
  margin-top: -4px !important;
  min-width: 1px !important;
}
.brand-concept {
  padding-top: 30px;
  background-color: #ffffff;
}
.brand-concept .brand-concept-inner {
  position: relative;
  padding: 60px 60px 30px 60px;
  border-top: 7px solid #383a25;
  border-bottom: 34px solid #383a25;
}
.brand-concept .logo {
  text-align: right;
}
.brand-concept h2 {
  margin-bottom: 25px;
}
.brand-concept h2 + p {
  color: #383a25;
  line-height: 2em;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.banner-wrap {
  display: flex;
  align-items: center;
  padding: 25px 25px 50px;
  background-color: #ffffff;
}
.banner-wrap li:not(:last-child) {
  margin-right: 20px;
}

@media screen and (max-width: 780px) {
  .brand-concept .brand-concept-inner {
    padding: 20px 10px 20px 10px !important;
  }
  .brand-concept .logo img {
    width: 213px;
    height: 26px;
  }
  .contents-wrapper ul.bannerList li.bn_insta a img {
    width: auto;
    height: 50px;
  }
  .banner-wrap li:not(:last-child) {
    margin-right: 8px;
  }
}
