@charset "UTF-8";
/* 
   cd\xampp\htdocs\agarwood\templates\kevin\
   sass --watch scss/style.scss:css/style.css
   sass --watch --style compressed scss/style.scss:css/style.css
*/
@import url(https://fonts.googleapis.com/css?family=EB+Garamond);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,700);
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  font-size: 62.5%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }

body {
  color: #505050;
  font-size: 1.3rem;
  font-family: 'Roboto', "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 100%;
  background: #FFF;
  height: 100%; }

body.hidebar {
  overflow: hidden; }

a {
  color: #505050;
  text-decoration: none; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/*
:focus {
	outline: ?????;
} */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.middle {
  vertical-align: middle;
  display: table-cell; }

.center {
  width: 100%;
  max-width: 1066px;
  margin: 0 auto; }

.bgimg {
  display: none; }

#container {
  min-height: 900px; }

.fulllogo {
  max-width: 405px;
  width: 100%;
  height: auto; }

#full {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 25px;
  overflow: hidden;
  display: table; }
  #full .homeslides {
    position: relative; }
  #full .slide {
    background-repeat: no-repeat;
    background-size: cover;
    display: none; }
  #full.show {
    opacity: 1;
    -webkit-transition: opacity 2s ease;
    -moz-transition: opacity 2s ease;
    -ms-transition: opacity 2s ease;
    -o-transition: opacity 2s ease;
    transition: opacity 2s ease; }
  #full .column {
    height: 100%;
    text-align: center;
    vertical-align: middle;
    display: table-cell; }
  #full p {
    color: #FFF;
    font-size: 2.1rem;
    line-height: 100%;
    padding-top: 16px; }

.scrolldown {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  z-index: 900; }
  .scrolldown a {
    width: 120px;
    height: 100px;
    margin: 0 auto;
    padding: 38px 20px;
    position: relative;
    -webkit-animation: move 2.1s linear 0s infinite;
    animation: move 2.1s linear 0s infinite;
    display: block; }
    .scrolldown a img {
      width: 45px;
      height: auto;
      -webkit-transition: all 0.6s ease;
      -moz-transition: all 0.6s ease;
      -ms-transition: all 0.6s ease;
      -o-transition: all 0.6s ease;
      transition: all 0.6s ease; }
    .scrolldown a:hover {
      -webkit-transform: translateY(20px);
      transform: translateY(20px); }

@keyframes move {
  0%,100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }
@-webkit-keyframes move {
  0%,100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }
@keyframes move2 {
  0%,100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }
@-webkit-keyframes move2 {
  0%,100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }
@keyframes move3 {
  0%,100% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  50% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px); } }
@-webkit-keyframes move3 {
  0%,100% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  50% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px); } }
.rel {
  position: relative;
  width: 100%;
  height: 100%; }

.smokes {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 660;
  display: none; }
  .smokes .svgimg {
    position: absolute;
    z-index: 660;
    opacity: 0; }
  .smokes .smoke1, .smokes .smoke31, .smokes .smoke32, .smokes .smoke7 {
    -webkit-animation: move2 4s linear 0s infinite;
    animation: move2 4s linear 0s infinite; }
  .smokes .smoke41, .smokes .smoke42, .smokes .smoke43, .smokes .smoke61, .smokes .smoke62 {
    -webkit-animation: move 4s linear 0s infinite;
    animation: move 4s linear 0s infinite; }
  .smokes .smoke21, .smokes .smoke22, .smokes .smoke5, .smokes .smoke7 {
    -webkit-animation: move3 5s linear 0s infinite;
    animation: move3 5s linear 0s infinite; }

#homeLoading {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  display: table-cell; }

