/* CSS Document */
.aboutArea {
  width: 100%;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}

.aboutArea .textEditor {
  width: 540px;
  padding: 140px 25px;
}

@media (max-width: 1180px) {
  .aboutArea .textEditor {
    width: 100%;
    text-align: center;
  }
}

.aboutArea .textEditor .title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: .02em;
  color: #fff;
}

.aboutArea .textEditor p {
  font-size: 16px;
  letter-spacing: .02em;
  color: #4d4d4d;
}

.aboutTopArea {
  position: relative;
  z-index: 0;
  background-color: #e2ecf3;
}

.aboutTopArea::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url("../images/aboutImg.jpg");
  background-repeat: no-repeat;
  background-size: auto 100%;
}

@media (max-width: 1640px) {
  .aboutTopArea::before {
    left: -180px;
    opacity: 0.8;
  }
}

@media (max-width: 1480px) {
  .aboutTopArea::before {
    left: 0;
    opacity: 0.2;
  }
}

.aboutTopArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.aboutBottomArea {
  background-image: url("../images/about02.jpg");
}

.listArea {
  width: 100%;
}

.listArea li {
  padding-top: 150px;
}

@media (min-width: 961px) {
  .listArea li:nth-child(odd) .item::after {
    left: 70px;
  }
  .listArea li:nth-child(odd) .itemTitleBox {
    left: 35px;
  }
  .listArea li:nth-child(odd) .Txt {
    padding-left: 120px;
  }
  .listArea li:nth-child(even) .item::after {
    right: 70px;
  }
  .listArea li:nth-child(even) .itemTitleBox {
    right: 35px;
  }
  .listArea li:nth-child(even) .Txt {
    padding-right: 120px;
  }
}

@media (max-width: 960px) {
  .listArea li {
    padding-top: 50px;
  }
  .aboutArea .textEditor .title {
  font-size: 24px;
  }
}

.listArea .item {
  position: relative;
}

@media (min-width: 961px) {
  .listArea .item::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 1px;
    height: calc(100% - 200px);
    background-color: #d47f7f;
  }
}

@media (min-width: 961px) {
  .listArea .itemTitleBox {
    position: absolute;
    top: -60px;
    width: 280px;
    height: 300px;
    padding: 60px 30px;
    background-color: #fff;
  }
}

@media (max-width: 960px) {
  .listArea .itemTitleBox {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.listArea .itemTitleBox .subTitle {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  font-size: 14px;
  letter-spacing: .02em;
  color: #8d6748;
}

.listArea .itemTitleBox .subTitle::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5px;
  width: 20px;
  height: 1px;
  background-color: #8d6748;
}

.listArea .itemTitleBox .title {
  font-size: 25px;
  letter-spacing: .02em;
  font-weight: 500;
  line-height: 1.4;
}

.listArea .Img img {
  display: block;
  width: 100%;
}

@media (min-width: 961px) {
  .listArea .Txt {
    padding-top: 35px;
  }
}

.listArea .Txt p {
  font-size: 14px;
  letter-spacing: .02em;
  color: #696969;
  line-height: 1.8;
}

.bottomTxtBox {
  margin: 70px 0;
}
