/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * ALL
 * BANNER
 * MAIN
 * ABOUT
 * TODAY
 * PRODUCTS
 * PARTNER
 **/
/*------------------------------------*\
    ALL
\*------------------------------------*/
body {
  background: #ffffff;
}

/*------------------------------------*\
    BANNER
\*------------------------------------*/
.banner {
  background: url(../images/bannrer-bg.jpg);
  position: relative;
}

.banner>.container {
  max-width: 100%;
}

.banner>.container::before {
  display: none;
}

@media (min-width: 1800px) {
  .banner>.container {
    max-width: 1700px;
    margin: 0 auto;
  }
}

.banner-pic {
  height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

@media (min-width: 768px) {
  .banner-pic {
    height: 800px;
  }
}

.banner-txt .page-header {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 18%;
  padding: 0 15px;
}

.banner-txt h2 {
  display: inline-block;
  color: #ffffff;
  font-family: "Noto Serif TC", serif;
  font-size: 2rem;
  line-height: 3.5rem;
  position: relative;
}

.banner-txt h2::before,
.banner-txt h2::after {
  font-family: "Font Awesome 5 Free";
  font-size: 1.75rem;
  font-weight: 900;
  position: absolute;
  top: 0;
  display: none;
}

.banner-txt h2::before {
  content: '\f10d';
  left: -3rem;
}

.banner-txt h2::after {
  content: '\f10e';
  right: -3rem;
}

.banner-txt p {
  font-size: 1.125rem;
  line-height: 2rem;
  position: relative;
  padding-top: 2rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.banner-txt p::before {
  content: '';
  width: 45px;
  height: 3px;
  background-color: #547f3d;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
}

@media (min-width: 768px) {
  .banner-txt h2 {
    font-size: 3rem;
  }

  .banner-txt h2::before,
  .banner-txt h2::after {
    display: block;
  }

  .banner-txt p {
    font-size: 1.3125rem;
    line-height: 2.25rem;
    width: 700px;
    margin-top: 1.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 992px) {
  .banner-txt h2 {
    font-size: 4.375rem;
  }
}

.banner .swiper-slide-active .banner-pic {
  -webkit-animation: zoom_animation 15s;
  animation: zoom_animation 15s;
}

.banner .swiper-pagination {
  text-align: center;
  bottom: 4%;
  width: 100%;
  z-index: 3;
}

.banner .swiper-pagination-bullet {
  background-color: transparent;
  border-radius: 0;
  color: #ffffff;
  font-size: 1.125rem;
  text-align: center;
  width: auto;
  height: auto;
  padding-bottom: 0.5rem;
  margin: 0 1rem !important;
  opacity: 0.6;
}

.banner .swiper-pagination-bullet::before {
  content: '0 ';
}

.banner .swiper-pagination-bullet-active {
  opacity: 1;
  border-bottom: 2px solid #ffffff;
}

@media (min-width: 992px) {
  .banner .swiper-pagination {
    text-align: left;
    padding-left: 2.75rem;
  }
}

.banner .activity {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner .activity h3 {
  color: #547f3d;
  font-size: 1rem;
  letter-spacing: 0.125rem;
}

.banner .activity h3 span {
  color: #666666;
  font-family: "Noto Serif TC", serif;
  font-size: 1.125rem;
  letter-spacing: 0.05rem;
}

.banner .activity p {
  font-size: 1.0625rem;
}

.banner .activity a {
  color: #547f3d;
  font-size: 0.875rem;
  letter-spacing: 0.125rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.banner .activity a span {
  background: url(../images/arrow-btn-gray.svg);
  width: 15px;
  height: 15px;
  margin-left: 0.5rem;
}

.banner .activity a:hover,
.banner .activity a:focus {
  color: #000000;
}

.banner .activity a:hover span,
.banner .activity a:focus span {
  background: url(../images/arrow-btn.svg);
}

@media (min-width: 768px) {
  .banner .activity {
    line-height: 70px;
    height: 70px;
    padding: 0 2.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .banner .activity h3 {
    padding-right: 2rem;
    margin-bottom: 0;
    margin-right: 2rem;
    position: relative;
  }

  .banner .activity h3::after {
    content: '';
    width: 1px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
  }

  .banner .activity p {
    margin-bottom: 0;
    margin-right: 2rem;
    width: 350px;
    height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .banner .activity a {
    position: absolute;
    right: 2.25rem;
  }
}

@media (min-width: 1200px) {
  .banner .activity {
    min-width: 800px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 5;
  }
}

.banner .slogan {
  color: #afafaf;
  font-size: 0.75rem;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  letter-spacing: 0.1rem;
  display: none;
  position: absolute;
  top: 0;
  left: 1rem;
  display: none;
}

@media (min-width: 1800px) {
  .banner .slogan {
    display: block;
  }
}

@media (min-width: 1920px) {
  .banner .slogan {
    left: 2.75rem;
  }
}

.banner .scroll {
  cursor: pointer;
  background: url(../images/scrolldown-white.svg);
  width: 15px;
  height: 270px;
  position: absolute;
  left: 1rem;
  bottom: 1.5rem;
  z-index: 4;
  display: none;
}

@media (min-width: 768px) {
  .banner .scroll {
    display: block;
  }
}

@media (min-width: 1800px) {
  .banner .scroll {
    background: url(../images/scrolldown.svg);
  }
}

@media (min-width: 1920px) {
  .banner .scroll {
    left: 2.75rem;
  }
}

@-webkit-keyframes zoom_animation {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoom_animation {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

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

/* PAGE-TITLE */
.page-title h2 {
  font-size: 1.5rem;
  margin-bottom: 3rem;
}

.page-title h2 span {
  display: block;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

/*------------------------------------*\
    ABOUT
\*------------------------------------*/
.index-about {
  background: url(../images/index-bg.jpg) center top repeat;
  margin-top: 2rem;
  padding: 4rem 0;
}

.index-about-txt {
  margin-bottom: 3rem;
}

.index-about-txt h2 {
  margin-bottom: 1.5rem;
}

.index-about-txt p {
  font-size: 1.125rem;
  line-height: 2.25rem;
  text-align: center;
}

@media (min-width: 576px) {
  .index-about-txt h2 p+p::before {
    top: 0;
  }

}

.index-about-map {
  position: relative;
  text-align: center;
  padding-top: 8rem;
}

.index-about-map-tit {
  position: absolute;
  top: 0;
  right: 0;
}

.index-about-map-tit span {
  background: url(../images/index-about-map-frame.png) center center no-repeat;
  font-size: 0.8125rem;
  line-height: 1rem;
  padding: 1.25rem 1rem;
  width: 200px;
  height: 100px;
}

.index-about-map-pic>div {
  padding-bottom: 85px;
}

.index-about-map-pic>div::after {
  content: '';
  width: 20px;
  height: 70px;
  background: url(../images/index-about-line-green.svg);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

.index-about-map-pic>div img {
  border-radius: 50%;
}

.index-about-map-pic-l img {
  border: 4px solid #547f3d;
  width: 215px;
}

.index-about-map-pic-m img {
  width: 180px;
}

.index-about-map-pic-s img {
  width: 155px;
}

.index-about-map-txt h3 {
  position: relative;
  margin-bottom: 2rem;
}

.index-about-map-txt h3 a {
  border-radius: 25px;
  border: 1px solid #547f3d;
  background-color: #547f3d;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 40px;
  height: 40px;
  padding: 0 1rem;
}

.index-about-map-txt h3 a:hover,
.index-about-map-txt h3 a:focus {
  background-color: #ffffff;
  color: #547f3d;
}

@media (max-width: 767px) {
  .index-about-map-txt {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 50%;
  }
}

@media (min-width: 768px) {
  .index-about-map {
    padding-top: 0;
  }

  .index-about-map-pic-l {
    position: absolute;
    top: 0;
    left: 7%;
  }

  .index-about-map-pic-m {
    position: absolute;
    top: 30%;
    right: 0;
  }

  .index-about-map-pic-s {
    position: absolute;
    top: 30%;
    left: 0;
  }

  .index-about-map-txt h3 {
    margin-bottom: 0;
  }

  .index-about-map-txt h3::after {
    content: '';
    width: 20px;
    height: 90px;
    background: url(../images/index-about-line.svg);
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 50px;
  }

  .index-about-map-txt h3:nth-child(1) {
    position: absolute;
    bottom: 30%;
    left: 5%;
  }

  .index-about-map-txt h3:nth-child(2) {
    position: absolute;
    top: 18%;
    right: 30%;
  }

  .index-about-map-txt h3:nth-child(3) {
    position: absolute;
    top: 35%;
    right: 22%;
  }
}

@media (min-width: 992px) {
  .index-about-map-txt h3:nth-child(1) {
    left: 15%;
  }
}

@media (min-width: 1200px) {
  .index-about-map-pic-m {
    right: 0;
  }

  .index-about-map-pic-s {
    left: -6%;
  }

  .index-about-map-txt h3:nth-child(1) {
    left: 20%;
  }
}

/*------------------------------------*\
    INVESTMENT
\*------------------------------------*/
.index-investment {
  background: url(../images/index-bg.jpg) center top repeat;
  padding: 4rem 0;
}

.index-investment .page-title h2 {
  color: #547f3d;
  text-align: center;
}

.index-investment .investment-list-txt h3 {
  height: 105px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-investment .investment-list-txt p {
  font-size: 1.0625rem;
  text-align: left;
  line-height: 2rem;
  margin-bottom: 1.5rem;
  height: 130px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

/*------------------------------------*\
    PRODUCTS
\*------------------------------------*/
.index-products {
  background: url(../images/index-products-bg.jpg) center center repeat;
}

.index-products .page-title {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  padding: 6rem 0;
}

.index-products .page-title>.container {
  position: relative;
}

.index-products .page-title h2 {
  color: #ffffff;
}

.index-products .page-title a {
  border: 1px solid #ffffff;
  border-radius: 25px;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  width: 250px;
  height: 50px;
}

.index-products .page-title a span {
  background: url(../images/index-products-arrow.svg);
  width: 20px;
  height: 20px;
  margin-left: 1rem;
}

.index-products .page-title a:hover,
.index-products .page-title a:focus {
  background-color: #ffffff;
  color: #547f3d;
}

.index-products .page-title a:hover span,
.index-products .page-title a:focus span {
  background: url(../images/index-products-arrow-green.svg);
}

.index-products-content {
  position: relative;
  top: -3rem;
  margin-top: -3rem;
  z-index: 2;
}

.index-products-content .swiper-container {
  padding: 0 15px;
}

.index-products-content .swiper-wrapper {
  margin-bottom: 2rem;
}

.index-products-content .swiper-button-next,
.index-products-content .swiper-button-prev {
  background-image: url(../images/arrow-btn-gray.svg);
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid rgba(0, 0, 0, 0.25);
  top: auto;
  margin-top: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
}

.index-products-content .swiper-button-next:hover,
.index-products-content .swiper-button-next:focus,
.index-products-content .swiper-button-prev:hover,
.index-products-content .swiper-button-prev:focus {
  background-image: url(../images/arrow-btn.svg);
}

.index-products-content .swiper-button-prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 15px;
}

.index-products-content .swiper-button-next {
  left: 65px;
  right: auto;
}

@media (min-width: 768px) {
  .index-products .page-title a {
    position: absolute;
    top: 0;
    right: 15px;
  }

  .index-products-content {
    top: -6rem;
    margin-top: -6rem;
  }
}

@media (min-width: 1200px) {
  .index-products .page-title a {
    right: 0;
  }

  .index-products-content .swiper-container {
    padding: 0;
  }
}

/*------------------------------------*\
    PARTNER
\*------------------------------------*/
.index-partner {
  padding: 4rem 0;
}