@charset "UTF-8";
@media (min-width: 768px) {
  body.scroll .navbar {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
  }
  body.scroll .navbar__logo,
body.scroll .navbar__menu {
    display: none;
  }
}
@media (max-width: 767px) {
  body.scroll .navbar {
    background-color: black;
  }
  body.scroll .container__logo {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
  }
}

@media (min-width: 768px) {
  .navbar {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    background-color: black;
  }
}
@media (max-width: 767px) {
  .navbar {
    background-color: transparent;
  }
  .navbar__menu {
    display: none;
  }
  .navbar .container__logo {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}

.section-title-wrap {
  position: relative;
}
.section-title-wrap::before {
  content: "";
  width: 30px;
  height: 10px;
  background-color: #44b23a;
  position: absolute;
  top: -20px;
}
@media (max-width: 767px) {
  .section-title-wrap::before {
    width: 27px;
    height: 9px;
  }
}
.section-title-wrap .section-title {
  font-weight: 700;
}
@media (max-width: 1440px) {
  .section-title-wrap .section-title {
    font-size: 2.375rem;
  }
}
@media (max-width: 767px) {
  .section-title-wrap .section-title {
    font-size: 2rem;
  }
}
@media (min-width: 1441px) {
  .section-title-wrap .section-title {
    font-size: 2.375rem;
  }
}

@media (max-width: 1440px) {
  .section-subtitle {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .section-subtitle {
    font-size: 1.25rem;
  }
}
@media (min-width: 1441px) {
  .section-subtitle {
    font-size: 1.5rem;
  }
}

.kv-section {
  position: relative;
}
.kv-section .navbar__logo {
  z-index: 2;
  position: absolute;
  top: 4.3vh;
  left: 3.5vw;
  min-width: 97px;
  width: 10.16vw;
}
@media (max-width: 767px) {
  .kv-section .navbar__logo {
    top: 10px;
    left: 20px;
  }
}
.kv-section .navbar__menu {
  z-index: 2;
  position: absolute;
  right: 68px;
  top: 11.5vh;
  text-align: right;
}
.kv-section .navbar__menu li {
  font-size: 1rem;
  font-weight: 700;
  color: white;
  margin-bottom: 25px;
  position: relative;
}
.kv-section .navbar__menu li:not(:first-child)::after {
  content: "";
  width: 6px;
  height: 100%;
  background-color: #ffb500;
  position: absolute;
  right: -12px;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media (min-width: 768px) {
  .kv-section .navbar__menu li:hover {
    color: #fbb509;
  }
  .kv-section .navbar__menu li:hover::after {
    opacity: 1;
  }
}
.kv-section .navbar__menu .circle {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #ffb500;
  border-radius: 50%;
  position: relative;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  margin-left: auto;
}
.kv-section .navbar__menu .circle .f20 {
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: black;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media (min-width: 768px) {
  .kv-section .navbar__menu .circle:hover {
    background-color: #0d803b;
    -webkit-box-shadow: 0 0 0 1px #ffb500;
            box-shadow: 0 0 0 1px #ffb500;
  }
  .kv-section .navbar__menu .circle:hover .f20 {
    color: #ffb500;
  }
}
.kv-section .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.kv-section .swiper-slide {
  height: 100vh;
  min-height: 667px;
}
.kv-section .kv__bg {
  width: 100%;
  height: 100vh;
  min-height: 667px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1440px) {
  .kv-section .kv__bg {
    background-position: center right -5vw;
  }
}
@media (max-width: 991px) {
  .kv-section .kv__bg {
    background-position: center bottom;
  }
}
.kv-section .kv__bg.mobile {
  display: none;
}
@media (max-width: 991px) {
  .kv-section .kv__bg.mobile {
    display: block;
  }
}
@media (max-width: 991px) {
  .kv-section .kv__bg.desk {
    display: none;
  }
}
.kv-section .kv__title {
  z-index: 2;
  position: absolute;
  top: 44vh;
  left: 17vw;
}
@media (min-width: 992px) {
  .kv-section .kv__title {
    width: 45%;
  }
}
@media (max-width: 1670px) {
  .kv-section .kv__title {
    left: 3vw;
  }
}
@media (max-width: 991px) {
  .kv-section .kv__title {
    top: 19vh;
  }
}
.kv-section .kv__title .txt {
  font-weight: 700;
  color: white;
  margin-bottom: 42px;
}
@media (max-width: 1440px) {
  .kv-section .kv__title .txt {
    font-size: 2.1rem;
  }
}
@media (max-width: 767px) {
  .kv-section .kv__title .txt {
    font-size: 1.6875rem;
  }
}
@media (min-width: 1441px) {
  .kv-section .kv__title .txt {
    font-size: 2.625rem;
  }
}
@media (max-width: 1200px) {
  .kv-section .kv__title .txt {
    width: 80%;
  }
}
@media (max-width: 913px) and (min-width: 768px) {
  .kv-section .kv__title .txt {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .kv-section .kv__title .txt {
    width: 100%;
    margin-bottom: 24px;
  }
}
.kv-section .kv-pagination {
  z-index: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  right: 68px;
  left: auto;
  bottom: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.kv-section .kv-pagination span {
  width: 10px;
  height: 10px;
  background-color: white;
  opacity: 1;
  display: block;
  margin: 0 auto 23px !important;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media (max-width: 991px) {
  .kv-section .kv-pagination span {
    margin: 0 auto 15px !important;
  }
}
.kv-section .kv-pagination span.swiper-pagination-bullet-active {
  background-color: #fbb509;
}
@media (min-width: 768px) {
  .kv-section .kv-pagination span:hover {
    background-color: #fbb509;
  }
}
@media (max-width: 991px) {
  .kv-section .kv-pagination {
    right: auto;
    left: 20px;
    bottom: 60px;
  }
}
.kv-section .scroll {
  z-index: 2;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.kv-section .scroll .f16 {
  color: white;
  margin-bottom: 5px;
  -webkit-animation: color 2s infinite;
          animation: color 2s infinite;
}
.kv-section .scroll .line {
  width: 2px;
  background-color: white;
  margin: 0 auto;
  position: relative;
}
.kv-section .scroll .line::after {
  content: "";
  width: 100%;
  height: 0;
  background-color: #44b23a;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: scrolldown 2s infinite;
          animation: scrolldown 2s infinite;
}
@media (min-width: 992px) {
  .kv-section .scroll .line {
    height: 66px;
  }
}
@media (max-width: 991px) {
  .kv-section .scroll .line {
    height: 21px;
  }
}
@-webkit-keyframes color {
  to {
    color: #44b23a;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@keyframes color {
  to {
    color: #44b23a;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@-webkit-keyframes scrolldown {
  to {
    height: 100%;
  }
}
@keyframes scrolldown {
  to {
    height: 100%;
  }
}

.about-section {
  position: relative;
}
@media (min-width: 992px) {
  .about-section .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 43.5vw;
    width: 44vw;
    height: 100%;
    background: url(../images/index_about_bg.png) right/cover no-repeat;
  }
}
@media (max-width: 991px) {
  .about-section .bg {
    width: 100vw;
    height: 0%;
    padding-bottom: 65%;
    background: url(../images/index_about_bg_mb.png) top/cover no-repeat;
  }
}
@media (max-width: 768px) {
  .about-section .bg {
    padding-bottom: 75%;
  }
}
@media (max-width: 575px) {
  .about-section .bg {
    padding-bottom: 84%;
  }
}
@media (min-width: 992px) {
  .about-section .container {
    min-height: 800px;
  }
}
.about-section .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 992px) {
  .about-section .flex {
    padding-top: 120px;
    margin-left: 35vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1601px) {
  .about-section .flex {
    margin-left: 28vw;
  }
}
@media (max-width: 991px) {
  .about-section .flex {
    padding-top: 65px;
  }
}
@media (min-width: 992px) {
  .about-section .content {
    margin-left: 35vw;
    margin-top: 68px;
  }
}
@media (min-width: 1601px) {
  .about-section .content {
    margin-left: 28vw;
  }
}
@media (max-width: 991px) {
  .about-section .content {
    margin-top: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 992px) {
  .about-section .f18 {
    margin-bottom: 35px;
    line-height: 1.78;
  }
}
@media (max-width: 991px) {
  .about-section .f18 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 26px;
    line-height: 1.67;
  }
}
.about-section .core .f20-18 {
  font-weight: 500;
  color: #1d8f3b;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .about-section .core .f20-18 {
    margin-bottom: 20px;
  }
}
.about-section .image-wrap {
  width: 93%;
  position: relative;
}
@media (max-width: 991px) {
  .about-section .image-wrap {
    width: 100%;
  }
}
.about-section .image-wrap img {
  width: 100%;
}
.about-section .image-wrap .f20-16 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.about-section .image-wrap .f20-16 li {
  width: 33%;
  text-align: center;
}

.product-section {
  position: relative;
  padding-top: 90px;
  padding-bottom: 55px;
}
@media (max-width: 767px) {
  .product-section {
    padding-top: 65px;
    padding-bottom: 45px;
  }
}
.product-section .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/index_product_bg.png) center/cover no-repeat;
}
@media (max-width: 767px) {
  .product-section .bg {
    background: url(../images/index_product_bg_mb.png) center/cover no-repeat;
  }
}
.product-section .section-title-wrap {
  text-align: center;
  color: white;
}
.product-section .section-title-wrap::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fbb509;
}
.product-section .section-subtitle {
  color: white;
  text-align: center;
  margin-bottom: 77px;
}
@media (max-width: 767px) {
  .product-section .section-subtitle {
    margin-bottom: 45px;
  }
}
.product-section .swiper-slide > .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .product-section .swiper-slide > .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product-section .product__content {
  width: 44%;
  color: white;
}
@media (max-width: 767px) {
  .product-section .product__content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}
.product-section .product__name {
  font-weight: 700;
  margin-bottom: 5px;
}
@media (max-width: 1440px) {
  .product-section .product__name {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .product-section .product__name {
    font-size: 1.6875rem;
  }
}
@media (min-width: 1441px) {
  .product-section .product__name {
    font-size: 2rem;
  }
}
.product-section .product__id {
  color: #fbb509;
}
@media (max-width: 1440px) {
  .product-section .product__id {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .product-section .product__id {
    font-size: 1.125rem;
  }
}
@media (min-width: 1441px) {
  .product-section .product__id {
    font-size: 1.5rem;
  }
}
.product-section .product__line {
  height: 3px;
  width: 210px;
  background-color: #fbb509;
  margin: 37px 0 27px;
}
@media (max-width: 767px) {
  .product-section .product__line {
    margin: 20px 0 17px;
  }
}
.product-section .product__description {
  margin-bottom: 44px;
  max-height: 10.62em;
  line-height: 1.77;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  /* 第幾行要顯示點點點 */
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .product-section .product__description {
    margin-bottom: 22px;
  }
}
.product-section .product__image {
  width: 45%;
  height: 0;
  padding-bottom: 48%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -3.5vw;
}
@media (max-width: 767px) {
  .product-section .product__image {
    width: 100%;
    padding-bottom: 96%;
    margin-top: 0;
    margin-bottom: 80px;
  }
}
.product-section .controler-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 44%;
}
@media (max-width: 767px) {
  .product-section .controler-wrap {
    width: 100%;
    position: absolute;
    top: 90vw;
    z-index: 2;
  }
}
.product-section .product-button-next {
  background: url(../images/next_btn.png) center/16px no-repeat;
}
@media (min-width: 768px) {
  .product-section .product-button-next:hover {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
  }
}
.product-section .product-button-prev {
  background: url(../images/prev_btn.png) center/16px no-repeat;
  margin-right: 7px;
}
@media (min-width: 768px) {
  .product-section .product-button-prev:hover {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
  }
}
.product-section .product-button-next, .product-section .product-button-prev {
  width: 40px;
  height: 40px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  cursor: pointer;
}
.product-section .product-pagination {
  position: relative;
  height: 86px;
  overflow-y: hidden;
  bottom: 0;
}
@media (max-width: 767px) {
  .product-section .product-pagination {
    height: 65px;
  }
}
.product-section .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background-color: transparent;
  opacity: 1;
  display: block;
  line-height: 1;
  color: #7c7c7c;
  font-weight: 500;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  position: absolute;
}
@media (max-width: 1440px) {
  .product-section .swiper-pagination-bullet {
    font-size: 5.375rem;
  }
}
@media (max-width: 767px) {
  .product-section .swiper-pagination-bullet {
    font-size: 4.0625rem;
  }
}
@media (min-width: 1441px) {
  .product-section .swiper-pagination-bullet {
    font-size: 5.375rem;
  }
}
.product-section .swiper-pagination-bullet-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.customize-section {
  position: relative;
  padding-top: 90px;
  padding-bottom: 55px;
}
@media (max-width: 767px) {
  .customize-section {
    padding-top: 65px;
    padding-bottom: 45px;
  }
}
.customize-section .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/index_product_bg.png) center/cover no-repeat;
}
@media (max-width: 767px) {
  .customize-section .bg {
    background: url(../images/index_product_bg_mb.png) center/cover no-repeat;
  }
}
.customize-section .section-title-wrap {
  text-align: center;
  color: white;
}
.customize-section .section-title-wrap::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.customize-section .section-subtitle {
  color: white;
  text-align: center;
  margin-bottom: 77px;
}
@media (max-width: 767px) {
  .customize-section .section-subtitle {
    margin-bottom: 45px;
  }
}
.customize-section .swiper-slide > .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .customize-section .swiper-slide > .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.customize-section .product__content {
  width: 44%;
  color: white;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 767px) {
  .customize-section .product__content {
    width: 100%;
  }
}
.customize-section .product__name {
  font-weight: 700;
  margin-bottom: 5px;
}
@media (max-width: 1440px) {
  .customize-section .product__name {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .customize-section .product__name {
    font-size: 1.6875rem;
  }
}
@media (min-width: 1441px) {
  .customize-section .product__name {
    font-size: 2rem;
  }
}
.customize-section .product__id {
  color: #2fe961;
}
@media (max-width: 1440px) {
  .customize-section .product__id {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .customize-section .product__id {
    font-size: 1.125rem;
  }
}
@media (min-width: 1441px) {
  .customize-section .product__id {
    font-size: 1.5rem;
  }
}
.customize-section .product__line {
  height: 3px;
  width: 210px;
  background-color: #2fe961;
  margin: 37px 0 27px;
}
@media (max-width: 767px) {
  .customize-section .product__line {
    margin: 20px 0 17px;
  }
}
.customize-section .product__description {
  margin-bottom: 44px;
  max-height: 10.62em;
  line-height: 1.77;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  /* 第幾行要顯示點點點 */
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .customize-section .product__description {
    margin-bottom: 22px;
  }
}
.customize-section .product__image {
  width: 45%;
  height: 0;
  padding-bottom: 48%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -3.5vw;
}
@media (max-width: 767px) {
  .customize-section .product__image {
    width: 100%;
    padding-bottom: 96%;
    margin-top: 0;
    margin-bottom: 80px;
  }
}
.customize-section .btnwrap .btn {
  background-color: #15be43;
}
.customize-section .controler-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 44%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .customize-section .controler-wrap {
    width: 100%;
    position: absolute;
    top: 90vw;
    z-index: 2;
  }
}
.customize-section .customize-button-next {
  background: url(../images/next_btn_g.png) center/16px no-repeat;
}
@media (min-width: 768px) {
  .customize-section .customize-button-next:hover {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
  }
}
.customize-section .customize-button-prev {
  background: url(../images/prev_btn_g.png) center/16px no-repeat;
  margin-right: 7px;
}
@media (min-width: 768px) {
  .customize-section .customize-button-prev:hover {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
  }
}
.customize-section .customize-button-next, .customize-section .customize-button-prev {
  width: 40px;
  height: 40px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  cursor: pointer;
}
.customize-section .customize-pagination {
  position: relative;
  height: 86px;
  overflow-y: hidden;
  bottom: 0;
}
@media (max-width: 767px) {
  .customize-section .customize-pagination {
    height: 65px;
  }
}
.customize-section .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background-color: transparent;
  opacity: 1;
  display: block;
  line-height: 1;
  color: #7c7c7c;
  font-weight: 500;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  position: absolute;
}
@media (max-width: 1440px) {
  .customize-section .swiper-pagination-bullet {
    font-size: 5.375rem;
  }
}
@media (max-width: 767px) {
  .customize-section .swiper-pagination-bullet {
    font-size: 4.0625rem;
  }
}
@media (min-width: 1441px) {
  .customize-section .swiper-pagination-bullet {
    font-size: 5.375rem;
  }
}
.customize-section .swiper-pagination-bullet-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.contact-section {
  position: relative;
}
.contact-section .bg {
  width: 100%;
  height: 100%;
  background: url(../images/index_contact_bg.jpg) center/cover no-repeat;
  position: absolute;
}
@media (max-width: 991px) {
  .contact-section .bg {
    background: url(../images/index_contact_bg_mb.jpg) bottom/contain no-repeat;
  }
}
.contact-section .bg .green {
  width: 56%;
  height: 100%;
  background: url(../images/index_contact_greenbg.png) right/cover no-repeat;
  position: absolute;
}
@media (max-width: 1366px) {
  .contact-section .bg .green {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .contact-section .bg .green {
    width: 100%;
    height: 600px;
    background: url(../images/index_contact_greenbg_mb.png) bottom/cover no-repeat;
  }
}
@media (max-width: 767px) {
  .contact-section .bg .green {
    height: 478px;
  }
}
.contact-section .container {
  padding-top: 100px;
  min-height: 569px;
}
@media (max-width: 991px) {
  .contact-section .container {
    min-height: 950px;
    padding-top: 65px;
  }
}
@media (max-width: 767px) {
  .contact-section .container {
    min-height: 710px;
  }
}
.contact-section .wrap {
  position: relative;
  color: white;
  width: 36%;
}
@media (max-width: 991px) {
  .contact-section .wrap {
    width: 100%;
  }
}
.contact-section .section-title-wrap::before {
  background-color: #fbb509;
}
.contact-section .section-subtitle {
  margin-bottom: 49px;
}
@media (max-width: 991px) {
  .contact-section .section-subtitle {
    margin-bottom: 34px;
  }
}
.contact-section .f18 {
  max-height: 10.62em;
  line-height: 1.77;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  /* 第幾行要顯示點點點 */
  -webkit-box-orient: vertical;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .contact-section .f18 {
    margin-bottom: 25px;
  }
}