.bannerArea .Txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  padding: 10px 25px 34px;
}
.bannerArea .titleBox {
  padding-bottom: 32px;
  margin-bottom: 18px;
}
.bannerArea em {
  font-size: 18px;
}
.bannerArea h1 {
  color: #7c9f4d;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.2;
}
.bannerArea p {
  color: #808080;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 1px;
  text-align: center;
}
@media (max-width: 1200px) {
  .bannerArea .Txt {
    padding: 10px 25px;
  }
  .bannerArea .titleBox {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .bannerArea em {
    font-size: 16px;
  }
  .bannerArea h1 {
    font-size: 30px;
  }
  .bannerArea p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .bannerArea .titleBox {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .bannerArea .titleBox::before {
    content: none;
  }
  .bannerArea h1 {
    font-size: 28px;
  }
  .bannerArea p {
    display: none;
  }
}

.mainArea {
  background-color: #ececec;
}

.contentBox {
  padding: 50px 0;
}