.banners {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto 110px auto;
  opacity: 0; }
  .banners .banner {
    position: relative;
    height: 100%; }
    .banners .banner img {
      max-width: 100%; }
  .banners .column {
    height: 100%;
    text-align: center;
    vertical-align: middle;
    display: table-cell; }
  .banners p {
    color: #FFF;
    font-size: 1.8rem;
    line-height: 160%; }
  .banners .table {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 101; }
  .banners .mainimg {
    display: none; }
  .banners .arrow {
    position: absolute;
    top: 0;
    z-index: 101;
    width: 65px;
    height: 100%;
    padding: 0 20px; }
    .banners .arrow .arrowwrap {
      height: 100%;
      display: table; }
    .banners .arrow .cell {
      width: 25px;
      height: 100%;
      vertical-align: middle;
      display: table-cell; }
    .banners .arrow .svgimg {
      width: 25px;
      height: auto; }
    .banners .arrow polyline {
      -webkit-transition: all 0.6s ease;
      -moz-transition: all 0.6s ease;
      -ms-transition: all 0.6s ease;
      -o-transition: all 0.6s ease;
      transition: all 0.6s ease; }
    .banners .arrow:hover polyline {
      stroke: #000; }
  .banners .nextImg {
    right: -90px; }
  .banners .prevImg {
    left: -90px; }

/* end banners */
.max .banners {
  max-width: 792px; }

.cycle-pager {
  position: absolute;
  bottom: -51px;
  left: 0;
  z-index: 101;
  width: 100%;
  text-align: center; }
  .cycle-pager a {
    padding: 15px 5px;
    display: inline-block; }
    .cycle-pager a.cycle-pager-active .circle, .cycle-pager a:hover .circle {
      background: #FF7000; }
  .cycle-pager .circle {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background: #D9D9D9;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block; }

#relpager {
  display: none; }

h1.webtitle {
  display: none; }

img.fullimg {
  width: 100%;
  height: auto; }
img.mb30 {
  margin-bottom: 30px; }

.more {
  font-size: 1.7rem;
  display: inline-block; }
  .more:hover {
    color: #FF7000; }

.panel, .menuButton {
  display: none; }

#header {
  position: relative;
  max-width: 1080px;
  padding: 15px 0;
  height: 145px;
  margin: 0 auto 75px auto; }
  #header #logo a {
    width: 250px;
    height: 102px;
    margin: 0 auto;
    padding-top: 15px;
    background: url("../images/img.png") no-repeat left top;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    -webkit-transition: opacity 0.6s ease;
    -moz-transition: opacity 0.6s ease;
    -ms-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    #header #logo a:hover {
      opacity: 0.6; }
  #header nav {
    position: absolute;
    top: 50px;
    display: table; }
    #header nav a {
      height: 145px;
      vertical-align: middle;
      text-align: center;
      display: table-cell; }
    #header nav a.mainmenu {
      color: #505050;
      font-size: 1.8rem;
      width: 120px;
      height: 45px;
      background: url("../images/menu.png") no-repeat;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      display: inline-block; }
      #header nav a.mainmenu.menu1 {
        background-position: 0 top; }
        #header nav a.mainmenu.menu1:hover, #header nav a.mainmenu.menu1.current {
          background-position: 0 -55px; }
      #header nav a.mainmenu.menu2 {
        background-position: -130px top; }
        #header nav a.mainmenu.menu2:hover, #header nav a.mainmenu.menu2.current {
          background-position: -130px -55px; }
      #header nav a.mainmenu.menu3 {
        background-position: -259px top; }
        #header nav a.mainmenu.menu3:hover, #header nav a.mainmenu.menu3.current {
          background-position: -259px -55px; }
      #header nav a.mainmenu.menu4 {
        background-position: -390px top; }
        #header nav a.mainmenu.menu4:hover, #header nav a.mainmenu.menu4.current {
          background-position: -390px -55px; }
      #header nav a.mainmenu.menu5 {
        background-position: -520px top; }
        #header nav a.mainmenu.menu5:hover, #header nav a.mainmenu.menu5.current {
          background-position: -520px -55px; }
    #header nav a.facebook {
      width: 42px;
      height: 42px;
      margin: -10px 0 0 77px;
      background: url("../images/img.png") no-repeat -260px -104px;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      display: inline-block; }
      #header nav a.facebook:hover {
        background-position: -310px -104px; }
  #header .nav1 {
    left: -15px; }
    #header .nav1 a.mainmenu {
      margin: 0 5px; }
  #header .nav2 {
    right: -4px; }
    #header .nav2 a.mainmenu {
      margin: 0 6px; }

/* end header */
#content.index {
  display: none; }

