
.p-brand__body {
  background-color: #fff;
  width: 80%;
  margin: auto;
  margin-top: 60px;
  margin-bottom: 60px;
}

.p-brand__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.p-brand__img {
  width: 30%;
  padding-right: 5%;
}

.p-brand__content {
  width: 70%;
}

.p-brand__title {
  font-size: 28px;
  font-weight: bold;
  color: #042549;
}

.p-brand__text {
  margin-top: 30px;
}

.p-brand__text p {
  color: #042549;
  font-size: 16px;
  line-height: 2;
}

.p-brand__logo {
  text-align: right;
  margin-top: 60px;
}

.p-brand__logo img {
  width: 180px;
  display: inline-block;
}

.p-brand__button {
  margin-top: 60px;
}

.p-businessService {
  background-image: url(/assets/images/top/brand-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-businessService .txthead-box {
  padding-top: 60px;
}

.p-businessService .txthead-box .fz56 {
  font-size: 36px;
  color: #fff;
}

.p-businessService .txthead-box .en {
  color: #fff;
}

.p-businessService .p-brand__bg {
  padding-bottom: 120px;
}


@media screen and (max-width: 768px) {
  .p-brand__title {
    text-align: center;
    line-height: 1.7;
    font-size: 26px;
  }

  .p-brand__body {
    width: 88%;
    padding: 50px 20px;
  }

  .p-brand__img {
    width: 60%;
    padding-right: 0;
    margin: auto;
  }

  .p-brand__content {
    width: 90%;
    margin: auto;
  }

  .p-brand__logo {
    text-align: center;
  }

  #service h2 {
    margin-top: 60px;
  }
}
