@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
html {
  max-width: 100vw !important;
}

body {
  overflow-x: hidden;
  position: relative;
  box-sizing: content-box;
  padding: 0;
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit !important;
}

p {
  line-height: 1.5;
  margin-bottom: 0 !important;
}

body {
  font-size: 1.5rem;
  line-height: 1.35;
  font-family: SF Pro TC, SF Pro Text, SF Pro Icons, PingFang TC, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #333333;
  overflow-x: hidden;
}
@media (min-width: 721px) {
  body {
    font-size: 1.35rem;
  }
}
@media (max-width: 993px) {
  body {
    font-size: 1.25rem;
  }
}

.main-img {
  background-image: url(../../assets/img/header-main-img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 0;
  z-index: -10;
  width: 100vw;
}
.main-img-graident {
  width: 100vw;
  z-index: -1;
}
@media (max-width: 993px) {
  .main-img {
    background-position-x: -2rem;
  }
}
.main-img .slogan {
  color: #45723D;
  margin-top: 5rem;
  z-index: 1;
}
.main-img .slogan .logo-pattern {
  width: 100%;
}
@media (max-width: 993px) {
  .main-img .slogan .logo-pattern {
    width: 70%;
  }
}
.main-img .slogan-text {
  padding-top: 0;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 180%;
  font-weight: bold;
  background: -webkit-linear-gradient(45deg, #C6A86F, #45723D);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 993px) {
  .main-img .slogan-text {
    font-size: 160%;
  }
}
@media (max-width: 993px) {
  .main-img .slogan {
    text-align: center;
    margin-top: 8rem;
  }
}
.main-img .prod-img {
  width: 100%;
  height: auto;
  margin-top: 5rem;
}
@media (min-width: 721px) {
  .main-img .prod-img {
    margin-top: 0;
  }
}
@media (max-width: 993px) {
  .main-img .prod-img {
    margin-top: 0;
  }
}

.product {
  background-color: #F6F3EC;
}
.product-content {
  text-align: left;
  padding-bottom: 3rem;
}
.product-content-title {
  color: #C6A86F;
  font-size: 150%;
  font-weight: bold;
}
@media (max-width: 993px) {
  .product-content-title {
    text-align: center;
  }
}
.product-content-subtitle {
  color: #8C5B56;
  font-size: 120%;
  font-weight: bold;
}
@media (max-width: 993px) {
  .product-content-subtitle {
    text-align: center;
  }
}
@media (max-width: 993px) {
  .product-content {
    margin-bottom: 2rem;
  }
}
.product .sectoin-title {
  color: #C6A86F;
  font-size: 180%;
  font-weight: bold;
  padding-bottom: 3rem;
}
.product .prod-item-img {
  filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.1));
  padding: 0;
}
.product .prod-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.product .prod-item-name {
  padding-top: 1rem;
}
@media (min-width: 721px) {
  .product .prod-item .col {
    margin-bottom: 2rem;
  }
}
@media (max-width: 720px) {
  .product .prod-item .col {
    margin-bottom: 2rem;
  }
}

.company {
  background: #A79878;
  padding: 2rem;
  color: #F6F3EC;
}
.company .sectoin-title {
  color: #F6F3EC;
  font-size: 180%;
  font-weight: bold;
  padding-bottom: 3rem;
  text-align: center;
}