.section h1, .section h2, .section h3 {
  color: #505050; }
.section h1 {
  color: #323232;
  font-size: 3.1rem;
  line-height: 100%;
  font-family: "Hiragino Mincho ProN", MSung, MSungHKS, "Times New Roman", Times, 宋体, MingLiU, serif;
  font-weight: 500;
  text-align: center;
  padding-bottom: 40px; }
  .section h1 span {
    font-size: 1.9rem;
    line-height: 100%;
    padding-top: 12px;
    display: block; }
.section h2 {
  color: #000;
  font-size: 2.5rem;
  line-height: 150%;
  font-family: "Heiti TC", "微軟正黑體","Microsoft JhengHei", "Helvetica Neue", Helvetica, Arial, serif;
  font-weight: normal;
  padding-top: 15px; }
.section h3 {
  font-size: 1.9rem;
  line-height: 130%;
  font-weight: 700; }
.section p {
  color: #505050;
  font-size: 1.8rem;
  line-height: 150%;
  font-family: "Heiti TC", "微軟正黑體","Microsoft JhengHei", "Helvetica Neue", Helvetica, Arial, serif;
  font-weight: normal;
  padding-top: 5px; }
.section img {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease; }
.section .item {
  float: left; }
  .section .item.two {
    width: 50%; }
    .section .item.two .wrap {
      padding: 0 10px; }
  .section .item.three {
    width: 33.33333333%; }
    .section .item.three .wrap {
      padding: 0 11px; }
.section a.wrap {
  display: block; }
  .section a.wrap:hover h2, .section a.wrap:hover h3, .section a.wrap:hover p, .section a.wrap:hover .more {
    color: #FF7000; }
  .section a.wrap:hover img {
    opacity: 0.7; }
.section.recommend {
  padding-bottom: 46px; }
  .section.recommend .row {
    padding-bottom: 60px; }
  .section.recommend .item {
    padding-bottom: 60px; }
.section .knowlatest p {
  color: #323232;
  line-height: 170%;
  padding-top: 11px;
  text-align: justify; }
.section .knowlatest:hover h3, .section .knowlatest:hover p, .section .knowlatest:hover .more {
  color: #FF7000; }
.section .cycle-pager {
  display: none; }
.section .more {
  color: #505050;
  width: 50%;
  text-align: center;
  padding-top: 36px;
  float: left;
  display: block; }
  .section .more:hover {
    color: #FF7000; }

/* end section */
.series {
  padding-bottom: 130px;
  text-align: center; }
  .series .seritem {
    width: 146px;
    padding: 0 33px;
    display: inline-block; }
    .series .seritem:hover p {
      color: #FF7000; }
  .series .icon {
    width: 68px;
    height: 68px;
    background-image: url("../images/img.png");
    background-repeat: no-repeat;
    margin: 0 auto;
    display: block; }
  .series .ser17 {
    background-position: left -105px; }
  .series .ser16 {
    background-position: -77px -105px; }
  .series .ser15 {
    background-position: -154px -105px; }
  .series .ser14 {
    background-position: left -182px; }
  .series .ser13 {
    background-position: -77px -182px; }
  .series .ser12 {
    background-position: -154px -182px; }
  .series a:hover .ser17 {
    background-position: left -257px; }
  .series a:hover .ser16 {
    background-position: -77px -257px; }
  .series a:hover .ser15 {
    background-position: -154px -257px; }
  .series a:hover .ser14 {
    background-position: left -334px; }
  .series a:hover .ser13 {
    background-position: -77px -334px; }
  .series a:hover .ser12 {
    background-position: -154px -334px; }
  .series p {
    padding-top: 20px;
    text-align: center; }

.table {
  width: 100%;
  height: 100%;
  display: table; }
  .table .row {
    display: table-row; }
    .table .row .column {
      display: table-cell; }

.blockquote {
  width: 100%;
  height: 255px;
  margin-bottom: 125px;
  background: url("../images/banner_01.jpg") no-repeat;
  background-size: cover;
  display: table; }
  .blockquote p {
    color: #FFF;
    font-size: 2.1rem;
    line-height: 2em;
    padding: 0 20px;
    text-align: center;
    vertical-align: middle;
    display: table-cell; }

.newslist {
  margin-top: -11px; }
  .newslist a {
    color: #323232;
    font-size: 1.8rem;
    line-height: 130%;
    display: table-row; }
    .newslist a span {
      padding: 10px 0;
      display: table-cell; }
    .newslist a span.date {
      width: 140px;
      padding-right: 45px; }
    .newslist a:hover {
      color: #FF7000; }

#map {
  width: 100%;
  height: 400px;
  margin-top: 150px; }

#wrapper {
  margin: 0 -15px;
  display: none; }
  #wrapper.show {
    display: block; }

.side {
  width: 269px;
  padding-left: 15px;
  padding-right: 54px;
  display: table-cell; }
  .side h2 {
    color: #111;
    font-size: 2.1rem;
    line-height: 100%; }
    .side h2 span {
      color: #A5A5A5;
      font-size: 1.7rem; }

.content {
  width: 822px;
  margin-right: -15px;
  display: table-cell; }

.submenu span {
  color: #505050; }
.submenu a {
  color: #505050;
  display: block; }
  .submenu a:hover, .submenu a.current, .submenu a:hover span, .submenu a.current span {
    color: #FF7000;
    -webkit-transition: color 0.6s ease;
    -moz-transition: color 0.6s ease;
    -ms-transition: color 0.6s ease;
    -o-transition: color 0.6s ease;
    transition: color 0.6s ease; }
  .submenu a span {
    color: #787878; }
.submenu .category {
  padding: 11px 0 0 0;
  border-bottom: 1px solid #D9D9D9; }
.submenu .category-title {
  color: #111;
  font-size: 1.8rem;
  line-height: 150%;
  padding-bottom: 14px; }
  .submenu .category-title span {
    color: #111;
    font-size: 1.7rem;
    text-transform: capitalize;
    display: block; }
.submenu .parent {
  font-size: 1.9rem;
  line-height: 200%; }
  .submenu .parent span {
    font-size: 1.6rem;
    padding-left: 10px; }
.submenu ul {
  padding-bottom: 28px;
  display: none; }
  .submenu ul.active {
    display: block; }

#isotope {
  min-height: 700px; }
  #isotope .fullimg, #isotope h2, #isotope p {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease; }
  #isotope .item {
    display: none; }
  #isotope p {
    text-align: justify; }
  #isotope a:hover .fullimg {
    opacity: 0.5; }
  #isotope a:hover h2, #isotope a:hover p {
    color: #FF7000; }

.list {
  width: 100%; }
  .list .item {
    width: 274px;
    float: left; }
  .list a {
    position: relative;
    padding: 0 15px 60px 15px;
    display: block; }
  .list .latest {
    position: absolute;
    right: 35px;
    top: 0;
    z-index: 20; }
  .list .fullimg {
    margin-bottom: 15px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease; }
  .list h2 {
    color: #323232;
    font-size: 2.2rem;
    line-height: 150%;
    padding-bottom: 3px; }
  .list p {
    color: #505050;
    font-size: 1.7rem;
    line-height: 150%; }

/* end list */
.listthree {
  padding-top: 100px;
  margin-bottom: -60px; }
  .listthree .item {
    width: 264px;
    display: none; }
  .listthree a {
    padding: 0 22px 80px 22px;
    display: block; }
  .listthree h2 {
    color: #323232;
    font-size: 2.3rem;
    line-height: 147%; }
  .listthree p {
    color: #323232;
    font-size: 1.7rem;
    line-height: 164%;
    padding-top: 14px; }
  .listthree .category {
    color: #323232;
    font-size: 1.5rem;
    line-height: 100%;
    text-align: center;
    padding: 20px 0;
    display: block; }

.none {
  display: block; }

.hide {
  display: none; }

#rel {
  width: auto;
  max-width: 836px;
  margin: 50px -22px 0 -22px; }
  #rel .item {
    display: block; }
  #rel.four .item {
    width: 209px; }
  #rel.three {
    max-width: 834px;
    margin: 50px -21px 0 -21px; }
    #rel.three .item {
      width: 278px; }
  #rel a {
    padding: 0 22px; }
    #rel a:hover p, #rel a:hover h2 {
      color: #FF7000; }
    #rel a:hover .fullimg {
      opacity: 0.7; }
  #rel h2 {
    font-size: 1.9rem;
    line-height: 147%;
    padding-bottom: 7px; }
  #rel p {
    font-size: 1.5rem; }
  #rel hr.topline {
    margin: 0 22px;
    padding-top: 35px; }
  #rel .tag {
    color: #323232;
    font-size: 1.4rem;
    text-align: center;
    padding-bottom: 15px; }

