article.content-wrapper section.content-box {
  margin-top: 0;
}
article.content-wrapper section.content-box .content-inner-box {
  max-width: 118rem;
}
article.content-wrapper section.content-box.mainimage {
  padding: 0;
}
article.content-wrapper section.content-box.about-ticf, article.content-wrapper section.content-box.technology {
  background-image: url("../imgs/home/bg-technology.jpg");
  background-size: cover;
  background-attachment: fixed;
}
article.content-wrapper section.content-box.about-ticf h2, article.content-wrapper section.content-box.technology h2 {
  margin-bottom: 2rem;
}
article.content-wrapper section.content-box.about-ticf .content-inner-box, article.content-wrapper section.content-box.technology .content-inner-box {
  padding: 4rem 0;
}
@media screen and (min-width: 743px) {
  article.content-wrapper section.content-box.about-ticf .content-inner-box, article.content-wrapper section.content-box.technology .content-inner-box {
    padding: 6rem 0;
  }
}
article.content-wrapper section.content-box.example .content-inner-box, article.content-wrapper section.content-box.material .content-inner-box {
  padding: 4rem 0;
}
@media screen and (min-width: 743px) {
  article.content-wrapper section.content-box.example .content-inner-box, article.content-wrapper section.content-box.material .content-inner-box {
    padding: 6rem 0;
  }
}
article.content-wrapper section.content-box.example .content-inner-box h2, article.content-wrapper section.content-box.material .content-inner-box h2 {
  margin-bottom: 3rem;
}
article.content-wrapper section.content-box.example h2 {
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  article.content-wrapper section.content-box.example .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 40px) / 5);
            flex: 0 0 calc((100% - 40px) / 5);
  }
}
article.content-wrapper section.content-box.example .item h3 {
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: left;
}
article.content-wrapper section.content-box.material {
  background-image: url("../imgs/common/bg-material.jpg");
  background-size: cover;
  color: white;
}
article.content-wrapper section.content-box.material .flexbox {
  gap: 10px;
}
article.content-wrapper section.content-box.material .content-inner-box .item .item-content {
  border-radius: 0.5rem;
}
article.content-wrapper section.content-box.material .content-inner-box .item a {
  text-decoration: none;
}
article.content-wrapper section.content-box.material .content-inner-box .item h3 {
  position: inherit;
  top: auto;
  left: auto;
  -webkit-transform: none;
          transform: none;
  font-size: 1.4rem;
  line-height: 1.5;
  width: auto;
  padding: 1rem;
}
article.content-wrapper section.content-box.material .btn {
  border: 1px solid white;
}
article.content-wrapper section.content-box.banners {
  margin: 3rem 0;
}
article.content-wrapper section.content-box.banners .flexbox {
  gap: 10px;
}
article.content-wrapper section.content-box.banners .banners-item {
  width: 100%;
}
@media screen and (min-width: 576px) {
  article.content-wrapper section.content-box.banners .banners-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 10px) / 2);
            flex: 0 0 calc((100% - 10px) / 2);
  }
}
article.content-wrapper section.content-box.infofaq {
  margin: 3rem 0;
}
article.content-wrapper section.content-box.infofaq .infofaq-box {
  width: 100%;
}
@media screen and (min-width: 576px) {
  article.content-wrapper section.content-box.infofaq .infofaq-box {
    width: 50%;
    padding: 0 0.5rem;
  }
}
article.content-wrapper section.content-box.infofaq .infofaq-box .info-border {
  border: 1px solid #ccc;
  padding: 1rem;
}
article.content-wrapper section.content-box.infofaq .infofaq-box .faq-border {
  border: 1px solid #d5acac;
  padding: 1rem;
}
article.content-wrapper section.content-box.infofaq .infofaq-box a {
  color: #333;
  text-decoration: none;
}
article.content-wrapper section.content-box.infofaq .infofaq-box .button {
  color: white;
}
article.content-wrapper section.content-box.infofaq .infofaq-box .button:hover {
  color: #333;
}
article.content-wrapper section.content-box.infofaq .infofaq-item {
  margin: 2rem 0;
  line-height: 2.6rem;
  border-bottom: 1px solid #ccc;
}
article.content-wrapper section.content-box.infofaq .infofaq-item:last-child {
  border-bottom: none;
}
article.content-wrapper section.content-box.infofaq h2 {
  margin-bottom: 10px;
}
article.content-wrapper section.content-box.infofaq h3 {
  margin-bottom: 10px;
}
article.content-wrapper section.content-box.infofaq .metadata {
  font-size: 1.2rem;
}
article.content-wrapper section.content-box.infofaq .excerpt {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.mainimage {
  padding: 0 0 30px;
  background-color: black;
}
.mainimage .mainslider {
  position: relative;
  width: 100%;
}
.mainimage .mainslider .slide-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.about-ticf .about-ticf-lead {
  width: 100%;
  padding: 2rem;
  background-color: white;
  border: 1px solid #ccc;
}
@media screen and (min-width: 992px) {
  .about-ticf .about-ticf-lead {
    width: 48%;
  }
}
.about-ticf .about-ticf-lead h2 {
  margin-bottom: 2rem;
  font-weight: bold;
}
.about-ticf .about-ticf-lead h3 {
  margin-bottom: 2rem;
}
.about-ticf .about-ticf-lead .flexbox {
  gap: 10px;
}
.about-ticf .about-ticf-lead .btn {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  font-size: 1.4rem;
}
@media screen and (min-width: 743px) {
  .about-ticf .about-ticf-lead .btn {
    -webkit-box-flex: calc((100% - 10px) / 2);
        -ms-flex: calc((100% - 10px) / 2);
            flex: calc((100% - 10px) / 2);
  }
}
.about-ticf .about-ticf-movie {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .about-ticf .about-ticf-movie {
    width: 50%;
  }
}/*# sourceMappingURL=home.css.map */