@charset "UTF-8";
.l-smbanner__content {
  height: 300px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(244, 248, 250)), to(rgba(244, 248, 250, 0)));
  background: linear-gradient(to bottom, rgb(244, 248, 250) 0%, rgba(244, 248, 250, 0) 100%);
  position: relative;
  overflow: hidden;
}
@media (min-width: 1400px) {
  .l-smbanner__content {
    height: auto;
  }
}
.l-smbanner__contentWrap {
  padding: 1.25rem 1.25rem 0.625rem 1.25rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  position: absolute;
  /*標題與背景上下置中對齊*/
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-smbanner__contentImg {
  width: 200%;
  top: 39%;
  position: relative;
}
@media (min-width: 576px) {
  .l-smbanner__contentImg {
    width: 150%;
  }
}
@media (min-width: 768px) {
  .l-smbanner__contentImg {
    top: 7%;
  }
}
@media (min-width: 1200px) {
  .l-smbanner__contentImg {
    width: 100%;
    top: 4%;
  }
}
@media (min-width: 1400px) {
  .l-smbanner__contentImg {
    width: 100%;
    top: 0;
    left: 0;
  }
}
.l-smbanner__content h1 {
  color: #00a19b;
}
.l-smbanner__content p {
  max-width: 25rem;
  max-height: 2.8125rem;
  overflow: hidden;
  margin-top: 0.625rem;
  color: #1c1c1c;
}
@media (min-width: 768px) {
  .l-smbanner__contentWrap {
    max-width: 28.125rem;
  }
  .l-smbanner__content h1 {
    overflow: hidden;
  }
  .l-smbanner__content p {
    max-width: 28.125rem;
    max-height: 2.8125rem;
    overflow: hidden;
    text-align: left;
    color: inherit;
  }
}
@media (min-width: 992px) {
  .l-smbanner__contentWrap {
    left: 10%;
    top: 55%;
  }
}
@media (min-width: 1200px) {
  .l-smbanner__contentWrap {
    top: 38%;
  }
}

#accesskey-C {
  position: absolute;
  z-index: 9;
  left: 42px;
  font-size: 0.875rem;
  top: 18px;
  color: #7c7c7c;
  display: none;
}
@media (min-width: 992px) {
  #accesskey-C {
    display: block;
  }
}