hr.topline {
  border-top: 1px solid #D9D9D9; }

#pagination2 {
  display: none; }

.pagination {
  padding-top: 10px; }
  .pagination a {
    color: #111;
    font-size: 1.7rem;
    padding: 0 15px; }
    .pagination a:hover, .pagination a.current {
      color: #FF7000; }
  .pagination.mid {
    padding-top: 120px;
    text-align: center; }

#projectInfo {
  font-size: 1.7rem;
  line-height: 147%;
  padding: 0 15px; }
  #projectInfo .pageHeader {
    padding-bottom: 55px; }
  #projectInfo h1.postTitle {
    color: #000;
    font-size: 3.4rem;
    line-height: 148%;
    font-family: "Hiragino Mincho ProN", MSung, MSungHKS, "Times New Roman", Times, 宋体, MingLiU, serif;
    font-weight: 500;
    position: relative;
    display: inline-block; }
  #projectInfo h2.subtitle {
    color: #323232;
    font-size: 2.0rem;
    line-height: 125%;
    padding-top: 4px; }
  #projectInfo h3 {
    color: #000;
    font-size: 2.2rem;
    line-height: 100%;
    padding-bottom: 10px; }
  #projectInfo .icon {
    width: 32px;
    height: 32px;
    background-image: url("../images/img.png");
    background-repeat: no-repeat;
    position: absolute;
    top: calc(50% - 16px);
    right: -48px; }
  #projectInfo p {
    color: #262626;
    padding-bottom: 38px; }
  #projectInfo .ser17 {
    background-position: -260px -267px; }
    #projectInfo .ser17:hover {
      background-position: -260px -350px; }
  #projectInfo .ser16 {
    background-position: -301px -267px; }
    #projectInfo .ser16:hover {
      background-position: -301px -350px; }
  #projectInfo .ser15 {
    background-position: -342px -267px; }
    #projectInfo .ser15:hover {
      background-position: -342px -350px; }
  #projectInfo .ser14 {
    background-position: -260px	 -308px; }
    #projectInfo .ser14:hover {
      background-position: -260px -391px; }
  #projectInfo .ser13 {
    background-position: -301px -308px; }
    #projectInfo .ser13:hover {
      background-position: -301px -391px; }
  #projectInfo .ser12 {
    background-position: -342px -308px; }
    #projectInfo .ser12:hover {
      background-position: -342px -391px; }

.half {
  width: 50%;
  float: left; }

.articleLeft {
  padding-right: 50px; }

#mid {
  max-width: 792px;
  width: 100%;
  margin: 0 auto;
  padding-top: 5px; }
  #mid h1 {
    color: #505050;
    font-size: 3.2rem;
    line-height: 167%;
    font-family: "Hiragino Mincho ProN", MSung, MSungHKS, "Times New Roman", Times, 宋体, MingLiU, serif;
    font-weight: 500;
    text-align: center;
    padding-bottom: 30px; }
  #mid .article h1 {
    padding-bottom: 0; }

.tab {
  text-align: center; }
  .tab a {
    color: #363636;
    font-size: 1.8rem;
    line-height: 100%;
    padding: 0 13px;
    display: inline-block; }
    .tab a:hover, .tab a.current {
      color: #FF7000; }

#vertical {
  margin-top: 70px;
  border-top: 1px solid #BFBFBF; }
  #vertical .item {
    border-bottom: 1px solid #BFBFBF; }
    #vertical .item a * {
      -webkit-transition: color 0.6s ease;
      -moz-transition: color 0.6s ease;
      -ms-transition: color 0.6s ease;
      -o-transition: color 0.6s ease;
      transition: color 0.6s ease; }
    #vertical .item a {
      padding: 30px 0;
      display: block; }
      #vertical .item a:hover h2, #vertical .item a:hover .date, #vertical .item a:hover p {
        color: #FF7000; }
      #vertical .item a:hover .fullimg {
        opacity: 0.5; }
  #vertical h2 {
    color: #323232;
    font-size: 2.4rem;
    line-height: 160%;
    padding-bottom: 6px; }
  #vertical .date {
    color: #787878;
    font-size: 1.7rem;
    line-height: 100%;
    padding-bottom: 10px;
    display: block; }
  #vertical p {
    color: #000;
    font-size: 1.7rem;
    line-height: 164%;
    text-align: justify; }
  #vertical .img {
    width: 274px;
    padding-right: 30px;
    display: table-cell; }
    #vertical .img img {
      width: 100%;
      height: auto; }
  #vertical .text {
    display: table-cell; }

.article .pageHeader {
  padding-bottom: 40px; }
  .article .pageHeader p {
    color: #505050;
    font-size: 1.9rem;
    line-height: 211%;
    text-align: center;
    padding-top: 25px; }
.article .date {
  color: #505050;
  font-size: 1.8rem;
  line-height: 100%;
  padding-top: 12px;
  text-align: center;
  display: block; }
.article .cate {
  color: #111;
  font-size: 1.6rem;
  line-height: 100%;
  padding-bottom: 20px;
  text-align: center;
  display: block; }