.header {
  background-color: rgba(52, 44, 30, 0.8) !important;
  color: #FFFFFF;
  padding: 0.5rem;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: block;
}
.header .company-name {
  line-height: 1;
  color: #C6A86F;
}
@media (max-width: 993px) {
  .header .company-name {
    padding-left: 0.5rem;
  }
}
.header .company-name-ch {
  font-size: 110%;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
@media (max-width: 993px) {
  .header .company-name-ch {
    font-size: 100%;
    letter-spacing: 0;
  }
}
.header .company-name-en {
  font-size: 110%;
  font-weight: bold;
  letter-spacing: 0.05rem;
}
.header .icon_sms img {
  width: 1.5rem;
  margin-left: 1rem;
}
.header .btn {
  border: 1px solid #C6A86F;
  color: #C6A86F;
}
.header .btn:hover {
  background-color: #C6A86F;
  color: #342C1E;
}

footer {
  background-color: #342C1E;
  color: #FFFFFF;
  padding: 2rem;
  font-size: 86%;
  line-height: 1.5;
}
@media (max-width: 993px) {
  footer {
    text-align: center;
  }
}
footer p {
  padding-bottom: 1rem;
}
footer span {
  padding-right: 1rem;
}
@media (max-width: 720px) {
  footer span {
    display: block;
  }
}
footer .company-name {
  color: #C6A86F;
  font-weight: 600;
  font-size: 120%;
}
footer .icon_sms {
  width: 8rem;
  margin: 2rem;
}
footer a:link {
  color: #C6A86F !important;
}
footer .logo-img {
  width: 8rem;
}
@media (max-width: 993px) {
  footer .logo-img {
    margin-bottom: 2rem;
  }
}

.wrapper {
  display: grid;
  grid-template-columns: 1fr minmax(auto, 1200px) 1fr;
}
@media (max-width: 720px) {
  .wrapper {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0.5rem 1rem;
  }
}

@media (max-width: 720px) {
  .index-content .wrapper {
    padding: 0.5rem 0;
  }
}
@media (max-width: 720px) {
  .index-content .content-box {
    margin: auto 2rem !important;
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}
.index-content .content-schedule {
  display: grid;
  grid-gap: 4rem;
}
@media (max-width: 720px) {
  .index-content .content-schedule {
    grid-gap: 0;
  }
}

.about-content .wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.about-content .wrapper .content-box {
  margin-top: 4rem;
  padding-top: 0;
}
.about-content .wrapper .content-box p {
  margin-block-start: 0 !important;
}
@media (max-width: 720px) {
  .about-content .wrapper .content-box p {
    margin-block-start: 1em !important;
  }
}

.wrapper-page-content {
  display: grid;
  grid-template-columns: 1fr 600px 600px 1fr;
  margin-top: 5rem;
}
@media (max-width: 993px) {
  .wrapper-page-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
  }
}
@media (max-width: 993px) {
  .wrapper-page-content {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 0;
    padding: 0.5rem 2rem;
  }
}

.article-page-content {
  display: grid;
  grid-template-columns: 1fr minmax(auto, 1000px) 1fr;
}
@media (max-width: 720px) {
  .article-page-content {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0.5rem 2rem;
  }
}

.col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 720px) {
  .col2 {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 0;
  }
}

.col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 720px) {
  .col3 {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 0;
  }
}

@media (max-width: 720px) {
  .xs-hidden {
    display: none;
  }
}

@media (max-width: 993px) {
  .sm-hidden {
    display: none;
  }
}

@media (min-width: 721px) {
  .md-hidden {
    display: none;
  }
}

.bg-row {
  display: grid;
  grid-template-rows: 10% auto;
}
@media (max-width: 720px) {
  .bg-row {
    display: grid;
    grid-template-rows: auto;
  }
}
@media (max-width: 720px) {
  .bg-row-reorder div:nth-child(3) {
    order: 1;
  }
}
@media (max-width: 720px) {
  .bg-row-reorder div:nth-child(2) {
    order: 2;
  }
}
@media (max-width: 720px) {
  .bg-row-index-reroder div:nth-child(1) {
    order: 1;
  }
}
@media (max-width: 720px) {
  .bg-row-index-reroder div:nth-child(2) {
    order: 1;
  }
}
@media (max-width: 720px) {
  .bg-row-index-reroder div:nth-child(3) {
    order: 4;
  }
}
@media (max-width: 720px) {
  .bg-row-index-reroder div:nth-child(4) {
    order: 3;
  }
}
@media (max-width: 720px) {
  .bg-row-index-reroder div:nth-child(5) {
    order: 5;
  }
}
@media (max-width: 720px) {
  .bg-row-index-reroder div:nth-child(6) {
    order: 6;
  }
}

.header-layout {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
}
@media (max-width: 720px) {
  .header-layout {
    display: grid;
    grid-template-columns: 1fr auto;
  }
}

.nav-layout {
  display: grid;
  grid-template-columns: 100px auto 100px;
}
@media (max-width: 720px) {
  .nav-layout {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }
}
.nav-layout .dropdown-menu {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
@media (max-width: 720px) {
  .nav-layout .dropdown-menu {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }
}

.main-content-layout .pagelinks-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 720px) {
  .main-content-layout .pagelinks-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
}

.page-subtitle {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.footer-layout {
  display: grid;
  grid-template-columns: 2fr 4fr;
}
@media (max-width: 720px) {
  .footer-layout {
    grid-template-columns: 2fr;
  }
}
@media (max-width: 720px) {
  .footer-layout-info {
    grid-column-start: 1;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 2;
    grid-template-columns: 2fr;
  }
}
.footer-layout-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 720px) {
  .footer-layout-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer-layout-copyright {
  display: grid;
  grid-template-columns: 2fr 2fr 3fr;
}
@media (max-width: 720px) {
  .footer-layout-copyright {
    display: grid;
    grid-template-columns: 1fr;
  }
}/*# sourceMappingURL=main.css.map */