/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * BANNER
 * MAIN
 * ABOUT
 * PRODUCTS
 * AGENCY
 * SUSTAINABLE
 **/
/*------------------------------------*\
    BANNER
\*------------------------------------*/
.banner .swiper .swiper-slide {
  position: relative;
}
.banner .swiper .swiper-slide::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.banner .swiper .swiper-pagination {
  width: 100%;
  right: 0;
}
.banner .swiper .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 1;
  position: relative;
  margin: 0 1.5rem;
}
.banner .swiper .swiper-pagination-bullet::before {
  content: "";
  border: 1px solid transparent;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.banner .swiper .swiper-pagination-bullet-active {
  background-color: #e50011;
}
.banner .swiper .swiper-pagination-bullet-active::before {
  border-color: #e50011;
}
.banner-pic {
  height: 500px;
}
@media (min-width: 992px) {
  .banner-pic {
    height: 765px;
  }
}
.banner-txt {
  color: #ffffff;
  text-align: left;
  padding: 0 12px;
}
@media (min-width: 992px) {
  .banner-txt {
    margin-bottom: 3rem;
    margin-top: -2.5rem;
  }
}
@media (min-width: 1600px) {
  .banner-txt {
    width: 1440px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.banner-txt .title {
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: -0.05rem;
  margin-bottom: 0.75rem;
}
.banner-txt .subtitle {
  font-weight: bold;
  margin-bottom: 2rem;
}
.banner-txt .text {
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0;
  max-width: 900px;
}
@media (min-width: 992px) {
  .banner-txt .title {
    font-size: 4.0625rem;
  }
  .banner-txt .subtitle {
    font-size: 1.875rem;
  }
  .banner-txt .text {
    font-size: 1.0625rem;
    line-height: 1.8;
  }
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
main {
  padding: 0;
}

/* CONTENT */
.index-content .title {
  color: #000000;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  margin-bottom: 2rem;
}
.index-content .title span {
  display: block;
  color: #e50011;
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
}
.index-content .text {
  line-height: 1.8;
  margin-bottom: 0;
}
.index-content .rounded-pill {
  display: inline-block;
  background-color: #333333;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.1rem;
  padding: 0.75rem 1.5rem;
  width: 200px;
  margin-top: 2rem;
}
.index-content .rounded-pill:hover {
  background-color: #e50011;
}
@media (min-width: 992px) {
  .index-content .title {
    font-size: 2.875rem;
  }
}

/*------------------------------------*\
    ABOUT
\*------------------------------------*/
.index-about {
  padding-top: 3rem;
}
@media (min-width: 992px) {
  .index-about {
    padding-top: 8.5rem;
  }
}
@media (min-width: 1200px) {
  .index-about .about-text .pic {
    position: relative;
    top: 4.5rem;
  }
}

/*------------------------------------*\
    PRODUCTS
\*------------------------------------*/
.index-products {
  border-bottom: 1px solid #dddddd;
  position: relative;
  padding: 3rem 0 3rem;
}
.index-products::before {
  content: "";
  background-color: #e50011;
  width: 100%;
  height: 400px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
}
.index-products::after {
  content: "";
  background-color: #f6f6f6;
  width: auto;
  height: 425px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.index-products > * {
  position: relative;
  z-index: 3;
}
@media (min-width: 1200px) {
  .index-products {
    padding: 5rem 0 8rem;
  }
}
@media (min-width: 1400px) {
  .index-products::before {
    width: 960px;
    right: 50%;
  }
}
@media (min-width: 1600px) {
  .index-products::before {
    height: 450px;
  }
}
.index-products .index-content {
  color: #ffffff;
}
.index-products .index-content .title {
  color: #ffffff;
}
.index-products .index-content .title span {
  color: #ffffff;
}
@media (min-width: 992px) {
  .index-products .index-content {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1400px) {
  .index-products .index-content {
    padding-left: 2rem;
    padding-right: 3rem;
    margin-bottom: 0;
  }
}
@media (min-width: 1800px) {
  .index-products .index-content {
    padding-left: 40%;
  }
}
.index-products .swiper-products {
  position: relative;
  z-index: 2;
}
.index-products .swiper-slide a {
  display: block;
  position: relative;
}
.index-products .swiper-slide a::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.index-products .swiper-slide a img {
  width: 100%;
}
.index-products .swiper-slide a h3 {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0;
  position: absolute;
  left: 20px;
  bottom: 50px;
  z-index: 2;
}
.index-products .swiper-slide a h3 span {
  display: block;
  font-size: 1rem;
  margin-top: 0.75rem;
}
.index-products .swiper-pagination {
  position: relative;
  left: auto;
  bottom: auto;
  margin-top: 2rem;
}
.index-products .swiper-pagination-bullet {
  border-radius: 0;
  border-bottom: 4px solid transparent;
  background-color: transparent;
  color: #979797;
  font-size: 1.125rem;
  font-weight: bold;
  width: auto;
  height: auto;
  opacity: 1;
  margin: 0 1rem !important;
}
.index-products .swiper-pagination-bullet-active {
  border-bottom-color: #e50011;
  color: #e50011;
}
@media (min-width: 1400px) {
  .index-products .swiper-pagination {
    text-align: left;
    margin-top: 0;
    position: absolute;
    left: 30px;
    bottom: -100px;
  }
}
@media (min-width: 1800px) {
  .index-products .swiper-pagination {
    left: 295px;
    bottom: -50px;
  }
}

/*------------------------------------*\
    AGENCY
\*------------------------------------*/
.index-agency {
  background-color: #f6f6f6;
  padding: 3rem 0;
}
@media (min-width: 992px) {
  .index-agency {
    padding: 6rem 0;
  }
}
.index-agency .index-content {
  text-align: center;
}
.index-agency .swiper-slide a {
  display: block;
  border-radius: 0.5rem;
  overflow: hidden;
}

/*------------------------------------*\
    SUSTAINABLE
\*------------------------------------*/
.index-sustainable {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 70% center;
  background-size: cover;
  padding: 3rem 0;
  min-height: 300px;
}
@media (min-width: 992px) {
  .index-sustainable {
    padding: 10rem 0;
    min-height: 580px;
  }
}
.index-sustainable .index-content {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 2rem;
}
@media (min-width: 1400px) {
  .index-sustainable .index-content {
    background-color: transparent;
    max-width: 550px;
    padding: 0;
  }
}