.article .visual {
  max-width: 100%;
  margin-bottom: 70px; }

.editor {
  color: #323232;
  font-size: 1.7rem;
  line-height: 164%;
  padding-bottom: 80px;
  text-align: justify; }
  .editor h3 {
    color: #323232;
    font-size: 2.4rem;
    line-height: 208%;
    padding-bottom: 12px; }
  .editor ul {
    padding-top: 9px; }
  .editor li {
    line-height: 158%;
    margin-left: 15px;
    text-indent: -15px;
    padding-bottom: 5px; }
    .editor li:before {
      margin-right: 10px;
      content: "-"; }

.know .table {
  max-width: 396px; }

.about1 {
  padding-bottom: 68px; }
  .about1 .figure {
    color: #505050;
    width: 299px;
    padding: 69px 93px 0 38px;
    text-align: center;
    display: table-cell; }
    .about1 .figure img {
      margin-bottom: 31px; }
  .about1 .caption {
    font-size: 1.7rem;
    line-height: 164%; }
    .about1 .caption span {
      font-size: 1.3rem;
      display: block; }
  .about1 .text {
    width: 493px;
    display: table-cell; }
  .about1 h3 {
    font-family: "Heiti TC", "微軟正黑體","Microsoft JhengHei", "Helvetica Neue", Helvetica, Arial, serif;
    font-weight: normal; }

.about2 {
  position: relative;
  padding-bottom: 58px; }
  .about2 .figure {
    color: #505050;
    text-align: center;
    position: absolute;
    top: 69px;
    left: 548px; }
  .about2 .text {
    width: 493px; }
  .about2 h3 {
    font-family: "Heiti TC", "微軟正黑體","Microsoft JhengHei", "Helvetica Neue", Helvetica, Arial, serif;
    font-weight: normal; }

.rule {
  padding-top: 70px;
  margin-top: 30px;
  border-top: 1px solid #969696; }
  .rule .column {
    color: #323232;
    padding-bottom: 40px; }
  .rule h4 {
    color: #505050;
    font-size: 2.1rem;
    width: 190px; }
  .rule ul {
    padding-top: 0; }
    .rule ul li {
      margin-bottom: 10px; }

.social h5 {
  color: #A5A5A5;
  font-size: 1.4rem;
  line-height: 100%;
  padding-bottom: 16px; }
.social a {
  color: #323232;
  font-size: 1.7rem;
  line-height: 100%; }
  .social a:hover {
    color: #FF7000; }
.social li {
  position: relative; }

.qrcode {
  position: absolute;
  bottom: 34px;
  left: -34%;
  display: none; }
  .qrcode.show {
    display: block; }

.rqcode_m {
  padding: 0 20px 15px 20px; }
  .rqcode_m img {
    display: block; }

#loadmore {
  font-size: 1.7rem;
  height: 66px;
  line-height: 66px;
  text-align: center;
  margin-top: 80px;
  display: block; }

#errorpage a {
  padding-bottom: 1px;
  border-bottom: 1px solid #505050; }

.specs {
  width: 100%;
  padding-bottom: 60px; }
  .specs .table {
    color: #262626; }
  .specs .row {
    line-height: 176%;
    padding-bottom: 7px; }
  .specs .label {
    padding-right: 30px; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

#footer {
  color: #FFF;
  padding: 37px 0 45px 0;
  margin-top: 100px;
  background-color: #445527;
  text-align: center;
  position: relative; }
  #footer.indexfooter {
    margin-top: 0; }
    #footer.indexfooter .gotop {
      top: -500px; }
  #footer .footerLogo {
    width: 162px;
    height: 61px;
    margin: 0 auto;
    background: url("../images/img.png") no-repeat right top;
    text-indent: -9999px;
    white-space: nowrap;
    display: block;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    -webkit-transition: opacity 0.6s ease;
    -moz-transition: opacity 0.6s ease;
    -ms-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    #footer .footerLogo:hover {
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      opacity: 1; }
  #footer p.copyright {
    color: #969696;
    font-size: 1.1rem;
    line-height: 154%;
    padding-top: 40px; }
    #footer p.copyright a {
      color: #969696; }
      #footer p.copyright a:hover {
        color: #7d7d7d; }
  #footer .footerNav {
    padding-top: 48px; }
    #footer .footerNav a {
      color: #B4BBA9;
      font-size: 1.6rem;
      line-height: 100%;
      padding: 0 20px;
      display: inline-block;
      -webkit-transition: color 0.6s ease;
      -moz-transition: color 0.6s ease;
      -ms-transition: color 0.6s ease;
      -o-transition: color 0.6s ease;
      transition: color 0.6s ease; }
      #footer .footerNav a:hover {
        color: #FFF; }
  #footer .footerInfo {
    padding-top: 24px; }
    #footer .footerInfo span {
      font-size: 1.3rem;
      padding: 0 15px;
      display: inline-block; }
    #footer .footerInfo a {
      color: #B4BBA9; }
      #footer .footerInfo a:hover {
        color: #FFF; }
  #footer .social {
    padding-top: 26px; }
    #footer .social li {
      display: inline-block; }
    #footer .social a {
      height: 24px;
      background: url("../images/img.png") no-repeat;
      opacity: 0.7;
      margin: 0 14px;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      display: block;
      -webkit-transition: opacity 0.6s ease;
      -moz-transition: opacity 0.6s ease;
      -ms-transition: opacity 0.6s ease;
      -o-transition: opacity 0.6s ease;
      transition: opacity 0.6s ease; }
      #footer .social a:hover {
        opacity: 1; }
      #footer .social a.line {
        width: 23px;
        background-position: -260px -71px; }
      #footer .social a.wechat {
        width: 29px;
        background-position: -293px -71px; }
      #footer .social a.fb {
        width: 24px;
        background-position: -332px -71px; }
      #footer .social a.weibo {
        width: 29px;
        background-image: url("../images/weibo.png");
        background-repeat: no-repeat; }
  #footer .gotop {
    color: #FFF;
    font-size: 1.1rem;
    line-height: 45px;
    width: 25px;
    height: 67px;
    background: url("../images/gotop.png") no-repeat left top;
    background-size: cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    position: absolute;
    right: 110px;
    top: -100px;
    opacity: 0.6;
    -webkit-transition: opacity 0.6s ease;
    -moz-transition: opacity 0.6s ease;
    -ms-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    #footer .gotop:hover {
      opacity: 1; }

