@charset 'utf-8';
.banner {
  position: relative;
}
.banner img {
  width: 100%;
}
.main {
  margin-top: 20px;
}
.main .title-wrap .title {
  font-size: 24px;
  color: #000;
  position: relative;
  margin-top: 80px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
}
.main .content-wrap {
  padding-top: 80px;
  padding-bottom: 60px;
}
.main .content-wrap p {
  text-indent: 2em;
  font-size: 16px;
  color: #5c5c5c;
  margin-bottom: 50px;
  line-height: 30px;
  letter-spacing: 2px;
}
