@charset "UTF-8";
body, html {
  font: 14px/18px Microsoft JhengHei, Helvetica, Arial, "LiHei Pro", "\5FAE\8EDF\6B63\9ED1\9AD4", "\65B0\7D30\660E\9AD4", sans-serif !important;
  margin: 0;
  padding: 0; }

body {
  position: relative;
  min-height: calc(100vh); }

h1, h2, h3, h4, h5, h6 {
  font-family: Microsoft JhengHei; }

h1, h2, h3, h4, h5, h6, p, span {
  line-height: 150%; }

*, *:hover, *:focus {
  outline: none !important;
  /* for Firefox Google Chrome  */
  behavior: expression(this.onFocus=this.blur());
  /* for IE */ }

a {
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s ease 0s;
  /* Safari and Chrome */
  -o-transition: all 0.3s ease 0s;
  /* Opera */ }

a:hover {
  text-decoration: none; }

ul {
  list-style: none;
  padding: 0; }

/* 背景圖片鑲嵌設定 */
.bg-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

/* SVG ICON設定 */
.fs1 {
  font-size: 20px;
  padding: 5px 0; }
  .fs1 span {
    position: relative;
    top: -2px; }

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }

/* 無内距 */
.paddingNone {
  padding: 0; }

/* 分頁按鈕 */
.pagebtn {
  text-align: right; }
  @media screen and (max-width: 991px) {
    .pagebtn {
      text-align: right;
      padding: 0; } }
  @media screen and (max-width: 767px) {
    .pagebtn {
      text-align: center; } }