.unpub {
  font-size: 1.9rem; }

/* loading --------------------- */
.signal {
  border: 5px solid #FF7000;
  border-radius: 30px;
  height: 30px;
  left: 50%;
  margin: -15px 0 0 -15px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 30px;
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite; }

@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
/*-------------------------------------------------------

lines

-------------------------------------------------------*/
.custom h1 {
  color: #505050;
  font-size: 3.2rem;
  line-height: 167%;
  font-family: "Hiragino Mincho ProN", MSung, MSungHKS, "Times New Roman", Times, 宋体, MingLiU, serif;
  font-weight: 500;
  text-align: center;
  padding-bottom: 30px; }

#lines {
  width: 100%;
  padding: 100px 0 280px 0;
  overflow: hidden;
  display: table; }
  #lines .point {
    position: relative;
    font-family: "Hiragino Mincho ProN", MSung, MSungHKS, "Times New Roman", Times, 宋体, MingLiU, serif;
    font-weight: 500;
    display: table-cell; }
    #lines .point .circle {
      color: #595E37;
      font-size: 2.1rem;
      line-height: 110%;
      width: 30px;
      padding: 5px;
      position: absolute;
      right: 0;
      background-color: #FFF; }
      #lines .point .circle span {
        width: 20px;
        height: 20px;
        border: 1px solid #BDBFAF;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
        margin-bottom: 5px;
        display: block; }
    #lines .point:nth-child(1) hr {
      -moz-transform: translateX(-30px) translateY(8px) rotate(-20deg);
      -o-transform: translateX(-30px) translateY(8px) rotate(-20deg);
      -webkit-transform: translateX(-30px) translateY(8px) rotate(-20deg);
      transform: translateX(-30px) translateY(8px) rotate(-20deg);
      -moz-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
      -webkit-transform-origin: 100% 100%;
      transform-origin: 100% 100%; }
    #lines .point:nth-child(1) .circle {
      top: -10px; }
    #lines .point:nth-child(2) {
      width: 100px; }
      #lines .point:nth-child(2) hr {
        -moz-transform: translateY(5px) rotate(16deg);
        -o-transform: translateY(5px) rotate(16deg);
        -webkit-transform: translateY(5px) rotate(16deg);
        transform: translateY(5px) rotate(16deg); }
      #lines .point:nth-child(2) .circle {
        top: 15px; }
    #lines .point:nth-child(3) {
      width: 100px; }
      #lines .point:nth-child(3) hr {
        -moz-transform: translateY(25px) rotate(-20deg);
        -o-transform: translateY(25px) rotate(-20deg);
        -webkit-transform: translateY(25px) rotate(-20deg);
        transform: translateY(25px) rotate(-20deg); }
      #lines .point:nth-child(3) .circle {
        top: -20px; }
    #lines .point:nth-child(4) {
      width: 100px; }
      #lines .point:nth-child(4) hr {
        -moz-transform: translateY(-10px) rotate(-20deg);
        -o-transform: translateY(-10px) rotate(-20deg);
        -webkit-transform: translateY(-10px) rotate(-20deg);
        transform: translateY(-10px) rotate(-20deg); }
      #lines .point:nth-child(4) .circle {
        top: -55px; }
    #lines .point:nth-child(5) {
      width: 150px; }
      #lines .point:nth-child(5) hr {
        -moz-transform: translateY(-38px) rotate(15deg);
        -o-transform: translateY(-38px) rotate(15deg);
        -webkit-transform: translateY(-38px) rotate(15deg);
        transform: translateY(-38px) rotate(15deg); }
      #lines .point:nth-child(5) .circle {
        top: -18px; }
    #lines .point:nth-child(6) {
      width: 150px; }
      #lines .point:nth-child(6) hr {
        -moz-transform: translateY(3px) rotate(15deg);
        -o-transform: translateY(3px) rotate(15deg);
        -webkit-transform: translateY(3px) rotate(15deg);
        transform: translateY(3px) rotate(15deg); }
      #lines .point:nth-child(6) .circle {
        top: 25px; }
    #lines .point:nth-child(7) {
      width: 110px; }
      #lines .point:nth-child(7) hr {
        -moz-transform: translateY(35px) rotate(-20deg);
        -o-transform: translateY(35px) rotate(-20deg);
        -webkit-transform: translateY(35px) rotate(-20deg);
        transform: translateY(35px) rotate(-20deg); }
      #lines .point:nth-child(7) .circle {
        top: -10px; }
    #lines .point:nth-child(8) {
      width: 106px; }
      #lines .point:nth-child(8) hr {
        -moz-transform: translateY(5px) rotate(18deg);
        -o-transform: translateY(5px) rotate(18deg);
        -webkit-transform: translateY(5px) rotate(18deg);
        transform: translateY(5px) rotate(18deg); }
      #lines .point:nth-child(8) .circle {
        top: 20px; }
    #lines .point:nth-child(9) hr {
      margin-right: -20px;
      -moz-transform: translateY(30px) rotate(-16deg);
      -o-transform: translateY(30px) rotate(-16deg);
      -webkit-transform: translateY(30px) rotate(-16deg);
      transform: translateY(30px) rotate(-16deg); }
  #lines hr {
    height: 1px;
    background-color: #BDBFAF;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; }

