#main .banner-box {
  width: 100%;
  position: relative;
}
#main .banner-box img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#main .banner-box .txt-box {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  top: 60%;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  left: 0;
  z-index: 3;
}
#main .banner-box .txt-box .title {
  color: #f7f7f7;
  text-transform: uppercase;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 30px;
  opacity: 0.5;
}
#main .banner-box .txt-box .txt {
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
}
#main #about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#main #about::before {
  content: unset;
}
#main #about .txt-box {
  padding: 0 2rem;
}
#main #about .txt-box .title {
  color: #141313;
  font-size: 2rem;
  margin: 60px 0;
}
#main #about .txt-box .subtitle {
  color: #141313;
  font-size: 1.2rem;
  margin-bottom: 40px;
}
#main #about .txt-box p {
  text-align: justify;
  color: #666060;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #main #about .txt-box {
    margin-bottom: 40px;
    padding: 0 1rem;
  }
  #main #about .txt-box .title {
    margin: 30px 0;
  }
  #main #about .txt-box .subtitle {
    margin-bottom: 20px;
  }
}
#main #about .img-box img {
  width: 100%;
  height: 100%;
  max-height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
@media screen and (max-width: 768px) {
  #main #about .img-box img {
    max-height: 60vh;
  }
}
@media screen and (max-width: 576px) {
  #main #about {
    padding-bottom: 0;
  }
}

#ad {
  width: 100%;
  padding: 0;
  margin: 0;
  min-height: 0;
}