@import 'notosanstc.css';
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
.banner {
  height: calc(80vh - 6rem);
  min-height: 32rem;
  max-height: 50rem;
}
.banner h1.title,
.banner h2.title,
.banner p.title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 150%;
}
.banner h1.title p {
  font-size: 2rem;
  line-height: 120%;
  margin-bottom: 1rem;
}
.banner h1.title,
.banner h2.title,
.banner p.title {
  line-height: 125%;
}
.banner p.des {
  display: block;
  font-size: 1.375rem;
  margin-top: 0.75rem;
}
.banner span.des {
  margin-top: 0.5rem;
  letter-spacing: 0.05rem;
}
.banner .bread {
  z-index: 3;
  position: absolute;
  top: 1.5rem;
  padding: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: left;
}
.banner .bread a {
  transition: color 0.5s;
}

.banner-case,
.banner-column,
.banner-contact,
.banner-seminar,
.banner-product-main,
.banner-product-module,
.banner-account,
.banner-login,
.banner-news,
.banner-learn-intro,
.banner-manual,
.banner-faq,
.banner-download,
.banner-404,
.banner-family,
.banner-purchase,
.banner-sheet-sticker,
.banner-sheet-cony,
.banner-partner-info,
.banner-partner-awards,
.banner-partner-awards-detail {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 40vh;
  min-height: 20rem;
  max-height: 50rem;
  color: #FFF;
}

.banner-product-module {
  height: 50vh;
  min-height: 30rem;
  max-height: 70rem;
}

.banner-case {
  background: url("../img/case/banner-case.jpg") no-repeat center center;
  background-size: cover;
}

.banner-column {
  background: url("../img/column/banner-column.jpg") no-repeat center center;
  background-size: cover;
}

.banner-contact {
  background: url("../img/contact/banner-contact.jpg") no-repeat center center;
  background-size: cover;
}

.banner-seminar {
  background: url("../img/seminar/banner-seminar.jpg") no-repeat center center;
  background-size: cover;
}

.banner-product-main {
  background: url("../img/product/banner-product-main.jpg") no-repeat center center;
  background-size: cover;
}

.banner-product-module {
  background: url("../img/product/banner-product-module.jpg") no-repeat center center;
  background-size: cover;
}

.banner-account {
  background: url("../img/account/banner-account.jpg") no-repeat center center;
  background-size: cover;
}

.banner-login {
  background: url("../img/login/banner-login.jpg") no-repeat center center;
  background-size: cover;
}

.banner-news {
  background: url("../img/news/banner-news.jpg") no-repeat center center;
  background-size: cover;
}

.banner-learn-intro {
  background: url("../img/learn/banner-learn-intro.jpg") no-repeat center center;
  background-size: cover;
}

.banner-manual {
  background: url("../img/manual/banner-manual.jpg") no-repeat center center;
  background-size: cover;
}

.banner-faq {
  background: url("../img/faq/banner-faq.jpg") no-repeat center center;
  background-size: cover;
}

.banner-download {
  background: url("../img/download/banner-download.jpg") no-repeat center center;
  background-size: cover;
}

.banner-404 {
  background: url("../img/404/banner-404.jpg") no-repeat center center;
  background-size: cover;
}

.banner-family {
  background: url("../img/family/banner-family.jpg") no-repeat center center;
  background-size: cover;
}

.banner-purchase {
  background: url("../img/purchase/banner-purchase.jpg") no-repeat center center;
  background-size: cover;
}

.banner-sheet-sticker {
  text-align: center;
  background: url("../img/sheet/banner-sheet-sticker.jpg") no-repeat center center;
  background-size: cover;
}

.banner-sheet-cony {
  text-align: center;
  background: url("../img/sheet/banner-sheet-cony.jpg") no-repeat center center;
  background-size: cover;
}

.banner-partner-info {
  background: url("../img/partner/banner-partner-info.jpg") no-repeat center center;
  background-size: cover;
}

.banner-partner-awards {
  background: url("../img/partner/banner-partner-info.jpg") no-repeat center center;
  background-size: cover;
}

.banner-partner-awards-detail {
  background: url("../img/partner/banner-partner-info.jpg") no-repeat center center;
  background-size: cover;
}

.bread {
  position: static;
  padding: 1.5rem 0;
}
.bread a {
  transition: color 0.5s;
}
.bread p {
  position: relative;
  display: inline-block;
  width: 0.35rem;
  height: 0.35rem;
  border: 0.1rem solid transparent;
  border-left: 0;
  border-bottom: 0;
  top: -0.1rem;
  margin: 0 0.5rem;
  transform: rotate(45deg);
}
.bread p.title {
  font-size: 3rem;
  letter-spacing: 0.25rem;
}
.bread span.des {
  display: block;
  font-size: 1.375rem;
}
.bread.white {
  color: #FFF;
}
.bread.white p {
  border-color: #FFF;
}
.bread.black {
  color: #333333;
}
.bread.black p {
  border-color: #333333;
}

@media only screen and (min-width: 1025px) {
  .bread a:hover {
    color: #07B53B;
  }
}
@media only screen and (max-width: 1024px) {
  .banner {
    height: 60vh;
    min-height: 500px;
  }
  .banner h1.title,
  .banner h2.title,
  .banner p.title {
    font-size: 2rem;
  }
  .banner h1.title p {
    font-size: 1.375rem;
  }
  .banner-case,
  .banner-column,
  .banner-contact,
  .banner-seminar,
  .banner-product-main,
  .banner-account,
  .banner-login,
  .banner-news,
  .banner-learn-intro,
  .banner-manual,
  .banner-faq,
  .banner-download,
  .banner-404,
  .banner-family,
  .banner-purchase,
  .banner-sheet-sticker,
  .banner-sheet-cony,
  .banner-partner-info,
  .banner-partner-awards,
  .banner-partner-awards-detail {
    min-height: 200px;
    max-height: none;
    height: 30vh;
  }
  .banner-product-module {
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
  }
  .banner-sheet-sticker {
    background: url("../img/sheet/banner-sheet-sticker-m.jpg") no-repeat center center;
    background-size: cover;
  }
  .banner-sheet-cony {
    background: url("../img/sheet/banner-sheet-cony-m.jpg") no-repeat center center;
    background-size: cover;
  }
}
@media only screen and (max-width: 768px) {
  .banner {
    min-height: 400px;
  }
}
@media only screen and (max-width: 640px) {
  .banner {
    min-height: 300px;
  }
  .banner-case,
  .banner-column,
  .banner-contact,
  .banner-seminar,
  .banner-product-main,
  .banner-account,
  .banner-login,
  .banner-news,
  .banner-learn-intro,
  .banner-manual,
  .banner-faq,
  .banner-download,
  .banner-family,
  .banner-purchase,
  .banner-sheet-sticker,
  .banner-sheet-cony,
  .banner-partner-info,
  .banner-partner-awards,
  .banner-partner-awards-detail {
    min-height: 150px;
  }
}
@media only screen and (max-width: 480px) {
  .banner h1.title,
  .banner h2.title,
  .banner p.title {
    font-size: 1.75rem;
  }
  .banner p.des {
    font-size: 1rem;
  }
}/*# sourceMappingURL=banner.css.map */