@media (max-width: 1024px) {
  #container {
    padding: 0 20px; }

  #header {
    padding: 0;
    width: 100%;
    height: 58px;
    background-color: #FFF;
    border: none;
    margin-bottom: 0;
    position: fixed;
    top: 0;
    left: -20px;
    right: -20px;
    z-index: 990;
    border-bottom: 1px solid #D9D9D9; }
    #header #logo a {
      width: 103px;
      height: 42px;
      padding-top: 0;
      margin: 8px 0 0 20px;
      background-size: 170px; }
    #header.indexheader {
      border: 0; }
    #header nav {
      display: none; }

  .scrolldown a {
    height: 78px;
    padding-top: 28px;
    padding-bottom: 28px; }

  .panel-prevent-scroll {
    height: 100%;
    overflow: hidden; }

  .panel {
    position: relative;
    z-index: 1001;
    display: block; }

  .panelbg {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    background-color: #BBB;
    display: none; }

  #scroller {
    position: relative;
    background-color: #FFF;
    height: 100%;
    overflow: auto; }

  #panelwrap {
    position: fixed;
    left: 70px;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
    overflow-scrolling: auto;
    -webkit-overflow-scrolling: touch;
    -moz-transform: translateX(110%);
    -o-transform: translateX(110%);
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    #panelwrap.show {
      -moz-transform: translateZ(0) translateX(0);
      -o-transform: translateZ(0) translateX(0);
      -webkit-transform: translateZ(0) translateX(0);
      transform: translateZ(0) translateX(0); }
    #panelwrap nav {
      /*position: absolute;
      left: 40px;
      right: 0;
      top: 0;
      bottom: 0;*/
      height: 100%; }
    #panelwrap .menuitem {
      font-size: 1.6rem;
      line-height: 144%;
      padding: 0;
      width: 100%;
      border-bottom: 1px solid #D9D9D9; }
      #panelwrap .menuitem a {
        padding: 15px 20px;
        display: block; }
        #panelwrap .menuitem a span {
          text-transform: capitalize;
          padding-right: 20px; }
        #panelwrap .menuitem a.current {
          color: #FF7000; }
    #panelwrap .category ul a {
      padding-top: 10px;
      padding-bottom: 10px; }
    #panelwrap p {
      color: #646464;
      font-size: 1.5rem;
      line-height: 190%;
      padding: 30px 20px; }

  /* end panelwrap */
  .scroll {
    -webkit-overflow-scrolling: touch;
    overflow: scroll; }

  #menuButton {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 990; }

  #closeButton {
    position: fixed;
    top: 0;
    left: -20px;
    z-index: 2;
    background-color: #FFF; }

  .menuButton {
    padding: 20px;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .menuButton span {
      width: 25px;
      height: 2px;
      background-color: #505050;
      margin: 4px 0;
      display: block; }
    .menuButton.open {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%); }

  /* end menuButton */
  .subnav {
    padding-left: 20px;
    padding-bottom: 10px;
    display: none; }
    .subnav.active {
      display: block; }
    .subnav ul {
      padding-left: 20px;
      padding-bottom: 10px;
      display: none; }
      .subnav ul.active {
        display: block; }
    .subnav span {
      padding-left: 5px; }
    .subnav .category-title {
      position: relative; }
      .subnav .category-title.sub:after {
        color: #333;
        font-size: 2.6rem;
        content: "+";
        position: absolute;
        top: 15px;
        right: 20px; }
      .subnav .category-title.active:after {
        content: "–"; }

  .side {
    padding-right: 15px; }

  #content {
    padding-top: 58px; }

  #mid {
    padding-top: 30px; }

  #wrapper {
    padding-top: 40px; }

  .series .seritem {
    width: 30%;
    padding: 0 26px 60px 26px; }

  .custom {
    margin: 0 -20px; }

  .about2 .text {
    width: 430px; }
  .about2 .figure {
    left: 470px; }

  .list {
    padding-top: 0; }
    .list .item {
      width: 33.33333333%; }
    .list .latest {
      right: 30px; }

  #footer .gotop {
    right: 40px; } }