.pagination > li:first-child > a,
.pagination > li:last-child > a,
.pagination > li > a {
  font-weight: 700;
  background: inherit;
  font-size: 21px;
  padding: 0px 9px;
  color: #563919;
  border: 1px solid #563919;
  margin: 0 3px;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border-radius: 7px 7px 7px 7px; }
  .pagination > li:first-child > a .icon-back,
  .pagination > li:first-child > a .icon-next,
  .pagination > li:last-child > a .icon-back,
  .pagination > li:last-child > a .icon-next,
  .pagination > li > a .icon-back,
  .pagination > li > a .icon-next {
    font-size: 20px;
    color: #563919; }

.pagination > li:first-child > a,
.pagination > li:last-child > a {
  padding: 0px 5px; }

.pagination > li > a:hover,
.pagination > li.action > a {
  color: #fff;
  border: 1px solid #8f6537;
  background: #9f7c56;
  background: -moz-linear-gradient(top, #9f7c56 0%, #81511c 47%, #81511c 85%, #9f7c56 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #9f7c56), color-stop(47%, #81511c), color-stop(85%, #81511c), color-stop(100%, #9f7c56));
  background: -webkit-linear-gradient(top, #9f7c56 0%, #81511c 47%, #81511c 85%, #9f7c56 100%);
  background: -o-linear-gradient(top, #9f7c56 0%, #81511c 47%, #81511c 85%, #9f7c56 100%);
  background: -ms-linear-gradient(top, #9f7c56 0%, #81511c 47%, #81511c 85%, #9f7c56 100%);
  background: linear-gradient(to bottom, #9f7c56 0%, #81511c 47%, #81511c 85%, #9f7c56 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f7c56', endColorstr='#9f7c56', GradientType=0 ); }
  .pagination > li > a:hover .icon-back,
  .pagination > li > a:hover .icon-next,
  .pagination > li.action > a .icon-back,
  .pagination > li.action > a .icon-next {
    color: #fff; }

/* 導覽列 */
header .navbar-default {
  background-color: inherit;
  border: 0px;
  z-index: 10; }
  header .navbar-default .navbar-right {
    margin-top: 15px;
    background-color: #000;
    padding: 0; }
    header .navbar-default .navbar-right > li.open a {
      background-color: initial; }
      header .navbar-default .navbar-right > li.open a:hover, header .navbar-default .navbar-right > li.open a:focus {
        color: #fff;
        background-color: initial; }
    header .navbar-default .navbar-right > li.active > a,
    header .navbar-default .navbar-right > li > a {
      color: #fff;
      font-size: 15px;
      padding-top: 25px;
      padding-bottom: 23px;
      background-color: initial; }
      header .navbar-default .navbar-right > li.active > a:hover, header .navbar-default .navbar-right > li.active > a:focus,
      header .navbar-default .navbar-right > li > a:hover,
      header .navbar-default .navbar-right > li > a:focus {
        color: #fff;
        background-color: initial; }
      @media screen and (max-width: 767px) {
        header .navbar-default .navbar-right > li.active > a:before, header .navbar-default .navbar-right > li.active > a:after,
        header .navbar-default .navbar-right > li > a:before,
        header .navbar-default .navbar-right > li > a:after {
          display: none !important; } }
    header .navbar-default .navbar-right > li:nth-child(1):hover > a:before,
    header .navbar-default .navbar-right > li:nth-child(1).active > a:before,
    header .navbar-default .navbar-right > li:nth-child(1).active > a:focus:before,
    header .navbar-default .navbar-right > li:nth-child(1).active > a:hover:before,
    header .navbar-default .navbar-right > li:nth-child(1) > a:hover:before {
      content: "ABOUT";
      text-align: center;
      display: block;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      font-size: 12px;
      background-color: #666; }
    header .navbar-default .navbar-right > li:nth-child(1):hover > a:after,
    header .navbar-default .navbar-right > li:nth-child(1).active > a:after,
    header .navbar-default .navbar-right > li:nth-child(1).active > a:focus:after,
    header .navbar-default .navbar-right > li:nth-child(1).active > a:hover:after,
    header .navbar-default .navbar-right > li:nth-child(1) > a:hover:after {
      content: "";
      display: block;
      width: 100%;
      height: 18px;
      position: absolute;
      bottom: 0;
      left: 0;
      background-image: url("/../images/menu-about.png"); }
    header .navbar-default .navbar-right > li:nth-child(2):hover > a:before,
    header .navbar-default .navbar-right > li:nth-child(2).active > a:before,
    header .navbar-default .navbar-right > li:nth-child(2).active > a:focus:before,
    header .navbar-default .navbar-right > li:nth-child(2).active > a:hover:before,
    header .navbar-default .navbar-right > li:nth-child(2) > a:hover:before {
      content: "NEW PROJECT";
      text-align: center;
      display: block;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      font-size: 12px;
      background-color: #666; }
    header .navbar-default .navbar-right > li:nth-child(2):hover > a:after,
    header .navbar-default .navbar-right > li:nth-child(2).active > a:after,
    header .navbar-default .navbar-right > li:nth-child(2).active > a:focus:after,
    header .navbar-default .navbar-right > li:nth-child(2).active > a:hover:after,
    header .navbar-default .navbar-right > li:nth-child(2) > a:hover:after {
      content: "";
      display: block;
      width: 100%;
      height: 18px;
      position: absolute;
      bottom: 0;
      left: 0;
      background-image: url("/../images/menu-appreciation.png"); }
    header .navbar-default .navbar-right > li:nth-child(3):hover > a:before,
    header .navbar-default .navbar-right > li:nth-child(3).active > a:before,
    header .navbar-default .navbar-right > li:nth-child(3).active > a:focus:before,
    header .navbar-default .navbar-right > li:nth-child(3).active > a:hover:before,
    header .navbar-default .navbar-right > li:nth-child(3) > a:hover:before {
      content: "WORKS";
      text-align: center;
      display: block;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      font-size: 12px;
      background-color: #666; }
    header .navbar-default .navbar-right > li:nth-child(3):hover > a:after,
    header .navbar-default .navbar-right > li:nth-child(3).active > a:after,
    header .navbar-default .navbar-right > li:nth-child(3).active > a:focus:after,
    header .navbar-default .navbar-right > li:nth-child(3).active > a:hover:after,
    header .navbar-default .navbar-right > li:nth-child(3) > a:hover:after {
      content: "";
      display: block;
      width: 100%;
      height: 18px;
      position: absolute;
      bottom: 0;
      left: 0;
      background-image: url("/../images/menu-performance.png"); }
    header .navbar-default .navbar-right > li:nth-child(4):hover > a:before,
    header .navbar-default .navbar-right > li:nth-child(4).active > a:before,
    header .navbar-default .navbar-right > li:nth-child(4).active > a:focus:before,
    header .navbar-default .navbar-right > li:nth-child(4).active > a:hover:before,
    header .navbar-default .navbar-right > li:nth-child(4) > a:hover:before {
      content: "NEW";
      text-align: center;
      display: block;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      font-size: 12px;
      background-color: #666; }
    header .navbar-default .navbar-right > li:nth-child(4):hover > a:after,
    header .navbar-default .navbar-right > li:nth-child(4).active > a:after,
    header .navbar-default .navbar-right > li:nth-child(4).active > a:focus:after,
    header .navbar-default .navbar-right > li:nth-child(4).active > a:hover:after,
    header .navbar-default .navbar-right > li:nth-child(4) > a:hover:after {
      content: "";
      display: block;
      width: 100%;
      height: 18px;
      position: absolute;
      bottom: 0;
      left: 0;
      background-image: url("/../images/menu-new.png"); }
    header .navbar-default .navbar-right > li:nth-child(5):hover > a:before,
    header .navbar-default .navbar-right > li:nth-child(5).active > a:before,
    header .navbar-default .navbar-right > li:nth-child(5).active > a:focus:before,
    header .navbar-default .navbar-right > li:nth-child(5).active > a:hover:before,
    header .navbar-default .navbar-right > li:nth-child(5) > a:hover:before {
      content: "CONTACT";
      text-align: center;
      display: block;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      font-size: 12px;
      background-color: #666; }
    header .navbar-default .navbar-right > li:nth-child(5):hover > a:after,
    header .navbar-default .navbar-right > li:nth-child(5).active > a:after,
    header .navbar-default .navbar-right > li:nth-child(5).active > a:focus:after,
    header .navbar-default .navbar-right > li:nth-child(5).active > a:hover:after,
    header .navbar-default .navbar-right > li:nth-child(5) > a:hover:after {
      content: "";
      display: block;
      width: 100%;
      height: 18px;
      position: absolute;
      bottom: 0;
      left: 0;
      background-image: url("/../images/menu-contact.png"); }
    @media screen and (min-width: 768px) {
      header .navbar-default .navbar-right li.dropdown:hover > ul.dropdown-menu {
        display: block; }
      header .navbar-default .navbar-right li.dropdown > ul.dropdown-menu {
        display: none;
        background-color: #000;
        font-size: 15px;
        color: #fff;
        padding: 0;
        min-width: 103px; }
        header .navbar-default .navbar-right li.dropdown > ul.dropdown-menu li:last-child {
          border-bottom: 0px; }
        header .navbar-default .navbar-right li.dropdown > ul.dropdown-menu li a {
          padding: 10px 10px;
          color: #fff;
          background-color: #000; }
          header .navbar-default .navbar-right li.dropdown > ul.dropdown-menu li a:hover {
            background-color: #555; } }
    @media screen and (max-width: 767px) {
      header .navbar-default .navbar-right li.dropdown > ul.dropdown-menu {
        border-top: 1px solid #aaa;
        border-bottom: 1px solid #aaa;
        font-size: 15px;
        color: #fff;
        padding: 0;
        min-width: 130px; }
        header .navbar-default .navbar-right li.dropdown > ul.dropdown-menu li:last-child {
          border-bottom: 0px; }
        header .navbar-default .navbar-right li.dropdown > ul.dropdown-menu li a {
          padding: 10px 27px;
          color: #fff;
          background-color: rgba(0, 0, 0, 0.7); }
          header .navbar-default .navbar-right li.dropdown > ul.dropdown-menu li a:hover {
            color: #fff;
            background-color: #555; } }
  header .navbar-default .navbar-brand {
    height: inherit; }
    @media screen and (max-width: 991px) {
      header .navbar-default .navbar-brand {
        width: 185px; } }
    header .navbar-default .navbar-brand img {
      width: 100%;
      background: rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 767px) {
    header .navbar-default .navbar-header {
      background-color: rgba(0, 0, 0, 0.55); }
    header .navbar-default .navbar-toggle {
      padding: 15px 16px;
      margin-top: 17px;
      border: 1px solid #fff;
      border-radius: 0px; }
      header .navbar-default .navbar-toggle:hover {
        background-color: initial;
        border: 1px solid #fff; }
      header .navbar-default .navbar-toggle .icon-bar {
        width: 30px;
        background-color: #fff; }
        header .navbar-default .navbar-toggle .icon-bar + .icon-bar {
          margin-top: 6px; }
    header .navbar-default .navbar-collapse {
      border-top: 0px; }
      header .navbar-default .navbar-collapse .navbar-right {
        margin-top: 0;
        background-color: rgba(0, 0, 0, 0.7); } }

/* footer */
footer {
  position: absolute;
  bottom: 0;
  color: #ccc;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px 0 0;
  z-index: 10; }
  footer .fs1 {
    float: left;
    color: #ccc;
    padding: 0 0 20px;
    width: calc(100% - 1150px);
    text-align: center; }
    footer .fs1 .icon-facebook {
      font-size: 23px;
      position: relative;
      top: 1px; }
  footer .footer-contact {
    float: right;
    margin: 0; }
    footer .footer-contact li {
      float: left;
      font-size: 17px;
      margin: 0 40px 0 0; }
      footer .footer-contact li a {
        color: #ccc; }
  @media screen and (max-width: 1450px) {
    footer .fs1,
    footer .footer-contact {
      float: left;
      margin: 0 0 15px;
      width: 50%;
      font-size: 18px; }
      footer .fs1 li,
      footer .footer-contact li {
        line-height: 150%;
        font-size: 16px; } }
  @media screen and (max-width: 1320px) {
    footer .footer-contact li {
      width: 245px; } }
  @media screen and (max-width: 767px) {
    footer .footer-box {
      padding: 0 0 20px; }
      footer .footer-box .fs1,
      footer .footer-box .footer-contact {
        float: none;
        margin: 0;
        padding: 0;
        width: 100%;
        text-align: center; }
        footer .footer-box .fs1 li,
        footer .footer-box .footer-contact li {
          width: inherit;
          float: none;
          line-height: 150%;
          margin: 0; } }

/* 區域設定 */
.content-box {
  margin-top: 50px;
  padding: 0 0 100px; }

/* 按鈕 */
.link-btn,
.more-btn,
.back-btn {
  color: #fff;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border-radius: 7px 7px 7px 7px;
  background: #9f7c56;
  background: -moz-linear-gradient(top, #9f7c56 0%, #81511c 47%, #81511c 85%, #9f7c56 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #9f7c56), color-stop(47%, #81511c), color-stop(85%, #81511c), color-stop(100%, #9f7c56));
  background: -webkit-linear-gradient(top, #9f7c56 0%, #81511c 47%, #81511c 85%, #9f7c56 100%);
  background: -o-linear-gradient(top, #9f7c56 0%, #81511c 47%, #81511c 85%, #9f7c56 100%);
  background: -ms-linear-gradient(top, #9f7c56 0%, #81511c 47%, #81511c 85%, #9f7c56 100%);
  background: linear-gradient(to bottom, #9f7c56 0%, #81511c 47%, #81511c 85%, #9f7c56 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f7c56', endColorstr='#9f7c56', GradientType=0 );
  margin: 20px 0 0 10px; }
  .link-btn:active, .link-btn:hover,
  .more-btn:active,
  .more-btn:hover,
  .back-btn:active,
  .back-btn:hover {
    background: #9f7c56;
    background: -moz-linear-gradient(top, #9f7c56 0%, #81511c 47%, #81511c 85%, #9f7c56 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #9f7c56), color-stop(47%, #81511c), color-stop(85%, #81511c), color-stop(100%, #9f7c56));
    background: -webkit-linear-gradient(top, #9f7c56 0%, #81511c 47%, #81511c 85%, #9f7c56 100%);
    background: -o-linear-gradient(top, #9f7c56 0%, #81511c 47%, #81511c 85%, #9f7c56 100%);
    background: -ms-linear-gradient(top, #9f7c56 0%, #81511c 47%, #81511c 85%, #9f7c56 100%);
    background: linear-gradient(to bottom, #9f7c56 0%, #81511c 47%, #81511c 85%, #9f7c56 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f7c56', endColorstr='#9f7c56', GradientType=0 );
    color: #ddd; }

.facebook-btn {
  color: #fff;
  background: #566a9b;
  background: -moz-linear-gradient(top, #566a9b 0%, #566a9b 10%, #566a9b 42%, #283c75 79%, #283c75 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #566a9b), color-stop(10%, #566a9b), color-stop(42%, #566a9b), color-stop(79%, #283c75), color-stop(100%, #283c75));
  background: -webkit-linear-gradient(top, #566a9b 0%, #566a9b 10%, #566a9b 42%, #283c75 79%, #283c75 100%);
  background: -o-linear-gradient(top, #566a9b 0%, #566a9b 10%, #566a9b 42%, #283c75 79%, #283c75 100%);
  background: -ms-linear-gradient(top, #566a9b 0%, #566a9b 10%, #566a9b 42%, #283c75 79%, #283c75 100%);
  background: linear-gradient(to bottom, #566a9b 0%, #566a9b 10%, #566a9b 42%, #283c75 79%, #283c75 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#566a9b', endColorstr='#283c75', GradientType=0 );
  margin: 20px 0 0 10px; }
  .facebook-btn:active, .facebook-btn:hover {
    background: #566a9b;
    background: -moz-linear-gradient(top, #566a9b 0%, #566a9b 10%, #566a9b 42%, #283c75 79%, #283c75 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #566a9b), color-stop(10%, #566a9b), color-stop(42%, #566a9b), color-stop(79%, #283c75), color-stop(100%, #283c75));
    background: -webkit-linear-gradient(top, #566a9b 0%, #566a9b 10%, #566a9b 42%, #283c75 79%, #283c75 100%);
    background: -o-linear-gradient(top, #566a9b 0%, #566a9b 10%, #566a9b 42%, #283c75 79%, #283c75 100%);
    background: -ms-linear-gradient(top, #566a9b 0%, #566a9b 10%, #566a9b 42%, #283c75 79%, #283c75 100%);
    background: linear-gradient(to bottom, #566a9b 0%, #566a9b 10%, #566a9b 42%, #283c75 79%, #283c75 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#566a9b', endColorstr='#283c75', GradientType=0 );
    color: #ddd; }

/*# sourceMappingURL=style.css.map*/