@charset "UTF-8";
html,
body {
  width: 100%;
  min-height: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
  text-align: left;
  overflow: visible;
  font-size: 16px;
  color: #000;
  background-color: #fff;
  line-height: 1.5;
  font-family: 'Arial', 'Microsoft JhengHei' , '微軟正黑體' , sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  html *,
  body * {
    outline: none; }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .pace:after {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(35, 73, 52, 0.8);
    z-index: 99999;
    display: block; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #234934;
  position: fixed;
  z-index: 200000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px; }

.animate {
  -webkit-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

.text-left {
  text-align: left !important; }

.clearfix:after, .clearfix:before {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

p {
  margin-bottom: 5px; }

/*共用屬性*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

* {
  -webkit-overflow-scrolling: touch; }

a {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none;
  color: inherit; }
  a:active, a:hover {
    outline: none;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }

img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto; }

input[type="text"] {
  -webkit-appearance: none;
  border-radius: 0; }

/*泛用表格*/
.t {
  display: table; }
  .t > .t-row {
    display: table-row; }
    .t > .t-row > .t-cell {
      display: table-cell;
      vertical-align: middle;
      border-collapse: collapse;
      margin: 0;
      padding: 0; }

/*定義區塊*/
.container {
  margin: auto;
  position: relative;
  z-index: 100;
  width: 1200px;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-left: 15px;
  padding-right: 15px; }

.col-12 {
  width: 100%; }

.col-11 {
  width: 91.66666667%; }

.col-10 {
  width: 83.33333333%; }

.col-9 {
  width: 75%; }

.col-8 {
  width: 66.66666667%; }

.col-7 {
  width: 58.33333333%; }

.col-6 {
  width: 50%; }

.col-5 {
  width: 41.66666667%; }

.col-4 {
  width: 33.33333333%; }

.col-3 {
  width: 25%; }

.col-2 {
  width: 16.66666667%; }

.col-1 {
  width: 8.33333333%; }

.pic {
  position: relative;
  font-size: 0;
  width: 100%;
  height: 0;
  display: block;
  padding-bottom: 100%; }
  .pic > span {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0; }
    .pic > span:before {
      content: ' ';
      display: inline-block;
      height: 100%;
      width: 0;
      vertical-align: middle; }
    .pic > span > img, .pic > span > iframe {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      display: inline-block;
      vertical-align: middle; }
    .pic > span > iframe {
      width: 100%;
      height: 100%; }

.cf:after,
.row:after,
dl:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
  visibility: hidden; }

.bg_img {
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat; }

.editor {
  word-break: break-all;
  /* Begin bidirectionality settings (do not change) */ }
  .editor i {
    font-style: italic; }
  .editor em, .editor b, .editor strong {
    font-weight: bold; }
  .editor img {
    height: auto !important; }
  .editor html, .editor address, .editor blockquote, .editor body, .editor dd, .editor div, .editor dl, .editor dt, .editor fieldset, .editor form,
  .editor frame, .editor frameset, .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6, .editor noframes, .editor ol, .editor p, .editor ul, .editor center,
  .editor dir, .editor hr, .editor menu, .editor pre {
    display: block; }
  .editor li {
    display: list-item; }
  .editor head {
    display: none; }
  .editor table {
    display: table; }
  .editor tr {
    display: table-row; }
  .editor thead {
    display: table-header-group; }
  .editor tbody {
    display: table-row-group; }
  .editor tfoot {
    display: table-footer-group; }
  .editor col {
    display: table-column; }
  .editor colgroup {
    display: table-column-group; }
  .editor td, .editor th {
    display: table-cell; }
  .editor caption {
    display: table-caption; }
  .editor th {
    font-weight: bolder;
    text-align: center; }
  .editor caption {
    text-align: center; }
  .editor body {
    margin: 8px; }
  .editor h1 {
    font-size: 2em;
    margin: .67em 0; }
  .editor h2 {
    font-size: 1.5em;
    margin: .75em 0; }
  .editor h3 {
    font-size: 1.17em;
    margin: .83em 0; }
  .editor h4, .editor p, .editor blockquote, .editor ul, .editor fieldset, .editor form, .editor ol, .editor dl, .editor dir, .editor menu {
    margin: 1.12em 0; }
  .editor h5 {
    font-size: .83em;
    margin: 1.5em 0; }
  .editor h6 {
    font-size: .75em;
    margin: 1.67em 0; }
  .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6, .editor b, .editor strong {
    font-weight: bolder; }
  .editor blockquote {
    margin-left: 40px;
    margin-right: 40px; }
  .editor i, .editor cite, .editor em, .editor var, .editor address {
    font-style: italic; }
  .editor pre, .editor tt, .editor code, .editor kbd, .editor samp {
    font-family: monospace; }
  .editor pre {
    white-space: pre; }
  .editor button, .editor textarea, .editor input, .editor select {
    display: inline-block; }
  .editor big {
    font-size: 1.17em; }
  .editor small, .editor sub, .editor sup {
    font-size: .83em; }
  .editor sub {
    vertical-align: sub; }
  .editor sup {
    vertical-align: super; }
  .editor table {
    border-spacing: 2px; }
  .editor thead, .editor tbody, .editor tfoot {
    vertical-align: middle; }
  .editor td, .editor th {
    vertical-align: inherit; }
  .editor s, .editor strike, .editor del {
    text-decoration: line-through; }
  .editor hr {
    border: 1px inset; }
  .editor ol, .editor ul, .editor dir, .editor menu, .editor dd {
    margin-left: 40px; }
  .editor ol {
    list-style-type: decimal; }
  .editor ol ul, .editor ul ol, .editor ul ul, .editor ol ol {
    margin-top: 0;
    margin-bottom: 0; }
  .editor u, .editor ins {
    text-decoration: underline; }
  .editor br:before {
    content: "\A"; }
  .editor :before, .editor :after {
    white-space: pre-line; }
  .editor center {
    text-align: center; }
  .editor :link, .editor :visited {
    text-decoration: underline; }
  .editor :focus {
    outline: thin dotted invert; }
  .editor BDO[DIR="ltr"] {
    direction: ltr;
    unicode-bidi: bidi-override; }
  .editor BDO[DIR="rtl"] {
    direction: rtl;
    unicode-bidi: bidi-override; }
  .editor *[DIR="ltr"] {
    direction: ltr;
    unicode-bidi: embed; }
  .editor *[DIR="rtl"] {
    direction: rtl;
    unicode-bidi: embed; }
  @media print {
    .editor h1 {
      page-break-before: always; }
    .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
      page-break-after: avoid; }
    .editor ul, .editor ol, .editor dl {
      page-break-before: avoid; } }

body {
  overflow-x: hidden; }

header {
  background: rgba(234, 233, 230, 0.72);
  position: fixed;
  z-index: 9999;
  width: 100%; }
  header .header-container {
    max-width: 1200px;
    margin: 0 auto; }

/* collaspe btn */
.collapse-button {
  display: none; }

#logo {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px; }

/* main nav start */
#main-nav {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 300px);
  text-align: right; }
  #main-nav ul {
    padding: 0;
    width: 100%; }
    #main-nav ul li {
      display: inline-block;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      vertical-align: middle;
      text-align: center;
      padding: 0 10px;
      transition: 0.3s ease;
      margin-bottom: 10px; }
      #main-nav ul li a {
        text-align: center;
        color: #333;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        display: block;
        padding: 45px 15px 15px;
        border-bottom: 6px transparent solid; }
      #main-nav ul li:hover, #main-nav ul li.active {
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease; }
        #main-nav ul li:hover a, #main-nav ul li.active a {
          -webkit-transition: 0.3s ease;
          -o-transition: 0.3s ease;
          transition: 0.3s ease;
          color: #234934;
          border-color: #234934;
          background: #fff; }
      #main-nav ul li.text-box {
        position: relative; }
        #main-nav ul li.text-box:hover p {
          max-height: 500px;
          padding: 10px 15px;
          -webkit-transition: 0.3s ease;
          -o-transition: 0.3s ease;
          transition: 0.3s ease;
          opacity: 1; }
        #main-nav ul li.text-box p {
          position: absolute;
          background: #111;
          width: 340px;
          line-height: 1.3em;
          color: #CCE1CC;
          text-align: left;
          z-index: 9;
          max-height: 0;
          overflow: hidden;
          opacity: 0;
          -webkit-transition: 0.3s ease;
          -o-transition: 0.3s ease;
          transition: 0.3s ease; }