@media (max-width: 769px) {
  #full {
    padding-top: 58px; }
    #full p {
      font-size: 1.4rem; }

  #rel .fullimg {
    margin-bottom: 20px; }
  #rel.three .item {
    width: 33.33333333%; }
  #rel.four .item {
    width: 25%; }

  #relpager {
    display: block; }

  .slidedown {
    position: relative; }
    .slidedown:after {
      color: #333;
      font-size: 2.6rem;
      content: "+";
      position: absolute;
      top: 15px;
      right: 20px; }
    .slidedown.active:after {
      content: "\2013"; }

  .smokes {
    display: none; }

  .smokes .svgimg {
    width: 30%;
    height: auto; }

  .fulllogo {
    max-width: 240px; }

  .newslist {
    padding-bottom: 80px; }

  .newslist a span.date {
    width: 120px;
    padding-right: 17px; }

  .newslist a span.title {
    width: auto; }

  .banners {
    margin-bottom: 0; }

  .section h1 {
    font-size: 2.7rem; }
  .section h2 {
    font-size: 2.2rem;
    text-align: center; }
  .section h3 {
    font-size: 1.9rem; }
  .section p.subtitle {
    font-size: 1.4rem;
    text-align: center; }
  .section .item, .section .item.two, .section .item.three {
    width: 100%;
    float: none;
    padding-bottom: 50px; }
    .section .item .wrap, .section .item.two .wrap, .section .item.three .wrap {
      padding: 0; }
  .section.recommend {
    padding-bottom: 80px; }
    .section.recommend .row {
      padding-bottom: 0; }
  .section .img {
    margin: 0 -20px; }
  .section .knowlatest p {
    font-size: 1.8rem; }
  .section .cycle-pager {
    display: block; }
  .section .more {
    display: none; }

  img.mb30 {
    margin-bottom: 40px; }

  .pagination.mid {
    padding-top: 20px; }

  .blockquote, #map, #lines, .custom {
    display: none; }

  .banners {
    width: auto;
    margin: 0 -20px 20px -20px; }
    .banners .banner {
      width: 100%; }
      .banners .banner img {
        width: 100%; }
    .banners p {
      display: none; }
    .banners .arrow {
      display: none; }

  .cycle-pager {
    position: static; }

  .article .pageHeader {
    padding-bottom: 35px; }
    .article .pageHeader p {
      line-height: 160%; }

  .rule {
    margin-top: 0;
    padding-top: 32px; }
    .rule h4 {
      width: 100%;
      padding-bottom: 25px; }

  .editor {
    padding-bottom: 0; }

  .video {
    position: relative;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-bottom: 56.25%; }

  .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

  .about1 .figure {
    display: none; }
  .about1 .text {
    width: 100%; }

  .about2 {
    padding-bottom: 0; }
    .about2 .text {
      width: 100%; }
    .about2 .figure {
      position: static;
      margin: 0 -20px 76px -20px; }
      .about2 .figure img {
        width: 100%;
        height: auto; }

  .rule .row {
    padding-bottom: 60px;
    display: block; }
    .rule .row .column {
      padding-bottom: 0;
      display: block; }

  .tab {
    display: none; }

  .list {
    padding-top: 0; }
    .list .item {
      width: 50%; }
      .list .item a {
        padding-left: 7px;
        padding-right: 7px; }

  .pagination {
    text-align: center; }

  #pagination1 {
    display: none; }

  #pagination2 {
    display: block; }

  .social {
    padding-top: 40px; }

  .listthree {
    padding-top: 0;
    margin: 0 -10px; }
    .listthree .item {
      width: 50%; }
      .listthree .item a {
        padding: 0 10px 60px 10px; }
    .listthree .category {
      font-size: 1.7rem;
      text-align: left; }

  .half {
    width: 100%;
    padding-bottom: 50px; }

  .specs {
    padding-bottom: 50px; }
    .specs .half {
      padding-bottom: 0; }
    .specs .label {
      padding-right: 18px; }

  .side {
    display: none; }

  .content {
    width: 100%;
    margin-right: 0;
    display: block; }

  #projectInfo .pageHeader {
    padding-bottom: 50px; }
  #projectInfo h1.postTitle {
    font-size: 3.1rem; }
  #projectInfo h3 {
    font-size: 2.3rem; }

  .articleLeft {
    padding-right: 0; }

  #footer {
    padding: 0;
    margin-top: 200px;
    width: 100%;
    height: 80px; }
    #footer.indexfooter {
      margin-top: 100px; }
    #footer *, #footer .footerLogo {
      display: none; }
    #footer p.copyright {
      font-size: 1.3rem;
      height: 80px;
      line-height: 80px;
      padding-top: 0;
      display: block; }
      #footer p.copyright a {
        display: inline-block; }
    #footer .gotop {
      position: absolute;
      top: -95px;
      left: 0;
      right: 0;
      margin: 0 auto; }
    #footer.indexfooter .gotop {
      top: -95px; } }
@media (max-width: 420px) {
  .pageHeader br {
    display: none; }

  .listthree .item {
    width: 100%; }

  .series {
    padding-bottom: 70px; }
    .series .seritem {
      width: 30%;
      min-width: 108px;
      padding: 0 20px 30px 20px; }
    .series img {
      width: 100%;
      height: auto; }
    .series p {
      font-size: 1.4rem; }

  br.inline {
    display: inline-block; }

  #vertical {
    margin-top: 0;
    border-top: none; }
    #vertical .item {
      border-bottom: none; }
      #vertical .item a {
        padding: 0 0 60px 0; }
      #vertical .item .img, #vertical .item .text {
        width: 100%;
        display: block; }
      #vertical .item .img {
        padding-right: 0;
        padding-bottom: 30px; }
      #vertical .item .img img {
        width: 100%;
        height: auto; }

  #rel {
    margin-left: -11px;
    margin-right: -11px; }
    #rel hr.topline {
      padding-top: 22px;
      margin: 0 11px; }
    #rel .fullimg {
      margin-bottom: 20px; }
    #rel .item {
      display: none; }
      #rel .item:nth-child(2), #rel .item:nth-child(3) {
        display: block; }
    #rel.three .item {
      width: 50%; }
    #rel.four .item {
      width: 50%; }
    #rel a {
      padding: 0 11px; } }
@media all and (-webkit-min-device-pixel-ratio: 2) {
  .scrolldown:hover img {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

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