@charset "UTF-8";
/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * ALL
 * ANIMATION
 * HEADER
 * BANNER
 * FOOTER
 * MAIN
 * ABOUT
 * SERVICE
 * PRODUCTS
 * CLASS
 * NEWS
 * CONTACT
 **/
/*------------------------------------*\
    ALL
\*------------------------------------*/
html,
body {
  overflow-x: hidden;
  min-height: 1000px;
}

body {
  color: #666666;
  font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
  padding-top: 60px;
}
@media (min-width: 992px) {
  body {
    padding-top: 120px;
  }
}

a {
  color: #666666;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover, a:focus {
  color: #1a8b2e;
  outline: 0;
  text-decoration: none;
}

img {
  max-width: 100%;
  width: auto\9 ;
  /* ie8 */
}

.container {
  max-width: 100%;
  padding: 0 12px;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1000px;
    padding: 0;
  }
}

#scrollUp {
  right: 12px;
  bottom: 30px;
  z-index: 1000 !important;
}
#scrollUp img {
  width: 50px;
}
@media (min-width: 992px) {
  #scrollUp {
    right: 30px;
  }
  #scrollUp img {
    width: auto;
  }
}

/*------------------------------------*\
    ANIMATION
\*------------------------------------*/
@-webkit-keyframes slide-br {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(100px) translateX(100px);
            transform: translateY(100px) translateX(100px);
  }
}
@keyframes slide-br {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(100px) translateX(100px);
            transform: translateY(100px) translateX(100px);
  }
}
@-webkit-keyframes slide-bl {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(100px) translateX(-100px);
            transform: translateY(100px) translateX(-100px);
  }
}
@keyframes slide-bl {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(100px) translateX(-100px);
            transform: translateY(100px) translateX(-100px);
  }
}
/*------------------------------------*\
    HEADER
\*------------------------------------*/
.navbar {
  border-top: 5px solid #1a8b2e;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  height: 60px;
  padding: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 992px) {
  .navbar {
    border-width: 10px;
    height: 120px;
  }
}
.navbar > .container {
  max-width: 100%;
  padding: 0 12px;
}
@media (min-width: 1600px) {
  .navbar > .container {
    max-width: 1440px;
    padding: 0;
  }
}
.navbar .offcanvas {
  background-color: rgba(255, 255, 255, 0.9);
  width: 80%;
  top: 60px;
}
.navbar .offcanvas-backdrop {
  top: 60px;
}
.navbar .offcanvas-body {
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .navbar .offcanvas {
    background: transparent;
  }
}
.navbar-brand {
  margin-right: 0;
}
.navbar-brand img {
  width: 200px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 1200px) {
  .navbar-brand img {
    width: auto;
  }
}
.navbar-toggler {
  border-radius: 0;
  border: none;
  width: 30px;
  height: 20px;
  padding: 0;
  position: absolute;
  right: 12px;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.navbar-toggler .icon-bar {
  display: block;
  background: #1a8b2e;
  text-align: center;
  width: 30px;
  height: 2px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navbar-toggler .icon-bar:nth-of-type(1) {
  top: 0;
}
.navbar-toggler .icon-bar:nth-of-type(2) {
  top: 10px;
  opacity: 1;
}
.navbar-toggler .icon-bar:nth-of-type(3) {
  top: 20px;
}
.navbar-toggler.show .icon-bar:nth-of-type(1) {
  top: 10px;
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.navbar-toggler.show .icon-bar:nth-of-type(2) {
  opacity: 0;
}
.navbar-toggler.show .icon-bar:nth-of-type(3) {
  top: 10px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
.navbar-nav .nav-item {
  position: relative;
  padding: 0.5rem 1rem;
}
@media (min-width: 992px) {
  .navbar-nav .nav-item {
    padding: 0 1rem;
  }
}
@media (min-width: 1400px) {
  .navbar-nav .nav-item {
    padding: 0 1.75rem;
  }
}
.navbar-nav .nav-link {
  color: #000000;
  font-family: "Noto Serif TC", serif;
  font-size: 1.0625rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05rem;
  padding: 0 !important;
  position: relative;
}
.navbar-nav .nav-link span {
  display: block;
  color: #666666;
  font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
  color: #1a8b2e;
}
@media (min-width: 992px) {
  .navbar-nav .nav-link {
    height: 110px;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .navbar-nav .nav-link::before {
    content: "";
    background-color: #1a8b2e;
    width: 30px;
    height: 3px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
    z-index: 2;
    opacity: 0;
  }
  .navbar-nav .nav-link:hover::before, .navbar-nav .nav-link.active::before {
    opacity: 1;
  }
}
.navbar-nav .dropdown .dropdown-toggle::after {
  display: none;
}
.navbar-nav .dropdown .dropdown-menu {
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1rem;
  margin: 1rem auto 0;
  width: 100%;
  min-width: 180px;
  max-width: 180px;
}
.navbar-nav .dropdown .dropdown-item {
  background-color: transparent;
  color: #000000;
  font-size: 0.9375rem;
  text-align: center;
  line-height: 1.2;
  white-space: inherit;
  padding-left: 0;
  padding-right: 0;
}
.navbar-nav .dropdown .dropdown-item:hover, .navbar-nav .dropdown .dropdown-item.active {
  background-color: transparent;
  color: #1a8b2e;
  font-weight: bold;
}
@media (min-width: 992px) {
  .navbar-nav .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0) translateX(-50%);
        -ms-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }
  .navbar-nav .dropdown .dropdown-menu {
    display: block;
    border: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px) translateX(-50%);
        -ms-transform: translateY(10px) translateX(-50%);
            transform: translateY(10px) translateX(-50%);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    left: 50%;
    margin: 0 auto;
  }
}
.navbar-nav .nav-pro.dropdown {
  position: static;
}
.navbar-nav .nav-pro.dropdown .dropdown-menu .nav {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
.navbar-nav .nav-pro.dropdown .dropdown-menu .nav li {
  margin-bottom: 0.25rem;
}
.navbar-nav .nav-pro.dropdown .dropdown-menu .nav li a {
  font-size: 0.875rem;
}
.navbar-nav .nav-pro.dropdown .dropdown-menu .nav li a:hover, .navbar-nav .nav-pro.dropdown .dropdown-menu .nav li a.active {
  color: #1a8b2e;
  font-weight: bold;
}
.navbar-nav .nav-pro.dropdown .dropdown-item {
  border-bottom: 1px solid #cfcfcf;
  padding: 0.2rem 0 0.5rem;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .navbar-nav .nav-pro.dropdown .dropdown-menu {
    position: relative;
  }
}
@media (min-width: 992px) {
  .navbar-nav .nav-pro.dropdown:hover .dropdown-menu {
    -webkit-transform: translateY(0) translateX(0);
        -ms-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  .navbar-nav .nav-pro.dropdown .dropdown-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 1000px;
    padding: 3rem 2.5rem;
    top: 110px;
    left: auto;
    right: 25px;
    -webkit-transform: translateY(10px) translateX(0);
        -ms-transform: translateY(10px) translateX(0);
            transform: translateY(10px) translateX(0);
  }
  .navbar-nav .nav-pro.dropdown .dropdown-menu > li {
    width: 25%;
    padding: 0 2rem;
  }
  .navbar-nav .nav-pro.dropdown .dropdown-menu .nav {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .navbar-nav .nav-pro.dropdown .dropdown-item {
    text-align: left;
  }
}
.navbar-lang {
  border: 1px solid #1a8b2e;
  color: #1a8b2e;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
  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;
  margin-top: 2rem;
}
.navbar-lang a {
  color: #1a8b2e;
  line-height: 23px;
  height: 23px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  position: relative;
}
.navbar-lang a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}
.navbar-lang a + a {
  margin-left: 1rem;
}
.navbar-lang a + a::after {
  content: "";
  background-color: #1a8b2e;
  width: 1px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: -8px;
  -webkit-transform: translateY(-50%) rotate(30deg);
      -ms-transform: translateY(-50%) rotate(30deg);
          transform: translateY(-50%) rotate(30deg);
}
.navbar-lang a:hover, .navbar-lang a.active {
  background-color: rgba(26, 139, 46, 0.2);
}
.navbar-lang a:hover::before, .navbar-lang a.active::before {
  opacity: 1;
}
.navbar-lang a:first-child {
  padding-left: 0.75rem;
  padding-right: 0.25rem;
}
.navbar-lang a:first-child::before {
  border-width: 23px 15px 0 0;
  border-color: rgba(26, 139, 46, 0.2) transparent transparent transparent;
  right: -15px;
}
.navbar-lang a:last-child {
  padding-left: 0.25rem;
  padding-right: 0.75rem;
}
.navbar-lang a:last-child::before {
  border-width: 0 0 23px 15px;
  border-color: transparent transparent rgba(26, 139, 46, 0.2) transparent;
  left: -15px;
}
.navbar-lang span {
  margin: 0 0.5rem;
}
@media (min-width: 992px) {
  .navbar-lang {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-lang {
    margin-left: 1rem;
  }
}
.navbar-search {
  margin-right: 3rem;
}
.navbar-search .btn {
  border-radius: 0;
  color: #1a8b2e;
  font-size: 1.25rem;
  padding: 0;
  margin-left: 0.5rem;
}
.navbar-search .btn:focus {
  border: none;
}
@media (min-width: 992px) {
  .navbar-search {
    margin-right: 0;
  }
}
@media (min-width: 1400px) {
  .navbar-search .btn {
    margin-left: 1.25rem;
  }
}

.modal-search .modal-dialog {
  max-width: 600px;
}
.modal-search .modal-content {
  border-radius: 0;
}
.modal-search .modal-body {
  padding: 1rem;
}
.modal-search .modal-body form {
  border-bottom: 1px solid #c5c5c5;
  padding-bottom: 0.25rem;
}
.modal-search .modal-body .form-control {
  border-radius: 0;
  border: none;
  font-size: 1.125rem;
  font-weight: 100;
  padding-left: 0;
}
.modal-search .modal-body .form-control::-webkit-input-placeholder {
  color: #808080;
}
.modal-search .modal-body .form-control::-moz-placeholder {
  color: #808080;
}
.modal-search .modal-body .form-control:-ms-input-placeholder {
  color: #808080;
}
.modal-search .modal-body .form-control::-ms-input-placeholder {
  color: #808080;
}
.modal-search .modal-body .form-control::placeholder {
  color: #808080;
}
.modal-search .modal-body .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.modal-search .modal-body .btn {
  border-radius: 0;
  color: #1a8b2e;
  font-size: 1.0625rem;
  letter-spacing: 0.1rem;
  padding: 0;
}
.modal-search .modal-body .btn:hover, .modal-search .modal-body .btn:active {
  border: none;
  color: #000000;
}
@media (min-width: 768px) {
  .modal-search .modal-body {
    padding: 3rem 4rem;
  }
}

/*------------------------------------*\
    BANNER
\*------------------------------------*/
.banner {
  border-left: 12px solid #ffffff;
  border-right: 12px solid #ffffff;
  position: relative;
}
@media (min-width: 992px) {
  .banner {
    border-left-width: 25px;
    border-right-width: 25px;
  }
}
.banner > .container-fluid {
  text-align: center;
}
.banner > .container-fluid::before {
  content: "";
  background-color: #211816;
  opacity: 0.4;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
}
.banner-pic {
  height: 150px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 992px) {
  .banner-pic {
    height: 350px;
  }
}
.banner-txt {
  color: #ffffff;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}
.banner-txt .title {
  font-family: "Noto Serif TC", serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
}
.banner-txt .title span {
  display: block;
  font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 1rem;
  font-weight: normal;
}
@media (min-width: 992px) {
  .banner-txt .title {
    font-size: 3.25rem;
  }
  .banner-txt .title span {
    font-size: 1.125rem;
  }
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.footer {
  background-color: #042b3d;
  color: #ffffff;
  padding: 4rem 0;
}
.footer a {
  color: #ffffff;
}
.footer a:hover {
  color: #1a8b2e;
}
.footer > .container {
  max-width: 100%;
  padding: 0 12px;
}
@media (min-width: 1200px) {
  .footer > .container {
    max-width: 1130px;
    padding: 0;
  }
}
.footer-logo {
  text-align: center;
  margin-bottom: 0.75rem;
}
@media (min-width: 992px) {
  .footer-logo {
    text-align: left;
    margin-bottom: 0.25rem;
  }
}
.footer-info {
  text-align: center;
  position: relative;
}
.footer-info .nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-info .nav li {
  margin-right: 0.75rem;
  font-size: 0.9375rem;
  letter-spacing: 0.075rem;
}
@media (min-width: 992px) {
  .footer-info {
    text-align: left;
  }
  .footer-info .nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer-copy {
  border-top: 1px solid #585858;
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
  text-align: center;
  padding-top: 1rem;
  margin-top: 1.25rem;
}
@media (min-width: 992px) {
  .footer-copy {
    text-align: left;
  }
}
.footer-community {
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
  text-align: center;
  margin-top: 1.25rem;
}
.footer-community a {
  background-repeat: no-repeat;
  background-size: 35px;
  width: 35px;
  height: 35px;
  margin: 0 0.25rem;
}
.footer-community a.fb {
  background-image: url(../images/icon-fb.svg);
}
.footer-community a.fb:hover {
  background-image: url(../images/icon-fb-select.svg);
}
.footer-community a.line {
  background-image: url(../images/icon-line.svg);
}
.footer-community a.line:hover {
  background-image: url(../images/icon-line-select.svg);
}
.footer-community a.ig {
  background-image: url(../images/icon-ig.svg);
}
.footer-community a.ig:hover {
  background-image: url(../images/icon-ig-select.svg);
}
@media (min-width: 992px) {
  .footer-community {
    border-top: 1px solid #585858;
    text-align: right;
    padding-top: 1rem;
  }
}

.sideFixed {
  position: fixed;
  top: 20%;
  right: 12px;
  z-index: 1000;
  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;
}
.sideFixed a {
  border-radius: 50%;
  background-color: #a41524;
  color: #ffffff;
  text-align: center;
  width: 50px;
  height: 50px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sideFixed a:hover {
  background-color: #000000;
}
.sideFixed a + a {
  margin-top: 1rem;
}
.sideFixed a i {
  font-size: 1.75rem;
}
.sideFixed a span {
  font-size: 1.0625rem;
  font-weight: bold;
  display: none;
}
@media (min-width: 992px) {
  .sideFixed {
    top: 20%;
    right: 3%;
  }
  .sideFixed a {
    width: 115px;
    height: 115px;
  }
  .sideFixed a i {
    font-size: 2.25rem;
  }
  .sideFixed a span {
    display: block;
  }
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
main {
  border-left: 12px solid #ffffff;
  border-right: 12px solid #ffffff;
  padding: 3rem 0;
  position: relative;
}
@media (min-width: 992px) {
  main {
    border-left-width: 25px;
    border-right-width: 25px;
    padding: 6rem 0;
  }
}

/* MENU */
.menu {
  border-left: 12px solid #ffffff;
  border-right: 12px solid #ffffff;
  background-color: #f4f9f5;
  text-align: center;
  padding: 1.5rem 0;
  position: relative;
}
.menu::after {
  content: "";
  background-color: #a9aba8;
  width: auto;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 992px) {
  .menu {
    border-left-width: 25px;
    border-right-width: 25px;
  }
}
.menu .nav {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu .nav li {
  padding: 0 1rem;
  position: relative;
}
.menu .nav li + li::before {
  content: "";
  background-color: #cdd2ce;
  width: 2px;
  height: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.menu .nav li a {
  color: #000000;
  font-size: 1.125rem;
}
.menu .nav li a:hover, .menu .nav li a.active {
  font-weight: bold;
}
@media (min-width: 992px) {
  .menu .nav li {
    padding: 0 4.5rem;
  }
  .menu .nav li a {
    font-size: 1.25rem;
  }
}

/* SIDEBAR */
.sidebar {
  display: none;
}
@media (min-width: 992px) {
  .sidebar {
    display: block;
  }
}
.sidebar-content {
  border-radius: 0.5rem;
  border: 1px solid #1a8b2e;
  background-color: rgba(255, 255, 255, 0.7);
  max-width: 255px;
  padding: 2.5rem 1rem;
  -webkit-transition: margin-top 0.35s ease-out;
  -o-transition: margin-top 0.35s ease-out;
  transition: margin-top 0.35s ease-out;
}
.sidebar-content .title {
  color: #000000;
  font-size: 1rem;
  letter-spacing: 0.25rem;
  padding: 0 0.75rem;
  margin-bottom: 1.5rem;
}
.sidebar-content .title span {
  display: block;
  color: #1a8b2e;
  font-size: 1.5625rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  margin-bottom: 0.25rem;
}
.sidebar-content .nav li a {
  display: block;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  color: #000000;
  font-size: 1.125rem;
  padding: 0.75rem 1.5rem 0.75rem 0.5rem;
  position: relative;
}
.sidebar-content .nav li a::after {
  content: "\f285";
  font-family: "bootstrap-icons";
  font-size: 0.75rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.5rem;
}
.sidebar-content .nav li a:hover, .sidebar-content .nav li a.active {
  border-top-color: #1a8b2e;
  border-bottom-color: #1a8b2e;
  background-color: #fffbf2;
  color: #1a8b2e;
}
.sidebar-content .nav li a:hover::after, .sidebar-content .nav li a.active::after {
  color: #a31625;
}
.sidebar-content .nav li ul {
  list-style: none;
  padding: 0.5rem 0;
  margin: 0;
  display: none;
}
.sidebar-content .nav li.show ul {
  display: block;
}
.sidebar-content .nav li ul li {
  margin-bottom: 0.25rem;
}
.sidebar-content .nav li ul li a {
  border-top: none;
  border-bottom: none;
  padding: 0 0.5rem;
  font-size: 0.9375rem;
}
.sidebar-content .nav li ul li a:hover,
.sidebar-content .nav li ul li a.active {
  background-color: transparent;
}
.sidebar-content .nav li ul li a::after {
  display: none;
}
@media (min-width: 1200px) {
  .sidebar-content {
    padding: 2.5rem 2rem;
  }
}

/* PICTURE */
.pic a {
  background-color: #000000;
  overflow: hidden;
  position: relative;
}
.pic a::before {
  content: "";
  background-image: url(../images/more.svg);
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pic a img {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -o-object-fit: cover;
     object-fit: cover;
}
.pic a:hover::before {
  opacity: 1;
}
.pic a:hover img {
  opacity: 0.5;
}

/* PAGINATION */
.pagination {
  -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;
  margin-bottom: 0;
}
.pagination .page-item {
  margin: 0 0.5rem;
}
.pagination .page-link {
  border-radius: 50%;
  border: 1px solid #1a8b2e;
  background-color: transparent;
  color: #1a8b2e;
  font-size: 0.9375rem;
  text-align: center;
  line-height: 35px;
  width: 35px;
  height: 35px;
  padding: 0;
}
.pagination .page-link:hover, .pagination .page-link:focus, .pagination .page-link.active {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #1a8b2e;
  background-color: #1a8b2e;
  color: #ffffff;
}
.pagination .page-arrow {
  color: #b0b0b0;
  font-size: 2rem;
  text-align: center;
  margin: 0 1rem;
}
.pagination .page-arrow:hover {
  color: #1a8b2e;
}
@media (min-width: 992px) {
  .pagination .page-arrow {
    margin: 0 2rem;
  }
}

/* BACK */
.back {
  border: 1px solid #1a8b2e;
  background-color: #1a8b2e;
  color: #ffffff;
  font-size: 1.0625rem;
  line-height: 45px;
  letter-spacing: 0.1rem;
  width: 220px;
  height: 45px;
}
.back i {
  font-size: 1.25rem;
  margin-right: 0.75rem;
}
.back:hover {
  background-color: #ffffff;
  color: #1a8b2e;
}

/*------------------------------------*\
    ABOUT
\*------------------------------------*/
/* ABOUT INTRO */
.about-intro {
  background-color: #ffffff;
  background-image: url(../images/bg-03.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
}
.about-intro-content {
  font-size: 1rem;
  line-height: 1.8;
  text-align: center;
  position: relative;
}
.about-intro-content::before {
  content: "";
  background-image: url(../images/tea-about.png);
  width: 280px;
  height: 240px;
  position: absolute;
  top: 155px;
  left: -210px;
  opacity: 0;
  display: none;
}
.about-intro-content.is-visible::before {
  opacity: 1;
  -webkit-animation: slide-br 1s ease-in both;
          animation: slide-br 1s ease-in both;
}
.about-intro-content h2 {
  color: #1a8b2e;
  font-family: "Noto Serif TC", serif;
  font-size: 1.3125rem;
  line-height: 2;
}
@media (min-width: 992px) {
  .about-intro-content {
    font-size: 1.125rem;
  }
  .about-intro-content::before {
    display: block;
  }
}

/* ABOUT CERT */
.about-cert > .container {
  max-width: 100%;
  padding: 0 12px;
}
@media (min-width: 768px) {
  .about-cert > .container {
    max-width: 730px;
    padding: 0;
  }
}
.about-cert-list {
  text-align: center;
}
.about-cert-list .item {
  margin-bottom: 2rem;
}
.about-cert-list .pic {
  border-bottom: 3px solid #1a8b2e;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
.about-cert-list .title {
  color: #000000;
  font-size: 1.0625rem;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .about-cert-list {
    margin: 0 -1.75rem;
  }
  .about-cert-list .item {
    padding: 0 1.75rem;
  }
}

/* ABOUT STAFF */
.about-staff {
  background-color: #ffffff;
  background-image: url(../images/bg-04.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
}
.about-staff-list .item > [class*=col-]:first-child {
  margin-bottom: 2rem;
}
.about-staff-list .item > [class*=col-]:last-child {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
  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;
}
@media (min-width: 768px) {
  .about-staff-list .item > [class*=col-]:first-child {
    margin-bottom: 0;
  }
  .about-staff-list .item > [class*=col-]:last-child {
    padding-left: 2rem;
  }
}
@media (min-width: 992px) {
  .about-staff-list .item > [class*=col-]:first-child {
    padding-right: 3rem;
  }
  .about-staff-list .item > [class*=col-]:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 2rem;
    margin-bottom: 5rem;
  }
}
.about-staff-list .pic {
  width: 50%;
}
@media (min-width: 768px) {
  .about-staff-list .pic {
    width: auto;
  }
}
.about-staff-list .title {
  color: #000000;
  font-size: 1.6875rem;
  letter-spacing: 0.25rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-bottom: 1rem;
}
.about-staff-list .title span {
  display: block;
  color: #666666;
  font-size: 1.0625rem;
  letter-spacing: 0.05rem;
}
@media (min-width: 992px) {
  .about-staff-list .title {
    width: 25%;
    margin-bottom: 0;
  }
}
.about-staff-list .text {
  line-height: 1.8;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.about-staff-list .text strong {
  color: #1a8b2e;
}
@media (min-width: 992px) {
  .about-staff-list .text {
    width: 60%;
    margin-bottom: 0;
  }
}
.about-staff-list .qrcode {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (min-width: 992px) {
  .about-staff-list .qrcode {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 15%;
  }
}

/*------------------------------------*\
    SERVICE
\*------------------------------------*/
.service {
  background-position: top bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

/* SERVICE TITLE */
.service-title {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 1rem 0;
  margin-bottom: 2rem;
}
.service-title .title {
  color: #000000;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}

/* SERVICE TEXT */
.service-text {
  line-height: 1.8;
}
.service-text .link {
  border-radius: 1.5625rem;
  border: 1px solid #1a8b2e;
  background-color: #1a8b2e;
  color: #ffffff;
  font-size: 1.1875rem;
  font-weight: bold;
  line-height: 50px;
  width: 250px;
  height: 50px;
}
.service-text .link:hover {
  background-color: #ffffff;
  color: #1a8b2e;
}

/* SERVICE WHOLESALE */
.service-wholesale-content {
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 2.5rem;
}
.service-wholesale-content h2 {
  color: #1a8b2e;
  font-size: 1.5rem;
  font-weight: bold;
}
.service-wholesale-content ul {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  list-style: none;
  padding: 2rem 0 0;
  min-height: 250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service-wholesale-content ul li {
  color: #ffffff;
  text-align: center;
  max-width: 250px;
  margin: 0 1rem 2rem;
}
.service-wholesale-content ul li img {
  background-color: #1a8b2e;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .service-wholesale-content ul {
    background-size: contain;
    padding: 0;
  }
  .service-wholesale-content ul li {
    margin: 0 1rem;
  }
  .service-wholesale-content ul li img {
    width: 140px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .service-wholesale-content ul {
    min-height: 320px;
  }
}

/* SERVICE MATERIAL */
.service-material-content {
  font-size: 1.125rem;
  line-height: 1.8;
  text-align: center;
}
.service-material-content h2 {
  color: #1a8b2e;
  font-family: "Noto Serif TC", serif;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.75rem;
}
.service-material-content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 900px;
  list-style: none;
  padding: 0;
  margin: 2rem auto 0;
}
.service-material-content ul li {
  color: #000000;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
  max-width: 180px;
  margin: 0 1.125rem 2rem;
  position: relative;
}
.service-material-content ul li::before {
  content: "";
  background: url(../images/service-material-mask-line.png) no-repeat center top;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.service-material-content ul li img {
  -webkit-mask: url(../images/service-material-mask.png) no-repeat center center;
          mask: url(../images/service-material-mask.png) no-repeat center center;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .service-material-content h2 {
    font-size: 1.25rem;
  }
}

/* SERVICE EQUIPMENT */
.service-equipment-title {
  color: #1a8b2e;
  font-family: "Noto Serif TC", serif;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  line-height: 2;
  margin-bottom: 3rem;
}
.service-equipment-content {
  border: 1px solid #1a8b2e;
  text-align: center;
  padding: 2rem 1rem;
}
@media (min-width: 576px) {
  .service-equipment-content {
    padding: 2rem;
  }
}
@media (min-width: 768px) {
  .service-equipment-content {
    padding: 3rem;
  }
}
@media (min-width: 1200px) {
  .service-equipment-content {
    padding: 4.75rem;
  }
}
.service-equipment-content h2 {
  border-bottom: 1px solid #bfbfbf;
  color: #000000;
  font-size: 1.5rem;
  font-weight: bold;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .service-equipment-content h2 {
    font-size: 1.6875rem;
  }
}

/*------------------------------------*\
    PRODUCTS
\*------------------------------------*/
/* PRODUCTS LIST */
.products-list-wrap > .container {
  max-width: 100%;
  padding: 0 12px;
}
@media (min-width: 1200px) {
  .products-list-wrap > .container {
    max-width: 1170px;
    padding: 0;
  }
}

.products-list-item {
  margin-bottom: 3.5rem;
}
.products-list-txt {
  text-align: center;
  margin-top: 1.5rem;
}
.products-list-txt .title {
  color: #000000;
  font-size: 1.25rem;
  font-weight: bold;
}

/* PRODUCTS VIEW */
.products-view-wrap {
  background-image: url(../images/bg.jpg);
}
.products-view-wrap::before {
  content: "";
  background-image: url(../images/tea.png);
  background-size: 205px;
  width: 205px;
  height: 150px;
  position: absolute;
  top: -150px;
  right: 0;
  z-index: 2;
  display: none;
}
@media (min-width: 992px) {
  .products-view-wrap::before {
    display: block;
  }
}
@media (min-width: 1600px) {
  .products-view-wrap::before {
    background-size: auto;
    width: 410px;
    height: 300px;
    top: -190px;
    right: 100px;
  }
}
.products-view-wrap > .container {
  max-width: 100%;
  padding: 0 12px;
}
@media (min-width: 1400px) {
  .products-view-wrap > .container {
    max-width: 1280px;
    padding: 0;
  }
}

.products-view {
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  padding: 2rem 1rem;
}
@media (min-width: 576px) {
  .products-view {
    padding: 2rem;
  }
}
@media (min-width: 768px) {
  .products-view {
    padding: 3rem;
  }
}
@media (min-width: 992px) {
  .products-view {
    padding: 4rem;
  }
}
@media (min-width: 1200px) {
  .products-view {
    padding: 4rem 5rem;
  }
}
.products-view-pic {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .products-view-pic {
    margin-bottom: 0;
  }
}
.products-view-txt .title {
  border-bottom: 1px solid #bfbfbf;
  color: #000000;
  font-size: 1.875rem;
  font-weight: bold;
  padding-bottom: 0.75rem;
  margin-bottom: 1.25rem;
}
.products-view-txt .text {
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
.products-view-txt .info {
  background-color: #fafafa;
  color: #000000;
  font-size: 1.0625rem;
  padding: 1rem;
}
.products-view-txt .info li {
  margin-bottom: 0.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.products-view-txt .info li:last-child {
  margin-bottom: 0;
}
.products-view-txt .info li span {
  padding-right: 1rem;
  margin-right: 1rem;
  white-space: nowrap;
  position: relative;
}
.products-view-txt .info li span::after {
  content: "";
  background-color: #bcbcbc;
  width: 1px;
  height: 15px;
  position: absolute;
  top: 7px;
  right: 0;
}
@media (min-width: 768px) {
  .products-view-txt .info {
    padding: 2rem;
  }
}
.products-view-desc .title {
  border-top: 2px solid #d2d2d2;
  border-bottom: 2px solid #d2d2d2;
  color: #231815;
  font-family: "Noto Serif TC", serif;
  font-size: 1.1875rem;
  font-weight: 600;
  text-align: center;
  padding: 0.75rem 0;
  margin-bottom: 2rem;
}
.products-view-desc .text {
  line-height: 1.8;
}
.products-view-desc .text table th {
  border: 1px solid #b3b3b3;
  background-color: #e9e9e9;
  font-size: 1.0625rem;
  font-weight: normal;
  white-space: nowrap;
  width: 18%;
  padding: 0.5rem 0.75rem;
}
.products-view-desc .text table td {
  border: 1px solid #b3b3b3;
  background-color: #ffffff;
  padding: 0.5rem 0.75rem;
}
@media (min-width: 1200px) {
  .products-view-desc .text table th {
    padding: 1rem 3rem;
  }
  .products-view-desc .text table td {
    padding: 1rem 4rem;
  }
}

/* PRODUCTS BRAND */
.products-brand::before {
  display: none;
}
.products-brand .content {
  background-color: #ffffff;
  text-align: center;
  padding: 2rem 1rem;
}
@media (min-width: 576px) {
  .products-brand .content {
    padding: 2rem;
  }
}
@media (min-width: 768px) {
  .products-brand .content {
    padding: 3rem;
  }
}
@media (min-width: 1200px) {
  .products-brand .content {
    padding: 4.75rem;
  }
}
.products-brand .content h2 {
  border-bottom: 1px solid #bfbfbf;
  color: #000000;
  font-size: 1.6875rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}

/* SEARCH */
.search {
  color: #1a8b2e;
  font-size: 1.75rem;
  text-align: center;
  letter-spacing: 0.25rem;
  margin-bottom: 2rem;
}

/*------------------------------------*\
    CLASS
\*------------------------------------*/
.class > .container {
  max-width: 100%;
  padding: 0 12px;
}
@media (min-width: 1200px) {
  .class > .container {
    max-width: 1170px;
    padding: 0;
  }
}

/* CLASS LIST */
.class-list {
  margin: 0 -1rem;
}
.class-list-item {
  padding: 0 1rem;
  margin-bottom: 2rem;
}
.class-list-pic {
  position: relative;
}
.class-list-pic a {
  display: block;
}
.class-list-pic a::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.45);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.class-list-pic a::after {
  content: "";
  background-image: url(../images/play.svg);
  width: 65px;
  height: 65px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.class-list-pic a:hover::before {
  background-color: rgba(0, 0, 0, 0.1);
}
.class-list-txt {
  margin-top: 1.75rem;
}
.class-list-txt .title {
  color: #000000;
  font-size: 1.25rem;
  font-weight: bold;
}
.class-list-txt .text {
  line-height: 1.8;
}

/*------------------------------------*\
    NEWS
\*------------------------------------*/
/* NEWS LIST */
.news-list-item {
  border-bottom: 1px solid #acacac;
  padding-bottom: 2rem;
  margin-bottom: 2.5rem;
}
.news-list-item .title a {
  color: #000000;
  font-size: 1.125rem;
  font-weight: bold;
}
.news-list-item .title a:hover {
  color: #1a8b2e;
}
.news-list-item .group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-list-item .date {
  letter-spacing: 0.05rem;
}
.news-list-item .more {
  color: #1a8b2e;
  font-size: 0.8125rem;
  letter-spacing: 0.05rem;
}
.news-list-item .more span {
  display: inline-block;
  background-color: #1a8b2e;
  border-radius: 50%;
  font-size: 0.75rem;
  text-align: center;
  color: #ffffff;
  width: 20px;
  height: 20px;
  margin-left: 0.5rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.news-list-item .more:hover span {
  margin-left: 0.75rem;
}

/* NEWS VIEW */
.news-view-title {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 1.25rem 0;
  margin-bottom: 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-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-view-title .title {
  color: #000000;
  font-size: 1.5rem;
  font-weight: bold;
}
.news-view-title .date {
  white-space: nowrap;
}
.news-view-title .date b {
  padding-left: 1rem;
  margin-left: 1rem;
  position: relative;
}
.news-view-title .date b::before {
  content: "";
  background-color: #b6b6b6;
  width: 1px;
  height: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media (min-width: 992px) {
  .news-view-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 1.25rem 2rem;
    margin-bottom: 3.5rem;
  }
  .news-view-title .title {
    margin-bottom: 0;
  }
}
.news-view-text {
  border-bottom: 1px solid #e1e1e1;
  line-height: 1.8;
  padding-bottom: 4rem;
}

/*------------------------------------*\
    CONTACT
\*------------------------------------*/
.contact {
  background-color: #ffffff;
  background-image: url(../images/bg-02.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  overflow: hidden;
}
.contact > .container {
  position: relative;
}
.contact > .container::before {
  content: "";
  background-image: url(../images/tea-contact-right.png);
  width: 230px;
  height: 210px;
  position: absolute;
  top: -160px;
  right: -165px;
}
@media (min-width: 1200px) {
  .contact > .container {
    max-width: 1170px;
  }
}

/* CONTACT INFO */
.contact-info {
  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;
}
@media (min-width: 992px) {
  .contact-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .contact-info {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.contact-info .title {
  color: #000000;
  font-family: "Noto Serif TC", serif;
  font-size: 1.875rem;
  font-weight: 500;
}
.contact-info .nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2rem;
}
.contact-info .nav li {
  position: relative;
}
.contact-info .nav li::before {
  content: "";
  background-color: #bfbfbf;
  width: 30px;
  height: 2px;
  position: absolute;
  top: 12px;
  left: 0;
  display: none;
}
.contact-info .nav li + li {
  margin-top: 1.5rem;
}
.contact-info .nav li h3 {
  color: #000000;
  font-size: 1.0625rem;
}
.contact-info .nav li p span {
  display: inline-block;
  margin-left: 1rem;
}
@media (min-width: 576px) {
  .contact-info .nav li {
    padding-left: 60px;
  }
  .contact-info .nav li::before {
    display: block;
  }
}
@media (min-width: 992px) {
  .contact-info .nav {
    margin-top: 0;
    margin-left: 2rem;
  }
  .contact-info .nav li {
    padding-left: 90px;
  }
  .contact-info .nav li::before {
    width: 65px;
  }
}
@media (min-width: 1200px) {
  .contact-info .nav {
    margin-left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .contact-info .nav li + li {
    margin-top: 0;
    margin-left: 4rem;
  }
}

/* CONTACT MAP */
.contact-map {
  border-top: 1px solid #7b7d7a;
  padding-top: 2rem;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}
.contact-map iframe {
  width: 100%;
  height: 385px;
}
@media (min-width: 992px) {
  .contact-map {
    padding-top: 3rem;
    margin-top: 3rem;
  }
}

/* CONTACT FORM */
.contact-form {
  position: relative;
}
.contact-form::before {
  content: "";
  background-image: url(../images/tea-contact-left.png);
  width: 200px;
  height: 200px;
  position: absolute;
  top: -245px;
  left: -360px;
  opacity: 0;
}
.contact-form.is-visible::before {
  opacity: 1;
  -webkit-animation: slide-br 1s ease-in both;
          animation: slide-br 1s ease-in both;
}
.contact-form .title {
  border-top: 1px solid #7a7a7a;
  border-bottom: 1px solid #7a7a7a;
  padding: 1rem 0;
  margin-bottom: 3rem;
  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-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 992px) {
  .contact-form .title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .contact-form .title {
    padding: 1.5rem 5.75rem 1.5rem 7.75rem;
  }
}
.contact-form .title h2 {
  color: #000000;
  font-family: "Noto Serif TC", serif;
  font-size: 1.875rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.contact-form .title h2 span {
  display: inline-block;
  font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 1.0625rem;
  letter-spacing: 0.05rem;
  margin-left: 1rem;
}
@media (min-width: 992px) {
  .contact-form .title h2 {
    margin-bottom: 0;
  }
}
.contact-form .title p {
  font-size: 0.9375rem;
  margin-bottom: 0;
}
.contact-form .form {
  background-color: #ffffff;
  padding: 2rem 1rem;
  max-width: 1130px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .contact-form .form {
    padding: 3rem 2rem;
  }
}
@media (min-width: 1200px) {
  .contact-form .form {
    padding: 5.5rem 6rem;
  }
}
.contact-form .form > .row {
  margin: 0 -1rem;
}
.contact-form .form .form-group {
  padding: 0 1rem;
  margin-bottom: 1.5rem;
}
.contact-form .form .form-inner-group {
  margin: 0 -1rem;
}
.contact-form .form .form-inner-group > [class*=col-] {
  padding: 0 1rem;
  margin: 0.5rem 0;
}
.contact-form .form .col-form-label {
  color: #000000;
  font-weight: bold;
  padding: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.contact-form .form .col-form-label.no-border {
  border: none;
}
.contact-form .form .col-form-label span {
  color: #1a8b2e;
}
@media (min-width: 576px) {
  .contact-form .form .col-form-label {
    border-bottom: 1px solid #cccccc;
    padding: 0.375rem 0;
  }
}
.contact-form .form .form-control {
  border: none;
  border-bottom: 1px solid #cccccc;
  border-radius: 0;
  padding: 0.375rem 0;
}
.contact-form .form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact-form .form .form-check-group {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact-form .form .form-check-group .form-control {
  width: 80%;
}
.contact-form .form .form-check-inline {
  cursor: pointer;
  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;
}
.contact-form .form .form-check-label {
  color: #000000;
}
.contact-form .form .form-check-input {
  margin-right: 0.5rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.contact-form .form .form-check-input[type=radio] {
  background-image: url(../images/radio.svg);
  border: none;
  border-radius: 0;
  width: 20px;
  height: 20px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.contact-form .form .form-check-input[type=radio]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact-form .form .form-check-input[type=radio]:checked {
  background-color: #ffffff;
  background-image: url(../images/radio-checked.svg);
}
.contact-form .form .code {
  position: relative;
  padding-right: 150px;
}
.contact-form .form .code img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.contact-form .form .btn {
  border-radius: 0;
  border: 1px solid #1a8b2e;
  background-color: #1a8b2e;
  color: #ffffff;
  font-size: 1.0625rem;
  line-height: 40px;
  letter-spacing: 0.1rem;
  width: 170px;
  height: 40px;
  padding: 0;
}
.contact-form .form .btn:hover {
  background-color: #ffffff;
  color: #1a8b2e;
}