#gotop {
  color: #fff;
  background: #7A975F;
  opacity: .8;
  position: fixed;
  right: 25px;
  bottom: 80px;
  font-size: 30px;
  width: 50px;
  height: 50px;
  padding: 10px 0;
  cursor: pointer;
  z-index: 998;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease; }
  #gotop:hover {
    opacity: 1; }
  #gotop.show {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }

footer {
  background: #234934;
  color: #ccc;
  text-align: center;
  font-size: 16px;
  padding: 20px 0;
  position: relative; }
  footer a:hover {
    color: #CCE1CC; }
  footer .f-info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0 15px; }
    footer .f-info-box .info {
      text-align: left; }
    footer .f-info-box .share ul li {
      display: inline-block;
      border-radius: 50%;
      border: 1px #fff solid;
      margin: 0 5px; }
      footer .f-info-box .share ul li a {
        text-align: center;
        height: 35px;
        width: 35px;
        display: block; }
        footer .f-info-box .share ul li a i {
          margin: 0;
          line-height: 34px; }
      footer .f-info-box .share ul li:hover {
        background: #fff; }
        footer .f-info-box .share ul li:hover a {
          color: #234934; }
    footer .f-info-box span {
      display: block;
      margin: 10px 5px; }
    footer .f-info-box i {
      width: 20px;
      text-align: center;
      margin-right: 5px; }

.copyright {
  font-size: 14px;
  background: #112e1e;
  color: #999;
  padding: 10px 0;
  text-align: center; }

.main {
  padding: 60px 0; }

.button {
  clear: both;
  margin: 20px 0 10px;
  text-align: center; }
  .button span {
    display: inline-block; }
  .button a {
    display: inline-block;
    border: 1px #234934 solid;
    color: #234934;
    padding: 10px 25px 8px;
    border-radius: 30px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear; }
    .button a i {
      padding-right: 5px; }
    .button a:hover {
      -webkit-transition: all .2s linear;
      -o-transition: all .2s linear;
      transition: all .2s linear;
      -webkit-transform: translateY(-5px) rotate(0);
      -ms-transform: translateY(-5px) rotate(0);
      transform: translateY(-5px) rotate(0);
      background: #234934;
      border: 1px #234934 solid;
      color: #fff; }
  .button.white a {
    border: 1px #fff solid;
    color: #fff; }
    .button.white a:hover {
      -webkit-transition: all .2s linear;
      -o-transition: all .2s linear;
      transition: all .2s linear;
      background: rgba(255, 255, 255, 0.2);
      -webkit-transform: translateY(-5px) rotate(0);
      -ms-transform: translateY(-5px) rotate(0);
      transform: translateY(-5px) rotate(0); }
  .button.dark a {
    border: 1px #333 solid;
    color: #333; }
    .button.dark a:hover {
      -webkit-transition: all .2s linear;
      -o-transition: all .2s linear;
      transition: all .2s linear;
      -webkit-transform: translateY(-5px) rotate(0);
      -ms-transform: translateY(-5px) rotate(0);
      transform: translateY(-5px) rotate(0);
      background: #333;
      border: 1px #333 solid;
      color: #fff; }
  .button.mc2 a {
    border: 1px #7A975F solid;
    background: #7A975F;
    color: #fff;
    border-radius: 4px; }
    .button.mc2 a:hover {
      -webkit-transition: all .2s linear;
      -o-transition: all .2s linear;
      transition: all .2s linear;
      -webkit-transform: translateY(-5px) rotate(0);
      -ms-transform: translateY(-5px) rotate(0);
      transform: translateY(-5px) rotate(0);
      background: #7A975F;
      border: 1px #7A975F solid; }

.box-title {
  font-size: 32px;
  margin-bottom: 30px;
  line-height: 1.1em;
  color: #234934;
  font-weight: bold; }
  .box-title span {
    font-size: 18px;
    color: #9B9B9B;
    display: block;
    font-weight: normal; }
  .box-title.white {
    color: #fff; }

.breadcrumb-container {
  background-color: #f8f8f8;
  border-bottom: 1px solid #f4f4f4; }
  .breadcrumb-container .breadcrumb {
    font-size: 14px;
    padding-left: 0;
    padding: 8px 0;
    text-transform: uppercase;
    color: #234934; }
    .breadcrumb-container .breadcrumb i, .breadcrumb-container .breadcrumb svg {
      padding-right: 5px; }
    .breadcrumb-container .breadcrumb > li {
      display: inline-block; }
      .breadcrumb-container .breadcrumb > li + li:before {
        padding: 0 5px;
        color: #ccc;
        content: "/"; }
    .breadcrumb-container .breadcrumb > .active {
      color: #777; }
    .breadcrumb-container .breadcrumb a {
      color: #234934; }
      .breadcrumb-container .breadcrumb a:hover {
        color: #7A975F; }

.pagination-container {
  padding: 20px 0; }
  .pagination-container .pagination {
    display: inline-block;
    vertical-align: middle;
    padding-left: 0; }
    .pagination-container .pagination li {
      border-radius: 50%;
      display: inline-block;
      vertical-align: middle; }
      .pagination-container .pagination li.active a, .pagination-container .pagination li:hover a {
        background-color: #234934;
        color: #fff; }
    .pagination-container .pagination a, .pagination-container .pagination span {
      line-height: 30px;
      border-radius: 50%;
      color: #234934;
      margin-left: 4px;
      width: 30px;
      height: 30px;
      -o-transition: all 0.45s ease;
      transition: all 0.45s ease;
      -webkit-transition: all 0.45s ease;
      text-align: center;
      display: block; }
    .pagination-container .pagination i {
      line-height: 28px; }

/*in-bg*/
.about-bg {
  background: url(../_img/page/about-bg.jpg);
  background-size: cover; }

.gray-bg {
  background: #F6F4E8; }

.ser-bg {
  background: url(../_img/page/ser-bg.jpg);
  background-size: cover; }

.contact-bg {
  background: url(../_img/page/contact-bg.jpg);
  background-size: cover; }

/*間距樣式*/
.pl-10 {
  padding-left: 10px; }

.pr-10 {
  padding-right: 10px; }

.pt-10 {
  padding-top: 10px; }

.pb-10 {
  padding-bottom: 10px; }

.p-10 {
  padding: 10px; }

.ml-10 {
  margin-left: 10px; }

.mr-10 {
  margin-right: 10px; }

.mt-10 {
  margin-top: 10px; }

.mb-10 {
  margin-bottom: 10px; }

.m-10 {
  margin: 10px; }

.m-top {
  padding-top: 100px; }

#banner {
  overflow: hidden;
  position: relative;
  z-index: 1000;
  width: 100%;
  height: 100%; }
  #banner .banner-slider {
    margin: 0;
    font-family: 'Noto Serif TC', 'Microsoft JhengHei' , '微軟正黑體' , sans-serif; }
    #banner .banner-slider .item {
      outline: none; }
      #banner .banner-slider .item .bg-img {
        background-size: cover;
        background-position: 50% 50%; }
      #banner .banner-slider .item .banner-txt {
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
        -webkit-transition: all 1s linear;
        -o-transition: all 1s linear;
        transition: all 1s linear;
        opacity: 0; }
      #banner .banner-slider .item.slick-active .banner-txt {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        -webkit-transition: all 1s linear;
        -o-transition: all 1s linear;
        transition: all 1s linear;
        opacity: 1; }

.banner-txt {
  width: 100%;
  height: 100%; }
  .banner-txt .container {
    width: 100%;
    height: 100%; }
  .banner-txt .txt-inner {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    top: 40%;
    z-index: 90;
    padding: 0 15px;
    text-shadow: 0 0 12px #333; }
    .banner-txt .txt-inner .banner-title {
      font-size: 80px;
      font-weight: lighter;
      color: #fff;
      line-height: 1.2em;
      margin: 0 auto 2%;
      font-weight: bold; }
    .banner-txt .txt-inner .banner-detail {
      font-size: 30px;
      color: #fff;
      line-height: 1.3em;
      display: inline-block;
      max-width: 820px;
      margin: 0 auto; }

.idx-pro {
  background: #F5F5F5; }
  .idx-pro .item {
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 3 - 24px);
    margin: 10px; }
    .idx-pro .item .pic {
      background: #fff;
      overflow: hidden; }
      .idx-pro .item .pic img {
        -webkit-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease; }
    .idx-pro .item .text {
      padding: 15px; }
    .idx-pro .item:hover .pic img {
      -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
      transform: scale(1.15);
      -webkit-transition: 0.5s ease;
      -o-transition: 0.5s ease;
      transition: 0.5s ease; }

.idx-about .left {
  display: inline-block;
  vertical-align: middle;
  width: calc(50% - 4px); }

.idx-about .right {
  display: inline-block;
  vertical-align: middle;
  width: calc(50% - 4px);
  padding-left: 3%; }
  .idx-about .right p {
    line-height: 2em; }

.about-box {
  line-height: 2em;
  background: #fff;
  border-radius: 0 20px 20px 0;
  width: 68%; }
  .about-box p {
    margin-bottom: 25px; }
  .about-box .about-text {
    max-width: 850px;
    margin: 0 0 0 auto;
    padding: 5% 7% 5% 3%; }

#news aside {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  margin: 10px 0;
  padding-right: 20px; }
  #news aside ul li {
    border-bottom: 1px #707070 solid;
    margin-bottom: 10px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    position: relative; }
    #news aside ul li:before {
      position: absolute;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      content: '\f105';
      top: 3px;
      right: 5px;
      opacity: 0;
      font-family: 'Font Awesome 5 Pro';
      color: #FFCF4E; }
    #news aside ul li a {
      color: #7A975F;
      display: block;
      padding: 5px 10px; }
    #news aside ul li:hover, #news aside ul li.active {
      border-bottom: 2px #FFCF4E solid;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease; }
      #news aside ul li:hover:before, #news aside ul li.active:before {
        opacity: 1;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease; }

#news .news-list {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 205px); }
  #news .news-list .news-item {
    display: inline-block;
    width: calc(100% / 3 - 14px);
    margin: 10px 5px;
    vertical-align: top;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    position: relative; }
    #news .news-list .news-item:hover .img-box:before {
      opacity: 1; }
    #news .news-list .news-item .img-box {
      overflow: hidden;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      #news .news-list .news-item .img-box:before {
        background: rgba(122, 151, 95, 0.3);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        z-index: 2;
        opacity: 0; }
    #news .news-list .news-item .news-title {
      color: #707070;
      font-size: 16px;
      position: relative;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      padding: 15px; }
      #news .news-list .news-item .news-title h4 {
        color: #234934;
        margin-bottom: 10px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        font-weight: bold; }
        #news .news-list .news-item .news-title h4:hover {
          color: #7A975F;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
      #news .news-list .news-item .news-title p {
        color: 707070;
        font-size: 14px; }
      #news .news-list .news-item .news-title .date {
        color: 707070;
        font-size: 14px;
        text-align: right;
        padding: 5px 0; }

#news .news-in-box {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 205px);
  padding: 0 15px; }
  #news .news-in-box h4 {
    font-size: 25px;
    color: #234934;
    padding-bottom: 5px;
    display: inline-block;
    font-weight: bold; }
  #news .news-in-box .date {
    color: #707070;
    font-size: 14px;
    text-align: right;
    margin-bottom: 15px;
    border-bottom: 1px #707070 solid; }
    #news .news-in-box .date span {
      float: left; }
  #news .news-in-box p {
    margin: 10px 0; }
  #news .news-in-box .editor {
    padding: 10px 0; }

#news .button a {
  background: rgba(204, 225, 204, 0.3);
  border-radius: 12px;
  padding: 10px 25px 8px 15px;
  color: #7A975F;
  font-weight: bold; }
  #news .button a i {
    padding-right: 20px; }
  #news .button a:hover {
    background: #234934; }

.ser-list {
  display: inline-block;
  vertical-align: top;
  width: calc(100% / 4 - 24px);
  margin: 10px;
  padding: 20px;
  font-size: 21px;
  color: #fff; }

.product-list .product-item {
  display: inline-block;
  width: calc(100% / 3 - 24px);
  border: 4px #fff solid;
  margin: 10px;
  vertical-align: top;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  position: relative; }
  .product-list .product-item:hover {
    border-color: #7A975F;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease; }
    .product-list .product-item:hover .product-title {
      z-index: 99;
      top: 40%;
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      opacity: 1; }
    .product-list .product-item:hover .img-box:before {
      opacity: 1; }
  .product-list .product-item .product-title {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 10%;
    z-index: -2;
    opacity: 0;
    padding: 20px;
    text-align: center;
    display: block;
    width: 100%; }
    .product-list .product-item .product-title h4 {
      color: #234934;
      font-size: 20px;
      line-height: 1.3em; }
      .product-list .product-item .product-title h4:after {
        position: absolute;
        content: '';
        height: 10px;
        width: 100%;
        bottom: 5px;
        left: 0px;
        z-index: -1;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
  .product-list .product-item .img-box {
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }
    .product-list .product-item .img-box img {
      -webkit-transition: 0.5s ease;
      -o-transition: 0.5s ease;
      transition: 0.5s ease; }
    .product-list .product-item .img-box:before {
      position: absolute;
      -webkit-transition: 0.5s ease-in-out;
      -o-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out;
      content: '';
      height: 100%;
      width: 100%;
      background: rgba(254, 254, 254, 0.76);
      bottom: 0px;
      left: 0;
      z-index: 9;
      opacity: 0; }

.list-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px; }
  .list-sort li {
    border: 1px #234934 solid;
    color: #234934;
    margin: 0 10px 5px;
    border-radius: 50px;
    font-size: 18px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
    .list-sort li:hover, .list-sort li.active {
      background: #234934;
      color: #fff; }
    .list-sort li a {
      display: block;
      padding: 7px 25px 5px; }

.contact-info {
  display: inline-block;
  width: calc(53% - 4px);
  vertical-align: top;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #fff; }
  .contact-info .text {
    margin: 0 0 25px 0;
    position: relative; }
    .contact-info .text .title {
      font-size: 32px;
      margin: 0 0 20px 0; }
    .contact-info .text p {
      font-size: 20px;
      margin: 0 0 5px 0; }
    .contact-info .text i {
      width: 30px;
      text-align: center;
      margin-right: 5px; }
    .contact-info .text a:hover {
      color: #234934; }
    .contact-info .text .qr {
      position: absolute;
      bottom: 0;
      right: 0; }

.contact-form {
  display: inline-block;
  width: calc(47% - 39px);
  vertical-align: top;
  padding: 3% 4%;
  margin-left: 35px;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 1px #707070 solid;
  background: rgba(255, 255, 255, 0.72);
  border-radius: 12px; }
  .contact-form label {
    display: inline-block;
    padding-right: 5px;
    width: 90px;
    color: #234934; }
  .contact-form input {
    border: 0;
    display: inline-block;
    border: 1px #707070 solid;
    border-radius: 4px;
    width: calc(100% - 95px);
    background: none;
    padding: 5px;
    height: 35px;
    font-family: 'Arial', 'Microsoft JhengHei' , '微軟正黑體' , sans-serif; }
  .contact-form textarea {
    width: 100%;
    background: none;
    border: 1px #707070 solid;
    padding: 10px;
    font-family: 'Arial', 'Microsoft JhengHei' , '微軟正黑體' , sans-serif; }
  .contact-form ul li {
    margin-bottom: 20px; }
    .contact-form ul li:last-child {
      border: 0; }
  .contact-form .button a {
    background: rgba(204, 225, 204, 0.3);
    border-radius: 12px;
    padding: 8px 25px 6px;
    color: #7A975F;
    font-weight: bold; }
    .contact-form .button a:hover {
      background: #234934; }

/*----------------max-width:1680------------------*/
/* 1680 END */
/*----------------max-width:1440------------------*/
/* 1440 END */
/*----------------max-width:1200------------------*/
@media screen and (max-width: 1200px) {
  body {
    font-size: 15px; }
  .about-box {
    background: rgba(255, 255, 255, 0.8);
    line-height: 1.5em;
    border-radius: 20px;
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
    padding: 0 15px; }
    .about-box .about-text {
      max-width: 100%;
      margin: 0;
      padding: 5% 2%; } }

/*1200*/
/*----------------max-width:1024------------------*/
@media screen and (max-width: 1024px) {
  header {
    min-height: 97px; }
  .m-top {
    padding-top: 97px; }
  #logo {
    display: inline-block;
    vertical-align: middle;
    padding: 10px; }
  .header-container {
    height: 0px; }
  .collapse-button {
    display: block;
    position: absolute;
    right: 10px;
    top: 50px;
    width: 40px;
    background-color: #234934;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 4px 4px 4px 4px;
    color: #FFF;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    padding: 10px 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    cursor: pointer;
    font-size: 0.875em;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .collapse-button:hover, .collapse-button:focus {
      color: #FFF; }
    .collapse-button .icon-bar {
      background-color: #fff;
      border-radius: 1px 1px 1px 1px;
      display: block;
      height: 2px;
      width: 20px;
      margin: 3px auto;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
    .collapse-button.spread-out .icon-bar {
      width: 24px;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
      .collapse-button.spread-out .icon-bar:first-child {
        -webkit-transform: translateY(2px) rotate(45deg);
        -ms-transform: translateY(2px) rotate(45deg);
        transform: translateY(2px) rotate(45deg); }
      .collapse-button.spread-out .icon-bar:nth-child(2) {
        display: none; }
      .collapse-button.spread-out .icon-bar:last-child {
        -webkit-transform: translateY(-3px) rotate(-45deg);
        -ms-transform: translateY(-3px) rotate(-45deg);
        transform: translateY(-3px) rotate(-45deg); }
    .collapse-button.spread-out :after {
      margin-top: 6px; }
  /* main-nav */
  #main-nav {
    position: relative;
    z-index: 999999;
    width: 100%;
    background: rgba(234, 233, 230, 0.72);
    border: 2px #234934 solid;
    max-height: 0;
    overflow: hidden;
    top: -1000px;
    -webkit-transition: 1.5s cubic-bezier(0.925, -0.365, 0.2, 1.455);
    -o-transition: 1.5s cubic-bezier(0.925, -0.365, 0.2, 1.455);
    transition: 1.5s cubic-bezier(0.925, -0.365, 0.2, 1.455); }
    #main-nav ul {
      margin: 0;
      display: initial; }
      #main-nav ul li {
        display: block;
        width: 100% !important;
        padding: .5em 0;
        margin: 0;
        border-bottom: 1px dotted #234934; }
        #main-nav ul li a {
          padding: 5px 10px;
          color: #234934;
          font-weight: bold;
          border: 0;
          line-height: 1em;
          margin: 0; }
        #main-nav ul li:hover a, #main-nav ul li.active a {
          background: none; }
    #main-nav.active {
      max-height: 3000px;
      top: 0px;
      -webkit-transition: all 0.8s cubic-bezier(0.925, -0.365, 0.2, 1.455);
      -o-transition: all 0.8s cubic-bezier(0.925, -0.365, 0.2, 1.455);
      transition: all 0.8s cubic-bezier(0.925, -0.365, 0.2, 1.455); }
  .banner-txt .txt-inner {
    text-align: left;
    text-shadow: 0 0 8px #000; }
    .banner-txt .txt-inner .banner-title {
      font-size: 30px; }
    .banner-txt .txt-inner .banner-detail {
      font-size: 18px; }
  .contact-info {
    width: 100%;
    margin: 0 0 20px 0; }
    .contact-info .text .qr {
      position: initial; }
    .contact-info .text .title {
      font-size: 25px;
      margin: 0 0 10px 0; }
    .contact-info .text p {
      font-size: 18px;
      margin: 0 0 5px 0; }
  .contact-form {
    width: 100%;
    padding: 20px;
    margin-left: 0;
    margin: 20px 0 0 0; } }

/* 1024 END */
/*----------------max-width:768-------------------*/
@media screen and (max-width: 768px) {
  .idx-pro .item {
    width: 100%;
    margin: 0; }
  .idx-about .left,
  .idx-about .right {
    display: block;
    width: 100%;
    padding-left: 0; }
    .idx-about .left p,
    .idx-about .right p {
      line-height: 1.5em; }
  footer .f-info-box {
    display: block; }
    footer .f-info-box .share {
      margin-top: 20px; }
    footer .f-info-box .logo {
      margin-bottom: 20px;
      margin-top: 10px; }
  #news aside {
    display: block;
    width: 100%;
    margin: 0 0 20px;
    padding-right: 0px; }
  #news .news-list {
    display: block;
    width: 100%; }
    #news .news-list .news-item {
      width: calc(100% / 2 - 14px); }
  #news .news-in-box {
    display: block;
    width: 100%;
    padding: 0;
    margin-top: 40px; }
    #news .news-in-box h4 {
      font-size: 20px; }
    #news .news-in-box .date {
      text-align: left;
      border-bottom: 0; }
      #news .news-in-box .date span {
        float: none;
        display: block; }
  .ser-list {
    width: calc(100% / 3 - 24px);
    font-size: 16px; }
    .ser-list img {
      margin-bottom: 20px; }
  .product-list .product-item {
    width: calc(100% / 2 - 24px); }
    .product-list .product-item .product-title h4 {
      font-size: 16px; }
  .list-sort {
    display: block; }
    .list-sort li {
      font-size: 16px;
      border-radius: 4px;
      margin: 0 0 10px 0; } }

/* 768 END */
/*----------------max-width:575-------------------*/
@media screen and (max-width: 575px) {
  #logo img {
    max-width: 230px; }
  header {
    min-height: 90px; }
  .m-top {
    padding-top: 90px; }
  .product-list .product-item {
    width: 100%;
    margin: 0 0 20px 0; }
    .product-list .product-item .product-title h4 {
      font-size: 16px; } }

/* 575 END */
/*----------------max-width:480-------------------*/
@media screen and (max-width: 480px) {
  #news .news-list .news-item {
    width: 100%;
    margin: 0; }
  .ser-list {
    padding: 0;
    width: calc(100% / 2 - 24px); } }

/* 480 END */
/*----------------max-width:320-------------------*/
/*320 END */
